From d311afa72a12687b26cf2d3124f37ba6602a3880 Mon Sep 17 00:00:00 2001 From: Sergey Pimenov Date: Sun, 3 May 2020 18:11:12 +0300 Subject: [PATCH] refactoring, new component defs --- build/css/metro-all.css | 66520 +++++++++++----------- build/css/metro-all.min.css | 2 +- build/css/metro-animations.css | 2 +- build/css/metro-colors.css | 2 +- build/css/metro-common.css | 2 +- build/css/metro-components.css | 168 +- build/css/metro-components.min.css | 2 +- build/css/metro-icons.css | 2 +- build/css/metro-reset.css | 2 +- build/css/metro-rtl.css | 2 +- build/css/metro.css | 66520 +++++++++++----------- build/css/metro.min.css | 2 +- build/css/schemes/darcula.css | 2 +- build/css/schemes/red-alert.css | 2 +- build/css/schemes/red-dark.css | 2 +- build/css/schemes/red-mirohost.css | 2 +- build/css/schemes/sky-net.css | 2 +- build/js/metro.js | 15 +- build/js/metro.min.js | 4 +- build/js/metro.min.js.map | 2 +- builder/config.json | 26 +- source/components/app-bar/app-bar.js | 11 +- source/metro-components.less | 2 +- source/metro.less | 2 +- test/metro/css/metro-all.css | 66520 +++++++++++----------- test/metro/css/metro-all.min.css | 2 +- test/metro/css/metro-animations.css | 2 +- test/metro/css/metro-colors.css | 2 +- test/metro/css/metro-common.css | 2 +- test/metro/css/metro-components.css | 168 +- test/metro/css/metro-components.min.css | 2 +- test/metro/css/metro-icons.css | 2 +- test/metro/css/metro-reset.css | 2 +- test/metro/css/metro-rtl.css | 2 +- test/metro/css/metro.css | 66520 +++++++++++----------- test/metro/css/metro.min.css | 2 +- test/metro/css/schemes/darcula.css | 2 +- test/metro/css/schemes/red-alert.css | 2 +- test/metro/css/schemes/red-dark.css | 2 +- test/metro/css/schemes/red-mirohost.css | 2 +- test/metro/css/schemes/sky-net.css | 2 +- test/metro/js/metro.js | 15 +- test/metro/js/metro.min.js | 4 +- test/metro/js/metro.min.js.map | 2 +- 44 files changed, 133274 insertions(+), 133281 deletions(-) diff --git a/build/css/metro-all.css b/build/css/metro-all.css index 1dd99b630..3332b38cf 100644 --- a/build/css/metro-all.css +++ b/build/css/metro-all.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:15 + * Built at 03/05/2020 18:11:02 * Licensed under MIT */ *, @@ -231,39628 +231,39628 @@ select { scroll-behavior: auto !important; } } -.accordion { - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - width: 100%; -} -.accordion > .frame { - display: block; - margin: 1px 0; -} -.accordion > .frame > .heading { - display: block; - position: relative; - padding: 0.5rem 1rem; - background-color: #f8f8f8; - cursor: pointer; - white-space: nowrap; - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.button.primary, +.command-button.primary, +.image-button.primary, +.shortcut.primary, +.tool-button.primary, +.split-button .split.primary, +tbody tr.primary, +tbody td.primary, +.tally.primary, +code.primary, +.notify.primary, +.info-button.primary, +.input .button.primary, +.select .button.primary, +.tag-input .button.primary, +.spinner .button.primary, +.toast.primary { + outline-color: #75b5fd; + background-color: #0366d6; + color: #ffffff; } -.accordion > .frame > .content { - display: block; +.button.primary.outline, +.command-button.primary.outline, +.image-button.primary.outline, +.shortcut.primary.outline, +.tool-button.primary.outline, +.split-button .split.primary.outline, +tbody tr.primary.outline, +tbody td.primary.outline, +.tally.primary.outline, +code.primary.outline, +.notify.primary.outline, +.info-button.primary.outline, +.input .button.primary.outline, +.select .button.primary.outline, +.tag-input .button.primary.outline, +.spinner .button.primary.outline, +.toast.primary.outline { + color: #0366d6; + border-color: #0366d6; } -.accordion.marker-on .heading { - padding-left: 32px; +.button.primary.outline.dropdown-toggle::before, +.command-button.primary.outline.dropdown-toggle::before, +.image-button.primary.outline.dropdown-toggle::before, +.shortcut.primary.outline.dropdown-toggle::before, +.tool-button.primary.outline.dropdown-toggle::before, +.split-button .split.primary.outline.dropdown-toggle::before, +tbody tr.primary.outline.dropdown-toggle::before, +tbody td.primary.outline.dropdown-toggle::before, +.tally.primary.outline.dropdown-toggle::before, +code.primary.outline.dropdown-toggle::before, +.notify.primary.outline.dropdown-toggle::before, +.info-button.primary.outline.dropdown-toggle::before, +.input .button.primary.outline.dropdown-toggle::before, +.select .button.primary.outline.dropdown-toggle::before, +.tag-input .button.primary.outline.dropdown-toggle::before, +.spinner .button.primary.outline.dropdown-toggle::before, +.toast.primary.outline.dropdown-toggle::before { + border-color: #0366d6; } -.accordion.marker-on .heading::before { - line-height: 1; - display: block; - content: "\203A"; - position: absolute; - left: 0; - top: 0; - font-size: 32px; - width: 40px; - height: 40px; - text-align: center; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; - -webkit-transform-origin: 50% 50%; - -ms-transform-origin: 50% 50%; - transform-origin: 50% 50%; +.button.primary.outline:hover, +.command-button.primary.outline:hover, +.image-button.primary.outline:hover, +.shortcut.primary.outline:hover, +.tool-button.primary.outline:hover, +.split-button .split.primary.outline:hover, +tbody tr.primary.outline:hover, +tbody td.primary.outline:hover, +.tally.primary.outline:hover, +code.primary.outline:hover, +.notify.primary.outline:hover, +.info-button.primary.outline:hover, +.input .button.primary.outline:hover, +.select .button.primary.outline:hover, +.tag-input .button.primary.outline:hover, +.spinner .button.primary.outline:hover, +.toast.primary.outline:hover { + color: #ffffff; } -.accordion.marker-on .frame.active > .heading::before { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; +.button.primary.dropdown-toggle::before, +.command-button.primary.dropdown-toggle::before, +.image-button.primary.dropdown-toggle::before, +.shortcut.primary.dropdown-toggle::before, +.tool-button.primary.dropdown-toggle::before, +.split-button .split.primary.dropdown-toggle::before, +tbody tr.primary.dropdown-toggle::before, +tbody td.primary.dropdown-toggle::before, +.tally.primary.dropdown-toggle::before, +code.primary.dropdown-toggle::before, +.notify.primary.dropdown-toggle::before, +.info-button.primary.dropdown-toggle::before, +.input .button.primary.dropdown-toggle::before, +.select .button.primary.dropdown-toggle::before, +.tag-input .button.primary.dropdown-toggle::before, +.spinner .button.primary.dropdown-toggle::before, +.toast.primary.dropdown-toggle::before { + border-color: #ffffff; } -.accordion.marker-on[dir=rtl] .heading { - padding-left: 1rem; - padding-right: 32px; +.button.primary:hover, +.command-button.primary:hover, +.image-button.primary:hover, +.shortcut.primary:hover, +.tool-button.primary:hover, +.split-button .split.primary:hover, +tbody tr.primary:hover, +tbody td.primary:hover, +.tally.primary:hover, +code.primary:hover, +.notify.primary:hover, +.info-button.primary:hover, +.input .button.primary:hover, +.select .button.primary:hover, +.tag-input .button.primary:hover, +.spinner .button.primary:hover, +.toast.primary:hover { + color: #ffffff; + background-color: #024ea4; + border-color: #023671; } -.accordion.marker-on[dir=rtl] .heading::before { - left: auto; - right: 0; +.button.primary:hover.dropdown-toggle::before, +.command-button.primary:hover.dropdown-toggle::before, +.image-button.primary:hover.dropdown-toggle::before, +.shortcut.primary:hover.dropdown-toggle::before, +.tool-button.primary:hover.dropdown-toggle::before, +.split-button .split.primary:hover.dropdown-toggle::before, +tbody tr.primary:hover.dropdown-toggle::before, +tbody td.primary:hover.dropdown-toggle::before, +.tally.primary:hover.dropdown-toggle::before, +code.primary:hover.dropdown-toggle::before, +.notify.primary:hover.dropdown-toggle::before, +.info-button.primary:hover.dropdown-toggle::before, +.input .button.primary:hover.dropdown-toggle::before, +.select .button.primary:hover.dropdown-toggle::before, +.tag-input .button.primary:hover.dropdown-toggle::before, +.spinner .button.primary:hover.dropdown-toggle::before, +.toast.primary:hover.dropdown-toggle::before { + border-color: #ffffff; } -.accordion.marker-on[dir=rtl] .frame.active > .heading::before { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; +.button.primary.same-color:hover, +.command-button.primary.same-color:hover, +.image-button.primary.same-color:hover, +.shortcut.primary.same-color:hover, +.tool-button.primary.same-color:hover, +.split-button .split.primary.same-color:hover, +tbody tr.primary.same-color:hover, +tbody td.primary.same-color:hover, +.tally.primary.same-color:hover, +code.primary.same-color:hover, +.notify.primary.same-color:hover, +.info-button.primary.same-color:hover, +.input .button.primary.same-color:hover, +.select .button.primary.same-color:hover, +.tag-input .button.primary.same-color:hover, +.spinner .button.primary.same-color:hover, +.toast.primary.same-color:hover { + background-color: #0366d6; + border-color: #0366d6; } -.accordion.material .heading::before { - display: none; +.button.primary:active, +.command-button.primary:active, +.image-button.primary:active, +.shortcut.primary:active, +.tool-button.primary:active, +.split-button .split.primary:active, +tbody tr.primary:active, +tbody td.primary:active, +.tally.primary:active, +code.primary:active, +.notify.primary:active, +.info-button.primary:active, +.input .button.primary:active, +.select .button.primary:active, +.tag-input .button.primary:active, +.spinner .button.primary:active, +.toast.primary:active, +.button.primary.focus, +.command-button.primary.focus, +.image-button.primary.focus, +.shortcut.primary.focus, +.tool-button.primary.focus, +.split-button .split.primary.focus, +tbody tr.primary.focus, +tbody td.primary.focus, +.tally.primary.focus, +code.primary.focus, +.notify.primary.focus, +.info-button.primary.focus, +.input .button.primary.focus, +.select .button.primary.focus, +.tag-input .button.primary.focus, +.spinner .button.primary.focus, +.toast.primary.focus, +.button.primary:focus, +.command-button.primary:focus, +.image-button.primary:focus, +.shortcut.primary:focus, +.tool-button.primary:focus, +.split-button .split.primary:focus, +tbody tr.primary:focus, +tbody td.primary:focus, +.tally.primary:focus, +code.primary:focus, +.notify.primary:focus, +.info-button.primary:focus, +.input .button.primary:focus, +.select .button.primary:focus, +.tag-input .button.primary:focus, +.spinner .button.primary:focus, +.toast.primary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); + box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); } -.accordion.material > .frame > .heading { - padding: 16px 42px 16px 16px; - font-size: 16px; - background-color: #ffffff; +.button.secondary, +.command-button.secondary, +.image-button.secondary, +.shortcut.secondary, +.tool-button.secondary, +.split-button .split.secondary, +tbody tr.secondary, +tbody td.secondary, +.tally.secondary, +code.secondary, +.notify.secondary, +.info-button.secondary, +.input .button.secondary, +.select .button.secondary, +.tag-input .button.secondary, +.spinner .button.secondary, +.toast.secondary { + outline-color: #b7c6cd; + background-color: #607d8b; + color: #ffffff; } -.accordion.material > .frame > .heading::after { - display: block; - content: "\203A"; - position: absolute; - right: 16px; - top: 8px; - font-size: 32px; - width: 40px; - height: 40px; - text-align: center; - line-height: 1; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; - -webkit-transform-origin: 50% 50%; - -ms-transform-origin: 50% 50%; - transform-origin: 50% 50%; +.button.secondary.outline, +.command-button.secondary.outline, +.image-button.secondary.outline, +.shortcut.secondary.outline, +.tool-button.secondary.outline, +.split-button .split.secondary.outline, +tbody tr.secondary.outline, +tbody td.secondary.outline, +.tally.secondary.outline, +code.secondary.outline, +.notify.secondary.outline, +.info-button.secondary.outline, +.input .button.secondary.outline, +.select .button.secondary.outline, +.tag-input .button.secondary.outline, +.spinner .button.secondary.outline, +.toast.secondary.outline { + color: #607d8b; + border-color: #607d8b; } -.accordion.material .frame + .frame { - border-top: 1px #dfdfdf solid; +.button.secondary.outline.dropdown-toggle::before, +.command-button.secondary.outline.dropdown-toggle::before, +.image-button.secondary.outline.dropdown-toggle::before, +.shortcut.secondary.outline.dropdown-toggle::before, +.tool-button.secondary.outline.dropdown-toggle::before, +.split-button .split.secondary.outline.dropdown-toggle::before, +tbody tr.secondary.outline.dropdown-toggle::before, +tbody td.secondary.outline.dropdown-toggle::before, +.tally.secondary.outline.dropdown-toggle::before, +code.secondary.outline.dropdown-toggle::before, +.notify.secondary.outline.dropdown-toggle::before, +.info-button.secondary.outline.dropdown-toggle::before, +.input .button.secondary.outline.dropdown-toggle::before, +.select .button.secondary.outline.dropdown-toggle::before, +.tag-input .button.secondary.outline.dropdown-toggle::before, +.spinner .button.secondary.outline.dropdown-toggle::before, +.toast.secondary.outline.dropdown-toggle::before { + border-color: #607d8b; } -.accordion.material > .frame > .content { - padding: 16px; - font-size: 14px; +.button.secondary.outline:hover, +.command-button.secondary.outline:hover, +.image-button.secondary.outline:hover, +.shortcut.secondary.outline:hover, +.tool-button.secondary.outline:hover, +.split-button .split.secondary.outline:hover, +tbody tr.secondary.outline:hover, +tbody td.secondary.outline:hover, +.tally.secondary.outline:hover, +code.secondary.outline:hover, +.notify.secondary.outline:hover, +.info-button.secondary.outline:hover, +.input .button.secondary.outline:hover, +.select .button.secondary.outline:hover, +.tag-input .button.secondary.outline:hover, +.spinner .button.secondary.outline:hover, +.toast.secondary.outline:hover { + color: #ffffff; } -.accordion.material > .frame.active .heading::after { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; +.button.secondary.dropdown-toggle::before, +.command-button.secondary.dropdown-toggle::before, +.image-button.secondary.dropdown-toggle::before, +.shortcut.secondary.dropdown-toggle::before, +.tool-button.secondary.dropdown-toggle::before, +.split-button .split.secondary.dropdown-toggle::before, +tbody tr.secondary.dropdown-toggle::before, +tbody td.secondary.dropdown-toggle::before, +.tally.secondary.dropdown-toggle::before, +code.secondary.dropdown-toggle::before, +.notify.secondary.dropdown-toggle::before, +.info-button.secondary.dropdown-toggle::before, +.input .button.secondary.dropdown-toggle::before, +.select .button.secondary.dropdown-toggle::before, +.tag-input .button.secondary.dropdown-toggle::before, +.spinner .button.secondary.dropdown-toggle::before, +.toast.secondary.dropdown-toggle::before { + border-color: #ffffff; } -.action-button { - padding: 0; - border-radius: 50%; - width: 56px; - height: 56px; - line-height: 56px; - text-align: center; - display: inline-block; - font-weight: 400; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - font-size: 0.875rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - outline: none; - position: relative; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +.button.secondary:hover, +.command-button.secondary:hover, +.image-button.secondary:hover, +.shortcut.secondary:hover, +.tool-button.secondary:hover, +.split-button .split.secondary:hover, +tbody tr.secondary:hover, +tbody td.secondary:hover, +.tally.secondary:hover, +code.secondary:hover, +.notify.secondary:hover, +.info-button.secondary:hover, +.input .button.secondary:hover, +.select .button.secondary:hover, +.tag-input .button.secondary:hover, +.spinner .button.secondary:hover, +.toast.secondary:hover { + color: #ffffff; + background-color: #4b626d; + border-color: #36474f; } -.action-button .icon { - width: 20px; - height: 20px; - line-height: 20px; - font-size: 20px; - display: inline-block; - text-align: center; - margin-top: 18px; +.button.secondary:hover.dropdown-toggle::before, +.command-button.secondary:hover.dropdown-toggle::before, +.image-button.secondary:hover.dropdown-toggle::before, +.shortcut.secondary:hover.dropdown-toggle::before, +.tool-button.secondary:hover.dropdown-toggle::before, +.split-button .split.secondary:hover.dropdown-toggle::before, +tbody tr.secondary:hover.dropdown-toggle::before, +tbody td.secondary:hover.dropdown-toggle::before, +.tally.secondary:hover.dropdown-toggle::before, +code.secondary:hover.dropdown-toggle::before, +.notify.secondary:hover.dropdown-toggle::before, +.info-button.secondary:hover.dropdown-toggle::before, +.input .button.secondary:hover.dropdown-toggle::before, +.select .button.secondary:hover.dropdown-toggle::before, +.tag-input .button.secondary:hover.dropdown-toggle::before, +.spinner .button.secondary:hover.dropdown-toggle::before, +.toast.secondary:hover.dropdown-toggle::before { + border-color: #ffffff; } -.action-button .icon > * { - width: 100%; - max-height: 100%; - display: inline-block; +.button.secondary.same-color:hover, +.command-button.secondary.same-color:hover, +.image-button.secondary.same-color:hover, +.shortcut.secondary.same-color:hover, +.tool-button.secondary.same-color:hover, +.split-button .split.secondary.same-color:hover, +tbody tr.secondary.same-color:hover, +tbody td.secondary.same-color:hover, +.tally.secondary.same-color:hover, +code.secondary.same-color:hover, +.notify.secondary.same-color:hover, +.info-button.secondary.same-color:hover, +.input .button.secondary.same-color:hover, +.select .button.secondary.same-color:hover, +.tag-input .button.secondary.same-color:hover, +.spinner .button.secondary.same-color:hover, +.toast.secondary.same-color:hover { + background-color: #607d8b; + border-color: #607d8b; } -.action-button.second { - width: 40px; - height: 40px; - line-height: 40px; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.action-button.second .icon { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 16px; - margin-top: 0; -} -.action-button.prime { - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); -} -.action-button:active { - -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); - box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); +.button.secondary:active, +.command-button.secondary:active, +.image-button.secondary:active, +.shortcut.secondary:active, +.tool-button.secondary:active, +.split-button .split.secondary:active, +tbody tr.secondary:active, +tbody td.secondary:active, +.tally.secondary:active, +code.secondary:active, +.notify.secondary:active, +.info-button.secondary:active, +.input .button.secondary:active, +.select .button.secondary:active, +.tag-input .button.secondary:active, +.spinner .button.secondary:active, +.toast.secondary:active, +.button.secondary.focus, +.command-button.secondary.focus, +.image-button.secondary.focus, +.shortcut.secondary.focus, +.tool-button.secondary.focus, +.split-button .split.secondary.focus, +tbody tr.secondary.focus, +tbody td.secondary.focus, +.tally.secondary.focus, +code.secondary.focus, +.notify.secondary.focus, +.info-button.secondary.focus, +.input .button.secondary.focus, +.select .button.secondary.focus, +.tag-input .button.secondary.focus, +.spinner .button.secondary.focus, +.toast.secondary.focus, +.button.secondary:focus, +.command-button.secondary:focus, +.image-button.secondary:focus, +.shortcut.secondary:focus, +.tool-button.secondary:focus, +.split-button .split.secondary:focus, +tbody tr.secondary:focus, +tbody td.secondary:focus, +.tally.secondary:focus, +code.secondary:focus, +.notify.secondary:focus, +.info-button.secondary:focus, +.input .button.secondary:focus, +.select .button.secondary:focus, +.tag-input .button.secondary:focus, +.spinner .button.secondary:focus, +.toast.secondary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); + box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); } -.multi-action { - display: inline-block; - position: relative; - width: 56px; - height: 56px; +.button.success, +.command-button.success, +.image-button.success, +.shortcut.success, +.tool-button.success, +.split-button .split.success, +tbody tr.success, +tbody td.success, +.tally.success, +code.success, +.notify.success, +.info-button.success, +.input .button.success, +.select .button.success, +.tag-input .button.success, +.spinner .button.success, +.toast.success { + outline-color: #adeb6e; + background-color: #60a917; + color: #ffffff; } -.multi-action .action-button { - position: absolute; - z-index: 2; - margin: 0 !important; +.button.success.outline, +.command-button.success.outline, +.image-button.success.outline, +.shortcut.success.outline, +.tool-button.success.outline, +.split-button .split.success.outline, +tbody tr.success.outline, +tbody td.success.outline, +.tally.success.outline, +code.success.outline, +.notify.success.outline, +.info-button.success.outline, +.input .button.success.outline, +.select .button.success.outline, +.tag-input .button.success.outline, +.spinner .button.success.outline, +.toast.success.outline { + color: #60a917; + border-color: #60a917; } -.multi-action .actions { - position: absolute; - list-style: none inside none; - margin: 0 0 0 0; - padding: 0; - width: auto; - float: left; - background-color: transparent; - top: 8px; - left: 8px; - z-index: 1; - width: 40px; - height: 40px; - border-radius: 50%; +.button.success.outline.dropdown-toggle::before, +.command-button.success.outline.dropdown-toggle::before, +.image-button.success.outline.dropdown-toggle::before, +.shortcut.success.outline.dropdown-toggle::before, +.tool-button.success.outline.dropdown-toggle::before, +.split-button .split.success.outline.dropdown-toggle::before, +tbody tr.success.outline.dropdown-toggle::before, +tbody td.success.outline.dropdown-toggle::before, +.tally.success.outline.dropdown-toggle::before, +code.success.outline.dropdown-toggle::before, +.notify.success.outline.dropdown-toggle::before, +.info-button.success.outline.dropdown-toggle::before, +.input .button.success.outline.dropdown-toggle::before, +.select .button.success.outline.dropdown-toggle::before, +.tag-input .button.success.outline.dropdown-toggle::before, +.spinner .button.success.outline.dropdown-toggle::before, +.toast.success.outline.dropdown-toggle::before { + border-color: #60a917; } -.multi-action .actions li { - position: absolute; - display: block; - width: 40px; - height: 40px; - border-radius: 50%; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - margin: 0; - background: #989898; +.button.success.outline:hover, +.command-button.success.outline:hover, +.image-button.success.outline:hover, +.shortcut.success.outline:hover, +.tool-button.success.outline:hover, +.split-button .split.success.outline:hover, +tbody tr.success.outline:hover, +tbody td.success.outline:hover, +.tally.success.outline:hover, +code.success.outline:hover, +.notify.success.outline:hover, +.info-button.success.outline:hover, +.input .button.success.outline:hover, +.select .button.success.outline:hover, +.tag-input .button.success.outline:hover, +.spinner .button.success.outline:hover, +.toast.success.outline:hover { color: #ffffff; - -webkit-transform: scale(0.2); - -ms-transform: scale(0.2); - transform: scale(0.2); - line-height: 40px; - font-size: 20px; - -webkit-transition: all 0.3s; - -o-transition: all 0.3s; - transition: all 0.3s; - cursor: pointer; -} -.multi-action .actions li a { - background: inherit; - color: inherit; - display: block; - width: 40px; - height: 40px; - border-radius: 50%; - line-height: 40px; - text-align: center; - text-decoration: none; } -.multi-action .actions li:active { - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +.button.success.dropdown-toggle::before, +.command-button.success.dropdown-toggle::before, +.image-button.success.dropdown-toggle::before, +.shortcut.success.dropdown-toggle::before, +.tool-button.success.dropdown-toggle::before, +.split-button .split.success.dropdown-toggle::before, +tbody tr.success.dropdown-toggle::before, +tbody td.success.dropdown-toggle::before, +.tally.success.dropdown-toggle::before, +code.success.dropdown-toggle::before, +.notify.success.dropdown-toggle::before, +.info-button.success.dropdown-toggle::before, +.input .button.success.dropdown-toggle::before, +.select .button.success.dropdown-toggle::before, +.tag-input .button.success.dropdown-toggle::before, +.spinner .button.success.dropdown-toggle::before, +.toast.success.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions li { - -webkit-transition: all 0.3s; - -o-transition: all 0.3s; - transition: all 0.3s; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); +.button.success:hover, +.command-button.success:hover, +.image-button.success:hover, +.shortcut.success:hover, +.tool-button.success:hover, +.split-button .split.success:hover, +tbody tr.success:hover, +tbody td.success:hover, +.tally.success:hover, +code.success:hover, +.notify.success:hover, +.info-button.success:hover, +.input .button.success:hover, +.select .button.success:hover, +.tag-input .button.success:hover, +.spinner .button.success:hover, +.toast.success:hover { + color: #ffffff; + background-color: #477c11; + border-color: #2d4f0b; } -.multi-action .action-button.active ~ .actions li:nth-child(1) { - margin-top: -56px; +.button.success:hover.dropdown-toggle::before, +.command-button.success:hover.dropdown-toggle::before, +.image-button.success:hover.dropdown-toggle::before, +.shortcut.success:hover.dropdown-toggle::before, +.tool-button.success:hover.dropdown-toggle::before, +.split-button .split.success:hover.dropdown-toggle::before, +tbody tr.success:hover.dropdown-toggle::before, +tbody td.success:hover.dropdown-toggle::before, +.tally.success:hover.dropdown-toggle::before, +code.success:hover.dropdown-toggle::before, +.notify.success:hover.dropdown-toggle::before, +.info-button.success:hover.dropdown-toggle::before, +.input .button.success:hover.dropdown-toggle::before, +.select .button.success:hover.dropdown-toggle::before, +.tag-input .button.success:hover.dropdown-toggle::before, +.spinner .button.success:hover.dropdown-toggle::before, +.toast.success:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(2) { - margin-top: -104px; +.button.success.same-color:hover, +.command-button.success.same-color:hover, +.image-button.success.same-color:hover, +.shortcut.success.same-color:hover, +.tool-button.success.same-color:hover, +.split-button .split.success.same-color:hover, +tbody tr.success.same-color:hover, +tbody td.success.same-color:hover, +.tally.success.same-color:hover, +code.success.same-color:hover, +.notify.success.same-color:hover, +.info-button.success.same-color:hover, +.input .button.success.same-color:hover, +.select .button.success.same-color:hover, +.tag-input .button.success.same-color:hover, +.spinner .button.success.same-color:hover, +.toast.success.same-color:hover { + background-color: #60a917; + border-color: #60a917; } -.multi-action .action-button.active ~ .actions li:nth-child(3) { - margin-top: -152px; +.button.success:active, +.command-button.success:active, +.image-button.success:active, +.shortcut.success:active, +.tool-button.success:active, +.split-button .split.success:active, +tbody tr.success:active, +tbody td.success:active, +.tally.success:active, +code.success:active, +.notify.success:active, +.info-button.success:active, +.input .button.success:active, +.select .button.success:active, +.tag-input .button.success:active, +.spinner .button.success:active, +.toast.success:active, +.button.success.focus, +.command-button.success.focus, +.image-button.success.focus, +.shortcut.success.focus, +.tool-button.success.focus, +.split-button .split.success.focus, +tbody tr.success.focus, +tbody td.success.focus, +.tally.success.focus, +code.success.focus, +.notify.success.focus, +.info-button.success.focus, +.input .button.success.focus, +.select .button.success.focus, +.tag-input .button.success.focus, +.spinner .button.success.focus, +.toast.success.focus, +.button.success:focus, +.command-button.success:focus, +.image-button.success:focus, +.shortcut.success:focus, +.tool-button.success:focus, +.split-button .split.success:focus, +tbody tr.success:focus, +tbody td.success:focus, +.tally.success:focus, +code.success:focus, +.notify.success:focus, +.info-button.success:focus, +.input .button.success:focus, +.select .button.success:focus, +.tag-input .button.success:focus, +.spinner .button.success:focus, +.toast.success:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); } -.multi-action .action-button.active ~ .actions li:nth-child(4) { - margin-top: -200px; +.button.alert, +.command-button.alert, +.image-button.alert, +.shortcut.alert, +.tool-button.alert, +.split-button .split.alert, +tbody tr.alert, +tbody td.alert, +.tally.alert, +code.alert, +.notify.alert, +.info-button.alert, +.input .button.alert, +.select .button.alert, +.tag-input .button.alert, +.spinner .button.alert, +.toast.alert { + outline-color: #ecaba7; + background-color: #CE352C; + color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(5) { - margin-top: -248px; +.button.alert.outline, +.command-button.alert.outline, +.image-button.alert.outline, +.shortcut.alert.outline, +.tool-button.alert.outline, +.split-button .split.alert.outline, +tbody tr.alert.outline, +tbody td.alert.outline, +.tally.alert.outline, +code.alert.outline, +.notify.alert.outline, +.info-button.alert.outline, +.input .button.alert.outline, +.select .button.alert.outline, +.tag-input .button.alert.outline, +.spinner .button.alert.outline, +.toast.alert.outline { + color: #CE352C; + border-color: #CE352C; } -.multi-action .action-button.active ~ .actions li:nth-child(6) { - margin-top: -296px; +.button.alert.outline.dropdown-toggle::before, +.command-button.alert.outline.dropdown-toggle::before, +.image-button.alert.outline.dropdown-toggle::before, +.shortcut.alert.outline.dropdown-toggle::before, +.tool-button.alert.outline.dropdown-toggle::before, +.split-button .split.alert.outline.dropdown-toggle::before, +tbody tr.alert.outline.dropdown-toggle::before, +tbody td.alert.outline.dropdown-toggle::before, +.tally.alert.outline.dropdown-toggle::before, +code.alert.outline.dropdown-toggle::before, +.notify.alert.outline.dropdown-toggle::before, +.info-button.alert.outline.dropdown-toggle::before, +.input .button.alert.outline.dropdown-toggle::before, +.select .button.alert.outline.dropdown-toggle::before, +.tag-input .button.alert.outline.dropdown-toggle::before, +.spinner .button.alert.outline.dropdown-toggle::before, +.toast.alert.outline.dropdown-toggle::before { + border-color: #CE352C; } -.multi-action .action-button.active ~ .actions li:nth-child(7) { - margin-top: -344px; +.button.alert.outline:hover, +.command-button.alert.outline:hover, +.image-button.alert.outline:hover, +.shortcut.alert.outline:hover, +.tool-button.alert.outline:hover, +.split-button .split.alert.outline:hover, +tbody tr.alert.outline:hover, +tbody td.alert.outline:hover, +.tally.alert.outline:hover, +code.alert.outline:hover, +.notify.alert.outline:hover, +.info-button.alert.outline:hover, +.input .button.alert.outline:hover, +.select .button.alert.outline:hover, +.tag-input .button.alert.outline:hover, +.spinner .button.alert.outline:hover, +.toast.alert.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(8) { - margin-top: -392px; +.button.alert.dropdown-toggle::before, +.command-button.alert.dropdown-toggle::before, +.image-button.alert.dropdown-toggle::before, +.shortcut.alert.dropdown-toggle::before, +.tool-button.alert.dropdown-toggle::before, +.split-button .split.alert.dropdown-toggle::before, +tbody tr.alert.dropdown-toggle::before, +tbody td.alert.dropdown-toggle::before, +.tally.alert.dropdown-toggle::before, +code.alert.dropdown-toggle::before, +.notify.alert.dropdown-toggle::before, +.info-button.alert.dropdown-toggle::before, +.input .button.alert.dropdown-toggle::before, +.select .button.alert.dropdown-toggle::before, +.tag-input .button.alert.dropdown-toggle::before, +.spinner .button.alert.dropdown-toggle::before, +.toast.alert.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(9) { - margin-top: -440px; +.button.alert:hover, +.command-button.alert:hover, +.image-button.alert:hover, +.shortcut.alert:hover, +.tool-button.alert:hover, +.split-button .split.alert:hover, +tbody tr.alert:hover, +tbody td.alert:hover, +.tally.alert:hover, +code.alert:hover, +.notify.alert:hover, +.info-button.alert:hover, +.input .button.alert:hover, +.select .button.alert:hover, +.tag-input .button.alert:hover, +.spinner .button.alert:hover, +.toast.alert:hover { + color: #ffffff; + background-color: #a42a23; + border-color: #7a1f1a; } -.multi-action .action-button.active ~ .actions li:nth-child(10) { - margin-top: -488px; +.button.alert:hover.dropdown-toggle::before, +.command-button.alert:hover.dropdown-toggle::before, +.image-button.alert:hover.dropdown-toggle::before, +.shortcut.alert:hover.dropdown-toggle::before, +.tool-button.alert:hover.dropdown-toggle::before, +.split-button .split.alert:hover.dropdown-toggle::before, +tbody tr.alert:hover.dropdown-toggle::before, +tbody td.alert:hover.dropdown-toggle::before, +.tally.alert:hover.dropdown-toggle::before, +code.alert:hover.dropdown-toggle::before, +.notify.alert:hover.dropdown-toggle::before, +.info-button.alert:hover.dropdown-toggle::before, +.input .button.alert:hover.dropdown-toggle::before, +.select .button.alert:hover.dropdown-toggle::before, +.tag-input .button.alert:hover.dropdown-toggle::before, +.spinner .button.alert:hover.dropdown-toggle::before, +.toast.alert:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(1), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(1) { - margin-top: 56px; +.button.alert.same-color:hover, +.command-button.alert.same-color:hover, +.image-button.alert.same-color:hover, +.shortcut.alert.same-color:hover, +.tool-button.alert.same-color:hover, +.split-button .split.alert.same-color:hover, +tbody tr.alert.same-color:hover, +tbody td.alert.same-color:hover, +.tally.alert.same-color:hover, +code.alert.same-color:hover, +.notify.alert.same-color:hover, +.info-button.alert.same-color:hover, +.input .button.alert.same-color:hover, +.select .button.alert.same-color:hover, +.tag-input .button.alert.same-color:hover, +.spinner .button.alert.same-color:hover, +.toast.alert.same-color:hover { + background-color: #CE352C; + border-color: #CE352C; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(2), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(2) { - margin-top: 104px; -} -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(3), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(3) { - margin-top: 152px; -} -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(4), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(4) { - margin-top: 200px; +.button.alert:active, +.command-button.alert:active, +.image-button.alert:active, +.shortcut.alert:active, +.tool-button.alert:active, +.split-button .split.alert:active, +tbody tr.alert:active, +tbody td.alert:active, +.tally.alert:active, +code.alert:active, +.notify.alert:active, +.info-button.alert:active, +.input .button.alert:active, +.select .button.alert:active, +.tag-input .button.alert:active, +.spinner .button.alert:active, +.toast.alert:active, +.button.alert.focus, +.command-button.alert.focus, +.image-button.alert.focus, +.shortcut.alert.focus, +.tool-button.alert.focus, +.split-button .split.alert.focus, +tbody tr.alert.focus, +tbody td.alert.focus, +.tally.alert.focus, +code.alert.focus, +.notify.alert.focus, +.info-button.alert.focus, +.input .button.alert.focus, +.select .button.alert.focus, +.tag-input .button.alert.focus, +.spinner .button.alert.focus, +.toast.alert.focus, +.button.alert:focus, +.command-button.alert:focus, +.image-button.alert:focus, +.shortcut.alert:focus, +.tool-button.alert:focus, +.split-button .split.alert:focus, +tbody tr.alert:focus, +tbody td.alert:focus, +.tally.alert:focus, +code.alert:focus, +.notify.alert:focus, +.info-button.alert:focus, +.input .button.alert:focus, +.select .button.alert:focus, +.tag-input .button.alert:focus, +.spinner .button.alert:focus, +.toast.alert:focus { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(5), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(5) { - margin-top: 248px; +.button.warning, +.command-button.warning, +.image-button.warning, +.shortcut.warning, +.tool-button.warning, +.split-button .split.warning, +tbody tr.warning, +tbody td.warning, +.tally.warning, +code.warning, +.notify.warning, +.info-button.warning, +.input .button.warning, +.select .button.warning, +.tag-input .button.warning, +.spinner .button.warning, +.toast.warning { + outline-color: #ffede1; + background-color: #ff9447; + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(6), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(6) { - margin-top: 296px; +.button.warning.outline, +.command-button.warning.outline, +.image-button.warning.outline, +.shortcut.warning.outline, +.tool-button.warning.outline, +.split-button .split.warning.outline, +tbody tr.warning.outline, +tbody td.warning.outline, +.tally.warning.outline, +code.warning.outline, +.notify.warning.outline, +.info-button.warning.outline, +.input .button.warning.outline, +.select .button.warning.outline, +.tag-input .button.warning.outline, +.spinner .button.warning.outline, +.toast.warning.outline { + color: #ff9447; + border-color: #ff9447; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(7), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(7) { - margin-top: 344px; +.button.warning.outline.dropdown-toggle::before, +.command-button.warning.outline.dropdown-toggle::before, +.image-button.warning.outline.dropdown-toggle::before, +.shortcut.warning.outline.dropdown-toggle::before, +.tool-button.warning.outline.dropdown-toggle::before, +.split-button .split.warning.outline.dropdown-toggle::before, +tbody tr.warning.outline.dropdown-toggle::before, +tbody td.warning.outline.dropdown-toggle::before, +.tally.warning.outline.dropdown-toggle::before, +code.warning.outline.dropdown-toggle::before, +.notify.warning.outline.dropdown-toggle::before, +.info-button.warning.outline.dropdown-toggle::before, +.input .button.warning.outline.dropdown-toggle::before, +.select .button.warning.outline.dropdown-toggle::before, +.tag-input .button.warning.outline.dropdown-toggle::before, +.spinner .button.warning.outline.dropdown-toggle::before, +.toast.warning.outline.dropdown-toggle::before { + border-color: #ff9447; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(8), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(8) { - margin-top: 392px; +.button.warning.outline:hover, +.command-button.warning.outline:hover, +.image-button.warning.outline:hover, +.shortcut.warning.outline:hover, +.tool-button.warning.outline:hover, +.split-button .split.warning.outline:hover, +tbody tr.warning.outline:hover, +tbody td.warning.outline:hover, +.tally.warning.outline:hover, +code.warning.outline:hover, +.notify.warning.outline:hover, +.info-button.warning.outline:hover, +.input .button.warning.outline:hover, +.select .button.warning.outline:hover, +.tag-input .button.warning.outline:hover, +.spinner .button.warning.outline:hover, +.toast.warning.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(9), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(9) { - margin-top: 440px; +.button.warning.dropdown-toggle::before, +.command-button.warning.dropdown-toggle::before, +.image-button.warning.dropdown-toggle::before, +.shortcut.warning.dropdown-toggle::before, +.tool-button.warning.dropdown-toggle::before, +.split-button .split.warning.dropdown-toggle::before, +tbody tr.warning.dropdown-toggle::before, +tbody td.warning.dropdown-toggle::before, +.tally.warning.dropdown-toggle::before, +code.warning.dropdown-toggle::before, +.notify.warning.dropdown-toggle::before, +.info-button.warning.dropdown-toggle::before, +.input .button.warning.dropdown-toggle::before, +.select .button.warning.dropdown-toggle::before, +.tag-input .button.warning.dropdown-toggle::before, +.spinner .button.warning.dropdown-toggle::before, +.toast.warning.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(10), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(10) { - margin-top: 488px; +.button.warning:hover, +.command-button.warning:hover, +.image-button.warning:hover, +.shortcut.warning:hover, +.tool-button.warning:hover, +.split-button .split.warning:hover, +tbody tr.warning:hover, +tbody td.warning:hover, +.tally.warning:hover, +code.warning:hover, +.notify.warning:hover, +.info-button.warning:hover, +.input .button.warning:hover, +.select .button.warning:hover, +.tag-input .button.warning:hover, +.spinner .button.warning:hover, +.toast.warning:hover { + color: #ffffff; + background-color: #ff7615; + border-color: #e05d00; } -.multi-action .action-button.active ~ .actions.drop-right li { - margin-top: 0; +.button.warning:hover.dropdown-toggle::before, +.command-button.warning:hover.dropdown-toggle::before, +.image-button.warning:hover.dropdown-toggle::before, +.shortcut.warning:hover.dropdown-toggle::before, +.tool-button.warning:hover.dropdown-toggle::before, +.split-button .split.warning:hover.dropdown-toggle::before, +tbody tr.warning:hover.dropdown-toggle::before, +tbody td.warning:hover.dropdown-toggle::before, +.tally.warning:hover.dropdown-toggle::before, +code.warning:hover.dropdown-toggle::before, +.notify.warning:hover.dropdown-toggle::before, +.info-button.warning:hover.dropdown-toggle::before, +.input .button.warning:hover.dropdown-toggle::before, +.select .button.warning:hover.dropdown-toggle::before, +.tag-input .button.warning:hover.dropdown-toggle::before, +.spinner .button.warning:hover.dropdown-toggle::before, +.toast.warning:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(1) { - margin-left: 56px; +.button.warning.same-color:hover, +.command-button.warning.same-color:hover, +.image-button.warning.same-color:hover, +.shortcut.warning.same-color:hover, +.tool-button.warning.same-color:hover, +.split-button .split.warning.same-color:hover, +tbody tr.warning.same-color:hover, +tbody td.warning.same-color:hover, +.tally.warning.same-color:hover, +code.warning.same-color:hover, +.notify.warning.same-color:hover, +.info-button.warning.same-color:hover, +.input .button.warning.same-color:hover, +.select .button.warning.same-color:hover, +.tag-input .button.warning.same-color:hover, +.spinner .button.warning.same-color:hover, +.toast.warning.same-color:hover { + background-color: #ff9447; + border-color: #ff9447; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(2) { - margin-left: 104px; +.button.warning:active, +.command-button.warning:active, +.image-button.warning:active, +.shortcut.warning:active, +.tool-button.warning:active, +.split-button .split.warning:active, +tbody tr.warning:active, +tbody td.warning:active, +.tally.warning:active, +code.warning:active, +.notify.warning:active, +.info-button.warning:active, +.input .button.warning:active, +.select .button.warning:active, +.tag-input .button.warning:active, +.spinner .button.warning:active, +.toast.warning:active, +.button.warning.focus, +.command-button.warning.focus, +.image-button.warning.focus, +.shortcut.warning.focus, +.tool-button.warning.focus, +.split-button .split.warning.focus, +tbody tr.warning.focus, +tbody td.warning.focus, +.tally.warning.focus, +code.warning.focus, +.notify.warning.focus, +.info-button.warning.focus, +.input .button.warning.focus, +.select .button.warning.focus, +.tag-input .button.warning.focus, +.spinner .button.warning.focus, +.toast.warning.focus, +.button.warning:focus, +.command-button.warning:focus, +.image-button.warning:focus, +.shortcut.warning:focus, +.tool-button.warning:focus, +.split-button .split.warning:focus, +tbody tr.warning:focus, +tbody td.warning:focus, +.tally.warning:focus, +code.warning:focus, +.notify.warning:focus, +.info-button.warning:focus, +.input .button.warning:focus, +.select .button.warning:focus, +.tag-input .button.warning:focus, +.spinner .button.warning:focus, +.toast.warning:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); + box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(3) { - margin-left: 152px; +.button.yellow, +.command-button.yellow, +.image-button.yellow, +.shortcut.yellow, +.tool-button.yellow, +.split-button .split.yellow, +tbody tr.yellow, +tbody td.yellow, +.tally.yellow, +code.yellow, +.notify.yellow, +.info-button.yellow, +.input .button.yellow, +.select .button.yellow, +.tag-input .button.yellow, +.spinner .button.yellow, +.toast.yellow { + outline-color: #ffffff; + background-color: #ffe484; + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(4) { - margin-left: 200px; +.button.yellow.outline, +.command-button.yellow.outline, +.image-button.yellow.outline, +.shortcut.yellow.outline, +.tool-button.yellow.outline, +.split-button .split.yellow.outline, +tbody tr.yellow.outline, +tbody td.yellow.outline, +.tally.yellow.outline, +code.yellow.outline, +.notify.yellow.outline, +.info-button.yellow.outline, +.input .button.yellow.outline, +.select .button.yellow.outline, +.tag-input .button.yellow.outline, +.spinner .button.yellow.outline, +.toast.yellow.outline { + color: #ffe484; + border-color: #ffe484; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(5) { - margin-left: 248px; +.button.yellow.outline.dropdown-toggle::before, +.command-button.yellow.outline.dropdown-toggle::before, +.image-button.yellow.outline.dropdown-toggle::before, +.shortcut.yellow.outline.dropdown-toggle::before, +.tool-button.yellow.outline.dropdown-toggle::before, +.split-button .split.yellow.outline.dropdown-toggle::before, +tbody tr.yellow.outline.dropdown-toggle::before, +tbody td.yellow.outline.dropdown-toggle::before, +.tally.yellow.outline.dropdown-toggle::before, +code.yellow.outline.dropdown-toggle::before, +.notify.yellow.outline.dropdown-toggle::before, +.info-button.yellow.outline.dropdown-toggle::before, +.input .button.yellow.outline.dropdown-toggle::before, +.select .button.yellow.outline.dropdown-toggle::before, +.tag-input .button.yellow.outline.dropdown-toggle::before, +.spinner .button.yellow.outline.dropdown-toggle::before, +.toast.yellow.outline.dropdown-toggle::before { + border-color: #ffe484; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(6) { - margin-left: 296px; +.button.yellow.outline:hover, +.command-button.yellow.outline:hover, +.image-button.yellow.outline:hover, +.shortcut.yellow.outline:hover, +.tool-button.yellow.outline:hover, +.split-button .split.yellow.outline:hover, +tbody tr.yellow.outline:hover, +tbody td.yellow.outline:hover, +.tally.yellow.outline:hover, +code.yellow.outline:hover, +.notify.yellow.outline:hover, +.info-button.yellow.outline:hover, +.input .button.yellow.outline:hover, +.select .button.yellow.outline:hover, +.tag-input .button.yellow.outline:hover, +.spinner .button.yellow.outline:hover, +.toast.yellow.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(7) { - margin-left: 344px; +.button.yellow.dropdown-toggle::before, +.command-button.yellow.dropdown-toggle::before, +.image-button.yellow.dropdown-toggle::before, +.shortcut.yellow.dropdown-toggle::before, +.tool-button.yellow.dropdown-toggle::before, +.split-button .split.yellow.dropdown-toggle::before, +tbody tr.yellow.dropdown-toggle::before, +tbody td.yellow.dropdown-toggle::before, +.tally.yellow.dropdown-toggle::before, +code.yellow.dropdown-toggle::before, +.notify.yellow.dropdown-toggle::before, +.info-button.yellow.dropdown-toggle::before, +.input .button.yellow.dropdown-toggle::before, +.select .button.yellow.dropdown-toggle::before, +.tag-input .button.yellow.dropdown-toggle::before, +.spinner .button.yellow.dropdown-toggle::before, +.toast.yellow.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(8) { - margin-left: 392px; +.button.yellow:hover, +.command-button.yellow:hover, +.image-button.yellow:hover, +.shortcut.yellow:hover, +.tool-button.yellow:hover, +.split-button .split.yellow:hover, +tbody tr.yellow:hover, +tbody td.yellow:hover, +.tally.yellow:hover, +code.yellow:hover, +.notify.yellow:hover, +.info-button.yellow:hover, +.input .button.yellow:hover, +.select .button.yellow:hover, +.tag-input .button.yellow:hover, +.spinner .button.yellow:hover, +.toast.yellow:hover { + color: #ffffff; + background-color: #ffd951; + border-color: #ffce1e; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(9) { - margin-left: 440px; +.button.yellow:hover.dropdown-toggle::before, +.command-button.yellow:hover.dropdown-toggle::before, +.image-button.yellow:hover.dropdown-toggle::before, +.shortcut.yellow:hover.dropdown-toggle::before, +.tool-button.yellow:hover.dropdown-toggle::before, +.split-button .split.yellow:hover.dropdown-toggle::before, +tbody tr.yellow:hover.dropdown-toggle::before, +tbody td.yellow:hover.dropdown-toggle::before, +.tally.yellow:hover.dropdown-toggle::before, +code.yellow:hover.dropdown-toggle::before, +.notify.yellow:hover.dropdown-toggle::before, +.info-button.yellow:hover.dropdown-toggle::before, +.input .button.yellow:hover.dropdown-toggle::before, +.select .button.yellow:hover.dropdown-toggle::before, +.tag-input .button.yellow:hover.dropdown-toggle::before, +.spinner .button.yellow:hover.dropdown-toggle::before, +.toast.yellow:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(10) { - margin-left: 488px; +.button.yellow.same-color:hover, +.command-button.yellow.same-color:hover, +.image-button.yellow.same-color:hover, +.shortcut.yellow.same-color:hover, +.tool-button.yellow.same-color:hover, +.split-button .split.yellow.same-color:hover, +tbody tr.yellow.same-color:hover, +tbody td.yellow.same-color:hover, +.tally.yellow.same-color:hover, +code.yellow.same-color:hover, +.notify.yellow.same-color:hover, +.info-button.yellow.same-color:hover, +.input .button.yellow.same-color:hover, +.select .button.yellow.same-color:hover, +.tag-input .button.yellow.same-color:hover, +.spinner .button.yellow.same-color:hover, +.toast.yellow.same-color:hover { + background-color: #ffe484; + border-color: #ffe484; } -.multi-action .action-button.active ~ .actions.drop-left li { - margin-top: 0; +.button.yellow:active, +.command-button.yellow:active, +.image-button.yellow:active, +.shortcut.yellow:active, +.tool-button.yellow:active, +.split-button .split.yellow:active, +tbody tr.yellow:active, +tbody td.yellow:active, +.tally.yellow:active, +code.yellow:active, +.notify.yellow:active, +.info-button.yellow:active, +.input .button.yellow:active, +.select .button.yellow:active, +.tag-input .button.yellow:active, +.spinner .button.yellow:active, +.toast.yellow:active, +.button.yellow.focus, +.command-button.yellow.focus, +.image-button.yellow.focus, +.shortcut.yellow.focus, +.tool-button.yellow.focus, +.split-button .split.yellow.focus, +tbody tr.yellow.focus, +tbody td.yellow.focus, +.tally.yellow.focus, +code.yellow.focus, +.notify.yellow.focus, +.info-button.yellow.focus, +.input .button.yellow.focus, +.select .button.yellow.focus, +.tag-input .button.yellow.focus, +.spinner .button.yellow.focus, +.toast.yellow.focus, +.button.yellow:focus, +.command-button.yellow:focus, +.image-button.yellow:focus, +.shortcut.yellow:focus, +.tool-button.yellow:focus, +.split-button .split.yellow:focus, +tbody tr.yellow:focus, +tbody td.yellow:focus, +.tally.yellow:focus, +code.yellow:focus, +.notify.yellow:focus, +.info-button.yellow:focus, +.input .button.yellow:focus, +.select .button.yellow:focus, +.tag-input .button.yellow:focus, +.spinner .button.yellow:focus, +.toast.yellow:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); + box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(1) { - margin-left: -56px; -} -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(2) { - margin-left: -104px; -} -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(3) { - margin-left: -152px; -} -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(4) { - margin-left: -200px; +.button.info, +.command-button.info, +.image-button.info, +.shortcut.info, +.tool-button.info, +.split-button .split.info, +tbody tr.info, +tbody td.info, +.tally.info, +code.info, +.notify.info, +.info-button.info, +.input .button.info, +.select .button.info, +.tag-input .button.info, +.spinner .button.info, +.toast.info { + outline-color: #e6f5fc; + background-color: #5ebdec; + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(5) { - margin-left: -248px; +.button.info.outline, +.command-button.info.outline, +.image-button.info.outline, +.shortcut.info.outline, +.tool-button.info.outline, +.split-button .split.info.outline, +tbody tr.info.outline, +tbody td.info.outline, +.tally.info.outline, +code.info.outline, +.notify.info.outline, +.info-button.info.outline, +.input .button.info.outline, +.select .button.info.outline, +.tag-input .button.info.outline, +.spinner .button.info.outline, +.toast.info.outline { + color: #5ebdec; + border-color: #5ebdec; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(6) { - margin-left: -296px; +.button.info.outline.dropdown-toggle::before, +.command-button.info.outline.dropdown-toggle::before, +.image-button.info.outline.dropdown-toggle::before, +.shortcut.info.outline.dropdown-toggle::before, +.tool-button.info.outline.dropdown-toggle::before, +.split-button .split.info.outline.dropdown-toggle::before, +tbody tr.info.outline.dropdown-toggle::before, +tbody td.info.outline.dropdown-toggle::before, +.tally.info.outline.dropdown-toggle::before, +code.info.outline.dropdown-toggle::before, +.notify.info.outline.dropdown-toggle::before, +.info-button.info.outline.dropdown-toggle::before, +.input .button.info.outline.dropdown-toggle::before, +.select .button.info.outline.dropdown-toggle::before, +.tag-input .button.info.outline.dropdown-toggle::before, +.spinner .button.info.outline.dropdown-toggle::before, +.toast.info.outline.dropdown-toggle::before { + border-color: #5ebdec; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(7) { - margin-left: -344px; +.button.info.outline:hover, +.command-button.info.outline:hover, +.image-button.info.outline:hover, +.shortcut.info.outline:hover, +.tool-button.info.outline:hover, +.split-button .split.info.outline:hover, +tbody tr.info.outline:hover, +tbody td.info.outline:hover, +.tally.info.outline:hover, +code.info.outline:hover, +.notify.info.outline:hover, +.info-button.info.outline:hover, +.input .button.info.outline:hover, +.select .button.info.outline:hover, +.tag-input .button.info.outline:hover, +.spinner .button.info.outline:hover, +.toast.info.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(8) { - margin-left: -392px; +.button.info.dropdown-toggle::before, +.command-button.info.dropdown-toggle::before, +.image-button.info.dropdown-toggle::before, +.shortcut.info.dropdown-toggle::before, +.tool-button.info.dropdown-toggle::before, +.split-button .split.info.dropdown-toggle::before, +tbody tr.info.dropdown-toggle::before, +tbody td.info.dropdown-toggle::before, +.tally.info.dropdown-toggle::before, +code.info.dropdown-toggle::before, +.notify.info.dropdown-toggle::before, +.info-button.info.dropdown-toggle::before, +.input .button.info.dropdown-toggle::before, +.select .button.info.dropdown-toggle::before, +.tag-input .button.info.dropdown-toggle::before, +.spinner .button.info.dropdown-toggle::before, +.toast.info.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(9) { - margin-left: -440px; +.button.info:hover, +.command-button.info:hover, +.image-button.info:hover, +.shortcut.info:hover, +.tool-button.info:hover, +.split-button .split.info:hover, +tbody tr.info:hover, +tbody td.info:hover, +.tally.info:hover, +code.info:hover, +.notify.info:hover, +.info-button.info:hover, +.input .button.info:hover, +.select .button.info:hover, +.tag-input .button.info:hover, +.spinner .button.info:hover, +.toast.info:hover { + color: #ffffff; + background-color: #30abe6; + border-color: #1891cb; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(10) { - margin-left: -488px; +.button.info:hover.dropdown-toggle::before, +.command-button.info:hover.dropdown-toggle::before, +.image-button.info:hover.dropdown-toggle::before, +.shortcut.info:hover.dropdown-toggle::before, +.tool-button.info:hover.dropdown-toggle::before, +.split-button .split.info:hover.dropdown-toggle::before, +tbody tr.info:hover.dropdown-toggle::before, +tbody td.info:hover.dropdown-toggle::before, +.tally.info:hover.dropdown-toggle::before, +code.info:hover.dropdown-toggle::before, +.notify.info:hover.dropdown-toggle::before, +.info-button.info:hover.dropdown-toggle::before, +.input .button.info:hover.dropdown-toggle::before, +.select .button.info:hover.dropdown-toggle::before, +.tag-input .button.info:hover.dropdown-toggle::before, +.spinner .button.info:hover.dropdown-toggle::before, +.toast.info:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button .icon { - -webkit-transition: all 0.3s; - -o-transition: all 0.3s; - transition: all 0.3s; +.button.info.same-color:hover, +.command-button.info.same-color:hover, +.image-button.info.same-color:hover, +.shortcut.info.same-color:hover, +.tool-button.info.same-color:hover, +.split-button .split.info.same-color:hover, +tbody tr.info.same-color:hover, +tbody td.info.same-color:hover, +.tally.info.same-color:hover, +code.info.same-color:hover, +.notify.info.same-color:hover, +.info-button.info.same-color:hover, +.input .button.info.same-color:hover, +.select .button.info.same-color:hover, +.tag-input .button.info.same-color:hover, +.spinner .button.info.same-color:hover, +.toast.info.same-color:hover { + background-color: #5ebdec; + border-color: #5ebdec; } -.multi-action .action-button.active.rotate .icon { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.button.info:active, +.command-button.info:active, +.image-button.info:active, +.shortcut.info:active, +.tool-button.info:active, +.split-button .split.info:active, +tbody tr.info:active, +tbody td.info:active, +.tally.info:active, +code.info:active, +.notify.info:active, +.info-button.info:active, +.input .button.info:active, +.select .button.info:active, +.tag-input .button.info:active, +.spinner .button.info:active, +.toast.info:active, +.button.info.focus, +.command-button.info.focus, +.image-button.info.focus, +.shortcut.info.focus, +.tool-button.info.focus, +.split-button .split.info.focus, +tbody tr.info.focus, +tbody td.info.focus, +.tally.info.focus, +code.info.focus, +.notify.info.focus, +.info-button.info.focus, +.input .button.info.focus, +.select .button.info.focus, +.tag-input .button.info.focus, +.spinner .button.info.focus, +.toast.info.focus, +.button.info:focus, +.command-button.info:focus, +.image-button.info:focus, +.shortcut.info:focus, +.tool-button.info:focus, +.split-button .split.info:focus, +tbody tr.info:focus, +tbody td.info:focus, +.tally.info:focus, +code.info:focus, +.notify.info:focus, +.info-button.info:focus, +.input .button.info:focus, +.select .button.info:focus, +.tag-input .button.info:focus, +.spinner .button.info:focus, +.toast.info:focus { + -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); + box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); } -.multi-action .action-button.active.rotate-minus .icon { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.button.dark, +.command-button.dark, +.image-button.dark, +.shortcut.dark, +.tool-button.dark, +.split-button .split.dark, +tbody tr.dark, +tbody td.dark, +.tally.dark, +code.dark, +.notify.dark, +.info-button.dark, +.input .button.dark, +.select .button.dark, +.tag-input .button.dark, +.spinner .button.dark, +.toast.dark { + outline-color: #9d9d9d; + background-color: #505050; + color: #ffffff; } -.action-button.floating-action-top, -.multi-action.floating-action-top { - z-index: 1080; - top: 90px; - left: 16px; - position: fixed; +.button.dark.outline, +.command-button.dark.outline, +.image-button.dark.outline, +.shortcut.dark.outline, +.tool-button.dark.outline, +.split-button .split.dark.outline, +tbody tr.dark.outline, +tbody td.dark.outline, +.tally.dark.outline, +code.dark.outline, +.notify.dark.outline, +.info-button.dark.outline, +.input .button.dark.outline, +.select .button.dark.outline, +.tag-input .button.dark.outline, +.spinner .button.dark.outline, +.toast.dark.outline { + color: #505050; + border-color: #505050; } -.action-button.floating-action-bottom, -.multi-action.floating-action-bottom { - z-index: 1080; - bottom: 20px; - right: 20px; - position: fixed; +.button.dark.outline.dropdown-toggle::before, +.command-button.dark.outline.dropdown-toggle::before, +.image-button.dark.outline.dropdown-toggle::before, +.shortcut.dark.outline.dropdown-toggle::before, +.tool-button.dark.outline.dropdown-toggle::before, +.split-button .split.dark.outline.dropdown-toggle::before, +tbody tr.dark.outline.dropdown-toggle::before, +tbody td.dark.outline.dropdown-toggle::before, +.tally.dark.outline.dropdown-toggle::before, +code.dark.outline.dropdown-toggle::before, +.notify.dark.outline.dropdown-toggle::before, +.info-button.dark.outline.dropdown-toggle::before, +.input .button.dark.outline.dropdown-toggle::before, +.select .button.dark.outline.dropdown-toggle::before, +.tag-input .button.dark.outline.dropdown-toggle::before, +.spinner .button.dark.outline.dropdown-toggle::before, +.toast.dark.outline.dropdown-toggle::before { + border-color: #505050; } -.activity-ring { - position: relative; - padding-top: 0.22rem; - width: 32px; - height: 32px; - margin: 0.625rem; +.button.dark.outline:hover, +.command-button.dark.outline:hover, +.image-button.dark.outline:hover, +.shortcut.dark.outline:hover, +.tool-button.dark.outline:hover, +.split-button .split.dark.outline:hover, +tbody tr.dark.outline:hover, +tbody td.dark.outline:hover, +.tally.dark.outline:hover, +code.dark.outline:hover, +.notify.dark.outline:hover, +.info-button.dark.outline:hover, +.input .button.dark.outline:hover, +.select .button.dark.outline:hover, +.tag-input .button.dark.outline:hover, +.spinner .button.dark.outline:hover, +.toast.dark.outline:hover { + color: #ffffff; } -.activity-ring > .wrap { - position: absolute; - width: 30px; - height: 30px; +.button.dark.dropdown-toggle::before, +.command-button.dark.dropdown-toggle::before, +.image-button.dark.dropdown-toggle::before, +.shortcut.dark.dropdown-toggle::before, +.tool-button.dark.dropdown-toggle::before, +.split-button .split.dark.dropdown-toggle::before, +tbody tr.dark.dropdown-toggle::before, +tbody td.dark.dropdown-toggle::before, +.tally.dark.dropdown-toggle::before, +code.dark.dropdown-toggle::before, +.notify.dark.dropdown-toggle::before, +.info-button.dark.dropdown-toggle::before, +.input .button.dark.dropdown-toggle::before, +.select .button.dark.dropdown-toggle::before, +.tag-input .button.dark.dropdown-toggle::before, +.spinner .button.dark.dropdown-toggle::before, +.toast.dark.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring > .wrap > .circle { - opacity: 0; - width: 30px; - height: 30px; - -webkit-transform: rotate(225deg); - -ms-transform: rotate(225deg); - transform: rotate(225deg); - -webkit-animation: orbit 4000ms infinite; - animation: orbit 4000ms infinite; +.button.dark:hover, +.command-button.dark:hover, +.image-button.dark:hover, +.shortcut.dark:hover, +.tool-button.dark:hover, +.split-button .split.dark:hover, +tbody tr.dark:hover, +tbody td.dark:hover, +.tally.dark:hover, +code.dark:hover, +.notify.dark:hover, +.info-button.dark:hover, +.input .button.dark:hover, +.select .button.dark:hover, +.tag-input .button.dark:hover, +.spinner .button.dark:hover, +.toast.dark:hover { + color: #ffffff; + background-color: #373737; + border-color: #1d1d1d; } -.activity-ring > .wrap > .circle:after { - position: absolute; - content: ''; - width: 4px; - height: 4px; - border-radius: 4px; - background: #ffffff; +.button.dark:hover.dropdown-toggle::before, +.command-button.dark:hover.dropdown-toggle::before, +.image-button.dark:hover.dropdown-toggle::before, +.shortcut.dark:hover.dropdown-toggle::before, +.tool-button.dark:hover.dropdown-toggle::before, +.split-button .split.dark:hover.dropdown-toggle::before, +tbody tr.dark:hover.dropdown-toggle::before, +tbody td.dark:hover.dropdown-toggle::before, +.tally.dark:hover.dropdown-toggle::before, +code.dark:hover.dropdown-toggle::before, +.notify.dark:hover.dropdown-toggle::before, +.info-button.dark:hover.dropdown-toggle::before, +.input .button.dark:hover.dropdown-toggle::before, +.select .button.dark:hover.dropdown-toggle::before, +.tag-input .button.dark:hover.dropdown-toggle::before, +.spinner .button.dark:hover.dropdown-toggle::before, +.toast.dark:hover.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring > .wrap:nth-child(2) { - -webkit-transform: rotate(-14deg); - -ms-transform: rotate(-14deg); - transform: rotate(-14deg); +.button.dark.same-color:hover, +.command-button.dark.same-color:hover, +.image-button.dark.same-color:hover, +.shortcut.dark.same-color:hover, +.tool-button.dark.same-color:hover, +.split-button .split.dark.same-color:hover, +tbody tr.dark.same-color:hover, +tbody td.dark.same-color:hover, +.tally.dark.same-color:hover, +code.dark.same-color:hover, +.notify.dark.same-color:hover, +.info-button.dark.same-color:hover, +.input .button.dark.same-color:hover, +.select .button.dark.same-color:hover, +.tag-input .button.dark.same-color:hover, +.spinner .button.dark.same-color:hover, +.toast.dark.same-color:hover { + background-color: #505050; + border-color: #505050; } -.activity-ring > .wrap:nth-child(2) > .circle { - -webkit-animation-delay: 133.33333333ms; - animation-delay: 133.33333333ms; +.button.dark:active, +.command-button.dark:active, +.image-button.dark:active, +.shortcut.dark:active, +.tool-button.dark:active, +.split-button .split.dark:active, +tbody tr.dark:active, +tbody td.dark:active, +.tally.dark:active, +code.dark:active, +.notify.dark:active, +.info-button.dark:active, +.input .button.dark:active, +.select .button.dark:active, +.tag-input .button.dark:active, +.spinner .button.dark:active, +.toast.dark:active, +.button.dark.focus, +.command-button.dark.focus, +.image-button.dark.focus, +.shortcut.dark.focus, +.tool-button.dark.focus, +.split-button .split.dark.focus, +tbody tr.dark.focus, +tbody td.dark.focus, +.tally.dark.focus, +code.dark.focus, +.notify.dark.focus, +.info-button.dark.focus, +.input .button.dark.focus, +.select .button.dark.focus, +.tag-input .button.dark.focus, +.spinner .button.dark.focus, +.toast.dark.focus, +.button.dark:focus, +.command-button.dark:focus, +.image-button.dark:focus, +.shortcut.dark:focus, +.tool-button.dark:focus, +.split-button .split.dark:focus, +tbody tr.dark:focus, +tbody td.dark:focus, +.tally.dark:focus, +code.dark:focus, +.notify.dark:focus, +.info-button.dark:focus, +.input .button.dark:focus, +.select .button.dark:focus, +.tag-input .button.dark:focus, +.spinner .button.dark:focus, +.toast.dark:focus { + -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); + box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); } -.activity-ring > .wrap:nth-child(3) { - -webkit-transform: rotate(-28deg); - -ms-transform: rotate(-28deg); - transform: rotate(-28deg); +.button.light, +.command-button.light, +.image-button.light, +.shortcut.light, +.tool-button.light, +.split-button .split.light, +tbody tr.light, +tbody td.light, +.tally.light, +code.light, +.notify.light, +.info-button.light, +.input .button.light, +.select .button.light, +.tag-input .button.light, +.spinner .button.light, +.toast.light { + outline-color: #ffffff; + background-color: #f8f8f8; + color: #ffffff; } -.activity-ring > .wrap:nth-child(3) > .circle { - -webkit-animation-delay: 266.66666667ms; - animation-delay: 266.66666667ms; +.button.light.outline, +.command-button.light.outline, +.image-button.light.outline, +.shortcut.light.outline, +.tool-button.light.outline, +.split-button .split.light.outline, +tbody tr.light.outline, +tbody td.light.outline, +.tally.light.outline, +code.light.outline, +.notify.light.outline, +.info-button.light.outline, +.input .button.light.outline, +.select .button.light.outline, +.tag-input .button.light.outline, +.spinner .button.light.outline, +.toast.light.outline { + color: #f8f8f8; + border-color: #f8f8f8; } -.activity-ring > .wrap:nth-child(4) { - -webkit-transform: rotate(-42deg); - -ms-transform: rotate(-42deg); - transform: rotate(-42deg); +.button.light.outline.dropdown-toggle::before, +.command-button.light.outline.dropdown-toggle::before, +.image-button.light.outline.dropdown-toggle::before, +.shortcut.light.outline.dropdown-toggle::before, +.tool-button.light.outline.dropdown-toggle::before, +.split-button .split.light.outline.dropdown-toggle::before, +tbody tr.light.outline.dropdown-toggle::before, +tbody td.light.outline.dropdown-toggle::before, +.tally.light.outline.dropdown-toggle::before, +code.light.outline.dropdown-toggle::before, +.notify.light.outline.dropdown-toggle::before, +.info-button.light.outline.dropdown-toggle::before, +.input .button.light.outline.dropdown-toggle::before, +.select .button.light.outline.dropdown-toggle::before, +.tag-input .button.light.outline.dropdown-toggle::before, +.spinner .button.light.outline.dropdown-toggle::before, +.toast.light.outline.dropdown-toggle::before { + border-color: #f8f8f8; } -.activity-ring > .wrap:nth-child(4) > .circle { - -webkit-animation-delay: 400ms; - animation-delay: 400ms; +.button.light.outline:hover, +.command-button.light.outline:hover, +.image-button.light.outline:hover, +.shortcut.light.outline:hover, +.tool-button.light.outline:hover, +.split-button .split.light.outline:hover, +tbody tr.light.outline:hover, +tbody td.light.outline:hover, +.tally.light.outline:hover, +code.light.outline:hover, +.notify.light.outline:hover, +.info-button.light.outline:hover, +.input .button.light.outline:hover, +.select .button.light.outline:hover, +.tag-input .button.light.outline:hover, +.spinner .button.light.outline:hover, +.toast.light.outline:hover { + color: #ffffff; } -.activity-ring > .wrap:nth-child(5) { - -webkit-transform: rotate(-56deg); - -ms-transform: rotate(-56deg); - transform: rotate(-56deg); +.button.light.dropdown-toggle::before, +.command-button.light.dropdown-toggle::before, +.image-button.light.dropdown-toggle::before, +.shortcut.light.dropdown-toggle::before, +.tool-button.light.dropdown-toggle::before, +.split-button .split.light.dropdown-toggle::before, +tbody tr.light.dropdown-toggle::before, +tbody td.light.dropdown-toggle::before, +.tally.light.dropdown-toggle::before, +code.light.dropdown-toggle::before, +.notify.light.dropdown-toggle::before, +.info-button.light.dropdown-toggle::before, +.input .button.light.dropdown-toggle::before, +.select .button.light.dropdown-toggle::before, +.tag-input .button.light.dropdown-toggle::before, +.spinner .button.light.dropdown-toggle::before, +.toast.light.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring > .wrap:nth-child(5) > .circle { - -webkit-animation-delay: 533.33333333ms; - animation-delay: 533.33333333ms; +.button.light:hover, +.command-button.light:hover, +.image-button.light:hover, +.shortcut.light:hover, +.tool-button.light:hover, +.split-button .split.light:hover, +tbody tr.light:hover, +tbody td.light:hover, +.tally.light:hover, +code.light:hover, +.notify.light:hover, +.info-button.light:hover, +.input .button.light:hover, +.select .button.light:hover, +.tag-input .button.light:hover, +.spinner .button.light:hover, +.toast.light:hover { + color: #ffffff; + background-color: #dfdfdf; + border-color: #c5c5c5; } -.activity-ring.dark-style > .wrap > .circle:after { - background-color: #989898; +.button.light:hover.dropdown-toggle::before, +.command-button.light:hover.dropdown-toggle::before, +.image-button.light:hover.dropdown-toggle::before, +.shortcut.light:hover.dropdown-toggle::before, +.tool-button.light:hover.dropdown-toggle::before, +.split-button .split.light:hover.dropdown-toggle::before, +tbody tr.light:hover.dropdown-toggle::before, +tbody td.light:hover.dropdown-toggle::before, +.tally.light:hover.dropdown-toggle::before, +code.light:hover.dropdown-toggle::before, +.notify.light:hover.dropdown-toggle::before, +.info-button.light:hover.dropdown-toggle::before, +.input .button.light:hover.dropdown-toggle::before, +.select .button.light:hover.dropdown-toggle::before, +.tag-input .button.light:hover.dropdown-toggle::before, +.spinner .button.light:hover.dropdown-toggle::before, +.toast.light:hover.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring.color-style > .wrap > .circle:after { - background-color: #1ba1e2; +.button.light.same-color:hover, +.command-button.light.same-color:hover, +.image-button.light.same-color:hover, +.shortcut.light.same-color:hover, +.tool-button.light.same-color:hover, +.split-button .split.light.same-color:hover, +tbody tr.light.same-color:hover, +tbody td.light.same-color:hover, +.tally.light.same-color:hover, +code.light.same-color:hover, +.notify.light.same-color:hover, +.info-button.light.same-color:hover, +.input .button.light.same-color:hover, +.select .button.light.same-color:hover, +.tag-input .button.light.same-color:hover, +.spinner .button.light.same-color:hover, +.toast.light.same-color:hover { + background-color: #f8f8f8; + border-color: #f8f8f8; } -.activity-ring.color-style > .wrap:nth-child(2) > .circle:after { - background-color: #fa6800; +.button.light:active, +.command-button.light:active, +.image-button.light:active, +.shortcut.light:active, +.tool-button.light:active, +.split-button .split.light:active, +tbody tr.light:active, +tbody td.light:active, +.tally.light:active, +code.light:active, +.notify.light:active, +.info-button.light:active, +.input .button.light:active, +.select .button.light:active, +.tag-input .button.light:active, +.spinner .button.light:active, +.toast.light:active, +.button.light.focus, +.command-button.light.focus, +.image-button.light.focus, +.shortcut.light.focus, +.tool-button.light.focus, +.split-button .split.light.focus, +tbody tr.light.focus, +tbody td.light.focus, +.tally.light.focus, +code.light.focus, +.notify.light.focus, +.info-button.light.focus, +.input .button.light.focus, +.select .button.light.focus, +.tag-input .button.light.focus, +.spinner .button.light.focus, +.toast.light.focus, +.button.light:focus, +.command-button.light:focus, +.image-button.light:focus, +.shortcut.light:focus, +.tool-button.light:focus, +.split-button .split.light:focus, +tbody tr.light:focus, +tbody td.light:focus, +.tally.light:focus, +code.light:focus, +.notify.light:focus, +.info-button.light:focus, +.input .button.light:focus, +.select .button.light:focus, +.tag-input .button.light:focus, +.spinner .button.light:focus, +.toast.light:focus { + -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); + box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); } -.activity-ring.color-style > .wrap:nth-child(3) > .circle:after { - background-color: #60a917; +.button.yellow, +.command-button.yellow, +.image-button.yellow, +.shortcut.yellow, +.tool-button.yellow, +.split-button .split.yellow, +tbody tr.yellow, +tbody td.yellow, +.tally.yellow, +code.yellow, +.notify.yellow, +.info-button.yellow, +.input .button.yellow, +.select .button.yellow, +.tag-input .button.yellow, +.spinner .button.yellow, +.toast.yellow, +.button.light, +.command-button.light, +.image-button.light, +.shortcut.light, +.tool-button.light, +.split-button .split.light, +tbody tr.light, +tbody td.light, +.tally.light, +code.light, +.notify.light, +.info-button.light, +.input .button.light, +.select .button.light, +.tag-input .button.light, +.spinner .button.light, +.toast.light { + color: #1d1d1d; } -.activity-ring.color-style > .wrap:nth-child(4) > .circle:after { - background-color: #CE352C; +.button.yellow:hover, +.command-button.yellow:hover, +.image-button.yellow:hover, +.shortcut.yellow:hover, +.tool-button.yellow:hover, +.split-button .split.yellow:hover, +tbody tr.yellow:hover, +tbody td.yellow:hover, +.tally.yellow:hover, +code.yellow:hover, +.notify.yellow:hover, +.info-button.yellow:hover, +.input .button.yellow:hover, +.select .button.yellow:hover, +.tag-input .button.yellow:hover, +.spinner .button.yellow:hover, +.toast.yellow:hover, +.button.light:hover, +.command-button.light:hover, +.image-button.light:hover, +.shortcut.light:hover, +.tool-button.light:hover, +.split-button .split.light:hover, +tbody tr.light:hover, +tbody td.light:hover, +.tally.light:hover, +code.light:hover, +.notify.light:hover, +.info-button.light:hover, +.input .button.light:hover, +.select .button.light:hover, +.tag-input .button.light:hover, +.spinner .button.light:hover, +.toast.light:hover, +.button.yellow.outline:hover, +.command-button.yellow.outline:hover, +.image-button.yellow.outline:hover, +.shortcut.yellow.outline:hover, +.tool-button.yellow.outline:hover, +.split-button .split.yellow.outline:hover, +tbody tr.yellow.outline:hover, +tbody td.yellow.outline:hover, +.tally.yellow.outline:hover, +code.yellow.outline:hover, +.notify.yellow.outline:hover, +.info-button.yellow.outline:hover, +.input .button.yellow.outline:hover, +.select .button.yellow.outline:hover, +.tag-input .button.yellow.outline:hover, +.spinner .button.yellow.outline:hover, +.toast.yellow.outline:hover, +.button.light.outline:hover, +.command-button.light.outline:hover, +.image-button.light.outline:hover, +.shortcut.light.outline:hover, +.tool-button.light.outline:hover, +.split-button .split.light.outline:hover, +tbody tr.light.outline:hover, +tbody td.light.outline:hover, +.tally.light.outline:hover, +code.light.outline:hover, +.notify.light.outline:hover, +.info-button.light.outline:hover, +.input .button.light.outline:hover, +.select .button.light.outline:hover, +.tag-input .button.light.outline:hover, +.spinner .button.light.outline:hover, +.toast.light.outline:hover { + color: #1d1d1d; } -.activity-ring.color-style > .wrap:nth-child(5) > .circle:after { - background-color: #fff000; +.action-button.primary { + outline-color: #75b5fd; + background-color: #0366d6; + color: #ffffff; } -.activity-metro { - overflow: hidden; - position: relative; - width: 100%; - height: 10px; - background-color: transparent; +.action-button.secondary { + outline-color: #b7c6cd; + background-color: #607d8b; + color: #ffffff; } -.activity-metro > .circle { - display: inline-block; - position: absolute; - width: 10px; - height: 10px; - background-color: #ffffff; - opacity: 0; - margin-left: 5px; - -webkit-animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; - animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; +.action-button.success { + outline-color: #adeb6e; + background-color: #60a917; + color: #ffffff; } -.activity-metro > .circle:nth-child(2) { - -webkit-animation-delay: 0.8s; - animation-delay: 0.8s; +.action-button.alert { + outline-color: #ecaba7; + background-color: #CE352C; + color: #ffffff; } -.activity-metro > .circle:nth-child(3) { - -webkit-animation-delay: 0.7s; - animation-delay: 0.7s; +.action-button.warning { + outline-color: #ffede1; + background-color: #ff9447; + color: #ffffff; } -.activity-metro > .circle:nth-child(4) { - -webkit-animation-delay: 0.6s; - animation-delay: 0.6s; +.action-button.yellow { + outline-color: #ffffff; + background-color: #ffe484; + color: #ffffff; } -.activity-metro > .circle:nth-child(5) { - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; +.action-button.info { + outline-color: #e6f5fc; + background-color: #5ebdec; + color: #ffffff; } -.activity-metro.dark-style > .circle { - background-color: #989898; +.action-button.dark { + outline-color: #9d9d9d; + background-color: #505050; + color: #ffffff; } -.activity-metro.color-style > .circle { - background-color: #1ba1e2; +.action-button.light { + outline-color: #ffffff; + background-color: #f8f8f8; + color: #ffffff; } -.activity-metro.color-style > .circle:nth-child(2) { - background-color: #fa6800; +.action-button.yellow, +.action-button.light { + color: #1d1d1d; } -.activity-metro.color-style > .circle:nth-child(3) { - background-color: #60a917; +.action-button.yellow:hover, +.action-button.light:hover, +.action-button.yellow.outline:hover, +.action-button.light.outline:hover { + color: #1d1d1d; } -.activity-metro.color-style > .circle:nth-child(4) { - background-color: #CE352C; +.pagination.primary .page-item.active, +.pagination.primary .page-item.service, +.pagination.primary .page-item:hover { + background-color: #0366d6; + border-color: #0366d6; + color: #ffffff; } -.activity-metro.color-style > .circle:nth-child(5) { - background-color: #fff000; +.pagination.primary .page-item.active:hover, +.pagination.primary .page-item.service:hover, +.pagination.primary .page-item:hover:hover { + background-color: #024ea4; } -.activity-square { - position: relative; - width: 40px; - height: 40px; - overflow: hidden; - -webkit-transform-origin: bottom left; - -ms-transform-origin: bottom left; - transform-origin: bottom left; - -webkit-animation: ani-shrink 1s linear infinite; - animation: ani-shrink 1s linear infinite; +.pagination.secondary .page-item.active, +.pagination.secondary .page-item.service, +.pagination.secondary .page-item:hover { + background-color: #607d8b; + border-color: #607d8b; + color: #ffffff; } -.activity-square .square { - position: absolute; - width: 19px; - height: 19px; - background: #ffffff; +.pagination.secondary .page-item.active:hover, +.pagination.secondary .page-item.service:hover, +.pagination.secondary .page-item:hover:hover { + background-color: #4b626d; } -.activity-square .square:nth-child(1) { - left: 0; - top: 21px; +.pagination.success .page-item.active, +.pagination.success .page-item.service, +.pagination.success .page-item:hover { + background-color: #60a917; + border-color: #60a917; + color: #ffffff; } -.activity-square .square:nth-child(2) { - left: 21px; - top: 21px; - -webkit-animation: ani-drop 1s linear infinite; - animation: ani-drop 1s linear infinite; +.pagination.success .page-item.active:hover, +.pagination.success .page-item.service:hover, +.pagination.success .page-item:hover:hover { + background-color: #477c11; } -.activity-square .square:nth-child(3) { - left: 0; - top: 0; - -webkit-animation: ani-drop2 1s linear infinite; - animation: ani-drop2 1s linear infinite; +.pagination.alert .page-item.active, +.pagination.alert .page-item.service, +.pagination.alert .page-item:hover { + background-color: #CE352C; + border-color: #CE352C; + color: #ffffff; } -.activity-square .square:nth-child(4) { - left: 21px; - top: 0; - -webkit-animation: ani-drop3 1s linear infinite; - animation: ani-drop3 1s linear infinite; +.pagination.alert .page-item.active:hover, +.pagination.alert .page-item.service:hover, +.pagination.alert .page-item:hover:hover { + background-color: #a42a23; } -.activity-square.dark-style > .square { - background-color: #989898; +.pagination.warning .page-item.active, +.pagination.warning .page-item.service, +.pagination.warning .page-item:hover { + background-color: #ff9447; + border-color: #ff9447; + color: #ffffff; } -.activity-square.color-style > .square:nth-child(1) { - background-color: #fa6800; +.pagination.warning .page-item.active:hover, +.pagination.warning .page-item.service:hover, +.pagination.warning .page-item:hover:hover { + background-color: #ff7615; } -.activity-square.color-style > .square:nth-child(2) { - background-color: #60a917; +.pagination.yellow .page-item.active, +.pagination.yellow .page-item.service, +.pagination.yellow .page-item:hover { + background-color: #ffe484; + border-color: #ffe484; + color: #ffffff; } -.activity-square.color-style > .square:nth-child(3) { - background-color: #1ba1e2; +.pagination.yellow .page-item.active:hover, +.pagination.yellow .page-item.service:hover, +.pagination.yellow .page-item:hover:hover { + background-color: #ffd951; } -.activity-square.color-style > .square:nth-child(4) { - background-color: #fff000; +.pagination.info .page-item.active, +.pagination.info .page-item.service, +.pagination.info .page-item:hover { + background-color: #5ebdec; + border-color: #5ebdec; + color: #ffffff; } -.activity-cycle { - width: 64px; - height: 64px; - position: relative; - overflow: hidden; -} -.activity-cycle .cycle { - display: block; - position: relative; - left: 50%; - top: 50%; - width: 64px; - height: 64px; - margin: -32px 0 0 -32px; - border-radius: 50%; - border: 3px solid transparent; - border-top-color: #ffffff; - -webkit-animation: ani-pre-spin 1s linear infinite; - animation: ani-pre-spin 1s linear infinite; - z-index: 1001; -} -.activity-cycle .cycle::before, -.activity-cycle .cycle::after { - content: ""; - position: absolute; - border-radius: 50%; - border: 3px solid transparent; - border-top-color: #ffffff; -} -.activity-cycle .cycle:before { - top: 5px; - left: 5px; - right: 5px; - bottom: 5px; - -webkit-animation: ani-pre-spin 2s linear infinite; - animation: ani-pre-spin 2s linear infinite; -} -.activity-cycle .cycle:after { - top: 15px; - left: 15px; - right: 15px; - bottom: 15px; - -webkit-animation: spin 1.5s linear infinite; - animation: spin 1.5s linear infinite; -} -.activity-cycle.dark-style .cycle { - border-top-color: #1d1d1d; +.pagination.info .page-item.active:hover, +.pagination.info .page-item.service:hover, +.pagination.info .page-item:hover:hover { + background-color: #30abe6; } -.activity-cycle.dark-style .cycle:before { - border-top-color: #1d1d1d; +.pagination.dark .page-item.active, +.pagination.dark .page-item.service, +.pagination.dark .page-item:hover { + background-color: #505050; + border-color: #505050; + color: #ffffff; } -.activity-cycle.dark-style .cycle:after { - border-top-color: #1d1d1d; +.pagination.dark .page-item.active:hover, +.pagination.dark .page-item.service:hover, +.pagination.dark .page-item:hover:hover { + background-color: #373737; } -.activity-cycle.color-style .cycle { - border-top-color: #1ba1e2; +.pagination.light .page-item.active, +.pagination.light .page-item.service, +.pagination.light .page-item:hover { + background-color: #f8f8f8; + border-color: #f8f8f8; + color: #ffffff; } -.activity-cycle.color-style .cycle:before { - border-top-color: #CE352C; +.pagination.light .page-item.active:hover, +.pagination.light .page-item.service:hover, +.pagination.light .page-item:hover:hover { + background-color: #dfdfdf; } -.activity-cycle.color-style .cycle:after { - border-top-color: #fff000; +.pagination.light .page-item.active, +.pagination.yellow .page-item.active, +.pagination.light .page-item.service, +.pagination.yellow .page-item.service, +.pagination.light .page-item:hover, +.pagination.yellow .page-item:hover { + color: #1d1d1d; } -.activity-simple { - width: 64px; - height: 64px; +.remark.primary { + background: #75b5fd; + border: 1px solid #75b5fd; } -.activity-simple .circular { - -webkit-animation: rotate 2s linear infinite; - animation: rotate 2s linear infinite; - position: relative; - width: 100%; +.remark.primary::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; height: 100%; + content: " "; + background-color: #0366d6; } -.activity-simple .path { - stroke-dasharray: 1,200; - stroke-dashoffset: 0; - -webkit-animation: dash 1.5s ease-in-out infinite; - animation: dash 1.5s ease-in-out infinite; - stroke-linecap: round; - stroke: #ffffff; -} -.activity-simple.dark-style .path { - stroke: #1d1d1d; -} -.activity-simple.color-style .path { - -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; - animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; -} -.activity-simple.small { - width: 32px; - height: 32px; - border-radius: 50%; +.remark.primary { + background: #daebfe; + border: 1px solid #daebfe; } -.activity-simple.small .circular { - width: 32px; - height: 32px; +.remark.secondary { + background: #b7c6cd; + border: 1px solid #b7c6cd; } -@-webkit-keyframes rotate { - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.remark.secondary::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #607d8b; } -@keyframes rotate { - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.remark.secondary { + background: #f3f6f7; + border: 1px solid #f3f6f7; } -@-webkit-keyframes dash { - 0% { - stroke-dasharray: 1,200; - stroke-dashoffset: 0; - } - 50% { - stroke-dasharray: 89,200; - stroke-dashoffset: -35; - } - 100% { - stroke-dasharray: 89,200; - stroke-dashoffset: -124; - } +.remark.success { + background: #adeb6e; + border: 1px solid #adeb6e; } -@keyframes dash { - 0% { - stroke-dasharray: 1,200; - stroke-dashoffset: 0; - } - 50% { - stroke-dasharray: 89,200; - stroke-dashoffset: -35; - } - 100% { - stroke-dasharray: 89,200; - stroke-dashoffset: -124; - } +.remark.success::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #60a917; } -@-webkit-keyframes color { - 100%, - 0% { - stroke: #CE352C; - } - 40% { - stroke: #00AFF0; - } - 66% { - stroke: #60a917; - } - 80%, - 90% { - stroke: #fff000; - } +.remark.success { + background: #ecfbde; + border: 1px solid #ecfbde; } -@keyframes color { - 100%, - 0% { - stroke: #CE352C; - } - 40% { - stroke: #00AFF0; - } - 66% { - stroke: #60a917; - } - 80%, - 90% { - stroke: #fff000; - } +.remark.alert { + background: #ecaba7; + border: 1px solid #ecaba7; } -.app-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: fixed; +.remark.alert::before { + position: absolute; top: 0; - left: 0; - right: 0; - height: auto; - min-height: 52px; - z-index: 1030; - background-color: #f8f8f8; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #CE352C; } -.app-bar .app-bar-container { - background-color: inherit; - color: inherit; +.remark.alert { + background: #fae7e6; + border: 1px solid #fae7e6; } -.app-bar .brand, -.app-bar .app-bar-item, -.app-bar .app-bar-container, -.app-bar .app-bar-button { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - height: 52px; - line-height: 52px; - padding: 0 16px; - background-color: inherit; - color: inherit; - text-decoration: none; - font-size: 14px; - -ms-flex-negative: 0; - flex-shrink: 0; - border: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; +.remark.warning { + background: #ffede1; + border: 1px solid #ffede1; } -.app-bar .brand:focus, -.app-bar .app-bar-item:focus, -.app-bar .app-bar-container:focus, -.app-bar .app-bar-button:focus { - outline: none; +.remark.warning::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #ff9447; } -.app-bar .app-bar-container { - padding: 0; +.remark.warning { + background: #ffede1; + border: 1px solid #ffede1; } -.app-bar .app-bar-item { - white-space: nowrap; +.remark.yellow { + background: #ffffff; + border: 1px solid #ffffff; } -.app-bar .app-bar-button { - width: 52px; - padding: 0; +.remark.yellow::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #ffe484; } -.app-bar .app-bar-menu { - -ms-flex-negative: 0; - flex-shrink: 0; - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - background-color: inherit; - color: inherit; +.remark.yellow { + background: #fff7db; + border: 1px solid #fff7db; } -.app-bar .app-bar-menu > li, -.app-bar .app-bar-menu > li > a { - display: block; - line-height: 52px; - background-color: inherit; - color: inherit; - -ms-flex-negative: 0; - flex-shrink: 0; +.remark.info { + background: #e6f5fc; + border: 1px solid #e6f5fc; } -.app-bar .app-bar-menu > li > a { - padding: 0 16px; - text-decoration: none; - font-size: 14px; - position: relative; +.remark.info::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #5ebdec; } -.app-bar .app-bar-menu > li { - position: relative; +.remark.info { + background: #e6f5fc; + border: 1px solid #e6f5fc; } -.app-bar .brand:not(.no-hover):hover, -.app-bar .app-bar-menu li:not(.no-hover):hover, -.app-bar .hamburger:not(.no-hover):hover, -.app-bar .app-bar-item:not(.no-hover):hover, -.app-bar .brand:not(.no-hover):active, -.app-bar .app-bar-menu li:not(.no-hover):active, -.app-bar .hamburger:not(.no-hover):active, -.app-bar .app-bar-item:not(.no-hover):active, -.app-bar .brand:not(.no-hover) .active, -.app-bar .app-bar-menu li:not(.no-hover) .active, -.app-bar .hamburger:not(.no-hover) .active, -.app-bar .app-bar-item:not(.no-hover) .active { - background: rgba(29, 29, 29, 0.1); +.remark.dark { + background: #9d9d9d; + border: 1px solid #9d9d9d; } -.app-bar .hamburger { +.remark.dark::before { position: absolute; - right: 0; top: 0; - display: block; - height: 52px; - width: 52px; -} -.app-bar .hamburger.menu-down.active .line:nth-child(1), -.app-bar .hamburger.menu-down.active .line:nth-child(3) { - margin: -4px 16px; -} -.app-bar .app-bar-menu .d-menu, -.app-bar .app-bar-menu .v-menu { - -webkit-box-shadow: none; - box-shadow: none; - position: relative; - width: 100%; - background-color: #f8f8f8; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #505050; } -.app-bar .app-bar-menu .divider, -.app-bar .app-bar-container .divider { - height: 1px!important; - line-height: 1px!important; - background-color: #e4e4e4; +.remark.dark { + background: #e9e9e9; + border: 1px solid #e9e9e9; } -.app-bar .app-bar-container .d-menu { - background-color: #f8f8f8; - position: absolute; - width: auto; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +.remark.light { + background: #ffffff; + border: 1px solid #ffffff; } -.app-bar .app-bar-container .v-menu { +.remark.light::before { position: absolute; - float: left; - width: auto; - border: 1px solid #dfdfdf; - background-color: #ffffff; -} -.app-bar .app-bar-container > .d-menu, -.app-bar .app-bar-container > .v-menu { - top: 100%; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #f8f8f8; } -.app-bar .app-bar-container a { - color: inherit; - text-decoration: none; +input[type=text].primary, +input[type=password].primary, +input[type=tel].primary, +input[type=datetime-local].primary, +input[type=email].primary, +input[type=file].primary, +input[type=month].primary, +input[type=number].primary, +input[type=search].primary, +input[type=time].primary, +input[type=url].primary, +input[type=week].primary, +select.primary, +textarea.primary, +.file.primary, +.input.primary, +.select.primary, +.textarea.primary, +.keypad.primary, +.tag-input.primary, +.spinner.primary { + border-color: #0366d6; } -.app-bar a { - outline: none!important; +input[type=text].primary:focus, +input[type=password].primary:focus, +input[type=tel].primary:focus, +input[type=datetime-local].primary:focus, +input[type=email].primary:focus, +input[type=file].primary:focus, +input[type=month].primary:focus, +input[type=number].primary:focus, +input[type=search].primary:focus, +input[type=time].primary:focus, +input[type=url].primary:focus, +input[type=week].primary:focus, +select.primary:focus, +textarea.primary:focus, +.file.primary:focus, +.input.primary:focus, +.select.primary:focus, +.textarea.primary:focus, +.keypad.primary:focus, +.tag-input.primary:focus, +.spinner.primary:focus, +input[type=text].primary.focused, +input[type=password].primary.focused, +input[type=tel].primary.focused, +input[type=datetime-local].primary.focused, +input[type=email].primary.focused, +input[type=file].primary.focused, +input[type=month].primary.focused, +input[type=number].primary.focused, +input[type=search].primary.focused, +input[type=time].primary.focused, +input[type=url].primary.focused, +input[type=week].primary.focused, +select.primary.focused, +textarea.primary.focused, +.file.primary.focused, +.input.primary.focused, +.select.primary.focused, +.textarea.primary.focused, +.keypad.primary.focused, +.tag-input.primary.focused, +.spinner.primary.focused { + -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); + box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); } -.app-bar .app-bar-menu .d-menu .d-menu, -.app-bar .app-bar-menu .v-menu .v-menu, -.app-bar .app-bar-menu .v-menu .d-menu, -.app-bar .app-bar-menu .d-menu .v-menu { - left: 0; -} -.app-bar .app-bar-menu.opened { - max-height: calc(100vh - 52px); - overflow-y: auto; -} -.app-bar .app-bar-input { - width: 100px; - height: 30px; - font-size: 0.875rem; - border: none!important; - border-radius: 4px; -} -.app-bar .hamburger:not(.hidden) ~ .ml-auto { - margin-right: 48px; -} -.app-bar-expand { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; -} -.app-bar-expand .brand, -.app-bar-expand .app-bar-item, -.app-bar-expand .app-bar-container { - width: auto; - -ms-flex-negative: 1; - flex-shrink: 1; +input[type=text].secondary, +input[type=password].secondary, +input[type=tel].secondary, +input[type=datetime-local].secondary, +input[type=email].secondary, +input[type=file].secondary, +input[type=month].secondary, +input[type=number].secondary, +input[type=search].secondary, +input[type=time].secondary, +input[type=url].secondary, +input[type=week].secondary, +select.secondary, +textarea.secondary, +.file.secondary, +.input.secondary, +.select.secondary, +.textarea.secondary, +.keypad.secondary, +.tag-input.secondary, +.spinner.secondary { + border-color: #607d8b; } -.app-bar-expand .app-bar-menu { - float: left; +input[type=text].secondary:focus, +input[type=password].secondary:focus, +input[type=tel].secondary:focus, +input[type=datetime-local].secondary:focus, +input[type=email].secondary:focus, +input[type=file].secondary:focus, +input[type=month].secondary:focus, +input[type=number].secondary:focus, +input[type=search].secondary:focus, +input[type=time].secondary:focus, +input[type=url].secondary:focus, +input[type=week].secondary:focus, +select.secondary:focus, +textarea.secondary:focus, +.file.secondary:focus, +.input.secondary:focus, +.select.secondary:focus, +.textarea.secondary:focus, +.keypad.secondary:focus, +.tag-input.secondary:focus, +.spinner.secondary:focus, +input[type=text].secondary.focused, +input[type=password].secondary.focused, +input[type=tel].secondary.focused, +input[type=datetime-local].secondary.focused, +input[type=email].secondary.focused, +input[type=file].secondary.focused, +input[type=month].secondary.focused, +input[type=number].secondary.focused, +input[type=search].secondary.focused, +input[type=time].secondary.focused, +input[type=url].secondary.focused, +input[type=week].secondary.focused, +select.secondary.focused, +textarea.secondary.focused, +.file.secondary.focused, +.input.secondary.focused, +.select.secondary.focused, +.textarea.secondary.focused, +.keypad.secondary.focused, +.tag-input.secondary.focused, +.spinner.secondary.focused { + -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); + box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); } -.app-bar-expand .app-bar-menu { - width: auto; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; +input[type=text].success, +input[type=password].success, +input[type=tel].success, +input[type=datetime-local].success, +input[type=email].success, +input[type=file].success, +input[type=month].success, +input[type=number].success, +input[type=search].success, +input[type=time].success, +input[type=url].success, +input[type=week].success, +select.success, +textarea.success, +.file.success, +.input.success, +.select.success, +.textarea.success, +.keypad.success, +.tag-input.success, +.spinner.success { + border-color: #60a917; } -.app-bar-expand .app-bar-menu .d-menu { - position: absolute; - width: auto; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +input[type=text].success:focus, +input[type=password].success:focus, +input[type=tel].success:focus, +input[type=datetime-local].success:focus, +input[type=email].success:focus, +input[type=file].success:focus, +input[type=month].success:focus, +input[type=number].success:focus, +input[type=search].success:focus, +input[type=time].success:focus, +input[type=url].success:focus, +input[type=week].success:focus, +select.success:focus, +textarea.success:focus, +.file.success:focus, +.input.success:focus, +.select.success:focus, +.textarea.success:focus, +.keypad.success:focus, +.tag-input.success:focus, +.spinner.success:focus, +input[type=text].success.focused, +input[type=password].success.focused, +input[type=tel].success.focused, +input[type=datetime-local].success.focused, +input[type=email].success.focused, +input[type=file].success.focused, +input[type=month].success.focused, +input[type=number].success.focused, +input[type=search].success.focused, +input[type=time].success.focused, +input[type=url].success.focused, +input[type=week].success.focused, +select.success.focused, +textarea.success.focused, +.file.success.focused, +.input.success.focused, +.select.success.focused, +.textarea.success.focused, +.keypad.success.focused, +.tag-input.success.focused, +.spinner.success.focused { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); } -.app-bar-expand .app-bar-menu .d-menu li, -.app-bar-expand .app-bar-menu .d-menu a { - height: 38px; - line-height: 38px; +input[type=text].alert, +input[type=password].alert, +input[type=tel].alert, +input[type=datetime-local].alert, +input[type=email].alert, +input[type=file].alert, +input[type=month].alert, +input[type=number].alert, +input[type=search].alert, +input[type=time].alert, +input[type=url].alert, +input[type=week].alert, +select.alert, +textarea.alert, +.file.alert, +.input.alert, +.select.alert, +.textarea.alert, +.keypad.alert, +.tag-input.alert, +.spinner.alert { + border-color: #CE352C; } -.app-bar-expand .app-bar-menu .v-menu { - position: absolute; - float: left; - width: auto; - border: 1px solid #dfdfdf; - background-color: #ffffff; +input[type=text].alert:focus, +input[type=password].alert:focus, +input[type=tel].alert:focus, +input[type=datetime-local].alert:focus, +input[type=email].alert:focus, +input[type=file].alert:focus, +input[type=month].alert:focus, +input[type=number].alert:focus, +input[type=search].alert:focus, +input[type=time].alert:focus, +input[type=url].alert:focus, +input[type=week].alert:focus, +select.alert:focus, +textarea.alert:focus, +.file.alert:focus, +.input.alert:focus, +.select.alert:focus, +.textarea.alert:focus, +.keypad.alert:focus, +.tag-input.alert:focus, +.spinner.alert:focus, +input[type=text].alert.focused, +input[type=password].alert.focused, +input[type=tel].alert.focused, +input[type=datetime-local].alert.focused, +input[type=email].alert.focused, +input[type=file].alert.focused, +input[type=month].alert.focused, +input[type=number].alert.focused, +input[type=search].alert.focused, +input[type=time].alert.focused, +input[type=url].alert.focused, +input[type=week].alert.focused, +select.alert.focused, +textarea.alert.focused, +.file.alert.focused, +.input.alert.focused, +.select.alert.focused, +.textarea.alert.focused, +.keypad.alert.focused, +.tag-input.alert.focused, +.spinner.alert.focused { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); } -.app-bar-expand .app-bar-menu.collapsed { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; +input[type=text].warning, +input[type=password].warning, +input[type=tel].warning, +input[type=datetime-local].warning, +input[type=email].warning, +input[type=file].warning, +input[type=month].warning, +input[type=number].warning, +input[type=search].warning, +input[type=time].warning, +input[type=url].warning, +input[type=week].warning, +select.warning, +textarea.warning, +.file.warning, +.input.warning, +.select.warning, +.textarea.warning, +.keypad.warning, +.tag-input.warning, +.spinner.warning { + border-color: #ff9447; } -.app-bar-expand .app-bar-menu .d-menu .d-menu, -.app-bar-expand .app-bar-menu .v-menu .v-menu, -.app-bar-expand .app-bar-menu .v-menu .d-menu, -.app-bar-expand .app-bar-menu .d-menu .v-menu { - left: 100%; +input[type=text].warning:focus, +input[type=password].warning:focus, +input[type=tel].warning:focus, +input[type=datetime-local].warning:focus, +input[type=email].warning:focus, +input[type=file].warning:focus, +input[type=month].warning:focus, +input[type=number].warning:focus, +input[type=search].warning:focus, +input[type=time].warning:focus, +input[type=url].warning:focus, +input[type=week].warning:focus, +select.warning:focus, +textarea.warning:focus, +.file.warning:focus, +.input.warning:focus, +.select.warning:focus, +.textarea.warning:focus, +.keypad.warning:focus, +.tag-input.warning:focus, +.spinner.warning:focus, +input[type=text].warning.focused, +input[type=password].warning.focused, +input[type=tel].warning.focused, +input[type=datetime-local].warning.focused, +input[type=email].warning.focused, +input[type=file].warning.focused, +input[type=month].warning.focused, +input[type=number].warning.focused, +input[type=search].warning.focused, +input[type=time].warning.focused, +input[type=url].warning.focused, +input[type=week].warning.focused, +select.warning.focused, +textarea.warning.focused, +.file.warning.focused, +.input.warning.focused, +.select.warning.focused, +.textarea.warning.focused, +.keypad.warning.focused, +.tag-input.warning.focused, +.spinner.warning.focused { + -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); + box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); } -.app-bar-expand .hamburger { - display: none; +input[type=text].yellow, +input[type=password].yellow, +input[type=tel].yellow, +input[type=datetime-local].yellow, +input[type=email].yellow, +input[type=file].yellow, +input[type=month].yellow, +input[type=number].yellow, +input[type=search].yellow, +input[type=time].yellow, +input[type=url].yellow, +input[type=week].yellow, +select.yellow, +textarea.yellow, +.file.yellow, +.input.yellow, +.select.yellow, +.textarea.yellow, +.keypad.yellow, +.tag-input.yellow, +.spinner.yellow { + border-color: #ffe484; } -.p-ab { - padding-top: 52px!important; +input[type=text].yellow:focus, +input[type=password].yellow:focus, +input[type=tel].yellow:focus, +input[type=datetime-local].yellow:focus, +input[type=email].yellow:focus, +input[type=file].yellow:focus, +input[type=month].yellow:focus, +input[type=number].yellow:focus, +input[type=search].yellow:focus, +input[type=time].yellow:focus, +input[type=url].yellow:focus, +input[type=week].yellow:focus, +select.yellow:focus, +textarea.yellow:focus, +.file.yellow:focus, +.input.yellow:focus, +.select.yellow:focus, +.textarea.yellow:focus, +.keypad.yellow:focus, +.tag-input.yellow:focus, +.spinner.yellow:focus, +input[type=text].yellow.focused, +input[type=password].yellow.focused, +input[type=tel].yellow.focused, +input[type=datetime-local].yellow.focused, +input[type=email].yellow.focused, +input[type=file].yellow.focused, +input[type=month].yellow.focused, +input[type=number].yellow.focused, +input[type=search].yellow.focused, +input[type=time].yellow.focused, +input[type=url].yellow.focused, +input[type=week].yellow.focused, +select.yellow.focused, +textarea.yellow.focused, +.file.yellow.focused, +.input.yellow.focused, +.select.yellow.focused, +.textarea.yellow.focused, +.keypad.yellow.focused, +.tag-input.yellow.focused, +.spinner.yellow.focused { + -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); + box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); } -.m-ab { - margin-top: 52px!important; +input[type=text].info, +input[type=password].info, +input[type=tel].info, +input[type=datetime-local].info, +input[type=email].info, +input[type=file].info, +input[type=month].info, +input[type=number].info, +input[type=search].info, +input[type=time].info, +input[type=url].info, +input[type=week].info, +select.info, +textarea.info, +.file.info, +.input.info, +.select.info, +.textarea.info, +.keypad.info, +.tag-input.info, +.spinner.info { + border-color: #5ebdec; } -.h-ab { - height: calc(100% - 52px); +input[type=text].info:focus, +input[type=password].info:focus, +input[type=tel].info:focus, +input[type=datetime-local].info:focus, +input[type=email].info:focus, +input[type=file].info:focus, +input[type=month].info:focus, +input[type=number].info:focus, +input[type=search].info:focus, +input[type=time].info:focus, +input[type=url].info:focus, +input[type=week].info:focus, +select.info:focus, +textarea.info:focus, +.file.info:focus, +.input.info:focus, +.select.info:focus, +.textarea.info:focus, +.keypad.info:focus, +.tag-input.info:focus, +.spinner.info:focus, +input[type=text].info.focused, +input[type=password].info.focused, +input[type=tel].info.focused, +input[type=datetime-local].info.focused, +input[type=email].info.focused, +input[type=file].info.focused, +input[type=month].info.focused, +input[type=number].info.focused, +input[type=search].info.focused, +input[type=time].info.focused, +input[type=url].info.focused, +input[type=week].info.focused, +select.info.focused, +textarea.info.focused, +.file.info.focused, +.input.info.focused, +.select.info.focused, +.textarea.info.focused, +.keypad.info.focused, +.tag-input.info.focused, +.spinner.info.focused { + -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); + box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); } -.badge { - position: absolute; - z-index: 1; - top: 0; - right: 0; - background-color: #f8f8f8; - color: #1d1d1d; - border-radius: 0.25rem; - display: inline-block; - padding: 0.25em 0.4em; - font-size: 75%; - font-weight: 700; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - -webkit-transform: translateY(-50%) translateX(50%); - -ms-transform: translateY(-50%) translateX(50%); - transform: translateY(-50%) translateX(50%); +input[type=text].dark, +input[type=password].dark, +input[type=tel].dark, +input[type=datetime-local].dark, +input[type=email].dark, +input[type=file].dark, +input[type=month].dark, +input[type=number].dark, +input[type=search].dark, +input[type=time].dark, +input[type=url].dark, +input[type=week].dark, +select.dark, +textarea.dark, +.file.dark, +.input.dark, +.select.dark, +.textarea.dark, +.keypad.dark, +.tag-input.dark, +.spinner.dark { + border-color: #505050; } -.brand .badge, -.app-bar-item .badge, -.app-bar-menu > li > a .badge, -.h-menu > li > a .badge, -.d-menu > li > a .badge, -.v-menu > li > a .badge, -.t-menu > li > a .badge { - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); +input[type=text].dark:focus, +input[type=password].dark:focus, +input[type=tel].dark:focus, +input[type=datetime-local].dark:focus, +input[type=email].dark:focus, +input[type=file].dark:focus, +input[type=month].dark:focus, +input[type=number].dark:focus, +input[type=search].dark:focus, +input[type=time].dark:focus, +input[type=url].dark:focus, +input[type=week].dark:focus, +select.dark:focus, +textarea.dark:focus, +.file.dark:focus, +.input.dark:focus, +.select.dark:focus, +.textarea.dark:focus, +.keypad.dark:focus, +.tag-input.dark:focus, +.spinner.dark:focus, +input[type=text].dark.focused, +input[type=password].dark.focused, +input[type=tel].dark.focused, +input[type=datetime-local].dark.focused, +input[type=email].dark.focused, +input[type=file].dark.focused, +input[type=month].dark.focused, +input[type=number].dark.focused, +input[type=search].dark.focused, +input[type=time].dark.focused, +input[type=url].dark.focused, +input[type=week].dark.focused, +select.dark.focused, +textarea.dark.focused, +.file.dark.focused, +.input.dark.focused, +.select.dark.focused, +.textarea.dark.focused, +.keypad.dark.focused, +.tag-input.dark.focused, +.spinner.dark.focused { + -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); + box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); } -.badge.inline { - position: relative; - display: inline-block; - right: auto; - top: -1px; - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); +input[type=text].light, +input[type=password].light, +input[type=tel].light, +input[type=datetime-local].light, +input[type=email].light, +input[type=file].light, +input[type=month].light, +input[type=number].light, +input[type=search].light, +input[type=time].light, +input[type=url].light, +input[type=week].light, +select.light, +textarea.light, +.file.light, +.input.light, +.select.light, +.textarea.light, +.keypad.light, +.tag-input.light, +.spinner.light { + border-color: #f8f8f8; } -.badge.inside { - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); +input[type=text].light:focus, +input[type=password].light:focus, +input[type=tel].light:focus, +input[type=datetime-local].light:focus, +input[type=email].light:focus, +input[type=file].light:focus, +input[type=month].light:focus, +input[type=number].light:focus, +input[type=search].light:focus, +input[type=time].light:focus, +input[type=url].light:focus, +input[type=week].light:focus, +select.light:focus, +textarea.light:focus, +.file.light:focus, +.input.light:focus, +.select.light:focus, +.textarea.light:focus, +.keypad.light:focus, +.tag-input.light:focus, +.spinner.light:focus, +input[type=text].light.focused, +input[type=password].light.focused, +input[type=tel].light.focused, +input[type=datetime-local].light.focused, +input[type=email].light.focused, +input[type=file].light.focused, +input[type=month].light.focused, +input[type=number].light.focused, +input[type=search].light.focused, +input[type=time].light.focused, +input[type=url].light.focused, +input[type=week].light.focused, +select.light.focused, +textarea.light.focused, +.file.light.focused, +.input.light.focused, +.select.light.focused, +.textarea.light.focused, +.keypad.light.focused, +.tag-input.light.focused, +.spinner.light.focused { + -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); + box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); } -.bottom-nav { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - height: 56px; - width: 100%; - position: fixed; - bottom: 0; - left: 0; - right: 0; - -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); - z-index: 1030; +.accent-block.primary { + background-color: #0366d6; + color: #ffffff; } -.bottom-nav .button { - width: auto; - height: 100%; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; - text-align: center; - text-transform: capitalize; - margin: 0; - border-radius: 0; - line-height: normal; +.accent-block.secondary { + background-color: #607d8b; + color: #ffffff; } -.bottom-nav .button .icon { - width: 24px; - height: 24px; - font-size: 22px; +.accent-block.success { + background-color: #60a917; + color: #ffffff; } -.bottom-nav .button .label { - display: block; +.accent-block.alert { + background-color: #CE352C; + color: #ffffff; } -.bottom-sheet { - background-color: #ffffff; - display: block; - z-index: 1030; - max-width: 360px; - left: 50%; - list-style: none inside; - padding: 0; - margin: 0 0 0 -50%; - width: 100%; - top: 100%; - position: fixed; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +.accent-block.warning { + background-color: #ff9447; + color: #ffffff; } -.bottom-sheet::after { - display: block; - clear: both; - content: ""; +.accent-block.yellow { + background-color: #ffe484; + color: #ffffff; } -.bottom-sheet::after { - display: block; - clear: both; - content: ""; +.accent-block.info { + background-color: #5ebdec; + color: #ffffff; } -.bottom-sheet.wide-sm { - max-width: 576px; +.accent-block.dark { + background-color: #505050; + color: #ffffff; } -.bottom-sheet.wide-ld { - max-width: 640px; +.accent-block.light { + background-color: #f8f8f8; + color: #ffffff; } -.bottom-sheet.wide-md { - max-width: 768px; +.accent-block.light, +.accent-block.yellow { + color: #1d1d1d; } -.bottom-sheet.wide-lg { - max-width: 992px; +.no-border { + border: 0 !important; } -.bottom-sheet.wide { - max-width: 100%; +.no-border-left { + border-left: none !important; } -.bottom-sheet > .title { - height: 56px; - font-size: 16px; - color: rgba(0, 0, 0, 0.87); +.no-border-right { + border-right: none !important; } -.bottom-sheet > li, -.bottom-sheet > .item { - font-size: 16px; - position: relative; - height: 48px; - padding-left: 56px; - display: block; - cursor: pointer; - vertical-align: middle; - line-height: 48px; +.no-border-top { + border-top: none !important; } -.bottom-sheet > li .icon, -.bottom-sheet > .item .icon { - left: 16px; - position: absolute; - width: 24px; - height: 24px; - font-size: 24px; - line-height: 24px; - vertical-align: middle; - text-align: center; - top: 50%; - margin-top: -12px; - opacity: 0.8; +.no-border-bottom { + border-bottom: none !important; } -.bottom-sheet > li:hover, -.bottom-sheet > .item:hover, -.bottom-sheet > li.hovered, -.bottom-sheet > .item.hovered, -.bottom-sheet > li.active, -.bottom-sheet > .item.active { - background-color: rgba(29, 29, 29, 0.1); +.no-border-visible { + border-color: transparent !important; } -.bottom-sheet > .divider { - height: 1px; - background-color: #dfdfdf; +.border-none { + border: 0 !important; } -.bottom-sheet.grid-style { - padding: 16px; +.border-left-none { + border-left: none !important; } -.bottom-sheet.grid-style > li, -.bottom-sheet.grid-style > .item { - width: 64px; - height: 72px; - line-height: normal; - text-align: center; - vertical-align: middle; - display: block; - float: left; - margin: 8px; - padding: 4px; - font-size: 11px; +.border-right-none { + border-right: none !important; } -.bottom-sheet.grid-style > li .icon, -.bottom-sheet.grid-style > .item .icon { - display: block; - position: relative; - width: 42px; - height: 42px; - font-size: 42px; - margin: 0 0 8px -21px; - padding: 0; - top: 0; - left: 50%; - line-height: 1; +.border-top-none { + border-top: none !important; } -.bottom-sheet.grid-style > .divider { - display: none; +.border-bottom-none { + border-bottom: none !important; } -.bottom-sheet.opened { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); +.border-visible-none { + border-color: transparent !important; } -.bottom-nav ~ .bottom-sheet { - padding-bottom: 76px; +.border { + border: 1px solid transparent; } -.breadcrumbs { - margin-bottom: 1rem; - margin-left: 0; - padding: 0; - list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: #ffffff; - color: #6a6a6a; +.border-left { + border-left: 1px solid transparent; } -.breadcrumbs .page-item, -.breadcrumbs .breadcrumb-item { - position: relative; - cursor: pointer; - display: list-item; - background-color: inherit; - color: inherit; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - margin: 4px; +.border-right { + border-right: 1px solid transparent; } -.breadcrumbs .page-item + .page-item::before, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::before, -.breadcrumbs .page-item + .page-item::after, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 1px; - width: 0.375rem; - background-color: #1d1d1d; - top: 50%; - left: 0; - margin-left: -0.5rem; +.border-top { + border-top: 1px solid transparent; } -.breadcrumbs .page-item + .page-item::before, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::before { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - margin-top: -0.125rem; +.border-bottom { + border-bottom: 1px solid transparent; } -.breadcrumbs .page-item + .page-item::after, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin-top: 0.125rem; +.border-top-left, +.border-left-top { + border-top: 1px solid transparent; + border-left: 1px solid transparent; } -.breadcrumbs .page-link, -.breadcrumbs .page-item a, -.breadcrumbs .breadcrumb-item a { - display: block; - position: relative; - padding: 0.5rem 0.75rem; - line-height: 1; - font-size: 1rem; - text-decoration: none; - color: inherit; - background-color: transparent; +.border-top-right, +.border-right-top { + border-top: 1px solid transparent; + border-right: 1px solid transparent; } -.breadcrumbs .page-link:hover, -.breadcrumbs .page-item a:hover, -.breadcrumbs .breadcrumb-item a:hover { - color: #1d1d1d; +.border-bottom-right, +.border-right-bottom { + border-bottom: 1px solid transparent; + border-right: 1px solid transparent; } -.breadcrumbs .page-item:last-child, -.breadcrumbs .breadcrumb-item:last-child { - font-weight: bold; +.border-bottom-left, +.border-left-bottom { + border-bottom: 1px solid transparent; + border-left: 1px solid transparent; } -.button, -.flat-button { - display: inline-block; - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0 0.75rem; - font-size: 0.875rem; - line-height: 34px; - height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - outline: none; - position: relative; - overflow: visible; +.border-top-bottom, +.border-bottom-top { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; } -.button .icon + .caption, -.flat-button .icon + .caption { - margin-left: 8px; +.border-right-left, +.border-left-right { + border-right: 1px solid transparent; + border-left: 1px solid transparent; } -.button .caption + .icon, -.flat-button .caption + .icon { - margin-left: 8px; +.border-top-right-bottom { + border-top: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; } -.flat-button { - min-width: 64px; - background-color: transparent; +.border-right-bottom-left { + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; } -.button:active, -.button.focus, -.button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.border-bottom-left-top { + border-left: 1px solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; } -.button:hover { - background-color: rgba(29, 29, 29, 0.1); +.border-left-top-right { + border-left: 1px solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; } -.button.link { - background-color: transparent; - color: #0366d6; +.border-radius { + border-radius: 0.25rem; } -.button.link:hover { - background-color: transparent; - color: #0056b3; - text-decoration: underline; +.border-radius-half { + border-radius: 50%; } -.button.link.focus, -.button.link:focus { - -webkit-box-shadow: none; - box-shadow: none; +.border-20 { + border-width: 20px; } -.button.hovered:hover { - background-color: rgba(29, 29, 29, 0.2); -} -.button img { - height: 1rem; +.border-size-20 { + border-width: 20px; } -.button.mini { - font-size: 0.625rem; - padding: 0 0.5rem; - height: 20px; - line-height: 20px; +.border-radius-20 { + border-radius: 20px; } -.button.mini img { - height: 0.625rem; +.border-19 { + border-width: 19px; } -.button.small { - font-size: 0.75rem; - padding: 0 0.6rem; - height: 26px; - line-height: 26px; +.border-size-19 { + border-width: 19px; } -.button.small img { - height: 0.75rem; +.border-radius-19 { + border-radius: 19px; } -.button.large { - font-size: 1.375rem; - padding: 0 1rem; - height: 53px; - line-height: 53px; +.border-18 { + border-width: 18px; } -.button.large img { - height: 1.375rem; +.border-size-18 { + border-width: 18px; } -.button.square, -.button.cycle { - width: 2.25rem; - height: 2.25rem; - padding-left: 0 !important; - padding-right: 0 !important; +.border-radius-18 { + border-radius: 18px; } -.button.square.mini, -.button.cycle.mini { - width: 1.39875rem; - height: 1.39875rem; +.border-17 { + border-width: 17px; } -.button.square.small, -.button.cycle.small { - width: 1.724375rem; - height: 1.724375rem; +.border-size-17 { + border-width: 17px; } -.button.square.large, -.button.cycle.large { - width: 3.3125rem; - height: 3.3125rem; +.border-radius-17 { + border-radius: 17px; } -.button.cycle { - border-radius: 50%; +.border-16 { + border-width: 16px; } -.button.square.dropdown-toggle::before, -.button.cycle.dropdown-toggle::before { - display: none; +.border-size-16 { + border-width: 16px; } -.button.dropdown-toggle.no-marker { - padding-right: 0.75rem !important; +.border-radius-16 { + border-radius: 16px; } -.button:focus, -.button:hover { - text-decoration: none; +.border-15 { + border-width: 15px; } -.button:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.border-size-15 { + border-width: 15px; } -.button.disabled, -.button:disabled { - opacity: 0.65; +.border-radius-15 { + border-radius: 15px; } -.button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.border-14 { + border-width: 14px; } -.button:active { - -webkit-box-shadow: none; - box-shadow: none; +.border-size-14 { + border-width: 14px; } -a.button, -a.flat-button { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - color: #1d1d1d; - -webkit-box-shadow: none; - box-shadow: none; - text-decoration: none; +.border-radius-14 { + border-radius: 14px; } -a.button:hover, -a.flat-button:hover { - -webkit-box-shadow: none; - box-shadow: none; +.border-13 { + border-width: 13px; } -a.button:active, -a.flat-button:active, -a.button.focus, -a.flat-button.focus, -a.button:focus, -a.flat-button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.border-size-13 { + border-width: 13px; } -input[type=button], -input[type=submit], -input[type=reset] { - display: inline-block; - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0 0.75rem; - font-size: 0.875rem; - line-height: 34px; - height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - outline: none; - position: relative; - overflow: visible; +.border-radius-13 { + border-radius: 13px; } -input[type=button] .icon + .caption, -input[type=submit] .icon + .caption, -input[type=reset] .icon + .caption { - margin-left: 8px; +.border-12 { + border-width: 12px; } -input[type=button] .caption + .icon, -input[type=submit] .caption + .icon, -input[type=reset] .caption + .icon { - margin-left: 8px; +.border-size-12 { + border-width: 12px; } -input[type=button]:active, -input[type=submit]:active, -input[type=reset]:active, -input[type=button].focus, -input[type=submit].focus, -input[type=reset].focus, -input[type=button]:focus, -input[type=submit]:focus, -input[type=reset]:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.border-radius-12 { + border-radius: 12px; } -input[type=button]:hover, -input[type=submit]:hover, -input[type=reset]:hover { - background-color: rgba(29, 29, 29, 0.1); +.border-11 { + border-width: 11px; } -input[type=button].link, -input[type=submit].link, -input[type=reset].link { - background-color: transparent; - color: #0366d6; +.border-size-11 { + border-width: 11px; } -input[type=button].link:hover, -input[type=submit].link:hover, -input[type=reset].link:hover { - background-color: transparent; - color: #0056b3; - text-decoration: underline; +.border-radius-11 { + border-radius: 11px; } -input[type=button].link.focus, -input[type=submit].link.focus, -input[type=reset].link.focus, -input[type=button].link:focus, -input[type=submit].link:focus, -input[type=reset].link:focus { - -webkit-box-shadow: none; - box-shadow: none; +.border-10 { + border-width: 10px; } -input[type=button].hovered:hover, -input[type=submit].hovered:hover, -input[type=reset].hovered:hover { - background-color: rgba(29, 29, 29, 0.2); +.border-size-10 { + border-width: 10px; } -input[type=button] img, -input[type=submit] img, -input[type=reset] img { - height: 1rem; +.border-radius-10 { + border-radius: 10px; } -input[type=button].mini, -input[type=submit].mini, -input[type=reset].mini { - font-size: 0.625rem; - padding: 0 0.5rem; - height: 20px; - line-height: 20px; +.border-9 { + border-width: 9px; } -input[type=button].mini img, -input[type=submit].mini img, -input[type=reset].mini img { - height: 0.625rem; +.border-size-9 { + border-width: 9px; } -input[type=button].small, -input[type=submit].small, -input[type=reset].small { - font-size: 0.75rem; - padding: 0 0.6rem; - height: 26px; - line-height: 26px; +.border-radius-9 { + border-radius: 9px; } -input[type=button].small img, -input[type=submit].small img, -input[type=reset].small img { - height: 0.75rem; +.border-8 { + border-width: 8px; } -input[type=button].large, -input[type=submit].large, -input[type=reset].large { - font-size: 1.375rem; - padding: 0 1rem; - height: 53px; - line-height: 53px; +.border-size-8 { + border-width: 8px; } -input[type=button].large img, -input[type=submit].large img, -input[type=reset].large img { - height: 1.375rem; +.border-radius-8 { + border-radius: 8px; } -input[type=button].square, -input[type=submit].square, -input[type=reset].square, -input[type=button].cycle, -input[type=submit].cycle, -input[type=reset].cycle { - width: 2.25rem; - height: 2.25rem; - padding-left: 0 !important; - padding-right: 0 !important; +.border-7 { + border-width: 7px; } -input[type=button].square.mini, -input[type=submit].square.mini, -input[type=reset].square.mini, -input[type=button].cycle.mini, -input[type=submit].cycle.mini, -input[type=reset].cycle.mini { - width: 1.39875rem; - height: 1.39875rem; +.border-size-7 { + border-width: 7px; } -input[type=button].square.small, -input[type=submit].square.small, -input[type=reset].square.small, -input[type=button].cycle.small, -input[type=submit].cycle.small, -input[type=reset].cycle.small { - width: 1.724375rem; - height: 1.724375rem; +.border-radius-7 { + border-radius: 7px; } -input[type=button].square.large, -input[type=submit].square.large, -input[type=reset].square.large, -input[type=button].cycle.large, -input[type=submit].cycle.large, -input[type=reset].cycle.large { - width: 3.3125rem; - height: 3.3125rem; +.border-6 { + border-width: 6px; } -input[type=button].cycle, -input[type=submit].cycle, -input[type=reset].cycle { - border-radius: 50%; +.border-size-6 { + border-width: 6px; } -input[type=button].square.dropdown-toggle::before, -input[type=submit].square.dropdown-toggle::before, -input[type=reset].square.dropdown-toggle::before, -input[type=button].cycle.dropdown-toggle::before, -input[type=submit].cycle.dropdown-toggle::before, -input[type=reset].cycle.dropdown-toggle::before { - display: none; +.border-radius-6 { + border-radius: 6px; } -input[type=button].dropdown-toggle.no-marker, -input[type=submit].dropdown-toggle.no-marker, -input[type=reset].dropdown-toggle.no-marker { - padding-right: 0.75rem !important; +.border-5 { + border-width: 5px; } -input[type=button]:focus, -input[type=submit]:focus, -input[type=reset]:focus, -input[type=button]:hover, -input[type=submit]:hover, -input[type=reset]:hover { - text-decoration: none; +.border-size-5 { + border-width: 5px; } -input[type=button]:active, -input[type=submit]:active, -input[type=reset]:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.border-radius-5 { + border-radius: 5px; } -input[type=button].disabled, -input[type=submit].disabled, -input[type=reset].disabled, -input[type=button]:disabled, -input[type=submit]:disabled, -input[type=reset]:disabled { - opacity: 0.65; +.border-4 { + border-width: 4px; } -input[type=button].outline, -input[type=submit].outline, -input[type=reset].outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.border-size-4 { + border-width: 4px; } -input[type=button]:active, -input[type=submit]:active, -input[type=reset]:active { - -webkit-box-shadow: none; - box-shadow: none; +.border-radius-4 { + border-radius: 4px; } -input[type=button].primary, -input[type=submit].primary, -input[type=reset].primary { - outline-color: #75b5fd; - background-color: #0366d6; - color: #ffffff; +.border-3 { + border-width: 3px; } -input[type=button].primary.outline, -input[type=submit].primary.outline, -input[type=reset].primary.outline { - color: #0366d6; - border-color: #0366d6; +.border-size-3 { + border-width: 3px; } -input[type=button].primary.outline.dropdown-toggle::before, -input[type=submit].primary.outline.dropdown-toggle::before, -input[type=reset].primary.outline.dropdown-toggle::before { - border-color: #0366d6; +.border-radius-3 { + border-radius: 3px; } -input[type=button].primary.outline:hover, -input[type=submit].primary.outline:hover, -input[type=reset].primary.outline:hover { - color: #ffffff; +.border-2 { + border-width: 2px; } -input[type=button].primary.dropdown-toggle::before, -input[type=submit].primary.dropdown-toggle::before, -input[type=reset].primary.dropdown-toggle::before { - border-color: #ffffff; +.border-size-2 { + border-width: 2px; } -input[type=button].primary:hover, -input[type=submit].primary:hover, -input[type=reset].primary:hover { - color: #ffffff; - background-color: #024ea4; - border-color: #023671; +.border-radius-2 { + border-radius: 2px; } -input[type=button].primary:hover.dropdown-toggle::before, -input[type=submit].primary:hover.dropdown-toggle::before, -input[type=reset].primary:hover.dropdown-toggle::before { - border-color: #ffffff; +.border-1 { + border-width: 1px; } -input[type=button].primary.same-color:hover, -input[type=submit].primary.same-color:hover, -input[type=reset].primary.same-color:hover { - background-color: #0366d6; - border-color: #0366d6; +.border-size-1 { + border-width: 1px; } -input[type=button].primary:active, -input[type=submit].primary:active, -input[type=reset].primary:active, -input[type=button].primary.focus, -input[type=submit].primary.focus, -input[type=reset].primary.focus, -input[type=button].primary:focus, -input[type=submit].primary:focus, -input[type=reset].primary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); - box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); +.border-radius-1 { + border-radius: 1px; } -input[type=button].secondary, -input[type=submit].secondary, -input[type=reset].secondary { - outline-color: #b7c6cd; - background-color: #607d8b; - color: #ffffff; +.rounded { + border-radius: 0.25rem !important; } -input[type=button].secondary.outline, -input[type=submit].secondary.outline, -input[type=reset].secondary.outline { - color: #607d8b; - border-color: #607d8b; +.border-50 { + border-radius: 50% !important; } -input[type=button].secondary.outline.dropdown-toggle::before, -input[type=submit].secondary.outline.dropdown-toggle::before, -input[type=reset].secondary.outline.dropdown-toggle::before { - border-color: #607d8b; +.border-solid { + border-style: solid!important; } -input[type=button].secondary.outline:hover, -input[type=submit].secondary.outline:hover, -input[type=reset].secondary.outline:hover { - color: #ffffff; +.border-dashed { + border-style: dashed!important; } -input[type=button].secondary.dropdown-toggle::before, -input[type=submit].secondary.dropdown-toggle::before, -input[type=reset].secondary.dropdown-toggle::before { - border-color: #ffffff; +.border-dotted { + border-style: dotted!important; } -input[type=button].secondary:hover, -input[type=submit].secondary:hover, -input[type=reset].secondary:hover { - color: #ffffff; - background-color: #4b626d; - border-color: #36474f; +.border-double { + border-style: double!important; } -input[type=button].secondary:hover.dropdown-toggle::before, -input[type=submit].secondary:hover.dropdown-toggle::before, -input[type=reset].secondary:hover.dropdown-toggle::before { - border-color: #ffffff; +.border-groove { + border-style: groove!important; } -input[type=button].secondary.same-color:hover, -input[type=submit].secondary.same-color:hover, -input[type=reset].secondary.same-color:hover { - background-color: #607d8b; - border-color: #607d8b; +.border-inset { + border-style: inset!important; } -input[type=button].secondary:active, -input[type=submit].secondary:active, -input[type=reset].secondary:active, -input[type=button].secondary.focus, -input[type=submit].secondary.focus, -input[type=reset].secondary.focus, -input[type=button].secondary:focus, -input[type=submit].secondary:focus, -input[type=reset].secondary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); - box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); +.border-outset { + border-style: outset!important; } -input[type=button].success, -input[type=submit].success, -input[type=reset].success { - outline-color: #adeb6e; - background-color: #60a917; - color: #ffffff; +.border-ridge { + border-style: ridge!important; } -input[type=button].success.outline, -input[type=submit].success.outline, -input[type=reset].success.outline { - color: #60a917; - border-color: #60a917; +.c-auto { + cursor: auto; } -input[type=button].success.outline.dropdown-toggle::before, -input[type=submit].success.outline.dropdown-toggle::before, -input[type=reset].success.outline.dropdown-toggle::before { - border-color: #60a917; +.c-default { + cursor: default; } -input[type=button].success.outline:hover, -input[type=submit].success.outline:hover, -input[type=reset].success.outline:hover { - color: #ffffff; +.c-none { + cursor: none; } -input[type=button].success.dropdown-toggle::before, -input[type=submit].success.dropdown-toggle::before, -input[type=reset].success.dropdown-toggle::before { - border-color: #ffffff; +.c-context-menu { + cursor: context-menu; } -input[type=button].success:hover, -input[type=submit].success:hover, -input[type=reset].success:hover { - color: #ffffff; - background-color: #477c11; - border-color: #2d4f0b; +.c-help { + cursor: help; } -input[type=button].success:hover.dropdown-toggle::before, -input[type=submit].success:hover.dropdown-toggle::before, -input[type=reset].success:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-pointer { + cursor: pointer; } -input[type=button].success.same-color:hover, -input[type=submit].success.same-color:hover, -input[type=reset].success.same-color:hover { - background-color: #60a917; - border-color: #60a917; +.c-progress { + cursor: progress; } -input[type=button].success:active, -input[type=submit].success:active, -input[type=reset].success:active, -input[type=button].success.focus, -input[type=submit].success.focus, -input[type=reset].success.focus, -input[type=button].success:focus, -input[type=submit].success:focus, -input[type=reset].success:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); +.c-wait { + cursor: wait; } -input[type=button].alert, -input[type=submit].alert, -input[type=reset].alert { - outline-color: #ecaba7; - background-color: #CE352C; - color: #ffffff; +.c-cell { + cursor: cell; } -input[type=button].alert.outline, -input[type=submit].alert.outline, -input[type=reset].alert.outline { - color: #CE352C; - border-color: #CE352C; +.c-crosshair { + cursor: crosshair; } -input[type=button].alert.outline.dropdown-toggle::before, -input[type=submit].alert.outline.dropdown-toggle::before, -input[type=reset].alert.outline.dropdown-toggle::before { - border-color: #CE352C; +.c-text { + cursor: text; } -input[type=button].alert.outline:hover, -input[type=submit].alert.outline:hover, -input[type=reset].alert.outline:hover { - color: #ffffff; +.c-text-vertical { + cursor: vertical-text; } -input[type=button].alert.dropdown-toggle::before, -input[type=submit].alert.dropdown-toggle::before, -input[type=reset].alert.dropdown-toggle::before { - border-color: #ffffff; +.c-alias { + cursor: alias; } -input[type=button].alert:hover, -input[type=submit].alert:hover, -input[type=reset].alert:hover { - color: #ffffff; - background-color: #a42a23; - border-color: #7a1f1a; +.c-copy { + cursor: copy; } -input[type=button].alert:hover.dropdown-toggle::before, -input[type=submit].alert:hover.dropdown-toggle::before, -input[type=reset].alert:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-move { + cursor: move; } -input[type=button].alert.same-color:hover, -input[type=submit].alert.same-color:hover, -input[type=reset].alert.same-color:hover { - background-color: #CE352C; - border-color: #CE352C; +.c-no-drop { + cursor: no-drop; } -input[type=button].alert:active, -input[type=submit].alert:active, -input[type=reset].alert:active, -input[type=button].alert.focus, -input[type=submit].alert.focus, -input[type=reset].alert.focus, -input[type=button].alert:focus, -input[type=submit].alert:focus, -input[type=reset].alert:focus { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); +.c-not-allowed { + cursor: not-allowed; } -input[type=button].warning, -input[type=submit].warning, -input[type=reset].warning { - outline-color: #ffede1; - background-color: #ff9447; - color: #ffffff; +.c-all-scroll { + cursor: all-scroll; } -input[type=button].warning.outline, -input[type=submit].warning.outline, -input[type=reset].warning.outline { - color: #ff9447; - border-color: #ff9447; +.c-col-resize { + cursor: col-resize; } -input[type=button].warning.outline.dropdown-toggle::before, -input[type=submit].warning.outline.dropdown-toggle::before, -input[type=reset].warning.outline.dropdown-toggle::before { - border-color: #ff9447; +.c-row-resize { + cursor: row-resize; } -input[type=button].warning.outline:hover, -input[type=submit].warning.outline:hover, -input[type=reset].warning.outline:hover { - color: #ffffff; +.c-n-resize { + cursor: n-resize; } -input[type=button].warning.dropdown-toggle::before, -input[type=submit].warning.dropdown-toggle::before, -input[type=reset].warning.dropdown-toggle::before { - border-color: #ffffff; +.c-e-resize { + cursor: e-resize; } -input[type=button].warning:hover, -input[type=submit].warning:hover, -input[type=reset].warning:hover { - color: #ffffff; - background-color: #ff7615; - border-color: #e05d00; +.c-s-resize { + cursor: s-resize; } -input[type=button].warning:hover.dropdown-toggle::before, -input[type=submit].warning:hover.dropdown-toggle::before, -input[type=reset].warning:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-w-resize { + cursor: w-resize; } -input[type=button].warning.same-color:hover, -input[type=submit].warning.same-color:hover, -input[type=reset].warning.same-color:hover { - background-color: #ff9447; - border-color: #ff9447; +.c-ne-resize { + cursor: ne-resize; } -input[type=button].warning:active, -input[type=submit].warning:active, -input[type=reset].warning:active, -input[type=button].warning.focus, -input[type=submit].warning.focus, -input[type=reset].warning.focus, -input[type=button].warning:focus, -input[type=submit].warning:focus, -input[type=reset].warning:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); - box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); +.c-nw-resize { + cursor: nw-resize; } -input[type=button].yellow, -input[type=submit].yellow, -input[type=reset].yellow { - outline-color: #ffffff; - background-color: #ffe484; - color: #ffffff; +.c-se-resize { + cursor: se-resize; } -input[type=button].yellow.outline, -input[type=submit].yellow.outline, -input[type=reset].yellow.outline { - color: #ffe484; - border-color: #ffe484; +.c-sw-resize { + cursor: sw-resize; } -input[type=button].yellow.outline.dropdown-toggle::before, -input[type=submit].yellow.outline.dropdown-toggle::before, -input[type=reset].yellow.outline.dropdown-toggle::before { - border-color: #ffe484; +.c-ew-resize { + cursor: ew-resize; } -input[type=button].yellow.outline:hover, -input[type=submit].yellow.outline:hover, -input[type=reset].yellow.outline:hover { - color: #ffffff; +.c-ns-resize { + cursor: ns-resize; } -input[type=button].yellow.dropdown-toggle::before, -input[type=submit].yellow.dropdown-toggle::before, -input[type=reset].yellow.dropdown-toggle::before { - border-color: #ffffff; +.c-nesw-resize { + cursor: nesw-resize; } -input[type=button].yellow:hover, -input[type=submit].yellow:hover, -input[type=reset].yellow:hover { - color: #ffffff; - background-color: #ffd951; - border-color: #ffce1e; +.c-nwse-resize { + cursor: nwse-resize; } -input[type=button].yellow:hover.dropdown-toggle::before, -input[type=submit].yellow:hover.dropdown-toggle::before, -input[type=reset].yellow:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-zoom-in { + cursor: -webkit-zoom-in; + cursor: zoom-in; } -input[type=button].yellow.same-color:hover, -input[type=submit].yellow.same-color:hover, -input[type=reset].yellow.same-color:hover { - background-color: #ffe484; - border-color: #ffe484; +.c-zoom-out { + cursor: -webkit-zoom-out; + cursor: zoom-out; } -input[type=button].yellow:active, -input[type=submit].yellow:active, -input[type=reset].yellow:active, -input[type=button].yellow.focus, -input[type=submit].yellow.focus, -input[type=reset].yellow.focus, -input[type=button].yellow:focus, -input[type=submit].yellow:focus, -input[type=reset].yellow:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); - box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); +.c-grab { + cursor: -webkit-grab; + cursor: grab; } -input[type=button].info, -input[type=submit].info, -input[type=reset].info { - outline-color: #e6f5fc; - background-color: #5ebdec; - color: #ffffff; +.c-grabbing { + cursor: -webkit-grabbing; + cursor: grabbing; } -input[type=button].info.outline, -input[type=submit].info.outline, -input[type=reset].info.outline { - color: #5ebdec; - border-color: #5ebdec; +.c-none { + cursor: none; } -input[type=button].info.outline.dropdown-toggle::before, -input[type=submit].info.outline.dropdown-toggle::before, -input[type=reset].info.outline.dropdown-toggle::before { - border-color: #5ebdec; +.default-icon-check { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info.outline:hover, -input[type=submit].info.outline:hover, -input[type=reset].info.outline:hover { - color: #ffffff; +.default-icon-left-arrow { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info.dropdown-toggle::before, -input[type=submit].info.dropdown-toggle::before, -input[type=reset].info.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-right-arrow { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info:hover, -input[type=submit].info:hover, -input[type=reset].info:hover { - color: #ffffff; - background-color: #30abe6; - border-color: #1891cb; +.default-icon-help { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info:hover.dropdown-toggle::before, -input[type=submit].info:hover.dropdown-toggle::before, -input[type=reset].info:hover.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-search { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info.same-color:hover, -input[type=submit].info.same-color:hover, -input[type=reset].info.same-color:hover { - background-color: #5ebdec; - border-color: #5ebdec; +.default-icon-cross { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info:active, -input[type=submit].info:active, -input[type=reset].info:active, -input[type=button].info.focus, -input[type=submit].info.focus, -input[type=reset].info.focus, -input[type=button].info:focus, -input[type=submit].info:focus, -input[type=reset].info:focus { - -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); - box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); +.default-icon-eye { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark, -input[type=submit].dark, -input[type=reset].dark { - outline-color: #9d9d9d; - background-color: #505050; - color: #ffffff; +.default-icon-loop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.outline, -input[type=submit].dark.outline, -input[type=reset].dark.outline { - color: #505050; - border-color: #505050; +.default-icon-play { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.outline.dropdown-toggle::before, -input[type=submit].dark.outline.dropdown-toggle::before, -input[type=reset].dark.outline.dropdown-toggle::before { - border-color: #505050; +.default-icon-pause { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.outline:hover, -input[type=submit].dark.outline:hover, -input[type=reset].dark.outline:hover { - color: #ffffff; +.default-icon-stop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.dropdown-toggle::before, -input[type=submit].dark.dropdown-toggle::before, -input[type=reset].dark.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-mute { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark:hover, -input[type=submit].dark:hover, -input[type=reset].dark:hover { - color: #ffffff; - background-color: #373737; - border-color: #1d1d1d; +.default-icon-low-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark:hover.dropdown-toggle::before, -input[type=submit].dark:hover.dropdown-toggle::before, -input[type=reset].dark:hover.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-medium-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.same-color:hover, -input[type=submit].dark.same-color:hover, -input[type=reset].dark.same-color:hover { - background-color: #505050; - border-color: #505050; +.default-icon-high-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark:active, -input[type=submit].dark:active, -input[type=reset].dark:active, -input[type=button].dark.focus, -input[type=submit].dark.focus, -input[type=reset].dark.focus, -input[type=button].dark:focus, -input[type=submit].dark:focus, -input[type=reset].dark:focus { - -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); - box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); +.default-icon-enlarge { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light, -input[type=submit].light, -input[type=reset].light { - outline-color: #ffffff; - background-color: #f8f8f8; - color: #ffffff; +.default-icon-shrink { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.outline, -input[type=submit].light.outline, -input[type=reset].light.outline { - color: #f8f8f8; - border-color: #f8f8f8; +.default-icon-playlist { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.outline.dropdown-toggle::before, -input[type=submit].light.outline.dropdown-toggle::before, -input[type=reset].light.outline.dropdown-toggle::before { - border-color: #f8f8f8; +.default-icon-next { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.outline:hover, -input[type=submit].light.outline:hover, -input[type=reset].light.outline:hover { - color: #ffffff; +.default-icon-prev { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.dropdown-toggle::before, -input[type=submit].light.dropdown-toggle::before, -input[type=reset].light.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-first { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light:hover, -input[type=submit].light:hover, -input[type=reset].light:hover { - color: #ffffff; - background-color: #dfdfdf; - border-color: #c5c5c5; +.default-icon-last { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light:hover.dropdown-toggle::before, -input[type=submit].light:hover.dropdown-toggle::before, -input[type=reset].light:hover.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-forward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.same-color:hover, -input[type=submit].light.same-color:hover, -input[type=reset].light.same-color:hover { - background-color: #f8f8f8; - border-color: #f8f8f8; +.default-icon-backward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light:active, -input[type=submit].light:active, -input[type=reset].light:active, -input[type=button].light.focus, -input[type=submit].light.focus, -input[type=reset].light.focus, -input[type=button].light:focus, -input[type=submit].light:focus, -input[type=reset].light:focus { - -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); - box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); +.default-icon-share { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].yellow, -input[type=submit].yellow, -input[type=reset].yellow, -input[type=button].light, -input[type=submit].light, -input[type=reset].light { - color: #1d1d1d; +.default-icon-equalizer { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].yellow:hover, -input[type=submit].yellow:hover, -input[type=reset].yellow:hover, -input[type=button].light:hover, -input[type=submit].light:hover, -input[type=reset].light:hover, -input[type=button].yellow.outline:hover, -input[type=submit].yellow.outline:hover, -input[type=reset].yellow.outline:hover, -input[type=button].light.outline:hover, -input[type=submit].light.outline:hover, -input[type=reset].light.outline:hover { - color: #1d1d1d; +.default-icon-eject { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.button-group .active { - background-color: #989898; - color: #ffffff; +.default-icon-shuffle { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar { - display: block; - position: relative; - width: 280px; - border: 1px solid #dfdfdf; - overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #ffffff; -} -.calendar-header, -.calendar-content, -.calendar-footer { - position: relative; - display: block; - background-color: #ffffff; - color: #1d1d1d; -} -.calendar-header { - padding: 1rem; - background-color: #004d6f; - color: #ffffff; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.calendar-header .header-year { - font-size: 0.75rem; - line-height: 1; -} -.calendar-header .header-day { - font-size: 1.325rem; -} -.calendar-content { - padding: 1px; - width: 278px; -} -.calendar-content .calendar-toolbar, -.calendar-content .days-wrapper { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; -} -.calendar-content .calendar-toolbar { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 0.5rem 0; - width: 100%; -} -.calendar-content .calendar-toolbar .prev-month, -.calendar-content .calendar-toolbar .prev-year, -.calendar-content .calendar-toolbar .next-month, -.calendar-content .calendar-toolbar .next-year { - padding: 0.5rem 0; - cursor: pointer; - text-align: center; - width: 30px; - display: block; - position: relative; - -ms-flex-negative: 0; - flex-shrink: 0; -} -.calendar-content .calendar-toolbar .curr-month, -.calendar-content .calendar-toolbar .curr-year { - padding: 0.5rem 0; - width: 100%; - text-align: center; - cursor: pointer; - font-size: 14px; -} -.calendar-content .week-days, -.calendar-content .days { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - border-top: 1px solid #dfdfdf; - border-bottom: 1px solid #dfdfdf; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0; - font-size: 0.75rem; -} -.calendar-content .days { - border: none; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; -} -.calendar-content .days-row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.calendar-content .day, -.calendar-content .week-number { - width: calc(100%/7); - text-align: center; - cursor: pointer; - font-size: 0.85rem; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - margin: 0; - height: 36px; - line-height: 36px; -} -.calendar-content .day.and-week-number { - width: calc(100% / 8); -} -.calendar-content .day.selected { - -webkit-box-shadow: inset 0 0 0 1px #5ebdec !important; - box-shadow: inset 0 0 0 1px #5ebdec !important; -} -.calendar-content .day.selected::after { - border-top: 20px solid #5ebdec; - border-left: 20px solid transparent; - right: 0; - top: 0; -} -.calendar-content .day.selected::before { - right: 1px!important; - top: 1px!important; -} -.calendar-content .day.showed { - font-weight: bold; -} -.calendar-content .week-days .day { - font-weight: 700; -} -.calendar-content .week-number { - width: calc(100% / 8); - background-color: #ffffff; - font-weight: 700; - font-size: 12px; - border-right: 1px solid #dfdfdf; -} -.calendar-content .outside { - color: #bebebe; - font-size: 0.75rem; -} -.calendar-content .today { - background-color: rgba(27, 161, 226, 0.5); - color: #ffffff; - font-weight: bold; -} -.calendar-content .excluded { - background-color: #f8f8f8; -} -.calendar.day-border .days-row:not(:nth-child(1)) { - border-top: 1px solid #dfdfdf; -} -.calendar.day-border .days-row .day:not(:nth-child(1)), -.calendar.day-border .week-days .day:not(:nth-child(1)) { - border-left: 1px solid #dfdfdf; -} -.calendar.day-border .days-row .week-number, -.calendar.day-border .week-days .week-number { - border-right: none; -} -.calendar-months, -.calendar-years { - height: 100%; - display: block; - position: absolute; - top: 0; - background-color: #f8f8f8; - color: #1d1d1d; - float: left; - width: 120px; - overflow: hidden; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - z-index: 500; -} -.calendar-years > .years-list, -.calendar-months > .months-list { - height: 100%; - overflow-x: hidden; - overflow-y: auto!important; -} -.calendar-years > .years-list li.active, -.calendar-months > .months-list li.active { - background-color: #1ba1e2; - color: #ffffff; -} -.calendar-months { - left: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - width: 160px; -} -.calendar-months.open { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); - -webkit-box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); - box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); -} -.calendar-months .months-list { - list-style: none inside; - padding: 0; - margin: 10px 0; -} -.calendar-months .months-list li { - padding: 4px 16px; - cursor: pointer; -} -.calendar-months .months-list li:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.calendar-years { - left: 100%; -} -.calendar-years.open { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - -webkit-box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); - box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); -} -.calendar-years .years-list { - list-style: none inside; - padding: 0; - margin: 10px 0; - text-align: center; -} -.calendar-years .years-list li { - padding: 4px 16px; - cursor: pointer; -} -.calendar-years .years-list li:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.calendar-footer { - padding: 0.5rem; - border-top: 1px solid #dfdfdf; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.calendar-footer > * { - margin: 0 2px; - font-size: 0.75rem; - height: 32px; - line-height: 32px; - padding: 0 8px; +.default-icon-random { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact { - width: 240px; +.default-icon-calendar { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-content { - width: 100%; +.default-icon-clock { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-header { - padding: 0.5rem; - line-height: 1.2; +.default-icon-menu { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-header .header-year { - font-size: 0.65rem; +.default-icon-plus { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-header .header-day { - font-size: 1rem; +.default-icon-minus { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-toolbar > * { - padding: 0!important; - font-size: 14px; +.default-icon-upload { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-footer .button { - height: 24px; - line-height: 24px; - padding: 0 0.25rem; +.default-icon-pencil { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .day, -.calendar.compact .week-number { - height: 30px; - line-height: 30px; - width: 30px; - margin: 0; - font-size: 12px; +.default-icon-chevron-left { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .day + .day { - margin-left: 1px; +.default-icon-chevron-right { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .months-list, -.calendar.compact .years-list { - font-size: 0.85rem; +.visible { + visibility: visible !important; } -.calendar-wide { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - width: 560px; +.no-visible { + visibility: hidden !important; } -.calendar-wide::after { - display: block; - clear: both; - content: ""; +.d-none { + display: none!important; } -.calendar-wide::after { - display: block; - clear: both; - content: ""; +.d-block { + display: block!important; } -.calendar-wide.calendar-picker { - width: 460px; +.d-inline { + display: inline!important; } -.calendar-wide .calendar-header, -.calendar-wide .calendar-footer { - position: absolute; - top: 0; - height: 100%; - min-height: 100%; +.d-inline-block { + display: inline-block !important; } -.calendar-wide .calendar-header { - left: 0; +.d-table { + display: table!important; } -.calendar-wide .calendar-footer { - right: 0; +.d-table-row { + display: table-row !important; } -.calendar-wide .calendar-header { - width: 180px; +.d-table-cell { + display: table-cell !important; } -.calendar-wide .calendar-footer { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - border-top: none; - border-left: 1px solid #dfdfdf; - width: 100px; +.d-flex { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } -.calendar-wide .calendar-footer * { - width: 100%; - margin: 2px 0; +.d-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } -.calendar-wide .calendar-content { - margin: 0 96px 0 180px; +html.metro-touch-device .d-none-touch { + display: none!important; } -.calendar-wide.compact { - width: 454px!important; +html.metro-touch-device .d-block-touch { + display: block!important; } -.calendar-wide.compact.calendar-picker { - width: 354px!important; +html.metro-touch-device .d-inline-touch { + display: inline!important; } -.calendar-wide.compact .calendar-header { - width: 120px; +html.metro-touch-device .d-inline-block-touch { + display: inline-block !important; } -.calendar-wide.compact .calendar-content { - margin: 0 96px 0 120px; - width: 234px; +html.metro-touch-device .d-table-touch { + display: table!important; } -.calendar-picker { - position: relative; +html.metro-touch-device .d-table-row-touch { + display: table-row !important; } -.calendar-picker input { - width: 100%; +html.metro-touch-device .d-table-cell-touch { + display: table-cell !important; } -.calendar-picker .calendar-wide { - width: 464px; +html.metro-touch-device .d-flex-touch { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } -.calendar-picker .calendar-wide.compact { - width: 364px; +html.metro-touch-device .d-inline-flex-touch { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } -.calendar-for-picker { - position: absolute; - top: 100%; - left: 0; - display: none; - z-index: 500; +html.metro-no-touch-device .d-none-no-touch { + display: none!important; } -.calendar-for-picker.open { +html.metro-no-touch-device .d-block-no-touch { display: block!important; } -.calendar-for-picker.open-up { - top: auto; - bottom: 100%; +html.metro-no-touch-device .d-inline-no-touch { + display: inline!important; } -.calendar-for-picker.dialog-mode { - position: fixed; - top: 50%!important; - left: 50%!important; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); - z-index: 1050; +html.metro-no-touch-device .d-inline-block-no-touch { + display: inline-block !important; } -.calendar-for-picker.dialog-mode.open-up { - top: auto; - bottom: auto; +html.metro-no-touch-device .d-table-no-touch { + display: table!important; } -.card { - display: block; - position: relative; - font-size: 0.875rem; - width: calc(100% - 1rem); - margin: 8px auto; - border-radius: 2px; - border: 1px solid #dfdfdf; - background-color: #ffffff; +html.metro-no-touch-device .d-table-row-no-touch { + display: table-row !important; } -.card-header { - border-bottom: 1px #eee solid; - padding: 1rem; - font-size: 16px; - border-radius: 2px 2px 0 0; - display: block; +html.metro-no-touch-device .d-table-cell-no-touch { + display: table-cell !important; } -.card-header .avatar { - float: left; - width: 2.75rem; - height: 2.75rem; - overflow: hidden; +html.metro-no-touch-device .d-flex-no-touch { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } -.card-header .avatar img { - width: 100%; - min-height: 100%; +html.metro-no-touch-device .d-inline-flex-no-touch { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } -.card-header .name { - margin-left: 3.375rem; - font-weight: 500; -} -.card-header .date { - margin-left: 3.375rem; - font-size: 0.8125rem; - font-weight: 500; - color: #bebebe; -} -.card-content { - display: block; -} -.card-footer { - border-top: 1px #eee solid; - padding: 1rem; - border-radius: 0 0 2px 2px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; -} -.card.image-header .card-header { - height: 9rem; - vertical-align: bottom; - background-size: cover; - background-position: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; -} -.card.image-header .card-header .avatar { - border-radius: 50%; - border: 2px solid #ffffff; -} -* + .card { - margin-top: 1rem; -} -.card.flex-card { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; -} -.card.flex-card .card-header, -.card.flex-card .card-footer { - height: 57px; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.card.flex-card .card-footer { - margin-top: auto; -} -.carousel { - display: block; - position: relative; - width: 100%; - height: auto; - overflow: visible; - background-color: #ffffff; -} -.carousel .slides { - display: block; - position: relative; - width: 100%; - height: 100%; - overflow: hidden; +@media screen and (min-width: 0) { + .visible-fs { + visibility: visible !important; + } + .no-visible-fs { + visibility: hidden !important; + } + .d-none-fs { + display: none!important; + } + .d-block-fs { + display: block!important; + } + .d-inline-fs { + display: inline!important; + } + .d-inline-block-fs { + display: inline-block !important; + } + .d-table-fs { + display: table!important; + } + .d-table-row-fs { + display: table-row !important; + } + .d-table-cell-fs { + display: table-cell !important; + } + .d-flex-fs { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-fs { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-fs { + display: none!important; + } + html.metro-touch-device .d-block-touch-fs { + display: block!important; + } + html.metro-touch-device .d-inline-touch-fs { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-fs { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-fs { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-fs { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-fs { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-fs { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-fs { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-fs { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-fs { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-fs { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-fs { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-fs { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-fs { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-fs { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-fs { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-fs { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .slide { - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - overflow: hidden; - background-size: cover; - background-repeat: no-repeat; +@media screen and (min-width: 576px) { + .visible-sm { + visibility: visible !important; + } + .no-visible-sm { + visibility: hidden !important; + } + .d-none-sm { + display: none!important; + } + .d-block-sm { + display: block!important; + } + .d-inline-sm { + display: inline!important; + } + .d-inline-block-sm { + display: inline-block !important; + } + .d-table-sm { + display: table!important; + } + .d-table-row-sm { + display: table-row !important; + } + .d-table-cell-sm { + display: table-cell !important; + } + .d-flex-sm { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-sm { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-sm { + display: none!important; + } + html.metro-touch-device .d-block-touch-sm { + display: block!important; + } + html.metro-touch-device .d-inline-touch-sm { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-sm { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-sm { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-sm { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-sm { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-sm { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-sm { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-sm { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-sm { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-sm { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-sm { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-sm { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-sm { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-sm { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-sm { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-sm { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel.fixed-size .slide { - overflow: hidden; +@media screen and (min-width: 768px) { + .visible-md { + visibility: visible !important; + } + .no-visible-md { + visibility: hidden !important; + } + .d-none-md { + display: none!important; + } + .d-block-md { + display: block!important; + } + .d-inline-md { + display: inline!important; + } + .d-inline-block-md { + display: inline-block !important; + } + .d-table-md { + display: table!important; + } + .d-table-row-md { + display: table-row !important; + } + .d-table-cell-md { + display: table-cell !important; + } + .d-flex-md { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-md { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-md { + display: none!important; + } + html.metro-touch-device .d-block-touch-md { + display: block!important; + } + html.metro-touch-device .d-inline-touch-md { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-md { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-md { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-md { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-md { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-md { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-md { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-md { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-md { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-md { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-md { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-md { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-md { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-md { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-md { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-md { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel [class*="carousel-switch"], -.carousel .carousel-bullets { - position: absolute; - display: block; - z-index: 501; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +@media screen and (min-width: 992px) { + .visible-lg { + visibility: visible !important; + } + .no-visible-lg { + visibility: hidden !important; + } + .d-none-lg { + display: none!important; + } + .d-block-lg { + display: block!important; + } + .d-inline-lg { + display: inline!important; + } + .d-inline-block-lg { + display: inline-block !important; + } + .d-table-lg { + display: table!important; + } + .d-table-row-lg { + display: table-row !important; + } + .d-table-cell-lg { + display: table-cell !important; + } + .d-flex-lg { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-lg { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-lg { + display: none!important; + } + html.metro-touch-device .d-block-touch-lg { + display: block!important; + } + html.metro-touch-device .d-inline-touch-lg { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-lg { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-lg { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-lg { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-lg { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-lg { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-lg { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-lg { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-lg { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-lg { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-lg { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-lg { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-lg { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-lg { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-lg { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-lg { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .carousel-switch-next, -.carousel .carousel-switch-prev { - width: auto; - line-height: 4rem; - height: 4rem; - text-decoration: none; - margin-top: -2rem; - top: 50%; - font-size: 4rem; - font-weight: 300; - color: #bebebe; - cursor: pointer; - vertical-align: middle; - padding: 0; -} -.carousel .carousel-switch-next:hover, -.carousel .carousel-switch-prev:hover { - color: #e4e4e4; +@media screen and (min-width: 1200px) { + .visible-xl { + visibility: visible !important; + } + .no-visible-xl { + visibility: hidden !important; + } + .d-none-xl { + display: none!important; + } + .d-block-xl { + display: block!important; + } + .d-inline-xl { + display: inline!important; + } + .d-inline-block-xl { + display: inline-block !important; + } + .d-table-xl { + display: table!important; + } + .d-table-row-xl { + display: table-row !important; + } + .d-table-cell-xl { + display: table-cell !important; + } + .d-flex-xl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-xl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-xl { + display: none!important; + } + html.metro-touch-device .d-block-touch-xl { + display: block!important; + } + html.metro-touch-device .d-inline-touch-xl { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-xl { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-xl { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-xl { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-xl { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-xl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-xl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-xl { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-xl { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-xl { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-xl { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-xl { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-xl { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-xl { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-xl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-xl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .carousel-switch-next img, -.carousel .carousel-switch-prev img { - max-width: 64px; - max-height: 64px; +@media screen and (min-width: 1452px) { + .visible-xxl { + visibility: visible !important; + } + .no-visible-xxl { + visibility: hidden !important; + } + .d-none-xxl { + display: none!important; + } + .d-block-xxl { + display: block!important; + } + .d-inline-xxl { + display: inline!important; + } + .d-inline-block-xxl { + display: inline-block !important; + } + .d-table-xxl { + display: table!important; + } + .d-table-row-xxl { + display: table-row !important; + } + .d-table-cell-xxl { + display: table-cell !important; + } + .d-flex-xxl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-xxl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-xxl { + display: none!important; + } + html.metro-touch-device .d-block-touch-xxl { + display: block!important; + } + html.metro-touch-device .d-inline-touch-xxl { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-xxl { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-xxl { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-xxl { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-xxl { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-xxl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-xxl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-xxl { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-xxl { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-xxl { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-xxl { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-xxl { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-xxl { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-xxl { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-xxl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-xxl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .carousel-switch-next [class*=mif-], -.carousel .carousel-switch-prev [class*=mif-] { +.embed-container { + position: relative; display: block; + padding: 0; + overflow: hidden; + width: 100%; + height: 100%; } -.carousel .carousel-switch-next { - right: 0; - left: auto; +.embed-container::before { + padding-top: 56.25%; + display: block; + content: ""; } -.carousel .carousel-switch-prev { +.embed-container iframe, +.embed-container object, +.embed-container embed, +.embed-container video, +.embed-container .embed-item { + position: absolute; + top: 0; left: 0; - right: auto; + width: 100%; + height: 100%; + border: 0; } -.carousel .carousel-bullets { - left: 0; - right: 0; - bottom: 0.625rem; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; +.embed-container.size-21x9::before { + padding-top: 42.85714286%; } -.carousel .carousel-bullets .carousel-bullet { - display: block; - float: none; - width: 0.625rem; - height: 0.625rem; - background-color: #ababab; - border-radius: 50%; - cursor: pointer; - border: 1px #ffffff solid; - margin: 0 0.3125rem; +.embed-container.size-16x9::before { + padding-top: 56.25%; } -.carousel .carousel-bullets .carousel-bullet.bullet-on { - background-color: #5ebdec; +.embed-container.size-4x3::before { + padding-top: 75%; } -.carousel .carousel-bullets.default-size .carousel-bullet { - width: 22px; - height: 22px; +.embed-container.size-1x1::before { + padding-top: 100%; } -.carousel .carousel-bullets.mini-size .carousel-bullet { - width: 10px; - height: 10px; +.order-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } -.carousel .carousel-bullets.small-size .carousel-bullet { - width: 16px; - height: 16px; +.order-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } -.carousel .carousel-bullets.large-size .carousel-bullet { - width: 32px; - height: 32px; +.order-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } -.carousel .carousel-bullets.bullet-style-square .carousel-bullet { - border-radius: 0; +.order-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } -.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet { - border-radius: 50%; +.order-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } -.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet { - border-radius: 0; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.order-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } -.carousel .carousel-bullets.bullet-style-rect .carousel-bullet { - border-radius: 0; +.order-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } -.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet { - width: 44px; - height: 14px; +.order-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } -.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet { - width: 20px; - height: 6px; +.order-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } -.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet { - width: 32px; - height: 10px; +.order-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } -.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet { - width: 64px; - height: 24px; +.order-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } -.carousel.controls-outside { - padding: 0 4rem 1.375rem 4rem; +.order-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } -.carousel.controls-outside .carousel-bullets { - bottom: 0; +.order-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } -.carousel.with-thumbnails .thumbs { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: absolute; - top: 100%; - left: 0; - width: 100%; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding-top: 10px; +.order-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } -.carousel.with-thumbnails .thumb { - display: block; - position: relative!important; - top: auto!important; - left: auto!important; - margin: 0.5rem; - cursor: pointer; - overflow: hidden; - background-color: #f8f8f8; +.order-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } -.carousel.with-thumbnails .thumb.thumb-on { - border: 4px solid #1ba1e2; +.order-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; } -.charms { - display: block; - position: fixed; - z-index: 1090; - background-color: #1d1d1d; - color: #ffffff; - -webkit-transition: -webkit-transform 0.3s ease; - transition: -webkit-transform 0.3s ease; - -o-transition: transform 0.3s ease; - transition: transform 0.3s ease; - transition: transform 0.3s ease, -webkit-transform 0.3s ease; - padding: 16px; +.order-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; } -.charms.top-side { - bottom: 100%; - width: 100%; - left: 0; +.order-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; } -.charms.top-side.open { - -webkit-transform: translateY(100%); - -ms-transform: translateY(100%); - transform: translateY(100%); +.order-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; } -.charms.bottom-side { - top: 100%; - left: 0; - width: 100%; +.order-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; } -.charms.bottom-side.open { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); +.order-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } -.charms.left-side { - top: 0; - bottom: 0; - right: 100%; - width: auto; +.order-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } -.charms.left-side.open { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); +.order-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } -.charms.right-side { - top: 0; - bottom: 0; - width: auto; - left: 100%; +.order-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } -.charms.right-side.open { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); +.flex-equal-items > * { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; } -.charm-tile, -.charm-notify { - display: block; - position: relative; - cursor: pointer; +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } -.charm-tile { - width: 90px; - height: 66px; - padding: 4px; - background-color: #50727C; - color: #ffffff; - margin: 2px; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } -.charm-tile .icon { - position: absolute; - top: 4px; - left: 4px; - width: 16px; - height: 16px; - font-size: 16px; +.flex-wrap-r { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } -.charm-tile .caption { - margin-top: 30px; - font-size: 10px; - display: block; +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } -.charm-tile.active { - background-color: #126278; +.flex-column-r { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } -.charm-notify { - height: auto; - background-color: #2D6070; - color: #ffffff; - padding: 24px; +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } -.charm-notify .icon { - position: absolute; - left: 16px; - top: 24px; - width: 48px; - height: 48px; - font-size: 40px; +.flex-row-r { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } -.charm-notify .title, -.charm-notify .content, -.charm-notify .secondary { - display: block; - position: relative; - margin-left: 52px; - line-height: 1; +.flex-align-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } -.charm-notify .title { - font-weight: bold; - margin-bottom: 6px; +.flex-align-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } -.charm-notify .content { - font-size: 14px; - line-height: 1.2; +.flex-align-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } -.charm-notify .secondary { - font-size: 10px; - margin-top: 8px; +.flex-align-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } -* + .charm-notify { - margin-top: 4px; +.flex-align-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } -.chat { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - border: 1px solid #dfdfdf; - background-color: #ffffff; +.flex-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } -.chat .title, -.chat .messages, -.chat .message-input { - display: block; +.flex-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } -.chat .title { - font-size: 18px; - line-height: 1.2; - padding: 8px; - border-bottom: 1px solid #dfdfdf; +.flex-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; } -.chat .messages { - padding: 8px; - border-bottom: 1px solid #dfdfdf; - height: 100%; - overflow: hidden; - overflow-y: auto; +.flex-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } -.chat .message { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; +.flex-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } -.chat .message .message-sender { - width: 50%; - font-weight: 600; - font-size: 12px; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.flex-justify-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } -.chat .message .message-time { - width: 50%; - font-size: 12px; - text-align: right; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - opacity: 0.5; +.flex-justify-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } -.chat .message .message-item { - width: 100%; - -ms-flex-negative: 0; - flex-shrink: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - margin: 8px 0; - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.flex-justify-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } -.chat .message .message-item .message-avatar { - overflow: hidden; - width: 40px; - height: 40px; - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - display: block; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.flex-justify-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } -.chat .message .message-item .message-text { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - border: 1px solid #e4e4e4; - margin-left: 8px; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - font-size: 14px; - line-height: 1.2; - padding: 5px 10px; - width: 100%; - background-color: #e4e4e4; +.flex-justify-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } -.chat .message .message-item .message-text::before { - position: absolute; - right: 100%; - top: 14px; - border: 6px solid transparent; - border-right-color: #e4e4e4; - content: ' '; - height: 0; - width: 0; - pointer-events: none; +.flex-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } -.chat .message.right .message-time { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - text-align: left; +.flex-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } -.chat .message.right .message-sender { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - text-align: right; +.flex-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } -.chat .message.right .message-avatar { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.flex-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } -.chat .message.right .message-text { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - margin-left: 0; - margin-right: 8px; +.flex-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } -.chat .message.right .message-text::before { - right: auto; - left: 100%; - border-right-color: transparent; - border-left-color: #e4e4e4; +.flex-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } -.chat .message-input { +.flex-no-shrink > * { -ms-flex-negative: 0; flex-shrink: 0; - margin-top: auto; - padding: 8px; -} -.chat .message-input.disabled { - opacity: 0.5; -} -.chat .message .message-item .message-text.primary { - border-color: #0366d6; - background-color: #0366d6; - color: #ffffff; -} -.chat .message .message-item .message-text.primary::before { - border-right-color: #0366d6; -} -.chat .message .message-item .message-text.secondary { - border-color: #607d8b; - background-color: #607d8b; - color: #ffffff; -} -.chat .message .message-item .message-text.secondary::before { - border-right-color: #607d8b; -} -.chat .message .message-item .message-text.success { - border-color: #60a917; - background-color: #60a917; - color: #ffffff; -} -.chat .message .message-item .message-text.success::before { - border-right-color: #60a917; -} -.chat .message .message-item .message-text.alert { - border-color: #CE352C; - background-color: #CE352C; - color: #ffffff; -} -.chat .message .message-item .message-text.alert::before { - border-right-color: #CE352C; -} -.chat .message .message-item .message-text.warning { - border-color: #ff9447; - background-color: #ff9447; - color: #ffffff; -} -.chat .message .message-item .message-text.warning::before { - border-right-color: #ff9447; -} -.chat .message .message-item .message-text.yellow { - border-color: #ffe484; - background-color: #ffe484; - color: #ffffff; -} -.chat .message .message-item .message-text.yellow::before { - border-right-color: #ffe484; -} -.chat .message .message-item .message-text.info { - border-color: #5ebdec; - background-color: #5ebdec; - color: #ffffff; -} -.chat .message .message-item .message-text.info::before { - border-right-color: #5ebdec; -} -.chat .message .message-item .message-text.dark { - border-color: #505050; - background-color: #505050; - color: #ffffff; -} -.chat .message .message-item .message-text.dark::before { - border-right-color: #505050; -} -.chat .message .message-item .message-text.light { - border-color: #f8f8f8; - background-color: #f8f8f8; - color: #ffffff; -} -.chat .message .message-item .message-text.light::before { - border-right-color: #f8f8f8; -} -.chat .message .message-item .message-text.brand1 { - border-color: #2ac4f4; - background-color: #2ac4f4; - color: #ffffff; -} -.chat .message .message-item .message-text.brand1::before { - border-right-color: #2ac4f4; -} -.chat .message .message-item .message-text.brand2 { - border-color: #004d6f; - background-color: #004d6f; - color: #ffffff; -} -.chat .message .message-item .message-text.brand2::before { - border-right-color: #004d6f; -} -.chat .message .message-item .message-text.light, -.chat .message .message-item .message-text.yellow { - color: #1d1d1d; -} -.chat .message.right .message-item .message-text.primary::before { - border-right-color: transparent; - border-left-color: #0366d6; -} -.chat .message.right .message-item .message-text.secondary::before { - border-right-color: transparent; - border-left-color: #607d8b; -} -.chat .message.right .message-item .message-text.success::before { - border-right-color: transparent; - border-left-color: #60a917; -} -.chat .message.right .message-item .message-text.alert::before { - border-right-color: transparent; - border-left-color: #CE352C; } -.chat .message.right .message-item .message-text.warning::before { - border-right-color: transparent; - border-left-color: #ff9447; -} -.chat .message.right .message-item .message-text.yellow::before { - border-right-color: transparent; - border-left-color: #ffe484; -} -.chat .message.right .message-item .message-text.info::before { - border-right-color: transparent; - border-left-color: #5ebdec; -} -.chat .message.right .message-item .message-text.dark::before { - border-right-color: transparent; - border-left-color: #505050; -} -.chat .message.right .message-item .message-text.light::before { - border-right-color: transparent; - border-left-color: #f8f8f8; -} -.chat .message.right .message-item .message-text.brand1::before { - border-right-color: transparent; - border-left-color: #2ac4f4; -} -.chat .message.right .message-item .message-text.brand2::before { - border-right-color: transparent; - border-left-color: #004d6f; -} -.checkbox { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - margin: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; +.flex-shrink > * { + -ms-flex-negative: 1; + flex-shrink: 1; } -.checkbox input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; +.flex-no-grow > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; } -.checkbox .check, -.checkbox .caption { - display: block; - line-height: 1; - font-size: 14px; - margin: 0 4px; - position: relative; +.flex-grow > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } -.checkbox .check { - border: 2px #d9d9d9 solid; - width: 20px; - height: 20px; +.flex-no-shrink-self { -ms-flex-negative: 0; flex-shrink: 0; - line-height: 36px; } -.checkbox .check::before { - position: absolute; - vertical-align: middle; - font-size: 0; - content: ""; - height: 5px; - width: 10px; - background-color: transparent; - color: transparent; - border-left: 2px solid; - border-bottom: 2px solid; - border-color: #ffffff; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -4px; - display: none; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.flex-shrink-self { + -ms-flex-negative: 1; + flex-shrink: 1; } -.checkbox input[type=checkbox]:checked ~ .check { - border-color: #1d1d1d; - background-color: #1d1d1d; +.flex-no-grow-self { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; } -.checkbox input[type=checkbox]:checked ~ .check::before { - display: block; +.flex-grow-self { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } -.checkbox input[type=checkbox]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #e9e9e9; +.flex-right { + margin-left: auto; } -.checkbox input[data-indeterminate=true] ~ .check { - border-color: #1d1d1d; - background-color: #1d1d1d; +.flex-left { + margin-right: auto; } -.checkbox input[data-indeterminate=true] ~ .check::before { - display: block!important; - width: 6px; - height: 6px; - background-color: #ffffff; - border: 2px solid #ffffff; - left: 50%; - top: 50%; - margin-left: -3px; - margin-top: -3px; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); -} -.checkbox .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.checkbox .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.checkbox.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.checkbox.required, -.checkbox.invalid, -.checkbox.valid { - border: none!important; -} -.checkbox.invalid::after { - display: none; -} -.checkbox:focus input[type=checkbox]:not(:disabled) ~ .check::after, -.checkbox:active input[type=checkbox]:not(:disabled) ~ .check::after { - display: block; - content: ""; - position: absolute; - width: 3.125rem; - height: 3.125rem; - border-radius: 50%; - background-color: rgba(187, 187, 187, 0.5); - opacity: 0.3; - top: 50%; - left: 50%; - margin-top: -1.5625rem; - margin-left: -1.5625rem; -} -.checkbox.style2 input[type=checkbox]:checked ~ .check { - border-color: #1d1d1d; - background-color: #ffffff; -} -.checkbox.style2 .check { - border-color: #989898; -} -.checkbox.style2 .check::before { - border-color: #1d1d1d; -} -.checkbox.style2 input[type=checkbox]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #ffffff; -} -.checkbox.style2 input[type=checkbox]:disabled ~ .check::before { - border-color: #e9e9e9; -} -.checkbox.style2 input[data-indeterminate=true] ~ .check { - border-color: #1d1d1d; - background-color: #ffffff; -} -.checkbox.style2 input[data-indeterminate=true] ~ .check::before { - background-color: #1d1d1d; - border: 2px solid #1d1d1d; - width: 8px; - height: 8px; - margin-left: -4px; - margin-top: -4px; -} -.checkbox.transition-on .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.checkbox.transition-on input[type=checkbox]:checked ~ .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.checkbox.transition-on input[data-indeterminate=true] ~ .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.checkbox .check.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.chip { - display: inline-block; - float: left; - height: 32px; - font-size: 14px; - padding: 0 12px; - line-height: 32px; - background: #bebebe; - cursor: default; -} -.chip .label { - white-space: nowrap; -} -.chip .icon { - position: absolute; - left: 0; - top: 0; - width: 32px; - height: 32px; - text-align: center; - line-height: 32px; - vertical-align: middle; - font-size: 24px; - overflow: hidden; -} -.chip .icon img { - width: 100%; - max-height: 100%; - vertical-align: initial; -} -.chip .icon + .label { - margin-left: 30px; -} -.chip .action { - display: block; - float: right; - margin-left: 10px; - cursor: pointer; - width: 24px; - height: 24px; - margin-right: -8px; - margin-top: 4px; - background-color: #ccc; - overflow: hidden; -} -.chip .action:before { - content: "\2716"; - line-height: 24px; - text-align: center; - display: block; -} -.chip:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.chip.material { - border-radius: 16px; -} -.chip.material .icon { - border-radius: 32px; -} -.chip.material .action { - border-radius: 24px; -} -.chip + .chip { - margin-left: 8px; -} -.command-button, -.image-button { - padding: 0.5rem; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - font-size: 1.5rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - outline: none; - position: relative; - font-weight: 500; -} -.command-button .icon, -.image-button .icon { - width: 2.6875rem; - height: 2.6875rem; - line-height: 2.6875rem; - font-size: 2rem; - color: inherit; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.command-button .caption, -.image-button .caption { - margin-left: 0.5rem; - text-align: left; - color: inherit; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - font-weight: 400; - line-height: 1.2; -} -.command-button .caption small, -.image-button .caption small { - display: block; - font-size: 0.8rem; -} -.command-button.icon-right .icon, -.image-button.icon-right .icon { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.command-button.icon-right .caption, -.image-button.icon-right .caption { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - margin-left: 0; - margin-right: 0.5rem; -} -.command-button.outline, -.image-button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; -} -.command-button:hover, -.image-button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.command-button:active, -.image-button:active, -.command-button.focus, -.image-button.focus, -.command-button:focus, -.image-button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.command-button:focus, -.image-button:focus, -.command-button:hover, -.image-button:hover, -.command-button.focus, -.image-button.focus { - text-decoration: none; -} -.command-button:active, -.image-button:active { - -webkit-box-shadow: none; - box-shadow: none; - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); -} -.command-button.disabled, -.image-button.disabled, -.command-button:disabled, -.image-button:disabled { - opacity: 0.65; -} -.container, -.container2, -.container-fluid, -section, -header, -footer, -aside { - display: block; - position: relative; - margin: 0 auto; -} -.container::after, -.container2::after, -.container-fluid::after, -section::after, -header::after, -footer::after, -aside::after { - display: block; - clear: both; - content: ""; -} -.container::after, -.container2::after, -.container-fluid::after, -section::after, -header::after, -footer::after, -aside::after { - display: block; - clear: both; - content: ""; -} -.container, -.container2 { - width: 100%; - padding-right: 12px; - padding-left: 12px; +.flex-top { + margin-bottom: auto; } -.container-fluid { - width: 100%; - max-width: none; - padding-right: 12px; - padding-left: 12px; +.flex-bottom { + margin-top: auto; } -@media (min-width: 576px) { - .container { - max-width: 540px; +@media screen and (min-width: 0) { + .flex-nowrap-fs { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .container2 { - max-width: 90%; + .flex-wrap-fs { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } -} -@media (min-width: 768px) { - .container { - max-width: 720px; + .flex-wrap-r-fs { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } -} -@media (min-width: 992px) { - .container, - .container2 { - max-width: 960px; + .flex-column-fs { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } -} -@media (min-width: 1200px) { - .container, - .container2 { - max-width: 1140px; + .flex-column-r-fs { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } -} -@media (min-width: 1452px) { - .container, - .container2 { - max-width: 1360px; + .flex-row-fs { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } -} -.container-fs { - max-width: 0 !important; -} -.container-sm { - max-width: 576px !important; -} -.container-md { - max-width: 768px !important; -} -.container-lg { - max-width: 992px !important; -} -.container-xl { - max-width: 1200px !important; -} -.container-xxl { - max-width: 1452px !important; -} -.countdown { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - width: 100%; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - font-size: 1.5rem; -} -.countdown .part { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding: 0.5rem 0.5rem 0.5em; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.countdown .digit { - display: block; - position: relative; - padding: 0; - line-height: 1; - overflow: hidden; -} -.countdown .digit .digit-placeholder { - visibility: hidden; -} -.countdown .digit .digit-value { - display: block; - position: absolute; - top: 0; - left: 0; - font: inherit; -} -.countdown .part + .part::before { - top: 10px; - left: 0; - content: ""; - display: block; - position: absolute; - height: calc(100% - 8px); - width: 1px; - background: -o-radial-gradient(at left, #dfdfdf, transparent); - background: radial-gradient(at left, #dfdfdf, transparent); -} -.countdown .part.d-none + .part::before { - display: none; -} -.countdown .part.no-divider::before { - display: none; -} -.countdown .part.days::after, -.countdown .part.hours::after, -.countdown .part.minutes::after, -.countdown .part.seconds::after { - position: absolute; - content: attr(data-label); - text-align: center; - bottom: 0; - left: 0; - width: 100%; - font-size: 0.3em; - color: inherit; - background-color: inherit; - z-index: 1; -} -.countdown .days { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.countdown .hours { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.countdown .minutes { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.countdown .seconds { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.cube { - display: block; - position: relative; - width: 320px; - height: 310px; - margin: 0 auto 30px; - -webkit-transform: rotateY(30deg); - transform: rotateY(30deg); -} -.cube .side { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - position: absolute; - overflow: hidden; - width: 162px; - height: 162px; - bottom: 38px; - left: 0; -} -.cube .side.left-side { - -webkit-transform: skewY(23deg) rotateX(10deg); - transform: skewY(23deg) rotateX(10deg); -} -.cube .side.right-side { - left: 160px; - -webkit-transform: skewY(-23deg) rotateY(10deg); - transform: skewY(-23deg) rotateY(10deg); -} -.cube .side.top-side { - left: 80px; - bottom: 154px; - top: auto; - -webkit-transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); - -ms-transform: rotate(45deg) rotate(0) skew(-22deg, -22deg); - transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); -} -.cube .side .cube-cell { - display: block; - position: relative; - width: 24px; - height: 24px; - margin: 8px; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - -ms-flex-negative: 0; - flex-shrink: 0; - background-color: #231F20; - border: 1px solid #303030; - -webkit-box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); - box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - line-height: 24px; - text-align: center; - color: #ffffff; - font-size: 12px; -} -.cube .side .cube-cell.light { - -webkit-animation: pulsar-cell 2.5s 0s ease-out infinite; - animation: pulsar-cell 2.5s 0s ease-out infinite; - background-color: #c4122f; - border-color: #c4122f; - color: #1d1d1d; - -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; - box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; -} -@-webkit-keyframes pulsar-cell { - 0%, - 100% { - -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; - box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + .flex-row-r-fs { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - 50% { - -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); - box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + .flex-align-start-fs { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } -} -@keyframes pulsar-cell { - 0%, - 100% { - -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; - box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + .flex-align-end-fs { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - 50% { - -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); - box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + .flex-align-center-fs { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } -} -.cube .axis { - height: 2px; - width: 200px; - position: absolute; - background-color: #c4122f; - bottom: 162px; - left: 162px; - -webkit-transform-origin: 0 0 0; - -ms-transform-origin: 0 0 0; - transform-origin: 0 0 0; -} -.cube .axis::before, -.cube .axis::after { - content: ""; - position: absolute; - height: 1px; - background-color: inherit; - display: block; -} -.cube .axis.arrow::before, -.cube .axis.arrow::after { - width: 16px; - top: 0; - right: 0; - -webkit-transform-origin: 100% 100% 0; - -ms-transform-origin: 100% 100% 0; - transform-origin: 100% 100% 0; -} -.cube .axis.arrow::before { - -webkit-transform: rotate(35deg); - -ms-transform: rotate(35deg); - transform: rotate(35deg); -} -.cube .axis.arrow::after { - -webkit-transform: rotate(-35deg); - -ms-transform: rotate(-35deg); - transform: rotate(-35deg); - right: -1px; -} -.cube .axis.line::before, -.cube .axis.line::after { - width: 16px; - top: 0; - right: 0; - -webkit-transform-origin: 100% 100% 0; - -ms-transform-origin: 100% 100% 0; - transform-origin: 100% 100% 0; -} -.cube .axis.line::before { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.cube .axis.line::after { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - right: -1px; -} -.cube .axis.line.axis-y::before { - -webkit-transform: rotate(113deg); - -ms-transform: rotate(113deg); - transform: rotate(113deg); -} -.cube .axis.line.axis-y::after { - -webkit-transform: rotate(-67deg); - -ms-transform: rotate(-67deg); - transform: rotate(-67deg); -} -.cube .axis.line.axis-x::before { - -webkit-transform: rotate(67deg); - -ms-transform: rotate(67deg); - transform: rotate(67deg); -} -.cube .axis.line.axis-x::after { - -webkit-transform: rotate(-113deg); - -ms-transform: rotate(-113deg); - transform: rotate(-113deg); -} -.cube .axis.no-style::before, -.cube .axis.no-style::after { - display: none; -} -.cube .axis.axis-x { - -webkit-transform: rotate(203deg); - -ms-transform: rotate(203deg); - transform: rotate(203deg); -} -.cube .axis.axis-y { - bottom: 166px; - -webkit-transform: rotate(-23deg); - -ms-transform: rotate(-23deg); - transform: rotate(-23deg); -} -.cube .axis.axis-z { - width: 190px; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.d-menu, -.v-menu { - position: absolute; - display: none; - float: left; - width: auto; - margin: 0; - padding: 0; - list-style: none inside none; - background-color: #ffffff; - color: #1d1d1d; -} -.d-menu.open, -.v-menu.open { - display: block!important; -} -.d-menu.place-right, -.v-menu.place-right { - left: auto; - right: 0; -} -.d-menu { - z-index: 1000; -} -.d-menu li, -.v-menu li, -.d-menu a, -.v-menu a { - display: block; - float: none; - position: relative; - cursor: pointer; - color: inherit; - background-color: inherit; - height: auto; -} -.d-menu li a, -.v-menu li a { - font-size: 0.875rem; - padding: 0 2rem 0 2.5rem; - line-height: 45px; - height: 45px; - text-decoration: none; - vertical-align: middle; - white-space: nowrap; - border: none; -} -.d-menu li a img, -.v-menu li a img, -.d-menu li a .icon, -.v-menu li a .icon { - display: block; - position: absolute; - vertical-align: middle; - text-align: center; - text-decoration: none; - font-size: 1.2rem; - left: 0.5rem; - top: 50%; - margin-top: -0.6rem; - width: 1.2rem; - height: 1.2rem; - color: inherit; -} -.d-menu li a img::before, -.v-menu li a img::before, -.d-menu li a .icon::before, -.v-menu li a .icon::before { - position: absolute; - top: 0; - left: 0; - line-height: 1.2rem; -} -.d-menu li.active, -.v-menu li.active { - border-left: 2px solid; - border-color: #dfdfdf; -} -.d-menu li.active > a, -.v-menu li.active > a { - background-color: #5ebdec; - color: #ffffff; - font-weight: bold; -} -.d-menu li:hover, -.v-menu li:hover { - text-decoration: none; - background-color: rgba(29, 29, 29, 0.1); -} -.d-menu li:hover > a, -.v-menu li:hover > a, -.d-menu li:hover .icon, -.v-menu li:hover .icon { - color: inherit; -} -.d-menu li a[data-hotkey], -.v-menu li a[data-hotkey] { - padding-right: 4rem; -} -.d-menu li a[data-hotkey]::after, -.v-menu li a[data-hotkey]::after { - content: attr(data-hotkey); - position: absolute; - right: 1.2rem; - width: auto; - font-size: 0.8em; -} -.d-menu li a.dropdown-toggle::before, -.v-menu li a.dropdown-toggle::before { - -webkit-transform: rotate(-135deg); - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); -} -.d-menu li a.dropdown-toggle.active-toggle::before, -.v-menu li a.dropdown-toggle.active-toggle::before { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} -.d-menu .divider, -.v-menu .divider { - padding: 0; - height: 1px; - margin: 0 1px; - overflow: hidden; - background-color: #f2f2f2; - cursor: default; - pointer-events: none; -} -.d-menu .divider:hover, -.v-menu .divider:hover { - background-color: #f2f2f2; -} -.d-menu.disabled, -.v-menu.disabled { - cursor: default; - pointer-events: none; -} -.d-menu.disabled a, -.v-menu.disabled a { - color: #e4e4e4; -} -.d-menu { - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); -} -.d-menu.context li a { - height: 32px; - line-height: 32px; - font-size: 0.75rem; - padding: 0 2rem 0 2.5rem; -} -.d-menu.context li a .icon { - width: 0.92rem; - height: 0.92rem; - font-size: 0.92rem; -} -.v-menu { - display: block; - position: relative; - width: 100%; - float: none; -} -.v-menu.for-dropdown { - width: auto; - float: left; - display: none; -} -.v-menu .v-menu { - display: none; - min-width: 0; - position: relative; - width: 100%; - left: 0 ; - right: 0 ; - top: 100%; - -webkit-box-shadow: none; - box-shadow: none; - float: none; -} -.v-menu .menu-title { - background-color: #f6f7f8; - font-size: 12px; - line-height: 22px; - height: 22px; - padding: 0 8px; - border: 0; - color: #646464; - font-weight: bold; - pointer-events: none; -} -.v-menu .menu-title:first-child { - margin: 0; - border-top-width: 0; -} -.v-menu .menu-title:first-child:hover { - border-top-width: 0; -} -.v-menu .menu-title:hover { - background-color: #f6f7f8; - cursor: default; - border: 0; -} -.v-menu.dropdown { - position: absolute; - float: left; - width: auto; - top: 100%; - border: 1px solid #dfdfdf; -} -.d-menu .d-menu { - left: 100%; - top: -0.5rem; -} -@media screen and (min-width: 0) { - .d-menu.place-right-fs, - .v-menu.place-right-fs { - left: auto; - right: 0; + .flex-align-stretch-fs { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } -} -@media screen and (min-width: 576px) { - .d-menu.place-right-sm, - .v-menu.place-right-sm { - left: auto; - right: 0; + .flex-align-baseline-fs { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } -} -@media screen and (min-width: 768px) { - .d-menu.place-right-md, - .v-menu.place-right-md { - left: auto; - right: 0; + .flex-self-start-fs { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } -} -@media screen and (min-width: 992px) { - .d-menu.place-right-lg, - .v-menu.place-right-lg { - left: auto; - right: 0; + .flex-self-end-fs { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } -} -@media screen and (min-width: 1200px) { - .d-menu.place-right-xl, - .v-menu.place-right-xl { - left: auto; - right: 0; + .flex-self-center-fs { + -ms-flex-item-align: center !important; + align-self: center !important; } -} -@media screen and (min-width: 1452px) { - .d-menu.place-right-xxl, - .v-menu.place-right-xxl { - left: auto; - right: 0; + .flex-self-stretch-fs { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } -} -.sorting, -.sorting_asc, -.sorting_desc { - position: relative; - cursor: pointer; -} -.sorting:after, -.sorting_asc:after, -.sorting_desc:after { - position: absolute; - content: ""; - width: 1rem; - height: 1rem; - left: 100%; - margin-left: -1.25rem; - top: 50%; - margin-top: -0.5rem; - font-size: 1rem; - line-height: 1; - color: #1d1d1d; -} -.sorting_asc { - background-color: #ebebeb; -} -.sorting_asc:after { - content: "\2191"; -} -.sorting_desc { - background-color: #ebebeb; -} -.sorting_desc:after { - content: "\2193"; -} -.dataTables_length label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.dataTables_length label select { - margin: 0 10px; - width: 100px; -} -.dataTables_filter label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.dataTables_filter label input { - width: 200px; - margin-left: 10px; -} -.dataTables_paginate { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none inside; - padding: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -.dataTables_paginate .previous, -.dataTables_paginate .next, -.dataTables_paginate span a { - cursor: pointer; - display: block; - position: relative; - padding: 0.5rem 0.75rem; - line-height: 1; - font-size: 1rem; - text-decoration: none; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #dfdfdf; - margin: 0.25rem; -} -.dataTables_paginate .previous:hover, -.dataTables_paginate .next:hover, -.dataTables_paginate span a:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.dataTables_paginate span { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; -} -.dataTables_paginate .current { - background-color: #e4e4e4; -} -.dataTables_wrapper { - margin-top: 10px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -ms-flex-line-pack: center; - align-content: center; -} -.dataTables_length, -.dataTables_filter { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; -} -.dataTables_paginate, -.dataTables_info, -.dataTable { - width: 100%; -} -.dataTables_info { - line-height: 42px; - text-align: center; -} -@media all and (min-width: 576px) { - .dataTables_filter label { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + .flex-self-baseline-fs { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .dataTables_length label { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + .flex-justify-start-fs { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } -} -@media all and (min-width: 992px) { - .dataTables_paginate, - .dataTables_info { - width: auto; + .flex-justify-end-fs { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .dataTables_info { - text-align: left; + .flex-justify-center-fs { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .dataTables_paginate { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + .flex-justify-between-fs { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } -} -.date-picker input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.date-picker input:focus ~ .time-wrapper { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.date-picker .date-wrapper { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - border: 1px solid #dfdfdf; - width: 100%; -} -.date-picker .month, -.date-picker .day, -.date-picker .year { - display: block; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - border: 1px solid; - border-color: inherit; - text-align: center; - height: 38px; - line-height: 38px; -} -.date-picker .month { - -webkit-box-flex: 2; - -ms-flex-positive: 2; - flex-grow: 2; -} -.date-picker .sel-month { - -webkit-box-flex: 2!important; - -ms-flex-positive: 2!important; - flex-grow: 2!important; -} -.dialog { - position: fixed; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - width: auto; - max-width: calc(100vw - 100px); - max-height: calc(100vh - 100px); - height: auto; - background-color: #ffffff; - color: #1d1d1d; - z-index: 1050; - border: 1px solid #dfdfdf; -} -.dialog.shadow-on { - -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); - box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); -} -.dialog-title, -.dialog-content, -.dialog-actions { - display: block; -} -.dialog-title { - font-size: 1.325rem; - padding: 12px 24px; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - border-bottom: 1px solid #dfdfdf; -} -.dialog-content { - padding: 12px 24px; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.dialog-actions { - border-top: 1px solid #e9e9e9; - padding: 8px 16px; - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.dialog-actions > * { - margin: 0 4px; - min-width: 64px; -} -.dialog * + .dialog-content { - margin-top: 8px; -} -.dialog * + .dialog-actions { - margin-top: 8px; -} -.dialog .closer { - display: block; - position: absolute; - top: 4px; - right: 4px; - background-color: inherit; - color: inherit; - z-index: 100; -} -.dialog .closer::before { - display: block; - content: "\00d7"; - font-size: 24px; - margin-top: -4px; -} -.dialog.primary { - border: 1px solid #0366d6; -} -.dialog.primary .dialog-title { - background-color: #0366d6; - border-bottom-color: #0366d6; - color: #ffffff; -} -.dialog.primary .dialog-actions { - border-top-color: #0366d6; -} -.dialog.secondary { - border: 1px solid #607d8b; -} -.dialog.secondary .dialog-title { - background-color: #607d8b; - border-bottom-color: #607d8b; - color: #ffffff; -} -.dialog.secondary .dialog-actions { - border-top-color: #607d8b; -} -.dialog.success { - border: 1px solid #60a917; -} -.dialog.success .dialog-title { - background-color: #60a917; - border-bottom-color: #60a917; - color: #ffffff; -} -.dialog.success .dialog-actions { - border-top-color: #60a917; -} -.dialog.alert { - border: 1px solid #CE352C; -} -.dialog.alert .dialog-title { - background-color: #CE352C; - border-bottom-color: #CE352C; - color: #ffffff; -} -.dialog.alert .dialog-actions { - border-top-color: #CE352C; -} -.dialog.warning { - border: 1px solid #ff9447; -} -.dialog.warning .dialog-title { - background-color: #ff9447; - border-bottom-color: #ff9447; - color: #ffffff; -} -.dialog.warning .dialog-actions { - border-top-color: #ff9447; -} -.dialog.yellow { - border: 1px solid #ffe484; -} -.dialog.yellow .dialog-title { - background-color: #ffe484; - border-bottom-color: #ffe484; - color: #ffffff; -} -.dialog.yellow .dialog-actions { - border-top-color: #ffe484; -} -.dialog.info { - border: 1px solid #5ebdec; -} -.dialog.info .dialog-title { - background-color: #5ebdec; - border-bottom-color: #5ebdec; - color: #ffffff; -} -.dialog.info .dialog-actions { - border-top-color: #5ebdec; -} -.dialog.dark { - border: 1px solid #505050; -} -.dialog.dark .dialog-title { - background-color: #505050; - border-bottom-color: #505050; - color: #ffffff; -} -.dialog.dark .dialog-actions { - border-top-color: #505050; -} -.dialog.light { - border: 1px solid #f8f8f8; -} -.dialog.light .dialog-title { - background-color: #f8f8f8; - border-bottom-color: #f8f8f8; - color: #ffffff; -} -.dialog.light .dialog-actions { - border-top-color: #f8f8f8; -} -.dialog.brand1 { - border: 1px solid #2ac4f4; -} -.dialog.brand1 .dialog-title { - background-color: #2ac4f4; - border-bottom-color: #2ac4f4; - color: #ffffff; -} -.dialog.brand1 .dialog-actions { - border-top-color: #2ac4f4; -} -.dialog.brand2 { - border: 1px solid #004d6f; -} -.dialog.brand2 .dialog-title { - background-color: #004d6f; - border-bottom-color: #004d6f; - color: #ffffff; -} -.dialog.brand2 .dialog-actions { - border-top-color: #004d6f; -} -.dialog.light .dialog-title, -.dialog.yellow .dialog-title { - color: #1d1d1d; -} -.donut { - display: block; - position: relative; - border-radius: 50%; -} -.donut > svg { - width: 100%; - height: 100%; -} -.dragged-item { - opacity: 0.3; -} -.drag-item-marker { - position: absolute; - top: 8px; - left: 4px; - height: 20px; - width: 24px; - background-color: transparent; - cursor: move; - border-top: 4px solid #ffffff; -} -.drag-item-marker::before, -.drag-item-marker::after { - content: ""; - position: absolute; - width: 100%; - height: 4px; - background-color: #ffffff; -} -.drag-item-marker::before { - top: 4px; -} -.drag-item-marker::after { - top: 12px; -} -.drag-marker-dark .drag-item-marker { - border-top-color: #1d1d1d; -} -.drag-marker-dark::before, -.drag-marker-dark::after { - background-color: #1d1d1d; -} -.dragged-item-avatar { - cursor: move; - display: block; - position: absolute; - background-color: #00AFF0; - opacity: 0.3; - z-index: 500; - -webkit-box-shadow: inset -1px 0px 10px -4px #0366d6; - box-shadow: inset -1px 0px 10px -4px #0366d6; -} -.draggable { - -webkit-animation: drag-flush 1s ease infinite; - animation: drag-flush 1s ease infinite; -} -@-webkit-keyframes drag-flush { - 0% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-justify-around-fs { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - 50% { - -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + .flex-content-start-fs { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - 100% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-content-end-fs { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } -} -@keyframes drag-flush { - 0% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-content-center-fs { + -ms-flex-line-pack: center !important; + align-content: center !important; } - 50% { - -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + .flex-content-between-fs { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - 100% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-content-around-fs { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .flex-content-stretch-fs { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-fs > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-fs > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-fs > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-fs > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-no-shrink-self-fs { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-self-fs { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-self-fs { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-self-fs { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-right-fs { + margin-left: auto; + } + .flex-left-fs { + margin-right: auto; + } + .flex-top-fs { + margin-bottom: auto; + } + .flex-bottom-fs { + margin-top: auto; + } + .order-fs-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; + } + .order-fs-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; + } + .order-fs-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; + } + .order-fs-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; + } + .order-fs-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; + } + .order-fs-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; + } + .order-fs-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; + } + .order-fs-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; + } + .order-fs-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; + } + .order-fs-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; + } + .order-fs-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; + } + .order-fs-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-fs-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .order-fs-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-fs-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-fs-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-fs-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-fs-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-fs-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-fs-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-fs-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-fs-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-fs-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-fs-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } } -.dropdown-toggle { - position: relative; - cursor: pointer; - padding-right: 1.5rem !important; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.dropdown-toggle::before { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 0.3125rem; - width: 0.3125rem; - background-color: transparent; - border-left: 1px solid; - border-bottom: 1px solid; - border-color: #1d1d1d; - top: 50%; - left: 100%; - margin-left: -1rem; - margin-top: -0.1625rem; - z-index: 2; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - -webkit-transform-origin: center center 1px; - -ms-transform-origin: center center 1px; - transform-origin: center center 1px; -} -.dropdown-toggle.drop-marker-light::before, -.dropdown-toggle.marker-light::before { - border-color: #ffffff; -} -.dropdown-toggle.no-marker::before { - display: none; -} -.dropdown-toggle.active-toggle::before, -.dropdown-toggle.active-container::before { - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; -} -.dropdown-toggle.marker-center::before { - left: 50%; - top: 50%; - margin-left: 0; - margin-top: 0; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); - transform: translateX(-50%) translateY(-50%) rotate(-45deg); -} -.dropdown-toggle.marker-center.active-toggle::before, -.dropdown-toggle.marker-center.active-container::before { - -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); - transform: translateX(-50%) translateY(-50%) rotate(135deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; -} -.drop-left { - right: 100%!important; - top: 0!important; -} -.drop-right { - left: 100%!important; - top: 0!important; -} -.drop-up { - top: auto!important; - bottom: 100%!important; +@media screen and (min-width: 576px) { + .flex-nowrap-sm { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-wrap-sm { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-wrap-r-sm { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-column-sm { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-column-r-sm { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-row-sm { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-row-r-sm { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-align-start-sm { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .flex-align-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .flex-align-center-sm { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .flex-align-stretch-sm { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .flex-align-baseline-sm { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .flex-self-start-sm { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .flex-self-end-sm { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .flex-self-center-sm { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .flex-self-stretch-sm { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } + .flex-self-baseline-sm { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .flex-justify-start-sm { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .flex-justify-end-sm { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .flex-justify-center-sm { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .flex-justify-between-sm { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .flex-justify-around-sm { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .flex-content-start-sm { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .flex-content-end-sm { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .flex-content-center-sm { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .flex-content-between-sm { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .flex-content-around-sm { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .flex-content-stretch-sm { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-sm > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-sm > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-sm > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-sm > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-no-shrink-self-sm { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-self-sm { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-self-sm { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-self-sm { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-right-sm { + margin-left: auto; + } + .flex-left-sm { + margin-right: auto; + } + .flex-top-sm { + margin-bottom: auto; + } + .flex-bottom-sm { + margin-top: auto; + } + .order-sm-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; + } + .order-sm-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; + } + .order-sm-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; + } + .order-sm-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; + } + .order-sm-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; + } + .order-sm-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; + } + .order-sm-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; + } + .order-sm-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; + } + .order-sm-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; + } + .order-sm-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; + } + .order-sm-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; + } + .order-sm-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-sm-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .order-sm-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-sm-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-sm-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-sm-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-sm-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-sm-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-sm-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-sm-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-sm-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-sm-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-sm-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } } -.dropdown-button { - display: inline-block; - position: relative; - width: auto; - height: 36px; - line-height: 1; -} -.expand-button { - width: 36px; - height: 36px; - background-size: 1rem 1rem; - background: center center no-repeat; - text-indent: -9999px; - border: 0; - display: inline-block; - cursor: pointer; - z-index: 2; - position: relative; - float: left; - outline: none; -} -.expand-button span { - position: absolute; - left: 0.5rem; - width: 1.2rem; - height: 2px; - margin: 0 0 0; - background: #1d1d1d; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: all 0.3s linear; - -o-transition: all 0.3s linear; - transition: all 0.3s linear; -} -.expand-button span:before, -.expand-button span:after { - content: ''; - position: absolute; - top: -0.5rem; - right: 0; - width: 1.2rem; - height: 2px; - background: #1d1d1d; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: all 0.3s linear; - -o-transition: all 0.3s linear; - transition: all 0.3s linear; -} -.expand-button span:after { - top: 0.5rem; -} -.expand-button.transform span { - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); - background: #1d1d1d; -} -.expand-button.transform span:before, -.expand-button.transform span:after { - content: ''; - top: -5px; - right: 0; - width: 0.75rem; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} -.expand-button.transform span:after { - top: 5px; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.expand-button.light span { - background-color: #ffffff; -} -.expand-button.light span:before, -.expand-button.light span:after { - background-color: #ffffff; -} -.file input, -.drop-zone input, -.file-button input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.file { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - margin-bottom: 0; - padding: 0; -} -.file .button { - border: none; -} -.file .button > * { - height: 24px; - max-width: 24px; -} -.file .caption { - line-height: 35px; - display: block; - padding: 0 0.5rem; - width: 100%; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.file.disabled .button { - background-color: #f8f8f8; - color: #dfdfdf; -} -.file .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.file .append { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.file .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.file .button { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - margin-left: auto; - height: 34px; -} -.drop-zone { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - width: 100%; - height: auto; - padding: 40px 0; - outline: 4px dashed #989898; - outline-offset: -12px; - background-color: #f8f8f8; -} -.drop-zone .icon { - display: block; - width: 64px; - height: 64px; -} -.drop-zone .caption { - margin-top: 10px; - font-size: 14px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.drop-zone.focused, -.drop-zone:hover { - outline-color: #7e7e7e; -} -.drop-zone.drop-on { - outline-color: #00b300; -} -.file-button { - text-align: center; -} -form { - display: block; - position: relative; -} -.form-actions { - margin: 10px 0; - display: block; - position: relative; -} -.form-group { - display: block; - position: relative; -} -.form-group + .form-group { - margin-top: 1rem; -} -.inline-form { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -.inline-form input[type=text], -.inline-form input[type=password], -.inline-form input[type=tel], -.inline-form input[type=datetime-local], -.inline-form input[type=email], -.inline-form input[type=file], -.inline-form input[type=month], -.inline-form input[type=number], -.inline-form input[type=search], -.inline-form input[type=time], -.inline-form input[type=url], -.inline-form input[type=week], -.inline-form input[type=file], -.inline-form select, -.inline-form textarea, -.inline-form .file, -.inline-form .input, -.inline-form .textarea, -.inline-form .select, -.inline-form .tag-input, -.inline-form .spinner { - width: auto; - margin-left: 0.5rem; - margin-right: 0.5rem; -} -.inline-form .form-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -form:disabled, -fieldset:disabled, -.form-group:disabled, -form.disabled, -fieldset.disabled, -.form-group.disabled { - pointer-events: none; -} -.grid { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - position: relative; -} -.row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-left: -6px; - margin-right: -6px; -} -.cell, -.col { - -webkit-box-flex: 1; - -ms-flex: 1 0 0px; - flex: 1 0 0; - max-width: 100%; - padding: 6px; -} -[class*=cell-], -[class*=col-] { - position: relative; - display: block; - padding: 6px; - width: 100%; - min-height: 1px; -} -.cell-auto, -.col-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; -} -.colspan-1, -.cell-1, -.col-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; -} -.offset-1 { - margin-left: 8.333335%; -} -.colspan-2, -.cell-2, -.col-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; -} -.offset-2 { - margin-left: 16.66667%; -} -.colspan-3, -.cell-3, -.col-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; -} -.offset-3 { - margin-left: 25.000005%; -} -.colspan-4, -.cell-4, -.col-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; -} -.offset-4 { - margin-left: 33.33334%; -} -.colspan-5, -.cell-5, -.col-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; -} -.offset-5 { - margin-left: 41.666675%; -} -.colspan-6, -.cell-6, -.col-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; -} -.offset-6 { - margin-left: 50.00001%; -} -.colspan-7, -.cell-7, -.col-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; -} -.offset-7 { - margin-left: 58.333345%; -} -.colspan-8, -.cell-8, -.col-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; -} -.offset-8 { - margin-left: 66.66668%; -} -.colspan-9, -.cell-9, -.col-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; -} -.offset-9 { - margin-left: 75.000015%; -} -.colspan-10, -.cell-10, -.col-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; -} -.offset-10 { - margin-left: 83.33335%; -} -.colspan-11, -.cell-11, -.col-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; -} -.offset-11 { - margin-left: 91.666685%; -} -.colspan-12, -.cell-12, -.col-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; -} -.offset-12 { - margin-left: 100.00002%; -} -.stub { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - display: block; - padding: 0 12px; -} -.grid.no-gap .row { - margin-left: 0; - margin-right: 0; -} -.grid.no-gap .row .cell, -.grid.no-gap .row .stub, -.grid.no-gap .row .col { - padding: 0; -} -.grid.no-gap .row + .row { - margin-top: 0; -} -.row.no-gap { - margin-left: 0; - margin-right: 0; - margin-top: 0; -} -.row.no-gap .cell, -.row.no-gap .stub, -.row.no-gap .col, -.row.no-gap [class*=cell-], -.row.no-gap [class*=col-] { - padding: 0; -} -@media screen and (min-width: 0) { - .cell-fs-full, - .col-fs-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .cell-fs-half, - .col-fs-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; +@media screen and (min-width: 768px) { + .flex-nowrap-md { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .cell-fs-one-third, - .col-fs-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-wrap-md { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .cell-fs-two-third, - .col-fs-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-wrap-r-md { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .cell-fs-quarter, - .col-fs-quarter { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + .flex-column-md { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } - .cell-fs, - .col-fs { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; + .flex-column-r-md { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .cell-fs-auto, - .col-fs-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; + .flex-row-md { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } - .colspan-fs-1, - .cell-fs-1, - .col-fs-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-row-r-md { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .offset-fs-1 { - margin-left: 8.333335%; + .flex-align-start-md { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } - .colspan-fs-2, - .cell-fs-2, - .col-fs-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-align-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - .offset-fs-2 { - margin-left: 16.66667%; + .flex-align-center-md { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } - .colspan-fs-3, - .cell-fs-3, - .col-fs-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-align-stretch-md { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .offset-fs-3 { - margin-left: 25.000005%; + .flex-align-baseline-md { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .colspan-fs-4, - .cell-fs-4, - .col-fs-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-self-start-md { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .offset-fs-4 { - margin-left: 33.33334%; + .flex-self-end-md { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .colspan-fs-5, - .cell-fs-5, - .col-fs-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .flex-self-center-md { + -ms-flex-item-align: center !important; + align-self: center !important; } - .offset-fs-5 { - margin-left: 41.666675%; + .flex-self-stretch-md { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } - .colspan-fs-6, - .cell-fs-6, - .col-fs-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .flex-self-baseline-md { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .offset-fs-6 { - margin-left: 50.00001%; + .flex-justify-start-md { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .colspan-fs-7, - .cell-fs-7, - .col-fs-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .flex-justify-end-md { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .offset-fs-7 { - margin-left: 58.333345%; + .flex-justify-center-md { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .colspan-fs-8, - .cell-fs-8, - .col-fs-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .flex-justify-between-md { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .offset-fs-8 { - margin-left: 66.66668%; + .flex-justify-around-md { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .colspan-fs-9, - .cell-fs-9, - .col-fs-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .flex-content-start-md { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .offset-fs-9 { - margin-left: 75.000015%; + .flex-content-end-md { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .colspan-fs-10, - .cell-fs-10, - .col-fs-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .flex-content-center-md { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .offset-fs-10 { - margin-left: 83.33335%; + .flex-content-between-md { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .colspan-fs-11, - .cell-fs-11, - .col-fs-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .flex-content-around-md { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .offset-fs-11 { - margin-left: 91.666685%; + .flex-content-stretch-md { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .colspan-fs-12, - .cell-fs-12, - .col-fs-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .flex-no-shrink-md > * { + -ms-flex-negative: 0; + flex-shrink: 0; } - .offset-fs-12 { - margin-left: 100.00002%; + .flex-shrink-md > * { + -ms-flex-negative: 1; + flex-shrink: 1; } -} -@media screen and (min-width: 576px) { - .cell-sm-full, - .col-sm-full { + .flex-no-grow-md > * { -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-sm-half, - .col-sm-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .flex-grow-md > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } - .cell-sm-one-third, - .col-sm-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-no-shrink-self-md { + -ms-flex-negative: 0; + flex-shrink: 0; } - .cell-sm-two-third, - .col-sm-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-shrink-self-md { + -ms-flex-negative: 1; + flex-shrink: 1; } - .cell-sm-quarter, - .col-sm-quarter { + .flex-no-grow-self-md { -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-sm, - .col-sm { - -ms-flex-preferred-size: 0; - flex-basis: 0; + .flex-grow-self-md { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; - max-width: 100%; - } - .cell-sm-auto, - .col-sm-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; } - .colspan-sm-1, - .cell-sm-1, - .col-sm-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-right-md { + margin-left: auto; } - .offset-sm-1 { - margin-left: 8.333335%; + .flex-left-md { + margin-right: auto; } - .colspan-sm-2, - .cell-sm-2, - .col-sm-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-top-md { + margin-bottom: auto; } - .offset-sm-2 { - margin-left: 16.66667%; + .flex-bottom-md { + margin-top: auto; } - .colspan-sm-3, - .cell-sm-3, - .col-sm-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .order-md-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } - .offset-sm-3 { - margin-left: 25.000005%; + .order-md-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } - .colspan-sm-4, - .cell-sm-4, - .col-sm-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .order-md-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } - .offset-sm-4 { - margin-left: 33.33334%; + .order-md-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } - .colspan-sm-5, - .cell-sm-5, - .col-sm-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .order-md-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } - .offset-sm-5 { - margin-left: 41.666675%; + .order-md-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } - .colspan-sm-6, - .cell-sm-6, - .col-sm-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .order-md-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } - .offset-sm-6 { - margin-left: 50.00001%; + .order-md-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } - .colspan-sm-7, - .cell-sm-7, - .col-sm-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .order-md-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } - .offset-sm-7 { - margin-left: 58.333345%; + .order-md-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } - .colspan-sm-8, - .cell-sm-8, - .col-sm-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .order-md-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } - .offset-sm-8 { - margin-left: 66.66668%; + .order-md-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } - .colspan-sm-9, - .cell-sm-9, - .col-sm-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .order-md-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } - .offset-sm-9 { - margin-left: 75.000015%; + .order-md-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } - .colspan-sm-10, - .cell-sm-10, - .col-sm-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .order-md-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } - .offset-sm-10 { - margin-left: 83.33335%; + .order-md-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; } - .colspan-sm-11, - .cell-sm-11, - .col-sm-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .order-md-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; } - .offset-sm-11 { - margin-left: 91.666685%; + .order-md-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; } - .colspan-sm-12, - .cell-sm-12, - .col-sm-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .order-md-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; } - .offset-sm-12 { - margin-left: 100.00002%; + .order-md-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; } -} -@media screen and (min-width: 768px) { - .cell-md-full, - .col-md-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .order-md-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } - .cell-md-half, - .col-md-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .order-md-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } - .cell-md-one-third, - .col-md-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .order-md-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } - .cell-md-two-third, - .col-md-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; - } - .cell-md-quarter, - .col-md-quarter { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + .order-md-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } - .cell-md, - .col-md { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; +} +@media screen and (min-width: 992px) { + .flex-nowrap-lg { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .cell-md-auto, - .col-md-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; + .flex-wrap-lg { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .colspan-md-1, - .cell-md-1, - .col-md-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-wrap-r-lg { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .offset-md-1 { - margin-left: 8.333335%; + .flex-column-lg { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } - .colspan-md-2, - .cell-md-2, - .col-md-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-column-r-lg { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .offset-md-2 { - margin-left: 16.66667%; + .flex-row-lg { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } - .colspan-md-3, - .cell-md-3, - .col-md-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-row-r-lg { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .offset-md-3 { - margin-left: 25.000005%; + .flex-align-start-lg { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } - .colspan-md-4, - .cell-md-4, - .col-md-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-align-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - .offset-md-4 { - margin-left: 33.33334%; + .flex-align-center-lg { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } - .colspan-md-5, - .cell-md-5, - .col-md-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .flex-align-stretch-lg { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .offset-md-5 { - margin-left: 41.666675%; + .flex-align-baseline-lg { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .colspan-md-6, - .cell-md-6, - .col-md-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .flex-self-start-lg { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .offset-md-6 { - margin-left: 50.00001%; + .flex-self-end-lg { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .colspan-md-7, - .cell-md-7, - .col-md-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .flex-self-center-lg { + -ms-flex-item-align: center !important; + align-self: center !important; } - .offset-md-7 { - margin-left: 58.333345%; + .flex-self-stretch-lg { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } - .colspan-md-8, - .cell-md-8, - .col-md-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .flex-self-baseline-lg { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .offset-md-8 { - margin-left: 66.66668%; + .flex-justify-start-lg { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .colspan-md-9, - .cell-md-9, - .col-md-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .flex-justify-end-lg { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .offset-md-9 { - margin-left: 75.000015%; + .flex-justify-center-lg { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .colspan-md-10, - .cell-md-10, - .col-md-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .flex-justify-between-lg { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .offset-md-10 { - margin-left: 83.33335%; + .flex-justify-around-lg { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .colspan-md-11, - .cell-md-11, - .col-md-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .flex-content-start-lg { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .offset-md-11 { - margin-left: 91.666685%; + .flex-content-end-lg { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .colspan-md-12, - .cell-md-12, - .col-md-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .flex-content-center-lg { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .offset-md-12 { - margin-left: 100.00002%; + .flex-content-between-lg { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } -} -@media screen and (min-width: 992px) { - .cell-lg-full, - .col-lg-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .flex-content-around-lg { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .cell-lg-half, - .col-lg-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .flex-content-stretch-lg { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .cell-lg-one-third, - .col-lg-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-no-shrink-lg > * { + -ms-flex-negative: 0; + flex-shrink: 0; } - .cell-lg-two-third, - .col-lg-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-shrink-lg > * { + -ms-flex-negative: 1; + flex-shrink: 1; } - .cell-lg-quarter, - .col-lg-quarter { + .flex-no-grow-lg > * { -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-lg, - .col-lg { - -ms-flex-preferred-size: 0; - flex-basis: 0; + .flex-grow-lg > * { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; - max-width: 100%; - } - .cell-lg-auto, - .col-lg-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; } - .colspan-lg-1, - .cell-lg-1, - .col-lg-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-no-shrink-self-lg { + -ms-flex-negative: 0; + flex-shrink: 0; } - .offset-lg-1 { - margin-left: 8.333335%; + .flex-shrink-self-lg { + -ms-flex-negative: 1; + flex-shrink: 1; } - .colspan-lg-2, - .cell-lg-2, - .col-lg-2 { + .flex-no-grow-self-lg { -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + -ms-flex-positive: 0; + flex-grow: 0; } - .offset-lg-2 { - margin-left: 16.66667%; + .flex-grow-self-lg { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } - .colspan-lg-3, - .cell-lg-3, - .col-lg-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-right-lg { + margin-left: auto; } - .offset-lg-3 { - margin-left: 25.000005%; + .flex-left-lg { + margin-right: auto; } - .colspan-lg-4, - .cell-lg-4, - .col-lg-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-top-lg { + margin-bottom: auto; } - .offset-lg-4 { - margin-left: 33.33334%; + .flex-bottom-lg { + margin-top: auto; } - .colspan-lg-5, - .cell-lg-5, - .col-lg-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .order-lg-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } - .offset-lg-5 { - margin-left: 41.666675%; + .order-lg-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } - .colspan-lg-6, - .cell-lg-6, - .col-lg-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .order-lg-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } - .offset-lg-6 { - margin-left: 50.00001%; + .order-lg-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } - .colspan-lg-7, - .cell-lg-7, - .col-lg-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .order-lg-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } - .offset-lg-7 { - margin-left: 58.333345%; + .order-lg-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } - .colspan-lg-8, - .cell-lg-8, - .col-lg-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .order-lg-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } - .offset-lg-8 { - margin-left: 66.66668%; + .order-lg-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } - .colspan-lg-9, - .cell-lg-9, - .col-lg-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .order-lg-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } - .offset-lg-9 { - margin-left: 75.000015%; + .order-lg-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } - .colspan-lg-10, - .cell-lg-10, - .col-lg-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .order-lg-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } - .offset-lg-10 { - margin-left: 83.33335%; + .order-lg-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } - .colspan-lg-11, - .cell-lg-11, - .col-lg-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .order-lg-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } - .offset-lg-11 { - margin-left: 91.666685%; + .order-lg-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } - .colspan-lg-12, - .cell-lg-12, - .col-lg-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .order-lg-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } - .offset-lg-12 { - margin-left: 100.00002%; + .order-lg-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; } -} -@media screen and (min-width: 1200px) { - .cell-xl-full, - .col-xl-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .order-lg-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; } - .cell-xl-half, - .col-xl-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .order-lg-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; } - .cell-xl-one-third, - .col-xl-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .order-lg-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; } - .cell-xl-two-third, - .col-xl-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .order-lg-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; } - .cell-xl-quarter, - .col-xl-quarter { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + .order-lg-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } - .cell-xl, - .col-xl { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; + .order-lg-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } - .cell-xl-auto, - .col-xl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; + .order-lg-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } - .colspan-xl-1, - .cell-xl-1, - .col-xl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .order-lg-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } - .offset-xl-1 { - margin-left: 8.333335%; +} +@media screen and (min-width: 1200px) { + .flex-nowrap-xl { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .colspan-xl-2, - .cell-xl-2, - .col-xl-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-wrap-xl { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .offset-xl-2 { - margin-left: 16.66667%; + .flex-wrap-r-xl { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .colspan-xl-3, - .cell-xl-3, - .col-xl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-column-xl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } - .offset-xl-3 { - margin-left: 25.000005%; + .flex-column-r-xl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .colspan-xl-4, - .cell-xl-4, - .col-xl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-row-xl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } - .offset-xl-4 { - margin-left: 33.33334%; + .flex-row-r-xl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .colspan-xl-5, - .cell-xl-5, - .col-xl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .flex-align-start-xl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } - .offset-xl-5 { - margin-left: 41.666675%; + .flex-align-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - .colspan-xl-6, - .cell-xl-6, - .col-xl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .flex-align-center-xl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } - .offset-xl-6 { - margin-left: 50.00001%; + .flex-align-stretch-xl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .colspan-xl-7, - .cell-xl-7, - .col-xl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .flex-align-baseline-xl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .offset-xl-7 { - margin-left: 58.333345%; + .flex-self-start-xl { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .colspan-xl-8, - .cell-xl-8, - .col-xl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .flex-self-end-xl { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .offset-xl-8 { - margin-left: 66.66668%; + .flex-self-center-xl { + -ms-flex-item-align: center !important; + align-self: center !important; } - .colspan-xl-9, - .cell-xl-9, - .col-xl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .flex-self-stretch-xl { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } - .offset-xl-9 { - margin-left: 75.000015%; + .flex-self-baseline-xl { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .colspan-xl-10, - .cell-xl-10, - .col-xl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .flex-justify-start-xl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .offset-xl-10 { - margin-left: 83.33335%; + .flex-justify-end-xl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .colspan-xl-11, - .cell-xl-11, - .col-xl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .flex-justify-center-xl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .offset-xl-11 { - margin-left: 91.666685%; + .flex-justify-between-xl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .colspan-xl-12, - .cell-xl-12, - .col-xl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .flex-justify-around-xl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .offset-xl-12 { - margin-left: 100.00002%; + .flex-content-start-xl { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } -} -@media screen and (min-width: 1452px) { - .cell-xxl-full, - .col-xxl-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .flex-content-end-xl { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .cell-xxl-half, - .col-xxl-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .flex-content-center-xl { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .cell-xxl-one-third, - .col-xxl-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-content-between-xl { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .cell-xxl-two-third, - .col-xxl-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-content-around-xl { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .cell-xxl-quarter, - .col-xxl-quarter { + .flex-content-stretch-xl { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-xl > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-xl > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-xl > * { -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-xxl, - .col-xxl { - -ms-flex-preferred-size: 0; - flex-basis: 0; + .flex-grow-xl > * { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; - max-width: 100%; } - .cell-xxl-auto, - .col-xxl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; - } - .colspan-xxl-1, - .cell-xxl-1, - .col-xxl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-no-shrink-self-xl { + -ms-flex-negative: 0; + flex-shrink: 0; } - .offset-xxl-1 { - margin-left: 8.333335%; + .flex-shrink-self-xl { + -ms-flex-negative: 1; + flex-shrink: 1; } - .colspan-xxl-2, - .cell-xxl-2, - .col-xxl-2 { + .flex-no-grow-self-xl { -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + -ms-flex-positive: 0; + flex-grow: 0; } - .offset-xxl-2 { - margin-left: 16.66667%; + .flex-grow-self-xl { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } - .colspan-xxl-3, - .cell-xxl-3, - .col-xxl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-right-xl { + margin-left: auto; } - .offset-xxl-3 { - margin-left: 25.000005%; + .flex-left-xl { + margin-right: auto; } - .colspan-xxl-4, - .cell-xxl-4, - .col-xxl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-top-xl { + margin-bottom: auto; } - .offset-xxl-4 { - margin-left: 33.33334%; + .flex-bottom-xl { + margin-top: auto; } - .colspan-xxl-5, - .cell-xxl-5, - .col-xxl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .order-xl-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } - .offset-xxl-5 { - margin-left: 41.666675%; + .order-xl-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } - .colspan-xxl-6, - .cell-xxl-6, - .col-xxl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .order-xl-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } - .offset-xxl-6 { - margin-left: 50.00001%; + .order-xl-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } - .colspan-xxl-7, - .cell-xxl-7, - .col-xxl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .order-xl-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } - .offset-xxl-7 { - margin-left: 58.333345%; + .order-xl-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } - .colspan-xxl-8, - .cell-xxl-8, - .col-xxl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .order-xl-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } - .offset-xxl-8 { - margin-left: 66.66668%; + .order-xl-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } - .colspan-xxl-9, - .cell-xxl-9, - .col-xxl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .order-xl-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } - .offset-xxl-9 { - margin-left: 75.000015%; + .order-xl-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } - .colspan-xxl-10, - .cell-xxl-10, - .col-xxl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .order-xl-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } - .offset-xxl-10 { - margin-left: 83.33335%; + .order-xl-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } - .colspan-xxl-11, - .cell-xxl-11, - .col-xxl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .order-xl-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } - .offset-xxl-11 { - margin-left: 91.666685%; + .order-xl-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } - .colspan-xxl-12, - .cell-xxl-12, - .col-xxl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .order-xl-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } - .offset-xxl-12 { - margin-left: 100.00002%; + .order-xl-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-xl-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-xl-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-xl-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-xl-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-xl-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-xl-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-xl-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-xl-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } } -.h-menu { - list-style: none inside; - display: block; - margin: 0; - padding: 0; - background-color: #ffffff; - color: #1d1d1d; -} -.h-menu::after { +@media screen and (min-width: 1452px) { + .flex-nowrap-xxl { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-wrap-xxl { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-wrap-r-xxl { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-column-xxl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-column-r-xxl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-row-xxl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-row-r-xxl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-align-start-xxl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .flex-align-end-xxl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .flex-align-center-xxl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .flex-align-stretch-xxl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .flex-align-baseline-xxl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .flex-self-start-xxl { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .flex-self-end-xxl { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .flex-self-center-xxl { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .flex-self-stretch-xxl { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } + .flex-self-baseline-xxl { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .flex-justify-start-xxl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .flex-justify-end-xxl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .flex-justify-center-xxl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .flex-justify-between-xxl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .flex-justify-around-xxl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .flex-content-start-xxl { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .flex-content-end-xxl { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .flex-content-center-xxl { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .flex-content-between-xxl { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .flex-content-around-xxl { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .flex-content-stretch-xxl { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-xxl > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-xxl > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-xxl > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-xxl > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-no-shrink-self-xxl { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-self-xxl { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-self-xxl { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-self-xxl { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-right-xxl { + margin-left: auto; + } + .flex-left-xxl { + margin-right: auto; + } + .flex-top-xxl { + margin-bottom: auto; + } + .flex-bottom-xxl { + margin-top: auto; + } + .order-xxl-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; + } + .order-xxl-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; + } + .order-xxl-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; + } + .order-xxl-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; + } + .order-xxl-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; + } + .order-xxl-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; + } + .order-xxl-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; + } + .order-xxl-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; + } + .order-xxl-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; + } + .order-xxl-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; + } + .order-xxl-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; + } + .order-xxl-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-xxl-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .order-xxl-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-xxl-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-xxl-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-xxl-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-xxl-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-xxl-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-xxl-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-xxl-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-xxl-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-xxl-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-xxl-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } +} +.clear-float::after { display: block; clear: both; content: ""; } -.h-menu::after { +.clear-float::after { display: block; clear: both; content: ""; } -.h-menu > li, -.h-menu > li > a { - display: block; - position: relative; +.place-right, +.float-right { + float: right !important; } -.h-menu > li { - background-color: inherit; - color: inherit; - float: left; +.place-left, +.float-left { + float: left !important; } -.h-menu > li:hover { - background-color: rgba(29, 29, 29, 0.1); +.place-none, +.float-none, +.no-float { + float: none !important; } -.h-menu > li:hover > a, -.h-menu > li:hover .icon { - color: inherit; +@media screen and (min-width: 0) { + .place-left-fs { + float: left!important; + } + .place-right-fs { + float: right!important; + } + .place-none-fs { + float: none!important; + } + .float-left-fs { + float: left!important; + } + .float-right-fs { + float: right!important; + } + .float-none-fs { + float: none!important; + } } -.h-menu > li > a { - font-weight: normal; - color: inherit; - font-size: 1rem; - outline: none; - text-decoration: none; - padding: 0.5rem 1rem; - border: none; - background-color: inherit; - white-space: nowrap; +@media screen and (min-width: 576px) { + .place-left-sm { + float: left!important; + } + .place-right-sm { + float: right!important; + } + .place-none-sm { + float: none!important; + } + .float-left-sm { + float: left!important; + } + .float-right-sm { + float: right!important; + } + .float-none-sm { + float: none!important; + } } -.h-menu > li > a.dropdown-toggle { - padding-right: 2rem!important; +@media screen and (min-width: 768px) { + .place-left-md { + float: left!important; + } + .place-right-md { + float: right!important; + } + .place-none-md { + float: none!important; + } + .float-left-md { + float: left!important; + } + .float-right-md { + float: right!important; + } + .float-none-md { + float: none!important; + } } -.h-menu > li > a.dropdown-toggle::before { - margin-left: -1.25rem; +@media screen and (min-width: 992px) { + .place-left-lg { + float: left!important; + } + .place-right-lg { + float: right!important; + } + .place-none-lg { + float: none!important; + } + .float-left-lg { + float: left!important; + } + .float-right-lg { + float: right!important; + } + .float-none-lg { + float: none!important; + } } -.h-menu.no-hover > li > a { - padding-left: 0.5rem; - padding-right: 0.5rem; - color: #6a6a6a; +@media screen and (min-width: 1200px) { + .place-left-xl { + float: left!important; + } + .place-right-xl { + float: right!important; + } + .place-none-xl { + float: none!important; + } + .float-left-xl { + float: left!important; + } + .float-right-xl { + float: right!important; + } + .float-none-xl { + float: none!important; + } } -.h-menu.no-hover > li:hover, -.h-menu.no-hover > li > a:hover { - background-color: transparent; - color: #1d1d1d; +@media screen and (min-width: 1452px) { + .place-left-xxl { + float: left!important; + } + .place-right-xxl { + float: right!important; + } + .place-none-xxl { + float: none!important; + } + .float-left-xxl { + float: left!important; + } + .float-right-xxl { + float: right!important; + } + .float-none-xxl { + float: none!important; + } } -.h-menu.large > li > a { - padding: 1.125rem 1.625rem; - font-size: 2rem; -} -.h-menu.large > li > a.dropdown-toggle { - padding-right: 2.5rem !important; -} -.h-menu.large > li > a.dropdown-toggle::before { - height: 0.625rem; - width: 0.625rem; - margin-left: -1.75rem; +html { + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; + font-size: 100%; } -.h-menu > .divider { - display: none; +body { + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; + font-size: 1rem; + line-height: 1.5; + font-style: normal; + font-weight: 400; + color: #212121; } -.h-menu.mega { +.img-container, +.img-fluid, +.img-thumbnail { + width: 100%; + max-width: 100%; + height: auto; + display: block; position: relative; + vertical-align: middle; + background-color: transparent; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + overflow: visible; } -.h-menu.mega > li { - position: static; +.img-thumbnail { + padding: 0.25rem; + border: 1px solid #dfdfdf; + border-radius: 0.25rem; + background-color: #ffffff; } -.h-menu.mega > li.active-container { - background-color: inherit; +.img-container { + display: block; } -.h-menu.mega > li.active-container a { - background-color: inherit; +.img-container img { + width: 100%; + max-width: 100%; + height: auto; + position: relative; } -.h-menu.mega .mega-container { +.img-container .image-overlay { position: absolute; - top: 100%; + top: 0; + bottom: 0; left: 0; right: 0; - padding: 0; - background-color: inherit; - display: none; - color: inherit; - z-index: 1000; - -webkit-box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); - box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); -} -.h-menu.mega .mega-container * { - color: inherit; -} -.hamburger, -.nav-button { - display: inline-block; - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0; - font-size: 14px; - line-height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: transparent; + opacity: 0; + overflow: hidden; + font-size: 0.875rem; + line-height: 1rem; + padding: 2em; + background-color: rgba(27, 161, 226, 0.7); color: #ffffff; - cursor: pointer; - outline: none; - width: 36px; - height: 36px; -} -.hamburger .line, -.nav-button .line { - width: 30px; - background-color: #ffffff; - display: block; + text-align: center; + border-radius: inherit; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; - height: 3px; - margin: 4px auto; -} -.hamburger.dark .line, -.nav-button.dark .line { - background-color: #1d1d1d; -} -.hamburger.menu-down .line:nth-child(2), -.nav-button.menu-down .line:nth-child(2), -.hamburger.chevron-down .line:nth-child(2), -.nav-button.chevron-down .line:nth-child(2) { - -webkit-transition-delay: 0.3s; - -o-transition-delay: 0.3s; - transition-delay: 0.3s; -} -.hamburger.menu-down.active, -.nav-button.menu-down.active, -.hamburger.chevron-down.active, -.nav-button.chevron-down.active { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.hamburger.menu-down.active .line:nth-child(2), -.nav-button.menu-down.active .line:nth-child(2), -.hamburger.chevron-down.active .line:nth-child(2), -.nav-button.chevron-down.active .line:nth-child(2) { - opacity: 0; - -webkit-transition: none; - -o-transition: none; - transition: none; -} -.hamburger.menu-down.active .line:nth-child(1), -.nav-button.menu-down.active .line:nth-child(1), -.hamburger.chevron-down.active .line:nth-child(1), -.nav-button.chevron-down.active .line:nth-child(1), -.hamburger.menu-down.active .line:nth-child(3), -.nav-button.menu-down.active .line:nth-child(3), -.hamburger.chevron-down.active .line:nth-child(3), -.nav-button.chevron-down.active .line:nth-child(3) { - width: 20px; - -webkit-transform-origin: right; - -ms-transform-origin: right; - transform-origin: right; - margin: -4px 8px; -} -.hamburger.menu-down.active .line:nth-child(1), -.nav-button.menu-down.active .line:nth-child(1), -.hamburger.chevron-down.active .line:nth-child(1), -.nav-button.chevron-down.active .line:nth-child(1) { - -webkit-transform: rotate(45deg) translateY(6px); - -ms-transform: rotate(45deg) translateY(6px); - transform: rotate(45deg) translateY(6px); } -.hamburger.menu-down.active .line:nth-child(3), -.nav-button.menu-down.active .line:nth-child(3), -.hamburger.chevron-down.active .line:nth-child(3), -.nav-button.chevron-down.active .line:nth-child(3) { - -webkit-transform: rotate(-45deg) translateY(-6px); - -ms-transform: rotate(-45deg) translateY(-6px); - transform: rotate(-45deg) translateY(-6px); +.img-container .image-overlay * { + color: #ffffff; } -.hamburger.menu-up .line:nth-child(2), -.nav-button.menu-up .line:nth-child(2), -.hamburger.chevron-up .line:nth-child(2), -.nav-button.chevron-up .line:nth-child(2) { - -webkit-transition-delay: 0.3s; - -o-transition-delay: 0.3s; - transition-delay: 0.3s; +.img-container .image-overlay:hover { + opacity: 1; } -.hamburger.menu-up.active, -.nav-button.menu-up.active, -.hamburger.chevron-up.active, -.nav-button.chevron-up.active { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); +.img-container .image-overlay:hover:before, +.img-container .image-overlay:hover:after { + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -.hamburger.menu-up.active .line:nth-child(2), -.nav-button.menu-up.active .line:nth-child(2), -.hamburger.chevron-up.active .line:nth-child(2), -.nav-button.chevron-up.active .line:nth-child(2) { +.img-container .image-overlay:before, +.img-container .image-overlay:after { + display: block; + position: absolute; + content: ""; + border: 1px solid rgba(255, 255, 255, 0.7); + top: 1em; + bottom: 1em; + left: 1em; + right: 1em; opacity: 0; - -webkit-transition: none; - -o-transition: none; - transition: none; -} -.hamburger.menu-up.active .line:nth-child(1), -.nav-button.menu-up.active .line:nth-child(1), -.hamburger.chevron-up.active .line:nth-child(1), -.nav-button.chevron-up.active .line:nth-child(1), -.hamburger.menu-up.active .line:nth-child(3), -.nav-button.menu-up.active .line:nth-child(3), -.hamburger.chevron-up.active .line:nth-child(3), -.nav-button.chevron-up.active .line:nth-child(3) { - width: 20px; - -webkit-transform-origin: right; - -ms-transform-origin: right; - transform-origin: right; - margin: -4px 8px; -} -.hamburger.menu-up.active .line:nth-child(1), -.nav-button.menu-up.active .line:nth-child(1), -.hamburger.chevron-up.active .line:nth-child(1), -.nav-button.chevron-up.active .line:nth-child(1) { - -webkit-transform: rotate(45deg) translateY(6px); - -ms-transform: rotate(45deg) translateY(6px); - transform: rotate(45deg) translateY(6px); -} -.hamburger.menu-up.active .line:nth-child(3), -.nav-button.menu-up.active .line:nth-child(3), -.hamburger.chevron-up.active .line:nth-child(3), -.nav-button.chevron-up.active .line:nth-child(3) { - -webkit-transform: rotate(-45deg) translateY(-6px); - -ms-transform: rotate(-45deg) translateY(-6px); - transform: rotate(-45deg) translateY(-6px); -} -.hamburger.arrow-left.active .line:nth-child(1), -.nav-button.arrow-left.active .line:nth-child(1), -.hamburger.arrow-left.active .line:nth-child(3), -.nav-button.arrow-left.active .line:nth-child(3) { - width: 20px; - margin-left: 0; -} -.hamburger.arrow-left.active .line:nth-child(1), -.nav-button.arrow-left.active .line:nth-child(1) { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.hamburger.arrow-left.active .line:nth-child(3), -.nav-button.arrow-left.active .line:nth-child(3) { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); + border-radius: inherit; + -webkit-transform: scale(1.5); + -ms-transform: scale(1.5); + transform: scale(1.5); + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; } -.hamburger.arrow-right.active .line:nth-child(1), -.nav-button.arrow-right.active .line:nth-child(1), -.hamburger.arrow-right.active .line:nth-child(3), -.nav-button.arrow-right.active .line:nth-child(3) { - width: 20px; - margin-right: 0; +.img-container .image-overlay:after { + border-left: none; + border-right: none; + bottom: 1em; + top: 1em; } -.hamburger.arrow-right.active .line:nth-child(1), -.nav-button.arrow-right.active .line:nth-child(1) { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.img-container .image-overlay:before { + border-top: none; + border-bottom: none; + bottom: 1em; + top: 1em; } -.hamburger.arrow-right.active .line:nth-child(3), -.nav-button.arrow-right.active .line:nth-child(3) { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.img-container.rounded img { + border-radius: 0.25rem; } -.head-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: fixed; - top: 0; - left: 0; - width: 100%; +.img-container.thumbnail { + padding: 0.25rem; + border: 1px solid #dfdfdf; background-color: #ffffff; - color: #1d1d1d; - height: 56px; - z-index: 1030; - padding: 0 4px; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.head-bar .app-title { - height: 48px; - display: inline-block; - vertical-align: middle; - margin: 0 4px; - line-height: 48px; - color: inherit; - font-size: 20px; - font-weight: 100; -} -.head-bar .app-title:nth-child(1) { - padding-left: 10px; -} -.head-bar .header-container { - height: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.head-bar .tool-button { - margin: 0 4px; - background-color: inherit; - color: inherit; -} -.head-bar .tool-button .icon { - width: 24px; - height: 24px; - font-size: 24px; -} -.head-bar.more { - height: 112px; -} -.head-bar.more .app-title { - position: absolute; - bottom: 22px; - left: 74px; - height: 28px; - font-size: 24px; } -.head-bar .header-container .input { - float: left; - margin-left: 20px; - width: calc(100% - 80px); - border: none; +.img-container.thumbnail .title { + font-size: 0.9rem; + line-height: 1; } -.head-bar .header-container .input input { - border: none; +.img-container img + .title { + margin-top: 0.25rem; } -.head-bar .header-container .input input, -.head-bar .header-container .input input::-webkit-input-placeholder { - color: white; +.img-container .title + img { + margin-top: 0.25rem; } -.hero { - padding: 40px; - background-position: center; - background-repeat: no-repeat; +.img-container.cover { background-size: cover; - position: relative; + background: no-repeat 100% 100%; } -@media all and (min-width: 768px) { - .hero { - padding: 160px 80px; - } +figure { + margin: 0 0 1rem; } -.hint { +figure img { + width: 100%; + max-width: 100%; + height: auto; display: block; - position: fixed; - z-index: 1070; - background-color: #fffcc0; - color: #1d1d1d; - font-size: 0.75rem; - max-width: 13.75rem; - padding: 0.625rem; -} -.icon-box { - height: 90px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - background-color: #ffffff; -} -.icon-box .icon, -.icon-box .content { position: relative; -} -.icon-box .icon { - height: 90px; - width: 90px; - -ms-flex-negative: 0; - flex-shrink: 0; - text-align: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background: rgba(0, 0, 0, 0.1); -} -.icon-box .icon > * { - font-size: 45px; - width: 45px; - height: 45px; - line-height: 1; -} -.icon-box .content { - line-height: 1.2; - display: block; - width: 100%; - background-color: inherit; -} -.image-button { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - white-space: nowrap; vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - outline: none; + background-color: transparent; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +input[type=text], +input[type=password], +input[type=tel], +input[type=datetime-local], +input[type=email], +input[type=file], +input[type=month], +input[type=number], +input[type=search], +input[type=time], +input[type=url], +input[type=week], +input[type=file], +select, +textarea, +.file, +.input, +.textarea, +.select, +.tag-input, +.spinner { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; position: relative; - font-size: 14px; - padding: 0 0.5rem 0 0; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + border: 1px #d9d9d9 solid; + color: #1d1d1d; + width: 100%; + display: block; + padding: 0 0.75rem; + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; + font-size: 1rem; height: 36px; - line-height: 30px; - font-weight: 400; + line-height: 36px; + background: #ffffff none; + background-clip: padding-box; + min-width: 0; } -.image-button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.image-button:active, -.image-button.focus, -.image-button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.image-button .icon { - width: 34px; - height: 34px; - line-height: 34px; - font-size: 1rem; - background-color: rgba(69, 90, 100, 0.55); - color: #ffffff; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - text-align: center; -} -.image-button .caption { - margin-left: 0.5rem; - text-align: left; - color: inherit; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - font-weight: 400; - line-height: 1.2; -} -.image-button .caption small { - display: block; - font-size: 0.8rem; -} -.image-button.icon-right { - padding: 0 0 0 0.5rem; -} -.image-button.icon-right .icon { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.image-button.icon-right .caption { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - margin-left: 0; - margin-right: 0.5rem; -} -.image-button:focus, -.image-button:hover, -.image-button.focus { - text-decoration: none; -} -.image-button:active { - -webkit-box-shadow: none; - box-shadow: none; - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); -} -.image-button.disabled, -.image-button:disabled { - opacity: 0.65; -} -.image-button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; -} -.image-compare { - position: relative; - display: block; -} -.image-compare img { - display: none; -} -.image-compare .image-container, -.image-compare .image-container-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - overflow: hidden; - z-index: 1; -} -.image-compare .image-container.image-container-overlay, -.image-compare .image-container-overlay.image-container-overlay { - z-index: 2; -} -.image-compare .image-container .image-wrapper, -.image-compare .image-container-overlay .image-wrapper { - background-size: cover; -} -.image-compare .image-slider { - z-index: 3; - position: absolute; - cursor: ew-resize; - width: 32px; - height: 32px; - background-color: #fa6800; - opacity: 0.7; - border-radius: 0.25rem; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} -.image-magnifier { - position: relative; - display: block; - cursor: none; - height: auto; -} -.image-magnifier img { - vertical-align: middle; - width: 100%; - height: auto; - max-height: 100%; -} -.image-magnifier .image-magnifier-glass { - position: absolute; - border-radius: 0; - cursor: none; - width: 100px; - height: 100px; - border: 4px solid rgba(255, 255, 255, 0.7); - overflow: hidden; - z-index: 2; -} -.info-box { - position: fixed; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #dfdfdf; - display: block; - z-index: 1050; - max-width: calc(100vw - 100px); - max-height: calc(100vh - 100px); -} -.info-box .closer { - display: block; - position: absolute; - top: 4px; - right: 4px; - background-color: inherit; - color: inherit; - z-index: 100; -} -.info-box .closer::before { - display: block; - content: "\00d7"; - font-size: 24px; - margin-top: -4px; -} -.info-box .info-box-content { - padding: 20px; - z-index: 0; -} -.info-box.primary { - border-color: #0366d6; - background-color: #0366d6; - color: #ffffff; -} -.info-box.secondary { - border-color: #607d8b; - background-color: #607d8b; - color: #ffffff; -} -.info-box.success { - border-color: #60a917; - background-color: #60a917; - color: #ffffff; -} -.info-box.alert { - border-color: #CE352C; - background-color: #CE352C; - color: #ffffff; -} -.info-box.warning { - border-color: #ff9447; - background-color: #ff9447; - color: #ffffff; -} -.info-box.yellow { - border-color: #ffe484; - background-color: #ffe484; - color: #ffffff; -} -.info-box.info { - border-color: #5ebdec; - background-color: #5ebdec; - color: #ffffff; -} -.info-box.dark { - border-color: #505050; - background-color: #505050; - color: #ffffff; -} -.info-box.light { - border-color: #f8f8f8; - background-color: #f8f8f8; - color: #ffffff; -} -.info-box.light, -.info-box.yellow { - color: #1d1d1d; -} -.info-button { - border: 1px solid #dfdfdf; - background-color: #ebebeb; - overflow: hidden; - position: relative; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: inline-block; - width: auto; - height: 36px; - line-height: 1; -} -.info-button::after { - display: block; - clear: both; - content: ""; -} -.info-button::after { - display: block; - clear: both; - content: ""; -} -.info-button .button { - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0 0.75rem; - font-size: 0.875rem; - line-height: 34px; - height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; +input[type=text]:focus, +input[type=password]:focus, +input[type=tel]:focus, +input[type=datetime-local]:focus, +input[type=email]:focus, +input[type=file]:focus, +input[type=month]:focus, +input[type=number]:focus, +input[type=search]:focus, +input[type=time]:focus, +input[type=url]:focus, +input[type=week]:focus, +input[type=file]:focus, +select:focus, +textarea:focus, +.file:focus, +.input:focus, +.textarea:focus, +.select:focus, +.tag-input:focus, +.spinner:focus { outline: none; - position: relative; -} -.info-button .button, -.info-button .info { - display: block; - float: left; - border-right: none; - height: 100%; - line-height: 32px; - position: relative; -} -.info-button .button:active, -.info-button .info:active, -.info-button .button:focus, -.info-button .info:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.info-button .button { - background-color: inherit; - color: inherit; -} -.info-button .button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.info-button .info { - font-size: 12px; - background-color: #FEFEFE; - color: #1d1d1d; - padding: 0 0.625rem; - text-decoration: none; - font-weight: 600; - line-height: 34px; -} -.info-button .info:hover { - color: #0056b3; -} -.info-button a.info:hover { - color: #1d1d1d; -} -.info-button .button .icon { - margin-right: 4px; -} -a.info-button { - text-decoration: none; -} -.info-panel { - display: block; - background-color: #ffffff; - color: #1d1d1d; - text-align: center; -} -.info-panel-header { - padding: 30px; - text-transform: uppercase; - font-size: 18px; - font-weight: 500; - letter-spacing: 2px; - line-height: 1.2; - white-space: nowrap; -} -.info-panel-content { - padding: 20px 40px; -} -.info-panel-footer { - padding: 40px; -} -.input { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - width: 100%; - padding: 0; -} -.input:hover input { - border-color: transparent; -} -.input.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.input input { - border: none!important; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - height: 34px; -} -.input input:focus { - -webkit-box-shadow: none; - box-shadow: none; -} -.input .button-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; -} -.input .button { - background-color: transparent; - color: #1d1d1d; - height: 34px; - min-width: 34px; -} -.input .button:focus, -.input .button:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; } -.input .button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +input[type=text]:hover, +input[type=password]:hover, +input[type=tel]:hover, +input[type=datetime-local]:hover, +input[type=email]:hover, +input[type=file]:hover, +input[type=month]:hover, +input[type=number]:hover, +input[type=search]:hover, +input[type=time]:hover, +input[type=url]:hover, +input[type=week]:hover, +input[type=file]:hover, +select:hover, +textarea:hover, +.file:hover, +.input:hover, +.textarea:hover, +.select:hover, +.tag-input:hover, +.spinner:hover { + border-color: #c0c0c0; } +input[type=text] .input-clear-button, +input[type=password] .input-clear-button, +input[type=tel] .input-clear-button, +input[type=datetime-local] .input-clear-button, +input[type=email] .input-clear-button, +input[type=file] .input-clear-button, +input[type=month] .input-clear-button, +input[type=number] .input-clear-button, +input[type=search] .input-clear-button, +input[type=time] .input-clear-button, +input[type=url] .input-clear-button, +input[type=week] .input-clear-button, +input[type=file] .input-clear-button, +select .input-clear-button, +textarea .input-clear-button, +.file .input-clear-button, .input .input-clear-button, +.textarea .input-clear-button, +.select .input-clear-button, +.tag-input .input-clear-button, +.spinner .input-clear-button, +input[type=text] .input-reveal-button, +input[type=password] .input-reveal-button, +input[type=tel] .input-reveal-button, +input[type=datetime-local] .input-reveal-button, +input[type=email] .input-reveal-button, +input[type=file] .input-reveal-button, +input[type=month] .input-reveal-button, +input[type=number] .input-reveal-button, +input[type=search] .input-reveal-button, +input[type=time] .input-reveal-button, +input[type=url] .input-reveal-button, +input[type=week] .input-reveal-button, +input[type=file] .input-reveal-button, +select .input-reveal-button, +textarea .input-reveal-button, +.file .input-reveal-button, .input .input-reveal-button, -.input .input-search-button { - background-color: transparent; -} -.input .input-clear-button:hover, -.input .input-reveal-button:hover, -.input .input-search-button:hover { - background-color: transparent; -} -.input.disabled .button-group button { - background-color: #f8f8f8; - color: #dfdfdf; -} -.input .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.input .append { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.input input { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.input .button-group { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.input input[placeholder] { - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.input input::-moz-placeholder { - text-overflow: ellipsis; -} -.input input:-moz-placeholder { - text-overflow: ellipsis; -} -.input input:-ms-input-placeholder { - text-overflow: ellipsis; +.textarea .input-reveal-button, +.select .input-reveal-button, +.tag-input .input-reveal-button, +.spinner .input-reveal-button { + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + opacity: 0; } -.input .autocomplete-list { - margin: 0; - padding: 0; - list-style: none inside; - position: absolute; - top: 100%; - left: 0; - width: 100%; - overflow: hidden; - overflow-y: auto; - background-color: #ffffff; - height: auto; - border: 1px solid #dfdfdf; - z-index: 3; -} -.input .autocomplete-list .item { - display: block; - position: relative; - padding: 4px 8px; - cursor: pointer; -} -.input .autocomplete-list .item:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.input .autocomplete-list .item + .item { - border-top: 1px solid #dfdfdf; +input[type=text] .input-clear-button:active, +input[type=password] .input-clear-button:active, +input[type=tel] .input-clear-button:active, +input[type=datetime-local] .input-clear-button:active, +input[type=email] .input-clear-button:active, +input[type=file] .input-clear-button:active, +input[type=month] .input-clear-button:active, +input[type=number] .input-clear-button:active, +input[type=search] .input-clear-button:active, +input[type=time] .input-clear-button:active, +input[type=url] .input-clear-button:active, +input[type=week] .input-clear-button:active, +input[type=file] .input-clear-button:active, +select .input-clear-button:active, +textarea .input-clear-button:active, +.file .input-clear-button:active, +.input .input-clear-button:active, +.textarea .input-clear-button:active, +.select .input-clear-button:active, +.tag-input .input-clear-button:active, +.spinner .input-clear-button:active, +input[type=text] .input-reveal-button:active, +input[type=password] .input-reveal-button:active, +input[type=tel] .input-reveal-button:active, +input[type=datetime-local] .input-reveal-button:active, +input[type=email] .input-reveal-button:active, +input[type=file] .input-reveal-button:active, +input[type=month] .input-reveal-button:active, +input[type=number] .input-reveal-button:active, +input[type=search] .input-reveal-button:active, +input[type=time] .input-reveal-button:active, +input[type=url] .input-reveal-button:active, +input[type=week] .input-reveal-button:active, +input[type=file] .input-reveal-button:active, +select .input-reveal-button:active, +textarea .input-reveal-button:active, +.file .input-reveal-button:active, +.input .input-reveal-button:active, +.textarea .input-reveal-button:active, +.select .input-reveal-button:active, +.tag-input .input-reveal-button:active, +.spinner .input-reveal-button:active, +input[type=text] .input-clear-button:focus, +input[type=password] .input-clear-button:focus, +input[type=tel] .input-clear-button:focus, +input[type=datetime-local] .input-clear-button:focus, +input[type=email] .input-clear-button:focus, +input[type=file] .input-clear-button:focus, +input[type=month] .input-clear-button:focus, +input[type=number] .input-clear-button:focus, +input[type=search] .input-clear-button:focus, +input[type=time] .input-clear-button:focus, +input[type=url] .input-clear-button:focus, +input[type=week] .input-clear-button:focus, +input[type=file] .input-clear-button:focus, +select .input-clear-button:focus, +textarea .input-clear-button:focus, +.file .input-clear-button:focus, +.input .input-clear-button:focus, +.textarea .input-clear-button:focus, +.select .input-clear-button:focus, +.tag-input .input-clear-button:focus, +.spinner .input-clear-button:focus, +input[type=text] .input-reveal-button:focus, +input[type=password] .input-reveal-button:focus, +input[type=tel] .input-reveal-button:focus, +input[type=datetime-local] .input-reveal-button:focus, +input[type=email] .input-reveal-button:focus, +input[type=file] .input-reveal-button:focus, +input[type=month] .input-reveal-button:focus, +input[type=number] .input-reveal-button:focus, +input[type=search] .input-reveal-button:focus, +input[type=time] .input-reveal-button:focus, +input[type=url] .input-reveal-button:focus, +input[type=week] .input-reveal-button:focus, +input[type=file] .input-reveal-button:focus, +select .input-reveal-button:focus, +textarea .input-reveal-button:focus, +.file .input-reveal-button:focus, +.input .input-reveal-button:focus, +.textarea .input-reveal-button:focus, +.select .input-reveal-button:focus, +.tag-input .input-reveal-button:focus, +.spinner .input-reveal-button:focus, +input[type=text] .input-clear-button:hover, +input[type=password] .input-clear-button:hover, +input[type=tel] .input-clear-button:hover, +input[type=datetime-local] .input-clear-button:hover, +input[type=email] .input-clear-button:hover, +input[type=file] .input-clear-button:hover, +input[type=month] .input-clear-button:hover, +input[type=number] .input-clear-button:hover, +input[type=search] .input-clear-button:hover, +input[type=time] .input-clear-button:hover, +input[type=url] .input-clear-button:hover, +input[type=week] .input-clear-button:hover, +input[type=file] .input-clear-button:hover, +select .input-clear-button:hover, +textarea .input-clear-button:hover, +.file .input-clear-button:hover, +.input .input-clear-button:hover, +.textarea .input-clear-button:hover, +.select .input-clear-button:hover, +.tag-input .input-clear-button:hover, +.spinner .input-clear-button:hover, +input[type=text] .input-reveal-button:hover, +input[type=password] .input-reveal-button:hover, +input[type=tel] .input-reveal-button:hover, +input[type=datetime-local] .input-reveal-button:hover, +input[type=email] .input-reveal-button:hover, +input[type=file] .input-reveal-button:hover, +input[type=month] .input-reveal-button:hover, +input[type=number] .input-reveal-button:hover, +input[type=search] .input-reveal-button:hover, +input[type=time] .input-reveal-button:hover, +input[type=url] .input-reveal-button:hover, +input[type=week] .input-reveal-button:hover, +input[type=file] .input-reveal-button:hover, +select .input-reveal-button:hover, +textarea .input-reveal-button:hover, +.file .input-reveal-button:hover, +.input .input-reveal-button:hover, +.textarea .input-reveal-button:hover, +.select .input-reveal-button:hover, +.tag-input .input-reveal-button:hover, +.spinner .input-reveal-button:hover { + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -.input.input-large { - height: 50px; +input[type=text]:focus .input-clear-button, +input[type=password]:focus .input-clear-button, +input[type=tel]:focus .input-clear-button, +input[type=datetime-local]:focus .input-clear-button, +input[type=email]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +input[type=month]:focus .input-clear-button, +input[type=number]:focus .input-clear-button, +input[type=search]:focus .input-clear-button, +input[type=time]:focus .input-clear-button, +input[type=url]:focus .input-clear-button, +input[type=week]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +select:focus .input-clear-button, +textarea:focus .input-clear-button, +.file:focus .input-clear-button, +.input:focus .input-clear-button, +.textarea:focus .input-clear-button, +.select:focus .input-clear-button, +.tag-input:focus .input-clear-button, +.spinner:focus .input-clear-button, +input[type=text].focused .input-clear-button, +input[type=password].focused .input-clear-button, +input[type=tel].focused .input-clear-button, +input[type=datetime-local].focused .input-clear-button, +input[type=email].focused .input-clear-button, +input[type=file].focused .input-clear-button, +input[type=month].focused .input-clear-button, +input[type=number].focused .input-clear-button, +input[type=search].focused .input-clear-button, +input[type=time].focused .input-clear-button, +input[type=url].focused .input-clear-button, +input[type=week].focused .input-clear-button, +input[type=file].focused .input-clear-button, +select.focused .input-clear-button, +textarea.focused .input-clear-button, +.file.focused .input-clear-button, +.input.focused .input-clear-button, +.textarea.focused .input-clear-button, +.select.focused .input-clear-button, +.tag-input.focused .input-clear-button, +.spinner.focused .input-clear-button, +input[type=text]:hover .input-clear-button, +input[type=password]:hover .input-clear-button, +input[type=tel]:hover .input-clear-button, +input[type=datetime-local]:hover .input-clear-button, +input[type=email]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +input[type=month]:hover .input-clear-button, +input[type=number]:hover .input-clear-button, +input[type=search]:hover .input-clear-button, +input[type=time]:hover .input-clear-button, +input[type=url]:hover .input-clear-button, +input[type=week]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +select:hover .input-clear-button, +textarea:hover .input-clear-button, +.file:hover .input-clear-button, +.input:hover .input-clear-button, +.textarea:hover .input-clear-button, +.select:hover .input-clear-button, +.tag-input:hover .input-clear-button, +.spinner:hover .input-clear-button, +input[type=text]:focus .input-reveal-button, +input[type=password]:focus .input-reveal-button, +input[type=tel]:focus .input-reveal-button, +input[type=datetime-local]:focus .input-reveal-button, +input[type=email]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +input[type=month]:focus .input-reveal-button, +input[type=number]:focus .input-reveal-button, +input[type=search]:focus .input-reveal-button, +input[type=time]:focus .input-reveal-button, +input[type=url]:focus .input-reveal-button, +input[type=week]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +select:focus .input-reveal-button, +textarea:focus .input-reveal-button, +.file:focus .input-reveal-button, +.input:focus .input-reveal-button, +.textarea:focus .input-reveal-button, +.select:focus .input-reveal-button, +.tag-input:focus .input-reveal-button, +.spinner:focus .input-reveal-button, +input[type=text].focused .input-reveal-button, +input[type=password].focused .input-reveal-button, +input[type=tel].focused .input-reveal-button, +input[type=datetime-local].focused .input-reveal-button, +input[type=email].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +input[type=month].focused .input-reveal-button, +input[type=number].focused .input-reveal-button, +input[type=search].focused .input-reveal-button, +input[type=time].focused .input-reveal-button, +input[type=url].focused .input-reveal-button, +input[type=week].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +select.focused .input-reveal-button, +textarea.focused .input-reveal-button, +.file.focused .input-reveal-button, +.input.focused .input-reveal-button, +.textarea.focused .input-reveal-button, +.select.focused .input-reveal-button, +.tag-input.focused .input-reveal-button, +.spinner.focused .input-reveal-button, +input[type=text]:hover .input-reveal-button, +input[type=password]:hover .input-reveal-button, +input[type=tel]:hover .input-reveal-button, +input[type=datetime-local]:hover .input-reveal-button, +input[type=email]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +input[type=month]:hover .input-reveal-button, +input[type=number]:hover .input-reveal-button, +input[type=search]:hover .input-reveal-button, +input[type=time]:hover .input-reveal-button, +input[type=url]:hover .input-reveal-button, +input[type=week]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +select:hover .input-reveal-button, +textarea:hover .input-reveal-button, +.file:hover .input-reveal-button, +.input:hover .input-reveal-button, +.textarea:hover .input-reveal-button, +.select:hover .input-reveal-button, +.tag-input:hover .input-reveal-button, +.spinner:hover .input-reveal-button { + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -.input.input-large input { - height: 48px; - font-size: 1.3rem; - padding: 0 10px; - line-height: 48px; +input[type=text]:focus, +input[type=password]:focus, +input[type=tel]:focus, +input[type=datetime-local]:focus, +input[type=email]:focus, +input[type=file]:focus, +input[type=month]:focus, +input[type=number]:focus, +input[type=search]:focus, +input[type=time]:focus, +input[type=url]:focus, +input[type=week]:focus, +input[type=file]:focus, +select:focus, +textarea:focus, +.file:focus, +.input:focus, +.textarea:focus, +.select:focus, +.tag-input:focus, +.spinner:focus, +input[type=text].focused, +input[type=password].focused, +input[type=tel].focused, +input[type=datetime-local].focused, +input[type=email].focused, +input[type=file].focused, +input[type=month].focused, +input[type=number].focused, +input[type=search].focused, +input[type=time].focused, +input[type=url].focused, +input[type=week].focused, +input[type=file].focused, +select.focused, +textarea.focused, +.file.focused, +.input.focused, +.textarea.focused, +.select.focused, +.tag-input.focused, +.spinner.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); } -.input.input-large .button { - height: 48px; - min-width: 48px; - font-size: 1.3rem; +input[type=text]:focus .input-clear-button, +input[type=password]:focus .input-clear-button, +input[type=tel]:focus .input-clear-button, +input[type=datetime-local]:focus .input-clear-button, +input[type=email]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +input[type=month]:focus .input-clear-button, +input[type=number]:focus .input-clear-button, +input[type=search]:focus .input-clear-button, +input[type=time]:focus .input-clear-button, +input[type=url]:focus .input-clear-button, +input[type=week]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +select:focus .input-clear-button, +textarea:focus .input-clear-button, +.file:focus .input-clear-button, +.input:focus .input-clear-button, +.textarea:focus .input-clear-button, +.select:focus .input-clear-button, +.tag-input:focus .input-clear-button, +.spinner:focus .input-clear-button, +input[type=text].focused .input-clear-button, +input[type=password].focused .input-clear-button, +input[type=tel].focused .input-clear-button, +input[type=datetime-local].focused .input-clear-button, +input[type=email].focused .input-clear-button, +input[type=file].focused .input-clear-button, +input[type=month].focused .input-clear-button, +input[type=number].focused .input-clear-button, +input[type=search].focused .input-clear-button, +input[type=time].focused .input-clear-button, +input[type=url].focused .input-clear-button, +input[type=week].focused .input-clear-button, +input[type=file].focused .input-clear-button, +select.focused .input-clear-button, +textarea.focused .input-clear-button, +.file.focused .input-clear-button, +.input.focused .input-clear-button, +.textarea.focused .input-clear-button, +.select.focused .input-clear-button, +.tag-input.focused .input-clear-button, +.spinner.focused .input-clear-button, +input[type=text]:hover .input-clear-button, +input[type=password]:hover .input-clear-button, +input[type=tel]:hover .input-clear-button, +input[type=datetime-local]:hover .input-clear-button, +input[type=email]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +input[type=month]:hover .input-clear-button, +input[type=number]:hover .input-clear-button, +input[type=search]:hover .input-clear-button, +input[type=time]:hover .input-clear-button, +input[type=url]:hover .input-clear-button, +input[type=week]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +select:hover .input-clear-button, +textarea:hover .input-clear-button, +.file:hover .input-clear-button, +.input:hover .input-clear-button, +.textarea:hover .input-clear-button, +.select:hover .input-clear-button, +.tag-input:hover .input-clear-button, +.spinner:hover .input-clear-button, +input[type=text]:focus .input-reveal-button, +input[type=password]:focus .input-reveal-button, +input[type=tel]:focus .input-reveal-button, +input[type=datetime-local]:focus .input-reveal-button, +input[type=email]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +input[type=month]:focus .input-reveal-button, +input[type=number]:focus .input-reveal-button, +input[type=search]:focus .input-reveal-button, +input[type=time]:focus .input-reveal-button, +input[type=url]:focus .input-reveal-button, +input[type=week]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +select:focus .input-reveal-button, +textarea:focus .input-reveal-button, +.file:focus .input-reveal-button, +.input:focus .input-reveal-button, +.textarea:focus .input-reveal-button, +.select:focus .input-reveal-button, +.tag-input:focus .input-reveal-button, +.spinner:focus .input-reveal-button, +input[type=text].focused .input-reveal-button, +input[type=password].focused .input-reveal-button, +input[type=tel].focused .input-reveal-button, +input[type=datetime-local].focused .input-reveal-button, +input[type=email].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +input[type=month].focused .input-reveal-button, +input[type=number].focused .input-reveal-button, +input[type=search].focused .input-reveal-button, +input[type=time].focused .input-reveal-button, +input[type=url].focused .input-reveal-button, +input[type=week].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +select.focused .input-reveal-button, +textarea.focused .input-reveal-button, +.file.focused .input-reveal-button, +.input.focused .input-reveal-button, +.textarea.focused .input-reveal-button, +.select.focused .input-reveal-button, +.tag-input.focused .input-reveal-button, +.spinner.focused .input-reveal-button, +input[type=text]:hover .input-reveal-button, +input[type=password]:hover .input-reveal-button, +input[type=tel]:hover .input-reveal-button, +input[type=datetime-local]:hover .input-reveal-button, +input[type=email]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +input[type=month]:hover .input-reveal-button, +input[type=number]:hover .input-reveal-button, +input[type=search]:hover .input-reveal-button, +input[type=time]:hover .input-reveal-button, +input[type=url]:hover .input-reveal-button, +input[type=week]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +select:hover .input-reveal-button, +textarea:hover .input-reveal-button, +.file:hover .input-reveal-button, +.input:hover .input-reveal-button, +.textarea:hover .input-reveal-button, +.select:hover .input-reveal-button, +.tag-input:hover .input-reveal-button, +.spinner:hover .input-reveal-button { + visibility: visible; } -.input.input-large .button [class*=mif-] { - font-size: 1.3rem; +input[type=text]:disabled, +input[type=password]:disabled, +input[type=tel]:disabled, +input[type=datetime-local]:disabled, +input[type=email]:disabled, +input[type=file]:disabled, +input[type=month]:disabled, +input[type=number]:disabled, +input[type=search]:disabled, +input[type=time]:disabled, +input[type=url]:disabled, +input[type=week]:disabled, +input[type=file]:disabled, +select:disabled, +textarea:disabled, +.file:disabled, +.input:disabled, +.textarea:disabled, +.select:disabled, +.tag-input:disabled, +.spinner:disabled, +input[type=text].disabled, +input[type=password].disabled, +input[type=tel].disabled, +input[type=datetime-local].disabled, +input[type=email].disabled, +input[type=file].disabled, +input[type=month].disabled, +input[type=number].disabled, +input[type=search].disabled, +input[type=time].disabled, +input[type=url].disabled, +input[type=week].disabled, +input[type=file].disabled, +select.disabled, +textarea.disabled, +.file.disabled, +.input.disabled, +.textarea.disabled, +.select.disabled, +.tag-input.disabled, +.spinner.disabled { + pointer-events: none; + border-color: #ebebeb; + background-color: #e9e9e9; } -.input.input-large .button .default-icon-cross, -.input.input-large .button .default-icon-eye { - width: 21px; - height: 21px; -} -.input.input-large .button .input-clear-button, -.input.input-large .button .input-reveal-button { - width: 48px; - padding: 0; -} -.input.input-large input[placeholder] { - font-size: 1.1rem; -} -.input.input-large input::-moz-placeholder { - font-size: 1.1rem; -} -.input.input-large input:-moz-placeholder { - font-size: 1.1rem; -} -.input.input-large input:-ms-input-placeholder { - font-size: 1.1rem; -} -.input.input-large .append, -.input.input-large .prepend { - height: 48px; - line-height: 48px; - padding: 0 0.5rem; - font-size: 1.3rem; -} -input.input-large { - height: 48px; - font-size: 1.3rem; - padding: 0 10px; -} -input.input-large[placeholder] { - font-size: 1.1rem; -} -input.input-large::-moz-placeholder { - font-size: 1.1rem; -} -input.input-large:-moz-placeholder { - font-size: 1.1rem; -} -input.input-large:-ms-input-placeholder { - font-size: 1.1rem; -} -.input.input-small { - height: 28px; -} -.input.input-small input { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; - line-height: 26px; -} -.input.input-small .button { - height: 26px; - min-width: 26px; - font-size: 0.9rem; +input[type=text].hide-cursor input, +input[type=password].hide-cursor input, +input[type=tel].hide-cursor input, +input[type=datetime-local].hide-cursor input, +input[type=email].hide-cursor input, +input[type=file].hide-cursor input, +input[type=month].hide-cursor input, +input[type=number].hide-cursor input, +input[type=search].hide-cursor input, +input[type=time].hide-cursor input, +input[type=url].hide-cursor input, +input[type=week].hide-cursor input, +input[type=file].hide-cursor input, +select.hide-cursor input, +textarea.hide-cursor input, +.file.hide-cursor input, +.input.hide-cursor input, +.textarea.hide-cursor input, +.select.hide-cursor input, +.tag-input.hide-cursor input, +.spinner.hide-cursor input { + color: transparent; + text-shadow: 0 0 0 #1d1d1d; } -.input.input-small .button [class*=mif-] { - font-size: 0.9rem; +input[type=text]::-ms-clear, +input[type=password]::-ms-clear, +input[type=tel]::-ms-clear, +input[type=datetime-local]::-ms-clear, +input[type=email]::-ms-clear, +input[type=file]::-ms-clear, +input[type=month]::-ms-clear, +input[type=number]::-ms-clear, +input[type=search]::-ms-clear, +input[type=time]::-ms-clear, +input[type=url]::-ms-clear, +input[type=week]::-ms-clear, +input[type=file]::-ms-clear, +select::-ms-clear, +textarea::-ms-clear, +.file::-ms-clear, +.input::-ms-clear, +.textarea::-ms-clear, +.select::-ms-clear, +.tag-input::-ms-clear, +.spinner::-ms-clear { + display: none; } -.input.input-small .button .default-icon-cross, -.input.input-small .button .default-icon-eye { - width: 14px; - height: 14px; +input[type=text]::-ms-reveal, +input[type=password]::-ms-reveal, +input[type=tel]::-ms-reveal, +input[type=datetime-local]::-ms-reveal, +input[type=email]::-ms-reveal, +input[type=file]::-ms-reveal, +input[type=month]::-ms-reveal, +input[type=number]::-ms-reveal, +input[type=search]::-ms-reveal, +input[type=time]::-ms-reveal, +input[type=url]::-ms-reveal, +input[type=week]::-ms-reveal, +input[type=file]::-ms-reveal, +select::-ms-reveal, +textarea::-ms-reveal, +.file::-ms-reveal, +.input::-ms-reveal, +.textarea::-ms-reveal, +.select::-ms-reveal, +.tag-input::-ms-reveal, +.spinner::-ms-reveal { + display: none; } -.input.input-small .input-clear-button, -.input.input-small .input-reveal-button { - width: 26px; - padding: 0; +input[type=text]::-webkit-clear-button, +input[type=password]::-webkit-clear-button, +input[type=tel]::-webkit-clear-button, +input[type=datetime-local]::-webkit-clear-button, +input[type=email]::-webkit-clear-button, +input[type=file]::-webkit-clear-button, +input[type=month]::-webkit-clear-button, +input[type=number]::-webkit-clear-button, +input[type=search]::-webkit-clear-button, +input[type=time]::-webkit-clear-button, +input[type=url]::-webkit-clear-button, +input[type=week]::-webkit-clear-button, +input[type=file]::-webkit-clear-button, +select::-webkit-clear-button, +textarea::-webkit-clear-button, +.file::-webkit-clear-button, +.input::-webkit-clear-button, +.textarea::-webkit-clear-button, +.select::-webkit-clear-button, +.tag-input::-webkit-clear-button, +.spinner::-webkit-clear-button { + display: none; } -.input.input-small input[placeholder] { - font-size: 0.8rem; +input[type=text]::-webkit-inner-spin-button, +input[type=password]::-webkit-inner-spin-button, +input[type=tel]::-webkit-inner-spin-button, +input[type=datetime-local]::-webkit-inner-spin-button, +input[type=email]::-webkit-inner-spin-button, +input[type=file]::-webkit-inner-spin-button, +input[type=month]::-webkit-inner-spin-button, +input[type=number]::-webkit-inner-spin-button, +input[type=search]::-webkit-inner-spin-button, +input[type=time]::-webkit-inner-spin-button, +input[type=url]::-webkit-inner-spin-button, +input[type=week]::-webkit-inner-spin-button, +input[type=file]::-webkit-inner-spin-button, +select::-webkit-inner-spin-button, +textarea::-webkit-inner-spin-button, +.file::-webkit-inner-spin-button, +.input::-webkit-inner-spin-button, +.textarea::-webkit-inner-spin-button, +.select::-webkit-inner-spin-button, +.tag-input::-webkit-inner-spin-button, +.spinner::-webkit-inner-spin-button { + height: 100%; } -.input.input-small input::-moz-placeholder { - font-size: 0.8rem; +input[type=text].required, +input[type=password].required, +input[type=tel].required, +input[type=datetime-local].required, +input[type=email].required, +input[type=file].required, +input[type=month].required, +input[type=number].required, +input[type=search].required, +input[type=time].required, +input[type=url].required, +input[type=week].required, +input[type=file].required, +select.required, +textarea.required, +.file.required, +.input.required, +.textarea.required, +.select.required, +.tag-input.required, +.spinner.required { + border: 1px #1ba1e2 dashed !important; } -.input.input-small input:-moz-placeholder { - font-size: 0.8rem; +input[type=text].required:focus, +input[type=password].required:focus, +input[type=tel].required:focus, +input[type=datetime-local].required:focus, +input[type=email].required:focus, +input[type=file].required:focus, +input[type=month].required:focus, +input[type=number].required:focus, +input[type=search].required:focus, +input[type=time].required:focus, +input[type=url].required:focus, +input[type=week].required:focus, +input[type=file].required:focus, +select.required:focus, +textarea.required:focus, +.file.required:focus, +.input.required:focus, +.textarea.required:focus, +.select.required:focus, +.tag-input.required:focus, +.spinner.required:focus, +input[type=text].required.focused, +input[type=password].required.focused, +input[type=tel].required.focused, +input[type=datetime-local].required.focused, +input[type=email].required.focused, +input[type=file].required.focused, +input[type=month].required.focused, +input[type=number].required.focused, +input[type=search].required.focused, +input[type=time].required.focused, +input[type=url].required.focused, +input[type=week].required.focused, +input[type=file].required.focused, +select.required.focused, +textarea.required.focused, +.file.required.focused, +.input.required.focused, +.textarea.required.focused, +.select.required.focused, +.tag-input.required.focused, +.spinner.required.focused { + -webkit-box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; + box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; } -.input.input-small input:-ms-input-placeholder { - font-size: 0.8rem; +input[type=text].invalid, +input[type=password].invalid, +input[type=tel].invalid, +input[type=datetime-local].invalid, +input[type=email].invalid, +input[type=file].invalid, +input[type=month].invalid, +input[type=number].invalid, +input[type=search].invalid, +input[type=time].invalid, +input[type=url].invalid, +input[type=week].invalid, +input[type=file].invalid, +select.invalid, +textarea.invalid, +.file.invalid, +.input.invalid, +.textarea.invalid, +.select.invalid, +.tag-input.invalid, +.spinner.invalid { + border: 1px #CE352C solid !important; } -.input.input-small .append, -.input.input-small .prepend { - height: 26px; - line-height: 26px; - padding: 0 0.5rem; - font-size: 0.9rem; +input[type=text].invalid:focus, +input[type=password].invalid:focus, +input[type=tel].invalid:focus, +input[type=datetime-local].invalid:focus, +input[type=email].invalid:focus, +input[type=file].invalid:focus, +input[type=month].invalid:focus, +input[type=number].invalid:focus, +input[type=search].invalid:focus, +input[type=time].invalid:focus, +input[type=url].invalid:focus, +input[type=week].invalid:focus, +input[type=file].invalid:focus, +select.invalid:focus, +textarea.invalid:focus, +.file.invalid:focus, +.input.invalid:focus, +.textarea.invalid:focus, +.select.invalid:focus, +.tag-input.invalid:focus, +.spinner.invalid:focus, +input[type=text].invalid.focused, +input[type=password].invalid.focused, +input[type=tel].invalid.focused, +input[type=datetime-local].invalid.focused, +input[type=email].invalid.focused, +input[type=file].invalid.focused, +input[type=month].invalid.focused, +input[type=number].invalid.focused, +input[type=search].invalid.focused, +input[type=time].invalid.focused, +input[type=url].invalid.focused, +input[type=week].invalid.focused, +input[type=file].invalid.focused, +select.invalid.focused, +textarea.invalid.focused, +.file.invalid.focused, +.input.invalid.focused, +.textarea.invalid.focused, +.select.invalid.focused, +.tag-input.invalid.focused, +.spinner.invalid.focused { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; } -input.input-small { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; +input[type=text].invalid::after, +input[type=password].invalid::after, +input[type=tel].invalid::after, +input[type=datetime-local].invalid::after, +input[type=email].invalid::after, +input[type=file].invalid::after, +input[type=month].invalid::after, +input[type=number].invalid::after, +input[type=search].invalid::after, +input[type=time].invalid::after, +input[type=url].invalid::after, +input[type=week].invalid::after, +input[type=file].invalid::after, +select.invalid::after, +textarea.invalid::after, +.file.invalid::after, +.input.invalid::after, +.textarea.invalid::after, +.select.invalid::after, +.tag-input.invalid::after, +.spinner.invalid::after { + position: absolute; + content: attr(data-exclaim); + color: #CE352C; + left: -16px; + top: 0; + font-size: 1.625rem; + font-weight: bold; } -input.input-small[placeholder] { - font-size: 0.8rem; +input[type=text].valid, +input[type=password].valid, +input[type=tel].valid, +input[type=datetime-local].valid, +input[type=email].valid, +input[type=file].valid, +input[type=month].valid, +input[type=number].valid, +input[type=search].valid, +input[type=time].valid, +input[type=url].valid, +input[type=week].valid, +input[type=file].valid, +select.valid, +textarea.valid, +.file.valid, +.input.valid, +.textarea.valid, +.select.valid, +.tag-input.valid, +.spinner.valid { + border: 1px #60a917 solid !important; } -input.input-small::-moz-placeholder { - font-size: 0.8rem; +input[type=text].valid:focus, +input[type=password].valid:focus, +input[type=tel].valid:focus, +input[type=datetime-local].valid:focus, +input[type=email].valid:focus, +input[type=file].valid:focus, +input[type=month].valid:focus, +input[type=number].valid:focus, +input[type=search].valid:focus, +input[type=time].valid:focus, +input[type=url].valid:focus, +input[type=week].valid:focus, +input[type=file].valid:focus, +select.valid:focus, +textarea.valid:focus, +.file.valid:focus, +.input.valid:focus, +.textarea.valid:focus, +.select.valid:focus, +.tag-input.valid:focus, +.spinner.valid:focus, +input[type=text].valid.focused, +input[type=password].valid.focused, +input[type=tel].valid.focused, +input[type=datetime-local].valid.focused, +input[type=email].valid.focused, +input[type=file].valid.focused, +input[type=month].valid.focused, +input[type=number].valid.focused, +input[type=search].valid.focused, +input[type=time].valid.focused, +input[type=url].valid.focused, +input[type=week].valid.focused, +input[type=file].valid.focused, +select.valid.focused, +textarea.valid.focused, +.file.valid.focused, +.input.valid.focused, +.textarea.valid.focused, +.select.valid.focused, +.tag-input.valid.focused, +.spinner.valid.focused { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; } -input.input-small:-moz-placeholder { - font-size: 0.8rem; +input[type=button], +input[type=submit], +input[type=reset] { + width: auto; } -input.input-small:-ms-input-placeholder { - font-size: 0.8rem; +label { + margin-bottom: 0.5rem; } -.input-material { - position: relative; - min-width: 196px; - height: 48px; - display: inline-block; - margin: 0; - width: 100%; - border: none; +.file .prepend, +.input .prepend, +.select .prepend, +.textarea .prepend, +.tag-input .prepend, +.spinner .prepend, +.file .append, +.input .append, +.select .append, +.textarea .append, +.tag-input .append, +.spinner .append { + padding: 0.5rem 0.75rem; + background-color: #f8f8f8; + color: #1d1d1d; + line-height: 1.25rem; + white-space: nowrap; } -.input-material input { +.hidden-input { + width: 1px; + height: 1px; position: absolute; - top: 16px; + top: 0; left: 0; - right: 0; - bottom: 8px; - border: 0; - border-bottom: 2px #dfdfdf solid; - background-color: transparent; - outline: none; - font-size: 16px; - padding-bottom: 8px; - padding-left: 0; - width: 100%; - z-index: 2; - height: 28px; - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.input-material hr { - content: ""; - display: block; - position: absolute; - width: 0; - opacity: 0; - height: 3px; - background-color: #bebebe; - bottom: -4px; - z-index: 2; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; -} -.input-material .label, -.input-material .informer { - position: absolute; - display: block; - z-index: 1; - color: inherit; - font-size: 12px; -} -.input-material .label { opacity: 0; - top: 16px; - left: 0; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; } -.input-material .informer { - opacity: 0; - bottom: 12px; - font-size: 12px; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +.file:disabled input, +.input:disabled input, +.textarea:disabled input, +.select:disabled input, +.tag-input:disabled input, +.spinner:disabled input, +.tag-input:disabled input, +.rating:disabled input, +.file.disabled input, +.input.disabled input, +.textarea.disabled input, +.select.disabled input, +.tag-input.disabled input, +.spinner.disabled input, +.tag-input.disabled input, +.rating.disabled input, +.file:disabled textarea, +.input:disabled textarea, +.textarea:disabled textarea, +.select:disabled textarea, +.tag-input:disabled textarea, +.spinner:disabled textarea, +.tag-input:disabled textarea, +.rating:disabled textarea, +.file.disabled textarea, +.input.disabled textarea, +.textarea.disabled textarea, +.select.disabled textarea, +.tag-input.disabled textarea, +.spinner.disabled textarea, +.tag-input.disabled textarea, +.rating.disabled textarea, +.file:disabled select, +.input:disabled select, +.textarea:disabled select, +.select:disabled select, +.tag-input:disabled select, +.spinner:disabled select, +.tag-input:disabled select, +.rating:disabled select, +.file.disabled select, +.input.disabled select, +.textarea.disabled select, +.select.disabled select, +.tag-input.disabled select, +.spinner.disabled select, +.tag-input.disabled select, +.rating.disabled select, +.file:disabled .select-input, +.input:disabled .select-input, +.textarea:disabled .select-input, +.select:disabled .select-input, +.tag-input:disabled .select-input, +.spinner:disabled .select-input, +.tag-input:disabled .select-input, +.rating:disabled .select-input, +.file.disabled .select-input, +.input.disabled .select-input, +.textarea.disabled .select-input, +.select.disabled .select-input, +.tag-input.disabled .select-input, +.spinner.disabled .select-input, +.tag-input.disabled .select-input, +.rating.disabled .select-input, +.file:disabled .caption, +.input:disabled .caption, +.textarea:disabled .caption, +.select:disabled .caption, +.tag-input:disabled .caption, +.spinner:disabled .caption, +.tag-input:disabled .caption, +.rating:disabled .caption, +.file.disabled .caption, +.input.disabled .caption, +.textarea.disabled .caption, +.select.disabled .caption, +.tag-input.disabled .caption, +.spinner.disabled .caption, +.tag-input.disabled .caption, +.rating.disabled .caption, +.file:disabled .stars li, +.input:disabled .stars li, +.textarea:disabled .stars li, +.select:disabled .stars li, +.tag-input:disabled .stars li, +.spinner:disabled .stars li, +.tag-input:disabled .stars li, +.rating:disabled .stars li, +.file.disabled .stars li, +.input.disabled .stars li, +.textarea.disabled .stars li, +.select.disabled .stars li, +.tag-input.disabled .stars li, +.spinner.disabled .stars li, +.tag-input.disabled .stars li, +.rating.disabled .stars li { + background: transparent; + color: #989898; } -.input-material input::-webkit-input-placeholder { - font-size: 1rem; - position: absolute; - left: 0; - z-index: 1; - opacity: 1; - color: #bebebe; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +.file:disabled .button-group, +.input:disabled .button-group, +.textarea:disabled .button-group, +.select:disabled .button-group, +.tag-input:disabled .button-group, +.spinner:disabled .button-group, +.tag-input:disabled .button-group, +.rating:disabled .button-group, +.file.disabled .button-group, +.input.disabled .button-group, +.textarea.disabled .button-group, +.select.disabled .button-group, +.tag-input.disabled .button-group, +.spinner.disabled .button-group, +.tag-input.disabled .button-group, +.rating.disabled .button-group { + display: none; } -.input-material .helper-button { - top: 8px; +.invalid_feedback { + font-size: 0.9em; + color: #CE352C; } -.input-material.full-size { - width: 100%; +.custom-validation input[required]:valid, +.custom-validation select[required]:valid, +.custom-validation textarea[required]:valid { + border-color: #60a917; } -.input-material input:hover { - border-color: #dfdfdf; +.custom-validation input[required]:valid + .invalid_feedback, +.custom-validation select[required]:valid + .invalid_feedback, +.custom-validation textarea[required]:valid + .invalid_feedback { + display: none; } -.input-material.with-icon { - margin-left: 32px; - width: calc(100% - 32px); +.custom-validation input[required]:invalid, +.custom-validation select[required]:invalid, +.custom-validation textarea[required]:invalid { + border-color: #CE352C; } -.input-material.with-icon .icon { - width: 24px; - height: 24px; - font-size: 24px; - line-height: 1; - position: absolute; - left: -32px; - top: 50%; - margin-top: -8px; +.custom-validation input[required]:invalid + .invalid_feedback, +.custom-validation select[required]:invalid + .invalid_feedback, +.custom-validation textarea[required]:invalid + .invalid_feedback { display: block; - opacity: 0.2; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; } -.input-material.with-icon .icon img { - width: 100%; - max-width: 100%; - height: 100%; - max-height: 100%; +.invalid_feedback { + display: none; } -.input-material.with-icon.full-size { - width: calc(100% - 32px) !important; +.invalid + .invalid_feedback, +.invalid > .invalid_feedback { + display: block !important; } -.input-material hr ~ input:focus { - border-bottom: 0; +::-webkit-search-cancel-button { + -webkit-appearance: none; } -.input-material input:focus ~ hr { - opacity: 1; - width: 100%; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +::-webkit-search-results-button { + -webkit-appearance: none; } -.input-material input:focus ~ .label { - opacity: 1; - top: 0; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +input[type=search] { + -webkit-appearance: none; } -.input-material input:focus::-webkit-input-placeholder { - opacity: 0; - -webkit-transform: translateX(100%); - transform: translateX(100%); - -webkit-transition: linear all 0.2s; - -o-transition: linear all 0.2s; - transition: linear all 0.2s; +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active { + -webkit-box-shadow: 0 0 0 1000px white inset; + background-color: #ffffff !important; + -webkit-transition: background-color 5000s ease-in-out 0s; + -o-transition: background-color 5000s ease-in-out 0s; + transition: background-color 5000s ease-in-out 0s; } -.input-material input:focus ~ .informer { - opacity: 1; - bottom: -0.75rem; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +::-webkit-input-placeholder { + font-size: 14px; } -.input-material input:focus ~ .icon { - opacity: 1; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +::-moz-placeholder { + font-size: 14px; } -.input-material.permanent-label input:not(:placeholder-shown) ~ .label { - top: 0; - opacity: 1; +:-moz-placeholder { + font-size: 14px; } -.input-material input:-webkit-autofill, -.input-material input:-webkit-autofill:hover, -.input-material input:-webkit-autofill:focus, -.input-material input:-webkit-autofill:active { - -webkit-transition: background-color 5000s ease-in-out 0s; - -o-transition: background-color 5000s ease-in-out 0s; - transition: background-color 5000s ease-in-out 0s; - -webkit-text-fill-color: #fff !important; +:-ms-input-placeholder { + font-size: 14px; } -.keypad { - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #d9d9d9; +.step-list { + margin: 0 0 0 3em; + padding: 0; + list-style-type: none; + counter-reset: li; } -.keypad input { - border: 0; +.step-list > li { + border-left: 1px #ccc solid; + position: relative; + padding: 0 0.625rem; + margin: 0.625rem; + vertical-align: top; } -.keypad .keys { - display: none; +.step-list > li::before { position: absolute; - top: 100%; + content: counter(li); + counter-increment: li; + font-size: 2rem; + color: #e4e4e4; left: 0; - width: auto; - float: left; - background-color: inherit; - color: inherit; - border: none; - padding: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - z-index: 1000; + top: 0.3125rem; + margin-left: -2em; + width: 1.8em; + text-align: right; } -.keypad .keys::before { - content: ''; +.custom-list-marker { + list-style: none inside; +} +.custom-list-marker li { + position: relative; + padding-left: 1.2em; +} +.custom-list-marker li::before { + content: attr(data-marker); position: absolute; - background-color: inherit; - width: 10px; - height: 10px; - border: 1px solid #dfdfdf; - z-index: 2; - left: -5px; + left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); - margin-top: -5px; - border-top-color: transparent; - border-right-color: transparent; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); } -.keypad .keys.open { +.items-list, +.feed-list { + margin: 0; + padding: 4px; + position: relative; display: block; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; + list-style: none inside; } -.keypad .keys.right { - left: 100%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - top: 50%; - margin-left: -1px; +.items-list .item, +.feed-list .item, +.items-list > li, +.feed-list > li { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + position: relative; + height: 56px; + padding: 8px 16px; + vertical-align: middle; + overflow: hidden; + cursor: default; } -.keypad .keys.bottom { - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - top: 100%; - margin-top: -1px; +.items-list .item .avatar, +.feed-list .item .avatar, +.items-list > li .avatar, +.feed-list > li .avatar { + width: 42px; + height: 42px; + border-radius: 50%; + position: absolute; + left: 16px; + top: 50%; + margin-top: -21px; + font-size: 32px; + line-height: 42px; } -.keypad .keys.bottom::before { - top: 0; - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); +.items-list .item .second-action, +.feed-list .item .second-action, +.items-list > li .second-action, +.feed-list > li .second-action { + position: absolute; + right: 16px; + width: 24px; + height: 24px; + font-size: 24px; + line-height: 24px; + top: 50%; + margin-top: -12px; + cursor: pointer; } -.keypad .keys.top { - top: 0; - left: 50%; - -webkit-transform: translateY(-100%) translateX(-50%); - -ms-transform: translateY(-100%) translateX(-50%); - transform: translateY(-100%) translateX(-50%); - margin-top: 1px; +.items-list .item .label, +.feed-list .item .label, +.items-list > li .label, +.feed-list > li .label, +.items-list .item .second-label, +.feed-list .item .second-label, +.items-list > li .second-label, +.feed-list > li .second-label { + display: block; } -.keypad .keys.top::before { - top: 100%; - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.items-list .item .label, +.feed-list .item .label, +.items-list > li .label, +.feed-list > li .label { + line-height: 1; } -.keypad .keys.left { - left: 0; - -webkit-transform: translateY(-50%) translateX(-100%); - -ms-transform: translateY(-50%) translateX(-100%); - transform: translateY(-50%) translateX(-100%); - top: 50%; - margin-left: 1px; +.items-list .item .second-label, +.feed-list .item .second-label, +.items-list > li .second-label, +.feed-list > li .second-label { + font-size: 0.9em; + color: #989898; + line-height: 1; } -.keypad .keys.left::before { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 100%; - margin-left: -5px; - -webkit-transform: rotate(225deg); - -ms-transform: rotate(225deg); - transform: rotate(225deg); +.items-list .item .avatar ~ .label, +.feed-list .item .avatar ~ .label, +.items-list > li .avatar ~ .label, +.feed-list > li .avatar ~ .label, +.items-list .item .avatar ~ .second-label, +.feed-list .item .avatar ~ .second-label, +.items-list > li .avatar ~ .second-label, +.feed-list > li .avatar ~ .second-label { + padding-left: 56px; } -.keypad .keys.bottom-left { - top: 100%; - left: 0; - margin-top: -1px; +.items-list .item + .item, +.feed-list .item + .item { + border-top: 1px #dfdfdf solid; } -.keypad .keys.bottom-left::before { - top: 0; - left: 0.625rem; - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); +.items-list > li + li, +.feed-list > li + li { + border-top: 1px #dfdfdf solid; } -.keypad .keys.bottom-right { - top: 100%; - left: 100%; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - margin-top: -1px; +.feed-list .title { + padding: 0 16px; + font-size: 18px; + font-weight: 500; + height: 36px; + line-height: 36px; + display: block; } -.keypad .keys.bottom-right::before { - top: 0; - left: 100%; - margin-left: -1rem; - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); +.feed-list .item + .title, +.feed-list li + .title { + margin-top: 32px; } -.keypad .keys.top-left { - top: 0; - left: 0; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - margin-top: 1px; +.feed-list .title + .item, +.feed-list .title + li, +.feed-list li + .title { + border-top: 1px transparent solid; } -.keypad .keys.top-left::before { - top: 100%; - left: 0.625rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.feed-list .item, +.feed-list > li { + height: 104px; + padding: 16px 0; + -ms-flex-pack: distribute; + justify-content: space-around; } -.keypad .keys.top-right { - top: 0; - left: 100%; - -webkit-transform: translateY(-100%) translateX(-100%); - -ms-transform: translateY(-100%) translateX(-100%); - transform: translateY(-100%) translateX(-100%); - margin-top: 1px; +.feed-list .item .avatar, +.feed-list > li .avatar { + position: absolute; + top: 16px; + left: 16px; + width: 96px; + height: 72px; + border-radius: 0; + margin-top: 0; } -.keypad .keys.top-right::before { - top: 100%; - left: 100%; - margin-left: -1rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.feed-list .item .second-label, +.feed-list > li .second-label { + font-size: 10px; } -.keypad .key { - display: block; - position: relative; - float: left; - background-color: inherit; - color: inherit; - margin: 0; - text-align: center; - border: 1px solid #dfdfdf; - font-size: 1rem; - cursor: pointer; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; +.feed-list .item .avatar ~ .label, +.feed-list > li .avatar ~ .label, +.feed-list .item .avatar ~ .second-label, +.feed-list > li .avatar ~ .second-label { + margin-left: 128px; + margin-right: 16px; + padding-left: 0; } -.keypad .key:hover { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - -webkit-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); - z-index: 2; +.feed-list .item .avatar.on-right, +.feed-list > li .avatar.on-right { + float: none; + left: auto; + right: 16px; } -.keypad .key.service-key { - background-color: #f8f8f8; +.feed-list .item .avatar.on-right ~ .label, +.feed-list > li .avatar.on-right ~ .label, +.feed-list .item .avatar.on-right ~ .second-label, +.feed-list > li .avatar.on-right ~ .second-label { + margin-left: 16px; + margin-right: 128px; } -.listview { - position: relative; +.group-list { margin: 0; - padding: 0; - max-height: 100%; - background-color: #ffffff; - color: #1d1d1d; + position: relative; + display: block; list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.listview.view-list, -.listview.view-content { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column wrap; - flex-flow: column wrap; -} -.listview.view-icons-medium, -.listview.view-icons-large, -.listview.view-icons, -.listview.view-tiles { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; + border: 1px solid #dfdfdf; } -.listview.view-icons-medium.vertical-layout, -.listview.view-icons-large.vertical-layout, -.listview.view-icons.vertical-layout { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column wrap; - flex-flow: column wrap; +.group-list .item, +.group-list > li { + display: block; + position: relative; + padding: 4px 8px; } -.listview.view-table { - display: table; +.group-list .item + .item, +.group-list > li + li { + border-top: 1px solid #dfdfdf; } -.listview .node { +.group-list.horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; - cursor: pointer; - position: relative; - font-size: 13px; - border: 1px solid transparent; - background-color: inherit; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } -.listview .node:hover { - background-color: #e5f3ff; +.group-list.horizontal .item, +.group-list.horizontal > li { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; } -.listview .node > .icon { - text-align: center; +.group-list.horizontal .item + .item, +.group-list.horizontal > li + li { + border-top: none; + border-left: 1px solid #dfdfdf; } -.listview .node > .icon img { - max-width: 100%; - height: 100%; +.inline-list { + list-style: none; + padding-left: 0; + margin-left: 0; } -.listview .node > .icon [class*=mif-], -.listview .node > .icon img { - vertical-align: initial; +.inline-list li { + display: inline-block; + margin-right: 0.625rem; } -.listview .node .checkbox, -.listview .node .radio, -.listview .node .switch { - height: auto; +.inline-list li:last-child { + margin-right: 0; } -.listview ul { - width: 100%; - margin: 0; - padding: 0; +.unstyled-list { list-style: none inside; + margin-left: 0; } -.listview .node > .data > .content, -.listview .node > .node-data { - display: none; +ol.decimal { + list-style-type: decimal; } -.listview:not(.selectable) .checkbox { - display: none; +ol.roman-upper { + list-style-type: upper-roman; } -.listview.view-list .node { - min-width: 160px; - line-height: 26px; - height: 26px; - padding: 0 8px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +ol.roman-lower { + list-style-type: lower-roman; } -.listview.view-list .node > .icon { - width: 20px; - height: 20px; - line-height: 26px; - font-size: 18px; +ol.alpha-upper { + list-style-type: upper-alpha; } -.listview.view-list .node > .data { - line-height: 26px; - padding-left: 24px; +ol.alpha-lower { + list-style-type: lower-alpha; } -.listview.view-list .node > .icon ~ .data { - padding-left: 8px; +ol.latin-upper { + list-style-type: upper-latin; } -.listview.view-table .icon { - width: 20px; - height: 20px; - line-height: 26px; - font-size: 18px; +ol.latin-lower { + list-style-type: lower-latin; } -.listview.view-table .icon > * { - width: 100%; +.no-style { + list-style-type: none; } -.listview.view-table > li .data > .caption { - padding: 0 0.5rem; - line-height: 26px; +.overlay { + position: fixed; + left: 0; + top: 0; + right: 0; + bottom: 0; + background-color: rgba(255, 255, 255, 0.5); + z-index: 1040; } -.listview.view-table > li { - display: table-row; +.overlay.transparent { + background-color: rgba(255, 255, 255, 0); } -.listview.view-table > li > * { - display: table-cell; +.global-overlay { + z-index: 2000 !important; } -.listview.view-table .node-data { - display: table-cell; - width: auto; - line-height: 26px; +.global-dialog { + z-index: 2001 !important; } -.listview.view-content .node { +.fixed-top, +.fixed-bottom { + position: fixed; + left: 0; + right: 0; width: 100%; - min-height: 50px; - padding: 10px 16px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; } -.listview.view-content .node > .icon { - width: 32px; - height: 32px; - line-height: 32px; - font-size: 28px; +.fixed-top { + top: 0; + bottom: auto; } -.listview.view-content .node > .data { - padding-left: 64px; - font-size: 16px; - line-height: 32px; - width: 100%; +.fixed-bottom { + top: auto; + bottom: 0; } -.listview.view-content .node > .data .caption, -.listview.view-content .node > .data .content { - display: block; - line-height: 16px; - height: 16px; +.pos-relative { + position: relative!important; } -.listview.view-content .node > .data .content { - font-size: 0.8em; +.pos-absolute { + position: absolute!important; } -.listview.view-content .node > .icon ~ .data { - padding-left: 16px; +.pos-static { + position: static!important; } -.listview.view-content .node + .node { - border-top: 1px solid #dfdfdf; +.pos-fixed { + position: fixed!important; } -.listview.view-tiles .node { - width: 250px; - height: 56px; - padding: 5px 16px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.put-n { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } -.listview.view-tiles .node > .icon { - width: 46px; - height: 46px; - line-height: 46px; - font-size: 42px; +.put-nw { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } -.listview.view-tiles .node > .data { - padding-left: 78px; - font-size: 16px; - line-height: 46px; +.put-ne { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } -.listview.view-tiles .node > .icon + .data { - padding-left: 16px; +.put-wn { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } -.listview.view-icons .node, -.listview.view-icons-medium .node, -.listview.view-icons-large .node { - width: 74px; - height: auto; - padding: 8px 8px 2px; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin: 2px; +.put-w { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } -.listview.view-icons .node > .icon, -.listview.view-icons-medium .node > .icon, -.listview.view-icons-large .node > .icon { - width: 44px; - height: 44px; - line-height: 44px; - font-size: 42px; +.put-ws { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } -.listview.view-icons .node > .data, -.listview.view-icons-medium .node > .data, -.listview.view-icons-large .node > .data { - line-height: 1.5; - white-space: normal; - text-align: center; +.put-en { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } -.listview.view-icons .node .checkbox, -.listview.view-icons-medium .node .checkbox, -.listview.view-icons-large .node .checkbox { - position: absolute; - top: 0; - left: 0; +.put-e { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } -.listview.view-icons-medium .node { - width: 104px; - margin: 1px; +.put-es { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } -.listview.view-icons-medium .node > .icon { - width: 74px; - height: 74px; - line-height: 74px; - font-size: 70px; +.put-s { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; } -.listview.view-icons-large .node { - width: 270px; - margin: 2px; - padding: 30px; +.put-sw { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } -.listview.view-icons-large .node > .icon { - width: 162px; - height: 162px; - line-height: 162px; - font-size: 140px; +.put-se { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } -.listview .node.current-select { - background-color: #cce8ff; - border-color: #84bcea !important; +.put-left { + left: 0!important; + right: auto!important; } -.listview .node-group { - display: block; - width: 100%; - position: relative; - line-height: 24px; - -ms-flex-negative: 0; - flex-shrink: 0; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.put-right { + left: auto!important; + right: 0!important; } -.listview .node-group > .data { - padding-left: 24px; - line-height: 24px; - font-size: 18px; +.pos-top-left { + top: 0!important; + left: 0!important; + right: auto!important; + bottom: auto!important; } -.listview .node-group .node-toggle { - position: relative; - cursor: pointer; - padding-right: 1.5rem !important; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.pos-top-center { + top: 0!important; + left: 50%!important; + right: auto!important; + bottom: auto!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } -.listview .node-group .node-toggle::before { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 0.3125rem; - width: 0.3125rem; - background-color: transparent; - border-left: 1px solid; - border-bottom: 1px solid; - border-color: #1d1d1d; - top: 50%; - left: 100%; - margin-left: -1rem; - margin-top: -0.1625rem; - z-index: 2; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - -webkit-transform-origin: center center 1px; - -ms-transform-origin: center center 1px; - transform-origin: center center 1px; -} -.listview .node-group .node-toggle { - position: absolute; - left: 0; - top: 0; - width: 24px; - height: 24px; -} -.listview .node-group .node-toggle::before { - -webkit-transform: rotate(-135deg); - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); -} -.listview .node-group.expanded > .node-toggle::before { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.listview .node-group + .node-group { - margin-top: 0.5rem; -} -.listview .node-group + .listview { - margin-top: 0.5rem; -} -.master { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - color: #1d1d1d; - background-color: #ffffff; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - overflow: visible; -} -.master .controls, -.master .pages, -.master .page { - background-color: transparent; - color: inherit; -} -.master .controls { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - line-height: 40px; - font-size: 20px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - margin: 20px 0 20px; -} -.master .controls .prev, -.master .controls .next, -.master .controls .title { - display: block; - position: relative; - line-height: 40px; - text-align: center; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.master .controls .prev, -.master .controls .next { - width: 40px; - height: 40px; - cursor: pointer; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.master .controls .prev.disabled, -.master .controls .next.disabled { - color: #bebebe; -} -.master .controls .title { - width: 100%; -} -.master .controls .prev { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.master .controls .next { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.master .controls .title { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.master .pages { - position: relative; - display: block; - border-top: 1px solid #dfdfdf; - border-bottom: 1px solid #dfdfdf; - width: 100%; - height: auto; - min-width: 1rem; -} -.master .page { - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: auto; - overflow: visible; - padding: 2rem; -} -.master .controls-top { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.master .controls-bottom { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.master .pages { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.pos-top-right { + right: 0!important; + top: 0!important; + left: auto!important; + bottom: auto!important; } -.media-player { - display: block; - position: relative; - width: 100%; - background: #000; - height: auto; - overflow: hidden; - z-index: 1; +.pos-bottom-left { + top: auto!important; + right: auto!important; + left: 0!important; + bottom: 0!important; } -.media-player video { - width: 100%; - height: 100%; - z-index: 1; +.pos-bottom-center { + top: auto!important; + left: 50%!important; + bottom: 0!important; + right: auto!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } -.media-player .logo { - display: block; - position: absolute; - top: 1.25rem; - right: 1.25rem; - z-index: 3; - height: 32px; +.pos-bottom-right { + bottom: 0!important; + right: 0!important; + top: auto!important; + left: auto!important; } -.media-player .logo img { - height: 32px; +.pos-left-center { + left: 0!important; + top: 50%!important; + bottom: auto!important; + right: auto!important; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); } -.media-player .preloader { - display: none; - position: absolute; +.pos-right-center { + right: 0; top: 50%; - left: 50%; + bottom: auto; + left: auto; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} +.pos-center { + top: 50%!important; + left: 50%!important; + bottom: auto!important; + right: auto!important; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } -.media-player .preloader.show { - display: block; -} -.media-player .controls { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: auto; - z-index: 2147483647; - background-color: rgba(34, 34, 34, 0.5); -} -.media-player .controls.outside { - position: relative; -} -.media-player .stream { - display: block; - padding: 0.625rem; - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - width: 100%; - position: relative; - overflow: hidden; -} -.media-player .stream .slider { - height: 0.875rem; -} -.media-player .load-audio { - padding: 0; - display: block; - position: absolute; - bottom: 4px; - left: 0.625rem; - width: calc(100% - 1.25rem); -} -.media-player button:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.media-player .controls > button, -.media-player .info-box, -.media-player .volume { - background-color: inherit; - color: #555555; - -ms-flex-negative: 0; - flex-shrink: 0; - height: 36px; - text-align: center; -} -.media-player .controls > button:hover, -.media-player .info-box:hover, -.media-player .volume:hover { - color: #ffffff; -} -.media-player .controls > button.active, -.media-player .info-box.active, -.media-player .volume.active { - background-color: rgba(111, 111, 111, 0.5); -} -.media-player .loop { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - display: none; -} -.media-player .play { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.media-player .stop { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - display: none; -} -.media-player .info-box { - position: relative; - width: auto; - display: block; - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - background: rgba(34, 34, 34, 0.5); - color: #ffffff; - padding: 0.625rem; - font-size: 0.6875rem; - text-align: center; - height: 36px; - -ms-flex-negative: 1; - flex-shrink: 1; - white-space: nowrap; - border: none; -} -.media-player .mute { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; -} -.media-player .volume { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - width: 96px; - padding: 0 0.625rem; - background: rgba(34, 34, 34, 0.5); - display: none; -} -.media-player .full { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; -} -:-webkit-full-screen { - width: 100%; - height: 100%; - z-index: 2147483647; -} -:-ms-fullscreen { - width: 100%; -} -.media-player.full-screen { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 2147483647; - max-height: 100%!important; - height: 100%!important; -} -.media-player .default-icon-loop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-play { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-pause { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-stop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-mute { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-low-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-medium-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-high-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-enlarge { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-shrink { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-playlist { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-next { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-prev { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-first { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-last { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-forward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-absolute { + z-index: 500 !important; } -.media-player .default-icon-backward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-dropdown { + z-index: 1000 !important; } -.media-player .default-icon-share { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-sticky { + z-index: 1020 !important; } -.media-player .default-icon-equalizer { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-fixed { + z-index: 1030 !important; } -.media-player .default-icon-eject { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-modal-backdrop { + z-index: 1040 !important; } -.media-player .default-icon-shuffle { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-modal { + z-index: 1050 !important; } -.media-player .default-icon-random { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-popover { + z-index: 1060 !important; } -.media-player.light { - background-color: #f8f8f8; +.z-tooltip { + z-index: 1070 !important; } -.media-player.light .controls { - background-color: inherit; +.z-top { + z-index: 1080 !important; } -.media-player.light .controls .info-box, -.media-player.light .controls .volume { - background-color: inherit; - color: #1d1d1d; +.z-notify { + z-index: 1085 !important; } -.media-player.light .slider .buffer { - height: 2px!important; - background-color: #41545e; +.z-charms { + z-index: 1090 !important; } -.media-player.light .default-icon-loop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-overlay { + z-index: 2000 !important; } -.media-player.light .default-icon-play { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-fullscreen { + z-index: 2147483647 !important; } -.media-player.light .default-icon-pause { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-1 { + z-index: 1!important; } -.media-player.light .default-icon-stop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-2 { + z-index: 2!important; } -.media-player.light .default-icon-mute { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-3 { + z-index: 3!important; } -.media-player.light .default-icon-low-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-4 { + z-index: 4!important; } -.media-player.light .default-icon-medium-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-5 { + z-index: 5!important; } -.media-player.light .default-icon-high-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-6 { + z-index: 6!important; } -.media-player.light .default-icon-enlarge { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-7 { + z-index: 7!important; } -.media-player.light .default-icon-shrink { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-8 { + z-index: 8!important; } -.media-player.light .default-icon-playlist { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-9 { + z-index: 9!important; } -.media-player.light .default-icon-next { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-prev { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-first { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-last { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-forward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-backward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-share { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-equalizer { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-eject { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-shuffle { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-random { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .controls > button.active { - background-color: #dfdfdf; -} -.audio-player { - overflow: visible; -} -.audio-player .controls { - position: relative; -} -@media screen and (min-width: 576px) { - .media-player .volume, - .media-player .loop, - .media-player .stop { - display: block; - } -} -.more-info-box { - height: 128px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - background-color: #ffffff; -} -.more-info-box .icon, -.more-info-box .content { - position: relative; -} -.more-info-box .icon { - height: 64px; - width: 64px; - -ms-flex-negative: 0; - flex-shrink: 0; - text-align: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - margin-left: auto; - margin-right: 16px; - margin-top: 16px; - -webkit-transition: -webkit-transform 0.3s ease; - transition: -webkit-transform 0.3s ease; - -o-transition: transform 0.3s ease; - transition: transform 0.3s ease; - transition: transform 0.3s ease, -webkit-transform 0.3s ease; -} -.more-info-box .icon > * { - font-size: 64px; - width: 64px; - height: 64px; - line-height: 1; - color: rgba(0, 0, 0, 0.15); -} -.more-info-box .content { - line-height: 1.2; - display: block; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - padding: 8px; - max-width: calc(100% - 106px); -} -.more-info-box .more { - width: 100%; - -ms-flex-negative: 0; - flex-shrink: 0; - text-align: right; - background: rgba(0, 0, 0, 0.1); - text-decoration: none; - position: relative; - display: block; - padding: 8px 8px 0; - margin: 0; - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - color: rgba(255, 255, 255, 0.8); - font-size: 12px; -} -.more-info-box .more:hover { - color: #fff; - background: rgba(0, 0, 0, 0.15); -} -.more-info-box:hover .icon { - -webkit-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); - -webkit-transition: -webkit-transform 0.3s ease; - transition: -webkit-transform 0.3s ease; - -o-transition: transform 0.3s ease; - transition: transform 0.3s ease; - transition: transform 0.3s ease, -webkit-transform 0.3s ease; -} -.navview { - display: block; - position: relative; - background-color: #ffffff; - color: #1d1d1d; - overflow: hidden; - height: 100%; - min-height: 100%; -} -.navview .navview-pane, -.navview .navview-content { - display: block; - -webkit-transition: all 0.1s linear; - -o-transition: all 0.1s linear; - transition: all 0.1s linear; - min-height: 100%; -} -.navview .navview-pane { - width: 280px; - background-color: #e5e5e5; - position: absolute; - left: 0; - top: 0; - height: 100%; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - z-index: 1; -} -.navview .navview-pane.open { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} -.navview .navview-content { - position: relative; -} -.navview .pull-button, -.navview .holder { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 48px; - height: 48px; - background-color: transparent; - border: 2px solid transparent; - outline: none; - cursor: pointer; -} -.navview .holder { - height: 40px; - display: none; -} -.navview .navview-menu { - display: block; - position: relative; - list-style: none inside; - margin: 0; - padding: 0; - width: 100%; - background-color: #e5e5e5; - overflow-y: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; -} -.navview .navview-menu::-webkit-scrollbar { - display: none!important; -} -.navview .navview-menu li { - display: block; - position: relative; -} -.navview .navview-menu li a { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - line-height: 40px; - text-decoration: none; - color: inherit; - white-space: nowrap; - border: 2px solid transparent; - height: 40px; -} -.navview .navview-menu .icon { - width: 48px; - height: 40px; - display: block; - text-align: center; -} -.navview .navview-menu .caption { - padding-left: 48px; - white-space: nowrap; - display: block; -} -.navview .navview-menu .icon + .caption { - padding-left: 0; -} -.navview .navview-menu .item-header { - font-size: 22px; - height: 32px; - line-height: 32px; - padding-left: 16px; - cursor: default; - background-color: transparent; - white-space: nowrap; - display: block; -} -.navview .navview-menu li.active::before { - content: ""; - display: block; - position: absolute; - height: 24px; - top: 8px; - left: 0; - width: 4px; - background-color: #1ba1e2; - z-index: 1; -} -.navview .navview-menu li.disabled { - color: #9c9c9c !important; -} -.navview .navview-menu li.disabled img { - opacity: 0.5; -} -.navview .pull-button > *, -.navview .navview-menu .icon > *, -.navview .suggest-box .holder > * { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 16px; - vertical-align: initial; -} -.navview .pull-button:hover, -.navview .holder:hover, -.navview .navview-menu li a:hover { - background-color: #cecece; -} -.navview .pull-button:active, -.navview .holder:active, -.navview .navview-menu li a:active { - background-color: #b7b7b7; -} -.navview .suggest-box { - display: block; - margin: 8px 0; -} -.navview .suggest-box .input, -.navview .suggest-box .select, -.navview .suggest-box .textarea { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: calc(100% - 24px) !important; - margin: 0 12px; -} -.navview .item-separator { - height: 16px!important; - width: 100%; - display: block; - background-color: transparent; - cursor: default; -} -.navview .navview-menu .dropdown-toggle { - padding-right: 0!important; -} -.navview .navview-menu .dropdown-toggle::before { - display: none; -} -.navview .navview-menu .dropdown-toggle::after { - content: ""; - display: block; - position: absolute; - bottom: 0; - right: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 8px 8px; - border-color: transparent transparent #1d1d1d transparent; - z-index: 1; -} -.navview.focusableItems .pull-button:focus, -.navview.focusableItems .holder:focus, -.navview.focusableItems .navview-menu li a:focus { - border: 2px solid #0a0a0a; -} -.navview .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin-left: auto; - margin-right: 8px; -} -.navview .badges .badge { - margin: 0 2px; -} -.navview .data-box { - display: block; -} -.navview .navview-menu .navview-menu .item-header { - display: none!important; -} -.navview.expanded .navview-pane { - width: 280px !important; -} -.navview.expanded .navview-pane .navview-menu .caption, -.navview.expanded .navview-pane .item-header { - display: block!important; -} -.navview.expanded .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -.navview.expanded .navview-pane .holder { - display: none!important; -} -.navview.expanded .badges { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -.navview.expanded .data-box { - display: block!important; -} -.navview.compacted .navview-pane { - width: 48px !important; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} -.navview.compacted .navview-pane .navview-menu .caption, -.navview.compacted .navview-pane .item-header { - display: none!important; -} -.navview.compacted .navview-pane .suggest-box > *:not(.holder) { - display: none!important; -} -.navview.compacted .navview-pane .holder { - display: block!important; -} -.navview.compacted .navview-content { - margin-left: 48px !important; -} -.navview.compacted .badges, -.navview.compacted .data-box { - display: none!important; +.z-10 { + z-index: 10!important; } @media screen and (min-width: 0) { - .navview-margin-fs { - margin-left: 280px; - } - .navview-margin-compact-fs { - margin-left: 48px; + .pos-relative-fs { + position: relative!important; } - .navview.navview-compact-fs .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-absolute-fs { + position: absolute!important; } - .navview.navview-compact-fs .navview-pane .navview-menu .caption, - .navview.navview-compact-fs .navview-pane .item-header { - display: none; + .pos-static-fs { + position: static!important; } - .navview.navview-compact-fs .navview-pane .suggest-box > *:not(.holder) { - display: none; + .pos-fixed-fs { + position: fixed!important; } - .navview.navview-compact-fs .navview-pane .holder { - display: block; + .put-left-fs { + left: 0!important; + right: auto!important; } - .navview.navview-compact-fs .navview-content { - margin-left: 48px; + .put-right-fs { + left: auto!important; + right: 0!important; } - .navview.navview-compact-fs .badges, - .navview.navview-compact-fs .data-box { - display: none; + .put-n-fs { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-expand-fs .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-nw-fs { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-fs .navview-pane .navview-menu .caption, - .navview.navview-expand-fs .navview-pane .item-header { - display: block; + .put-ne-fs { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-fs .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-wn-fs { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-fs .navview-pane .holder { - display: none; + .put-w-fs { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-fs .navview-content { - margin-left: 280px; + .put-ws-fs { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-fs .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-en-fs { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-fs .data-box { - display: block; + .put-e-fs { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); + } + .put-es-fs { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-fs { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-fs { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-fs { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } @media screen and (min-width: 576px) { - .navview-margin-sm { - margin-left: 280px; + .pos-relative-sm { + position: relative!important; } - .navview-margin-compact-sm { - margin-left: 48px; + .pos-absolute-sm { + position: absolute!important; } - .navview.navview-compact-sm .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-sm { + position: static!important; } - .navview.navview-compact-sm .navview-pane .navview-menu .caption, - .navview.navview-compact-sm .navview-pane .item-header { - display: none; + .pos-fixed-sm { + position: fixed!important; } - .navview.navview-compact-sm .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-left-sm { + left: 0!important; + right: auto!important; } - .navview.navview-compact-sm .navview-pane .holder { - display: block; + .put-right-sm { + left: auto!important; + right: 0!important; } - .navview.navview-compact-sm .navview-content { - margin-left: 48px; + .put-n-sm { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-compact-sm .badges, - .navview.navview-compact-sm .data-box { - display: none; + .put-nw-sm { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-sm .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-ne-sm { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-sm .navview-pane .navview-menu .caption, - .navview.navview-expand-sm .navview-pane .item-header { - display: block; + .put-wn-sm { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-sm .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-sm { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-sm .navview-pane .holder { - display: none; + .put-ws-sm { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-sm .navview-content { - margin-left: 280px; + .put-en-sm { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-sm .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-e-sm { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-expand-sm .data-box { - display: block; + .put-es-sm { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-sm { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-sm { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-sm { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } @media screen and (min-width: 768px) { - .navview-margin-md { - margin-left: 280px; + .pos-relative-md { + position: relative!important; } - .navview-margin-compact-md { - margin-left: 48px; + .pos-absolute-md { + position: absolute!important; } - .navview.navview-compact-md .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-md { + position: static!important; } - .navview.navview-compact-md .navview-pane .navview-menu .caption, - .navview.navview-compact-md .navview-pane .item-header { - display: none; + .pos-fixed-md { + position: fixed!important; } - .navview.navview-compact-md .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-left-md { + left: 0!important; + right: auto!important; } - .navview.navview-compact-md .navview-pane .holder { - display: block; + .put-right-md { + left: auto!important; + right: 0!important; } - .navview.navview-compact-md .navview-content { - margin-left: 48px; + .put-n-md { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-compact-md .badges, - .navview.navview-compact-md .data-box { - display: none; + .put-nw-md { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-md .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-ne-md { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-md .navview-pane .navview-menu .caption, - .navview.navview-expand-md .navview-pane .item-header { - display: block; + .put-wn-md { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-md .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-md { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-md .navview-pane .holder { - display: none; + .put-ws-md { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-md .navview-content { - margin-left: 280px; + .put-en-md { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-md .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-e-md { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-expand-md .data-box { - display: block; + .put-es-md { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } -} -@media screen and (min-width: 992px) { - .navview-margin-lg { - margin-left: 280px; + .put-s-md { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; } - .navview-margin-compact-lg { - margin-left: 48px; + .put-sw-md { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } - .navview.navview-compact-lg .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-se-md { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } - .navview.navview-compact-lg .navview-pane .navview-menu .caption, - .navview.navview-compact-lg .navview-pane .item-header { - display: none; +} +@media screen and (min-width: 992px) { + .pos-relative-lg { + position: relative!important; } - .navview.navview-compact-lg .navview-pane .suggest-box > *:not(.holder) { - display: none; + .pos-absolute-lg { + position: absolute!important; } - .navview.navview-compact-lg .navview-pane .holder { - display: block; + .pos-static-lg { + position: static!important; } - .navview.navview-compact-lg .navview-content { - margin-left: 48px; + .pos-fixed-lg { + position: fixed!important; } - .navview.navview-compact-lg .badges, - .navview.navview-compact-lg .data-box { - display: none; + .put-left-lg { + left: 0!important; + right: auto!important; } - .navview.navview-expand-lg .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-right-lg { + left: auto!important; + right: 0!important; } - .navview.navview-expand-lg .navview-pane .navview-menu .caption, - .navview.navview-expand-lg .navview-pane .item-header { - display: block; + .put-n-lg { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-expand-lg .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-nw-lg { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-lg .navview-pane .holder { - display: none; + .put-ne-lg { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-lg .navview-content { - margin-left: 280px; + .put-wn-lg { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-lg .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-lg { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-lg .data-box { - display: block; + .put-ws-lg { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } -} -@media screen and (min-width: 1200px) { - .navview-margin-xl { - margin-left: 280px; + .put-en-lg { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview-margin-compact-xl { - margin-left: 48px; + .put-e-lg { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-compact-xl .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-es-lg { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-compact-xl .navview-pane .navview-menu .caption, - .navview.navview-compact-xl .navview-pane .item-header { - display: none; + .put-s-lg { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; } - .navview.navview-compact-xl .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-sw-lg { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } - .navview.navview-compact-xl .navview-pane .holder { - display: block; + .put-se-lg { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } - .navview.navview-compact-xl .navview-content { - margin-left: 48px; +} +@media screen and (min-width: 1200px) { + .pos-relative-xl { + position: relative!important; } - .navview.navview-compact-xl .badges, - .navview.navview-compact-xl .data-box { - display: none; + .pos-absolute-xl { + position: absolute!important; } - .navview.navview-expand-xl .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-xl { + position: static!important; } - .navview.navview-expand-xl .navview-pane .navview-menu .caption, - .navview.navview-expand-xl .navview-pane .item-header { - display: block; + .pos-fixed-xl { + position: fixed!important; } - .navview.navview-expand-xl .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-left-xl { + left: 0!important; + right: auto!important; } - .navview.navview-expand-xl .navview-pane .holder { - display: none; + .put-right-xl { + left: auto!important; + right: 0!important; } - .navview.navview-expand-xl .navview-content { - margin-left: 280px; + .put-n-xl { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-expand-xl .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-nw-xl { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-xl .data-box { - display: block; + .put-ne-xl { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); + } + .put-wn-xl { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + } + .put-w-xl { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); + } + .put-ws-xl { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + } + .put-en-xl { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-e-xl { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); + } + .put-es-xl { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-xl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-xl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-xl { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } @media screen and (min-width: 1452px) { - .navview-margin-xxl { - margin-left: 280px; + .pos-relative-xxl { + position: relative!important; } - .navview-margin-compact-xxl { - margin-left: 48px; + .pos-absolute-xxl { + position: absolute!important; } - .navview.navview-compact-xxl .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-xxl { + position: static!important; } - .navview.navview-compact-xxl .navview-pane .navview-menu .caption, - .navview.navview-compact-xxl .navview-pane .item-header { - display: none; + .pos-fixed-xxl { + position: fixed!important; } - .navview.navview-compact-xxl .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-left-xxl { + left: 0!important; + right: auto!important; } - .navview.navview-compact-xxl .navview-pane .holder { - display: block; + .put-right-xxl { + left: auto!important; + right: 0!important; } - .navview.navview-compact-xxl .navview-content { - margin-left: 48px; + .put-n-xxl { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-compact-xxl .badges, - .navview.navview-compact-xxl .data-box { - display: none; + .put-nw-xxl { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-xxl .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-ne-xxl { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-xxl .navview-pane .navview-menu .caption, - .navview.navview-expand-xxl .navview-pane .item-header { - display: block; + .put-wn-xxl { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-xxl .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-xxl { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-xxl .navview-pane .holder { - display: none; + .put-ws-xxl { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-xxl .navview-content { - margin-left: 280px; + .put-en-xxl { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-xxl .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-e-xxl { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-expand-xxl .data-box { - display: block; + .put-es-xxl { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-xxl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-xxl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-xxl { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } -.navview.compacted .navview-pane > .navview-menu, -.navview.js-compact:not(.expanded) .navview-pane > .navview-menu { - overflow: visible; +.no-shadow { + -webkit-box-shadow: none!important; + box-shadow: none!important; } -.navview.compacted .navview-menu .navview-menu, -.navview.js-compact:not(.expanded) .navview-menu .navview-menu { - position: absolute; - left: 100%; - top: 0; - width: 220px; - max-width: 280px; +.no-shadow-text { + text-shadow: none!important; } -.navview.compacted .navview-menu .navview-menu .caption, -.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption { - display: block!important; +.simple-shadow { + -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); } -.navview.compacted .navview-menu .navview-menu .item-header, -.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header { - display: block!important; +.drop-shadow { + -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); + box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); } -.notify-container { - background-color: transparent; - position: fixed; - top: 0; - right: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - z-index: 1081; - width: auto; +.win-shadow { + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); } -.notify-container.position-left { - right: auto; - left: 0; +.ribbon-shadow { + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); } -.notify-container.position-top, -.notify-container.position-bottom { - width: 100%!important; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; +.shadow-1 { + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); } -.notify-container.position-bottom { - top: auto; - bottom: 0; +.shadow-2 { + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); } -.notify { - display: block; - background-color: #ffffff; - color: #1d1d1d; - padding: 0.5rem; - margin: 0.25rem; - border: 1px solid #dfdfdf; - cursor: pointer; +.shadow-3 { + -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); + box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); } -.notify-title { - font-size: 1rem; - font-weight: 500; - margin-bottom: 0.5rem; +.shadow-4 { + -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); + box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); } -.notify-message { - font-size: 0.9rem; - font-weight: normal; +.shadow-5 { + -webkit-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); } -.pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none inside; - margin: 0 -0.25rem 1rem -0.25rem; - padding: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.w-auto { + width: auto!important; } -.pagination .page-item { - cursor: pointer; - display: list-item; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #dfdfdf; - margin: 0.25rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; +.h-auto { + height: auto!important; } -.pagination .page-link { - display: block; - position: relative; - padding: 0.5rem 0.75rem; - line-height: 1; - font-size: 1rem; - text-decoration: none; - color: inherit; - background-color: inherit; +.w-fs { + width: 0 !important; } -.pagination .page-item:hover, -.pagination .page-item.service:hover { - background-color: rgba(29, 29, 29, 0.1); +.w-sm { + width: 576px !important; } -.pagination .page-item.no-link { - pointer-events: none; - cursor: default; - border-color: transparent; +.w-md { + width: 768px !important; } -.pagination .page-item.no-link:hover { - background-color: #ffffff !important; - border-color: transparent; - color: #1d1d1d; +.w-lg { + width: 992px !important; } -.pagination .page-item.disabled { - pointer-events: none; - color: #e4e4e4; +.w-xl { + width: 1200px !important; } -.pagination .page-item.active { - background-color: #e4e4e4; +.w-xxl { + width: 1452px !important; } -.pagination.rounded .page-item { - border-radius: 0.25rem; +.h-vh-25 { + height: 25vh !important; } -.pagination.no-gap { - margin: 0 0 1rem 0; +.h-vw-25 { + height: 25vw !important; } -.pagination.no-gap .page-item { - margin: -1px; +.w-vh-25 { + width: 25vh !important; } -.pagination.no-gap .no-link { - margin: -1px 1px; +.w-vw-25 { + width: 25vw !important; } -.pagination.no-gap.rounded .page-item { - border-radius: 0; +.h-25 { + height: 25% !important; } -.pagination.no-gap.rounded .page-item:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.w-25 { + width: 25% !important; } -.pagination.no-gap.rounded .page-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; +.mh-25 { + max-height: 25% !important; } -.pagination.size-large .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; +.mw-25 { + max-width: 25% !important; } -.pagination.size-small .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; +.h-vh-33 { + height: 33vh !important; } -.panel { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - position: relative; - background-color: #ffffff; - border: 1px solid #dfdfdf; +.h-vw-33 { + height: 33vw !important; } -.panel .panel-title, -.panel .panel-content { - position: relative; +.w-vh-33 { + width: 33vh !important; } -.panel .panel-title { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - height: 2.625rem; - border-bottom: 1px solid #dfdfdf; - line-height: 2.625rem; - cursor: default; - -ms-flex-negative: 0; - flex-shrink: 0; +.w-vw-33 { + width: 33vw !important; } -.panel .panel-title .icon { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - height: 2.625rem; - line-height: 2.625rem; - width: 2.625rem; - border-right: 1px solid #dfdfdf; - -ms-flex-negative: 0; - flex-shrink: 0; - color: inherit; - text-align: center; +.h-33 { + height: 33% !important; } -.panel .panel-title img.icon { - padding: 0.625rem; +.w-33 { + width: 33% !important; } -.panel .panel-title .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - width: 100%; - padding: 0 0.8125rem; - color: inherit; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.mh-33 { + max-height: 33% !important; } -.panel .panel-title .dropdown-toggle { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - height: 100%; - width: 2.625rem; - border-left: 1px solid #dfdfdf; - -ms-flex-negative: 0; - flex-shrink: 0; +.mw-33 { + max-width: 33% !important; } -.panel .panel-title .custom-buttons { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.h-vh-50 { + height: 50vh !important; } -.panel .panel-title .btn-custom { - width: 42px; - height: 42px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; +.h-vw-50 { + height: 50vw !important; } -.panel .panel-title .btn-custom > * { - line-height: 1; - width: 16px; - height: 16px; - font-size: 16px; +.w-vh-50 { + width: 50vh !important; } -.panel .panel-title .btn-custom:focus, -.panel .panel-title .btn-custom:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; +.w-vw-50 { + width: 50vw !important; } -.panel .panel-content { - display: block; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - height: auto; - padding: 0.5rem; +.h-50 { + height: 50% !important; } -.popover { - display: block; - min-width: 12.5rem; - height: auto; - position: fixed; - background-color: #ffffff; - color: #1d1d1d; - z-index: 1060; - border: 1px solid #dfdfdf; - cursor: default; - padding: 0.8125rem; - max-width: calc(100% - 32px); +.w-50 { + width: 50% !important; } -.popover > * { - max-width: 100%; +.mh-50 { + max-height: 50% !important; } -.popover .popover-content { - display: block; - position: relative; - z-index: 50; +.mw-50 { + max-width: 50% !important; } -.popover .popover-close-button { - z-index: 100; - position: absolute; - top: 0; - right: 0; - font-size: 26px; +.h-vh-75 { + height: 75vh !important; } -.progress { - display: block; - position: relative; - width: 100%; - height: 12px; - background-color: #eeeeee; - overflow: hidden; +.h-vw-75 { + height: 75vw !important; } -.progress.with-load { - background: transparent; +.w-vh-75 { + width: 75vh !important; } -.progress .bar, -.progress .buffer, -.progress .load { - position: absolute; - height: 100%; - top: 0; - left: 0; - z-index: 3; +.w-vw-75 { + width: 75vw !important; } -.progress .load { - width: 100%; - -webkit-animation: progress-loading 3s infinite linear; - animation: progress-loading 3s infinite linear; - background: -o-radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); - background: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); - background-size: 12px 12px; - z-index: 1; - margin-top: -1px; +.h-75 { + height: 75% !important; } -.progress .buffer { - z-index: 2; - background-color: #CE352C; +.w-75 { + width: 75% !important; } -.progress .bar { - z-index: 3; - background: #60a917; +.mh-75 { + max-height: 75% !important; } -.progress.line { - background-color: #b3d4fc; - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.mw-75 { + max-width: 75% !important; } -.progress.line::before { - height: 100%; - width: 100%; - background-color: #004d6f; - content: ''; - -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; - animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; +.h-vh-100 { + height: 100vh !important; } -.progress .value { - display: block; - float: left; - position: absolute; - z-index: 5; - font-size: 11px; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - margin-left: 4px; +.h-vw-100 { + height: 100vw !important; } -.progress .value.centered { - left: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); +.w-vh-100 { + width: 100vh !important; } -.progress.small { - height: 6px; +.w-vw-100 { + width: 100vw !important; } -.progress.small .load { - background-size: 6px 6px; +.h-100 { + height: 100% !important; } -@-webkit-keyframes progress-loading { - 0% { - opacity: 1; - background-position: 0px -23px; +.w-100 { + width: 100% !important; +} +.mh-100 { + max-height: 100% !important; +} +.mw-100 { + max-width: 100% !important; +} +@media screen and (min-width: 0) { + .w-auto-fs { + width: auto!important; } - 50% { - opacity: 0; + .h-auto-fs { + height: auto!important; } - 100% { - opacity: 1; - background-position: -200px -23px; + .h-vh-25-fs { + height: 25vh !important; } -} -@keyframes progress-loading { - 0% { - opacity: 1; - background-position: 0px -23px; + .h-vw-25-fs { + height: 25vw !important; } - 50% { - opacity: 0; + .w-vh-25-fs { + width: 25vh !important; } - 100% { - opacity: 1; - background-position: -200px -23px; + .w-vw-25-fs { + width: 25vw !important; } -} -@-webkit-keyframes running-progress { - 0% { - margin-left: 0; - margin-right: 100%; + .h-25-fs { + height: 25% !important; } - 50% { - margin-left: 25%; - margin-right: 0; + .w-25-fs { + width: 25% !important; } - 100% { - margin-left: 100%; - margin-right: 0; + .mh-25-fs { + max-height: 25% !important; + } + .mw-25-fs { + max-width: 25% !important; + } + .h-vh-33-fs { + height: 33vh !important; + } + .h-vw-33-fs { + height: 33vw !important; + } + .w-vh-33-fs { + width: 33vh !important; + } + .w-vw-33-fs { + width: 33vw !important; + } + .h-33-fs { + height: 33% !important; + } + .w-33-fs { + width: 33% !important; + } + .mh-33-fs { + max-height: 33% !important; + } + .mw-33-fs { + max-width: 33% !important; + } + .h-vh-50-fs { + height: 50vh !important; + } + .h-vw-50-fs { + height: 50vw !important; + } + .w-vh-50-fs { + width: 50vh !important; + } + .w-vw-50-fs { + width: 50vw !important; + } + .h-50-fs { + height: 50% !important; + } + .w-50-fs { + width: 50% !important; + } + .mh-50-fs { + max-height: 50% !important; + } + .mw-50-fs { + max-width: 50% !important; + } + .h-vh-75-fs { + height: 75vh !important; + } + .h-vw-75-fs { + height: 75vw !important; + } + .w-vh-75-fs { + width: 75vh !important; + } + .w-vw-75-fs { + width: 75vw !important; + } + .h-75-fs { + height: 75% !important; + } + .w-75-fs { + width: 75% !important; + } + .mh-75-fs { + max-height: 75% !important; + } + .mw-75-fs { + max-width: 75% !important; + } + .h-vh-100-fs { + height: 100vh !important; + } + .h-vw-100-fs { + height: 100vw !important; + } + .w-vh-100-fs { + width: 100vh !important; + } + .w-vw-100-fs { + width: 100vw !important; + } + .h-100-fs { + height: 100% !important; + } + .w-100-fs { + width: 100% !important; + } + .mh-100-fs { + max-height: 100% !important; + } + .mw-100-fs { + max-width: 100% !important; } } -@keyframes running-progress { - 0% { - margin-left: 0; - margin-right: 100%; +@media screen and (min-width: 576px) { + .w-auto-sm { + width: auto!important; } - 50% { - margin-left: 25%; - margin-right: 0; + .h-auto-sm { + height: auto!important; } - 100% { - margin-left: 100%; - margin-right: 0; + .h-vh-25-sm { + height: 25vh !important; + } + .h-vw-25-sm { + height: 25vw !important; + } + .w-vh-25-sm { + width: 25vh !important; + } + .w-vw-25-sm { + width: 25vw !important; + } + .h-25-sm { + height: 25% !important; + } + .w-25-sm { + width: 25% !important; + } + .mh-25-sm { + max-height: 25% !important; + } + .mw-25-sm { + max-width: 25% !important; + } + .h-vh-33-sm { + height: 33vh !important; + } + .h-vw-33-sm { + height: 33vw !important; + } + .w-vh-33-sm { + width: 33vh !important; + } + .w-vw-33-sm { + width: 33vw !important; + } + .h-33-sm { + height: 33% !important; + } + .w-33-sm { + width: 33% !important; + } + .mh-33-sm { + max-height: 33% !important; + } + .mw-33-sm { + max-width: 33% !important; + } + .h-vh-50-sm { + height: 50vh !important; + } + .h-vw-50-sm { + height: 50vw !important; + } + .w-vh-50-sm { + width: 50vh !important; + } + .w-vw-50-sm { + width: 50vw !important; + } + .h-50-sm { + height: 50% !important; + } + .w-50-sm { + width: 50% !important; + } + .mh-50-sm { + max-height: 50% !important; + } + .mw-50-sm { + max-width: 50% !important; + } + .h-vh-75-sm { + height: 75vh !important; + } + .h-vw-75-sm { + height: 75vw !important; + } + .w-vh-75-sm { + width: 75vh !important; + } + .w-vw-75-sm { + width: 75vw !important; + } + .h-75-sm { + height: 75% !important; + } + .w-75-sm { + width: 75% !important; + } + .mh-75-sm { + max-height: 75% !important; + } + .mw-75-sm { + max-width: 75% !important; + } + .h-vh-100-sm { + height: 100vh !important; + } + .h-vw-100-sm { + height: 100vw !important; + } + .w-vh-100-sm { + width: 100vh !important; + } + .w-vw-100-sm { + width: 100vw !important; + } + .h-100-sm { + height: 100% !important; + } + .w-100-sm { + width: 100% !important; + } + .mh-100-sm { + max-height: 100% !important; + } + .mw-100-sm { + max-width: 100% !important; } } -.radio { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - margin: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; -} -.radio input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.radio .check, -.radio .caption { - display: block; - line-height: 1; - font-size: 14px; - margin: 0 4px; - position: relative; -} -.radio .check { - border: 2px #d9d9d9 solid; - width: 20px; - height: 20px; - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - line-height: 36px; -} -.radio .check::before { - position: absolute; - vertical-align: middle; - font-size: 0; - content: ""; - width: 6px; - height: 6px; - color: transparent; - background-color: #ffffff; - border: 2px solid #ffffff; - border-radius: 50%; - left: 50%; - top: 50%; - margin-left: -3px; - margin-top: -3px; - display: none; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.radio input[type=radio]:checked ~ .check { - border-color: #1d1d1d; - background-color: #1d1d1d; -} -.radio input[type=radio]:checked ~ .check::before { - display: block; -} -.radio input[type=radio]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #e9e9e9; -} -.radio .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.radio .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.radio.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.radio.required, -.radio.invalid, -.radio.valid { - border: none!important; -} -.radio.invalid::after { - display: none; -} -.radio:focus input[type=radio]:not(:disabled) ~ .check::after, -.radio:active input[type=radio]:not(:disabled) ~ .check::after { - display: block; - content: ""; - position: absolute; - width: 3.125rem; - height: 3.125rem; - border-radius: 50%; - background-color: rgba(187, 187, 187, 0.5); - opacity: 0.3; - top: 50%; - left: 50%; - margin-top: -1.5625rem; - margin-left: -1.5625rem; -} -.radio.style2 input[type=radio]:checked ~ .check { - border-color: #1d1d1d; - background-color: #ffffff; -} -.radio.style2 .check { - border-color: #989898; -} -.radio.style2 .check::before { - background-color: #1d1d1d; - border: 2px solid #1d1d1d; - width: 8px; - height: 8px; - margin-left: -4px; - margin-top: -4px; -} -.radio.style2 input[type=radio]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #ffffff; -} -.radio.style2 input[type=radio]:disabled ~ .check::before { - background-color: #e9e9e9; - border-color: #e9e9e9; -} -.radio.transition-on .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.radio.transition-on input[type=radio]:checked ~ .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.radio .check.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.rating { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - background-color: transparent; - cursor: default; - font-size: 16px; -} -.rating input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.rating .stars, -.rating .result, -.rating .title { - display: block; - position: relative; -} -.rating .stars { - margin: 0; - padding: 0; - list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.rating .stars li { - display: block; - position: relative; - color: #bebebe; - width: 24px; - height: 24px; - line-height: 24px; - font-size: 24px; - -webkit-transition: color 0.3s linear; - -o-transition: color 0.3s linear; - transition: color 0.3s linear; -} -.rating .stars li::before { - position: absolute; - content: '\2605'; - display: block; - z-index: 1; - left: 0; -} -.rating .stars li.half::after { - left: 0; - display: block; - position: absolute; - content: '\2605'; - width: 0.42em; - z-index: 2; - overflow: hidden; -} -.rating .stars li.half.half-10::after { - width: 0.1em; -} -.rating .stars li.half.half-20::after { - width: 0.2em; -} -.rating .stars li.half.half-30::after { - width: 0.3em; -} -.rating .stars li.half.half-40::after { - width: 0.4em; -} -.rating .stars li.half.half-50::after { - width: 0.42em; -} -.rating .stars li.half.half-60::after { - width: 0.49em; -} -.rating .stars li.half.half-70::after { - width: 0.6em; -} -.rating .stars li.half.half-80::after { - width: 0.7em; -} -.rating .stars li.half.half-90::after { - width: 0.8em; -} -.rating .result { - font-size: 0.8em; - margin-left: 10px; -} -.rating .title { - margin-right: 10px; -} -.rating .stars { - cursor: default; -} -.rating .stars li.on, -.rating .stars li.half::after { - color: #1d1d1d; -} -.rating:not(.static) .stars { - cursor: pointer; -} -.rating:not(.static) .stars:hover li { - color: #1d1d1d; -} -.rating:not(.static) .stars li:hover ~ li { - color: #bebebe !important; -} -.rating:not(.static) .stars li.scale { - -webkit-animation: star-scale 0.3s ease-in-out; - animation: star-scale 0.3s ease-in-out; -} -@-webkit-keyframes star-scale { - 0%, - 100% { - -webkit-transform: scale(1); - transform: scale(1); +@media screen and (min-width: 768px) { + .w-auto-md { + width: auto!important; } - 50% { - -webkit-transform: scale(1.5); - transform: scale(1.5); + .h-auto-md { + height: auto!important; } -} -@keyframes star-scale { - 0%, - 100% { - -webkit-transform: scale(1); - transform: scale(1); + .h-vh-25-md { + height: 25vh !important; } - 50% { - -webkit-transform: scale(1.5); - transform: scale(1.5); + .h-vw-25-md { + height: 25vw !important; } -} -.resize-element { - display: block; - position: absolute; - right: -1px; - bottom: -1px; - z-index: 101; - cursor: nwse-resize; - width: 12px; - height: 12px; -} -.resize-element::after { - position: absolute; - display: block; - border-bottom: 12px solid #60a917; - border-left: 12px solid transparent; - content: ""; - right: -2px; - bottom: -2px; -} -.resize-element.resize-element-disabled { - cursor: default; -} -.resize-element.resize-element-disabled::after { - border-bottom-color: #bebebe; -} -.resize-element:not(.resize-element-disabled):hover::after { - -webkit-animation: resize-element-animation 1s ease infinite; - animation: resize-element-animation 1s ease infinite; -} -@-webkit-keyframes resize-element-animation { - from { - right: 0; - bottom: 0; + .w-vh-25-md { + width: 25vh !important; } - to { - right: -2px; - bottom: -2px; + .w-vw-25-md { + width: 25vw !important; } -} -@keyframes resize-element-animation { - from { - right: 0; - bottom: 0; + .h-25-md { + height: 25% !important; } - to { - right: -2px; - bottom: -2px; + .w-25-md { + width: 25% !important; + } + .mh-25-md { + max-height: 25% !important; + } + .mw-25-md { + max-width: 25% !important; + } + .h-vh-33-md { + height: 33vh !important; + } + .h-vw-33-md { + height: 33vw !important; + } + .w-vh-33-md { + width: 33vh !important; + } + .w-vw-33-md { + width: 33vw !important; + } + .h-33-md { + height: 33% !important; + } + .w-33-md { + width: 33% !important; + } + .mh-33-md { + max-height: 33% !important; + } + .mw-33-md { + max-width: 33% !important; + } + .h-vh-50-md { + height: 50vh !important; + } + .h-vw-50-md { + height: 50vw !important; + } + .w-vh-50-md { + width: 50vh !important; + } + .w-vw-50-md { + width: 50vw !important; + } + .h-50-md { + height: 50% !important; + } + .w-50-md { + width: 50% !important; + } + .mh-50-md { + max-height: 50% !important; + } + .mw-50-md { + max-width: 50% !important; + } + .h-vh-75-md { + height: 75vh !important; + } + .h-vw-75-md { + height: 75vw !important; + } + .w-vh-75-md { + width: 75vh !important; + } + .w-vw-75-md { + width: 75vw !important; + } + .h-75-md { + height: 75% !important; + } + .w-75-md { + width: 75% !important; + } + .mh-75-md { + max-height: 75% !important; + } + .mw-75-md { + max-width: 75% !important; + } + .h-vh-100-md { + height: 100vh !important; + } + .h-vw-100-md { + height: 100vw !important; + } + .w-vh-100-md { + width: 100vh !important; + } + .w-vw-100-md { + width: 100vw !important; + } + .h-100-md { + height: 100% !important; + } + .w-100-md { + width: 100% !important; + } + .mh-100-md { + max-height: 100% !important; + } + .mw-100-md { + max-width: 100% !important; } } -.ribbon-menu { - display: block; - position: relative; -} -.ribbon-menu .tabs-holder { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - z-index: 1; - border-bottom: 1px solid #dadbdc; -} -.ribbon-menu .tabs-holder li, -.ribbon-menu .tabs-holder a { - display: block; - height: 24px; - line-height: 24px; -} -.ribbon-menu .tabs-holder li { - color: #1d1d1d; - background-color: #ffffff; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid #dadbdc; -} -.ribbon-menu .tabs-holder li:hover { - border-left-color: #dadbdc; - border-right-color: #dadbdc; -} -.ribbon-menu .tabs-holder li + li { - margin-left: 3px; -} -.ribbon-menu .tabs-holder a { - text-decoration: none; - padding: 0 14px; - font-size: 12px; - background-color: inherit; - color: inherit; -} -.ribbon-menu .tabs-holder .active { - background-color: #f5f6f7; - border: 1px solid #dadbdc; - border-bottom-color: transparent; -} -.ribbon-menu .tabs-holder .static { - background-color: #1979ca; - color: #ffffff; -} -.ribbon-menu .content-holder { - display: block; - position: relative; -} -.ribbon-menu .content-holder { - background-color: #f5f6f7; - border-left: none; - border-right: none; -} -.ribbon-menu .content-holder .section { - display: none; - padding: 4px 4px; - border-bottom: 1px solid #dadbdc; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; +@media screen and (min-width: 992px) { + .w-auto-lg { + width: auto!important; + } + .h-auto-lg { + height: auto!important; + } + .h-vh-25-lg { + height: 25vh !important; + } + .h-vw-25-lg { + height: 25vw !important; + } + .w-vh-25-lg { + width: 25vh !important; + } + .w-vw-25-lg { + width: 25vw !important; + } + .h-25-lg { + height: 25% !important; + } + .w-25-lg { + width: 25% !important; + } + .mh-25-lg { + max-height: 25% !important; + } + .mw-25-lg { + max-width: 25% !important; + } + .h-vh-33-lg { + height: 33vh !important; + } + .h-vw-33-lg { + height: 33vw !important; + } + .w-vh-33-lg { + width: 33vh !important; + } + .w-vw-33-lg { + width: 33vw !important; + } + .h-33-lg { + height: 33% !important; + } + .w-33-lg { + width: 33% !important; + } + .mh-33-lg { + max-height: 33% !important; + } + .mw-33-lg { + max-width: 33% !important; + } + .h-vh-50-lg { + height: 50vh !important; + } + .h-vw-50-lg { + height: 50vw !important; + } + .w-vh-50-lg { + width: 50vh !important; + } + .w-vw-50-lg { + width: 50vw !important; + } + .h-50-lg { + height: 50% !important; + } + .w-50-lg { + width: 50% !important; + } + .mh-50-lg { + max-height: 50% !important; + } + .mw-50-lg { + max-width: 50% !important; + } + .h-vh-75-lg { + height: 75vh !important; + } + .h-vw-75-lg { + height: 75vw !important; + } + .w-vh-75-lg { + width: 75vh !important; + } + .w-vw-75-lg { + width: 75vw !important; + } + .h-75-lg { + height: 75% !important; + } + .w-75-lg { + width: 75% !important; + } + .mh-75-lg { + max-height: 75% !important; + } + .mw-75-lg { + max-width: 75% !important; + } + .h-vh-100-lg { + height: 100vh !important; + } + .h-vw-100-lg { + height: 100vw !important; + } + .w-vh-100-lg { + width: 100vh !important; + } + .w-vw-100-lg { + width: 100vw !important; + } + .h-100-lg { + height: 100% !important; + } + .w-100-lg { + width: 100% !important; + } + .mh-100-lg { + max-height: 100% !important; + } + .mw-100-lg { + max-width: 100% !important; + } } -.ribbon-menu .content-holder .section.active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +@media screen and (min-width: 1200px) { + .w-auto-xl { + width: auto!important; + } + .h-auto-xl { + height: auto!important; + } + .h-vh-25-xl { + height: 25vh !important; + } + .h-vw-25-xl { + height: 25vw !important; + } + .w-vh-25-xl { + width: 25vh !important; + } + .w-vw-25-xl { + width: 25vw !important; + } + .h-25-xl { + height: 25% !important; + } + .w-25-xl { + width: 25% !important; + } + .mh-25-xl { + max-height: 25% !important; + } + .mw-25-xl { + max-width: 25% !important; + } + .h-vh-33-xl { + height: 33vh !important; + } + .h-vw-33-xl { + height: 33vw !important; + } + .w-vh-33-xl { + width: 33vh !important; + } + .w-vw-33-xl { + width: 33vw !important; + } + .h-33-xl { + height: 33% !important; + } + .w-33-xl { + width: 33% !important; + } + .mh-33-xl { + max-height: 33% !important; + } + .mw-33-xl { + max-width: 33% !important; + } + .h-vh-50-xl { + height: 50vh !important; + } + .h-vw-50-xl { + height: 50vw !important; + } + .w-vh-50-xl { + width: 50vh !important; + } + .w-vw-50-xl { + width: 50vw !important; + } + .h-50-xl { + height: 50% !important; + } + .w-50-xl { + width: 50% !important; + } + .mh-50-xl { + max-height: 50% !important; + } + .mw-50-xl { + max-width: 50% !important; + } + .h-vh-75-xl { + height: 75vh !important; + } + .h-vw-75-xl { + height: 75vw !important; + } + .w-vh-75-xl { + width: 75vh !important; + } + .w-vw-75-xl { + width: 75vw !important; + } + .h-75-xl { + height: 75% !important; + } + .w-75-xl { + width: 75% !important; + } + .mh-75-xl { + max-height: 75% !important; + } + .mw-75-xl { + max-width: 75% !important; + } + .h-vh-100-xl { + height: 100vh !important; + } + .h-vw-100-xl { + height: 100vw !important; + } + .w-vh-100-xl { + width: 100vh !important; + } + .w-vw-100-xl { + width: 100vw !important; + } + .h-100-xl { + height: 100% !important; + } + .w-100-xl { + width: 100% !important; + } + .mh-100-xl { + max-height: 100% !important; + } + .mw-100-xl { + max-width: 100% !important; + } } -.ribbon-menu .content-holder .group { - padding: 0 4px 24px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - cursor: default; - background-color: inherit; - position: relative; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -ms-flex-line-pack: start; - align-content: flex-start; +@media screen and (min-width: 1452px) { + .w-auto-xxl { + width: auto!important; + } + .h-auto-xxl { + height: auto!important; + } + .h-vh-25-xxl { + height: 25vh !important; + } + .h-vw-25-xxl { + height: 25vw !important; + } + .w-vh-25-xxl { + width: 25vh !important; + } + .w-vw-25-xxl { + width: 25vw !important; + } + .h-25-xxl { + height: 25% !important; + } + .w-25-xxl { + width: 25% !important; + } + .mh-25-xxl { + max-height: 25% !important; + } + .mw-25-xxl { + max-width: 25% !important; + } + .h-vh-33-xxl { + height: 33vh !important; + } + .h-vw-33-xxl { + height: 33vw !important; + } + .w-vh-33-xxl { + width: 33vh !important; + } + .w-vw-33-xxl { + width: 33vw !important; + } + .h-33-xxl { + height: 33% !important; + } + .w-33-xxl { + width: 33% !important; + } + .mh-33-xxl { + max-height: 33% !important; + } + .mw-33-xxl { + max-width: 33% !important; + } + .h-vh-50-xxl { + height: 50vh !important; + } + .h-vw-50-xxl { + height: 50vw !important; + } + .w-vh-50-xxl { + width: 50vh !important; + } + .w-vw-50-xxl { + width: 50vw !important; + } + .h-50-xxl { + height: 50% !important; + } + .w-50-xxl { + width: 50% !important; + } + .mh-50-xxl { + max-height: 50% !important; + } + .mw-50-xxl { + max-width: 50% !important; + } + .h-vh-75-xxl { + height: 75vh !important; + } + .h-vw-75-xxl { + height: 75vw !important; + } + .w-vh-75-xxl { + width: 75vh !important; + } + .w-vw-75-xxl { + width: 75vw !important; + } + .h-75-xxl { + height: 75% !important; + } + .w-75-xxl { + width: 75% !important; + } + .mh-75-xxl { + max-height: 75% !important; + } + .mw-75-xxl { + max-width: 75% !important; + } + .h-vh-100-xxl { + height: 100vh !important; + } + .h-vw-100-xxl { + height: 100vw !important; + } + .w-vh-100-xxl { + width: 100vh !important; + } + .w-vw-100-xxl { + width: 100vw !important; + } + .h-100-xxl { + height: 100% !important; + } + .w-100-xxl { + width: 100% !important; + } + .mh-100-xxl { + max-height: 100% !important; + } + .mw-100-xxl { + max-width: 100% !important; + } } -.ribbon-menu .content-holder .group:nth-child(1):last-child { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; +.mx-auto { + margin-left: auto!important; + margin-right: auto!important; } -.ribbon-menu .content-holder .group .title { - display: block; - position: absolute; - left: 0; - bottom: 0; - width: 100%; - line-height: 24px; - height: 20px; - font-size: 11px; - text-align: center; - border-top: 1px solid #dadbdc; - white-space: nowrap; +.my-auto { + margin-top: auto!important; + margin-left: auto!important; } -.ribbon-menu .content-holder .group .group-divider { - display: block; - position: relative; - height: 100%; - margin: 0 4px; - width: 1px; - background-color: #dadbdc; +.ml-auto { + margin-left: auto!important; } -.ribbon-menu .content-holder .group > *:not(.title), -.ribbon-menu .content-holder .group > *:not(.group-divider) { - margin: 2px; +.mr-auto { + margin-right: auto!important; } -.ribbon-menu .content-holder .group + .group { - border-left: 1px solid #dadbdc; +.mt-auto { + margin-top: auto!important; } -.ribbon-button, -.ribbon-tool-button, -.ribbon-button-dropdown, -.ribbon-icon-button { - cursor: pointer; - min-width: 0; - text-align: center; - border: 1px solid transparent; - background-color: #f5f6f7; - outline: none; - position: relative; +.mb-auto { + margin-bottom: auto!important; } -.ribbon-button { - height: auto; - min-height: 64px; - width: auto; - padding: 4px; - margin: 0; +.p-0 { + padding: 0!important; } -.ribbon-button:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.pl-0 { + padding-left: 0!important; } -.ribbon-button .caption, -.ribbon-button .icon { - display: block; - text-align: center; +.pr-0 { + padding-right: 0!important; } -.ribbon-button .caption { - font-size: 12px; +.pt-0 { + padding-top: 0!important; } -.ribbon-button .icon * { - height: 32px; - max-width: 32px; - font-size: 26px; - line-height: 32px; +.pb-0 { + padding-bottom: 0!important; } -.ribbon-button .icon + .caption { - margin-top: 8px; +.px-0 { + padding-left: 0!important; + padding-right: 0!important; } -.ribbon-button.dropdown-toggle { - padding-right: 4px!important; +.py-0 { + padding-top: 0!important; + padding-bottom: 0!important; } -.ribbon-button.dropdown-toggle::before { - margin-left: -0.65rem; +.m-0 { + margin: 0!important; } -.ribbon-icon-button { - height: 24px; - width: auto; - margin: 0; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 2px 4px; +.ml-0 { + margin-left: 0!important; } -.ribbon-icon-button:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.mr-0 { + margin-right: 0!important; } -.ribbon-icon-button .caption, -.ribbon-icon-button .icon { - display: block; +.mt-0 { + margin-top: 0!important; } -.ribbon-icon-button .caption { - font-size: 12px; +.mb-0 { + margin-bottom: 0!important; } -.ribbon-icon-button .icon * { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 14px; +.mx-0 { + margin-left: 0!important; + margin-right: 0!important; } -.ribbon-icon-button .icon + .caption, -.ribbon-icon-button .caption + .icon { - margin-left: 4px; +.my-0 { + margin-top: 0!important; + margin-bottom: 0!important; } -.ribbon-icon-button [class*=mif-] { - vertical-align: inherit; +.p-1 { + padding: 4px !important; } -.ribbon-tool-button { - width: 24px; - height: 24px; - padding: 2px; - margin: 0; +.pr-1 { + padding-right: 4px !important; } -.ribbon-tool-button * { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 14px; +.pl-1 { + padding-left: 4px !important; } -.ribbon-icon-button.dropdown-toggle, -.ribbon-tool-button.dropdown-toggle { - padding-right: 2px!important; +.pt-1 { + padding-top: 4px !important; } -.ribbon-icon-button.dropdown-toggle::before, -.ribbon-tool-button.dropdown-toggle::before { - display: none; +.pb-1 { + padding-bottom: 4px !important; } -.ribbon-icon-button.dropdown-toggle::after, -.ribbon-tool-button.dropdown-toggle::after { - content: ""; - display: block; - position: absolute; - bottom: 0; - right: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 4px 4px; - border-color: transparent transparent #1d1d1d transparent; - z-index: 1; +.px-1 { + padding-left: 4px !important; + padding-right: 4px !important; } -.ribbon-icon-button.dropdown-toggle { - padding-right: 4px!important; +.py-1 { + padding-top: 4px !important; + padding-bottom: 4px !important; } -.ribbon-split-button { - text-align: center; - border: 1px solid transparent; - padding: 0; - margin: 0; +.m-1 { + margin: 4px !important; } -.ribbon-split-button:hover { - border-color: #a4cef9; +.mr-1 { + margin-right: 4px !important; } -.ribbon-split-button:hover .ribbon-split { - border-color: #a4cef9; +.ml-1 { + margin-left: 4px !important; } -.ribbon-split-button .ribbon-main, -.ribbon-split-button .ribbon-split { - display: block; - text-align: center; - min-width: 0; - padding: 2px 4px; - width: 100%; - cursor: pointer; +.mt-1 { + margin-top: 4px !important; } -.ribbon-split-button .ribbon-main:hover, -.ribbon-split-button .ribbon-split:hover { - background-color: rgba(164, 206, 249, 0.2); +.mb-1 { + margin-bottom: 4px !important; } -.ribbon-split-button .ribbon-main { - background-color: inherit; - outline: none; - position: relative; - border: none; +.mx-1 { + margin-left: 4px !important; + margin-right: 4px !important; } -.ribbon-split-button .icon * { - height: 32px; - max-width: 32px; - font-size: 26px; - line-height: 32px; +.my-1 { + margin-top: 4px !important; + margin-bottom: 4px !important; } -.ribbon-split-button .icon + .caption { - margin-top: 8px; +.mr-1-minus { + margin-right: -4px !important; } -.ribbon-split-button .ribbon-split { - font-size: 12px; - border-top: 1px solid transparent; - padding-bottom: 4px; +.ml-1-minus { + margin-left: -4px !important; } -.ribbon-split-button .ribbon-split.dropdown-toggle { - padding-right: 4px!important; +.mt-1-minus { + margin-top: -4px !important; } -.ribbon-split-button .ribbon-split.dropdown-toggle::before { - display: none; +.mb-1-minus { + margin-bottom: -4px !important; } -.ribbon-split-button .ribbon-split.dropdown-toggle::after { - content: ""; - display: block; - position: absolute; - bottom: 2px; - left: 50%; - -webkit-transform: translateX(-50%) rotate(45deg); - -ms-transform: translateX(-50%) rotate(45deg); - transform: translateX(-50%) rotate(45deg); - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 4px 4px; - border-color: transparent transparent #1d1d1d transparent; - z-index: 1; +.p-2 { + padding: 8px !important; } -.ribbon-dropdown { - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - width: auto; - float: left; - display: block; - position: absolute; - background-color: #fbfcfd; - color: #1d1d1d; - padding: 2px; - border: 1px solid #dadbdc; - font-size: 12px; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); - z-index: 1000; - top: 100%; - left: 0; +.pr-2 { + padding-right: 8px !important; } -.ribbon-dropdown li, -.ribbon-dropdown a { - display: block; - position: relative; - background-color: inherit; - color: inherit; - height: 24px; +.pl-2 { + padding-left: 8px !important; } -.ribbon-dropdown li { - border: 1px solid transparent; - padding-left: 24px; +.pt-2 { + padding-top: 8px !important; } -.ribbon-dropdown li:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.pb-2 { + padding-bottom: 8px !important; } -.ribbon-dropdown a { - line-height: 24px; - text-decoration: none; - padding: 0 8px; - border-left: 1px solid #dcddde; - white-space: nowrap; +.px-2 { + padding-left: 8px !important; + padding-right: 8px !important; } -.ribbon-dropdown .divider { - display: block; - height: 1px; - width: 100%; - position: relative; - background-color: #dcddde; +.py-2 { + padding-top: 8px !important; + padding-bottom: 8px !important; } -.ribbon-dropdown .checked::before, -.ribbon-dropdown .checked-one::before, -.ribbon-dropdown .checked::after, -.ribbon-dropdown .checked-one::after { - position: absolute; - display: block; - content: ""; +.m-2 { + margin: 8px !important; } -.ribbon-dropdown .checked::before, -.ribbon-dropdown .checked-one::before { - background-color: transparent; - border-color: #1d1d1d; - border-left: 2px solid; - border-bottom: 2px solid; - height: 0.325rem; - width: 0.5rem; - left: 0.5rem; - top: 50%; - -webkit-transform: translateY(-50%) rotate(-45deg); - -ms-transform: translateY(-50%) rotate(-45deg); - transform: translateY(-50%) rotate(-45deg); - z-index: 2; +.mr-2 { + margin-right: 8px !important; } -.ribbon-dropdown .checked::after, -.ribbon-dropdown .checked-one::after { - width: 23px; - height: 22px; - top: 0; - left: 0; - z-index: 1; +.ml-2 { + margin-left: 8px !important; } -.ribbon-dropdown .checked::after { - border: 1px solid #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.mt-2 { + margin-top: 8px !important; } -.ribbon-dropdown .checked-one::before { - width: 0.4rem; - height: 0.4rem; - border-radius: 50%; - background-color: #1d1d1d; +.mb-2 { + margin-bottom: 8px !important; } -.ribbon-dropdown .ribbon-dropdown { - top: -4px; - left: 100%; +.mx-2 { + margin-left: 8px !important; + margin-right: 8px !important; } -.ribbon-dropdown .dropdown-toggle::before { - -webkit-transform: rotate(-135deg) !important; - -ms-transform: rotate(-135deg) !important; - transform: rotate(-135deg) !important; +.my-2 { + margin-top: 8px !important; + margin-bottom: 8px !important; } -.ribbon-dropdown .dropdown-toggle.active-toggle::before { - -webkit-transform: rotate(45deg) !important; - -ms-transform: rotate(45deg) !important; - transform: rotate(45deg) !important; +.mr-2-minus { + margin-right: -8px !important; } -.ribbon-toggle-group { - background-color: #f8f8f8; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column wrap; - flex-flow: column wrap; - max-height: 80px; - border: 1px solid #dadbdc; - width: auto; +.ml-2-minus { + margin-left: -8px !important; } -.ribbon-toggle-group .ribbon-icon-button { - height: 20px; - margin: 1px; - padding: 1px 4px; - background-color: inherit; +.mt-2-minus { + margin-top: -8px !important; } -.ribbon-button:hover, -.ribbon-tool-button:hover, -.ribbon-icon-button:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.mb-2-minus { + margin-bottom: -8px !important; } -.ribbon-button:active, -.ribbon-tool-button:active, -.ribbon-split:active, -.ribbon-main:active, -.ribbon-icon-button:active, -.ribbon-button.active, -.ribbon-tool-button.active, -.ribbon-split.active, -.ribbon-main.active, -.ribbon-icon-button.active { - border-color: #1979ca; - background-color: rgba(164, 206, 249, 0.8) !important; +.p-3 { + padding: 12px !important; } -.ribbon-menu .active-container .ribbon-button, -.ribbon-menu .active-container .ribbon-tool-button, -.ribbon-menu .active-container .ribbon-icon-button { - border-color: #1979ca; - background-color: rgba(164, 206, 249, 0.8) !important; +.pr-3 { + padding-right: 12px !important; } -.ripple { - display: block; - width: 0; - height: 0; - border-radius: 100%; - background: rgba(255, 255, 255, 0.4); - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - position: absolute; - opacity: 1; +.pl-3 { + padding-left: 12px !important; } -.rippleEffect { - -webkit-animation: rippleDrop 0.5s linear; - animation: rippleDrop 0.5s linear; +.pt-3 { + padding-top: 12px !important; } -@-webkit-keyframes rippleDrop { - 100% { - -webkit-transform: scale(2.5); - transform: scale(2.5); - opacity: 0; - } +.pb-3 { + padding-bottom: 12px !important; } -@keyframes rippleDrop { - 100% { - -webkit-transform: scale(2.5); - transform: scale(2.5); - opacity: 0; - } +.px-3 { + padding-left: 12px !important; + padding-right: 12px !important; } -.select { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - width: 100%; - padding: 0; - cursor: pointer; - position: relative; - margin: 0; +.py-3 { + padding-top: 12px !important; + padding-bottom: 12px !important; } -.select .dropdown-toggle { - width: 36px; - height: 36px; - display: block; - position: relative; +.m-3 { + margin: 12px !important; } -.select .dropdown-toggle::before { - margin-left: -1.1rem; +.mr-3 { + margin-right: 12px !important; } -.select .d-menu li a, -.select .v-menu li a { - min-width: auto; +.ml-3 { + margin-left: 12px !important; } -.select input[type=checkbox] { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; +.mt-3 { + margin-top: 12px !important; } -.select select { - display: none; +.mb-3 { + margin-bottom: 12px !important; } -.select .button-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; +.mx-3 { + margin-left: 12px !important; + margin-right: 12px !important; } -.select .button { - background-color: transparent; - color: #1d1d1d; - height: 34px; - min-width: 34px; +.my-3 { + margin-top: 12px !important; + margin-bottom: 12px !important; } -.select .button:focus, -.select .button:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; +.mr-3-minus { + margin-right: -12px !important; } -.select .button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +.ml-3-minus { + margin-left: -12px !important; } -.select .input-clear-button { - background-color: transparent; +.mt-3-minus { + margin-top: -12px !important; } -.select .input-clear-button:hover { - background-color: transparent; +.mb-3-minus { + margin-bottom: -12px !important; } -.select .select-input { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - cursor: pointer; - width: calc(100% - .1rem); - height: 34px; - padding-left: 10px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.p-4 { + padding: 16px !important; } -.select .select-input .icon { - margin: 0 4px; +.pr-4 { + padding-right: 16px !important; } -.select .select-input:focus { - -webkit-box-shadow: none; - box-shadow: none; +.pl-4 { + padding-left: 16px !important; } -.select select[multiple] ~ .select-input { - padding-left: 4px; +.pt-4 { + padding-top: 16px !important; } -.select:hover input { - border-color: transparent; +.pb-4 { + padding-bottom: 16px !important; } -.select .drop-container { - position: absolute; - top: 100%; - left: 0; - width: calc(100% + 2px); - height: auto; - border: 1px solid #dfdfdf; - padding: 2px; - margin-left: -1px; - z-index: 1000; - background-color: #ffffff; - -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); +.px-4 { + padding-left: 16px !important; + padding-right: 16px !important; } -.select .drop-container .input { - margin: 4px 2px 6px; - width: calc(100% - 4px); +.py-4 { + padding-top: 16px !important; + padding-bottom: 16px !important; } -.select .d-menu { - width: 100%; - overflow-y: auto; - position: relative; - display: block; - -webkit-box-shadow: none; - box-shadow: none; +.m-4 { + margin: 16px !important; } -.select .d-menu li a { - height: 32px; - line-height: 32px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.mr-4 { + margin-right: 16px !important; } -.select .d-menu li a .icon { - top: 0.3rem; - margin-top: 0; +.ml-4 { + margin-left: 16px !important; } -.select .d-menu .active { - border: none; - color: #ffffff; +.mt-4 { + margin-top: 16px !important; } -.select .d-menu .active:hover { - color: #ffffff; +.mb-4 { + margin-bottom: 16px !important; } -.select.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.mx-4 { + margin-left: 16px !important; + margin-right: 16px !important; } -.select.dropdown-toggle::before { - margin-left: -1.1rem; - left: 100%; - top: 14px; - margin-top: 0; - width: 0.4rem; - height: 0.4rem; +.my-4 { + margin-top: 16px !important; + margin-bottom: 16px !important; } -.select.disabled.dropdown-toggle:before { - border-color: #ffffff; +.mr-4-minus { + margin-right: -16px !important; } -.select .group-title { - background-color: #f6f7f8; - font-size: 0.75rem; - line-height: 0.875rem; - padding: 0.25rem 0.5rem 0.25rem 1rem; - border: 0; - color: #646464; - font-weight: bold; +.ml-4-minus { + margin-left: -16px !important; } -.select .group-title:hover { - background-color: #f6f7f8; - cursor: default; - border: 0; +.mt-4-minus { + margin-top: -16px !important; } -.select ul { - right: 0; - left: 0; +.mb-4-minus { + margin-bottom: -16px !important; } -.select .selected-item { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - position: relative; - margin: 2px; - padding: 0; - height: 26px; - line-height: 26px; - background-color: #f8f8f8; - cursor: default; +.p-5 { + padding: 20px !important; } -.select .selected-item .title { - display: block; - position: relative; - max-width: 120px; - font-size: 14px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - margin: 0 4px; +.pr-5 { + padding-right: 20px !important; } -.select .selected-item .remover { - display: block; - position: relative; - width: 25px; - height: 25px; - line-height: 24px; - text-align: center; - cursor: pointer; - background-color: #e4e4e4; +.pl-5 { + padding-left: 20px !important; } -.select.multiple { - -ms-flex-wrap: wrap; - flex-wrap: wrap; - height: auto; - min-height: 36px; +.pt-5 { + padding-top: 20px !important; } -.select.multiple .dropdown-toggle { - position: absolute; - top: 0; - right: 0; +.pb-5 { + padding-bottom: 20px !important; } -.select.multiple > .button-group { - position: absolute; - top: 0; - right: 34px; +.px-5 { + padding-left: 20px !important; + padding-right: 20px !important; } -.select.multiple .select-input { - height: auto; - min-height: 36px; - margin-right: 34px; +.py-5 { + padding-top: 20px !important; + padding-bottom: 20px !important; } -.select.multiple .button-group:not(.d-none) ~ .select-input { - margin-right: 68px; +.m-5 { + margin: 20px !important; } -.select .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mr-5 { + margin-right: 20px !important; } -.select .append { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.ml-5 { + margin-left: 20px !important; } -.select .select-input { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mt-5 { + margin-top: 20px !important; } -.select .button-group { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.mb-5 { + margin-bottom: 20px !important; } -.select .dropdown-toggle { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; +.mx-5 { + margin-left: 20px !important; + margin-right: 20px !important; } -.select.input-large { - height: 50px; +.my-5 { + margin-top: 20px !important; + margin-bottom: 20px !important; } -.select.input-large .dropdown-toggle, -.select.input-large > .button-group .button { - height: 50px; - width: 50px; +.mr-5-minus { + margin-right: -20px !important; } -.select.input-large .dropdown-toggle::before { - margin-left: -1.5rem; +.ml-5-minus { + margin-left: -20px !important; } -.select.input-large .select-input, -.select.input-large .prepend, -.select.input-large .append { - height: 48px; - font-size: 1.3rem; - padding: 2px 10px; - line-height: 48px; +.mt-5-minus { + margin-top: -20px !important; } -.select.input-large.multiple { - min-height: 50px; - height: auto; +.mb-5-minus { + margin-bottom: -20px !important; } -.select.input-large.multiple .select-input { - height: auto; - min-height: 48px; +.p-6 { + padding: 24px !important; } -.select.input-large.multiple > .button-group { - right: 50px; +.pr-6 { + padding-right: 24px !important; } -.select.input-large.multiple > .button-group:not(.d-none) ~ .select-input { - margin-right: 100px; +.pl-6 { + padding-left: 24px !important; } -.select.input-large.dropdown-toggle::before { - top: 18px; - width: 0.6rem; - height: 0.6rem; - margin-left: -1.3rem; +.pt-6 { + padding-top: 24px !important; } -.select.input-large .selected-item { - margin: 2px 2px; - height: 36px; - line-height: 36px; +.pb-6 { + padding-bottom: 24px !important; } -.select.input-large .selected-item .title { - font-size: 1.3rem; - line-height: 36px; - padding: 0 8px; +.px-6 { + padding-left: 24px !important; + padding-right: 24px !important; } -.select.input-large .selected-item .remover { - width: 35px; - height: 35px; - line-height: 30px; - font-size: 1.6rem; +.py-6 { + padding-top: 24px !important; + padding-bottom: 24px !important; } -.select.input-small { - height: 28px; +.m-6 { + margin: 24px !important; } -.select.input-small .dropdown-toggle, -.select.input-small > .button-group .button { - height: 28px; - width: 28px; +.mr-6 { + margin-right: 24px !important; } -.select.input-small .dropdown-toggle::before { - margin-left: -1rem; +.ml-6 { + margin-left: 24px !important; } -.select.input-small .select-input, -.select.input-small .prepend, -.select.input-small .append { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; - line-height: 26px; +.mt-6 { + margin-top: 24px !important; } -.select.input-small.multiple { - min-height: 28px; - height: auto; +.mb-6 { + margin-bottom: 24px !important; } -.select.input-small.multiple .select-input { - height: auto; - min-height: 26px; +.mx-6 { + margin-left: 24px !important; + margin-right: 24px !important; } -.select.input-small.multiple > .button-group { - right: 28px; +.my-6 { + margin-top: 24px !important; + margin-bottom: 24px !important; } -.select.input-small.multiple > .button-group:not(.d-none) ~ .select-input { - margin-right: 56px; +.mr-6-minus { + margin-right: -24px !important; } -.select.input-small.dropdown-toggle::before { - top: 10px; - width: 0.325rem; - height: 0.325rem; - margin-left: -0.9rem; +.ml-6-minus { + margin-left: -24px !important; } -.select.input-small .selected-item { - height: 18px; - line-height: 18px; +.mt-6-minus { + margin-top: -24px !important; } -.select.input-small .selected-item .title { - font-size: 0.7rem; - line-height: 18px; +.mb-6-minus { + margin-bottom: -24px !important; } -.select.input-small .selected-item .remover { - width: 18px; - height: 18px; - line-height: 18px; - font-size: 0.8rem; +.p-7 { + padding: 28px !important; } -.select2-container .selection .select2-selection--single { - height: 36px; - border: 1px #d9d9d9 solid; +.pr-7 { + padding-right: 28px !important; } -.select2-container .selection .select2-selection--single .select2-selection__rendered { - line-height: 36px; +.pl-7 { + padding-left: 28px !important; } -.select2-container .selection .select2-selection--single .select2-selection__arrow { - height: 36px; +.pt-7 { + padding-top: 28px !important; } -.select2-container .selection .select2-selection--multiple { - min-height: 36px; - border: 1px #d9d9d9 solid; +.pb-7 { + padding-bottom: 28px !important; } -.select2-container .selection .select2-selection--multiple .select2-selection__rendered { - display: block; +.px-7 { + padding-left: 28px !important; + padding-right: 28px !important; } -.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { - border-radius: 0; - background-color: #f8f8f8; - font-size: 14px; - height: 26px; - line-height: 26px; +.py-7 { + padding-top: 28px !important; + padding-bottom: 28px !important; } -.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field { - margin-top: 0; +.m-7 { + margin: 28px !important; } -.select2-container .select2-selection, -.select2-container .select2-dropdown { - border-radius: 0; +.mr-7 { + margin-right: 28px !important; } -.select2 .selection .select2-selection--single, -.select2 .selection .select2-selection--multiple { - outline: none; +.ml-7 { + margin-left: 28px !important; } -.select2 .selection .select2-selection--single:hover, -.select2 .selection .select2-selection--multiple:hover { - border-color: #c0c0c0; +.mt-7 { + margin-top: 28px !important; } -.select2 .selection .select2-selection--single:focus, -.select2 .selection .select2-selection--multiple:focus, -.select2 .selection .select2-selection--single.focused, -.select2 .selection .select2-selection--multiple.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.mb-7 { + margin-bottom: 28px !important; } -.select2 .selection .select2-selection--single:disabled, -.select2 .selection .select2-selection--multiple:disabled, -.select2 .selection .select2-selection--single.disabled, -.select2 .selection .select2-selection--multiple.disabled { - pointer-events: none; - border-color: #ebebeb; - background-color: #e9e9e9; +.mx-7 { + margin-left: 28px !important; + margin-right: 28px !important; } -.shortcut { - width: 6rem; - height: 6rem; - padding: 0.5rem; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - font-size: 0.9rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - position: relative; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - outline: none; +.my-7 { + margin-top: 28px !important; + margin-bottom: 28px !important; } -.shortcut .icon, -.shortcut .caption { - display: block; - line-height: 1; +.mr-7-minus { + margin-right: -28px !important; } -.shortcut .icon { - display: block; - vertical-align: middle; - width: 1.7rem; - height: 1.7rem; - font-size: 1.7rem; - margin-top: 1rem; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.ml-7-minus { + margin-left: -28px !important; } -.shortcut .caption { - color: inherit; - height: 1.2rem; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mt-7-minus { + margin-top: -28px !important; } -.shortcut .icon ~ .caption { - margin-top: 0.875rem; +.mb-7-minus { + margin-bottom: -28px !important; } -.shortcut .badge { - position: absolute; - font-size: 0.6875rem; - top: 0.25rem; - right: 0.25rem; - color: inherit; - -webkit-transform: none; - -ms-transform: none; - transform: none; - background-color: inherit; +.p-8 { + padding: 32px !important; } -.shortcut.no-caption .icon { - width: 2rem; - height: 2rem; - font-size: 2rem; - margin-top: 1.5rem; +.pr-8 { + padding-right: 32px !important; } -.shortcut:hover { - background-color: rgba(29, 29, 29, 0.1); +.pl-8 { + padding-left: 32px !important; } -.shortcut.focus, -.shortcut:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.pt-8 { + padding-top: 32px !important; } -.shortcut.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.pb-8 { + padding-bottom: 32px !important; } -.shortcut:focus, -.shortcut:hover, -.shortcut:active { - text-decoration: none; +.px-8 { + padding-left: 32px !important; + padding-right: 32px !important; } -.shortcut:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.py-8 { + padding-top: 32px !important; + padding-bottom: 32px !important; } -.shortcut.disabled, -.shortcut:disabled { - opacity: 0.65; +.m-8 { + margin: 32px !important; } -.shortcut:active { - -webkit-box-shadow: none; - box-shadow: none; +.mr-8 { + margin-right: 32px !important; } -.sidebar { - display: block; - position: fixed; - top: 0; - bottom: 0; - overflow: hidden; - width: 290px; - background-color: #ffffff; - padding: 0; - z-index: 1031; +.ml-8 { + margin-left: 32px !important; } -.sidebar.on-left { - right: auto!important; - left: -290px; - -webkit-transition: left 0.3s ease; - -o-transition: left 0.3s ease; - transition: left 0.3s ease; +.mt-8 { + margin-top: 32px !important; } -.sidebar.on-left.open, -.sidebar.on-left.static { - -webkit-transition: left 0.3s ease; - -o-transition: left 0.3s ease; - transition: left 0.3s ease; - left: 0; +.mb-8 { + margin-bottom: 32px !important; } -.sidebar.on-left.open.sidebar-shadow, -.sidebar.on-left.static.sidebar-shadow { - -webkit-box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); - box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); +.mx-8 { + margin-left: 32px !important; + margin-right: 32px !important; } -.sidebar.on-right { - -webkit-transition: right 0.3s ease; - -o-transition: right 0.3s ease; - transition: right 0.3s ease; - left: auto!important; - right: -290px; +.my-8 { + margin-top: 32px !important; + margin-bottom: 32px !important; } -.sidebar.on-right.open, -.sidebar.on-right.static { - -webkit-transition: right 0.3s ease; - -o-transition: right 0.3s ease; - transition: right 0.3s ease; - right: 0; +.mr-8-minus { + margin-right: -32px !important; } -.sidebar.on-right.open.sidebar-shadow, -.sidebar.on-right.static.sidebar-shadow { - -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); - box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); +.ml-8-minus { + margin-left: -32px !important; } -.sidebar-header, -.sidebar-menu, -.sidebar-content { - display: block; - position: relative; - width: 100%; +.mt-8-minus { + margin-top: -32px !important; } -.sidebar-header { - background: #ffffff top left no-repeat; - background-size: cover; - height: 160px; - border-bottom: 1px #e0e0e0 solid; +.mb-8-minus { + margin-bottom: -32px !important; } -.sidebar-header > .avatar { - position: absolute; - height: 64px; - width: 64px; - background: #ffffff; - color: white; - border-radius: 50%; - top: 16px; - left: 16px; - overflow: hidden; - text-align: center; - border: 2px solid #fff; +.p-9 { + padding: 36px !important; } -.sidebar-header > .avatar img { - width: 100%; - max-height: 100%; +.pr-9 { + padding-right: 36px !important; } -.sidebar-header > .title, -.sidebar-header > .subtitle { - display: block; - position: absolute; - left: 16px; +.pl-9 { + padding-left: 36px !important; } -.sidebar-header > .title { - font-size: 18px; - font-weight: 100; - top: 96px; +.pt-9 { + padding-top: 36px !important; } -.sidebar-header > .subtitle { - font-size: 12px; - font-weight: 300; - top: 116px; +.pb-9 { + padding-bottom: 36px !important; } -.sidebar-header > .sub-action { - position: absolute; - top: 10px; - right: 10px; - text-decoration: none; +.px-9 { + padding-left: 36px !important; + padding-right: 36px !important; } -.sidebar-menu { - color: #1d1d1d; - height: 100%; - margin: 0; - padding: 0; - list-style: none inside; - overflow: hidden; - overflow-y: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.py-9 { + padding-top: 36px !important; + padding-bottom: 36px !important; } -.sidebar-menu::-webkit-scrollbar { - display: none!important; +.m-9 { + margin: 36px !important; } -.sidebar-menu li { - color: inherit; - display: block; - height: auto; - position: relative; - cursor: pointer; +.mr-9 { + margin-right: 36px !important; } -.sidebar-menu li a { - position: relative; - display: block; - color: inherit; - text-transform: capitalize; - height: 48px; - line-height: 48px; - padding-left: 56px; - text-decoration: none; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.ml-9 { + margin-left: 36px !important; } -.sidebar-menu li a .icon { - position: absolute; - left: 16px; - font-size: 24px; - top: 50%; - margin-top: -12px; - line-height: 1; - opacity: 0.8; +.mt-9 { + margin-top: 36px !important; } -.sidebar-menu li a .ripple-ink { - background: rgba(204, 204, 204, 0.3); +.mb-9 { + margin-bottom: 36px !important; } -.sidebar-menu li .second-action { - position: absolute; - right: 16px; - width: 24px; - height: 24px; - font-size: 24px; - top: 50%; - margin-top: -12px; +.mx-9 { + margin-left: 36px !important; + margin-right: 36px !important; } -.sidebar-menu li.divider { - padding: 0; - height: 1px; - margin: 0 1px; - overflow: hidden; - background-color: #dfdfdf; +.my-9 { + margin-top: 36px !important; + margin-bottom: 36px !important; } -.sidebar-menu li.divider:hover { - background-color: #dfdfdf; +.mr-9-minus { + margin-right: -36px !important; } -.sidebar-menu .group-title { - line-height: 1; - height: auto; - margin: 16px 16px 8px; - color: #1d1d1d; - font-weight: 700; - font-size: 0.9em; - cursor: default; +.ml-9-minus { + margin-left: -36px !important; } -.sidebar-menu li.content-container { - cursor: initial; - padding: 0 10px; +.mt-9-minus { + margin-top: -36px !important; } -.sidebar-menu li:hover { - background-color: rgba(29, 29, 29, 0.1); +.mb-9-minus { + margin-bottom: -36px !important; } -.sidebar-menu li.group-title:hover { - background-color: initial; +.p-10 { + padding: 40px !important; } -.sidebar-menu li.content-container:hover { - background-color: initial; +.pr-10 { + padding-right: 40px !important; } -.sidebar-menu .d-menu, -.sidebar-menu .v-menu { - position: relative; - float: none; +.pl-10 { + padding-left: 40px !important; } -.sidebar-header ~ .sidebar-menu { - height: calc(100% - 160px); +.pt-10 { + padding-top: 40px !important; } -.sidebar.compact .sidebar-menu li, -.subcompact .sidebar-menu li { - height: auto; +.pb-10 { + padding-bottom: 40px !important; } -.sidebar.compact .sidebar-menu li a, -.subcompact .sidebar-menu li a { - padding-top: 7px; - padding-bottom: 7px; - line-height: 1.2; - font-size: 14px; - padding-left: 40px; +.px-10 { + padding-left: 40px !important; + padding-right: 40px !important; } -.sidebar.compact .sidebar-menu li a .icon, -.subcompact .sidebar-menu li a .icon { - font-size: 14px; - margin-top: -7px; +.py-10 { + padding-top: 40px !important; + padding-bottom: 40px !important; } -.sidebar.subcompact .sidebar-menu li a { - padding-top: 3px; - padding-bottom: 3px; +.m-10 { + margin: 40px !important; } -.sidenav-counter { - display: block; - position: relative; - list-style: none inside; - height: 100%; - width: 52px; - overflow-x: hidden; - overflow-y: auto; - margin: 0; - padding: 0; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #f8f8f8; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.mr-10 { + margin-right: 40px !important; } -.sidenav-counter::-webkit-scrollbar { - display: none!important; +.ml-10 { + margin-left: 40px !important; } -.sidenav-counter li, -.sidenav-counter a { - display: block; - position: relative; - height: 52px; - line-height: 52px; - background-color: inherit; - color: inherit; - width: 100%; +.mt-10 { + margin-top: 40px !important; } -.sidenav-counter a { - padding: 0.625rem 0 0.625rem 0; - line-height: 0.875rem; - text-decoration: none; +.mb-10 { + margin-bottom: 40px !important; } -.sidenav-counter .icon { - width: 28px; - height: 28px; - font-size: 26px; - line-height: 28px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - top: 0.635rem; +.mx-10 { + margin-left: 40px !important; + margin-right: 40px !important; } -.sidenav-counter .title, -.sidenav-counter .counter { - display: block; - margin: 0; - white-space: nowrap; +.my-10 { + margin-top: 40px !important; + margin-bottom: 40px !important; } -.sidenav-counter .title { - font-size: 0.6875rem; - font-weight: bold; - text-transform: uppercase; - display: none; +.mr-10-minus { + margin-right: -40px !important; } -.sidenav-counter .counter { - font-size: 0.7rem; - font-weight: normal; - position: absolute; - top: 0; - right: 4px; +.ml-10-minus { + margin-left: -40px !important; } -.sidenav-counter li:hover { - background-color: rgba(29, 29, 29, 0.1); +.mt-10-minus { + margin-top: -40px !important; } -.sidenav-counter li:active { - background-color: #13709e; - color: #ffffff; +.mb-10-minus { + margin-bottom: -40px !important; } -.sidenav-counter .active, -.sidenav-counter li.active:hover { - background-color: #1ba1e2; - color: #ffffff; +.p-11 { + padding: 44px !important; } -.sidenav-counter[dir=rtl] .counter { - right: auto; - left: 4px; +.pr-11 { + padding-right: 44px !important; } -.sidenav-counter[dir=rtl] .icon { - left: 0.725rem; +.pl-11 { + padding-left: 44px !important; } -@media screen and (min-width: 0) { - .sidenav-counter-expand-fs { - width: 220px; - } - .sidenav-counter-expand-fs a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-fs .title { - display: block; - } - .sidenav-counter-expand-fs .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-fs[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-fs[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pt-11 { + padding-top: 44px !important; } -@media screen and (min-width: 576px) { - .sidenav-counter-expand-sm { - width: 220px; - } - .sidenav-counter-expand-sm a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-sm .title { - display: block; - } - .sidenav-counter-expand-sm .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-sm[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-sm[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pb-11 { + padding-bottom: 44px !important; } -@media screen and (min-width: 768px) { - .sidenav-counter-expand-md { - width: 220px; - } - .sidenav-counter-expand-md a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-md .title { - display: block; - } - .sidenav-counter-expand-md .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-md[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-md[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.px-11 { + padding-left: 44px !important; + padding-right: 44px !important; } -@media screen and (min-width: 992px) { - .sidenav-counter-expand-lg { - width: 220px; - } - .sidenav-counter-expand-lg a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-lg .title { - display: block; - } - .sidenav-counter-expand-lg .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-lg[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-lg[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.py-11 { + padding-top: 44px !important; + padding-bottom: 44px !important; } -@media screen and (min-width: 1200px) { - .sidenav-counter-expand-xl { - width: 220px; - } - .sidenav-counter-expand-xl a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-xl .title { - display: block; - } - .sidenav-counter-expand-xl .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-xl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-xl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.m-11 { + margin: 44px !important; } -@media screen and (min-width: 1452px) { - .sidenav-counter-expand-xxl { - width: 220px; - } - .sidenav-counter-expand-xxl a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-xxl .title { - display: block; - } - .sidenav-counter-expand-xxl .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-xxl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-xxl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.mr-11 { + margin-right: 44px !important; } -.sidenav-m3 { - display: block; - position: relative; - list-style: none inside; - height: 100%; - width: 220px; - margin: 0; - padding: 0; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #f8f8f8; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.ml-11 { + margin-left: 44px !important; } -.sidenav-m3::-webkit-scrollbar { - display: none!important; +.mt-11 { + margin-top: 44px !important; } -.sidenav-m3 li, -.sidenav-m3 a { - position: relative; - display: block; - color: inherit; +.mb-11 { + margin-bottom: 44px !important; } -.sidenav-m3 > li { - background: transparent; +.mx-11 { + margin-left: 44px !important; + margin-right: 44px !important; } -.sidenav-m3 > li.stick-left::before, -.sidenav-m3 > li.stick-right::before { - content: ""; - display: block; - position: absolute; - width: 6px; - height: 44px; - border-radius: 0.25rem 0 0 0.25rem; - background-color: inherit; - top: 0; - left: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); +.my-11 { + margin-top: 44px !important; + margin-bottom: 44px !important; } -.sidenav-m3 > li.stick-right::before { - left: 100%; - border-radius: 0 0.25rem 0.25rem 0; - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); +.mr-11-minus { + margin-right: -44px !important; } -.sidenav-m3 a { - padding: 0.625rem 1rem 0.625rem 3rem; - text-decoration: none; - background-color: #f8f8f8; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.ml-11-minus { + margin-left: -44px !important; } -.sidenav-m3 li + li { - border-top: 1px solid #dfdfdf; +.mt-11-minus { + margin-top: -44px !important; } -.sidenav-m3 .icon { - width: 24px; - height: 24px; - font-size: 22px; - line-height: 24px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - bottom: 12px; +.mb-11-minus { + margin-bottom: -44px !important; } -.sidenav-m3 .title { - padding: 20px 20px 10px 20px; - font-size: 24px; - border: 0; +.p-12 { + padding: 48px !important; } -.sidenav-m3 .d-menu { - position: relative; - -webkit-box-shadow: none; - box-shadow: none; - background-color: inherit; - width: 100%; - float: none; +.pr-12 { + padding-right: 48px !important; } -.sidenav-m3 .d-menu a { - padding: 0 1rem 0 3rem; - text-decoration: none; +.pl-12 { + padding-left: 48px !important; } -.sidenav-m3 .d-menu li { - border-top: 1px solid #dfdfdf; +.pt-12 { + padding-top: 48px !important; } -.sidenav-m3 .d-menu .icon { - width: 24px; - height: 24px; - font-size: 22px; - line-height: 24px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - top: 50%; +.pb-12 { + padding-bottom: 48px !important; } -.sidenav-m3[dir=rtl] a { - padding-right: 3rem; - padding-left: 1rem; +.px-12 { + padding-left: 48px !important; + padding-right: 48px !important; } -.sidenav-m3[dir=rtl] .icon { - left: auto; - right: 0.625rem; +.py-12 { + padding-top: 48px !important; + padding-bottom: 48px !important; } -.sidenav-m3[dir=rtl] .dropdown-toggle { - padding-left: 1.5rem !important; - padding-right: 3rem!important; +.m-12 { + margin: 48px !important; } -.sidenav-m3[dir=rtl] .dropdown-toggle::before { - left: 1rem; - margin-left: 0; +.mr-12 { + margin-right: 48px !important; } -.sidenav-simple { - display: block; - position: relative; - list-style: none inside; - height: 100%; - width: 52px; - overflow-x: hidden; - overflow-y: auto; - margin: 0; - padding: 0; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #f8f8f8; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.ml-12 { + margin-left: 48px !important; } -.sidenav-simple::-webkit-scrollbar { - display: none!important; +.mt-12 { + margin-top: 48px !important; } -.sidenav-simple li, -.sidenav-simple a { - display: block; - position: relative; - height: 52px; - line-height: 52px; - background-color: inherit; - color: inherit; - width: 100%; +.mb-12 { + margin-bottom: 48px !important; } -.sidenav-simple a { - padding: 0.625rem 0 0.625rem 0; - line-height: 0.875rem; - text-decoration: none; +.mx-12 { + margin-left: 48px !important; + margin-right: 48px !important; } -.sidenav-simple .icon { - width: 28px; - height: 28px; - font-size: 26px; - line-height: 28px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - top: 0.635rem; +.my-12 { + margin-top: 48px !important; + margin-bottom: 48px !important; } -.sidenav-simple .title { - margin: 0; - white-space: nowrap; - font-size: 0.875rem; - text-transform: uppercase; - display: none; - line-height: 52px; +.mr-12-minus { + margin-right: -48px !important; } -.sidenav-simple li:hover { - background-color: rgba(29, 29, 29, 0.1); +.ml-12-minus { + margin-left: -48px !important; } -.sidenav-simple li:active { - background-color: #13709e; - color: #ffffff; +.mt-12-minus { + margin-top: -48px !important; } -.sidenav-simple .active, -.sidenav-simple li.active:hover { - background-color: #1ba1e2; - color: #ffffff; +.mb-12-minus { + margin-bottom: -48px !important; } -.sidenav-simple[dir=rtl] .icon { - left: 0.725rem; +.p-13 { + padding: 52px !important; } -@media screen and (min-width: 0) { - .sidenav-simple-expand-fs { - width: 220px; - } - .sidenav-simple-expand-fs a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-fs .title { - display: block; - } - .sidenav-simple-expand-fs[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-fs[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pr-13 { + padding-right: 52px !important; } -@media screen and (min-width: 576px) { - .sidenav-simple-expand-sm { - width: 220px; - } - .sidenav-simple-expand-sm a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-sm .title { - display: block; - } - .sidenav-simple-expand-sm[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-sm[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pl-13 { + padding-left: 52px !important; } -@media screen and (min-width: 768px) { - .sidenav-simple-expand-md { - width: 220px; - } - .sidenav-simple-expand-md a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-md .title { - display: block; - } - .sidenav-simple-expand-md[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-md[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pt-13 { + padding-top: 52px !important; } -@media screen and (min-width: 992px) { - .sidenav-simple-expand-lg { - width: 220px; - } - .sidenav-simple-expand-lg a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-lg .title { - display: block; - } - .sidenav-simple-expand-lg[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-lg[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pb-13 { + padding-bottom: 52px !important; } -@media screen and (min-width: 1200px) { - .sidenav-simple-expand-xl { - width: 220px; - } - .sidenav-simple-expand-xl a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-xl .title { - display: block; - } - .sidenav-simple-expand-xl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-xl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.px-13 { + padding-left: 52px !important; + padding-right: 52px !important; } -@media screen and (min-width: 1452px) { - .sidenav-simple-expand-xxl { - width: 220px; - } - .sidenav-simple-expand-xxl a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-xxl .title { - display: block; - } - .sidenav-simple-expand-xxl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-xxl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.py-13 { + padding-top: 52px !important; + padding-bottom: 52px !important; } -.skill-box { - display: block; - position: relative; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - background-color: #ffffff; - color: #1d1d1d; +.m-13 { + margin: 52px !important; } -.skill-box .header { - display: block; - position: relative; - padding: 20px; +.mr-13 { + margin-right: 52px !important; } -.skill-box .header::after { - display: block; - clear: both; - content: ""; +.ml-13 { + margin-left: 52px !important; } -.skill-box .header::after { - display: block; - clear: both; - content: ""; +.mt-13 { + margin-top: 52px !important; } -.skill-box .header .avatar { - float: left; - width: 64px; - height: auto; - border-radius: 50%; - overflow: hidden; +.mb-13 { + margin-bottom: 52px !important; } -.skill-box .header .title { - font-size: 25px; - line-height: 1.1; - font-weight: 300; - margin: 5px 5px 5px 75px; +.mx-13 { + margin-left: 52px !important; + margin-right: 52px !important; } -.skill-box .header .subtitle { - font-size: 14px; - line-height: 1.1; - font-weight: 500; - margin: 0 5px 5px 75px; +.my-13 { + margin-top: 52px !important; + margin-bottom: 52px !important; } -.skill-box .skills { - margin: 0; - padding: 0; - list-style: none inside; +.mr-13-minus { + margin-right: -52px !important; } -.skill-box .skills li { - padding: 8px 16px; - font-size: 14px; +.ml-13-minus { + margin-left: -52px !important; } -.skill-box .skills li a { - text-decoration: none; - color: inherit; +.mt-13-minus { + margin-top: -52px !important; } -.skill-box .skills li + li { - border-top: 1px solid #dfdfdf; +.mb-13-minus { + margin-bottom: -52px !important; } -.skill-box .skills .badge { - position: relative; - display: inline-block; - right: auto; - top: 4px; - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); - float: right; +.p-14 { + padding: 56px !important; } -.slider { - display: block; - position: relative; - height: 2.125rem; - background: transparent; - cursor: default; - width: 100%; +.pr-14 { + padding-right: 56px !important; } -.slider input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; +.pl-14 { + padding-left: 56px !important; } -.slider .backside, -.slider .complete, -.slider .buffer, -.slider .marker { - position: absolute; - left: 0; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); +.pt-14 { + padding-top: 56px !important; } -.slider .backside { - background-color: #bebebe; - width: 100%; - z-index: 1; - height: 0.6rem; +.pb-14 { + padding-bottom: 56px !important; } -.slider .buffer { - z-index: 2; - height: 0.3rem; - background-color: #ffffff; +.px-14 { + padding-left: 56px !important; + padding-right: 56px !important; } -.slider .complete { - z-index: 3; - height: 0.6rem; - background-color: #60a917; +.py-14 { + padding-top: 56px !important; + padding-bottom: 56px !important; } -.slider .marker { - width: 1rem; - height: 1rem; - background-color: #1d1d1d; - z-index: 4; - outline: none; - border: 1px solid transparent; - cursor: pointer; - overflow: visible; +.m-14 { + margin: 56px !important; } -.slider .marker:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.mr-14 { + margin-right: 56px !important; } -.slider .marker:active::after { - display: block; - content: ""; - position: absolute; - width: 3.125rem; - height: 3.125rem; - border-radius: 50%; - background-color: rgba(187, 187, 187, 0.5); - opacity: 0.3; - top: 50%; - left: 50%; - margin-top: -1.5625rem; - margin-left: -1.5625rem; +.ml-14 { + margin-left: 56px !important; } -.slider .hint { - display: none; - position: absolute; - z-index: 5; - width: auto!important; - height: auto!important; - padding: 0.25rem 0.5rem; - background-color: #989898; - color: #ffffff; - white-space: nowrap; +.mt-14 { + margin-top: 56px !important; } -.slider .hint::before { - display: block; - position: absolute; - content: ""; - width: 6px; - height: 6px; - background-color: inherit; -} -.slider .hint.top-side { - top: 0; - left: 50%; - -webkit-transform: translateY(-100%) translateX(-50%); - -ms-transform: translateY(-100%) translateX(-50%); - transform: translateY(-100%) translateX(-50%); - margin-top: -8px; +.mb-14 { + margin-bottom: 56px !important; } -.slider .hint.top-side::before { - top: 100%; - left: 50%; - -webkit-transform: rotate(45deg) translateX(-50%); - -ms-transform: rotate(45deg) translateX(-50%); - transform: rotate(45deg) translateX(-50%); - margin-top: -1px; +.mx-14 { + margin-left: 56px !important; + margin-right: 56px !important; } -.slider .hint.bottom-side { - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - top: 100%; - margin-top: 8px; +.my-14 { + margin-top: 56px !important; + margin-bottom: 56px !important; } -.slider .hint.bottom-side::before { - top: 0; - left: 50%; - -webkit-transform: rotate(45deg) translateX(-50%); - -ms-transform: rotate(45deg) translateX(-50%); - transform: rotate(45deg) translateX(-50%); - margin-top: -1px; +.mr-14-minus { + margin-right: -56px !important; } -.slider .hint.left-side { - left: 0; - top: 50%; - -webkit-transform: translateY(-50%) translateX(-100%); - -ms-transform: translateY(-50%) translateX(-100%); - transform: translateY(-50%) translateX(-100%); - margin-left: -8px; +.ml-14-minus { + margin-left: -56px !important; } -.slider .hint.left-side::before { - top: 50%; - right: 0; - -webkit-transform: translateY(-50%) rotate(45deg); - -ms-transform: translateY(-50%) rotate(45deg); - transform: translateY(-50%) rotate(45deg); - margin-right: -3px; +.mt-14-minus { + margin-top: -56px !important; } -.slider .hint.right-side { - left: 100%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - top: 50%; - margin-left: 8px; +.mb-14-minus { + margin-bottom: -56px !important; } -.slider .hint.right-side::before { - top: 50%; - left: 0; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform: translateX(-50%) translateY(-50%) rotate(45deg); +.p-15 { + padding: 60px !important; } -.slider .marker.left-knob { - left: 0; +.pr-15 { + padding-right: 60px !important; } -.slider .marker.right-knob { - left: auto; - right: 0; +.pl-15 { + padding-left: 60px !important; } -.slider.range .complete { - width: 100%; +.pt-15 { + padding-top: 60px !important; } -.slider.thin .backside, -.slider.thin .complete, -.slider.thin .buffer { - height: 6px; +.pb-15 { + padding-bottom: 60px !important; } -.slider.ultra-thin .backside, -.slider.ultra-thin .complete, -.slider.ultra-thin .buffer { - height: 4px; +.px-15 { + padding-left: 60px !important; + padding-right: 60px !important; } -.slider.cycle-marker .marker { - border-radius: 50%; +.py-15 { + padding-top: 60px !important; + padding-bottom: 60px !important; } -.slider.vertical-slider { - width: 2.125rem; - height: 100px; +.m-15 { + margin: 60px !important; } -.slider.vertical-slider .backside, -.slider.vertical-slider .complete, -.slider.vertical-slider .buffer, -.slider.vertical-slider .marker { - top: auto; - left: 50%; - -webkit-transform: translateY(0) translateX(-50%); - -ms-transform: translateY(0) translateX(-50%); - transform: translateY(0) translateX(-50%); +.mr-15 { + margin-right: 60px !important; } -.slider.vertical-slider .backside, -.slider.vertical-slider .complete, -.slider.vertical-slider .buffer { - width: 0.5rem; - bottom: 0; +.ml-15 { + margin-left: 60px !important; } -.slider.vertical-slider .backside { - height: 100%; +.mt-15 { + margin-top: 60px !important; } -.slider.vertical-slider .buffer { - width: 0.3rem; +.mb-15 { + margin-bottom: 60px !important; } -.slider.vertical-slider .marker { - top: 100%; - -webkit-transform: translateY(-100%) translateX(-50%); - -ms-transform: translateY(-100%) translateX(-50%); - transform: translateY(-100%) translateX(-50%); +.mx-15 { + margin-left: 60px !important; + margin-right: 60px !important; } -.slider.rounded .backside, -.slider.rounded .complete, -.slider.rounded .buffer, -.slider.rounded .marker { - border-radius: 0.25rem; +.my-15 { + margin-top: 60px !important; + margin-bottom: 60px !important; } -.slider.disabled .marker { - display: none; +.mr-15-minus { + margin-right: -60px !important; } -.social-box { - display: block; - position: relative; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - background-color: #ffffff; - color: #1d1d1d; +.ml-15-minus { + margin-left: -60px !important; } -.social-box .header { - display: block; - position: relative; - padding: 20px 20px 40px 20px; +.mt-15-minus { + margin-top: -60px !important; } -.social-box .header .avatar { - position: absolute; - width: 90px; - height: auto; - border-radius: 50%; - overflow: hidden; - top: 100%; - left: 50%; - margin-top: -45px; - margin-left: -45px; - z-index: 2; - border: 2px solid #ffffff; +.mb-15-minus { + margin-bottom: -60px !important; } -.social-box .header .title { - font-size: 25px; - line-height: 1.1; - font-weight: 300; - margin-bottom: 5px; - z-index: 1; +.p-16 { + padding: 64px !important; } -.social-box .header .subtitle { - font-size: 14px; - line-height: 1.1; - font-weight: 500; - margin: 0; - z-index: 1; +.pr-16 { + padding-right: 64px !important; } -.social-box .skills { - margin: 0; - padding: 40px 0 0 0; - list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.pl-16 { + padding-left: 64px !important; } -.social-box .skills li { - padding: 8px 16px; - font-size: 14px; - text-align: center; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; +.pt-16 { + padding-top: 64px !important; } -.social-box .skills li a { - text-decoration: none; - color: inherit; +.pb-16 { + padding-bottom: 64px !important; } -.social-box .skills li + li { - border-left: 1px solid #dfdfdf; +.px-16 { + padding-left: 64px !important; + padding-right: 64px !important; } -.spinner { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - padding: 0; - cursor: text; - position: relative; - height: 36px; - line-height: 36px; +.py-16 { + padding-top: 64px !important; + padding-bottom: 64px !important; } -.spinner input { - border: none!important; - display: block; - position: relative; - width: 100%; - height: 100%; - line-height: 36px; - font-size: 16px; - padding: 0 4px; - text-align: center; +.m-16 { + margin: 64px !important; } -.spinner input:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; +.mr-16 { + margin-right: 64px !important; } -.spinner .button { - width: 34px; - min-width: 34px; - height: 34px; - line-height: 34px; - text-align: center; - font-weight: bold; - background-color: #f8f8f8; - padding: 0; +.ml-16 { + margin-left: 64px !important; } -.spinner .spinner-button-plus { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.mt-16 { + margin-top: 64px !important; } -.spinner .spinner-button-minus { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mb-16 { + margin-bottom: 64px !important; } -.spinner input { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mx-16 { + margin-left: 64px !important; + margin-right: 64px !important; } -.spinner.buttons-left .spinner-button-plus { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.my-16 { + margin-top: 64px !important; + margin-bottom: 64px !important; } -.spinner.buttons-left .spinner-button-minus { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mr-16-minus { + margin-right: -64px !important; } -.spinner.buttons-left input { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - text-align: right; +.ml-16-minus { + margin-left: -64px !important; } -.spinner.buttons-right .spinner-button-plus { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.mt-16-minus { + margin-top: -64px !important; } -.spinner.buttons-right .spinner-button-minus { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mb-16-minus { + margin-bottom: -64px !important; } -.spinner.buttons-right input { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - text-align: left; +.p-17 { + padding: 68px !important; } -.spinner.input-large { - height: 50px; - line-height: 50px; +.pr-17 { + padding-right: 68px !important; } -.spinner.input-large input { - font-size: 1.3rem; +.pl-17 { + padding-left: 68px !important; } -.spinner.input-large .spinner-button { - height: 48px; - width: 48px; - min-width: 48px; - line-height: 48px; - font-size: 1.3rem; +.pt-17 { + padding-top: 68px !important; } -.spinner.input-large .spinner-button [class*=mif-] { - font-size: 1.3rem; +.pb-17 { + padding-bottom: 68px !important; } -.spinner.input-large .default-icon-plus, -.spinner.input-large .default-icon-minus { - width: 21px; - height: 21px; +.px-17 { + padding-left: 68px !important; + padding-right: 68px !important; } -.spinner.input-small { - height: 28px; - line-height: 28px; +.py-17 { + padding-top: 68px !important; + padding-bottom: 68px !important; } -.spinner.input-small input { - font-size: 0.9rem; +.m-17 { + margin: 68px !important; } -.spinner.input-small .spinner-button { - height: 26px; - width: 26px; - min-width: 26px; - line-height: 26px; - font-size: 0.9rem; +.mr-17 { + margin-right: 68px !important; } -.spinner.input-small .spinner-button [class*=mif-] { - font-size: 0.9rem; +.ml-17 { + margin-left: 68px !important; } -.spinner.input-small .default-icon-plus, -.spinner.input-small .default-icon-minus { - width: 14px; - height: 14px; +.mt-17 { + margin-top: 68px !important; } -.split-button { - display: inline-block; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - width: auto; - height: 36px; - line-height: 1; +.mb-17 { + margin-bottom: 68px !important; } -.split-button > *:nth-child(1) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mx-17 { + margin-left: 68px !important; + margin-right: 68px !important; } -.split-button > *:nth-child(2) { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - margin-left: 4px; +.my-17 { + margin-top: 68px !important; + margin-bottom: 68px !important; } -.split-button .dropdown { - position: static; +.mr-17-minus { + margin-right: -68px !important; } -.split-button .drop-object { - left: 0; +.ml-17-minus { + margin-left: -68px !important; } -.split-button > .split-button { - margin-left: 4px; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mt-17-minus { + margin-top: -68px !important; } -.split-button .split { - margin-left: -2px; - padding: 0 0.75rem; - text-align: center; - vertical-align: middle ; - background-color: #e4e4e4; - border: 1px transparent solid; - color: #1d1d1d; - cursor: pointer; - outline: none; - font-size: 0.875rem; - position: relative; - line-height: 36px; - height: 36px; - min-width: 36px; +.mb-17-minus { + margin-bottom: -68px !important; } -.split-button .split.dropdown-toggle::before { - margin-left: -1.25rem; +.p-18 { + padding: 72px !important; } -.split-button .split:hover { - background-color: #cbcbcb; +.pr-18 { + padding-right: 72px !important; } -.split-button .split:focus, -.split-button .split:hover { - text-decoration: none; +.pl-18 { + padding-left: 72px !important; } -.split-button .split:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.pt-18 { + padding-top: 72px !important; } -.split-button .split.disabled, -.split-button .split:disabled { - opacity: 0.65; +.pb-18 { + padding-bottom: 72px !important; } -.split-button .split.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.px-18 { + padding-left: 72px !important; + padding-right: 72px !important; } -.split-button .split:active { - -webkit-box-shadow: none; - box-shadow: none; +.py-18 { + padding-top: 72px !important; + padding-bottom: 72px !important; } -.splitter { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; +.m-18 { + margin: 72px !important; } -.splitter.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; -} -.splitter > .gutter { - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - border: 1px solid #f8f8f8; - background-color: #f8f8f8; - cursor: col-resize; - z-index: 1; -} -.splitter > .gutter.active { - background-color: #bebebe; -} -.splitter > .gutter::before { - content: ""; - z-index: 1; - display: block; - position: absolute; - left: 0; - width: 100%; - top: 50%; - height: 24px; - margin-top: -12px; - background-color: #bebebe; -} -.splitter.vertical > .gutter { - cursor: row-resize; -} -.splitter.vertical > .gutter::before { - height: 100%; - width: 24px; - top: 0; - left: 50%; - margin-left: -12px; - margin-top: 0; -} -.splitter > .split-block { - position: relative; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; - overflow: hidden; +.mr-18 { + margin-right: 72px !important; } -.stepper { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - position: relative; - margin: 0.5rem 0; +.ml-18 { + margin-left: 72px !important; } -.stepper::before { - content: ""; - display: block; - width: 100%; - position: absolute; - height: 1px; - background-color: #bebebe; - top: 50%; - left: 0; - z-index: 0; +.mt-18 { + margin-top: 72px !important; } -.stepper.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; +.mb-18 { + margin-bottom: 72px !important; } -.stepper .step { - display: block; - width: 32px; - height: 32px; - line-height: 32px; - text-align: center; - z-index: 1; - background-color: #989898; - color: #ffffff; - cursor: pointer; - position: relative; +.mx-18 { + margin-left: 72px !important; + margin-right: 72px !important; } -.stepper .step span { - display: block; +.my-18 { + margin-top: 72px !important; + margin-bottom: 72px !important; } -.stepper .step.complete { - background-color: #60a917; - color: #ffffff; +.mr-18-minus { + margin-right: -72px !important; } -.stepper .step.current { - background-color: #1ba1e2; - color: #ffffff; +.ml-18-minus { + margin-left: -72px !important; } -.stepper.cycle .step { - border-radius: 50%; +.mt-18-minus { + margin-top: -72px !important; } -.stepper.diamond .step { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.mb-18-minus { + margin-bottom: -72px !important; } -.stepper.diamond .step span { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.p-19 { + padding: 76px !important; } -.streamer { - position: relative; - display: block; - width: 100%; - overflow: hidden; - margin-bottom: 1rem; +.pr-19 { + padding-right: 76px !important; } -.streamer .streams { - width: 40px; - overflow: visible; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding-top: 30px; - background-color: #ffffff; - color: #1d1d1d; - position: absolute; - margin-top: 2px; - left: 0; - top: 0; - z-index: 500; +.pl-19 { + padding-left: 76px !important; } -.streamer .streamer-actions { - position: absolute; - top: -1px; - left: 0; - width: 100%; - height: 32px; - display: none; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - background-color: inherit; - z-index: 101; +.pt-19 { + padding-top: 76px !important; } -.streamer .streamer-action { - margin: 1px; - height: 26px; - width: 26px; - border: 0 solid #dfdfdf; - line-height: 26px; - text-align: center; - cursor: pointer; - background-color: #ffffff; - color: #1d1d1d; - outline: none; - padding: 0; +.pb-19 { + padding-bottom: 76px !important; } -.streamer .streamer-action * { - vertical-align: inherit ; - font-size: 24px; - text-align: center; - width: 24px; - height: 24px; +.px-19 { + padding-left: 76px !important; + padding-right: 76px !important; } -.streamer a.streamer-action { - color: #1d1d1d; +.py-19 { + padding-top: 76px !important; + padding-bottom: 76px !important; } -.streamer a.streamer-action:hover { - color: #1d1d1d; +.m-19 { + margin: 76px !important; } -.streamer .stream { - position: relative; - height: 75px; - width: 40px; - padding: 4px 8px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - background-color: inherit; - color: inherit; - border: 2px solid #ffffff; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; +.mr-19 { + margin-right: 76px !important; } -.streamer .stream-title, -.streamer .stream-secondary { - display: none; - z-index: 2; +.ml-19 { + margin-left: 76px !important; } -.streamer .stream-title { - font-size: 14px; - text-transform: uppercase; - height: 100%; - line-height: 1; +.mt-19 { + margin-top: 76px !important; } -.streamer .stream-secondary { - height: 16px; - line-height: 16px; - font-size: 12px; +.mb-19 { + margin-bottom: 76px !important; } -.streamer .stream-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -16px; - margin-left: -16px; - width: 32px; - height: 32px; - font-size: 24px; - text-align: center; +.mx-19 { + margin-left: 76px !important; + margin-right: 76px !important; } -.streamer .events-area { - width: 100%; - overflow: hidden; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding-left: 40px; - z-index: 1; - position: relative; - white-space: nowrap; - overflow-x: scroll; - -webkit-overflow-scrolling: auto; +.my-19 { + margin-top: 76px !important; + margin-bottom: 76px !important; } -.streamer .streamer-timeline, -.streamer .streamer-fake-timeline { - height: 32px; - width: auto; - list-style: none inside; - margin: 0; - padding: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mr-19-minus { + margin-right: -76px !important; } -.streamer .streamer-timeline li, -.streamer .streamer-fake-timeline li { - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - width: 224px; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=") no-repeat; - vertical-align: bottom; - height: 100%; - line-height: 30px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; +.ml-19-minus { + margin-left: -76px !important; } -.streamer .streamer-timeline li em, -.streamer .streamer-fake-timeline li em { - font-size: 10px; - font-style: normal; - margin: 4px; - -webkit-box-flex: 1; - -ms-flex: 1 0 0px; - flex: 1 0 0; - max-width: 100%; +.mt-19-minus { + margin-top: -76px !important; } -.streamer .streamer-fake-timeline { - position: absolute; - height: 1px; - top: 0; - left: 0; - width: 100%; +.mb-19-minus { + margin-bottom: -76px !important; } -.streamer .streamer-fake-timeline li { - width: auto; - line-height: 1px; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - overflow: hidden; - text-align: center; - color: #fcfcfc; +.p-20 { + padding: 80px !important; } -.streamer .streamer-events { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.pr-20 { + padding-right: 80px !important; } -.streamer .event-group { - display: block; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid transparent; - -ms-flex-negative: 0; - flex-shrink: 0; - margin-top: -1px; +.pl-20 { + padding-left: 80px !important; } -.streamer .stream-events { - min-height: 75px; - height: auto; - width: auto; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.pt-20 { + padding-top: 80px !important; } -.streamer .stream-events.global-stream { - min-height: 100%; +.pb-20 { + padding-bottom: 80px !important; } -.streamer .stream-events.global-stream .stream-event { - min-width: 100%; +.px-20 { + padding-left: 80px !important; + padding-right: 80px !important; } -.streamer .stream-event { - width: 222px; - height: 72px; - border: 1px solid #f5f5f5; - margin: 2px 1px; - background-color: #ffffff; - color: #1d1d1d; - overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; +.py-20 { + padding-top: 80px !important; + padding-bottom: 80px !important; } -.streamer .stream-event:hover { - border-color: #dfdfdf; +.m-20 { + margin: 80px !important; } -.streamer .stream-event-slide { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - height: 100%; +.mr-20 { + margin-right: 80px !important; } -.streamer .stream-event-slide .slide-logo { - width: 40px; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding: 2px; +.ml-20 { + margin-left: 80px !important; } -.streamer .stream-event-slide .slide-logo .icon { - width: 36px; - height: 36px; +.mt-20 { + margin-top: 80px !important; } -.streamer .stream-event-slide .slide-logo .time { - margin-top: 1px; - padding: 5px 4px 6px; - font-size: 0.75rem; +.mb-20 { + margin-bottom: 80px !important; } -.streamer .stream-event-slide .slide-data { - margin: 0 4px; - padding: 4px 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - width: auto; - max-width: calc(100% - 48px); - height: 100%; +.mx-20 { + margin-left: 80px !important; + margin-right: 80px !important; } -.streamer .stream-event-slide .slide-data .title, -.streamer .stream-event-slide .slide-data .subtitle, -.streamer .stream-event-slide .slide-data .desc { - line-height: 1; +.my-20 { + margin-top: 80px !important; + margin-bottom: 80px !important; } -.streamer .stream-event-slide .slide-data .title { - font-size: 12px; - font-weight: bold; - line-height: 14px; +.mr-20-minus { + margin-right: -80px !important; } -.streamer .stream-event-slide .slide-data .subtitle { - font-size: 10px; +.ml-20-minus { + margin-left: -80px !important; } -.streamer .stream-event-slide .slide-data .desc { - font-size: 11px; - color: #999999; - margin-top: auto; - height: 29px; +.mt-20-minus { + margin-top: -80px !important; } -.streamer .stream-event-slide .slide-data * + .subtitle { - margin-top: 2px; -} -.streamer .stream-event-slide .state-icon { - position: absolute; - z-index: 99; - top: 4px; - right: 8px; - color: #989898; -} -.streamer .stream-event { - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.streamer .stream-event.selected { - -webkit-box-shadow: 0 0 0 1px #5ebdec !important; - box-shadow: 0 0 0 1px #5ebdec !important; -} -.streamer .stream-events:not(.global-stream) .stream-event.disabled { - opacity: 0.2; -} -.streamer .size-auto { - width: auto; -} -.streamer .event-group.size-1x { - width: 224px; -} -.streamer .event-group.size-2x { - width: 448px; -} -.streamer .event-group.size-3x { - width: 672px; -} -.streamer .event-group.size-4x { - width: 896px; -} -.streamer .event-group.size-5x { - width: 1120px; -} -.streamer .event-group.size-6x { - width: 1344px; -} -.streamer .event-group.size-7x { - width: 1568px; -} -.streamer .event-group.size-8x { - width: 1792px; -} -.streamer .event-group.size-9x { - width: 2016px; -} -.streamer .event-group.size-10x { - width: 2240px; -} -.streamer .event-group.size-11x { - width: 2464px; -} -.streamer .event-group.size-12x { - width: 2688px; -} -.streamer .event-group.size-13x { - width: 2912px; -} -.streamer .event-group.size-14x { - width: 3136px; -} -.streamer .event-group.size-15x { - width: 3360px; -} -.streamer .event-group.size-16x { - width: 3584px; -} -.streamer .event-group.size-17x { - width: 3808px; -} -.streamer .event-group.size-18x { - width: 4032px; -} -.streamer .event-group.size-19x { - width: 4256px; -} -.streamer .event-group.size-20x { - width: 4480px; -} -.streamer .stream-event.size-1x { - width: 222px; -} -.streamer .stream-event.shift-1x { - margin-left: 225px; -} -.streamer .stream-event.size-2x { - width: 446px; -} -.streamer .stream-event.shift-2x { - margin-left: 449px; -} -.streamer .stream-event.size-3x { - width: 670px; -} -.streamer .stream-event.shift-3x { - margin-left: 673px; -} -.streamer .stream-event.size-4x { - width: 894px; -} -.streamer .stream-event.shift-4x { - margin-left: 897px; -} -.streamer .stream-event.size-5x { - width: 1118px; -} -.streamer .stream-event.shift-5x { - margin-left: 1121px; -} -.streamer .stream-event.size-6x { - width: 1342px; -} -.streamer .stream-event.shift-6x { - margin-left: 1345px; -} -.streamer .stream-event.size-7x { - width: 1566px; -} -.streamer .stream-event.shift-7x { - margin-left: 1569px; -} -.streamer .stream-event.size-8x { - width: 1790px; -} -.streamer .stream-event.shift-8x { - margin-left: 1793px; -} -.streamer .stream-event.size-9x { - width: 2014px; -} -.streamer .stream-event.shift-9x { - margin-left: 2017px; -} -.streamer .stream-event.size-10x { - width: 2238px; -} -.streamer .stream-event.shift-10x { - margin-left: 2241px; -} -.streamer .stream-event.size-11x { - width: 2462px; -} -.streamer .stream-event.shift-11x { - margin-left: 2465px; -} -.streamer .stream-event.size-12x { - width: 2686px; -} -.streamer .stream-event.shift-12x { - margin-left: 2689px; -} -.streamer .stream-event.size-13x { - width: 2910px; -} -.streamer .stream-event.shift-13x { - margin-left: 2913px; -} -.streamer .stream-event.size-14x { - width: 3134px; -} -.streamer .stream-event.shift-14x { - margin-left: 3137px; -} -.streamer .stream-event.size-15x { - width: 3358px; -} -.streamer .stream-event.shift-15x { - margin-left: 3361px; -} -.streamer .stream-event.size-16x { - width: 3582px; -} -.streamer .stream-event.shift-16x { - margin-left: 3585px; -} -.streamer .stream-event.size-17x { - width: 3806px; -} -.streamer .stream-event.shift-17x { - margin-left: 3809px; -} -.streamer .stream-event.size-18x { - width: 4030px; -} -.streamer .stream-event.shift-18x { - margin-left: 4033px; -} -.streamer .stream-event.size-19x { - width: 4254px; -} -.streamer .stream-event.shift-19x { - margin-left: 4257px; -} -.streamer .stream-event.size-20x { - width: 4478px; -} -.streamer .stream-event.shift-20x { - margin-left: 4481px; -} -.streamer .stream-event.size-half { - width: 112px; -} -.streamer .stream-event.size-one-third { - width: 74.66666667px; -} -.streamer .stream-event.offset-half { - margin-left: 112px; -} -.streamer .stream-event.offset-one-third { - margin-left: 74.66666667px; -} -html.metro-no-touch-device .streamer .stream:hover { - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; - width: 200px; -} -html.metro-no-touch-device .streamer .stream:hover .stream-title, -html.metro-no-touch-device .streamer .stream:hover .stream-secondary { - display: block; -} -html.metro-no-touch-device .streamer .stream:hover .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; -} -html.metro-touch-device .streamer .stream.focused { - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; - width: 200px; -} -html.metro-touch-device .streamer .stream.focused .stream-title, -html.metro-touch-device .streamer .stream.focused .stream-secondary { - display: block; -} -html.metro-touch-device .streamer .stream.focused .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; +.mb-20-minus { + margin-bottom: -80px !important; } @media screen and (min-width: 0) { - .streamer.streamer-expand-fs .streams, - .streamer.streamer-expand-fs .stream { - width: 200px; + .mx-auto-fs { + margin-left: auto!important; + margin-right: auto!important; } - .streamer.streamer-expand-fs .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .ml-auto-fs { + margin-left: auto!important; } - .streamer.streamer-expand-fs .stream-title, - .streamer.streamer-expand-fs .stream-secondary { - display: block; + .mr-auto-fs { + margin-right: auto!important; } - .streamer.streamer-expand-fs .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .mt-auto-fs { + margin-top: auto!important; } - .streamer.streamer-expand-fs .events-area { - padding-left: 200px; + .mb-auto-fs { + margin-bottom: auto!important; } -} -@media screen and (min-width: 576px) { - .streamer.streamer-expand-sm .streams, - .streamer.streamer-expand-sm .stream { - width: 200px; + .p-0-fs { + padding: 0!important; } - .streamer.streamer-expand-sm .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .pl-0-fs { + padding-left: 0!important; } - .streamer.streamer-expand-sm .stream-title, - .streamer.streamer-expand-sm .stream-secondary { - display: block; + .pr-0-fs { + padding-right: 0!important; } - .streamer.streamer-expand-sm .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .pt-0-fs { + padding-top: 0!important; } - .streamer.streamer-expand-sm .events-area { - padding-left: 200px; + .pb-0-fs { + padding-bottom: 0!important; } -} -@media screen and (min-width: 768px) { - .streamer.streamer-expand-md .streams, - .streamer.streamer-expand-md .stream { - width: 200px; + .m-0-fs { + margin: 0!important; } - .streamer.streamer-expand-md .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .ml-0-fs { + margin-left: 0!important; } - .streamer.streamer-expand-md .stream-title, - .streamer.streamer-expand-md .stream-secondary { - display: block; + .mr-0-fs { + margin-right: 0!important; } - .streamer.streamer-expand-md .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .mt-0-fs { + margin-top: 0!important; } - .streamer.streamer-expand-md .events-area { - padding-left: 200px; + .mb-0-fs { + margin-bottom: 0!important; } -} -@media screen and (min-width: 992px) { - .streamer.streamer-expand-lg .streams, - .streamer.streamer-expand-lg .stream { - width: 200px; + .p-0-fs { + padding: 0px !important; } - .streamer.streamer-expand-lg .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .pr-0-fs { + padding-right: 0px !important; } - .streamer.streamer-expand-lg .stream-title, - .streamer.streamer-expand-lg .stream-secondary { - display: block; + .pl-0-fs { + padding-left: 0px !important; } - .streamer.streamer-expand-lg .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .pt-0-fs { + padding-top: 0px !important; } - .streamer.streamer-expand-lg .events-area { - padding-left: 200px; + .pb-0-fs { + padding-bottom: 0px !important; } -} -@media screen and (min-width: 1200px) { - .streamer.streamer-expand-xl .streams, - .streamer.streamer-expand-xl .stream { - width: 200px; + .px-0-fs { + padding-left: 0px !important; + padding-right: 0px !important; } - .streamer.streamer-expand-xl .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .py-0-fs { + padding-top: 0px !important; + padding-bottom: 0px !important; } - .streamer.streamer-expand-xl .stream-title, - .streamer.streamer-expand-xl .stream-secondary { - display: block; + .m-0-fs { + margin: 0px !important; } - .streamer.streamer-expand-xl .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .mr-0-fs { + margin-right: 0px !important; } - .streamer.streamer-expand-xl .events-area { - padding-left: 200px; + .ml-0-fs { + margin-left: 0px !important; } -} -@media screen and (min-width: 1452px) { - .streamer.streamer-expand-xxl .streams, - .streamer.streamer-expand-xxl .stream { - width: 200px; + .mt-0-fs { + margin-top: 0px !important; } - .streamer.streamer-expand-xxl .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .mb-0-fs { + margin-bottom: 0px !important; } - .streamer.streamer-expand-xxl .stream-title, - .streamer.streamer-expand-xxl .stream-secondary { - display: block; + .mx-0-fs { + margin-left: 0px !important; + margin-right: 0px !important; } - .streamer.streamer-expand-xxl .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .my-0-fs { + margin-top: 0px !important; + margin-bottom: 0px !important; } - .streamer.streamer-expand-xxl .events-area { - padding-left: 200px; + .m-0-fs-minus { + margin: 0px !important; + } + .mr-0-fs-minus { + margin-right: 0px !important; + } + .ml-0-fs-minus { + margin-left: 0px !important; + } + .mt-0-fs-minus { + margin-top: 0px !important; + } + .mb-0-fs-minus { + margin-bottom: 0px !important; + } + .p-1-fs { + padding: 4px !important; + } + .pr-1-fs { + padding-right: 4px !important; + } + .pl-1-fs { + padding-left: 4px !important; + } + .pt-1-fs { + padding-top: 4px !important; + } + .pb-1-fs { + padding-bottom: 4px !important; + } + .px-1-fs { + padding-left: 4px !important; + padding-right: 4px !important; + } + .py-1-fs { + padding-top: 4px !important; + padding-bottom: 4px !important; + } + .m-1-fs { + margin: 4px !important; + } + .mr-1-fs { + margin-right: 4px !important; + } + .ml-1-fs { + margin-left: 4px !important; + } + .mt-1-fs { + margin-top: 4px !important; + } + .mb-1-fs { + margin-bottom: 4px !important; + } + .mx-1-fs { + margin-left: 4px !important; + margin-right: 4px !important; + } + .my-1-fs { + margin-top: 4px !important; + margin-bottom: 4px !important; + } + .m-1-fs-minus { + margin: -4px !important; + } + .mr-1-fs-minus { + margin-right: -4px !important; + } + .ml-1-fs-minus { + margin-left: -4px !important; + } + .mt-1-fs-minus { + margin-top: -4px !important; + } + .mb-1-fs-minus { + margin-bottom: -4px !important; + } + .p-2-fs { + padding: 8px !important; + } + .pr-2-fs { + padding-right: 8px !important; + } + .pl-2-fs { + padding-left: 8px !important; + } + .pt-2-fs { + padding-top: 8px !important; + } + .pb-2-fs { + padding-bottom: 8px !important; + } + .px-2-fs { + padding-left: 8px !important; + padding-right: 8px !important; + } + .py-2-fs { + padding-top: 8px !important; + padding-bottom: 8px !important; + } + .m-2-fs { + margin: 8px !important; + } + .mr-2-fs { + margin-right: 8px !important; + } + .ml-2-fs { + margin-left: 8px !important; + } + .mt-2-fs { + margin-top: 8px !important; + } + .mb-2-fs { + margin-bottom: 8px !important; + } + .mx-2-fs { + margin-left: 8px !important; + margin-right: 8px !important; + } + .my-2-fs { + margin-top: 8px !important; + margin-bottom: 8px !important; + } + .m-2-fs-minus { + margin: -8px !important; + } + .mr-2-fs-minus { + margin-right: -8px !important; + } + .ml-2-fs-minus { + margin-left: -8px !important; + } + .mt-2-fs-minus { + margin-top: -8px !important; + } + .mb-2-fs-minus { + margin-bottom: -8px !important; + } + .p-3-fs { + padding: 12px !important; + } + .pr-3-fs { + padding-right: 12px !important; + } + .pl-3-fs { + padding-left: 12px !important; + } + .pt-3-fs { + padding-top: 12px !important; + } + .pb-3-fs { + padding-bottom: 12px !important; + } + .px-3-fs { + padding-left: 12px !important; + padding-right: 12px !important; + } + .py-3-fs { + padding-top: 12px !important; + padding-bottom: 12px !important; + } + .m-3-fs { + margin: 12px !important; + } + .mr-3-fs { + margin-right: 12px !important; + } + .ml-3-fs { + margin-left: 12px !important; + } + .mt-3-fs { + margin-top: 12px !important; + } + .mb-3-fs { + margin-bottom: 12px !important; + } + .mx-3-fs { + margin-left: 12px !important; + margin-right: 12px !important; + } + .my-3-fs { + margin-top: 12px !important; + margin-bottom: 12px !important; + } + .m-3-fs-minus { + margin: -12px !important; + } + .mr-3-fs-minus { + margin-right: -12px !important; + } + .ml-3-fs-minus { + margin-left: -12px !important; + } + .mt-3-fs-minus { + margin-top: -12px !important; + } + .mb-3-fs-minus { + margin-bottom: -12px !important; + } + .p-4-fs { + padding: 16px !important; + } + .pr-4-fs { + padding-right: 16px !important; + } + .pl-4-fs { + padding-left: 16px !important; + } + .pt-4-fs { + padding-top: 16px !important; + } + .pb-4-fs { + padding-bottom: 16px !important; + } + .px-4-fs { + padding-left: 16px !important; + padding-right: 16px !important; + } + .py-4-fs { + padding-top: 16px !important; + padding-bottom: 16px !important; + } + .m-4-fs { + margin: 16px !important; + } + .mr-4-fs { + margin-right: 16px !important; + } + .ml-4-fs { + margin-left: 16px !important; + } + .mt-4-fs { + margin-top: 16px !important; + } + .mb-4-fs { + margin-bottom: 16px !important; + } + .mx-4-fs { + margin-left: 16px !important; + margin-right: 16px !important; + } + .my-4-fs { + margin-top: 16px !important; + margin-bottom: 16px !important; + } + .m-4-fs-minus { + margin: -16px !important; + } + .mr-4-fs-minus { + margin-right: -16px !important; + } + .ml-4-fs-minus { + margin-left: -16px !important; + } + .mt-4-fs-minus { + margin-top: -16px !important; + } + .mb-4-fs-minus { + margin-bottom: -16px !important; + } + .p-5-fs { + padding: 20px !important; + } + .pr-5-fs { + padding-right: 20px !important; + } + .pl-5-fs { + padding-left: 20px !important; + } + .pt-5-fs { + padding-top: 20px !important; + } + .pb-5-fs { + padding-bottom: 20px !important; + } + .px-5-fs { + padding-left: 20px !important; + padding-right: 20px !important; + } + .py-5-fs { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + .m-5-fs { + margin: 20px !important; + } + .mr-5-fs { + margin-right: 20px !important; + } + .ml-5-fs { + margin-left: 20px !important; + } + .mt-5-fs { + margin-top: 20px !important; + } + .mb-5-fs { + margin-bottom: 20px !important; + } + .mx-5-fs { + margin-left: 20px !important; + margin-right: 20px !important; + } + .my-5-fs { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + .m-5-fs-minus { + margin: -20px !important; + } + .mr-5-fs-minus { + margin-right: -20px !important; + } + .ml-5-fs-minus { + margin-left: -20px !important; + } + .mt-5-fs-minus { + margin-top: -20px !important; + } + .mb-5-fs-minus { + margin-bottom: -20px !important; + } + .p-6-fs { + padding: 24px !important; + } + .pr-6-fs { + padding-right: 24px !important; + } + .pl-6-fs { + padding-left: 24px !important; + } + .pt-6-fs { + padding-top: 24px !important; + } + .pb-6-fs { + padding-bottom: 24px !important; + } + .px-6-fs { + padding-left: 24px !important; + padding-right: 24px !important; + } + .py-6-fs { + padding-top: 24px !important; + padding-bottom: 24px !important; + } + .m-6-fs { + margin: 24px !important; + } + .mr-6-fs { + margin-right: 24px !important; + } + .ml-6-fs { + margin-left: 24px !important; + } + .mt-6-fs { + margin-top: 24px !important; + } + .mb-6-fs { + margin-bottom: 24px !important; + } + .mx-6-fs { + margin-left: 24px !important; + margin-right: 24px !important; + } + .my-6-fs { + margin-top: 24px !important; + margin-bottom: 24px !important; + } + .m-6-fs-minus { + margin: -24px !important; + } + .mr-6-fs-minus { + margin-right: -24px !important; + } + .ml-6-fs-minus { + margin-left: -24px !important; + } + .mt-6-fs-minus { + margin-top: -24px !important; + } + .mb-6-fs-minus { + margin-bottom: -24px !important; + } + .p-7-fs { + padding: 28px !important; + } + .pr-7-fs { + padding-right: 28px !important; + } + .pl-7-fs { + padding-left: 28px !important; + } + .pt-7-fs { + padding-top: 28px !important; + } + .pb-7-fs { + padding-bottom: 28px !important; + } + .px-7-fs { + padding-left: 28px !important; + padding-right: 28px !important; + } + .py-7-fs { + padding-top: 28px !important; + padding-bottom: 28px !important; + } + .m-7-fs { + margin: 28px !important; + } + .mr-7-fs { + margin-right: 28px !important; + } + .ml-7-fs { + margin-left: 28px !important; + } + .mt-7-fs { + margin-top: 28px !important; + } + .mb-7-fs { + margin-bottom: 28px !important; + } + .mx-7-fs { + margin-left: 28px !important; + margin-right: 28px !important; + } + .my-7-fs { + margin-top: 28px !important; + margin-bottom: 28px !important; + } + .m-7-fs-minus { + margin: -28px !important; + } + .mr-7-fs-minus { + margin-right: -28px !important; + } + .ml-7-fs-minus { + margin-left: -28px !important; + } + .mt-7-fs-minus { + margin-top: -28px !important; + } + .mb-7-fs-minus { + margin-bottom: -28px !important; + } + .p-8-fs { + padding: 32px !important; + } + .pr-8-fs { + padding-right: 32px !important; + } + .pl-8-fs { + padding-left: 32px !important; + } + .pt-8-fs { + padding-top: 32px !important; + } + .pb-8-fs { + padding-bottom: 32px !important; + } + .px-8-fs { + padding-left: 32px !important; + padding-right: 32px !important; + } + .py-8-fs { + padding-top: 32px !important; + padding-bottom: 32px !important; + } + .m-8-fs { + margin: 32px !important; + } + .mr-8-fs { + margin-right: 32px !important; + } + .ml-8-fs { + margin-left: 32px !important; + } + .mt-8-fs { + margin-top: 32px !important; + } + .mb-8-fs { + margin-bottom: 32px !important; + } + .mx-8-fs { + margin-left: 32px !important; + margin-right: 32px !important; + } + .my-8-fs { + margin-top: 32px !important; + margin-bottom: 32px !important; + } + .m-8-fs-minus { + margin: -32px !important; + } + .mr-8-fs-minus { + margin-right: -32px !important; + } + .ml-8-fs-minus { + margin-left: -32px !important; + } + .mt-8-fs-minus { + margin-top: -32px !important; + } + .mb-8-fs-minus { + margin-bottom: -32px !important; + } + .p-9-fs { + padding: 36px !important; + } + .pr-9-fs { + padding-right: 36px !important; + } + .pl-9-fs { + padding-left: 36px !important; + } + .pt-9-fs { + padding-top: 36px !important; + } + .pb-9-fs { + padding-bottom: 36px !important; + } + .px-9-fs { + padding-left: 36px !important; + padding-right: 36px !important; + } + .py-9-fs { + padding-top: 36px !important; + padding-bottom: 36px !important; + } + .m-9-fs { + margin: 36px !important; + } + .mr-9-fs { + margin-right: 36px !important; + } + .ml-9-fs { + margin-left: 36px !important; + } + .mt-9-fs { + margin-top: 36px !important; + } + .mb-9-fs { + margin-bottom: 36px !important; + } + .mx-9-fs { + margin-left: 36px !important; + margin-right: 36px !important; + } + .my-9-fs { + margin-top: 36px !important; + margin-bottom: 36px !important; + } + .m-9-fs-minus { + margin: -36px !important; + } + .mr-9-fs-minus { + margin-right: -36px !important; + } + .ml-9-fs-minus { + margin-left: -36px !important; + } + .mt-9-fs-minus { + margin-top: -36px !important; + } + .mb-9-fs-minus { + margin-bottom: -36px !important; + } + .p-10-fs { + padding: 40px !important; + } + .pr-10-fs { + padding-right: 40px !important; + } + .pl-10-fs { + padding-left: 40px !important; + } + .pt-10-fs { + padding-top: 40px !important; + } + .pb-10-fs { + padding-bottom: 40px !important; + } + .px-10-fs { + padding-left: 40px !important; + padding-right: 40px !important; + } + .py-10-fs { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + .m-10-fs { + margin: 40px !important; + } + .mr-10-fs { + margin-right: 40px !important; + } + .ml-10-fs { + margin-left: 40px !important; + } + .mt-10-fs { + margin-top: 40px !important; + } + .mb-10-fs { + margin-bottom: 40px !important; + } + .mx-10-fs { + margin-left: 40px !important; + margin-right: 40px !important; + } + .my-10-fs { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + .m-10-fs-minus { + margin: -40px !important; + } + .mr-10-fs-minus { + margin-right: -40px !important; + } + .ml-10-fs-minus { + margin-left: -40px !important; + } + .mt-10-fs-minus { + margin-top: -40px !important; + } + .mb-10-fs-minus { + margin-bottom: -40px !important; + } + .p-11-fs { + padding: 44px !important; + } + .pr-11-fs { + padding-right: 44px !important; + } + .pl-11-fs { + padding-left: 44px !important; + } + .pt-11-fs { + padding-top: 44px !important; + } + .pb-11-fs { + padding-bottom: 44px !important; + } + .px-11-fs { + padding-left: 44px !important; + padding-right: 44px !important; + } + .py-11-fs { + padding-top: 44px !important; + padding-bottom: 44px !important; + } + .m-11-fs { + margin: 44px !important; + } + .mr-11-fs { + margin-right: 44px !important; + } + .ml-11-fs { + margin-left: 44px !important; + } + .mt-11-fs { + margin-top: 44px !important; + } + .mb-11-fs { + margin-bottom: 44px !important; + } + .mx-11-fs { + margin-left: 44px !important; + margin-right: 44px !important; + } + .my-11-fs { + margin-top: 44px !important; + margin-bottom: 44px !important; + } + .m-11-fs-minus { + margin: -44px !important; + } + .mr-11-fs-minus { + margin-right: -44px !important; + } + .ml-11-fs-minus { + margin-left: -44px !important; + } + .mt-11-fs-minus { + margin-top: -44px !important; + } + .mb-11-fs-minus { + margin-bottom: -44px !important; + } + .p-12-fs { + padding: 48px !important; + } + .pr-12-fs { + padding-right: 48px !important; + } + .pl-12-fs { + padding-left: 48px !important; + } + .pt-12-fs { + padding-top: 48px !important; + } + .pb-12-fs { + padding-bottom: 48px !important; + } + .px-12-fs { + padding-left: 48px !important; + padding-right: 48px !important; + } + .py-12-fs { + padding-top: 48px !important; + padding-bottom: 48px !important; + } + .m-12-fs { + margin: 48px !important; + } + .mr-12-fs { + margin-right: 48px !important; + } + .ml-12-fs { + margin-left: 48px !important; + } + .mt-12-fs { + margin-top: 48px !important; + } + .mb-12-fs { + margin-bottom: 48px !important; + } + .mx-12-fs { + margin-left: 48px !important; + margin-right: 48px !important; + } + .my-12-fs { + margin-top: 48px !important; + margin-bottom: 48px !important; + } + .m-12-fs-minus { + margin: -48px !important; + } + .mr-12-fs-minus { + margin-right: -48px !important; + } + .ml-12-fs-minus { + margin-left: -48px !important; + } + .mt-12-fs-minus { + margin-top: -48px !important; + } + .mb-12-fs-minus { + margin-bottom: -48px !important; + } + .p-13-fs { + padding: 52px !important; + } + .pr-13-fs { + padding-right: 52px !important; + } + .pl-13-fs { + padding-left: 52px !important; + } + .pt-13-fs { + padding-top: 52px !important; + } + .pb-13-fs { + padding-bottom: 52px !important; + } + .px-13-fs { + padding-left: 52px !important; + padding-right: 52px !important; + } + .py-13-fs { + padding-top: 52px !important; + padding-bottom: 52px !important; + } + .m-13-fs { + margin: 52px !important; + } + .mr-13-fs { + margin-right: 52px !important; + } + .ml-13-fs { + margin-left: 52px !important; + } + .mt-13-fs { + margin-top: 52px !important; + } + .mb-13-fs { + margin-bottom: 52px !important; + } + .mx-13-fs { + margin-left: 52px !important; + margin-right: 52px !important; + } + .my-13-fs { + margin-top: 52px !important; + margin-bottom: 52px !important; + } + .m-13-fs-minus { + margin: -52px !important; + } + .mr-13-fs-minus { + margin-right: -52px !important; + } + .ml-13-fs-minus { + margin-left: -52px !important; + } + .mt-13-fs-minus { + margin-top: -52px !important; + } + .mb-13-fs-minus { + margin-bottom: -52px !important; + } + .p-14-fs { + padding: 56px !important; + } + .pr-14-fs { + padding-right: 56px !important; + } + .pl-14-fs { + padding-left: 56px !important; + } + .pt-14-fs { + padding-top: 56px !important; + } + .pb-14-fs { + padding-bottom: 56px !important; + } + .px-14-fs { + padding-left: 56px !important; + padding-right: 56px !important; + } + .py-14-fs { + padding-top: 56px !important; + padding-bottom: 56px !important; + } + .m-14-fs { + margin: 56px !important; + } + .mr-14-fs { + margin-right: 56px !important; + } + .ml-14-fs { + margin-left: 56px !important; + } + .mt-14-fs { + margin-top: 56px !important; + } + .mb-14-fs { + margin-bottom: 56px !important; + } + .mx-14-fs { + margin-left: 56px !important; + margin-right: 56px !important; + } + .my-14-fs { + margin-top: 56px !important; + margin-bottom: 56px !important; + } + .m-14-fs-minus { + margin: -56px !important; + } + .mr-14-fs-minus { + margin-right: -56px !important; + } + .ml-14-fs-minus { + margin-left: -56px !important; + } + .mt-14-fs-minus { + margin-top: -56px !important; + } + .mb-14-fs-minus { + margin-bottom: -56px !important; + } + .p-15-fs { + padding: 60px !important; + } + .pr-15-fs { + padding-right: 60px !important; + } + .pl-15-fs { + padding-left: 60px !important; + } + .pt-15-fs { + padding-top: 60px !important; + } + .pb-15-fs { + padding-bottom: 60px !important; + } + .px-15-fs { + padding-left: 60px !important; + padding-right: 60px !important; + } + .py-15-fs { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + .m-15-fs { + margin: 60px !important; + } + .mr-15-fs { + margin-right: 60px !important; + } + .ml-15-fs { + margin-left: 60px !important; + } + .mt-15-fs { + margin-top: 60px !important; + } + .mb-15-fs { + margin-bottom: 60px !important; + } + .mx-15-fs { + margin-left: 60px !important; + margin-right: 60px !important; + } + .my-15-fs { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + .m-15-fs-minus { + margin: -60px !important; + } + .mr-15-fs-minus { + margin-right: -60px !important; + } + .ml-15-fs-minus { + margin-left: -60px !important; + } + .mt-15-fs-minus { + margin-top: -60px !important; + } + .mb-15-fs-minus { + margin-bottom: -60px !important; + } + .p-16-fs { + padding: 64px !important; + } + .pr-16-fs { + padding-right: 64px !important; + } + .pl-16-fs { + padding-left: 64px !important; + } + .pt-16-fs { + padding-top: 64px !important; + } + .pb-16-fs { + padding-bottom: 64px !important; + } + .px-16-fs { + padding-left: 64px !important; + padding-right: 64px !important; + } + .py-16-fs { + padding-top: 64px !important; + padding-bottom: 64px !important; + } + .m-16-fs { + margin: 64px !important; + } + .mr-16-fs { + margin-right: 64px !important; + } + .ml-16-fs { + margin-left: 64px !important; + } + .mt-16-fs { + margin-top: 64px !important; + } + .mb-16-fs { + margin-bottom: 64px !important; + } + .mx-16-fs { + margin-left: 64px !important; + margin-right: 64px !important; + } + .my-16-fs { + margin-top: 64px !important; + margin-bottom: 64px !important; + } + .m-16-fs-minus { + margin: -64px !important; + } + .mr-16-fs-minus { + margin-right: -64px !important; + } + .ml-16-fs-minus { + margin-left: -64px !important; + } + .mt-16-fs-minus { + margin-top: -64px !important; + } + .mb-16-fs-minus { + margin-bottom: -64px !important; + } + .p-17-fs { + padding: 68px !important; + } + .pr-17-fs { + padding-right: 68px !important; + } + .pl-17-fs { + padding-left: 68px !important; + } + .pt-17-fs { + padding-top: 68px !important; + } + .pb-17-fs { + padding-bottom: 68px !important; + } + .px-17-fs { + padding-left: 68px !important; + padding-right: 68px !important; + } + .py-17-fs { + padding-top: 68px !important; + padding-bottom: 68px !important; + } + .m-17-fs { + margin: 68px !important; + } + .mr-17-fs { + margin-right: 68px !important; + } + .ml-17-fs { + margin-left: 68px !important; + } + .mt-17-fs { + margin-top: 68px !important; + } + .mb-17-fs { + margin-bottom: 68px !important; + } + .mx-17-fs { + margin-left: 68px !important; + margin-right: 68px !important; + } + .my-17-fs { + margin-top: 68px !important; + margin-bottom: 68px !important; + } + .m-17-fs-minus { + margin: -68px !important; + } + .mr-17-fs-minus { + margin-right: -68px !important; + } + .ml-17-fs-minus { + margin-left: -68px !important; + } + .mt-17-fs-minus { + margin-top: -68px !important; + } + .mb-17-fs-minus { + margin-bottom: -68px !important; + } + .p-18-fs { + padding: 72px !important; + } + .pr-18-fs { + padding-right: 72px !important; + } + .pl-18-fs { + padding-left: 72px !important; + } + .pt-18-fs { + padding-top: 72px !important; + } + .pb-18-fs { + padding-bottom: 72px !important; + } + .px-18-fs { + padding-left: 72px !important; + padding-right: 72px !important; + } + .py-18-fs { + padding-top: 72px !important; + padding-bottom: 72px !important; + } + .m-18-fs { + margin: 72px !important; + } + .mr-18-fs { + margin-right: 72px !important; + } + .ml-18-fs { + margin-left: 72px !important; + } + .mt-18-fs { + margin-top: 72px !important; + } + .mb-18-fs { + margin-bottom: 72px !important; + } + .mx-18-fs { + margin-left: 72px !important; + margin-right: 72px !important; + } + .my-18-fs { + margin-top: 72px !important; + margin-bottom: 72px !important; + } + .m-18-fs-minus { + margin: -72px !important; + } + .mr-18-fs-minus { + margin-right: -72px !important; + } + .ml-18-fs-minus { + margin-left: -72px !important; + } + .mt-18-fs-minus { + margin-top: -72px !important; + } + .mb-18-fs-minus { + margin-bottom: -72px !important; + } + .p-19-fs { + padding: 76px !important; + } + .pr-19-fs { + padding-right: 76px !important; + } + .pl-19-fs { + padding-left: 76px !important; + } + .pt-19-fs { + padding-top: 76px !important; + } + .pb-19-fs { + padding-bottom: 76px !important; + } + .px-19-fs { + padding-left: 76px !important; + padding-right: 76px !important; + } + .py-19-fs { + padding-top: 76px !important; + padding-bottom: 76px !important; + } + .m-19-fs { + margin: 76px !important; + } + .mr-19-fs { + margin-right: 76px !important; + } + .ml-19-fs { + margin-left: 76px !important; + } + .mt-19-fs { + margin-top: 76px !important; + } + .mb-19-fs { + margin-bottom: 76px !important; + } + .mx-19-fs { + margin-left: 76px !important; + margin-right: 76px !important; + } + .my-19-fs { + margin-top: 76px !important; + margin-bottom: 76px !important; + } + .m-19-fs-minus { + margin: -76px !important; + } + .mr-19-fs-minus { + margin-right: -76px !important; + } + .ml-19-fs-minus { + margin-left: -76px !important; + } + .mt-19-fs-minus { + margin-top: -76px !important; + } + .mb-19-fs-minus { + margin-bottom: -76px !important; + } + .p-20-fs { + padding: 80px !important; + } + .pr-20-fs { + padding-right: 80px !important; + } + .pl-20-fs { + padding-left: 80px !important; + } + .pt-20-fs { + padding-top: 80px !important; + } + .pb-20-fs { + padding-bottom: 80px !important; + } + .px-20-fs { + padding-left: 80px !important; + padding-right: 80px !important; + } + .py-20-fs { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + .m-20-fs { + margin: 80px !important; + } + .mr-20-fs { + margin-right: 80px !important; + } + .ml-20-fs { + margin-left: 80px !important; + } + .mt-20-fs { + margin-top: 80px !important; + } + .mb-20-fs { + margin-bottom: 80px !important; + } + .mx-20-fs { + margin-left: 80px !important; + margin-right: 80px !important; + } + .my-20-fs { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + .m-20-fs-minus { + margin: -80px !important; + } + .mr-20-fs-minus { + margin-right: -80px !important; + } + .ml-20-fs-minus { + margin-left: -80px !important; + } + .mt-20-fs-minus { + margin-top: -80px !important; + } + .mb-20-fs-minus { + margin-bottom: -80px !important; } } -.switch { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - margin: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; -} -.switch input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.switch .check, -.switch .caption { - display: block; - line-height: 38px; - font-size: 14px; - margin: 0 4px; - position: relative; -} -.switch .check { - position: relative; - height: 1.25rem; - width: 2.8125rem; - border: 2px #1d1d1d solid; - cursor: pointer; - background: transparent; - z-index: 1; - display: inline-block; - vertical-align: middle; - border-radius: 0.5625rem; - -ms-flex-negative: 0; - flex-shrink: 0; -} -.switch .check::after { - position: absolute; - left: 3px; - display: block; - content: ""; - height: 0.75rem; - width: 0.75rem; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - border: 2px #333 solid; - cursor: pointer; - background: #333; - z-index: 2; - border-radius: 50%; -} -.switch input[type="checkbox"]:checked ~ .check { - background: #1d1d1d; - border-color: #1d1d1d; -} -.switch input[type="checkbox"]:checked ~ .check::after { - background-color: #ffffff; - border-color: #ffffff; - left: auto; - -webkit-transform: translateX(1.625rem) translateY(-50%); - -ms-transform: translateX(1.625rem) translateY(-50%); - transform: translateX(1.625rem) translateY(-50%); -} -.switch input[type="checkbox"]:disabled ~ .check { - background-color: #e9e9e9; - border-color: #e9e9e9; -} -.switch input[type="checkbox"]:disabled ~ .check::after { - background-color: #d0d0d0; - border-color: #d0d0d0; -} -.switch .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.switch .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.switch.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.switch.required, -.switch.invalid, -.switch.valid { - border: none!important; -} -.switch.invalid::after { - display: none; -} -.switch.transition-on .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch.transition-on .check::after { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch.transition-on input[type="checkbox"]:checked ~ .check::after { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch-material { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; - margin: 0; -} -.switch-material input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.switch-material .check, -.switch-material .caption { - display: inline-block; - vertical-align: middle; - line-height: 18px; - font-size: 14px; - margin: 0 4px; -} -.switch-material .check { - width: 36px; - height: 16px; - background-color: #929292; - border-radius: 8px; - overflow: visible; - position: relative; - margin: 0 4px; -} -.switch-material .check::before { - position: absolute; - display: block; - content: ""; - width: 22px; - height: 22px; - z-index: 2; - margin-top: -3px; - margin-left: -3px; - border-radius: 50%; - background-color: #00aba9; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.switch-material input:checked ~ .check { - background-color: rgba(0, 150, 136, 0.5); -} -.switch-material input:not(:checked) ~ .check::before { - background-color: #ffffff; -} -.switch-material input:checked ~ .check { - background-color: rgba(0, 150, 136, 0.5); -} -.switch-material input:checked ~ .check::before { - -webkit-transform: translateX(22px); - -ms-transform: translateX(22px); - transform: translateX(22px); -} -.switch-material input:disabled ~ .check { - background-color: #D5D5D5; -} -.switch-material input:disabled ~ .check:before { - background-color: #BDBDBD; -} -.switch-material .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.switch-material .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.switch-material.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.switch-material.transition-on { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch-material.transition-on input:not(:checked) ~ .check::before { - -webkit-transition: linear all 0.2s; - -o-transition: linear all 0.2s; - transition: linear all 0.2s; -} -.switch-material.transition-on input:checked ~ .check::before { - -webkit-transition: linear all 0.2s; - -o-transition: linear all 0.2s; - transition: linear all 0.2s; -} -.t-menu { - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - width: auto; - float: left; - background-color: #ffffff; - color: #1d1d1d; - border-collapse: separate; - display: none; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); -} -.t-menu.open { - display: block; -} -.t-menu > li { - position: relative; - background-color: inherit; - color: inherit; - display: block; -} -.t-menu > li > a { - display: block; - padding: 0 1rem; - border-bottom: 1px #dfdfdf solid; - position: relative; - color: inherit; - background-color: inherit; - height: 60px; - width: 60px; - line-height: 60px; -} -.t-menu > li > a .icon { - width: 1.5rem; - height: 1.5rem; - font-size: 1.5rem; - line-height: 60px; -} -.t-menu > li:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.t-menu > li:last-child a { - border-bottom: 0; -} -.t-menu a { - text-decoration: none!important; -} -.t-menu.horizontal > li { - float: left; -} -.t-menu .t-menu { - position: absolute; - left: 100%; - margin-left: 0.3125rem; - top: 0; - float: none; -} -.t-menu.horizontal .t-menu { - left: 0 ; - top: 100% ; - margin-top: 0.3125rem; - margin-left: 0 ; -} -.t-menu .dropdown-toggle { - padding-right: 1rem!important; -} -.t-menu .dropdown-toggle:after { - content: ""; - background-color: transparent; - position: absolute; - left: auto; - top: auto; - bottom: 0; - right: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 8px 8px; - border-color: transparent transparent rgba(29, 29, 29, 0.5) transparent; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); -} -.t-menu .dropdown-toggle:before { - display: none; -} -.t-menu.horizontal > li > a { - border-right: 1px #dfdfdf solid; - border-bottom: 0; -} -.t-menu.horizontal > li:last-child > a { - border-right: 0; -} -.t-menu.horizontal .t-menu:not(.horizontal) { - left: 0; - top: 100% ; - margin-top: 0.3125rem; - margin-left: 0 ; -} -.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal { - left: 100% ; - margin-left: 0.3125rem; - top: -0.3rem; - float: left; -} -.t-menu.compact li a { - padding: 0 0.7rem; - width: 40px; - height: 40px; - line-height: 40px; -} -.t-menu.compact li a .icon { - width: 1rem; - height: 1rem; - font-size: 1rem; - line-height: 40px; -} -.t-menu.compact .dropdown-toggle { - padding-right: 0.7rem !important; -} -.t-menu { - z-index: 1000; -} -.table-container { - display: block; - position: relative; -} -.table-container.horizontal-scroll { - overflow: hidden; - overflow-x: auto; -} -.table-container.horizontal-scroll .table { - width: auto; - min-width: 100%; -} -.table { - display: table; -} -.thead { - display: table-header-group; -} -.tfoot { - display: table-footer-group; -} -.tbody { - display: table-row-group; -} -.tr { - display: table-row; -} -.th, -.td { - display: table-cell; -} -.table { - width: 100%; - margin-bottom: 1rem; - margin-top: 1rem; -} -.table th, -.table .th, -.table td, -.table .td { - padding: 0.625rem; -} -.table.fixed-layout { - table-layout: fixed; -} -.table.fixed-layout th, -.table.fixed-layout .th, -.table.fixed-layout td, -.table.fixed-layout .td { - white-space: nowrap; - overflow: hidden; -} -.table thead, -.table tfoot, -.table .thead, -.table .tfoot { - border-bottom: 4px solid #e4e4e4; -} -.table thead th, -.table tfoot th, -.table .thead th, -.table .tfoot th, -.table thead td, -.table tfoot td, -.table .thead td, -.table .tfoot td, -.table thead .th, -.table tfoot .th, -.table .thead .th, -.table .tfoot .th, -.table thead .td, -.table tfoot .td, -.table .thead .td, -.table .tfoot .td { - cursor: default; - color: #1d1d1d; - border-color: transparent; - text-align: left; - font-weight: bold; - line-height: 1.2; -} -.table tfoot, -.table .tfoot { - border-top: 4px solid #e4e4e4; -} -.table tbody td, -.table .tbody td, -.table tbody .td, -.table .tbody .td { - padding: 0.625rem; - vertical-align: middle; -} -.table .sortable-column, -.table .sorting { - position: relative; - cursor: pointer; - padding-right: 30px; -} -.table .sortable-column:after, -.table .sorting:after { - position: absolute; - content: "\21C5"; - width: 1rem; - height: 1rem; - left: 100%; - margin-left: -1.25rem; - top: 50%; - margin-top: -0.3rem; - color: inherit; - font-size: 0.8em; - font-weight: 100; - line-height: 1; - opacity: 0.7; -} -.table .sortable-column.sort-asc, -.table .sorting.sort-asc, -.table .sortable-column.sort-desc, -.table .sorting.sort-desc, -.table .sortable-column.sorting_asc, -.table .sorting.sorting_asc, -.table .sortable-column.sorting_desc, -.table .sorting.sorting_desc { - background-color: #ebebeb; -} -.table .sortable-column.sort-asc:after, -.table .sorting.sort-asc:after, -.table .sortable-column.sort-desc:after, -.table .sorting.sort-desc:after, -.table .sortable-column.sorting_asc:after, -.table .sorting.sorting_asc:after, -.table .sortable-column.sorting_desc:after, -.table .sorting.sorting_desc:after { - color: #1d1d1d; - opacity: 1; - font-weight: 700; - font-size: 1em; - margin-top: -0.5rem; -} -.table .sortable-column.sort-asc:after, -.table .sorting.sort-asc:after, -.table .sortable-column.sorting_asc:after, -.table .sorting.sorting_asc:after { - content: "\2191"; -} -.table .sortable-column.sort-desc:after, -.table .sorting.sort-desc:after, -.table .sortable-column.sorting_desc:after, -.table .sorting.sorting_desc:after { - content: "\2193"; -} -.table.sortable-markers-on-left .sortable-column, -.table.sortable-markers-on-left .sorting { - padding-left: 30px; - padding-right: 10px; -} -.table.sortable-markers-on-left .sortable-column:before, -.table.sortable-markers-on-left .sorting:before, -.table.sortable-markers-on-left .sortable-column:after, -.table.sortable-markers-on-left .sorting:after { - left: 0; - margin-left: 0.625rem; -} -.table tr.selected td, -.table .tr.selected td, -.table tr.selected .td, -.table .tr.selected .td { - background-color: rgba(28, 183, 236, 0.1); -} -.table td.selected, -.table .td.selected { - background-color: rgba(28, 183, 236, 0.3); -} -.table.striped tbody tr:nth-child(odd), -.table.striped .tbody .tr:nth-child(odd) { - background: #f8f8f8; -} -.table.row-hover tbody tr:hover, -.table.row-hover .tbody tr:hover, -.table.row-hover tbody .tr:hover, -.table.row-hover .tbody .tr:hover { - background-color: rgba(28, 183, 236, 0.1); -} -.table.cell-hover tbody td:hover, -.table.cell-hover .tbody td:hover, -.table.cell-hover tbody .td:hover, -.table.cell-hover .tbody .td:hover { - background-color: rgba(28, 183, 236, 0.3); -} -.table.table-border { - border: 1px #dfdfdf solid; -} -.table.cell-border th, -.table.cell-border td, -.table.cell-border .th, -.table.cell-border .td { - border: 1px #dfdfdf solid; -} -.table.cell-border thead tr:first-child th, -.table.cell-border .thead tr:first-child th, -.table.cell-border thead .tr:first-child th, -.table.cell-border .thead .tr:first-child th, -.table.cell-border thead tr:first-child td, -.table.cell-border .thead tr:first-child td, -.table.cell-border thead .tr:first-child td, -.table.cell-border .thead .tr:first-child td, -.table.cell-border thead tr:first-child .th, -.table.cell-border .thead tr:first-child .th, -.table.cell-border thead .tr:first-child .th, -.table.cell-border .thead .tr:first-child .th, -.table.cell-border thead tr:first-child .td, -.table.cell-border .thead tr:first-child .td, -.table.cell-border thead .tr:first-child .td, -.table.cell-border .thead .tr:first-child .td { - border-top: none; -} -.table.cell-border thead tr:first-child th:first-child, -.table.cell-border .thead tr:first-child th:first-child, -.table.cell-border thead .tr:first-child th:first-child, -.table.cell-border .thead .tr:first-child th:first-child, -.table.cell-border thead tr:first-child td:first-child, -.table.cell-border .thead tr:first-child td:first-child, -.table.cell-border thead .tr:first-child td:first-child, -.table.cell-border .thead .tr:first-child td:first-child, -.table.cell-border thead tr:first-child .th:first-child, -.table.cell-border .thead tr:first-child .th:first-child, -.table.cell-border thead .tr:first-child .th:first-child, -.table.cell-border .thead .tr:first-child .th:first-child, -.table.cell-border thead tr:first-child .td:first-child, -.table.cell-border .thead tr:first-child .td:first-child, -.table.cell-border thead .tr:first-child .td:first-child, -.table.cell-border .thead .tr:first-child .td:first-child { - border-left: none; -} -.table.cell-border thead tr:first-child th:last-child, -.table.cell-border .thead tr:first-child th:last-child, -.table.cell-border thead .tr:first-child th:last-child, -.table.cell-border .thead .tr:first-child th:last-child, -.table.cell-border thead tr:first-child td:last-child, -.table.cell-border .thead tr:first-child td:last-child, -.table.cell-border thead .tr:first-child td:last-child, -.table.cell-border .thead .tr:first-child td:last-child, -.table.cell-border thead tr:first-child .th:last-child, -.table.cell-border .thead tr:first-child .th:last-child, -.table.cell-border thead .tr:first-child .th:last-child, -.table.cell-border .thead .tr:first-child .th:last-child, -.table.cell-border thead tr:first-child .td:last-child, -.table.cell-border .thead tr:first-child .td:last-child, -.table.cell-border thead .tr:first-child .td:last-child, -.table.cell-border .thead .tr:first-child .td:last-child { - border-right: none; -} -.table.cell-border tbody tr:first-child td, -.table.cell-border .tbody tr:first-child td, -.table.cell-border tbody .tr:first-child td, -.table.cell-border .tbody .tr:first-child td, -.table.cell-border tbody tr:first-child .td, -.table.cell-border .tbody tr:first-child .td, -.table.cell-border tbody .tr:first-child .td, -.table.cell-border .tbody .tr:first-child .td { - border-top: none; -} -.table.cell-border tbody tr td:first-child, -.table.cell-border .tbody tr td:first-child, -.table.cell-border tbody .tr td:first-child, -.table.cell-border .tbody .tr td:first-child, -.table.cell-border tbody tr .td:first-child, -.table.cell-border .tbody tr .td:first-child, -.table.cell-border tbody .tr .td:first-child, -.table.cell-border .tbody .tr .td:first-child { - border-left: none; -} -.table.cell-border tbody tr td:last-child, -.table.cell-border .tbody tr td:last-child, -.table.cell-border tbody .tr td:last-child, -.table.cell-border .tbody .tr td:last-child, -.table.cell-border tbody tr .td:last-child, -.table.cell-border .tbody tr .td:last-child, -.table.cell-border tbody .tr .td:last-child, -.table.cell-border .tbody .tr .td:last-child { - border-right: none; -} -.table.cell-border tbody tr:last-child td, -.table.cell-border .tbody tr:last-child td, -.table.cell-border tbody .tr:last-child td, -.table.cell-border .tbody .tr:last-child td, -.table.cell-border tbody tr:last-child .td, -.table.cell-border .tbody tr:last-child .td, -.table.cell-border tbody .tr:last-child .td, -.table.cell-border .tbody .tr:last-child .td { - border-bottom: none; -} -.table.row-border tr + tr, -.table.row-border .tr + .tr { - border-top: 1px #dfdfdf solid; -} -.table.subcompact th, -.table.subcompact td, -.table.subcompact .th, -.table.subcompact .td { - padding: 3px 8px; - font-size: 80%; -} -.table.compact th, -.table.compact td, -.table.compact .th, -.table.compact .td { - padding: 7px 8px; - font-size: 80%; -} -.table .check-cell, -.table .rownum-cell { - width: 36px; - text-align: center; -} -.table thead td.hidden, -.table tbody td.hidden, -.table .thead td.hidden, -.table .tbody td.hidden, -.table thead th.hidden, -.table tbody th.hidden, -.table .thead th.hidden, -.table .tbody th.hidden, -.table thead .th.hidden, -.table tbody .th.hidden, -.table .thead .th.hidden, -.table .tbody .th.hidden, -.table thead .td.hidden, -.table tbody .td.hidden, -.table .thead .td.hidden, -.table .tbody .td.hidden { - display: none!important; -} -.table .data-wrapper { - white-space: nowrap; - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.table .checkbox, -.table .radio, -.table .switch { - height: initial; -} -.table-component { - display: block; - position: relative; -} -.table-bottom { - margin-left: 0; - margin-right: 0; -} -.table-info, -.table-pagination, -.table-skip { - -ms-flex-preferred-size: auto; - flex-basis: auto; -} -.table-progress { - width: 64px; - height: 64px; - position: absolute; - top: 200px; - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - display: none; - z-index: 2; -} -.table-progress [class*=activity-] { - margin: 0 auto; -} -.table-inspector { - display: none; - position: absolute; - top: 0; - left: 0; - background-color: #ffffff; - color: #1d1d1d; - z-index: 500; - border: 1px double #dfdfdf; - width: auto; - padding: 10px; - max-height: calc(100vh - 40px); - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -.table-inspector .table-inspector-header { - display: block; - position: relative; - white-space: nowrap; - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - padding: 0 0.5rem 0.5rem; - border-bottom: 1px solid #dfdfdf; - font-size: 24px; - font-weight: 100; - margin-bottom: 0.5rem; -} -.table-inspector .table-wrap { - display: block; - height: calc(100% - 110px); - overflow-x: hidden; - overflow-y: auto; -} -.table-inspector .table-inspector-actions { - display: block; - position: relative; - border-top: 1px solid #dfdfdf; - padding: 0.5rem 0.5rem 0; - margin-top: 0.5rem; -} -.table-inspector table, -.table-inspector .table { - margin-bottom: 0; -} -.table-inspector table td, -.table-inspector .table td, -.table-inspector table .td, -.table-inspector .table .td { - vertical-align: middle; -} -.table-inspector table tr.flash, -.table-inspector .table tr.flash, -.table-inspector table .tr.flash, -.table-inspector .table .tr.flash { - -webkit-animation: flash-bg 1s ease-out; - animation: flash-bg 1s ease-out; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} -.table-inspector .spinner { - width: 120px; -} -.table-inspector .spinner input { - font-size: 14px; -} -.table-inspector.open { - display: block; -} -.table-form { - display: block; - position: absolute; - z-index: 500; - height: auto; - max-height: calc(100vh - 40px); - width: auto; - max-width: calc(100vw - 40px); - top: 50%; - left: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); - border: 1px solid #dfdfdf; - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -@-webkit-keyframes flash-bg { - 0% { - background-color: #ffffff; - } - 30% { - background-color: #bebebe; - } - 100% { - background-color: #ffffff; - } -} -@keyframes flash-bg { - 0% { - background-color: #ffffff; - } - 30% { - background-color: #bebebe; - } - 100% { - background-color: #ffffff; - } -} -@media screen and (min-width: 0) { - .table.normal-fs th, - .table.normal-fs td, - .table.normal-fs .th, - .table.normal-fs .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-fs th, - .table.compact-fs td, - .table.compact-fs .th, - .table.compact-fs .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-fs th, - .table.subcompact-fs td, - .table.subcompact-fs .th, - .table.subcompact-fs .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 576px) { - .table.normal-sm th, - .table.normal-sm td, - .table.normal-sm .th, - .table.normal-sm .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-sm th, - .table.compact-sm td, - .table.compact-sm .th, - .table.compact-sm .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-sm th, - .table.subcompact-sm td, - .table.subcompact-sm .th, - .table.subcompact-sm .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 768px) { - .table.normal-md th, - .table.normal-md td, - .table.normal-md .th, - .table.normal-md .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-md th, - .table.compact-md td, - .table.compact-md .th, - .table.compact-md .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-md th, - .table.subcompact-md td, - .table.subcompact-md .th, - .table.subcompact-md .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 992px) { - .table.normal-lg th, - .table.normal-lg td, - .table.normal-lg .th, - .table.normal-lg .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-lg th, - .table.compact-lg td, - .table.compact-lg .th, - .table.compact-lg .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-lg th, - .table.subcompact-lg td, - .table.subcompact-lg .th, - .table.subcompact-lg .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 1200px) { - .table.normal-xl th, - .table.normal-xl td, - .table.normal-xl .th, - .table.normal-xl .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-xl th, - .table.compact-xl td, - .table.compact-xl .th, - .table.compact-xl .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-xl th, - .table.subcompact-xl td, - .table.subcompact-xl .th, - .table.subcompact-xl .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 1452px) { - .table.normal-xxl th, - .table.normal-xxl td, - .table.normal-xxl .th, - .table.normal-xxl .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-xxl th, - .table.compact-xxl td, - .table.compact-xxl .th, - .table.compact-xxl .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-xxl th, - .table.subcompact-xxl td, - .table.subcompact-xxl .th, - .table.subcompact-xxl .td { - padding: 3px 8px; - font-size: 80%; - } -} -.table-load-data-activity { - position: absolute!important; - top: 0; - left: 0; - z-index: 500; -} -.table-skip { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; -} -.table-skip input { - width: 220px; -} -.tabs { - position: relative; - border: 1px solid #dfdfdf; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #ffffff; - color: #1d1d1d; -} -.tabs .hamburger, -.tabs .expand-title { - cursor: pointer; -} -.tabs .hamburger { - position: absolute; - top: 0.25rem; - right: 0.25rem; - display: block; -} -.tabs .expand-title { - display: block; - padding: 0.65rem 1rem 0; - background-color: inherit; - color: inherit; - text-decoration: none; -} -.tabs > ul.tabs-list { - list-style: none inside; - margin: 0; - padding: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: inherit; - -ms-flex-pack: inherit; - justify-content: inherit; - width: 100%; - margin-top: 0.5rem; - margin-bottom: 1px; - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; -} -.tabs > ul.tabs-list > li, -.tabs > ul.tabs-list a { - position: relative; -} -.tabs > ul.tabs-list > li { - display: block; - background-color: #ffffff; - color: #1d1d1d; - margin: 0 0 -1px 0; -} -.tabs > ul.tabs-list > li > a { - padding: 0.5rem 1rem; - background-color: inherit; - color: inherit; - text-decoration: none; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -.tabs > ul.tabs-list > li > a > [class*=mif-] { - margin: 0 4px; -} -.tabs > ul.tabs-list > li:hover { - background-color: #f8f8f8; -} -.tabs > ul.tabs-list > li.active { - background-color: #dfdfdf; -} -.tabs > ul.tabs-list .d-menu { - position: relative; - width: 100%; - -webkit-box-shadow: none; - box-shadow: none; -} -.tabs.bottom > ul.tabs-list { - border: none; -} -.tabs.bottom > ul.tabs-list > li { - margin: -1px 0 0 0; -} -.tabs.vertical > ul.tabs-list { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - border: none; - border-right: 1px solid #dfdfdf; - width: auto; - height: 100%; - -webkit-box-pack: inherit; - -ms-flex-pack: inherit; - justify-content: inherit; -} -.tabs.vertical > ul.tabs-list > li { - border: none; - border-right: 1px solid #dfdfdf; - margin: 0 -1px 0 0; -} -.tabs.vertical > ul.tabs-list > li > a { - text-align: right; -} -.tabs.vertical > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-right: none; -} -.tabs.vertical.right > ul.tabs-list { - border: none; - border-left: 1px solid #dfdfdf; -} -.tabs.vertical.right > ul.tabs-list > li { - border: none; - border-left: 1px solid #dfdfdf; - margin: 0 0 0 -1px; -} -.tabs.vertical.right > ul.tabs-list > li > a { - text-align: left; -} -.tabs.vertical.right > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-left: none; -} -.tabs.vertical { - min-width: 3.5rem; -} -.tabs.vertical .expand-title { - display: none!important; -} -.tabs-expand { - border: none; -} -.tabs-expand > ul.tabs-list { - border: 0; - border-bottom: 1px solid #dfdfdf; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - margin-top: 0; - height: auto; - max-height: none; - overflow: visible; -} -.tabs-expand > ul.tabs-list > li { - border-bottom: 1px solid #dfdfdf; -} -.tabs-expand > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-bottom: none; - background-color: #ffffff; -} -.tabs-expand > ul.tabs-list .d-menu { - position: absolute; - width: auto; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); -} -.tabs-expand.bottom > ul.tabs-list { - border: none; - border-top: 1px solid #dfdfdf; -} -.tabs-expand.bottom > ul.tabs-list > li { - border: none; - border-top: 1px solid #dfdfdf; -} -.tabs-expand.bottom > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-top: none; -} -.tabs-expand.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; -} -.tabs-expand .hamburger, -.tabs-expand .expand-title { - display: none; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text, -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills, -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { - border-bottom: none; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; - border: none; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:hover { - background: transparent; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li.active { - font-size: 3rem; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li > a { - height: 100%; - padding: 0.5rem 0.5rem 0; - -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:not(.active) a { - padding-bottom: 10px; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li { - border: 1px solid #dfdfdf; - width: 100%; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li.active { - background: #e4e4e4; - font-weight: 500; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li { - border: 1px solid transparent; - overflow: hidden; - border-radius: 10px; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li.active { - font-weight: 500; - border-color: #dfdfdf; - background: #e4e4e4; -} -.tabs-material { - margin: 0; - padding: 0 52px; - position: fixed; - height: auto; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - overflow: auto; - overflow-y: hidden; - width: 100%; - z-index: 1030; - background-color: #ffffff; - color: #1d1d1d; - white-space: nowrap; - list-style: none inside; - line-height: 1; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; -} -.tabs-material::-webkit-scrollbar { - display: none!important; -} -.tabs-material li { - -ms-flex-negative: 0; - flex-shrink: 0; - position: relative; - display: block; - height: 48px; - cursor: pointer; - opacity: 0.6; - text-align: center; - margin: 0; - overflow: hidden; - max-width: 360px; - min-width: 90px; - background-color: inherit; - color: inherit; -} -.tabs-material li a { - display: block; - position: relative; - padding: 16px 16px; - background-color: inherit; - color: inherit; - text-decoration: none; - font-weight: 500; - white-space: nowrap; - font-size: 14px; - text-transform: uppercase; - line-height: 20px; - width: 100%; -} -.tabs-material li .icon { - width: 24px; - height: 24px; - line-height: 24px; - font-size: 22px; - display: block; -} -.tabs-material::after { - content: " "; - min-width: 52px; -} -.tabs-material.with-icons li { - height: 72px; -} -.tabs-material li.active, -.tabs-material li:hover { - opacity: 1; - -webkit-transition: 0.3s linear; - -o-transition: 0.3s linear; - transition: 0.3s linear; -} -.tabs-material .tab-marker { - display: block; - position: absolute; - height: 2px; - bottom: 0; - left: 0; - color: transparent; - opacity: 1; - z-index: 1; - background-color: #1d1d1d; -} -.tabs-material .tab-badge { - position: absolute; - top: 8px; - right: 8px; - padding: 4px; -} -.tabs-material.deep { - z-index: 1029; -} -.tabs-material.fixed-tabs { - overflow-x: hidden; - padding: 0; -} -.tabs-material.fixed-tabs li { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} -.tabs-material.fixed-tabs::after { - content: ""; - min-width: 0; -} -.head-bar ~ .fixed-tabs, -.tabs-material.app-bar-present { - top: 56px; -} -.head-bar.more ~ .fixed-tabs, -.tabs-material.app-bar-present-more { - top: 112px; -} -.tag-input { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - padding: 0 2px; - cursor: text; - position: relative; - height: auto; - min-height: 36px; -} -.tag-input .original-input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.tag-input .input-wrapper { - width: auto; - border: none!important; - height: 26px; - line-height: 26px; - font-size: 14px; - padding: 0 4px; -} -.tag-input .input-wrapper:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.tag-input .tag { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - position: relative; - margin: 2px; - padding: 0; - height: 26px; - line-height: 26px; - background-color: #f8f8f8; - cursor: default; -} -.tag-input .tag .title { - display: block; - position: relative; - max-width: 120px; - font-size: 14px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - margin: 0 8px; -} -.tag-input .tag .remover { - display: block; - position: relative; - width: 26px; - height: 100%; - line-height: 22px; - text-align: center; - cursor: pointer; - background-color: #e4e4e4; - font-size: 1.2rem; -} -.tag-input .input-clear-button { - position: absolute; - top: 0; - right: 0; - z-index: 2; - background-color: transparent; - height: 34px; - min-width: 34px; -} -.tag-input .input-clear-button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; -} -.tag-input.padding-for-clear { - padding-right: 48px; -} -.tag-input.input-large { - min-height: 50px; -} -.tag-input.input-large .tag { - margin: 2px 2px; - height: 36px; - line-height: 36px; -} -.tag-input.input-large .tag .title { - font-size: 1.3rem; - line-height: 36px; -} -.tag-input.input-large .tag .remover { - width: 35px; - height: 35px; - line-height: 30px; - font-size: 1.6rem; -} -.tag-input.input-large input { - height: 48px; - font-size: 1.3rem; - padding: 0 10px; - line-height: 48px; - min-width: 5em; -} -.tag-input.input-large .button { - height: 48px; - min-width: 48px; - font-size: 1.3rem; -} -.tag-input.input-large .button [class*=mif-] { - font-size: 1.3rem; -} -.tag-input.input-large .button [class*=default-icon-] { - width: 21px; - height: 21px; -} -.tag-input.input-large .button .input-clear-button { - width: 48px; - padding: 0; -} -.tag-input.input-small { - min-height: 28px; -} -.tag-input.input-small .tag { - margin: 2px 2px; - height: 18px; - line-height: 18px; -} -.tag-input.input-small .tag .title { - font-size: 0.7rem; - line-height: 18px; -} -.tag-input.input-small .tag .remover { - width: 18px; - height: 18px; - line-height: 18px; - font-size: 0.8rem; -} -.tag-input.input-small input { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; - line-height: 26px; - min-width: 5em; -} -.tag-input.input-small .button { - height: 26px; - min-width: 26px; - font-size: 0.9rem; -} -.tag-input.input-small .button [class*=mif-] { - font-size: 0.9rem; -} -.tag-input.input-small .button [class*=default-icon-] { - width: 14px; - height: 14px; -} -.tag-input.input-small .input-clear-button { - width: 26px; - padding: 0; -} -.tag-input.static-mode { - border: none!important; - cursor: default; -} -.tag-input.static-mode .tag { - border-radius: 10px; - background: #d4f0ff; - color: #1d1d1d; -} -.tag-input.static-mode .tag .remover { - display: none!important; -} -.tag-input.static-mode .button, -.tag-input.static-mode input { - display: none!important; -} -.textarea, -textarea { - height: auto; - padding: 0.5rem 0.75rem; -} -textarea { - line-height: 1.2; -} -.textarea { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - width: 100%; - padding: 0; -} -.textarea .fake-textarea { - opacity: 0; - z-index: -1; - position: absolute; - top: 0; - left: 0; - right: 0; - background: lightblue; - border: 1px solid red; -} -.textarea textarea { - min-height: 4rem; - overflow-y: hidden; - resize: none; - border: none!important; - -webkit-transition: height 0.1s linear; - -o-transition: height 0.1s linear; - transition: height 0.1s linear; -} -.textarea textarea:focus { - -webkit-box-shadow: none; - box-shadow: none; -} -.textarea.no-scroll-vertical textarea { - overflow-y: hidden!important; -} -.textarea .input-clear-button { - position: absolute; - top: 0; - right: 0; - z-index: 2; - background-color: transparent; -} -.textarea .input-clear-button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; -} -.textarea.disabled .clear-button { - display: none; -} -.textarea .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.textarea .append { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.textarea textarea { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.textarea .input-clear-button ~ textarea { - padding-right: 48px; -} -.tile-small, -.tile-medium, -.tile-wide, -.tile-large, -.tile-app { - display: block; - background-color: #1ba1e2; - color: #ffffff; - width: 150px; - height: 150px; - -webkit-box-shadow: inset 0 0 1px #FFFFCC; - box-shadow: inset 0 0 1px #FFFFCC; - cursor: pointer; - position: relative; - overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - max-width: none!important; -} -.tile-small { - width: 70px; - height: 70px; -} -.tile-medium { - width: 150px; - height: 150px; -} -.tile-wide { - width: 310px; - height: 150px; -} -.tile-large { - width: 310px; - height: 310px; -} -.tile-app { - width: 44px; - height: 44px; -} -.tile-small .icon, -.tile-medium .icon, -.tile-wide .icon, -.tile-large .icon, -.tile-app .icon { - max-width: 33%; - height: 33%; - position: absolute; - top: 50%; - left: 50%; - -webkit-transform: translateY(-50%) translateX(-50%); - -ms-transform: translateY(-50%) translateX(-50%); - transform: translateY(-50%) translateX(-50%); - font-size: 50px; - line-height: 50px; - z-index: 2; -} -.tile-small .branding-bar, -.tile-medium .branding-bar, -.tile-wide .branding-bar, -.tile-large .branding-bar, -.tile-app .branding-bar { - height: 32px; - line-height: 32px; - position: absolute; - left: 0; - bottom: 0; - right: 0; - padding: 0 10px 5px; - font-size: 0.875rem; - font-weight: 500; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - z-index: 2; -} -.tile-small .badge-top, -.tile-medium .badge-top, -.tile-wide .badge-top, -.tile-large .badge-top, -.tile-app .badge-top, -.tile-small .badge-bottom, -.tile-medium .badge-bottom, -.tile-wide .badge-bottom, -.tile-large .badge-bottom, -.tile-app .badge-bottom { - position: absolute; - display: block; - padding: 4px 8px; - font-size: 12px; - text-align: center; - background-color: rgba(29, 29, 29, 0.1); - z-index: 2; -} -.tile-small .badge-bottom, -.tile-medium .badge-bottom, -.tile-wide .badge-bottom, -.tile-large .badge-bottom, -.tile-app .badge-bottom { - right: 10px; - bottom: 0; -} -.tile-small .badge-top, -.tile-medium .badge-top, -.tile-wide .badge-top, -.tile-large .badge-top, -.tile-app .badge-top { - top: 10px; - right: 10px; -} -.tile-small:hover, -.tile-medium:hover, -.tile-wide:hover, -.tile-large:hover, -.tile-app:hover { - outline: rgba(29, 29, 29, 0.1) solid 4px; -} -.tile-small .icon { - max-width: 50%; - height: 50%; - font-size: 35px; - line-height: 35px; -} -.tile-large .icon { - font-size: 102px; - line-height: 102px; -} -.tile-app .icon { - max-width: 75%; - height: 75%; -} -.tile-small.transform-right, -.tile-medium.transform-right, -.tile-wide.transform-right, -.tile-large.transform-right, -.tile-app.transform-right { - -webkit-transform-origin: left 50%; - -ms-transform-origin: left 50%; - transform-origin: left 50%; - -webkit-transform: perspective(500px) rotateY(0.138372rad) !important; - transform: perspective(500px) rotateY(0.138372rad) !important; -} -.tile-small.transform-right.tile-small, -.tile-medium.transform-right.tile-small, -.tile-wide.transform-right.tile-small, -.tile-large.transform-right.tile-small, -.tile-app.transform-right.tile-small { - -webkit-transform: perspective(500px) rotateY(0.276744rad) !important; - transform: perspective(500px) rotateY(0.276744rad) !important; -} -.tile-small.transform-right.tile-wide, -.tile-medium.transform-right.tile-wide, -.tile-wide.transform-right.tile-wide, -.tile-large.transform-right.tile-wide, -.tile-app.transform-right.tile-wide { - -webkit-transform: perspective(500px) rotateY(0.069186rad) !important; - transform: perspective(500px) rotateY(0.069186rad) !important; -} -.tile-small.transform-right.tile-large, -.tile-medium.transform-right.tile-large, -.tile-wide.transform-right.tile-large, -.tile-large.transform-right.tile-large, -.tile-app.transform-right.tile-large { - -webkit-transform: perspective(500px) rotateY(0.046124rad) !important; - transform: perspective(500px) rotateY(0.046124rad) !important; -} -.tile-small.transform-left, -.tile-medium.transform-left, -.tile-wide.transform-left, -.tile-large.transform-left, -.tile-app.transform-left { - -webkit-transform-origin: right 50%; - -ms-transform-origin: right 50%; - transform-origin: right 50%; - -webkit-transform: perspective(500px) rotateY(-0.138372rad) !important; - transform: perspective(500px) rotateY(-0.138372rad) !important; -} -.tile-small.transform-left.tile-small, -.tile-medium.transform-left.tile-small, -.tile-wide.transform-left.tile-small, -.tile-large.transform-left.tile-small, -.tile-app.transform-left.tile-small { - -webkit-transform: perspective(500px) rotateY(-0.276744rad) !important; - transform: perspective(500px) rotateY(-0.276744rad) !important; -} -.tile-small.transform-left.tile-wide, -.tile-medium.transform-left.tile-wide, -.tile-wide.transform-left.tile-wide, -.tile-large.transform-left.tile-wide, -.tile-app.transform-left.tile-wide { - -webkit-transform: perspective(500px) rotateY(-0.069186rad) !important; - transform: perspective(500px) rotateY(-0.069186rad) !important; -} -.tile-small.transform-left.tile-large, -.tile-medium.transform-left.tile-large, -.tile-wide.transform-left.tile-large, -.tile-large.transform-left.tile-large, -.tile-app.transform-left.tile-large { - -webkit-transform: perspective(500px) rotateY(-0.046124rad) !important; - transform: perspective(500px) rotateY(-0.046124rad) !important; -} -.tile-small.transform-top, -.tile-medium.transform-top, -.tile-wide.transform-top, -.tile-large.transform-top, -.tile-app.transform-top { - -webkit-transform-origin: 50% bottom; - -ms-transform-origin: 50% bottom; - transform-origin: 50% bottom; - -webkit-transform: perspective(500px) rotateX(0.138372rad) !important; - transform: perspective(500px) rotateX(0.138372rad) !important; -} -.tile-small.transform-top.tile-small, -.tile-medium.transform-top.tile-small, -.tile-wide.transform-top.tile-small, -.tile-large.transform-top.tile-small, -.tile-app.transform-top.tile-small { - -webkit-transform: perspective(500px) rotateX(0.276744rad) !important; - transform: perspective(500px) rotateX(0.276744rad) !important; -} -.tile-small.transform-top.tile-wide, -.tile-medium.transform-top.tile-wide, -.tile-wide.transform-top.tile-wide, -.tile-large.transform-top.tile-wide, -.tile-app.transform-top.tile-wide { - -webkit-transform: perspective(500px) rotateX(0.069186rad) !important; - transform: perspective(500px) rotateX(0.069186rad) !important; -} -.tile-small.transform-top.tile-large, -.tile-medium.transform-top.tile-large, -.tile-wide.transform-top.tile-large, -.tile-large.transform-top.tile-large, -.tile-app.transform-top.tile-large { - -webkit-transform: perspective(500px) rotateX(0.046124rad) !important; - transform: perspective(500px) rotateX(0.046124rad) !important; -} -.tile-small.transform-bottom, -.tile-medium.transform-bottom, -.tile-wide.transform-bottom, -.tile-large.transform-bottom, -.tile-app.transform-bottom { - -webkit-transform-origin: 50% top; - -ms-transform-origin: 50% top; - transform-origin: 50% top; - -webkit-transform: perspective(500px) rotateX(-0.138372rad) !important; - transform: perspective(500px) rotateX(-0.138372rad) !important; -} -.tile-small.transform-bottom.tile-small, -.tile-medium.transform-bottom.tile-small, -.tile-wide.transform-bottom.tile-small, -.tile-large.transform-bottom.tile-small, -.tile-app.transform-bottom.tile-small { - -webkit-transform: perspective(500px) rotateX(-0.276744rad) !important; - transform: perspective(500px) rotateX(-0.276744rad) !important; -} -.tile-small.transform-bottom.tile-wide, -.tile-medium.transform-bottom.tile-wide, -.tile-wide.transform-bottom.tile-wide, -.tile-large.transform-bottom.tile-wide, -.tile-app.transform-bottom.tile-wide { - -webkit-transform: perspective(500px) rotateX(-0.069186rad) !important; - transform: perspective(500px) rotateX(-0.069186rad) !important; -} -.tile-small.transform-bottom.tile-large, -.tile-medium.transform-bottom.tile-large, -.tile-wide.transform-bottom.tile-large, -.tile-large.transform-bottom.tile-large, -.tile-app.transform-bottom.tile-large { - -webkit-transform: perspective(500px) rotateX(-0.046124rad) !important; - transform: perspective(500px) rotateX(-0.046124rad) !important; -} -.tiles-grid { - position: relative; - display: grid; - grid-template-columns: repeat(auto-fit, 70px); - grid-template-rows: repeat(auto-fit, 70px); - grid-gap: 10px; -} -.tiles-grid .tile-small { - grid-column: span 1; - grid-row: span 1; -} -.tiles-grid .tile-medium { - grid-column: span 2; - grid-row: span 2; -} -.tiles-grid .tile-wide { - grid-column: span 4; - grid-row: span 2; -} -.tiles-grid .tile-large { - grid-column: span 4; - grid-row: span 4; -} -.tiles-grid .tile-small.col-1 { - grid-column: 1 / span 1; -} -.tiles-grid .tile-medium.col-1 { - grid-column: 1 / span 2; -} -.tiles-grid .tile-wide.col-1 { - grid-column: 1 / span 4; -} -.tiles-grid .tile-large.col-1 { - grid-column: 1 / span 4; -} -.tiles-grid .tile-small.row-1 { - grid-row: 1 / span 1; -} -.tiles-grid .tile-medium.row-1 { - grid-row: 1 / span 2; -} -.tiles-grid .tile-wide.row-1 { - grid-row: 1 / span 4; -} -.tiles-grid .tile-large.row-1 { - grid-row: 1 / span 4; -} -.tiles-grid .tile-small.col-2 { - grid-column: 2 / span 1; -} -.tiles-grid .tile-medium.col-2 { - grid-column: 2 / span 2; -} -.tiles-grid .tile-wide.col-2 { - grid-column: 2 / span 4; -} -.tiles-grid .tile-large.col-2 { - grid-column: 2 / span 4; -} -.tiles-grid .tile-small.row-2 { - grid-row: 2 / span 1; -} -.tiles-grid .tile-medium.row-2 { - grid-row: 2 / span 2; -} -.tiles-grid .tile-wide.row-2 { - grid-row: 2 / span 4; -} -.tiles-grid .tile-large.row-2 { - grid-row: 2 / span 4; -} -.tiles-grid .tile-small.col-3 { - grid-column: 3 / span 1; -} -.tiles-grid .tile-medium.col-3 { - grid-column: 3 / span 2; -} -.tiles-grid .tile-wide.col-3 { - grid-column: 3 / span 4; -} -.tiles-grid .tile-large.col-3 { - grid-column: 3 / span 4; -} -.tiles-grid .tile-small.row-3 { - grid-row: 3 / span 1; -} -.tiles-grid .tile-medium.row-3 { - grid-row: 3 / span 2; -} -.tiles-grid .tile-wide.row-3 { - grid-row: 3 / span 4; -} -.tiles-grid .tile-large.row-3 { - grid-row: 3 / span 4; -} -.tiles-grid .tile-small.col-4 { - grid-column: 4 / span 1; -} -.tiles-grid .tile-medium.col-4 { - grid-column: 4 / span 2; -} -.tiles-grid .tile-wide.col-4 { - grid-column: 4 / span 4; -} -.tiles-grid .tile-large.col-4 { - grid-column: 4 / span 4; -} -.tiles-grid .tile-small.row-4 { - grid-row: 4 / span 1; -} -.tiles-grid .tile-medium.row-4 { - grid-row: 4 / span 2; -} -.tiles-grid .tile-wide.row-4 { - grid-row: 4 / span 4; -} -.tiles-grid .tile-large.row-4 { - grid-row: 4 / span 4; -} -.tiles-grid .tile-small.col-5 { - grid-column: 5 / span 1; -} -.tiles-grid .tile-medium.col-5 { - grid-column: 5 / span 2; -} -.tiles-grid .tile-wide.col-5 { - grid-column: 5 / span 4; -} -.tiles-grid .tile-large.col-5 { - grid-column: 5 / span 4; -} -.tiles-grid .tile-small.row-5 { - grid-row: 5 / span 1; -} -.tiles-grid .tile-medium.row-5 { - grid-row: 5 / span 2; -} -.tiles-grid .tile-wide.row-5 { - grid-row: 5 / span 4; -} -.tiles-grid .tile-large.row-5 { - grid-row: 5 / span 4; -} -.tiles-grid .tile-small.col-6 { - grid-column: 6 / span 1; -} -.tiles-grid .tile-medium.col-6 { - grid-column: 6 / span 2; -} -.tiles-grid .tile-wide.col-6 { - grid-column: 6 / span 4; -} -.tiles-grid .tile-large.col-6 { - grid-column: 6 / span 4; -} -.tiles-grid .tile-small.row-6 { - grid-row: 6 / span 1; -} -.tiles-grid .tile-medium.row-6 { - grid-row: 6 / span 2; -} -.tiles-grid .tile-wide.row-6 { - grid-row: 6 / span 4; -} -.tiles-grid .tile-large.row-6 { - grid-row: 6 / span 4; -} -.tiles-grid .tile-small.col-7 { - grid-column: 7 / span 1; -} -.tiles-grid .tile-medium.col-7 { - grid-column: 7 / span 2; -} -.tiles-grid .tile-wide.col-7 { - grid-column: 7 / span 4; -} -.tiles-grid .tile-large.col-7 { - grid-column: 7 / span 4; -} -.tiles-grid .tile-small.row-7 { - grid-row: 7 / span 1; -} -.tiles-grid .tile-medium.row-7 { - grid-row: 7 / span 2; -} -.tiles-grid .tile-wide.row-7 { - grid-row: 7 / span 4; -} -.tiles-grid .tile-large.row-7 { - grid-row: 7 / span 4; -} -.tiles-grid .tile-small.col-8 { - grid-column: 8 / span 1; -} -.tiles-grid .tile-medium.col-8 { - grid-column: 8 / span 2; -} -.tiles-grid .tile-wide.col-8 { - grid-column: 8 / span 4; -} -.tiles-grid .tile-large.col-8 { - grid-column: 8 / span 4; -} -.tiles-grid .tile-small.row-8 { - grid-row: 8 / span 1; -} -.tiles-grid .tile-medium.row-8 { - grid-row: 8 / span 2; -} -.tiles-grid .tile-wide.row-8 { - grid-row: 8 / span 4; -} -.tiles-grid .tile-large.row-8 { - grid-row: 8 / span 4; -} -.tiles-grid .tile-small.col-9 { - grid-column: 9 / span 1; -} -.tiles-grid .tile-medium.col-9 { - grid-column: 9 / span 2; -} -.tiles-grid .tile-wide.col-9 { - grid-column: 9 / span 4; -} -.tiles-grid .tile-large.col-9 { - grid-column: 9 / span 4; -} -.tiles-grid .tile-small.row-9 { - grid-row: 9 / span 1; -} -.tiles-grid .tile-medium.row-9 { - grid-row: 9 / span 2; -} -.tiles-grid .tile-wide.row-9 { - grid-row: 9 / span 4; -} -.tiles-grid .tile-large.row-9 { - grid-row: 9 / span 4; -} -.tiles-grid .tile-small.col-10 { - grid-column: 10 / span 1; -} -.tiles-grid .tile-medium.col-10 { - grid-column: 10 / span 2; -} -.tiles-grid .tile-wide.col-10 { - grid-column: 10 / span 4; -} -.tiles-grid .tile-large.col-10 { - grid-column: 10 / span 4; -} -.tiles-grid .tile-small.row-10 { - grid-row: 10 / span 1; -} -.tiles-grid .tile-medium.row-10 { - grid-row: 10 / span 2; -} -.tiles-grid .tile-wide.row-10 { - grid-row: 10 / span 4; -} -.tiles-grid .tile-large.row-10 { - grid-row: 10 / span 4; -} -.tiles-grid .tile-small.col-11 { - grid-column: 11 / span 1; -} -.tiles-grid .tile-medium.col-11 { - grid-column: 11 / span 2; -} -.tiles-grid .tile-wide.col-11 { - grid-column: 11 / span 4; -} -.tiles-grid .tile-large.col-11 { - grid-column: 11 / span 4; -} -.tiles-grid .tile-small.row-11 { - grid-row: 11 / span 1; -} -.tiles-grid .tile-medium.row-11 { - grid-row: 11 / span 2; -} -.tiles-grid .tile-wide.row-11 { - grid-row: 11 / span 4; -} -.tiles-grid .tile-large.row-11 { - grid-row: 11 / span 4; -} -.tiles-grid .tile-small.col-12 { - grid-column: 12 / span 1; -} -.tiles-grid .tile-medium.col-12 { - grid-column: 12 / span 2; -} -.tiles-grid .tile-wide.col-12 { - grid-column: 12 / span 4; -} -.tiles-grid .tile-large.col-12 { - grid-column: 12 / span 4; -} -.tiles-grid .tile-small.row-12 { - grid-row: 12 / span 1; -} -.tiles-grid .tile-medium.row-12 { - grid-row: 12 / span 2; -} -.tiles-grid .tile-wide.row-12 { - grid-row: 12 / span 4; -} -.tiles-grid .tile-large.row-12 { - grid-row: 12 / span 4; -} -.tiles-grid.size-half { - width: 80px; -} -.tiles-grid.size-1 { - width: 160px; -} -.tiles-grid.size-2 { - width: 320px; -} -.tiles-grid.size-3 { - width: 480px; -} -.tiles-grid.size-4 { - width: 640px; -} -.tiles-grid.size-5 { - width: 800px; -} -.tiles-grid.size-6 { - width: 960px; -} -.tiles-grid.size-7 { - width: 1120px; -} -.tiles-grid.size-8 { - width: 1280px; -} -.tiles-grid.size-9 { - width: 1440px; -} -.tiles-grid.size-10 { - width: 1600px; -} -@media screen and (min-width: 0) { - .tiles-grid .col-fs-1 { - grid-column: 1; - } - .tiles-grid .row-fs-1 { - grid-row: 1; - } - .tiles-grid .col-fs-2 { - grid-column: 2; - } - .tiles-grid .row-fs-2 { - grid-row: 2; - } - .tiles-grid .col-fs-3 { - grid-column: 3; - } - .tiles-grid .row-fs-3 { - grid-row: 3; - } - .tiles-grid .col-fs-4 { - grid-column: 4; - } - .tiles-grid .row-fs-4 { - grid-row: 4; - } - .tiles-grid .col-fs-5 { - grid-column: 5; - } - .tiles-grid .row-fs-5 { - grid-row: 5; - } - .tiles-grid .col-fs-6 { - grid-column: 6; - } - .tiles-grid .row-fs-6 { - grid-row: 6; - } - .tiles-grid .col-fs-7 { - grid-column: 7; - } - .tiles-grid .row-fs-7 { - grid-row: 7; - } - .tiles-grid .col-fs-8 { - grid-column: 8; - } - .tiles-grid .row-fs-8 { - grid-row: 8; - } - .tiles-grid .col-fs-9 { - grid-column: 9; - } - .tiles-grid .row-fs-9 { - grid-row: 9; - } - .tiles-grid .col-fs-10 { - grid-column: 10; - } - .tiles-grid .row-fs-10 { - grid-row: 10; - } - .tiles-grid .col-fs-11 { - grid-column: 11; - } - .tiles-grid .row-fs-11 { - grid-row: 11; - } - .tiles-grid .col-fs-12 { - grid-column: 12; - } - .tiles-grid .row-fs-12 { - grid-row: 12; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-1 { - width: 160px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-2 { - width: 320px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-3 { - width: 480px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-4 { - width: 640px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-5 { - width: 800px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-6 { - width: 960px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-7 { - width: 1120px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-8 { - width: 1280px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-9 { - width: 1440px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-10 { - width: 1600px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-11 { - width: 1760px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-12 { - width: 1920px; - } -} -@media screen and (min-width: 576px) { - .tiles-grid .col-sm-1 { - grid-column: 1; - } - .tiles-grid .row-sm-1 { - grid-row: 1; - } - .tiles-grid .col-sm-2 { - grid-column: 2; - } - .tiles-grid .row-sm-2 { - grid-row: 2; - } - .tiles-grid .col-sm-3 { - grid-column: 3; - } - .tiles-grid .row-sm-3 { - grid-row: 3; - } - .tiles-grid .col-sm-4 { - grid-column: 4; - } - .tiles-grid .row-sm-4 { - grid-row: 4; - } - .tiles-grid .col-sm-5 { - grid-column: 5; - } - .tiles-grid .row-sm-5 { - grid-row: 5; - } - .tiles-grid .col-sm-6 { - grid-column: 6; - } - .tiles-grid .row-sm-6 { - grid-row: 6; - } - .tiles-grid .col-sm-7 { - grid-column: 7; - } - .tiles-grid .row-sm-7 { - grid-row: 7; - } - .tiles-grid .col-sm-8 { - grid-column: 8; - } - .tiles-grid .row-sm-8 { - grid-row: 8; - } - .tiles-grid .col-sm-9 { - grid-column: 9; - } - .tiles-grid .row-sm-9 { - grid-row: 9; - } - .tiles-grid .col-sm-10 { - grid-column: 10; - } - .tiles-grid .row-sm-10 { - grid-row: 10; - } - .tiles-grid .col-sm-11 { - grid-column: 11; - } - .tiles-grid .row-sm-11 { - grid-row: 11; - } - .tiles-grid .col-sm-12 { - grid-column: 12; - } - .tiles-grid .row-sm-12 { - grid-row: 12; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-1 { - width: 160px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-2 { - width: 320px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-3 { - width: 480px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-4 { - width: 640px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-5 { - width: 800px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-6 { - width: 960px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-7 { - width: 1120px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-8 { - width: 1280px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-9 { - width: 1440px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-10 { - width: 1600px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-11 { - width: 1760px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-12 { - width: 1920px; - } -} -@media screen and (min-width: 768px) { - .tiles-grid .col-md-1 { - grid-column: 1; - } - .tiles-grid .row-md-1 { - grid-row: 1; - } - .tiles-grid .col-md-2 { - grid-column: 2; - } - .tiles-grid .row-md-2 { - grid-row: 2; - } - .tiles-grid .col-md-3 { - grid-column: 3; - } - .tiles-grid .row-md-3 { - grid-row: 3; - } - .tiles-grid .col-md-4 { - grid-column: 4; - } - .tiles-grid .row-md-4 { - grid-row: 4; - } - .tiles-grid .col-md-5 { - grid-column: 5; - } - .tiles-grid .row-md-5 { - grid-row: 5; - } - .tiles-grid .col-md-6 { - grid-column: 6; - } - .tiles-grid .row-md-6 { - grid-row: 6; - } - .tiles-grid .col-md-7 { - grid-column: 7; - } - .tiles-grid .row-md-7 { - grid-row: 7; - } - .tiles-grid .col-md-8 { - grid-column: 8; - } - .tiles-grid .row-md-8 { - grid-row: 8; - } - .tiles-grid .col-md-9 { - grid-column: 9; - } - .tiles-grid .row-md-9 { - grid-row: 9; - } - .tiles-grid .col-md-10 { - grid-column: 10; - } - .tiles-grid .row-md-10 { - grid-row: 10; - } - .tiles-grid .col-md-11 { - grid-column: 11; - } - .tiles-grid .row-md-11 { - grid-row: 11; - } - .tiles-grid .col-md-12 { - grid-column: 12; - } - .tiles-grid .row-md-12 { - grid-row: 12; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-1 { - width: 160px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-2 { - width: 320px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-3 { - width: 480px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-4 { - width: 640px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-5 { - width: 800px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-6 { - width: 960px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-7 { - width: 1120px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-8 { - width: 1280px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-9 { - width: 1440px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-10 { - width: 1600px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-11 { - width: 1760px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-12 { - width: 1920px; - } -} -@media screen and (min-width: 992px) { - .tiles-grid .col-lg-1 { - grid-column: 1; - } - .tiles-grid .row-lg-1 { - grid-row: 1; - } - .tiles-grid .col-lg-2 { - grid-column: 2; - } - .tiles-grid .row-lg-2 { - grid-row: 2; - } - .tiles-grid .col-lg-3 { - grid-column: 3; - } - .tiles-grid .row-lg-3 { - grid-row: 3; - } - .tiles-grid .col-lg-4 { - grid-column: 4; - } - .tiles-grid .row-lg-4 { - grid-row: 4; - } - .tiles-grid .col-lg-5 { - grid-column: 5; - } - .tiles-grid .row-lg-5 { - grid-row: 5; - } - .tiles-grid .col-lg-6 { - grid-column: 6; - } - .tiles-grid .row-lg-6 { - grid-row: 6; - } - .tiles-grid .col-lg-7 { - grid-column: 7; - } - .tiles-grid .row-lg-7 { - grid-row: 7; - } - .tiles-grid .col-lg-8 { - grid-column: 8; - } - .tiles-grid .row-lg-8 { - grid-row: 8; - } - .tiles-grid .col-lg-9 { - grid-column: 9; - } - .tiles-grid .row-lg-9 { - grid-row: 9; - } - .tiles-grid .col-lg-10 { - grid-column: 10; - } - .tiles-grid .row-lg-10 { - grid-row: 10; - } - .tiles-grid .col-lg-11 { - grid-column: 11; - } - .tiles-grid .row-lg-11 { - grid-row: 11; - } - .tiles-grid .col-lg-12 { - grid-column: 12; - } - .tiles-grid .row-lg-12 { - grid-row: 12; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-1 { - width: 160px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-2 { - width: 320px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-3 { - width: 480px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-4 { - width: 640px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-5 { - width: 800px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-6 { - width: 960px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-7 { - width: 1120px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-8 { - width: 1280px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-9 { - width: 1440px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-10 { - width: 1600px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-11 { - width: 1760px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-12 { - width: 1920px; - } -} -@media screen and (min-width: 1200px) { - .tiles-grid .col-xl-1 { - grid-column: 1; - } - .tiles-grid .row-xl-1 { - grid-row: 1; - } - .tiles-grid .col-xl-2 { - grid-column: 2; - } - .tiles-grid .row-xl-2 { - grid-row: 2; - } - .tiles-grid .col-xl-3 { - grid-column: 3; - } - .tiles-grid .row-xl-3 { - grid-row: 3; - } - .tiles-grid .col-xl-4 { - grid-column: 4; - } - .tiles-grid .row-xl-4 { - grid-row: 4; - } - .tiles-grid .col-xl-5 { - grid-column: 5; - } - .tiles-grid .row-xl-5 { - grid-row: 5; - } - .tiles-grid .col-xl-6 { - grid-column: 6; - } - .tiles-grid .row-xl-6 { - grid-row: 6; - } - .tiles-grid .col-xl-7 { - grid-column: 7; - } - .tiles-grid .row-xl-7 { - grid-row: 7; - } - .tiles-grid .col-xl-8 { - grid-column: 8; - } - .tiles-grid .row-xl-8 { - grid-row: 8; - } - .tiles-grid .col-xl-9 { - grid-column: 9; - } - .tiles-grid .row-xl-9 { - grid-row: 9; - } - .tiles-grid .col-xl-10 { - grid-column: 10; - } - .tiles-grid .row-xl-10 { - grid-row: 10; - } - .tiles-grid .col-xl-11 { - grid-column: 11; - } - .tiles-grid .row-xl-11 { - grid-row: 11; - } - .tiles-grid .col-xl-12 { - grid-column: 12; - } - .tiles-grid .row-xl-12 { - grid-row: 12; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-1 { - width: 160px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-2 { - width: 320px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-3 { - width: 480px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-4 { - width: 640px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-5 { - width: 800px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-6 { - width: 960px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-7 { - width: 1120px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-8 { - width: 1280px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-9 { - width: 1440px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-10 { - width: 1600px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-11 { - width: 1760px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-12 { - width: 1920px; - } -} -@media screen and (min-width: 1452px) { - .tiles-grid .col-xxl-1 { - grid-column: 1; - } - .tiles-grid .row-xxl-1 { - grid-row: 1; - } - .tiles-grid .col-xxl-2 { - grid-column: 2; - } - .tiles-grid .row-xxl-2 { - grid-row: 2; - } - .tiles-grid .col-xxl-3 { - grid-column: 3; - } - .tiles-grid .row-xxl-3 { - grid-row: 3; - } - .tiles-grid .col-xxl-4 { - grid-column: 4; - } - .tiles-grid .row-xxl-4 { - grid-row: 4; - } - .tiles-grid .col-xxl-5 { - grid-column: 5; - } - .tiles-grid .row-xxl-5 { - grid-row: 5; - } - .tiles-grid .col-xxl-6 { - grid-column: 6; - } - .tiles-grid .row-xxl-6 { - grid-row: 6; - } - .tiles-grid .col-xxl-7 { - grid-column: 7; - } - .tiles-grid .row-xxl-7 { - grid-row: 7; - } - .tiles-grid .col-xxl-8 { - grid-column: 8; - } - .tiles-grid .row-xxl-8 { - grid-row: 8; - } - .tiles-grid .col-xxl-9 { - grid-column: 9; - } - .tiles-grid .row-xxl-9 { - grid-row: 9; - } - .tiles-grid .col-xxl-10 { - grid-column: 10; - } - .tiles-grid .row-xxl-10 { - grid-row: 10; - } - .tiles-grid .col-xxl-11 { - grid-column: 11; - } - .tiles-grid .row-xxl-11 { - grid-row: 11; - } - .tiles-grid .col-xxl-12 { - grid-column: 12; - } - .tiles-grid .row-xxl-12 { - grid-row: 12; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-1 { - width: 160px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-2 { - width: 320px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-3 { - width: 480px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-4 { - width: 640px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-5 { - width: 800px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-6 { - width: 960px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-7 { - width: 1120px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-8 { - width: 1280px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-9 { - width: 1440px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-10 { - width: 1600px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-11 { - width: 1760px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-12 { - width: 1920px; - } -} -.tiles-group { - width: auto; - float: left; - overflow: visible; -} -.tiles-group::before { - content: attr(data-group-title); - display: block; - position: absolute; - left: 0; - top: -36px; - height: 1.5em; - line-height: 1.5em; - z-index: 1; - color: inherit; -} -[class*=tile-].image-set { - background-size: contain; - background-position: center; -} -[class*=tile-].image-set .img { - width: 25%; - height: 50%; - display: block; - float: left; - border: 1px solid #1d1d1d; - background-size: cover; -} -[class*=tile-].image-set .img:nth-child(1) { - width: 50%; - height: 100%; -} -[class*=tile-] .slide { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - display: block; -} -[class*=tile-] [class*=slide-] { - width: 100%; - height: 100%; - position: absolute; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -[class*=tile-] .slide-front { - top: 0; - left: 0; -} -[class*=tile-].effect-hover-slide-up .slide-back, -[class*=tile-].effect-hover-zoom-up .slide-back { - top: 100%; - left: 0; -} -[class*=tile-].effect-hover-slide-up:hover .slide-front, -[class*=tile-].effect-hover-zoom-up:hover .slide-front { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -[class*=tile-].effect-hover-slide-up:hover .slide-back, -[class*=tile-].effect-hover-zoom-up:hover .slide-back { - top: 0; -} -[class*=tile-].effect-hover-slide-down .slide-back, -[class*=tile-].effect-hover-zoom-down .slide-back { - top: 0; - left: 0; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -[class*=tile-].effect-hover-slide-down:hover .slide-front, -[class*=tile-].effect-hover-zoom-down:hover .slide-front { - top: 100%; -} -[class*=tile-].effect-hover-slide-down:hover .slide-back, -[class*=tile-].effect-hover-zoom-down:hover .slide-back { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -[class*=tile-].effect-hover-slide-left .slide-back, -[class*=tile-].effect-hover-zoom-left .slide-back { - top: 0; - left: 100%; -} -[class*=tile-].effect-hover-slide-left:hover .slide-front, -[class*=tile-].effect-hover-zoom-left:hover .slide-front { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -[class*=tile-].effect-hover-slide-left:hover .slide-back, -[class*=tile-].effect-hover-zoom-left:hover .slide-back { - left: 0; -} -[class*=tile-].effect-hover-slide-right .slide-back, -[class*=tile-].effect-hover-zoom-right .slide-back { - top: 0; - left: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -[class*=tile-].effect-hover-slide-right:hover .slide-front, -[class*=tile-].effect-hover-zoom-right:hover .slide-front { - left: 100%; -} -[class*=tile-].effect-hover-slide-right:hover .slide-back, -[class*=tile-].effect-hover-zoom-right:hover .slide-back { - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); -} -[class*=tile-].effect-hover-zoom-up:hover .slide-front, -[class*=tile-].effect-hover-zoom-down:hover .slide-front, -[class*=tile-].effect-hover-zoom-left:hover .slide-front, -[class*=tile-].effect-hover-zoom-right:hover .slide-front { - left: 0; - top: 0; - -webkit-transform: scale(2); - -ms-transform: scale(2); - transform: scale(2); -} -.time-picker input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.time-picker input:focus ~ .time-wrapper { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.time-picker .time-wrapper { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - border: 1px solid #dfdfdf; - width: 100%; -} -.time-picker .hours, -.time-picker .minutes, -.time-picker .seconds { - display: block; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - border: 1px solid; - border-color: inherit; - text-align: center; - height: 38px; - line-height: 34px; - position: relative; - font-size: 1.2em; -} -.time-picker.show-labels .hours, -.time-picker.show-labels .minutes, -.time-picker.show-labels .seconds { - line-height: 30px; -} -.time-picker.show-labels .hours::before, -.time-picker.show-labels .minutes::before, -.time-picker.show-labels .seconds::before { - content: attr(data-title); - position: absolute; - display: block; - font-size: 8px; - line-height: 12px; - left: 50%; - bottom: 0; - -webkit-transform: translate3d(-50%, 0, 0); - transform: translate3d(-50%, 0, 0); -} -.toast { - position: fixed; - bottom: 20px; - width: auto; - max-width: 35.5rem; - padding: 0.5rem 1.5rem; - text-align: left; - font-size: 0.875rem; - font-weight: normal; - background-color: #323232; - color: #ffffff; - border-radius: 0.25rem; - z-index: 1080; -} -.toast.show-top { - bottom: auto; - top: 20px; -} -.tool-button { - width: 2rem; - height: 2rem; - line-height: 2rem; - vertical-align: middle; - display: inline-block; - text-align: center; - background-color: #ebebeb; - color: #1d1d1d; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - padding: 0; - cursor: pointer; - outline: none; - margin: 0 2px; - position: relative; - font-size: 14px; -} -.tool-button [class*=mif], -.tool-button .icon, -.tool-button img { - height: 1rem; - max-height: 1rem; - font-size: 1rem; -} -.tool-button.text-button { - width: auto; - padding-left: 0.5rem; - padding-right: 0.5rem; -} -.tool-button:focus, -.tool-button:hover { - text-decoration: none; -} -.tool-button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.tool-button:active { - outline: 0; - -webkit-box-shadow: none; - box-shadow: none; -} -.tool-button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; -} -.tool-button.disabled, -.tool-button:disabled { - opacity: 0.65; -} -a.tool-button { - text-decoration: none; - color: #1d1d1d; -} -.toolbar { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - position: relative; - padding: 0 0 0 0.5725rem; - top: 2px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - margin-left: 4px; -} -.toolbar.no-divider::before { - display: none; -} -.toolbar::before { - position: absolute; - content: ""; - width: 0.325rem; - height: 100%; - top: 0; - left: 0; - background-color: rgba(69, 90, 100, 0.2); - cursor: move; -} -.toolbar.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding: 0.5725rem 0 0 0; - width: 32px; - margin-left: 0; - margin-top: 4px; -} -.toolbar.vertical::before { - width: 32px; - height: 0.325rem; -} -.toolbar.vertical .tool-button { - margin: 2px 0; -} -.topbar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding: 0.5rem 1rem; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - position: -webkit-sticky; - position: sticky; - top: 0; - background: #004d6f; - color: #ffffff; - z-index: 1080; -} -.topbar-brand, -.topbar-element, -.topbar-menu { - display: block; - white-space: nowrap; - background: inherit; - color: #ffffff; - text-decoration: none!important; - height: 2.5rem; - line-height: 2.5rem; - font-size: 0.875rem; - margin-bottom: 1rem; -} -.topbar-brand { - font-size: 1.25rem; - margin-top: 1rem; -} -.topbar-menu { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding: 0; - margin: 0; - list-style: none; -} -.topbar-menu li a { - display: block; - text-decoration: none; - color: inherit; - height: 2.5rem; - line-height: 2.5rem; - padding: 0 0.5rem; - font-size: 0.875rem; -} -.topbar-menu li a:hover, -.topbar-menu li a:active { - background: rgba(29, 29, 29, 0.1); -} -@media screen and (min-width: 0) { - .topbar-expand-fs { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-fs .topbar-brand, - .topbar-expand-fs .topbar-element, - .topbar-expand-fs .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 576px) { - .topbar-expand-sm { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-sm .topbar-brand, - .topbar-expand-sm .topbar-element, - .topbar-expand-sm .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 768px) { - .topbar-expand-md { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-md .topbar-brand, - .topbar-expand-md .topbar-element, - .topbar-expand-md .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 992px) { - .topbar-expand-lg { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-lg .topbar-brand, - .topbar-expand-lg .topbar-element, - .topbar-expand-lg .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 1200px) { - .topbar-expand-xl { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-xl .topbar-brand, - .topbar-expand-xl .topbar-element, - .topbar-expand-xl .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 1452px) { - .topbar-expand-xxl { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-xxl .topbar-brand, - .topbar-expand-xxl .topbar-element, - .topbar-expand-xxl .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -.treeview { - margin: 0 0 0 0; - padding: 0 0 0 24px; - font-size: 0.8125rem; - list-style: none inside; - display: block; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.treeview li { - display: block; - position: relative; - padding: 2px 0; - cursor: pointer; - line-height: 1.25rem; -} -.treeview li .icon { - position: absolute; - width: 16px; - height: 16px; - font-size: 16px; - left: 0; - top: 2px; - line-height: 16px; -} -.treeview li .icon img { - max-width: 100%; - height: 100%; -} -.treeview li .caption { - position: relative; -} -.treeview li .icon ~ .caption { - margin-left: 20px; -} -.treeview li .node-toggle { - position: relative; - cursor: pointer; - padding-right: 1.5rem !important; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.treeview li .node-toggle::before { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 0.3125rem; - width: 0.3125rem; - background-color: transparent; - border-left: 1px solid; - border-bottom: 1px solid; - border-color: #1d1d1d; - top: 50%; - left: 100%; - margin-left: -1rem; - margin-top: -0.1625rem; - z-index: 2; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - -webkit-transform-origin: center center 1px; - -ms-transform-origin: center center 1px; - transform-origin: center center 1px; -} -.treeview li .node-toggle { - position: absolute; - left: 0; - top: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - width: 24px; - height: 24px; -} -.treeview li .node-toggle::before { - -webkit-transform: rotate(-135deg); - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); -} -.treeview li.expanded > .node-toggle::before { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.treeview li.current > .caption { - color: #000000; -} -.treeview ul { - margin: 0 0 0 1rem; - padding: 0; - list-style: none inside; - display: block; - position: relative; - font-weight: normal; -} -.treeview .select .d-menu { - position: absolute; - left: 0; - margin: 0; - width: auto; -} -.treeview li .checkbox, -.treeview li .checkbox .check, -.treeview li .checkbox .caption { - line-height: 1; -} -.treeview li .radio, -.treeview li .radio .check, -.treeview li .radio .caption { - line-height: 1; -} -.treeview li .switch, -.treeview li .switch .check, -.treeview li .switch .caption { - line-height: 1; -} -.treeview li .checkbox, -.treeview li .radio, -.treeview li .switch { - height: 24px; -} -.vegas-wrapper, -.vegas-overlay, -.vegas-timer, -.vegas-slide, -.vegas-slide-inner { - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; - overflow: hidden; - border: none; - padding: 0; - margin: 0; -} -.vegas-overlay { - opacity: 0.5; - background: transparent center center repeat; -} -.vegas-overlay.overlay1 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay2 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay3 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII="); -} -.vegas-overlay.overlay4 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay5 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC"); -} -.vegas-overlay.overlay6 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay7 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII="); -} -.vegas-overlay.overlay8 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay9 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg=="); -} -.vegas-timer { - top: auto; - bottom: 0; - height: 2px; -} -.vegas-timer-progress { - width: 0; - height: 100%; - background: white; - -webkit-transition: width ease-out; - -o-transition: width ease-out; - transition: width ease-out; -} -.vegas-timer-running .vegas-timer-progress { - width: 100%; -} -.vegas-slide, -.vegas-slide-inner { - margin: 0; - padding: 0; - background: transparent center center no-repeat; - -webkit-transform: translateZ(0); - transform: translateZ(0); - will-change: transform, opacity; -} -body .vegas-container { - overflow: hidden !important; - position: relative; -} -.vegas-video { - min-width: 100%; - min-height: 100%; - width: auto; - height: auto; -} -body.vegas-container { - overflow: auto; - position: static; - z-index: -2; -} -body.vegas-container > .vegas-timer, -body.vegas-container > .vegas-overlay, -body.vegas-container > .vegas-slide { - position: fixed; - z-index: -1; -} -.vegas-transition-blur, -.vegas-transition-blur2 { - opacity: 0; - -webkit-filter: blur(32px) brightness(1.01); - filter: blur(32px) brightness(1.01); -} -.vegas-transition-blur-in, -.vegas-transition-blur2-in { - opacity: 1; - -webkit-filter: blur(0px) brightness(1.01); - filter: blur(0px) brightness(1.01); -} -.vegas-transition-blur2-out { - opacity: 0; -} -.vegas-transition-burn, -.vegas-transition-burn2 { - opacity: 0; - -webkit-filter: contrast(1000%) saturate(1000%); - filter: contrast(1000%) saturate(1000%); -} -.vegas-transition-burn-in, -.vegas-transition-burn2-in { - opacity: 1; - -webkit-filter: contrast(100%) saturate(100%); - filter: contrast(100%) saturate(100%); -} -.vegas-transition-burn2-out { - opacity: 0; - -webkit-filter: contrast(1000%) saturate(1000%); - filter: contrast(1000%) saturate(1000%); -} -.vegas-transition-fade, -.vegas-transition-fade2 { - opacity: 0; -} -.vegas-transition-fade-in, -.vegas-transition-fade2-in { - opacity: 1; -} -.vegas-transition-fade2-out { - opacity: 0; -} -.vegas-transition-flash, -.vegas-transition-flash2 { - opacity: 0; - -webkit-filter: brightness(25); - filter: brightness(25); -} -.vegas-transition-flash-in, -.vegas-transition-flash2-in { - opacity: 1; - -webkit-filter: brightness(1); - filter: brightness(1); -} -.vegas-transition-flash2-out { - opacity: 0; - -webkit-filter: brightness(25); - filter: brightness(25); -} -.vegas-transition-negative, -.vegas-transition-negative2 { - opacity: 0; - -webkit-filter: invert(100%); - filter: invert(100%); -} -.vegas-transition-negative-in, -.vegas-transition-negative2-in { - opacity: 1; - -webkit-filter: invert(0); - filter: invert(0); -} -.vegas-transition-negative2-out { - opacity: 0; - -webkit-filter: invert(100%); - filter: invert(100%); -} -.vegas-transition-slideDown, -.vegas-transition-slideDown2 { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.vegas-transition-slideDown-in, -.vegas-transition-slideDown2-in { - -webkit-transform: translateY(0%); - -ms-transform: translateY(0%); - transform: translateY(0%); -} -.vegas-transition-slideDown2-out { - -webkit-transform: translateY(100%); - -ms-transform: translateY(100%); - transform: translateY(100%); -} -.vegas-transition-slideLeft, -.vegas-transition-slideLeft2 { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.vegas-transition-slideLeft-in, -.vegas-transition-slideLeft2-in { - -webkit-transform: translateX(0%); - -ms-transform: translateX(0%); - transform: translateX(0%); -} -.vegas-transition-slideLeft2-out { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.vegas-transition-slideRight, -.vegas-transition-slideRight2 { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.vegas-transition-slideRight-in, -.vegas-transition-slideRight2-in { - -webkit-transform: translateX(0%); - -ms-transform: translateX(0%); - transform: translateX(0%); -} -.vegas-transition-slideRight2-out { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.vegas-transition-slideUp, -.vegas-transition-slideUp2 { - -webkit-transform: translateY(100%); - -ms-transform: translateY(100%); - transform: translateY(100%); -} -.vegas-transition-slideUp-in, -.vegas-transition-slideUp2-in { - -webkit-transform: translateY(0%); - -ms-transform: translateY(0%); - transform: translateY(0%); -} -.vegas-transition-slideUp2-out { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.vegas-transition-swirlLeft, -.vegas-transition-swirlLeft2 { - -webkit-transform: scale(2) rotate(35deg); - -ms-transform: scale(2) rotate(35deg); - transform: scale(2) rotate(35deg); - opacity: 0; -} -.vegas-transition-swirlLeft-in, -.vegas-transition-swirlLeft2-in { - -webkit-transform: scale(1) rotate(0deg); - -ms-transform: scale(1) rotate(0deg); - transform: scale(1) rotate(0deg); - opacity: 1; -} -.vegas-transition-swirlLeft2-out { - -webkit-transform: scale(2) rotate(-35deg); - -ms-transform: scale(2) rotate(-35deg); - transform: scale(2) rotate(-35deg); - opacity: 0; -} -.vegas-transition-swirlRight, -.vegas-transition-swirlRight2 { - -webkit-transform: scale(2) rotate(-35deg); - -ms-transform: scale(2) rotate(-35deg); - transform: scale(2) rotate(-35deg); - opacity: 0; -} -.vegas-transition-swirlRight-in, -.vegas-transition-swirlRight2-in { - -webkit-transform: scale(1) rotate(0deg); - -ms-transform: scale(1) rotate(0deg); - transform: scale(1) rotate(0deg); - opacity: 1; -} -.vegas-transition-swirlRight2-out { - -webkit-transform: scale(2) rotate(35deg); - -ms-transform: scale(2) rotate(35deg); - transform: scale(2) rotate(35deg); - opacity: 0; -} -.vegas-transition-zoomIn, -.vegas-transition-zoomIn2 { - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - opacity: 0; -} -.vegas-transition-zoomIn-in, -.vegas-transition-zoomIn2-in { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} -.vegas-transition-zoomIn2-out { - -webkit-transform: scale(2); - -ms-transform: scale(2); - transform: scale(2); - opacity: 0; -} -.vegas-transition-zoomOut, -.vegas-transition-zoomOut2 { - -webkit-transform: scale(2); - -ms-transform: scale(2); - transform: scale(2); - opacity: 0; -} -.vegas-transition-zoomOut-in, -.vegas-transition-zoomOut2-in { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} -.vegas-transition-zoomOut2-out { - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - opacity: 0; -} -.vegas-animation-kenburns { - -webkit-animation: kenburns ease-out; - animation: kenburns ease-out; -} -@-webkit-keyframes kenburns { - 0% { - -webkit-transform: scale(1.5); - transform: scale(1.5); - } - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} -@keyframes kenburns { - 0% { - -webkit-transform: scale(1.5); - transform: scale(1.5); - } - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} -.vegas-animation-kenburnsDownLeft { - -webkit-animation: kenburnsDownLeft ease-out; - animation: kenburnsDownLeft ease-out; -} -@-webkit-keyframes kenburnsDownLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, -10%); - transform: scale(1.5) translate(10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsDownLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, -10%); - transform: scale(1.5) translate(10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsDownRight { - -webkit-animation: kenburnsDownRight ease-out; - animation: kenburnsDownRight ease-out; -} -@-webkit-keyframes kenburnsDownRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, -10%); - transform: scale(1.5) translate(-10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsDownRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, -10%); - transform: scale(1.5) translate(-10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsDown { - -webkit-animation: kenburnsDown ease-out; - animation: kenburnsDown ease-out; -} -@-webkit-keyframes kenburnsDown { - 0% { - -webkit-transform: scale(1.5) translate(0, -10%); - transform: scale(1.5) translate(0, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsDown { - 0% { - -webkit-transform: scale(1.5) translate(0, -10%); - transform: scale(1.5) translate(0, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsLeft { - -webkit-animation: kenburnsLeft ease-out; - animation: kenburnsLeft ease-out; -} -@-webkit-keyframes kenburnsLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 0); - transform: scale(1.5) translate(10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 0); - transform: scale(1.5) translate(10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsRight { - -webkit-animation: kenburnsRight ease-out; - animation: kenburnsRight ease-out; -} -@-webkit-keyframes kenburnsRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 0); - transform: scale(1.5) translate(-10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 0); - transform: scale(1.5) translate(-10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsUpLeft { - -webkit-animation: kenburnsUpLeft ease-out; - animation: kenburnsUpLeft ease-out; -} -@-webkit-keyframes kenburnsUpLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 10%); - transform: scale(1.5) translate(10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsUpLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 10%); - transform: scale(1.5) translate(10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsUpRight { - -webkit-animation: kenburnsUpRight ease-out; - animation: kenburnsUpRight ease-out; -} -@-webkit-keyframes kenburnsUpRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 10%); - transform: scale(1.5) translate(-10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsUpRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 10%); - transform: scale(1.5) translate(-10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsUp { - -webkit-animation: kenburnsUp ease-out; - animation: kenburnsUp ease-out; -} -@-webkit-keyframes kenburnsUp { - 0% { - -webkit-transform: scale(1.5) translate(0, 10%); - transform: scale(1.5) translate(0, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsUp { - 0% { - -webkit-transform: scale(1.5) translate(0, 10%); - transform: scale(1.5) translate(0, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.wheel-picker { - display: block; - position: relative; - width: 100%; - min-width: 220px; - cursor: default; - background-color: #ffffff; - color: #1d1d1d; - height: 38px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.wheel-picker:focus { - outline: 1px dotted red!important; - min-width: 1px; - min-height: 1px; -} -.wheel-picker .select-wrapper { - display: none; - position: absolute; - top: 100%; - left: 0; - height: auto; - z-index: 3; - width: 100%; -} -.wheel-picker .select-block { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - width: 100%; - -ms-flex-negative: 0; - flex-shrink: 0; - background-color: #f2f2f2; -} -.wheel-picker .select-block::before { - content: ""; - display: block; - position: absolute; - z-index: 0; - height: 40px; - background-color: rgba(27, 161, 226, 0.5); - top: 50%; - left: 0; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - width: 100%; -} -.wheel-picker .select-block ul { - margin: 0; - padding: 0; - list-style: none inside; - display: block; - text-align: center; - height: 100%; - z-index: 1; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - border: 1px solid #dfdfdf; - overflow-y: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; -} -.wheel-picker .select-block ul::-webkit-scrollbar { - display: none!important; -} -.wheel-picker .select-block ul li { - display: block; - height: 40px; - line-height: 40px; - font-size: 0.9em; -} -.wheel-picker .select-block ul li.active { - font-weight: bold; -} -.wheel-picker .action-block { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - width: 100%; - background-color: #ffffff; -} -.wheel-picker .action-block > * { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; -} -.wheel-picker .action-block > *:not(:last-child) { - border-right: 1px solid #dfdfdf; -} -.wheel-picker .select-wrapper { - -webkit-transform: translate3d(0, -50%, 0); - transform: translate3d(0, -50%, 0); -} -.wheel-picker.for-top .select-wrapper, -.wheel-picker.for-top-a .select-wrapper { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} -.wheel-picker.for-bottom .select-wrapper, -.wheel-picker.for-bottom-a .select-wrapper { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); -} -.window { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - height: auto; - background-color: #ffffff; - color: #1d1d1d; - border: 1px #e9e9e9 solid; - z-index: 1; -} -.window-caption { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - height: 2.25rem; - line-height: 2.25rem; - padding: 0; - border-bottom: 1px transparent solid; - cursor: default; - vertical-align: middle; - background-color: #3c6478; - color: #ffffff; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.window-caption .title { - font-size: 0.875rem; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - width: 100%; - padding-left: 4px; - color: inherit; -} -.window-caption .icon { - width: 34px; - height: 34px; - text-align: center; - -ms-flex-negative: 0; - flex-shrink: 0; - display: block; - position: relative; - color: inherit; -} -.window-caption .icon * { - width: 1rem; - font-size: 1rem; - line-height: 34px; - text-align: center; -} -.window-caption * + .title { - padding-left: 0; -} -.window-caption .buttons { - height: 100%; - margin-left: auto; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; -} -.window-caption .btn-custom:focus, -.window-caption .btn-custom:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.window-caption .buttons .btn-min, -.window-caption .buttons .btn-max, -.window-caption .buttons .btn-close, -.window-caption .buttons .btn-custom { - position: relative; - height: 34px; - width: 34px; - text-align: center; - vertical-align: middle; - font-size: 1rem; - font-weight: normal; - padding: 0 0 0.625rem 0; - outline: none; - cursor: pointer; - display: block; - border: 1px solid transparent; - margin: 1px 0; -} -.window-caption .buttons .sys-button { - background-color: transparent; - color: #ffffff; -} -.window-caption .buttons .sys-button:hover { - background-color: rgba(255, 255, 255, 0.1); -} -.window-caption .buttons .sys-button:hover::before { - border-color: #ffffff; - color: #ffffff; -} -.window-caption .buttons .sys-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: #ffffff; -} -.window-caption .buttons .btn-close:hover { - background-color: #c75050; - color: #ffffff; -} -.window-caption .buttons .btn-close:hover::before { - color: #ffffff; -} -.window-caption .buttons .btn-close:active { - background-color: #e04343; - color: #ffffff; -} -.window-caption .buttons .btn-close::before { - border-color: #777777; - content: '\D7'; - position: absolute; - line-height: 34px; - vertical-align: middle; - left: 50%; - top: -4px; - margin-left: -0.32em; - color: #fff; - font-size: 1.5rem; -} -.window-caption .buttons .btn-min::before, -.window-caption .buttons .btn-max::before { - display: block; - position: absolute; - width: 0.625rem; - height: 0.625rem; - border: 0 #fff solid; - border-bottom-width: 2px; - content: ' '; - bottom: 0.72rem; - left: 50%; - margin-left: -0.3rem; - top: auto; -} -.window-caption .buttons .btn-max::before { - height: 0.575rem; - border: 1px #fff solid; - border-top-width: 2px; -} -.window-caption .buttons .btn-custom { - min-width: 34px; - width: auto; - -ms-flex-negative: 0; - flex-shrink: 0; -} -.window-caption .buttons .btn-custom { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.window-caption .buttons .btn-min { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.window-caption .buttons .btn-max { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.window-caption .buttons .btn-close { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.window-content { - overflow: auto; - height: calc(100% - 2.25rem); -} -.window-status { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - padding: 0.1rem 0.5rem; - background-color: #f8f8f8; - color: #1d1d1d; - height: 1.2rem; - font-size: 0.8rem; -} -.window.info .window-caption { - background-color: #1ba1e2; - color: #ffffff; -} -.window.alert .window-caption { - background-color: #CE352C; - color: #ffffff; -} -.window.warning .window-caption { - background-color: #fa6800; - color: #ffffff; -} -.window.success .window-caption { - background-color: #60a917; - color: #ffffff; -} -.window.focused { - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -.window.modal { - z-index: 1050; -} -.window.minimized { - max-width: 12rem; - max-height: 2.25rem; -} -.window.minimized .window-caption { - border-bottom: none!important; -} -.window.minimized .window-content { - display: none!important; -} -.window.minimized .window-caption .btn-custom { - display: none; -} -.window.maximized { - top: 0!important; - left: 0!important; - width: 100% !important; - height: 100% !important; - max-height: none !important; - max-width: none !important; -} -.window.maximized .btn-max::before { - border: 1px #fff solid; - z-index: 2; -} -.window.maximized .btn-max::after { - display: block; - position: absolute; - width: 0.625rem; - height: 0.625rem; - border-top: 1px #fff solid; - border-right: 1px #fff solid; - content: ' '; - bottom: 0.375rem; - right: 7px; - top: 8px; - z-index: 1; -} -.window.resizable { - min-width: 12rem; - min-height: 2.25rem; -} -.wizard { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - background-color: #ffffff; - color: #1d1d1d; - min-height: 200px; - height: auto; - border: 1px solid #dfdfdf; - counter-reset: wizard-step; - position: relative; -} -.wizard > section, -.wizard > .section { - counter-increment: wizard-step; - display: block; - position: relative; - border-left: #bebebe solid; - border-left-width: 4px; - width: 0; - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; -} -.wizard > section::before, -.wizard > .section::before { - display: none; - content: counter(wizard-step); - position: absolute; - bottom: 20px; - width: 25px; - text-align: center; - left: -25px; - z-index: 1; - color: #ffffff; -} -.wizard > section .page-content, -.wizard > .section .page-content { - padding: 1rem 1rem 4.25rem; - display: none; - overflow: hidden; -} -.wizard > section.current, -.wizard > .section.current { - width: 100%; - border: 0!important; -} -.wizard > section.current .page-content, -.wizard > .section.current .page-content { - display: block; -} -.wizard > section.current::before, -.wizard > .section.current::before { - display: block; - left: 0; - color: #ffffff; - background-color: #1ba1e2; -} -.wizard > section.current, -.wizard > .section.current, -.wizard > section.complete, -.wizard > .section.complete { - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; -} -.wizard > section.complete, -.wizard > .section.complete { - cursor: pointer; -} -.wizard .action-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: right; - -ms-flex-pack: right; - justify-content: right; - position: absolute; - bottom: 1rem; - left: 41px; -} -.wizard .action-bar::after { - display: block; - clear: both; - content: ""; -} -.wizard .action-bar::after { - display: block; - clear: both; - content: ""; -} -.wizard .action-bar > * { - margin: 1px; -} -.wizard > section { - border-color: #000000; -} -.wizard > section:nth-child(1) { - border-color: #1ba1e2; -} -.wizard > section:nth-child(2) { - border-color: #1891cb; -} -.wizard > section:nth-child(3) { - border-color: #1681b4; -} -.wizard > section:nth-child(4) { - border-color: #13709e; -} -.wizard > section:nth-child(5) { - border-color: #106087; -} -.wizard > section:nth-child(6) { - border-color: #0d5070; -} -.wizard > section:nth-child(7) { - border-color: #0b4059; -} -.wizard > section:nth-child(8) { - border-color: #082f43; -} -.wizard > section:nth-child(9) { - border-color: #051f2c; -} -.wizard > section:nth-child(10) { - border-color: #000000; -} -.wizard > section.complete { - border-color: #656565; -} -.wizard > section.complete:nth-child(1) { - border-color: #e4e4e4; -} -.wizard > section.complete:nth-child(2) { - border-color: #d8d8d8; -} -.wizard > section.complete:nth-child(3) { - border-color: #cbcbcb; -} -.wizard > section.complete:nth-child(4) { - border-color: #bebebe; -} -.wizard > section.complete:nth-child(5) { - border-color: #b1b1b1; -} -.wizard > section.complete:nth-child(6) { - border-color: #a5a5a5; -} -.wizard > section.complete:nth-child(7) { - border-color: #989898; -} -.wizard > section.complete:nth-child(8) { - border-color: #8b8b8b; -} -.wizard > section.complete:nth-child(9) { - border-color: #7e7e7e; -} -.wizard > section.complete:nth-child(10) { - border-color: #656565; -} -.wizard [class*=wizard-btn].disabled { - opacity: 0.1; -} -@media screen and (min-width: 0) { - .wizard.wizard-wide-fs { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-fs > section { - border-left-width: 25px; - } - .wizard.wizard-wide-fs > section::before { - display: block; - } -} -@media screen and (min-width: 576px) { - .wizard.wizard-wide-sm { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-sm > section { - border-left-width: 25px; - } - .wizard.wizard-wide-sm > section::before { - display: block; - } -} -@media screen and (min-width: 768px) { - .wizard.wizard-wide-md { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-md > section { - border-left-width: 25px; - } - .wizard.wizard-wide-md > section::before { - display: block; - } -} -@media screen and (min-width: 992px) { - .wizard.wizard-wide-lg { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-lg > section { - border-left-width: 25px; - } - .wizard.wizard-wide-lg > section::before { - display: block; - } -} -@media screen and (min-width: 1200px) { - .wizard.wizard-wide-xl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-xl > section { - border-left-width: 25px; - } - .wizard.wizard-wide-xl > section::before { - display: block; - } -} -@media screen and (min-width: 1452px) { - .wizard.wizard-wide-xxl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-xxl > section { - border-left-width: 25px; - } - .wizard.wizard-wide-xxl > section::before { - display: block; - } -} -.button.primary, -.command-button.primary, -.image-button.primary, -.shortcut.primary, -.tool-button.primary, -.split-button .split.primary, -tbody tr.primary, -tbody td.primary, -.tally.primary, -code.primary, -.notify.primary, -.info-button.primary, -.input .button.primary, -.select .button.primary, -.tag-input .button.primary, -.spinner .button.primary, -.toast.primary { - outline-color: #75b5fd; - background-color: #0366d6; - color: #ffffff; -} -.button.primary.outline, -.command-button.primary.outline, -.image-button.primary.outline, -.shortcut.primary.outline, -.tool-button.primary.outline, -.split-button .split.primary.outline, -tbody tr.primary.outline, -tbody td.primary.outline, -.tally.primary.outline, -code.primary.outline, -.notify.primary.outline, -.info-button.primary.outline, -.input .button.primary.outline, -.select .button.primary.outline, -.tag-input .button.primary.outline, -.spinner .button.primary.outline, -.toast.primary.outline { - color: #0366d6; - border-color: #0366d6; -} -.button.primary.outline.dropdown-toggle::before, -.command-button.primary.outline.dropdown-toggle::before, -.image-button.primary.outline.dropdown-toggle::before, -.shortcut.primary.outline.dropdown-toggle::before, -.tool-button.primary.outline.dropdown-toggle::before, -.split-button .split.primary.outline.dropdown-toggle::before, -tbody tr.primary.outline.dropdown-toggle::before, -tbody td.primary.outline.dropdown-toggle::before, -.tally.primary.outline.dropdown-toggle::before, -code.primary.outline.dropdown-toggle::before, -.notify.primary.outline.dropdown-toggle::before, -.info-button.primary.outline.dropdown-toggle::before, -.input .button.primary.outline.dropdown-toggle::before, -.select .button.primary.outline.dropdown-toggle::before, -.tag-input .button.primary.outline.dropdown-toggle::before, -.spinner .button.primary.outline.dropdown-toggle::before, -.toast.primary.outline.dropdown-toggle::before { - border-color: #0366d6; -} -.button.primary.outline:hover, -.command-button.primary.outline:hover, -.image-button.primary.outline:hover, -.shortcut.primary.outline:hover, -.tool-button.primary.outline:hover, -.split-button .split.primary.outline:hover, -tbody tr.primary.outline:hover, -tbody td.primary.outline:hover, -.tally.primary.outline:hover, -code.primary.outline:hover, -.notify.primary.outline:hover, -.info-button.primary.outline:hover, -.input .button.primary.outline:hover, -.select .button.primary.outline:hover, -.tag-input .button.primary.outline:hover, -.spinner .button.primary.outline:hover, -.toast.primary.outline:hover { - color: #ffffff; -} -.button.primary.dropdown-toggle::before, -.command-button.primary.dropdown-toggle::before, -.image-button.primary.dropdown-toggle::before, -.shortcut.primary.dropdown-toggle::before, -.tool-button.primary.dropdown-toggle::before, -.split-button .split.primary.dropdown-toggle::before, -tbody tr.primary.dropdown-toggle::before, -tbody td.primary.dropdown-toggle::before, -.tally.primary.dropdown-toggle::before, -code.primary.dropdown-toggle::before, -.notify.primary.dropdown-toggle::before, -.info-button.primary.dropdown-toggle::before, -.input .button.primary.dropdown-toggle::before, -.select .button.primary.dropdown-toggle::before, -.tag-input .button.primary.dropdown-toggle::before, -.spinner .button.primary.dropdown-toggle::before, -.toast.primary.dropdown-toggle::before { - border-color: #ffffff; -} -.button.primary:hover, -.command-button.primary:hover, -.image-button.primary:hover, -.shortcut.primary:hover, -.tool-button.primary:hover, -.split-button .split.primary:hover, -tbody tr.primary:hover, -tbody td.primary:hover, -.tally.primary:hover, -code.primary:hover, -.notify.primary:hover, -.info-button.primary:hover, -.input .button.primary:hover, -.select .button.primary:hover, -.tag-input .button.primary:hover, -.spinner .button.primary:hover, -.toast.primary:hover { - color: #ffffff; - background-color: #024ea4; - border-color: #023671; -} -.button.primary:hover.dropdown-toggle::before, -.command-button.primary:hover.dropdown-toggle::before, -.image-button.primary:hover.dropdown-toggle::before, -.shortcut.primary:hover.dropdown-toggle::before, -.tool-button.primary:hover.dropdown-toggle::before, -.split-button .split.primary:hover.dropdown-toggle::before, -tbody tr.primary:hover.dropdown-toggle::before, -tbody td.primary:hover.dropdown-toggle::before, -.tally.primary:hover.dropdown-toggle::before, -code.primary:hover.dropdown-toggle::before, -.notify.primary:hover.dropdown-toggle::before, -.info-button.primary:hover.dropdown-toggle::before, -.input .button.primary:hover.dropdown-toggle::before, -.select .button.primary:hover.dropdown-toggle::before, -.tag-input .button.primary:hover.dropdown-toggle::before, -.spinner .button.primary:hover.dropdown-toggle::before, -.toast.primary:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.primary.same-color:hover, -.command-button.primary.same-color:hover, -.image-button.primary.same-color:hover, -.shortcut.primary.same-color:hover, -.tool-button.primary.same-color:hover, -.split-button .split.primary.same-color:hover, -tbody tr.primary.same-color:hover, -tbody td.primary.same-color:hover, -.tally.primary.same-color:hover, -code.primary.same-color:hover, -.notify.primary.same-color:hover, -.info-button.primary.same-color:hover, -.input .button.primary.same-color:hover, -.select .button.primary.same-color:hover, -.tag-input .button.primary.same-color:hover, -.spinner .button.primary.same-color:hover, -.toast.primary.same-color:hover { - background-color: #0366d6; - border-color: #0366d6; -} -.button.primary:active, -.command-button.primary:active, -.image-button.primary:active, -.shortcut.primary:active, -.tool-button.primary:active, -.split-button .split.primary:active, -tbody tr.primary:active, -tbody td.primary:active, -.tally.primary:active, -code.primary:active, -.notify.primary:active, -.info-button.primary:active, -.input .button.primary:active, -.select .button.primary:active, -.tag-input .button.primary:active, -.spinner .button.primary:active, -.toast.primary:active, -.button.primary.focus, -.command-button.primary.focus, -.image-button.primary.focus, -.shortcut.primary.focus, -.tool-button.primary.focus, -.split-button .split.primary.focus, -tbody tr.primary.focus, -tbody td.primary.focus, -.tally.primary.focus, -code.primary.focus, -.notify.primary.focus, -.info-button.primary.focus, -.input .button.primary.focus, -.select .button.primary.focus, -.tag-input .button.primary.focus, -.spinner .button.primary.focus, -.toast.primary.focus, -.button.primary:focus, -.command-button.primary:focus, -.image-button.primary:focus, -.shortcut.primary:focus, -.tool-button.primary:focus, -.split-button .split.primary:focus, -tbody tr.primary:focus, -tbody td.primary:focus, -.tally.primary:focus, -code.primary:focus, -.notify.primary:focus, -.info-button.primary:focus, -.input .button.primary:focus, -.select .button.primary:focus, -.tag-input .button.primary:focus, -.spinner .button.primary:focus, -.toast.primary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); - box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); -} -.button.secondary, -.command-button.secondary, -.image-button.secondary, -.shortcut.secondary, -.tool-button.secondary, -.split-button .split.secondary, -tbody tr.secondary, -tbody td.secondary, -.tally.secondary, -code.secondary, -.notify.secondary, -.info-button.secondary, -.input .button.secondary, -.select .button.secondary, -.tag-input .button.secondary, -.spinner .button.secondary, -.toast.secondary { - outline-color: #b7c6cd; - background-color: #607d8b; - color: #ffffff; -} -.button.secondary.outline, -.command-button.secondary.outline, -.image-button.secondary.outline, -.shortcut.secondary.outline, -.tool-button.secondary.outline, -.split-button .split.secondary.outline, -tbody tr.secondary.outline, -tbody td.secondary.outline, -.tally.secondary.outline, -code.secondary.outline, -.notify.secondary.outline, -.info-button.secondary.outline, -.input .button.secondary.outline, -.select .button.secondary.outline, -.tag-input .button.secondary.outline, -.spinner .button.secondary.outline, -.toast.secondary.outline { - color: #607d8b; - border-color: #607d8b; -} -.button.secondary.outline.dropdown-toggle::before, -.command-button.secondary.outline.dropdown-toggle::before, -.image-button.secondary.outline.dropdown-toggle::before, -.shortcut.secondary.outline.dropdown-toggle::before, -.tool-button.secondary.outline.dropdown-toggle::before, -.split-button .split.secondary.outline.dropdown-toggle::before, -tbody tr.secondary.outline.dropdown-toggle::before, -tbody td.secondary.outline.dropdown-toggle::before, -.tally.secondary.outline.dropdown-toggle::before, -code.secondary.outline.dropdown-toggle::before, -.notify.secondary.outline.dropdown-toggle::before, -.info-button.secondary.outline.dropdown-toggle::before, -.input .button.secondary.outline.dropdown-toggle::before, -.select .button.secondary.outline.dropdown-toggle::before, -.tag-input .button.secondary.outline.dropdown-toggle::before, -.spinner .button.secondary.outline.dropdown-toggle::before, -.toast.secondary.outline.dropdown-toggle::before { - border-color: #607d8b; -} -.button.secondary.outline:hover, -.command-button.secondary.outline:hover, -.image-button.secondary.outline:hover, -.shortcut.secondary.outline:hover, -.tool-button.secondary.outline:hover, -.split-button .split.secondary.outline:hover, -tbody tr.secondary.outline:hover, -tbody td.secondary.outline:hover, -.tally.secondary.outline:hover, -code.secondary.outline:hover, -.notify.secondary.outline:hover, -.info-button.secondary.outline:hover, -.input .button.secondary.outline:hover, -.select .button.secondary.outline:hover, -.tag-input .button.secondary.outline:hover, -.spinner .button.secondary.outline:hover, -.toast.secondary.outline:hover { - color: #ffffff; -} -.button.secondary.dropdown-toggle::before, -.command-button.secondary.dropdown-toggle::before, -.image-button.secondary.dropdown-toggle::before, -.shortcut.secondary.dropdown-toggle::before, -.tool-button.secondary.dropdown-toggle::before, -.split-button .split.secondary.dropdown-toggle::before, -tbody tr.secondary.dropdown-toggle::before, -tbody td.secondary.dropdown-toggle::before, -.tally.secondary.dropdown-toggle::before, -code.secondary.dropdown-toggle::before, -.notify.secondary.dropdown-toggle::before, -.info-button.secondary.dropdown-toggle::before, -.input .button.secondary.dropdown-toggle::before, -.select .button.secondary.dropdown-toggle::before, -.tag-input .button.secondary.dropdown-toggle::before, -.spinner .button.secondary.dropdown-toggle::before, -.toast.secondary.dropdown-toggle::before { - border-color: #ffffff; -} -.button.secondary:hover, -.command-button.secondary:hover, -.image-button.secondary:hover, -.shortcut.secondary:hover, -.tool-button.secondary:hover, -.split-button .split.secondary:hover, -tbody tr.secondary:hover, -tbody td.secondary:hover, -.tally.secondary:hover, -code.secondary:hover, -.notify.secondary:hover, -.info-button.secondary:hover, -.input .button.secondary:hover, -.select .button.secondary:hover, -.tag-input .button.secondary:hover, -.spinner .button.secondary:hover, -.toast.secondary:hover { - color: #ffffff; - background-color: #4b626d; - border-color: #36474f; -} -.button.secondary:hover.dropdown-toggle::before, -.command-button.secondary:hover.dropdown-toggle::before, -.image-button.secondary:hover.dropdown-toggle::before, -.shortcut.secondary:hover.dropdown-toggle::before, -.tool-button.secondary:hover.dropdown-toggle::before, -.split-button .split.secondary:hover.dropdown-toggle::before, -tbody tr.secondary:hover.dropdown-toggle::before, -tbody td.secondary:hover.dropdown-toggle::before, -.tally.secondary:hover.dropdown-toggle::before, -code.secondary:hover.dropdown-toggle::before, -.notify.secondary:hover.dropdown-toggle::before, -.info-button.secondary:hover.dropdown-toggle::before, -.input .button.secondary:hover.dropdown-toggle::before, -.select .button.secondary:hover.dropdown-toggle::before, -.tag-input .button.secondary:hover.dropdown-toggle::before, -.spinner .button.secondary:hover.dropdown-toggle::before, -.toast.secondary:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.secondary.same-color:hover, -.command-button.secondary.same-color:hover, -.image-button.secondary.same-color:hover, -.shortcut.secondary.same-color:hover, -.tool-button.secondary.same-color:hover, -.split-button .split.secondary.same-color:hover, -tbody tr.secondary.same-color:hover, -tbody td.secondary.same-color:hover, -.tally.secondary.same-color:hover, -code.secondary.same-color:hover, -.notify.secondary.same-color:hover, -.info-button.secondary.same-color:hover, -.input .button.secondary.same-color:hover, -.select .button.secondary.same-color:hover, -.tag-input .button.secondary.same-color:hover, -.spinner .button.secondary.same-color:hover, -.toast.secondary.same-color:hover { - background-color: #607d8b; - border-color: #607d8b; -} -.button.secondary:active, -.command-button.secondary:active, -.image-button.secondary:active, -.shortcut.secondary:active, -.tool-button.secondary:active, -.split-button .split.secondary:active, -tbody tr.secondary:active, -tbody td.secondary:active, -.tally.secondary:active, -code.secondary:active, -.notify.secondary:active, -.info-button.secondary:active, -.input .button.secondary:active, -.select .button.secondary:active, -.tag-input .button.secondary:active, -.spinner .button.secondary:active, -.toast.secondary:active, -.button.secondary.focus, -.command-button.secondary.focus, -.image-button.secondary.focus, -.shortcut.secondary.focus, -.tool-button.secondary.focus, -.split-button .split.secondary.focus, -tbody tr.secondary.focus, -tbody td.secondary.focus, -.tally.secondary.focus, -code.secondary.focus, -.notify.secondary.focus, -.info-button.secondary.focus, -.input .button.secondary.focus, -.select .button.secondary.focus, -.tag-input .button.secondary.focus, -.spinner .button.secondary.focus, -.toast.secondary.focus, -.button.secondary:focus, -.command-button.secondary:focus, -.image-button.secondary:focus, -.shortcut.secondary:focus, -.tool-button.secondary:focus, -.split-button .split.secondary:focus, -tbody tr.secondary:focus, -tbody td.secondary:focus, -.tally.secondary:focus, -code.secondary:focus, -.notify.secondary:focus, -.info-button.secondary:focus, -.input .button.secondary:focus, -.select .button.secondary:focus, -.tag-input .button.secondary:focus, -.spinner .button.secondary:focus, -.toast.secondary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); - box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); -} -.button.success, -.command-button.success, -.image-button.success, -.shortcut.success, -.tool-button.success, -.split-button .split.success, -tbody tr.success, -tbody td.success, -.tally.success, -code.success, -.notify.success, -.info-button.success, -.input .button.success, -.select .button.success, -.tag-input .button.success, -.spinner .button.success, -.toast.success { - outline-color: #adeb6e; - background-color: #60a917; - color: #ffffff; -} -.button.success.outline, -.command-button.success.outline, -.image-button.success.outline, -.shortcut.success.outline, -.tool-button.success.outline, -.split-button .split.success.outline, -tbody tr.success.outline, -tbody td.success.outline, -.tally.success.outline, -code.success.outline, -.notify.success.outline, -.info-button.success.outline, -.input .button.success.outline, -.select .button.success.outline, -.tag-input .button.success.outline, -.spinner .button.success.outline, -.toast.success.outline { - color: #60a917; - border-color: #60a917; -} -.button.success.outline.dropdown-toggle::before, -.command-button.success.outline.dropdown-toggle::before, -.image-button.success.outline.dropdown-toggle::before, -.shortcut.success.outline.dropdown-toggle::before, -.tool-button.success.outline.dropdown-toggle::before, -.split-button .split.success.outline.dropdown-toggle::before, -tbody tr.success.outline.dropdown-toggle::before, -tbody td.success.outline.dropdown-toggle::before, -.tally.success.outline.dropdown-toggle::before, -code.success.outline.dropdown-toggle::before, -.notify.success.outline.dropdown-toggle::before, -.info-button.success.outline.dropdown-toggle::before, -.input .button.success.outline.dropdown-toggle::before, -.select .button.success.outline.dropdown-toggle::before, -.tag-input .button.success.outline.dropdown-toggle::before, -.spinner .button.success.outline.dropdown-toggle::before, -.toast.success.outline.dropdown-toggle::before { - border-color: #60a917; -} -.button.success.outline:hover, -.command-button.success.outline:hover, -.image-button.success.outline:hover, -.shortcut.success.outline:hover, -.tool-button.success.outline:hover, -.split-button .split.success.outline:hover, -tbody tr.success.outline:hover, -tbody td.success.outline:hover, -.tally.success.outline:hover, -code.success.outline:hover, -.notify.success.outline:hover, -.info-button.success.outline:hover, -.input .button.success.outline:hover, -.select .button.success.outline:hover, -.tag-input .button.success.outline:hover, -.spinner .button.success.outline:hover, -.toast.success.outline:hover { - color: #ffffff; -} -.button.success.dropdown-toggle::before, -.command-button.success.dropdown-toggle::before, -.image-button.success.dropdown-toggle::before, -.shortcut.success.dropdown-toggle::before, -.tool-button.success.dropdown-toggle::before, -.split-button .split.success.dropdown-toggle::before, -tbody tr.success.dropdown-toggle::before, -tbody td.success.dropdown-toggle::before, -.tally.success.dropdown-toggle::before, -code.success.dropdown-toggle::before, -.notify.success.dropdown-toggle::before, -.info-button.success.dropdown-toggle::before, -.input .button.success.dropdown-toggle::before, -.select .button.success.dropdown-toggle::before, -.tag-input .button.success.dropdown-toggle::before, -.spinner .button.success.dropdown-toggle::before, -.toast.success.dropdown-toggle::before { - border-color: #ffffff; -} -.button.success:hover, -.command-button.success:hover, -.image-button.success:hover, -.shortcut.success:hover, -.tool-button.success:hover, -.split-button .split.success:hover, -tbody tr.success:hover, -tbody td.success:hover, -.tally.success:hover, -code.success:hover, -.notify.success:hover, -.info-button.success:hover, -.input .button.success:hover, -.select .button.success:hover, -.tag-input .button.success:hover, -.spinner .button.success:hover, -.toast.success:hover { - color: #ffffff; - background-color: #477c11; - border-color: #2d4f0b; -} -.button.success:hover.dropdown-toggle::before, -.command-button.success:hover.dropdown-toggle::before, -.image-button.success:hover.dropdown-toggle::before, -.shortcut.success:hover.dropdown-toggle::before, -.tool-button.success:hover.dropdown-toggle::before, -.split-button .split.success:hover.dropdown-toggle::before, -tbody tr.success:hover.dropdown-toggle::before, -tbody td.success:hover.dropdown-toggle::before, -.tally.success:hover.dropdown-toggle::before, -code.success:hover.dropdown-toggle::before, -.notify.success:hover.dropdown-toggle::before, -.info-button.success:hover.dropdown-toggle::before, -.input .button.success:hover.dropdown-toggle::before, -.select .button.success:hover.dropdown-toggle::before, -.tag-input .button.success:hover.dropdown-toggle::before, -.spinner .button.success:hover.dropdown-toggle::before, -.toast.success:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.success.same-color:hover, -.command-button.success.same-color:hover, -.image-button.success.same-color:hover, -.shortcut.success.same-color:hover, -.tool-button.success.same-color:hover, -.split-button .split.success.same-color:hover, -tbody tr.success.same-color:hover, -tbody td.success.same-color:hover, -.tally.success.same-color:hover, -code.success.same-color:hover, -.notify.success.same-color:hover, -.info-button.success.same-color:hover, -.input .button.success.same-color:hover, -.select .button.success.same-color:hover, -.tag-input .button.success.same-color:hover, -.spinner .button.success.same-color:hover, -.toast.success.same-color:hover { - background-color: #60a917; - border-color: #60a917; -} -.button.success:active, -.command-button.success:active, -.image-button.success:active, -.shortcut.success:active, -.tool-button.success:active, -.split-button .split.success:active, -tbody tr.success:active, -tbody td.success:active, -.tally.success:active, -code.success:active, -.notify.success:active, -.info-button.success:active, -.input .button.success:active, -.select .button.success:active, -.tag-input .button.success:active, -.spinner .button.success:active, -.toast.success:active, -.button.success.focus, -.command-button.success.focus, -.image-button.success.focus, -.shortcut.success.focus, -.tool-button.success.focus, -.split-button .split.success.focus, -tbody tr.success.focus, -tbody td.success.focus, -.tally.success.focus, -code.success.focus, -.notify.success.focus, -.info-button.success.focus, -.input .button.success.focus, -.select .button.success.focus, -.tag-input .button.success.focus, -.spinner .button.success.focus, -.toast.success.focus, -.button.success:focus, -.command-button.success:focus, -.image-button.success:focus, -.shortcut.success:focus, -.tool-button.success:focus, -.split-button .split.success:focus, -tbody tr.success:focus, -tbody td.success:focus, -.tally.success:focus, -code.success:focus, -.notify.success:focus, -.info-button.success:focus, -.input .button.success:focus, -.select .button.success:focus, -.tag-input .button.success:focus, -.spinner .button.success:focus, -.toast.success:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); -} -.button.alert, -.command-button.alert, -.image-button.alert, -.shortcut.alert, -.tool-button.alert, -.split-button .split.alert, -tbody tr.alert, -tbody td.alert, -.tally.alert, -code.alert, -.notify.alert, -.info-button.alert, -.input .button.alert, -.select .button.alert, -.tag-input .button.alert, -.spinner .button.alert, -.toast.alert { - outline-color: #ecaba7; - background-color: #CE352C; - color: #ffffff; -} -.button.alert.outline, -.command-button.alert.outline, -.image-button.alert.outline, -.shortcut.alert.outline, -.tool-button.alert.outline, -.split-button .split.alert.outline, -tbody tr.alert.outline, -tbody td.alert.outline, -.tally.alert.outline, -code.alert.outline, -.notify.alert.outline, -.info-button.alert.outline, -.input .button.alert.outline, -.select .button.alert.outline, -.tag-input .button.alert.outline, -.spinner .button.alert.outline, -.toast.alert.outline { - color: #CE352C; - border-color: #CE352C; -} -.button.alert.outline.dropdown-toggle::before, -.command-button.alert.outline.dropdown-toggle::before, -.image-button.alert.outline.dropdown-toggle::before, -.shortcut.alert.outline.dropdown-toggle::before, -.tool-button.alert.outline.dropdown-toggle::before, -.split-button .split.alert.outline.dropdown-toggle::before, -tbody tr.alert.outline.dropdown-toggle::before, -tbody td.alert.outline.dropdown-toggle::before, -.tally.alert.outline.dropdown-toggle::before, -code.alert.outline.dropdown-toggle::before, -.notify.alert.outline.dropdown-toggle::before, -.info-button.alert.outline.dropdown-toggle::before, -.input .button.alert.outline.dropdown-toggle::before, -.select .button.alert.outline.dropdown-toggle::before, -.tag-input .button.alert.outline.dropdown-toggle::before, -.spinner .button.alert.outline.dropdown-toggle::before, -.toast.alert.outline.dropdown-toggle::before { - border-color: #CE352C; -} -.button.alert.outline:hover, -.command-button.alert.outline:hover, -.image-button.alert.outline:hover, -.shortcut.alert.outline:hover, -.tool-button.alert.outline:hover, -.split-button .split.alert.outline:hover, -tbody tr.alert.outline:hover, -tbody td.alert.outline:hover, -.tally.alert.outline:hover, -code.alert.outline:hover, -.notify.alert.outline:hover, -.info-button.alert.outline:hover, -.input .button.alert.outline:hover, -.select .button.alert.outline:hover, -.tag-input .button.alert.outline:hover, -.spinner .button.alert.outline:hover, -.toast.alert.outline:hover { - color: #ffffff; -} -.button.alert.dropdown-toggle::before, -.command-button.alert.dropdown-toggle::before, -.image-button.alert.dropdown-toggle::before, -.shortcut.alert.dropdown-toggle::before, -.tool-button.alert.dropdown-toggle::before, -.split-button .split.alert.dropdown-toggle::before, -tbody tr.alert.dropdown-toggle::before, -tbody td.alert.dropdown-toggle::before, -.tally.alert.dropdown-toggle::before, -code.alert.dropdown-toggle::before, -.notify.alert.dropdown-toggle::before, -.info-button.alert.dropdown-toggle::before, -.input .button.alert.dropdown-toggle::before, -.select .button.alert.dropdown-toggle::before, -.tag-input .button.alert.dropdown-toggle::before, -.spinner .button.alert.dropdown-toggle::before, -.toast.alert.dropdown-toggle::before { - border-color: #ffffff; -} -.button.alert:hover, -.command-button.alert:hover, -.image-button.alert:hover, -.shortcut.alert:hover, -.tool-button.alert:hover, -.split-button .split.alert:hover, -tbody tr.alert:hover, -tbody td.alert:hover, -.tally.alert:hover, -code.alert:hover, -.notify.alert:hover, -.info-button.alert:hover, -.input .button.alert:hover, -.select .button.alert:hover, -.tag-input .button.alert:hover, -.spinner .button.alert:hover, -.toast.alert:hover { - color: #ffffff; - background-color: #a42a23; - border-color: #7a1f1a; -} -.button.alert:hover.dropdown-toggle::before, -.command-button.alert:hover.dropdown-toggle::before, -.image-button.alert:hover.dropdown-toggle::before, -.shortcut.alert:hover.dropdown-toggle::before, -.tool-button.alert:hover.dropdown-toggle::before, -.split-button .split.alert:hover.dropdown-toggle::before, -tbody tr.alert:hover.dropdown-toggle::before, -tbody td.alert:hover.dropdown-toggle::before, -.tally.alert:hover.dropdown-toggle::before, -code.alert:hover.dropdown-toggle::before, -.notify.alert:hover.dropdown-toggle::before, -.info-button.alert:hover.dropdown-toggle::before, -.input .button.alert:hover.dropdown-toggle::before, -.select .button.alert:hover.dropdown-toggle::before, -.tag-input .button.alert:hover.dropdown-toggle::before, -.spinner .button.alert:hover.dropdown-toggle::before, -.toast.alert:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.alert.same-color:hover, -.command-button.alert.same-color:hover, -.image-button.alert.same-color:hover, -.shortcut.alert.same-color:hover, -.tool-button.alert.same-color:hover, -.split-button .split.alert.same-color:hover, -tbody tr.alert.same-color:hover, -tbody td.alert.same-color:hover, -.tally.alert.same-color:hover, -code.alert.same-color:hover, -.notify.alert.same-color:hover, -.info-button.alert.same-color:hover, -.input .button.alert.same-color:hover, -.select .button.alert.same-color:hover, -.tag-input .button.alert.same-color:hover, -.spinner .button.alert.same-color:hover, -.toast.alert.same-color:hover { - background-color: #CE352C; - border-color: #CE352C; -} -.button.alert:active, -.command-button.alert:active, -.image-button.alert:active, -.shortcut.alert:active, -.tool-button.alert:active, -.split-button .split.alert:active, -tbody tr.alert:active, -tbody td.alert:active, -.tally.alert:active, -code.alert:active, -.notify.alert:active, -.info-button.alert:active, -.input .button.alert:active, -.select .button.alert:active, -.tag-input .button.alert:active, -.spinner .button.alert:active, -.toast.alert:active, -.button.alert.focus, -.command-button.alert.focus, -.image-button.alert.focus, -.shortcut.alert.focus, -.tool-button.alert.focus, -.split-button .split.alert.focus, -tbody tr.alert.focus, -tbody td.alert.focus, -.tally.alert.focus, -code.alert.focus, -.notify.alert.focus, -.info-button.alert.focus, -.input .button.alert.focus, -.select .button.alert.focus, -.tag-input .button.alert.focus, -.spinner .button.alert.focus, -.toast.alert.focus, -.button.alert:focus, -.command-button.alert:focus, -.image-button.alert:focus, -.shortcut.alert:focus, -.tool-button.alert:focus, -.split-button .split.alert:focus, -tbody tr.alert:focus, -tbody td.alert:focus, -.tally.alert:focus, -code.alert:focus, -.notify.alert:focus, -.info-button.alert:focus, -.input .button.alert:focus, -.select .button.alert:focus, -.tag-input .button.alert:focus, -.spinner .button.alert:focus, -.toast.alert:focus { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); -} -.button.warning, -.command-button.warning, -.image-button.warning, -.shortcut.warning, -.tool-button.warning, -.split-button .split.warning, -tbody tr.warning, -tbody td.warning, -.tally.warning, -code.warning, -.notify.warning, -.info-button.warning, -.input .button.warning, -.select .button.warning, -.tag-input .button.warning, -.spinner .button.warning, -.toast.warning { - outline-color: #ffede1; - background-color: #ff9447; - color: #ffffff; -} -.button.warning.outline, -.command-button.warning.outline, -.image-button.warning.outline, -.shortcut.warning.outline, -.tool-button.warning.outline, -.split-button .split.warning.outline, -tbody tr.warning.outline, -tbody td.warning.outline, -.tally.warning.outline, -code.warning.outline, -.notify.warning.outline, -.info-button.warning.outline, -.input .button.warning.outline, -.select .button.warning.outline, -.tag-input .button.warning.outline, -.spinner .button.warning.outline, -.toast.warning.outline { - color: #ff9447; - border-color: #ff9447; -} -.button.warning.outline.dropdown-toggle::before, -.command-button.warning.outline.dropdown-toggle::before, -.image-button.warning.outline.dropdown-toggle::before, -.shortcut.warning.outline.dropdown-toggle::before, -.tool-button.warning.outline.dropdown-toggle::before, -.split-button .split.warning.outline.dropdown-toggle::before, -tbody tr.warning.outline.dropdown-toggle::before, -tbody td.warning.outline.dropdown-toggle::before, -.tally.warning.outline.dropdown-toggle::before, -code.warning.outline.dropdown-toggle::before, -.notify.warning.outline.dropdown-toggle::before, -.info-button.warning.outline.dropdown-toggle::before, -.input .button.warning.outline.dropdown-toggle::before, -.select .button.warning.outline.dropdown-toggle::before, -.tag-input .button.warning.outline.dropdown-toggle::before, -.spinner .button.warning.outline.dropdown-toggle::before, -.toast.warning.outline.dropdown-toggle::before { - border-color: #ff9447; -} -.button.warning.outline:hover, -.command-button.warning.outline:hover, -.image-button.warning.outline:hover, -.shortcut.warning.outline:hover, -.tool-button.warning.outline:hover, -.split-button .split.warning.outline:hover, -tbody tr.warning.outline:hover, -tbody td.warning.outline:hover, -.tally.warning.outline:hover, -code.warning.outline:hover, -.notify.warning.outline:hover, -.info-button.warning.outline:hover, -.input .button.warning.outline:hover, -.select .button.warning.outline:hover, -.tag-input .button.warning.outline:hover, -.spinner .button.warning.outline:hover, -.toast.warning.outline:hover { - color: #ffffff; -} -.button.warning.dropdown-toggle::before, -.command-button.warning.dropdown-toggle::before, -.image-button.warning.dropdown-toggle::before, -.shortcut.warning.dropdown-toggle::before, -.tool-button.warning.dropdown-toggle::before, -.split-button .split.warning.dropdown-toggle::before, -tbody tr.warning.dropdown-toggle::before, -tbody td.warning.dropdown-toggle::before, -.tally.warning.dropdown-toggle::before, -code.warning.dropdown-toggle::before, -.notify.warning.dropdown-toggle::before, -.info-button.warning.dropdown-toggle::before, -.input .button.warning.dropdown-toggle::before, -.select .button.warning.dropdown-toggle::before, -.tag-input .button.warning.dropdown-toggle::before, -.spinner .button.warning.dropdown-toggle::before, -.toast.warning.dropdown-toggle::before { - border-color: #ffffff; -} -.button.warning:hover, -.command-button.warning:hover, -.image-button.warning:hover, -.shortcut.warning:hover, -.tool-button.warning:hover, -.split-button .split.warning:hover, -tbody tr.warning:hover, -tbody td.warning:hover, -.tally.warning:hover, -code.warning:hover, -.notify.warning:hover, -.info-button.warning:hover, -.input .button.warning:hover, -.select .button.warning:hover, -.tag-input .button.warning:hover, -.spinner .button.warning:hover, -.toast.warning:hover { - color: #ffffff; - background-color: #ff7615; - border-color: #e05d00; -} -.button.warning:hover.dropdown-toggle::before, -.command-button.warning:hover.dropdown-toggle::before, -.image-button.warning:hover.dropdown-toggle::before, -.shortcut.warning:hover.dropdown-toggle::before, -.tool-button.warning:hover.dropdown-toggle::before, -.split-button .split.warning:hover.dropdown-toggle::before, -tbody tr.warning:hover.dropdown-toggle::before, -tbody td.warning:hover.dropdown-toggle::before, -.tally.warning:hover.dropdown-toggle::before, -code.warning:hover.dropdown-toggle::before, -.notify.warning:hover.dropdown-toggle::before, -.info-button.warning:hover.dropdown-toggle::before, -.input .button.warning:hover.dropdown-toggle::before, -.select .button.warning:hover.dropdown-toggle::before, -.tag-input .button.warning:hover.dropdown-toggle::before, -.spinner .button.warning:hover.dropdown-toggle::before, -.toast.warning:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.warning.same-color:hover, -.command-button.warning.same-color:hover, -.image-button.warning.same-color:hover, -.shortcut.warning.same-color:hover, -.tool-button.warning.same-color:hover, -.split-button .split.warning.same-color:hover, -tbody tr.warning.same-color:hover, -tbody td.warning.same-color:hover, -.tally.warning.same-color:hover, -code.warning.same-color:hover, -.notify.warning.same-color:hover, -.info-button.warning.same-color:hover, -.input .button.warning.same-color:hover, -.select .button.warning.same-color:hover, -.tag-input .button.warning.same-color:hover, -.spinner .button.warning.same-color:hover, -.toast.warning.same-color:hover { - background-color: #ff9447; - border-color: #ff9447; -} -.button.warning:active, -.command-button.warning:active, -.image-button.warning:active, -.shortcut.warning:active, -.tool-button.warning:active, -.split-button .split.warning:active, -tbody tr.warning:active, -tbody td.warning:active, -.tally.warning:active, -code.warning:active, -.notify.warning:active, -.info-button.warning:active, -.input .button.warning:active, -.select .button.warning:active, -.tag-input .button.warning:active, -.spinner .button.warning:active, -.toast.warning:active, -.button.warning.focus, -.command-button.warning.focus, -.image-button.warning.focus, -.shortcut.warning.focus, -.tool-button.warning.focus, -.split-button .split.warning.focus, -tbody tr.warning.focus, -tbody td.warning.focus, -.tally.warning.focus, -code.warning.focus, -.notify.warning.focus, -.info-button.warning.focus, -.input .button.warning.focus, -.select .button.warning.focus, -.tag-input .button.warning.focus, -.spinner .button.warning.focus, -.toast.warning.focus, -.button.warning:focus, -.command-button.warning:focus, -.image-button.warning:focus, -.shortcut.warning:focus, -.tool-button.warning:focus, -.split-button .split.warning:focus, -tbody tr.warning:focus, -tbody td.warning:focus, -.tally.warning:focus, -code.warning:focus, -.notify.warning:focus, -.info-button.warning:focus, -.input .button.warning:focus, -.select .button.warning:focus, -.tag-input .button.warning:focus, -.spinner .button.warning:focus, -.toast.warning:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); - box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); -} -.button.yellow, -.command-button.yellow, -.image-button.yellow, -.shortcut.yellow, -.tool-button.yellow, -.split-button .split.yellow, -tbody tr.yellow, -tbody td.yellow, -.tally.yellow, -code.yellow, -.notify.yellow, -.info-button.yellow, -.input .button.yellow, -.select .button.yellow, -.tag-input .button.yellow, -.spinner .button.yellow, -.toast.yellow { - outline-color: #ffffff; - background-color: #ffe484; - color: #ffffff; -} -.button.yellow.outline, -.command-button.yellow.outline, -.image-button.yellow.outline, -.shortcut.yellow.outline, -.tool-button.yellow.outline, -.split-button .split.yellow.outline, -tbody tr.yellow.outline, -tbody td.yellow.outline, -.tally.yellow.outline, -code.yellow.outline, -.notify.yellow.outline, -.info-button.yellow.outline, -.input .button.yellow.outline, -.select .button.yellow.outline, -.tag-input .button.yellow.outline, -.spinner .button.yellow.outline, -.toast.yellow.outline { - color: #ffe484; - border-color: #ffe484; -} -.button.yellow.outline.dropdown-toggle::before, -.command-button.yellow.outline.dropdown-toggle::before, -.image-button.yellow.outline.dropdown-toggle::before, -.shortcut.yellow.outline.dropdown-toggle::before, -.tool-button.yellow.outline.dropdown-toggle::before, -.split-button .split.yellow.outline.dropdown-toggle::before, -tbody tr.yellow.outline.dropdown-toggle::before, -tbody td.yellow.outline.dropdown-toggle::before, -.tally.yellow.outline.dropdown-toggle::before, -code.yellow.outline.dropdown-toggle::before, -.notify.yellow.outline.dropdown-toggle::before, -.info-button.yellow.outline.dropdown-toggle::before, -.input .button.yellow.outline.dropdown-toggle::before, -.select .button.yellow.outline.dropdown-toggle::before, -.tag-input .button.yellow.outline.dropdown-toggle::before, -.spinner .button.yellow.outline.dropdown-toggle::before, -.toast.yellow.outline.dropdown-toggle::before { - border-color: #ffe484; -} -.button.yellow.outline:hover, -.command-button.yellow.outline:hover, -.image-button.yellow.outline:hover, -.shortcut.yellow.outline:hover, -.tool-button.yellow.outline:hover, -.split-button .split.yellow.outline:hover, -tbody tr.yellow.outline:hover, -tbody td.yellow.outline:hover, -.tally.yellow.outline:hover, -code.yellow.outline:hover, -.notify.yellow.outline:hover, -.info-button.yellow.outline:hover, -.input .button.yellow.outline:hover, -.select .button.yellow.outline:hover, -.tag-input .button.yellow.outline:hover, -.spinner .button.yellow.outline:hover, -.toast.yellow.outline:hover { - color: #ffffff; -} -.button.yellow.dropdown-toggle::before, -.command-button.yellow.dropdown-toggle::before, -.image-button.yellow.dropdown-toggle::before, -.shortcut.yellow.dropdown-toggle::before, -.tool-button.yellow.dropdown-toggle::before, -.split-button .split.yellow.dropdown-toggle::before, -tbody tr.yellow.dropdown-toggle::before, -tbody td.yellow.dropdown-toggle::before, -.tally.yellow.dropdown-toggle::before, -code.yellow.dropdown-toggle::before, -.notify.yellow.dropdown-toggle::before, -.info-button.yellow.dropdown-toggle::before, -.input .button.yellow.dropdown-toggle::before, -.select .button.yellow.dropdown-toggle::before, -.tag-input .button.yellow.dropdown-toggle::before, -.spinner .button.yellow.dropdown-toggle::before, -.toast.yellow.dropdown-toggle::before { - border-color: #ffffff; -} -.button.yellow:hover, -.command-button.yellow:hover, -.image-button.yellow:hover, -.shortcut.yellow:hover, -.tool-button.yellow:hover, -.split-button .split.yellow:hover, -tbody tr.yellow:hover, -tbody td.yellow:hover, -.tally.yellow:hover, -code.yellow:hover, -.notify.yellow:hover, -.info-button.yellow:hover, -.input .button.yellow:hover, -.select .button.yellow:hover, -.tag-input .button.yellow:hover, -.spinner .button.yellow:hover, -.toast.yellow:hover { - color: #ffffff; - background-color: #ffd951; - border-color: #ffce1e; -} -.button.yellow:hover.dropdown-toggle::before, -.command-button.yellow:hover.dropdown-toggle::before, -.image-button.yellow:hover.dropdown-toggle::before, -.shortcut.yellow:hover.dropdown-toggle::before, -.tool-button.yellow:hover.dropdown-toggle::before, -.split-button .split.yellow:hover.dropdown-toggle::before, -tbody tr.yellow:hover.dropdown-toggle::before, -tbody td.yellow:hover.dropdown-toggle::before, -.tally.yellow:hover.dropdown-toggle::before, -code.yellow:hover.dropdown-toggle::before, -.notify.yellow:hover.dropdown-toggle::before, -.info-button.yellow:hover.dropdown-toggle::before, -.input .button.yellow:hover.dropdown-toggle::before, -.select .button.yellow:hover.dropdown-toggle::before, -.tag-input .button.yellow:hover.dropdown-toggle::before, -.spinner .button.yellow:hover.dropdown-toggle::before, -.toast.yellow:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.yellow.same-color:hover, -.command-button.yellow.same-color:hover, -.image-button.yellow.same-color:hover, -.shortcut.yellow.same-color:hover, -.tool-button.yellow.same-color:hover, -.split-button .split.yellow.same-color:hover, -tbody tr.yellow.same-color:hover, -tbody td.yellow.same-color:hover, -.tally.yellow.same-color:hover, -code.yellow.same-color:hover, -.notify.yellow.same-color:hover, -.info-button.yellow.same-color:hover, -.input .button.yellow.same-color:hover, -.select .button.yellow.same-color:hover, -.tag-input .button.yellow.same-color:hover, -.spinner .button.yellow.same-color:hover, -.toast.yellow.same-color:hover { - background-color: #ffe484; - border-color: #ffe484; -} -.button.yellow:active, -.command-button.yellow:active, -.image-button.yellow:active, -.shortcut.yellow:active, -.tool-button.yellow:active, -.split-button .split.yellow:active, -tbody tr.yellow:active, -tbody td.yellow:active, -.tally.yellow:active, -code.yellow:active, -.notify.yellow:active, -.info-button.yellow:active, -.input .button.yellow:active, -.select .button.yellow:active, -.tag-input .button.yellow:active, -.spinner .button.yellow:active, -.toast.yellow:active, -.button.yellow.focus, -.command-button.yellow.focus, -.image-button.yellow.focus, -.shortcut.yellow.focus, -.tool-button.yellow.focus, -.split-button .split.yellow.focus, -tbody tr.yellow.focus, -tbody td.yellow.focus, -.tally.yellow.focus, -code.yellow.focus, -.notify.yellow.focus, -.info-button.yellow.focus, -.input .button.yellow.focus, -.select .button.yellow.focus, -.tag-input .button.yellow.focus, -.spinner .button.yellow.focus, -.toast.yellow.focus, -.button.yellow:focus, -.command-button.yellow:focus, -.image-button.yellow:focus, -.shortcut.yellow:focus, -.tool-button.yellow:focus, -.split-button .split.yellow:focus, -tbody tr.yellow:focus, -tbody td.yellow:focus, -.tally.yellow:focus, -code.yellow:focus, -.notify.yellow:focus, -.info-button.yellow:focus, -.input .button.yellow:focus, -.select .button.yellow:focus, -.tag-input .button.yellow:focus, -.spinner .button.yellow:focus, -.toast.yellow:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); - box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); -} -.button.info, -.command-button.info, -.image-button.info, -.shortcut.info, -.tool-button.info, -.split-button .split.info, -tbody tr.info, -tbody td.info, -.tally.info, -code.info, -.notify.info, -.info-button.info, -.input .button.info, -.select .button.info, -.tag-input .button.info, -.spinner .button.info, -.toast.info { - outline-color: #e6f5fc; - background-color: #5ebdec; - color: #ffffff; -} -.button.info.outline, -.command-button.info.outline, -.image-button.info.outline, -.shortcut.info.outline, -.tool-button.info.outline, -.split-button .split.info.outline, -tbody tr.info.outline, -tbody td.info.outline, -.tally.info.outline, -code.info.outline, -.notify.info.outline, -.info-button.info.outline, -.input .button.info.outline, -.select .button.info.outline, -.tag-input .button.info.outline, -.spinner .button.info.outline, -.toast.info.outline { - color: #5ebdec; - border-color: #5ebdec; -} -.button.info.outline.dropdown-toggle::before, -.command-button.info.outline.dropdown-toggle::before, -.image-button.info.outline.dropdown-toggle::before, -.shortcut.info.outline.dropdown-toggle::before, -.tool-button.info.outline.dropdown-toggle::before, -.split-button .split.info.outline.dropdown-toggle::before, -tbody tr.info.outline.dropdown-toggle::before, -tbody td.info.outline.dropdown-toggle::before, -.tally.info.outline.dropdown-toggle::before, -code.info.outline.dropdown-toggle::before, -.notify.info.outline.dropdown-toggle::before, -.info-button.info.outline.dropdown-toggle::before, -.input .button.info.outline.dropdown-toggle::before, -.select .button.info.outline.dropdown-toggle::before, -.tag-input .button.info.outline.dropdown-toggle::before, -.spinner .button.info.outline.dropdown-toggle::before, -.toast.info.outline.dropdown-toggle::before { - border-color: #5ebdec; -} -.button.info.outline:hover, -.command-button.info.outline:hover, -.image-button.info.outline:hover, -.shortcut.info.outline:hover, -.tool-button.info.outline:hover, -.split-button .split.info.outline:hover, -tbody tr.info.outline:hover, -tbody td.info.outline:hover, -.tally.info.outline:hover, -code.info.outline:hover, -.notify.info.outline:hover, -.info-button.info.outline:hover, -.input .button.info.outline:hover, -.select .button.info.outline:hover, -.tag-input .button.info.outline:hover, -.spinner .button.info.outline:hover, -.toast.info.outline:hover { - color: #ffffff; -} -.button.info.dropdown-toggle::before, -.command-button.info.dropdown-toggle::before, -.image-button.info.dropdown-toggle::before, -.shortcut.info.dropdown-toggle::before, -.tool-button.info.dropdown-toggle::before, -.split-button .split.info.dropdown-toggle::before, -tbody tr.info.dropdown-toggle::before, -tbody td.info.dropdown-toggle::before, -.tally.info.dropdown-toggle::before, -code.info.dropdown-toggle::before, -.notify.info.dropdown-toggle::before, -.info-button.info.dropdown-toggle::before, -.input .button.info.dropdown-toggle::before, -.select .button.info.dropdown-toggle::before, -.tag-input .button.info.dropdown-toggle::before, -.spinner .button.info.dropdown-toggle::before, -.toast.info.dropdown-toggle::before { - border-color: #ffffff; -} -.button.info:hover, -.command-button.info:hover, -.image-button.info:hover, -.shortcut.info:hover, -.tool-button.info:hover, -.split-button .split.info:hover, -tbody tr.info:hover, -tbody td.info:hover, -.tally.info:hover, -code.info:hover, -.notify.info:hover, -.info-button.info:hover, -.input .button.info:hover, -.select .button.info:hover, -.tag-input .button.info:hover, -.spinner .button.info:hover, -.toast.info:hover { - color: #ffffff; - background-color: #30abe6; - border-color: #1891cb; -} -.button.info:hover.dropdown-toggle::before, -.command-button.info:hover.dropdown-toggle::before, -.image-button.info:hover.dropdown-toggle::before, -.shortcut.info:hover.dropdown-toggle::before, -.tool-button.info:hover.dropdown-toggle::before, -.split-button .split.info:hover.dropdown-toggle::before, -tbody tr.info:hover.dropdown-toggle::before, -tbody td.info:hover.dropdown-toggle::before, -.tally.info:hover.dropdown-toggle::before, -code.info:hover.dropdown-toggle::before, -.notify.info:hover.dropdown-toggle::before, -.info-button.info:hover.dropdown-toggle::before, -.input .button.info:hover.dropdown-toggle::before, -.select .button.info:hover.dropdown-toggle::before, -.tag-input .button.info:hover.dropdown-toggle::before, -.spinner .button.info:hover.dropdown-toggle::before, -.toast.info:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.info.same-color:hover, -.command-button.info.same-color:hover, -.image-button.info.same-color:hover, -.shortcut.info.same-color:hover, -.tool-button.info.same-color:hover, -.split-button .split.info.same-color:hover, -tbody tr.info.same-color:hover, -tbody td.info.same-color:hover, -.tally.info.same-color:hover, -code.info.same-color:hover, -.notify.info.same-color:hover, -.info-button.info.same-color:hover, -.input .button.info.same-color:hover, -.select .button.info.same-color:hover, -.tag-input .button.info.same-color:hover, -.spinner .button.info.same-color:hover, -.toast.info.same-color:hover { - background-color: #5ebdec; - border-color: #5ebdec; -} -.button.info:active, -.command-button.info:active, -.image-button.info:active, -.shortcut.info:active, -.tool-button.info:active, -.split-button .split.info:active, -tbody tr.info:active, -tbody td.info:active, -.tally.info:active, -code.info:active, -.notify.info:active, -.info-button.info:active, -.input .button.info:active, -.select .button.info:active, -.tag-input .button.info:active, -.spinner .button.info:active, -.toast.info:active, -.button.info.focus, -.command-button.info.focus, -.image-button.info.focus, -.shortcut.info.focus, -.tool-button.info.focus, -.split-button .split.info.focus, -tbody tr.info.focus, -tbody td.info.focus, -.tally.info.focus, -code.info.focus, -.notify.info.focus, -.info-button.info.focus, -.input .button.info.focus, -.select .button.info.focus, -.tag-input .button.info.focus, -.spinner .button.info.focus, -.toast.info.focus, -.button.info:focus, -.command-button.info:focus, -.image-button.info:focus, -.shortcut.info:focus, -.tool-button.info:focus, -.split-button .split.info:focus, -tbody tr.info:focus, -tbody td.info:focus, -.tally.info:focus, -code.info:focus, -.notify.info:focus, -.info-button.info:focus, -.input .button.info:focus, -.select .button.info:focus, -.tag-input .button.info:focus, -.spinner .button.info:focus, -.toast.info:focus { - -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); - box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); -} -.button.dark, -.command-button.dark, -.image-button.dark, -.shortcut.dark, -.tool-button.dark, -.split-button .split.dark, -tbody tr.dark, -tbody td.dark, -.tally.dark, -code.dark, -.notify.dark, -.info-button.dark, -.input .button.dark, -.select .button.dark, -.tag-input .button.dark, -.spinner .button.dark, -.toast.dark { - outline-color: #9d9d9d; - background-color: #505050; - color: #ffffff; -} -.button.dark.outline, -.command-button.dark.outline, -.image-button.dark.outline, -.shortcut.dark.outline, -.tool-button.dark.outline, -.split-button .split.dark.outline, -tbody tr.dark.outline, -tbody td.dark.outline, -.tally.dark.outline, -code.dark.outline, -.notify.dark.outline, -.info-button.dark.outline, -.input .button.dark.outline, -.select .button.dark.outline, -.tag-input .button.dark.outline, -.spinner .button.dark.outline, -.toast.dark.outline { - color: #505050; - border-color: #505050; -} -.button.dark.outline.dropdown-toggle::before, -.command-button.dark.outline.dropdown-toggle::before, -.image-button.dark.outline.dropdown-toggle::before, -.shortcut.dark.outline.dropdown-toggle::before, -.tool-button.dark.outline.dropdown-toggle::before, -.split-button .split.dark.outline.dropdown-toggle::before, -tbody tr.dark.outline.dropdown-toggle::before, -tbody td.dark.outline.dropdown-toggle::before, -.tally.dark.outline.dropdown-toggle::before, -code.dark.outline.dropdown-toggle::before, -.notify.dark.outline.dropdown-toggle::before, -.info-button.dark.outline.dropdown-toggle::before, -.input .button.dark.outline.dropdown-toggle::before, -.select .button.dark.outline.dropdown-toggle::before, -.tag-input .button.dark.outline.dropdown-toggle::before, -.spinner .button.dark.outline.dropdown-toggle::before, -.toast.dark.outline.dropdown-toggle::before { - border-color: #505050; -} -.button.dark.outline:hover, -.command-button.dark.outline:hover, -.image-button.dark.outline:hover, -.shortcut.dark.outline:hover, -.tool-button.dark.outline:hover, -.split-button .split.dark.outline:hover, -tbody tr.dark.outline:hover, -tbody td.dark.outline:hover, -.tally.dark.outline:hover, -code.dark.outline:hover, -.notify.dark.outline:hover, -.info-button.dark.outline:hover, -.input .button.dark.outline:hover, -.select .button.dark.outline:hover, -.tag-input .button.dark.outline:hover, -.spinner .button.dark.outline:hover, -.toast.dark.outline:hover { - color: #ffffff; -} -.button.dark.dropdown-toggle::before, -.command-button.dark.dropdown-toggle::before, -.image-button.dark.dropdown-toggle::before, -.shortcut.dark.dropdown-toggle::before, -.tool-button.dark.dropdown-toggle::before, -.split-button .split.dark.dropdown-toggle::before, -tbody tr.dark.dropdown-toggle::before, -tbody td.dark.dropdown-toggle::before, -.tally.dark.dropdown-toggle::before, -code.dark.dropdown-toggle::before, -.notify.dark.dropdown-toggle::before, -.info-button.dark.dropdown-toggle::before, -.input .button.dark.dropdown-toggle::before, -.select .button.dark.dropdown-toggle::before, -.tag-input .button.dark.dropdown-toggle::before, -.spinner .button.dark.dropdown-toggle::before, -.toast.dark.dropdown-toggle::before { - border-color: #ffffff; -} -.button.dark:hover, -.command-button.dark:hover, -.image-button.dark:hover, -.shortcut.dark:hover, -.tool-button.dark:hover, -.split-button .split.dark:hover, -tbody tr.dark:hover, -tbody td.dark:hover, -.tally.dark:hover, -code.dark:hover, -.notify.dark:hover, -.info-button.dark:hover, -.input .button.dark:hover, -.select .button.dark:hover, -.tag-input .button.dark:hover, -.spinner .button.dark:hover, -.toast.dark:hover { - color: #ffffff; - background-color: #373737; - border-color: #1d1d1d; -} -.button.dark:hover.dropdown-toggle::before, -.command-button.dark:hover.dropdown-toggle::before, -.image-button.dark:hover.dropdown-toggle::before, -.shortcut.dark:hover.dropdown-toggle::before, -.tool-button.dark:hover.dropdown-toggle::before, -.split-button .split.dark:hover.dropdown-toggle::before, -tbody tr.dark:hover.dropdown-toggle::before, -tbody td.dark:hover.dropdown-toggle::before, -.tally.dark:hover.dropdown-toggle::before, -code.dark:hover.dropdown-toggle::before, -.notify.dark:hover.dropdown-toggle::before, -.info-button.dark:hover.dropdown-toggle::before, -.input .button.dark:hover.dropdown-toggle::before, -.select .button.dark:hover.dropdown-toggle::before, -.tag-input .button.dark:hover.dropdown-toggle::before, -.spinner .button.dark:hover.dropdown-toggle::before, -.toast.dark:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.dark.same-color:hover, -.command-button.dark.same-color:hover, -.image-button.dark.same-color:hover, -.shortcut.dark.same-color:hover, -.tool-button.dark.same-color:hover, -.split-button .split.dark.same-color:hover, -tbody tr.dark.same-color:hover, -tbody td.dark.same-color:hover, -.tally.dark.same-color:hover, -code.dark.same-color:hover, -.notify.dark.same-color:hover, -.info-button.dark.same-color:hover, -.input .button.dark.same-color:hover, -.select .button.dark.same-color:hover, -.tag-input .button.dark.same-color:hover, -.spinner .button.dark.same-color:hover, -.toast.dark.same-color:hover { - background-color: #505050; - border-color: #505050; -} -.button.dark:active, -.command-button.dark:active, -.image-button.dark:active, -.shortcut.dark:active, -.tool-button.dark:active, -.split-button .split.dark:active, -tbody tr.dark:active, -tbody td.dark:active, -.tally.dark:active, -code.dark:active, -.notify.dark:active, -.info-button.dark:active, -.input .button.dark:active, -.select .button.dark:active, -.tag-input .button.dark:active, -.spinner .button.dark:active, -.toast.dark:active, -.button.dark.focus, -.command-button.dark.focus, -.image-button.dark.focus, -.shortcut.dark.focus, -.tool-button.dark.focus, -.split-button .split.dark.focus, -tbody tr.dark.focus, -tbody td.dark.focus, -.tally.dark.focus, -code.dark.focus, -.notify.dark.focus, -.info-button.dark.focus, -.input .button.dark.focus, -.select .button.dark.focus, -.tag-input .button.dark.focus, -.spinner .button.dark.focus, -.toast.dark.focus, -.button.dark:focus, -.command-button.dark:focus, -.image-button.dark:focus, -.shortcut.dark:focus, -.tool-button.dark:focus, -.split-button .split.dark:focus, -tbody tr.dark:focus, -tbody td.dark:focus, -.tally.dark:focus, -code.dark:focus, -.notify.dark:focus, -.info-button.dark:focus, -.input .button.dark:focus, -.select .button.dark:focus, -.tag-input .button.dark:focus, -.spinner .button.dark:focus, -.toast.dark:focus { - -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); - box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); -} -.button.light, -.command-button.light, -.image-button.light, -.shortcut.light, -.tool-button.light, -.split-button .split.light, -tbody tr.light, -tbody td.light, -.tally.light, -code.light, -.notify.light, -.info-button.light, -.input .button.light, -.select .button.light, -.tag-input .button.light, -.spinner .button.light, -.toast.light { - outline-color: #ffffff; - background-color: #f8f8f8; - color: #ffffff; -} -.button.light.outline, -.command-button.light.outline, -.image-button.light.outline, -.shortcut.light.outline, -.tool-button.light.outline, -.split-button .split.light.outline, -tbody tr.light.outline, -tbody td.light.outline, -.tally.light.outline, -code.light.outline, -.notify.light.outline, -.info-button.light.outline, -.input .button.light.outline, -.select .button.light.outline, -.tag-input .button.light.outline, -.spinner .button.light.outline, -.toast.light.outline { - color: #f8f8f8; - border-color: #f8f8f8; -} -.button.light.outline.dropdown-toggle::before, -.command-button.light.outline.dropdown-toggle::before, -.image-button.light.outline.dropdown-toggle::before, -.shortcut.light.outline.dropdown-toggle::before, -.tool-button.light.outline.dropdown-toggle::before, -.split-button .split.light.outline.dropdown-toggle::before, -tbody tr.light.outline.dropdown-toggle::before, -tbody td.light.outline.dropdown-toggle::before, -.tally.light.outline.dropdown-toggle::before, -code.light.outline.dropdown-toggle::before, -.notify.light.outline.dropdown-toggle::before, -.info-button.light.outline.dropdown-toggle::before, -.input .button.light.outline.dropdown-toggle::before, -.select .button.light.outline.dropdown-toggle::before, -.tag-input .button.light.outline.dropdown-toggle::before, -.spinner .button.light.outline.dropdown-toggle::before, -.toast.light.outline.dropdown-toggle::before { - border-color: #f8f8f8; -} -.button.light.outline:hover, -.command-button.light.outline:hover, -.image-button.light.outline:hover, -.shortcut.light.outline:hover, -.tool-button.light.outline:hover, -.split-button .split.light.outline:hover, -tbody tr.light.outline:hover, -tbody td.light.outline:hover, -.tally.light.outline:hover, -code.light.outline:hover, -.notify.light.outline:hover, -.info-button.light.outline:hover, -.input .button.light.outline:hover, -.select .button.light.outline:hover, -.tag-input .button.light.outline:hover, -.spinner .button.light.outline:hover, -.toast.light.outline:hover { - color: #ffffff; -} -.button.light.dropdown-toggle::before, -.command-button.light.dropdown-toggle::before, -.image-button.light.dropdown-toggle::before, -.shortcut.light.dropdown-toggle::before, -.tool-button.light.dropdown-toggle::before, -.split-button .split.light.dropdown-toggle::before, -tbody tr.light.dropdown-toggle::before, -tbody td.light.dropdown-toggle::before, -.tally.light.dropdown-toggle::before, -code.light.dropdown-toggle::before, -.notify.light.dropdown-toggle::before, -.info-button.light.dropdown-toggle::before, -.input .button.light.dropdown-toggle::before, -.select .button.light.dropdown-toggle::before, -.tag-input .button.light.dropdown-toggle::before, -.spinner .button.light.dropdown-toggle::before, -.toast.light.dropdown-toggle::before { - border-color: #ffffff; -} -.button.light:hover, -.command-button.light:hover, -.image-button.light:hover, -.shortcut.light:hover, -.tool-button.light:hover, -.split-button .split.light:hover, -tbody tr.light:hover, -tbody td.light:hover, -.tally.light:hover, -code.light:hover, -.notify.light:hover, -.info-button.light:hover, -.input .button.light:hover, -.select .button.light:hover, -.tag-input .button.light:hover, -.spinner .button.light:hover, -.toast.light:hover { - color: #ffffff; - background-color: #dfdfdf; - border-color: #c5c5c5; -} -.button.light:hover.dropdown-toggle::before, -.command-button.light:hover.dropdown-toggle::before, -.image-button.light:hover.dropdown-toggle::before, -.shortcut.light:hover.dropdown-toggle::before, -.tool-button.light:hover.dropdown-toggle::before, -.split-button .split.light:hover.dropdown-toggle::before, -tbody tr.light:hover.dropdown-toggle::before, -tbody td.light:hover.dropdown-toggle::before, -.tally.light:hover.dropdown-toggle::before, -code.light:hover.dropdown-toggle::before, -.notify.light:hover.dropdown-toggle::before, -.info-button.light:hover.dropdown-toggle::before, -.input .button.light:hover.dropdown-toggle::before, -.select .button.light:hover.dropdown-toggle::before, -.tag-input .button.light:hover.dropdown-toggle::before, -.spinner .button.light:hover.dropdown-toggle::before, -.toast.light:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.light.same-color:hover, -.command-button.light.same-color:hover, -.image-button.light.same-color:hover, -.shortcut.light.same-color:hover, -.tool-button.light.same-color:hover, -.split-button .split.light.same-color:hover, -tbody tr.light.same-color:hover, -tbody td.light.same-color:hover, -.tally.light.same-color:hover, -code.light.same-color:hover, -.notify.light.same-color:hover, -.info-button.light.same-color:hover, -.input .button.light.same-color:hover, -.select .button.light.same-color:hover, -.tag-input .button.light.same-color:hover, -.spinner .button.light.same-color:hover, -.toast.light.same-color:hover { - background-color: #f8f8f8; - border-color: #f8f8f8; -} -.button.light:active, -.command-button.light:active, -.image-button.light:active, -.shortcut.light:active, -.tool-button.light:active, -.split-button .split.light:active, -tbody tr.light:active, -tbody td.light:active, -.tally.light:active, -code.light:active, -.notify.light:active, -.info-button.light:active, -.input .button.light:active, -.select .button.light:active, -.tag-input .button.light:active, -.spinner .button.light:active, -.toast.light:active, -.button.light.focus, -.command-button.light.focus, -.image-button.light.focus, -.shortcut.light.focus, -.tool-button.light.focus, -.split-button .split.light.focus, -tbody tr.light.focus, -tbody td.light.focus, -.tally.light.focus, -code.light.focus, -.notify.light.focus, -.info-button.light.focus, -.input .button.light.focus, -.select .button.light.focus, -.tag-input .button.light.focus, -.spinner .button.light.focus, -.toast.light.focus, -.button.light:focus, -.command-button.light:focus, -.image-button.light:focus, -.shortcut.light:focus, -.tool-button.light:focus, -.split-button .split.light:focus, -tbody tr.light:focus, -tbody td.light:focus, -.tally.light:focus, -code.light:focus, -.notify.light:focus, -.info-button.light:focus, -.input .button.light:focus, -.select .button.light:focus, -.tag-input .button.light:focus, -.spinner .button.light:focus, -.toast.light:focus { - -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); - box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); -} -.button.yellow, -.command-button.yellow, -.image-button.yellow, -.shortcut.yellow, -.tool-button.yellow, -.split-button .split.yellow, -tbody tr.yellow, -tbody td.yellow, -.tally.yellow, -code.yellow, -.notify.yellow, -.info-button.yellow, -.input .button.yellow, -.select .button.yellow, -.tag-input .button.yellow, -.spinner .button.yellow, -.toast.yellow, -.button.light, -.command-button.light, -.image-button.light, -.shortcut.light, -.tool-button.light, -.split-button .split.light, -tbody tr.light, -tbody td.light, -.tally.light, -code.light, -.notify.light, -.info-button.light, -.input .button.light, -.select .button.light, -.tag-input .button.light, -.spinner .button.light, -.toast.light { - color: #1d1d1d; -} -.button.yellow:hover, -.command-button.yellow:hover, -.image-button.yellow:hover, -.shortcut.yellow:hover, -.tool-button.yellow:hover, -.split-button .split.yellow:hover, -tbody tr.yellow:hover, -tbody td.yellow:hover, -.tally.yellow:hover, -code.yellow:hover, -.notify.yellow:hover, -.info-button.yellow:hover, -.input .button.yellow:hover, -.select .button.yellow:hover, -.tag-input .button.yellow:hover, -.spinner .button.yellow:hover, -.toast.yellow:hover, -.button.light:hover, -.command-button.light:hover, -.image-button.light:hover, -.shortcut.light:hover, -.tool-button.light:hover, -.split-button .split.light:hover, -tbody tr.light:hover, -tbody td.light:hover, -.tally.light:hover, -code.light:hover, -.notify.light:hover, -.info-button.light:hover, -.input .button.light:hover, -.select .button.light:hover, -.tag-input .button.light:hover, -.spinner .button.light:hover, -.toast.light:hover, -.button.yellow.outline:hover, -.command-button.yellow.outline:hover, -.image-button.yellow.outline:hover, -.shortcut.yellow.outline:hover, -.tool-button.yellow.outline:hover, -.split-button .split.yellow.outline:hover, -tbody tr.yellow.outline:hover, -tbody td.yellow.outline:hover, -.tally.yellow.outline:hover, -code.yellow.outline:hover, -.notify.yellow.outline:hover, -.info-button.yellow.outline:hover, -.input .button.yellow.outline:hover, -.select .button.yellow.outline:hover, -.tag-input .button.yellow.outline:hover, -.spinner .button.yellow.outline:hover, -.toast.yellow.outline:hover, -.button.light.outline:hover, -.command-button.light.outline:hover, -.image-button.light.outline:hover, -.shortcut.light.outline:hover, -.tool-button.light.outline:hover, -.split-button .split.light.outline:hover, -tbody tr.light.outline:hover, -tbody td.light.outline:hover, -.tally.light.outline:hover, -code.light.outline:hover, -.notify.light.outline:hover, -.info-button.light.outline:hover, -.input .button.light.outline:hover, -.select .button.light.outline:hover, -.tag-input .button.light.outline:hover, -.spinner .button.light.outline:hover, -.toast.light.outline:hover { - color: #1d1d1d; -} -.action-button.primary { - outline-color: #75b5fd; - background-color: #0366d6; - color: #ffffff; -} -.action-button.secondary { - outline-color: #b7c6cd; - background-color: #607d8b; - color: #ffffff; -} -.action-button.success { - outline-color: #adeb6e; - background-color: #60a917; - color: #ffffff; -} -.action-button.alert { - outline-color: #ecaba7; - background-color: #CE352C; - color: #ffffff; -} -.action-button.warning { - outline-color: #ffede1; - background-color: #ff9447; - color: #ffffff; -} -.action-button.yellow { - outline-color: #ffffff; - background-color: #ffe484; - color: #ffffff; -} -.action-button.info { - outline-color: #e6f5fc; - background-color: #5ebdec; - color: #ffffff; -} -.action-button.dark { - outline-color: #9d9d9d; - background-color: #505050; - color: #ffffff; -} -.action-button.light { - outline-color: #ffffff; - background-color: #f8f8f8; - color: #ffffff; -} -.action-button.yellow, -.action-button.light { - color: #1d1d1d; -} -.action-button.yellow:hover, -.action-button.light:hover, -.action-button.yellow.outline:hover, -.action-button.light.outline:hover { - color: #1d1d1d; -} -.pagination.primary .page-item.active, -.pagination.primary .page-item.service, -.pagination.primary .page-item:hover { - background-color: #0366d6; - border-color: #0366d6; - color: #ffffff; -} -.pagination.primary .page-item.active:hover, -.pagination.primary .page-item.service:hover, -.pagination.primary .page-item:hover:hover { - background-color: #024ea4; -} -.pagination.secondary .page-item.active, -.pagination.secondary .page-item.service, -.pagination.secondary .page-item:hover { - background-color: #607d8b; - border-color: #607d8b; - color: #ffffff; -} -.pagination.secondary .page-item.active:hover, -.pagination.secondary .page-item.service:hover, -.pagination.secondary .page-item:hover:hover { - background-color: #4b626d; -} -.pagination.success .page-item.active, -.pagination.success .page-item.service, -.pagination.success .page-item:hover { - background-color: #60a917; - border-color: #60a917; - color: #ffffff; -} -.pagination.success .page-item.active:hover, -.pagination.success .page-item.service:hover, -.pagination.success .page-item:hover:hover { - background-color: #477c11; -} -.pagination.alert .page-item.active, -.pagination.alert .page-item.service, -.pagination.alert .page-item:hover { - background-color: #CE352C; - border-color: #CE352C; - color: #ffffff; -} -.pagination.alert .page-item.active:hover, -.pagination.alert .page-item.service:hover, -.pagination.alert .page-item:hover:hover { - background-color: #a42a23; -} -.pagination.warning .page-item.active, -.pagination.warning .page-item.service, -.pagination.warning .page-item:hover { - background-color: #ff9447; - border-color: #ff9447; - color: #ffffff; -} -.pagination.warning .page-item.active:hover, -.pagination.warning .page-item.service:hover, -.pagination.warning .page-item:hover:hover { - background-color: #ff7615; -} -.pagination.yellow .page-item.active, -.pagination.yellow .page-item.service, -.pagination.yellow .page-item:hover { - background-color: #ffe484; - border-color: #ffe484; - color: #ffffff; -} -.pagination.yellow .page-item.active:hover, -.pagination.yellow .page-item.service:hover, -.pagination.yellow .page-item:hover:hover { - background-color: #ffd951; -} -.pagination.info .page-item.active, -.pagination.info .page-item.service, -.pagination.info .page-item:hover { - background-color: #5ebdec; - border-color: #5ebdec; - color: #ffffff; -} -.pagination.info .page-item.active:hover, -.pagination.info .page-item.service:hover, -.pagination.info .page-item:hover:hover { - background-color: #30abe6; -} -.pagination.dark .page-item.active, -.pagination.dark .page-item.service, -.pagination.dark .page-item:hover { - background-color: #505050; - border-color: #505050; - color: #ffffff; -} -.pagination.dark .page-item.active:hover, -.pagination.dark .page-item.service:hover, -.pagination.dark .page-item:hover:hover { - background-color: #373737; -} -.pagination.light .page-item.active, -.pagination.light .page-item.service, -.pagination.light .page-item:hover { - background-color: #f8f8f8; - border-color: #f8f8f8; - color: #ffffff; -} -.pagination.light .page-item.active:hover, -.pagination.light .page-item.service:hover, -.pagination.light .page-item:hover:hover { - background-color: #dfdfdf; -} -.pagination.light .page-item.active, -.pagination.yellow .page-item.active, -.pagination.light .page-item.service, -.pagination.yellow .page-item.service, -.pagination.light .page-item:hover, -.pagination.yellow .page-item:hover { - color: #1d1d1d; -} -.remark.primary { - background: #75b5fd; - border: 1px solid #75b5fd; -} -.remark.primary::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #0366d6; -} -.remark.primary { - background: #daebfe; - border: 1px solid #daebfe; -} -.remark.secondary { - background: #b7c6cd; - border: 1px solid #b7c6cd; -} -.remark.secondary::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #607d8b; -} -.remark.secondary { - background: #f3f6f7; - border: 1px solid #f3f6f7; -} -.remark.success { - background: #adeb6e; - border: 1px solid #adeb6e; -} -.remark.success::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #60a917; -} -.remark.success { - background: #ecfbde; - border: 1px solid #ecfbde; -} -.remark.alert { - background: #ecaba7; - border: 1px solid #ecaba7; -} -.remark.alert::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #CE352C; -} -.remark.alert { - background: #fae7e6; - border: 1px solid #fae7e6; -} -.remark.warning { - background: #ffede1; - border: 1px solid #ffede1; -} -.remark.warning::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #ff9447; -} -.remark.warning { - background: #ffede1; - border: 1px solid #ffede1; -} -.remark.yellow { - background: #ffffff; - border: 1px solid #ffffff; -} -.remark.yellow::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #ffe484; -} -.remark.yellow { - background: #fff7db; - border: 1px solid #fff7db; -} -.remark.info { - background: #e6f5fc; - border: 1px solid #e6f5fc; -} -.remark.info::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #5ebdec; -} -.remark.info { - background: #e6f5fc; - border: 1px solid #e6f5fc; -} -.remark.dark { - background: #9d9d9d; - border: 1px solid #9d9d9d; -} -.remark.dark::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #505050; -} -.remark.dark { - background: #e9e9e9; - border: 1px solid #e9e9e9; -} -.remark.light { - background: #ffffff; - border: 1px solid #ffffff; -} -.remark.light::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #f8f8f8; -} -input[type=text].primary, -input[type=password].primary, -input[type=tel].primary, -input[type=datetime-local].primary, -input[type=email].primary, -input[type=file].primary, -input[type=month].primary, -input[type=number].primary, -input[type=search].primary, -input[type=time].primary, -input[type=url].primary, -input[type=week].primary, -select.primary, -textarea.primary, -.file.primary, -.input.primary, -.select.primary, -.textarea.primary, -.keypad.primary, -.tag-input.primary, -.spinner.primary { - border-color: #0366d6; -} -input[type=text].primary:focus, -input[type=password].primary:focus, -input[type=tel].primary:focus, -input[type=datetime-local].primary:focus, -input[type=email].primary:focus, -input[type=file].primary:focus, -input[type=month].primary:focus, -input[type=number].primary:focus, -input[type=search].primary:focus, -input[type=time].primary:focus, -input[type=url].primary:focus, -input[type=week].primary:focus, -select.primary:focus, -textarea.primary:focus, -.file.primary:focus, -.input.primary:focus, -.select.primary:focus, -.textarea.primary:focus, -.keypad.primary:focus, -.tag-input.primary:focus, -.spinner.primary:focus, -input[type=text].primary.focused, -input[type=password].primary.focused, -input[type=tel].primary.focused, -input[type=datetime-local].primary.focused, -input[type=email].primary.focused, -input[type=file].primary.focused, -input[type=month].primary.focused, -input[type=number].primary.focused, -input[type=search].primary.focused, -input[type=time].primary.focused, -input[type=url].primary.focused, -input[type=week].primary.focused, -select.primary.focused, -textarea.primary.focused, -.file.primary.focused, -.input.primary.focused, -.select.primary.focused, -.textarea.primary.focused, -.keypad.primary.focused, -.tag-input.primary.focused, -.spinner.primary.focused { - -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); - box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); -} -input[type=text].secondary, -input[type=password].secondary, -input[type=tel].secondary, -input[type=datetime-local].secondary, -input[type=email].secondary, -input[type=file].secondary, -input[type=month].secondary, -input[type=number].secondary, -input[type=search].secondary, -input[type=time].secondary, -input[type=url].secondary, -input[type=week].secondary, -select.secondary, -textarea.secondary, -.file.secondary, -.input.secondary, -.select.secondary, -.textarea.secondary, -.keypad.secondary, -.tag-input.secondary, -.spinner.secondary { - border-color: #607d8b; -} -input[type=text].secondary:focus, -input[type=password].secondary:focus, -input[type=tel].secondary:focus, -input[type=datetime-local].secondary:focus, -input[type=email].secondary:focus, -input[type=file].secondary:focus, -input[type=month].secondary:focus, -input[type=number].secondary:focus, -input[type=search].secondary:focus, -input[type=time].secondary:focus, -input[type=url].secondary:focus, -input[type=week].secondary:focus, -select.secondary:focus, -textarea.secondary:focus, -.file.secondary:focus, -.input.secondary:focus, -.select.secondary:focus, -.textarea.secondary:focus, -.keypad.secondary:focus, -.tag-input.secondary:focus, -.spinner.secondary:focus, -input[type=text].secondary.focused, -input[type=password].secondary.focused, -input[type=tel].secondary.focused, -input[type=datetime-local].secondary.focused, -input[type=email].secondary.focused, -input[type=file].secondary.focused, -input[type=month].secondary.focused, -input[type=number].secondary.focused, -input[type=search].secondary.focused, -input[type=time].secondary.focused, -input[type=url].secondary.focused, -input[type=week].secondary.focused, -select.secondary.focused, -textarea.secondary.focused, -.file.secondary.focused, -.input.secondary.focused, -.select.secondary.focused, -.textarea.secondary.focused, -.keypad.secondary.focused, -.tag-input.secondary.focused, -.spinner.secondary.focused { - -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); - box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); -} -input[type=text].success, -input[type=password].success, -input[type=tel].success, -input[type=datetime-local].success, -input[type=email].success, -input[type=file].success, -input[type=month].success, -input[type=number].success, -input[type=search].success, -input[type=time].success, -input[type=url].success, -input[type=week].success, -select.success, -textarea.success, -.file.success, -.input.success, -.select.success, -.textarea.success, -.keypad.success, -.tag-input.success, -.spinner.success { - border-color: #60a917; -} -input[type=text].success:focus, -input[type=password].success:focus, -input[type=tel].success:focus, -input[type=datetime-local].success:focus, -input[type=email].success:focus, -input[type=file].success:focus, -input[type=month].success:focus, -input[type=number].success:focus, -input[type=search].success:focus, -input[type=time].success:focus, -input[type=url].success:focus, -input[type=week].success:focus, -select.success:focus, -textarea.success:focus, -.file.success:focus, -.input.success:focus, -.select.success:focus, -.textarea.success:focus, -.keypad.success:focus, -.tag-input.success:focus, -.spinner.success:focus, -input[type=text].success.focused, -input[type=password].success.focused, -input[type=tel].success.focused, -input[type=datetime-local].success.focused, -input[type=email].success.focused, -input[type=file].success.focused, -input[type=month].success.focused, -input[type=number].success.focused, -input[type=search].success.focused, -input[type=time].success.focused, -input[type=url].success.focused, -input[type=week].success.focused, -select.success.focused, -textarea.success.focused, -.file.success.focused, -.input.success.focused, -.select.success.focused, -.textarea.success.focused, -.keypad.success.focused, -.tag-input.success.focused, -.spinner.success.focused { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); -} -input[type=text].alert, -input[type=password].alert, -input[type=tel].alert, -input[type=datetime-local].alert, -input[type=email].alert, -input[type=file].alert, -input[type=month].alert, -input[type=number].alert, -input[type=search].alert, -input[type=time].alert, -input[type=url].alert, -input[type=week].alert, -select.alert, -textarea.alert, -.file.alert, -.input.alert, -.select.alert, -.textarea.alert, -.keypad.alert, -.tag-input.alert, -.spinner.alert { - border-color: #CE352C; -} -input[type=text].alert:focus, -input[type=password].alert:focus, -input[type=tel].alert:focus, -input[type=datetime-local].alert:focus, -input[type=email].alert:focus, -input[type=file].alert:focus, -input[type=month].alert:focus, -input[type=number].alert:focus, -input[type=search].alert:focus, -input[type=time].alert:focus, -input[type=url].alert:focus, -input[type=week].alert:focus, -select.alert:focus, -textarea.alert:focus, -.file.alert:focus, -.input.alert:focus, -.select.alert:focus, -.textarea.alert:focus, -.keypad.alert:focus, -.tag-input.alert:focus, -.spinner.alert:focus, -input[type=text].alert.focused, -input[type=password].alert.focused, -input[type=tel].alert.focused, -input[type=datetime-local].alert.focused, -input[type=email].alert.focused, -input[type=file].alert.focused, -input[type=month].alert.focused, -input[type=number].alert.focused, -input[type=search].alert.focused, -input[type=time].alert.focused, -input[type=url].alert.focused, -input[type=week].alert.focused, -select.alert.focused, -textarea.alert.focused, -.file.alert.focused, -.input.alert.focused, -.select.alert.focused, -.textarea.alert.focused, -.keypad.alert.focused, -.tag-input.alert.focused, -.spinner.alert.focused { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); -} -input[type=text].warning, -input[type=password].warning, -input[type=tel].warning, -input[type=datetime-local].warning, -input[type=email].warning, -input[type=file].warning, -input[type=month].warning, -input[type=number].warning, -input[type=search].warning, -input[type=time].warning, -input[type=url].warning, -input[type=week].warning, -select.warning, -textarea.warning, -.file.warning, -.input.warning, -.select.warning, -.textarea.warning, -.keypad.warning, -.tag-input.warning, -.spinner.warning { - border-color: #ff9447; -} -input[type=text].warning:focus, -input[type=password].warning:focus, -input[type=tel].warning:focus, -input[type=datetime-local].warning:focus, -input[type=email].warning:focus, -input[type=file].warning:focus, -input[type=month].warning:focus, -input[type=number].warning:focus, -input[type=search].warning:focus, -input[type=time].warning:focus, -input[type=url].warning:focus, -input[type=week].warning:focus, -select.warning:focus, -textarea.warning:focus, -.file.warning:focus, -.input.warning:focus, -.select.warning:focus, -.textarea.warning:focus, -.keypad.warning:focus, -.tag-input.warning:focus, -.spinner.warning:focus, -input[type=text].warning.focused, -input[type=password].warning.focused, -input[type=tel].warning.focused, -input[type=datetime-local].warning.focused, -input[type=email].warning.focused, -input[type=file].warning.focused, -input[type=month].warning.focused, -input[type=number].warning.focused, -input[type=search].warning.focused, -input[type=time].warning.focused, -input[type=url].warning.focused, -input[type=week].warning.focused, -select.warning.focused, -textarea.warning.focused, -.file.warning.focused, -.input.warning.focused, -.select.warning.focused, -.textarea.warning.focused, -.keypad.warning.focused, -.tag-input.warning.focused, -.spinner.warning.focused { - -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); - box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); -} -input[type=text].yellow, -input[type=password].yellow, -input[type=tel].yellow, -input[type=datetime-local].yellow, -input[type=email].yellow, -input[type=file].yellow, -input[type=month].yellow, -input[type=number].yellow, -input[type=search].yellow, -input[type=time].yellow, -input[type=url].yellow, -input[type=week].yellow, -select.yellow, -textarea.yellow, -.file.yellow, -.input.yellow, -.select.yellow, -.textarea.yellow, -.keypad.yellow, -.tag-input.yellow, -.spinner.yellow { - border-color: #ffe484; -} -input[type=text].yellow:focus, -input[type=password].yellow:focus, -input[type=tel].yellow:focus, -input[type=datetime-local].yellow:focus, -input[type=email].yellow:focus, -input[type=file].yellow:focus, -input[type=month].yellow:focus, -input[type=number].yellow:focus, -input[type=search].yellow:focus, -input[type=time].yellow:focus, -input[type=url].yellow:focus, -input[type=week].yellow:focus, -select.yellow:focus, -textarea.yellow:focus, -.file.yellow:focus, -.input.yellow:focus, -.select.yellow:focus, -.textarea.yellow:focus, -.keypad.yellow:focus, -.tag-input.yellow:focus, -.spinner.yellow:focus, -input[type=text].yellow.focused, -input[type=password].yellow.focused, -input[type=tel].yellow.focused, -input[type=datetime-local].yellow.focused, -input[type=email].yellow.focused, -input[type=file].yellow.focused, -input[type=month].yellow.focused, -input[type=number].yellow.focused, -input[type=search].yellow.focused, -input[type=time].yellow.focused, -input[type=url].yellow.focused, -input[type=week].yellow.focused, -select.yellow.focused, -textarea.yellow.focused, -.file.yellow.focused, -.input.yellow.focused, -.select.yellow.focused, -.textarea.yellow.focused, -.keypad.yellow.focused, -.tag-input.yellow.focused, -.spinner.yellow.focused { - -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); - box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); -} -input[type=text].info, -input[type=password].info, -input[type=tel].info, -input[type=datetime-local].info, -input[type=email].info, -input[type=file].info, -input[type=month].info, -input[type=number].info, -input[type=search].info, -input[type=time].info, -input[type=url].info, -input[type=week].info, -select.info, -textarea.info, -.file.info, -.input.info, -.select.info, -.textarea.info, -.keypad.info, -.tag-input.info, -.spinner.info { - border-color: #5ebdec; -} -input[type=text].info:focus, -input[type=password].info:focus, -input[type=tel].info:focus, -input[type=datetime-local].info:focus, -input[type=email].info:focus, -input[type=file].info:focus, -input[type=month].info:focus, -input[type=number].info:focus, -input[type=search].info:focus, -input[type=time].info:focus, -input[type=url].info:focus, -input[type=week].info:focus, -select.info:focus, -textarea.info:focus, -.file.info:focus, -.input.info:focus, -.select.info:focus, -.textarea.info:focus, -.keypad.info:focus, -.tag-input.info:focus, -.spinner.info:focus, -input[type=text].info.focused, -input[type=password].info.focused, -input[type=tel].info.focused, -input[type=datetime-local].info.focused, -input[type=email].info.focused, -input[type=file].info.focused, -input[type=month].info.focused, -input[type=number].info.focused, -input[type=search].info.focused, -input[type=time].info.focused, -input[type=url].info.focused, -input[type=week].info.focused, -select.info.focused, -textarea.info.focused, -.file.info.focused, -.input.info.focused, -.select.info.focused, -.textarea.info.focused, -.keypad.info.focused, -.tag-input.info.focused, -.spinner.info.focused { - -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); - box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); -} -input[type=text].dark, -input[type=password].dark, -input[type=tel].dark, -input[type=datetime-local].dark, -input[type=email].dark, -input[type=file].dark, -input[type=month].dark, -input[type=number].dark, -input[type=search].dark, -input[type=time].dark, -input[type=url].dark, -input[type=week].dark, -select.dark, -textarea.dark, -.file.dark, -.input.dark, -.select.dark, -.textarea.dark, -.keypad.dark, -.tag-input.dark, -.spinner.dark { - border-color: #505050; -} -input[type=text].dark:focus, -input[type=password].dark:focus, -input[type=tel].dark:focus, -input[type=datetime-local].dark:focus, -input[type=email].dark:focus, -input[type=file].dark:focus, -input[type=month].dark:focus, -input[type=number].dark:focus, -input[type=search].dark:focus, -input[type=time].dark:focus, -input[type=url].dark:focus, -input[type=week].dark:focus, -select.dark:focus, -textarea.dark:focus, -.file.dark:focus, -.input.dark:focus, -.select.dark:focus, -.textarea.dark:focus, -.keypad.dark:focus, -.tag-input.dark:focus, -.spinner.dark:focus, -input[type=text].dark.focused, -input[type=password].dark.focused, -input[type=tel].dark.focused, -input[type=datetime-local].dark.focused, -input[type=email].dark.focused, -input[type=file].dark.focused, -input[type=month].dark.focused, -input[type=number].dark.focused, -input[type=search].dark.focused, -input[type=time].dark.focused, -input[type=url].dark.focused, -input[type=week].dark.focused, -select.dark.focused, -textarea.dark.focused, -.file.dark.focused, -.input.dark.focused, -.select.dark.focused, -.textarea.dark.focused, -.keypad.dark.focused, -.tag-input.dark.focused, -.spinner.dark.focused { - -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); - box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); -} -input[type=text].light, -input[type=password].light, -input[type=tel].light, -input[type=datetime-local].light, -input[type=email].light, -input[type=file].light, -input[type=month].light, -input[type=number].light, -input[type=search].light, -input[type=time].light, -input[type=url].light, -input[type=week].light, -select.light, -textarea.light, -.file.light, -.input.light, -.select.light, -.textarea.light, -.keypad.light, -.tag-input.light, -.spinner.light { - border-color: #f8f8f8; -} -input[type=text].light:focus, -input[type=password].light:focus, -input[type=tel].light:focus, -input[type=datetime-local].light:focus, -input[type=email].light:focus, -input[type=file].light:focus, -input[type=month].light:focus, -input[type=number].light:focus, -input[type=search].light:focus, -input[type=time].light:focus, -input[type=url].light:focus, -input[type=week].light:focus, -select.light:focus, -textarea.light:focus, -.file.light:focus, -.input.light:focus, -.select.light:focus, -.textarea.light:focus, -.keypad.light:focus, -.tag-input.light:focus, -.spinner.light:focus, -input[type=text].light.focused, -input[type=password].light.focused, -input[type=tel].light.focused, -input[type=datetime-local].light.focused, -input[type=email].light.focused, -input[type=file].light.focused, -input[type=month].light.focused, -input[type=number].light.focused, -input[type=search].light.focused, -input[type=time].light.focused, -input[type=url].light.focused, -input[type=week].light.focused, -select.light.focused, -textarea.light.focused, -.file.light.focused, -.input.light.focused, -.select.light.focused, -.textarea.light.focused, -.keypad.light.focused, -.tag-input.light.focused, -.spinner.light.focused { - -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); - box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); -} -.accent-block.primary { - background-color: #0366d6; - color: #ffffff; -} -.accent-block.secondary { - background-color: #607d8b; - color: #ffffff; -} -.accent-block.success { - background-color: #60a917; - color: #ffffff; -} -.accent-block.alert { - background-color: #CE352C; - color: #ffffff; -} -.accent-block.warning { - background-color: #ff9447; - color: #ffffff; -} -.accent-block.yellow { - background-color: #ffe484; - color: #ffffff; -} -.accent-block.info { - background-color: #5ebdec; - color: #ffffff; -} -.accent-block.dark { - background-color: #505050; - color: #ffffff; -} -.accent-block.light { - background-color: #f8f8f8; - color: #ffffff; -} -.accent-block.light, -.accent-block.yellow { - color: #1d1d1d; -} -.no-border { - border: 0 !important; -} -.no-border-left { - border-left: none !important; -} -.no-border-right { - border-right: none !important; -} -.no-border-top { - border-top: none !important; -} -.no-border-bottom { - border-bottom: none !important; -} -.no-border-visible { - border-color: transparent !important; -} -.border-none { - border: 0 !important; -} -.border-left-none { - border-left: none !important; -} -.border-right-none { - border-right: none !important; -} -.border-top-none { - border-top: none !important; -} -.border-bottom-none { - border-bottom: none !important; -} -.border-visible-none { - border-color: transparent !important; -} -.border { - border: 1px solid transparent; -} -.border-left { - border-left: 1px solid transparent; -} -.border-right { - border-right: 1px solid transparent; -} -.border-top { - border-top: 1px solid transparent; -} -.border-bottom { - border-bottom: 1px solid transparent; -} -.border-top-left, -.border-left-top { - border-top: 1px solid transparent; - border-left: 1px solid transparent; -} -.border-top-right, -.border-right-top { - border-top: 1px solid transparent; - border-right: 1px solid transparent; -} -.border-bottom-right, -.border-right-bottom { - border-bottom: 1px solid transparent; - border-right: 1px solid transparent; -} -.border-bottom-left, -.border-left-bottom { - border-bottom: 1px solid transparent; - border-left: 1px solid transparent; -} -.border-top-bottom, -.border-bottom-top { - border-bottom: 1px solid transparent; - border-top: 1px solid transparent; -} -.border-right-left, -.border-left-right { - border-right: 1px solid transparent; - border-left: 1px solid transparent; -} -.border-top-right-bottom { - border-top: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-right-bottom-left { - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-bottom-left-top { - border-left: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-left-top-right { - border-left: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-radius { - border-radius: 0.25rem; -} -.border-radius-half { - border-radius: 50%; -} -.border-20 { - border-width: 20px; -} -.border-size-20 { - border-width: 20px; -} -.border-radius-20 { - border-radius: 20px; -} -.border-19 { - border-width: 19px; -} -.border-size-19 { - border-width: 19px; -} -.border-radius-19 { - border-radius: 19px; -} -.border-18 { - border-width: 18px; -} -.border-size-18 { - border-width: 18px; -} -.border-radius-18 { - border-radius: 18px; -} -.border-17 { - border-width: 17px; -} -.border-size-17 { - border-width: 17px; -} -.border-radius-17 { - border-radius: 17px; -} -.border-16 { - border-width: 16px; -} -.border-size-16 { - border-width: 16px; -} -.border-radius-16 { - border-radius: 16px; -} -.border-15 { - border-width: 15px; -} -.border-size-15 { - border-width: 15px; -} -.border-radius-15 { - border-radius: 15px; -} -.border-14 { - border-width: 14px; -} -.border-size-14 { - border-width: 14px; -} -.border-radius-14 { - border-radius: 14px; -} -.border-13 { - border-width: 13px; -} -.border-size-13 { - border-width: 13px; -} -.border-radius-13 { - border-radius: 13px; -} -.border-12 { - border-width: 12px; -} -.border-size-12 { - border-width: 12px; -} -.border-radius-12 { - border-radius: 12px; -} -.border-11 { - border-width: 11px; -} -.border-size-11 { - border-width: 11px; -} -.border-radius-11 { - border-radius: 11px; -} -.border-10 { - border-width: 10px; -} -.border-size-10 { - border-width: 10px; -} -.border-radius-10 { - border-radius: 10px; -} -.border-9 { - border-width: 9px; -} -.border-size-9 { - border-width: 9px; -} -.border-radius-9 { - border-radius: 9px; -} -.border-8 { - border-width: 8px; -} -.border-size-8 { - border-width: 8px; -} -.border-radius-8 { - border-radius: 8px; -} -.border-7 { - border-width: 7px; -} -.border-size-7 { - border-width: 7px; -} -.border-radius-7 { - border-radius: 7px; -} -.border-6 { - border-width: 6px; -} -.border-size-6 { - border-width: 6px; -} -.border-radius-6 { - border-radius: 6px; -} -.border-5 { - border-width: 5px; -} -.border-size-5 { - border-width: 5px; -} -.border-radius-5 { - border-radius: 5px; -} -.border-4 { - border-width: 4px; -} -.border-size-4 { - border-width: 4px; -} -.border-radius-4 { - border-radius: 4px; -} -.border-3 { - border-width: 3px; -} -.border-size-3 { - border-width: 3px; -} -.border-radius-3 { - border-radius: 3px; -} -.border-2 { - border-width: 2px; -} -.border-size-2 { - border-width: 2px; -} -.border-radius-2 { - border-radius: 2px; -} -.border-1 { - border-width: 1px; -} -.border-size-1 { - border-width: 1px; -} -.border-radius-1 { - border-radius: 1px; -} -.rounded { - border-radius: 0.25rem !important; -} -.border-50 { - border-radius: 50% !important; -} -.border-solid { - border-style: solid!important; -} -.border-dashed { - border-style: dashed!important; -} -.border-dotted { - border-style: dotted!important; -} -.border-double { - border-style: double!important; -} -.border-groove { - border-style: groove!important; -} -.border-inset { - border-style: inset!important; -} -.border-outset { - border-style: outset!important; -} -.border-ridge { - border-style: ridge!important; -} -.c-auto { - cursor: auto; -} -.c-default { - cursor: default; -} -.c-none { - cursor: none; -} -.c-context-menu { - cursor: context-menu; -} -.c-help { - cursor: help; -} -.c-pointer { - cursor: pointer; -} -.c-progress { - cursor: progress; -} -.c-wait { - cursor: wait; -} -.c-cell { - cursor: cell; -} -.c-crosshair { - cursor: crosshair; -} -.c-text { - cursor: text; -} -.c-text-vertical { - cursor: vertical-text; -} -.c-alias { - cursor: alias; -} -.c-copy { - cursor: copy; -} -.c-move { - cursor: move; -} -.c-no-drop { - cursor: no-drop; -} -.c-not-allowed { - cursor: not-allowed; -} -.c-all-scroll { - cursor: all-scroll; -} -.c-col-resize { - cursor: col-resize; -} -.c-row-resize { - cursor: row-resize; -} -.c-n-resize { - cursor: n-resize; -} -.c-e-resize { - cursor: e-resize; -} -.c-s-resize { - cursor: s-resize; -} -.c-w-resize { - cursor: w-resize; -} -.c-ne-resize { - cursor: ne-resize; -} -.c-nw-resize { - cursor: nw-resize; -} -.c-se-resize { - cursor: se-resize; -} -.c-sw-resize { - cursor: sw-resize; -} -.c-ew-resize { - cursor: ew-resize; -} -.c-ns-resize { - cursor: ns-resize; -} -.c-nesw-resize { - cursor: nesw-resize; -} -.c-nwse-resize { - cursor: nwse-resize; -} -.c-zoom-in { - cursor: -webkit-zoom-in; - cursor: zoom-in; -} -.c-zoom-out { - cursor: -webkit-zoom-out; - cursor: zoom-out; -} -.c-grab { - cursor: -webkit-grab; - cursor: grab; -} -.c-grabbing { - cursor: -webkit-grabbing; - cursor: grabbing; -} -.c-none { - cursor: none; -} -.default-icon-check { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-left-arrow { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-right-arrow { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-help { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-search { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-cross { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-eye { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-loop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-play { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-pause { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-stop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-mute { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-low-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-medium-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-high-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-enlarge { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-shrink { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-playlist { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-next { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-prev { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-first { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-last { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-forward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-backward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-share { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-equalizer { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-eject { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-shuffle { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-random { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-calendar { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-clock { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-menu { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-plus { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-minus { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-upload { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-pencil { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-chevron-left { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-chevron-right { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.visible { - visibility: visible !important; -} -.no-visible { - visibility: hidden !important; -} -.d-none { - display: none!important; -} -.d-block { - display: block!important; -} -.d-inline { - display: inline!important; -} -.d-inline-block { - display: inline-block !important; -} -.d-table { - display: table!important; -} -.d-table-row { - display: table-row !important; -} -.d-table-cell { - display: table-cell !important; -} -.d-flex { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -.d-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} -html.metro-touch-device .d-none-touch { - display: none!important; -} -html.metro-touch-device .d-block-touch { - display: block!important; -} -html.metro-touch-device .d-inline-touch { - display: inline!important; -} -html.metro-touch-device .d-inline-block-touch { - display: inline-block !important; -} -html.metro-touch-device .d-table-touch { - display: table!important; -} -html.metro-touch-device .d-table-row-touch { - display: table-row !important; -} -html.metro-touch-device .d-table-cell-touch { - display: table-cell !important; -} -html.metro-touch-device .d-flex-touch { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -html.metro-touch-device .d-inline-flex-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} -html.metro-no-touch-device .d-none-no-touch { - display: none!important; -} -html.metro-no-touch-device .d-block-no-touch { - display: block!important; -} -html.metro-no-touch-device .d-inline-no-touch { - display: inline!important; -} -html.metro-no-touch-device .d-inline-block-no-touch { - display: inline-block !important; -} -html.metro-no-touch-device .d-table-no-touch { - display: table!important; -} -html.metro-no-touch-device .d-table-row-no-touch { - display: table-row !important; -} -html.metro-no-touch-device .d-table-cell-no-touch { - display: table-cell !important; -} -html.metro-no-touch-device .d-flex-no-touch { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -html.metro-no-touch-device .d-inline-flex-no-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} -@media screen and (min-width: 0) { - .visible-fs { - visibility: visible !important; - } - .no-visible-fs { - visibility: hidden !important; - } - .d-none-fs { - display: none!important; - } - .d-block-fs { - display: block!important; - } - .d-inline-fs { - display: inline!important; - } - .d-inline-block-fs { - display: inline-block !important; - } - .d-table-fs { - display: table!important; - } - .d-table-row-fs { - display: table-row !important; - } - .d-table-cell-fs { - display: table-cell !important; - } - .d-flex-fs { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-fs { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-fs { - display: none!important; - } - html.metro-touch-device .d-block-touch-fs { - display: block!important; - } - html.metro-touch-device .d-inline-touch-fs { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-fs { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-fs { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-fs { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-fs { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-fs { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-fs { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-fs { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-fs { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-fs { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-fs { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-fs { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-fs { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-fs { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-fs { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-fs { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 576px) { - .visible-sm { - visibility: visible !important; - } - .no-visible-sm { - visibility: hidden !important; - } - .d-none-sm { - display: none!important; - } - .d-block-sm { - display: block!important; - } - .d-inline-sm { - display: inline!important; - } - .d-inline-block-sm { - display: inline-block !important; - } - .d-table-sm { - display: table!important; - } - .d-table-row-sm { - display: table-row !important; - } - .d-table-cell-sm { - display: table-cell !important; - } - .d-flex-sm { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-sm { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-sm { - display: none!important; - } - html.metro-touch-device .d-block-touch-sm { - display: block!important; - } - html.metro-touch-device .d-inline-touch-sm { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-sm { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-sm { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-sm { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-sm { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-sm { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-sm { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-sm { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-sm { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-sm { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-sm { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-sm { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-sm { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-sm { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-sm { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-sm { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 768px) { - .visible-md { - visibility: visible !important; - } - .no-visible-md { - visibility: hidden !important; - } - .d-none-md { - display: none!important; - } - .d-block-md { - display: block!important; - } - .d-inline-md { - display: inline!important; - } - .d-inline-block-md { - display: inline-block !important; - } - .d-table-md { - display: table!important; - } - .d-table-row-md { - display: table-row !important; - } - .d-table-cell-md { - display: table-cell !important; - } - .d-flex-md { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-md { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-md { - display: none!important; - } - html.metro-touch-device .d-block-touch-md { - display: block!important; - } - html.metro-touch-device .d-inline-touch-md { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-md { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-md { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-md { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-md { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-md { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-md { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-md { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-md { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-md { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-md { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-md { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-md { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-md { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-md { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-md { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 992px) { - .visible-lg { - visibility: visible !important; - } - .no-visible-lg { - visibility: hidden !important; - } - .d-none-lg { - display: none!important; - } - .d-block-lg { - display: block!important; - } - .d-inline-lg { - display: inline!important; - } - .d-inline-block-lg { - display: inline-block !important; - } - .d-table-lg { - display: table!important; - } - .d-table-row-lg { - display: table-row !important; - } - .d-table-cell-lg { - display: table-cell !important; - } - .d-flex-lg { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-lg { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-lg { - display: none!important; - } - html.metro-touch-device .d-block-touch-lg { - display: block!important; - } - html.metro-touch-device .d-inline-touch-lg { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-lg { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-lg { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-lg { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-lg { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-lg { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-lg { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-lg { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-lg { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-lg { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-lg { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-lg { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-lg { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-lg { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-lg { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-lg { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 1200px) { - .visible-xl { - visibility: visible !important; - } - .no-visible-xl { - visibility: hidden !important; - } - .d-none-xl { - display: none!important; - } - .d-block-xl { - display: block!important; - } - .d-inline-xl { - display: inline!important; - } - .d-inline-block-xl { - display: inline-block !important; - } - .d-table-xl { - display: table!important; - } - .d-table-row-xl { - display: table-row !important; - } - .d-table-cell-xl { - display: table-cell !important; - } - .d-flex-xl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-xl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-xl { - display: none!important; - } - html.metro-touch-device .d-block-touch-xl { - display: block!important; - } - html.metro-touch-device .d-inline-touch-xl { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-xl { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-xl { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-xl { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-xl { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-xl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-xl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-xl { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-xl { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-xl { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-xl { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-xl { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-xl { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-xl { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-xl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-xl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 1452px) { - .visible-xxl { - visibility: visible !important; - } - .no-visible-xxl { - visibility: hidden !important; - } - .d-none-xxl { - display: none!important; - } - .d-block-xxl { - display: block!important; - } - .d-inline-xxl { - display: inline!important; - } - .d-inline-block-xxl { - display: inline-block !important; - } - .d-table-xxl { - display: table!important; - } - .d-table-row-xxl { - display: table-row !important; - } - .d-table-cell-xxl { - display: table-cell !important; - } - .d-flex-xxl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-xxl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-xxl { - display: none!important; - } - html.metro-touch-device .d-block-touch-xxl { - display: block!important; - } - html.metro-touch-device .d-inline-touch-xxl { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-xxl { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-xxl { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-xxl { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-xxl { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-xxl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-xxl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-xxl { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-xxl { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-xxl { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-xxl { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-xxl { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-xxl { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-xxl { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-xxl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-xxl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -.embed-container { - position: relative; - display: block; - padding: 0; - overflow: hidden; - width: 100%; - height: 100%; -} -.embed-container::before { - padding-top: 56.25%; - display: block; - content: ""; -} -.embed-container iframe, -.embed-container object, -.embed-container embed, -.embed-container video, -.embed-container .embed-item { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} -.embed-container.size-21x9::before { - padding-top: 42.85714286%; -} -.embed-container.size-16x9::before { - padding-top: 56.25%; -} -.embed-container.size-4x3::before { - padding-top: 75%; -} -.embed-container.size-1x1::before { - padding-top: 100%; -} -.order-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; -} -.order-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; -} -.order-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; -} -.order-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; -} -.order-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; -} -.order-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; -} -.order-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; -} -.order-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; -} -.order-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; -} -.order-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; -} -.order-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; -} -.order-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; -} -.order-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; -} -.order-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; -} -.order-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; -} -.order-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; -} -.order-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; -} -.order-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; -} -.order-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; -} -.order-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; -} -.order-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.order-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.order-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.order-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.flex-equal-items > * { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; -} -.flex-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; -} -.flex-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; -} -.flex-wrap-r { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; -} -.flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; -} -.flex-column-r { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; -} -.flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; -} -.flex-row-r { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; -} -.flex-align-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; -} -.flex-align-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; -} -.flex-align-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; -} -.flex-align-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; -} -.flex-align-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; -} -.flex-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; -} -.flex-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; -} -.flex-self-center { - -ms-flex-item-align: center !important; - align-self: center !important; -} -.flex-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; -} -.flex-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; -} -.flex-justify-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; -} -.flex-justify-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; -} -.flex-justify-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; -} -.flex-justify-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; -} -.flex-justify-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; -} -.flex-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; -} -.flex-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; -} -.flex-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important; -} -.flex-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; -} -.flex-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; -} -.flex-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; -} -.flex-no-shrink > * { - -ms-flex-negative: 0; - flex-shrink: 0; -} -.flex-shrink > * { - -ms-flex-negative: 1; - flex-shrink: 1; -} -.flex-no-grow > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.flex-grow > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} -.flex-no-shrink-self { - -ms-flex-negative: 0; - flex-shrink: 0; -} -.flex-shrink-self { - -ms-flex-negative: 1; - flex-shrink: 1; -} -.flex-no-grow-self { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.flex-grow-self { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} -.flex-right { - margin-left: auto; -} -.flex-left { - margin-right: auto; -} -.flex-top { - margin-bottom: auto; -} -.flex-bottom { - margin-top: auto; -} -@media screen and (min-width: 0) { - .flex-nowrap-fs { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-fs { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-fs { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-fs { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-fs { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-fs { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-fs { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-fs { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-fs { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-fs { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-fs { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-fs { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-fs { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-fs { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-fs { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-fs { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-fs { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-fs { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-fs { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-fs { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-fs { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-fs { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-fs { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-fs { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-fs { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-fs { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-fs { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-fs { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-fs > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-fs > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-fs > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-fs > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-fs { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-fs { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-fs { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-fs { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-fs { - margin-left: auto; - } - .flex-left-fs { - margin-right: auto; - } - .flex-top-fs { - margin-bottom: auto; - } - .flex-bottom-fs { - margin-top: auto; - } - .order-fs-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-fs-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-fs-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-fs-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-fs-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-fs-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-fs-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-fs-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-fs-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-fs-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-fs-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-fs-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-fs-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-fs-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-fs-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-fs-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-fs-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-fs-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-fs-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-fs-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-fs-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-fs-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-fs-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-fs-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 576px) { - .flex-nowrap-sm { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-sm { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-sm { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-sm { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-sm { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-sm { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-sm { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-sm { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-sm { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-sm { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-sm { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-sm { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-sm { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-sm { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-sm { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-sm { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-sm { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-sm { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-sm { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-sm { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-sm { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-sm { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-sm { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-sm { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-sm { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-sm { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-sm { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-sm { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-sm > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-sm > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-sm > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-sm > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-sm { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-sm { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-sm { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-sm { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-sm { - margin-left: auto; - } - .flex-left-sm { - margin-right: auto; - } - .flex-top-sm { - margin-bottom: auto; - } - .flex-bottom-sm { - margin-top: auto; - } - .order-sm-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-sm-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-sm-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-sm-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-sm-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-sm-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-sm-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-sm-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-sm-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-sm-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-sm-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-sm-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-sm-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-sm-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-sm-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-sm-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-sm-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-sm-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-sm-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-sm-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-sm-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-sm-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-sm-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-sm-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 768px) { - .flex-nowrap-md { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-md { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-md { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-md { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-md { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-md { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-md { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-md { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-md { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-md { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-md { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-md { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-md { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-md { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-md { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-md { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-md { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-md { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-md { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-md { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-md { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-md { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-md { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-md { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-md { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-md { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-md { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-md { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-md > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-md > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-md > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-md > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-md { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-md { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-md { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-md { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-md { - margin-left: auto; - } - .flex-left-md { - margin-right: auto; - } - .flex-top-md { - margin-bottom: auto; - } - .flex-bottom-md { - margin-top: auto; - } - .order-md-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-md-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-md-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-md-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-md-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-md-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-md-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-md-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-md-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-md-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-md-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-md-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-md-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-md-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-md-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-md-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-md-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-md-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-md-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-md-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-md-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-md-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-md-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-md-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 992px) { - .flex-nowrap-lg { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-lg { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-lg { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-lg { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-lg { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-lg { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-lg { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-lg { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-lg { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-lg { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-lg { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-lg { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-lg { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-lg { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-lg { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-lg { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-lg { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-lg { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-lg { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-lg { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-lg { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-lg { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-lg { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-lg { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-lg { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-lg { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-lg { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-lg { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-lg > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-lg > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-lg > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-lg > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-lg { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-lg { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-lg { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-lg { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-lg { - margin-left: auto; - } - .flex-left-lg { - margin-right: auto; - } - .flex-top-lg { - margin-bottom: auto; - } - .flex-bottom-lg { - margin-top: auto; - } - .order-lg-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-lg-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-lg-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-lg-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-lg-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-lg-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-lg-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-lg-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-lg-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-lg-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-lg-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-lg-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-lg-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-lg-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-lg-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-lg-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-lg-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-lg-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-lg-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-lg-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-lg-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-lg-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-lg-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-lg-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 1200px) { - .flex-nowrap-xl { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-xl { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-xl { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-xl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-xl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-xl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-xl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-xl { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-xl { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-xl { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-xl { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-xl { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-xl { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-xl { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-xl { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-xl { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-xl { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-xl { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-xl { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-xl { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-xl { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-xl { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-xl { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-xl { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-xl { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-xl { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-xl { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-xl { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-xl > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-xl > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-xl > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-xl > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-xl { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-xl { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-xl { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-xl { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-xl { - margin-left: auto; - } - .flex-left-xl { - margin-right: auto; - } - .flex-top-xl { - margin-bottom: auto; - } - .flex-bottom-xl { - margin-top: auto; - } - .order-xl-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-xl-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-xl-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-xl-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-xl-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-xl-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-xl-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-xl-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-xl-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-xl-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-xl-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-xl-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-xl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-xl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-xl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-xl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-xl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-xl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-xl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-xl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-xl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-xl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-xl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-xl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 1452px) { - .flex-nowrap-xxl { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-xxl { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-xxl { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-xxl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-xxl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-xxl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-xxl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-xxl { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-xxl { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-xxl { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-xxl { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-xxl { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-xxl { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-xxl { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-xxl { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-xxl { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-xxl { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-xxl { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-xxl { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-xxl { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-xxl { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-xxl { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-xxl { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-xxl { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-xxl { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-xxl { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-xxl { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-xxl { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-xxl > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-xxl > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-xxl > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-xxl > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-xxl { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-xxl { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-xxl { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-xxl { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-xxl { - margin-left: auto; - } - .flex-left-xxl { - margin-right: auto; - } - .flex-top-xxl { - margin-bottom: auto; - } - .flex-bottom-xxl { - margin-top: auto; - } - .order-xxl-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-xxl-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-xxl-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-xxl-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-xxl-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-xxl-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-xxl-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-xxl-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-xxl-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-xxl-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-xxl-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-xxl-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-xxl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-xxl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-xxl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-xxl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-xxl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-xxl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-xxl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-xxl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-xxl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-xxl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-xxl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-xxl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -.clear-float::after { - display: block; - clear: both; - content: ""; -} -.clear-float::after { - display: block; - clear: both; - content: ""; -} -.place-right, -.float-right { - float: right !important; -} -.place-left, -.float-left { - float: left !important; -} -.place-none, -.float-none, -.no-float { - float: none !important; -} -@media screen and (min-width: 0) { - .place-left-fs { - float: left!important; - } - .place-right-fs { - float: right!important; - } - .place-none-fs { - float: none!important; - } - .float-left-fs { - float: left!important; - } - .float-right-fs { - float: right!important; - } - .float-none-fs { - float: none!important; - } -} -@media screen and (min-width: 576px) { - .place-left-sm { - float: left!important; - } - .place-right-sm { - float: right!important; - } - .place-none-sm { - float: none!important; - } - .float-left-sm { - float: left!important; - } - .float-right-sm { - float: right!important; - } - .float-none-sm { - float: none!important; - } -} -@media screen and (min-width: 768px) { - .place-left-md { - float: left!important; - } - .place-right-md { - float: right!important; - } - .place-none-md { - float: none!important; - } - .float-left-md { - float: left!important; - } - .float-right-md { - float: right!important; - } - .float-none-md { - float: none!important; - } -} -@media screen and (min-width: 992px) { - .place-left-lg { - float: left!important; - } - .place-right-lg { - float: right!important; - } - .place-none-lg { - float: none!important; - } - .float-left-lg { - float: left!important; - } - .float-right-lg { - float: right!important; - } - .float-none-lg { - float: none!important; - } -} -@media screen and (min-width: 1200px) { - .place-left-xl { - float: left!important; - } - .place-right-xl { - float: right!important; - } - .place-none-xl { - float: none!important; - } - .float-left-xl { - float: left!important; - } - .float-right-xl { - float: right!important; - } - .float-none-xl { - float: none!important; - } -} -@media screen and (min-width: 1452px) { - .place-left-xxl { - float: left!important; - } - .place-right-xxl { - float: right!important; - } - .place-none-xxl { - float: none!important; - } - .float-left-xxl { - float: left!important; - } - .float-right-xxl { - float: right!important; - } - .float-none-xxl { - float: none!important; - } -} -html { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; - font-size: 100%; -} -body { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; - font-size: 1rem; - line-height: 1.5; - font-style: normal; - font-weight: 400; - color: #212121; -} -.img-container, -.img-fluid, -.img-thumbnail { - width: 100%; - max-width: 100%; - height: auto; - display: block; - position: relative; - vertical-align: middle; - background-color: transparent; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - overflow: visible; -} -.img-thumbnail { - padding: 0.25rem; - border: 1px solid #dfdfdf; - border-radius: 0.25rem; - background-color: #ffffff; -} -.img-container { - display: block; -} -.img-container img { - width: 100%; - max-width: 100%; - height: auto; - position: relative; -} -.img-container .image-overlay { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - opacity: 0; - overflow: hidden; - font-size: 0.875rem; - line-height: 1rem; - padding: 2em; - background-color: rgba(27, 161, 226, 0.7); - color: #ffffff; - text-align: center; - border-radius: inherit; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.img-container .image-overlay * { - color: #ffffff; -} -.img-container .image-overlay:hover { - opacity: 1; -} -.img-container .image-overlay:hover:before, -.img-container .image-overlay:hover:after { - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); -} -.img-container .image-overlay:before, -.img-container .image-overlay:after { - display: block; - position: absolute; - content: ""; - border: 1px solid rgba(255, 255, 255, 0.7); - top: 1em; - bottom: 1em; - left: 1em; - right: 1em; - opacity: 0; - border-radius: inherit; - -webkit-transform: scale(1.5); - -ms-transform: scale(1.5); - transform: scale(1.5); - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.img-container .image-overlay:after { - border-left: none; - border-right: none; - bottom: 1em; - top: 1em; -} -.img-container .image-overlay:before { - border-top: none; - border-bottom: none; - bottom: 1em; - top: 1em; -} -.img-container.rounded img { - border-radius: 0.25rem; -} -.img-container.thumbnail { - padding: 0.25rem; - border: 1px solid #dfdfdf; - background-color: #ffffff; -} -.img-container.thumbnail .title { - font-size: 0.9rem; - line-height: 1; -} -.img-container img + .title { - margin-top: 0.25rem; -} -.img-container .title + img { - margin-top: 0.25rem; -} -.img-container.cover { - background-size: cover; - background: no-repeat 100% 100%; -} -figure { - margin: 0 0 1rem; -} -figure img { - width: 100%; - max-width: 100%; - height: auto; - display: block; - position: relative; - vertical-align: middle; - background-color: transparent; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -input[type=text], -input[type=password], -input[type=tel], -input[type=datetime-local], -input[type=email], -input[type=file], -input[type=month], -input[type=number], -input[type=search], -input[type=time], -input[type=url], -input[type=week], -input[type=file], -select, -textarea, -.file, -.input, -.textarea, -.select, -.tag-input, -.spinner { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - position: relative; - border: 1px #d9d9d9 solid; - color: #1d1d1d; - width: 100%; - display: block; - padding: 0 0.75rem; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; - font-size: 1rem; - height: 36px; - line-height: 36px; - background: #ffffff none; - background-clip: padding-box; - min-width: 0; -} -input[type=text]:focus, -input[type=password]:focus, -input[type=tel]:focus, -input[type=datetime-local]:focus, -input[type=email]:focus, -input[type=file]:focus, -input[type=month]:focus, -input[type=number]:focus, -input[type=search]:focus, -input[type=time]:focus, -input[type=url]:focus, -input[type=week]:focus, -input[type=file]:focus, -select:focus, -textarea:focus, -.file:focus, -.input:focus, -.textarea:focus, -.select:focus, -.tag-input:focus, -.spinner:focus { - outline: none; -} -input[type=text]:hover, -input[type=password]:hover, -input[type=tel]:hover, -input[type=datetime-local]:hover, -input[type=email]:hover, -input[type=file]:hover, -input[type=month]:hover, -input[type=number]:hover, -input[type=search]:hover, -input[type=time]:hover, -input[type=url]:hover, -input[type=week]:hover, -input[type=file]:hover, -select:hover, -textarea:hover, -.file:hover, -.input:hover, -.textarea:hover, -.select:hover, -.tag-input:hover, -.spinner:hover { - border-color: #c0c0c0; -} -input[type=text] .input-clear-button, -input[type=password] .input-clear-button, -input[type=tel] .input-clear-button, -input[type=datetime-local] .input-clear-button, -input[type=email] .input-clear-button, -input[type=file] .input-clear-button, -input[type=month] .input-clear-button, -input[type=number] .input-clear-button, -input[type=search] .input-clear-button, -input[type=time] .input-clear-button, -input[type=url] .input-clear-button, -input[type=week] .input-clear-button, -input[type=file] .input-clear-button, -select .input-clear-button, -textarea .input-clear-button, -.file .input-clear-button, -.input .input-clear-button, -.textarea .input-clear-button, -.select .input-clear-button, -.tag-input .input-clear-button, -.spinner .input-clear-button, -input[type=text] .input-reveal-button, -input[type=password] .input-reveal-button, -input[type=tel] .input-reveal-button, -input[type=datetime-local] .input-reveal-button, -input[type=email] .input-reveal-button, -input[type=file] .input-reveal-button, -input[type=month] .input-reveal-button, -input[type=number] .input-reveal-button, -input[type=search] .input-reveal-button, -input[type=time] .input-reveal-button, -input[type=url] .input-reveal-button, -input[type=week] .input-reveal-button, -input[type=file] .input-reveal-button, -select .input-reveal-button, -textarea .input-reveal-button, -.file .input-reveal-button, -.input .input-reveal-button, -.textarea .input-reveal-button, -.select .input-reveal-button, -.tag-input .input-reveal-button, -.spinner .input-reveal-button { - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - opacity: 0; -} -input[type=text] .input-clear-button:active, -input[type=password] .input-clear-button:active, -input[type=tel] .input-clear-button:active, -input[type=datetime-local] .input-clear-button:active, -input[type=email] .input-clear-button:active, -input[type=file] .input-clear-button:active, -input[type=month] .input-clear-button:active, -input[type=number] .input-clear-button:active, -input[type=search] .input-clear-button:active, -input[type=time] .input-clear-button:active, -input[type=url] .input-clear-button:active, -input[type=week] .input-clear-button:active, -input[type=file] .input-clear-button:active, -select .input-clear-button:active, -textarea .input-clear-button:active, -.file .input-clear-button:active, -.input .input-clear-button:active, -.textarea .input-clear-button:active, -.select .input-clear-button:active, -.tag-input .input-clear-button:active, -.spinner .input-clear-button:active, -input[type=text] .input-reveal-button:active, -input[type=password] .input-reveal-button:active, -input[type=tel] .input-reveal-button:active, -input[type=datetime-local] .input-reveal-button:active, -input[type=email] .input-reveal-button:active, -input[type=file] .input-reveal-button:active, -input[type=month] .input-reveal-button:active, -input[type=number] .input-reveal-button:active, -input[type=search] .input-reveal-button:active, -input[type=time] .input-reveal-button:active, -input[type=url] .input-reveal-button:active, -input[type=week] .input-reveal-button:active, -input[type=file] .input-reveal-button:active, -select .input-reveal-button:active, -textarea .input-reveal-button:active, -.file .input-reveal-button:active, -.input .input-reveal-button:active, -.textarea .input-reveal-button:active, -.select .input-reveal-button:active, -.tag-input .input-reveal-button:active, -.spinner .input-reveal-button:active, -input[type=text] .input-clear-button:focus, -input[type=password] .input-clear-button:focus, -input[type=tel] .input-clear-button:focus, -input[type=datetime-local] .input-clear-button:focus, -input[type=email] .input-clear-button:focus, -input[type=file] .input-clear-button:focus, -input[type=month] .input-clear-button:focus, -input[type=number] .input-clear-button:focus, -input[type=search] .input-clear-button:focus, -input[type=time] .input-clear-button:focus, -input[type=url] .input-clear-button:focus, -input[type=week] .input-clear-button:focus, -input[type=file] .input-clear-button:focus, -select .input-clear-button:focus, -textarea .input-clear-button:focus, -.file .input-clear-button:focus, -.input .input-clear-button:focus, -.textarea .input-clear-button:focus, -.select .input-clear-button:focus, -.tag-input .input-clear-button:focus, -.spinner .input-clear-button:focus, -input[type=text] .input-reveal-button:focus, -input[type=password] .input-reveal-button:focus, -input[type=tel] .input-reveal-button:focus, -input[type=datetime-local] .input-reveal-button:focus, -input[type=email] .input-reveal-button:focus, -input[type=file] .input-reveal-button:focus, -input[type=month] .input-reveal-button:focus, -input[type=number] .input-reveal-button:focus, -input[type=search] .input-reveal-button:focus, -input[type=time] .input-reveal-button:focus, -input[type=url] .input-reveal-button:focus, -input[type=week] .input-reveal-button:focus, -input[type=file] .input-reveal-button:focus, -select .input-reveal-button:focus, -textarea .input-reveal-button:focus, -.file .input-reveal-button:focus, -.input .input-reveal-button:focus, -.textarea .input-reveal-button:focus, -.select .input-reveal-button:focus, -.tag-input .input-reveal-button:focus, -.spinner .input-reveal-button:focus, -input[type=text] .input-clear-button:hover, -input[type=password] .input-clear-button:hover, -input[type=tel] .input-clear-button:hover, -input[type=datetime-local] .input-clear-button:hover, -input[type=email] .input-clear-button:hover, -input[type=file] .input-clear-button:hover, -input[type=month] .input-clear-button:hover, -input[type=number] .input-clear-button:hover, -input[type=search] .input-clear-button:hover, -input[type=time] .input-clear-button:hover, -input[type=url] .input-clear-button:hover, -input[type=week] .input-clear-button:hover, -input[type=file] .input-clear-button:hover, -select .input-clear-button:hover, -textarea .input-clear-button:hover, -.file .input-clear-button:hover, -.input .input-clear-button:hover, -.textarea .input-clear-button:hover, -.select .input-clear-button:hover, -.tag-input .input-clear-button:hover, -.spinner .input-clear-button:hover, -input[type=text] .input-reveal-button:hover, -input[type=password] .input-reveal-button:hover, -input[type=tel] .input-reveal-button:hover, -input[type=datetime-local] .input-reveal-button:hover, -input[type=email] .input-reveal-button:hover, -input[type=file] .input-reveal-button:hover, -input[type=month] .input-reveal-button:hover, -input[type=number] .input-reveal-button:hover, -input[type=search] .input-reveal-button:hover, -input[type=time] .input-reveal-button:hover, -input[type=url] .input-reveal-button:hover, -input[type=week] .input-reveal-button:hover, -input[type=file] .input-reveal-button:hover, -select .input-reveal-button:hover, -textarea .input-reveal-button:hover, -.file .input-reveal-button:hover, -.input .input-reveal-button:hover, -.textarea .input-reveal-button:hover, -.select .input-reveal-button:hover, -.tag-input .input-reveal-button:hover, -.spinner .input-reveal-button:hover { - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); -} -input[type=text]:focus .input-clear-button, -input[type=password]:focus .input-clear-button, -input[type=tel]:focus .input-clear-button, -input[type=datetime-local]:focus .input-clear-button, -input[type=email]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -input[type=month]:focus .input-clear-button, -input[type=number]:focus .input-clear-button, -input[type=search]:focus .input-clear-button, -input[type=time]:focus .input-clear-button, -input[type=url]:focus .input-clear-button, -input[type=week]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -select:focus .input-clear-button, -textarea:focus .input-clear-button, -.file:focus .input-clear-button, -.input:focus .input-clear-button, -.textarea:focus .input-clear-button, -.select:focus .input-clear-button, -.tag-input:focus .input-clear-button, -.spinner:focus .input-clear-button, -input[type=text].focused .input-clear-button, -input[type=password].focused .input-clear-button, -input[type=tel].focused .input-clear-button, -input[type=datetime-local].focused .input-clear-button, -input[type=email].focused .input-clear-button, -input[type=file].focused .input-clear-button, -input[type=month].focused .input-clear-button, -input[type=number].focused .input-clear-button, -input[type=search].focused .input-clear-button, -input[type=time].focused .input-clear-button, -input[type=url].focused .input-clear-button, -input[type=week].focused .input-clear-button, -input[type=file].focused .input-clear-button, -select.focused .input-clear-button, -textarea.focused .input-clear-button, -.file.focused .input-clear-button, -.input.focused .input-clear-button, -.textarea.focused .input-clear-button, -.select.focused .input-clear-button, -.tag-input.focused .input-clear-button, -.spinner.focused .input-clear-button, -input[type=text]:hover .input-clear-button, -input[type=password]:hover .input-clear-button, -input[type=tel]:hover .input-clear-button, -input[type=datetime-local]:hover .input-clear-button, -input[type=email]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -input[type=month]:hover .input-clear-button, -input[type=number]:hover .input-clear-button, -input[type=search]:hover .input-clear-button, -input[type=time]:hover .input-clear-button, -input[type=url]:hover .input-clear-button, -input[type=week]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -select:hover .input-clear-button, -textarea:hover .input-clear-button, -.file:hover .input-clear-button, -.input:hover .input-clear-button, -.textarea:hover .input-clear-button, -.select:hover .input-clear-button, -.tag-input:hover .input-clear-button, -.spinner:hover .input-clear-button, -input[type=text]:focus .input-reveal-button, -input[type=password]:focus .input-reveal-button, -input[type=tel]:focus .input-reveal-button, -input[type=datetime-local]:focus .input-reveal-button, -input[type=email]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -input[type=month]:focus .input-reveal-button, -input[type=number]:focus .input-reveal-button, -input[type=search]:focus .input-reveal-button, -input[type=time]:focus .input-reveal-button, -input[type=url]:focus .input-reveal-button, -input[type=week]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -select:focus .input-reveal-button, -textarea:focus .input-reveal-button, -.file:focus .input-reveal-button, -.input:focus .input-reveal-button, -.textarea:focus .input-reveal-button, -.select:focus .input-reveal-button, -.tag-input:focus .input-reveal-button, -.spinner:focus .input-reveal-button, -input[type=text].focused .input-reveal-button, -input[type=password].focused .input-reveal-button, -input[type=tel].focused .input-reveal-button, -input[type=datetime-local].focused .input-reveal-button, -input[type=email].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -input[type=month].focused .input-reveal-button, -input[type=number].focused .input-reveal-button, -input[type=search].focused .input-reveal-button, -input[type=time].focused .input-reveal-button, -input[type=url].focused .input-reveal-button, -input[type=week].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -select.focused .input-reveal-button, -textarea.focused .input-reveal-button, -.file.focused .input-reveal-button, -.input.focused .input-reveal-button, -.textarea.focused .input-reveal-button, -.select.focused .input-reveal-button, -.tag-input.focused .input-reveal-button, -.spinner.focused .input-reveal-button, -input[type=text]:hover .input-reveal-button, -input[type=password]:hover .input-reveal-button, -input[type=tel]:hover .input-reveal-button, -input[type=datetime-local]:hover .input-reveal-button, -input[type=email]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -input[type=month]:hover .input-reveal-button, -input[type=number]:hover .input-reveal-button, -input[type=search]:hover .input-reveal-button, -input[type=time]:hover .input-reveal-button, -input[type=url]:hover .input-reveal-button, -input[type=week]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -select:hover .input-reveal-button, -textarea:hover .input-reveal-button, -.file:hover .input-reveal-button, -.input:hover .input-reveal-button, -.textarea:hover .input-reveal-button, -.select:hover .input-reveal-button, -.tag-input:hover .input-reveal-button, -.spinner:hover .input-reveal-button { - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); -} -input[type=text]:focus, -input[type=password]:focus, -input[type=tel]:focus, -input[type=datetime-local]:focus, -input[type=email]:focus, -input[type=file]:focus, -input[type=month]:focus, -input[type=number]:focus, -input[type=search]:focus, -input[type=time]:focus, -input[type=url]:focus, -input[type=week]:focus, -input[type=file]:focus, -select:focus, -textarea:focus, -.file:focus, -.input:focus, -.textarea:focus, -.select:focus, -.tag-input:focus, -.spinner:focus, -input[type=text].focused, -input[type=password].focused, -input[type=tel].focused, -input[type=datetime-local].focused, -input[type=email].focused, -input[type=file].focused, -input[type=month].focused, -input[type=number].focused, -input[type=search].focused, -input[type=time].focused, -input[type=url].focused, -input[type=week].focused, -input[type=file].focused, -select.focused, -textarea.focused, -.file.focused, -.input.focused, -.textarea.focused, -.select.focused, -.tag-input.focused, -.spinner.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -input[type=text]:focus .input-clear-button, -input[type=password]:focus .input-clear-button, -input[type=tel]:focus .input-clear-button, -input[type=datetime-local]:focus .input-clear-button, -input[type=email]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -input[type=month]:focus .input-clear-button, -input[type=number]:focus .input-clear-button, -input[type=search]:focus .input-clear-button, -input[type=time]:focus .input-clear-button, -input[type=url]:focus .input-clear-button, -input[type=week]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -select:focus .input-clear-button, -textarea:focus .input-clear-button, -.file:focus .input-clear-button, -.input:focus .input-clear-button, -.textarea:focus .input-clear-button, -.select:focus .input-clear-button, -.tag-input:focus .input-clear-button, -.spinner:focus .input-clear-button, -input[type=text].focused .input-clear-button, -input[type=password].focused .input-clear-button, -input[type=tel].focused .input-clear-button, -input[type=datetime-local].focused .input-clear-button, -input[type=email].focused .input-clear-button, -input[type=file].focused .input-clear-button, -input[type=month].focused .input-clear-button, -input[type=number].focused .input-clear-button, -input[type=search].focused .input-clear-button, -input[type=time].focused .input-clear-button, -input[type=url].focused .input-clear-button, -input[type=week].focused .input-clear-button, -input[type=file].focused .input-clear-button, -select.focused .input-clear-button, -textarea.focused .input-clear-button, -.file.focused .input-clear-button, -.input.focused .input-clear-button, -.textarea.focused .input-clear-button, -.select.focused .input-clear-button, -.tag-input.focused .input-clear-button, -.spinner.focused .input-clear-button, -input[type=text]:hover .input-clear-button, -input[type=password]:hover .input-clear-button, -input[type=tel]:hover .input-clear-button, -input[type=datetime-local]:hover .input-clear-button, -input[type=email]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -input[type=month]:hover .input-clear-button, -input[type=number]:hover .input-clear-button, -input[type=search]:hover .input-clear-button, -input[type=time]:hover .input-clear-button, -input[type=url]:hover .input-clear-button, -input[type=week]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -select:hover .input-clear-button, -textarea:hover .input-clear-button, -.file:hover .input-clear-button, -.input:hover .input-clear-button, -.textarea:hover .input-clear-button, -.select:hover .input-clear-button, -.tag-input:hover .input-clear-button, -.spinner:hover .input-clear-button, -input[type=text]:focus .input-reveal-button, -input[type=password]:focus .input-reveal-button, -input[type=tel]:focus .input-reveal-button, -input[type=datetime-local]:focus .input-reveal-button, -input[type=email]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -input[type=month]:focus .input-reveal-button, -input[type=number]:focus .input-reveal-button, -input[type=search]:focus .input-reveal-button, -input[type=time]:focus .input-reveal-button, -input[type=url]:focus .input-reveal-button, -input[type=week]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -select:focus .input-reveal-button, -textarea:focus .input-reveal-button, -.file:focus .input-reveal-button, -.input:focus .input-reveal-button, -.textarea:focus .input-reveal-button, -.select:focus .input-reveal-button, -.tag-input:focus .input-reveal-button, -.spinner:focus .input-reveal-button, -input[type=text].focused .input-reveal-button, -input[type=password].focused .input-reveal-button, -input[type=tel].focused .input-reveal-button, -input[type=datetime-local].focused .input-reveal-button, -input[type=email].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -input[type=month].focused .input-reveal-button, -input[type=number].focused .input-reveal-button, -input[type=search].focused .input-reveal-button, -input[type=time].focused .input-reveal-button, -input[type=url].focused .input-reveal-button, -input[type=week].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -select.focused .input-reveal-button, -textarea.focused .input-reveal-button, -.file.focused .input-reveal-button, -.input.focused .input-reveal-button, -.textarea.focused .input-reveal-button, -.select.focused .input-reveal-button, -.tag-input.focused .input-reveal-button, -.spinner.focused .input-reveal-button, -input[type=text]:hover .input-reveal-button, -input[type=password]:hover .input-reveal-button, -input[type=tel]:hover .input-reveal-button, -input[type=datetime-local]:hover .input-reveal-button, -input[type=email]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -input[type=month]:hover .input-reveal-button, -input[type=number]:hover .input-reveal-button, -input[type=search]:hover .input-reveal-button, -input[type=time]:hover .input-reveal-button, -input[type=url]:hover .input-reveal-button, -input[type=week]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -select:hover .input-reveal-button, -textarea:hover .input-reveal-button, -.file:hover .input-reveal-button, -.input:hover .input-reveal-button, -.textarea:hover .input-reveal-button, -.select:hover .input-reveal-button, -.tag-input:hover .input-reveal-button, -.spinner:hover .input-reveal-button { - visibility: visible; -} -input[type=text]:disabled, -input[type=password]:disabled, -input[type=tel]:disabled, -input[type=datetime-local]:disabled, -input[type=email]:disabled, -input[type=file]:disabled, -input[type=month]:disabled, -input[type=number]:disabled, -input[type=search]:disabled, -input[type=time]:disabled, -input[type=url]:disabled, -input[type=week]:disabled, -input[type=file]:disabled, -select:disabled, -textarea:disabled, -.file:disabled, -.input:disabled, -.textarea:disabled, -.select:disabled, -.tag-input:disabled, -.spinner:disabled, -input[type=text].disabled, -input[type=password].disabled, -input[type=tel].disabled, -input[type=datetime-local].disabled, -input[type=email].disabled, -input[type=file].disabled, -input[type=month].disabled, -input[type=number].disabled, -input[type=search].disabled, -input[type=time].disabled, -input[type=url].disabled, -input[type=week].disabled, -input[type=file].disabled, -select.disabled, -textarea.disabled, -.file.disabled, -.input.disabled, -.textarea.disabled, -.select.disabled, -.tag-input.disabled, -.spinner.disabled { - pointer-events: none; - border-color: #ebebeb; - background-color: #e9e9e9; -} -input[type=text].hide-cursor input, -input[type=password].hide-cursor input, -input[type=tel].hide-cursor input, -input[type=datetime-local].hide-cursor input, -input[type=email].hide-cursor input, -input[type=file].hide-cursor input, -input[type=month].hide-cursor input, -input[type=number].hide-cursor input, -input[type=search].hide-cursor input, -input[type=time].hide-cursor input, -input[type=url].hide-cursor input, -input[type=week].hide-cursor input, -input[type=file].hide-cursor input, -select.hide-cursor input, -textarea.hide-cursor input, -.file.hide-cursor input, -.input.hide-cursor input, -.textarea.hide-cursor input, -.select.hide-cursor input, -.tag-input.hide-cursor input, -.spinner.hide-cursor input { - color: transparent; - text-shadow: 0 0 0 #1d1d1d; -} -input[type=text]::-ms-clear, -input[type=password]::-ms-clear, -input[type=tel]::-ms-clear, -input[type=datetime-local]::-ms-clear, -input[type=email]::-ms-clear, -input[type=file]::-ms-clear, -input[type=month]::-ms-clear, -input[type=number]::-ms-clear, -input[type=search]::-ms-clear, -input[type=time]::-ms-clear, -input[type=url]::-ms-clear, -input[type=week]::-ms-clear, -input[type=file]::-ms-clear, -select::-ms-clear, -textarea::-ms-clear, -.file::-ms-clear, -.input::-ms-clear, -.textarea::-ms-clear, -.select::-ms-clear, -.tag-input::-ms-clear, -.spinner::-ms-clear { - display: none; -} -input[type=text]::-ms-reveal, -input[type=password]::-ms-reveal, -input[type=tel]::-ms-reveal, -input[type=datetime-local]::-ms-reveal, -input[type=email]::-ms-reveal, -input[type=file]::-ms-reveal, -input[type=month]::-ms-reveal, -input[type=number]::-ms-reveal, -input[type=search]::-ms-reveal, -input[type=time]::-ms-reveal, -input[type=url]::-ms-reveal, -input[type=week]::-ms-reveal, -input[type=file]::-ms-reveal, -select::-ms-reveal, -textarea::-ms-reveal, -.file::-ms-reveal, -.input::-ms-reveal, -.textarea::-ms-reveal, -.select::-ms-reveal, -.tag-input::-ms-reveal, -.spinner::-ms-reveal { - display: none; -} -input[type=text]::-webkit-clear-button, -input[type=password]::-webkit-clear-button, -input[type=tel]::-webkit-clear-button, -input[type=datetime-local]::-webkit-clear-button, -input[type=email]::-webkit-clear-button, -input[type=file]::-webkit-clear-button, -input[type=month]::-webkit-clear-button, -input[type=number]::-webkit-clear-button, -input[type=search]::-webkit-clear-button, -input[type=time]::-webkit-clear-button, -input[type=url]::-webkit-clear-button, -input[type=week]::-webkit-clear-button, -input[type=file]::-webkit-clear-button, -select::-webkit-clear-button, -textarea::-webkit-clear-button, -.file::-webkit-clear-button, -.input::-webkit-clear-button, -.textarea::-webkit-clear-button, -.select::-webkit-clear-button, -.tag-input::-webkit-clear-button, -.spinner::-webkit-clear-button { - display: none; -} -input[type=text]::-webkit-inner-spin-button, -input[type=password]::-webkit-inner-spin-button, -input[type=tel]::-webkit-inner-spin-button, -input[type=datetime-local]::-webkit-inner-spin-button, -input[type=email]::-webkit-inner-spin-button, -input[type=file]::-webkit-inner-spin-button, -input[type=month]::-webkit-inner-spin-button, -input[type=number]::-webkit-inner-spin-button, -input[type=search]::-webkit-inner-spin-button, -input[type=time]::-webkit-inner-spin-button, -input[type=url]::-webkit-inner-spin-button, -input[type=week]::-webkit-inner-spin-button, -input[type=file]::-webkit-inner-spin-button, -select::-webkit-inner-spin-button, -textarea::-webkit-inner-spin-button, -.file::-webkit-inner-spin-button, -.input::-webkit-inner-spin-button, -.textarea::-webkit-inner-spin-button, -.select::-webkit-inner-spin-button, -.tag-input::-webkit-inner-spin-button, -.spinner::-webkit-inner-spin-button { - height: 100%; -} -input[type=text].required, -input[type=password].required, -input[type=tel].required, -input[type=datetime-local].required, -input[type=email].required, -input[type=file].required, -input[type=month].required, -input[type=number].required, -input[type=search].required, -input[type=time].required, -input[type=url].required, -input[type=week].required, -input[type=file].required, -select.required, -textarea.required, -.file.required, -.input.required, -.textarea.required, -.select.required, -.tag-input.required, -.spinner.required { - border: 1px #1ba1e2 dashed !important; -} -input[type=text].required:focus, -input[type=password].required:focus, -input[type=tel].required:focus, -input[type=datetime-local].required:focus, -input[type=email].required:focus, -input[type=file].required:focus, -input[type=month].required:focus, -input[type=number].required:focus, -input[type=search].required:focus, -input[type=time].required:focus, -input[type=url].required:focus, -input[type=week].required:focus, -input[type=file].required:focus, -select.required:focus, -textarea.required:focus, -.file.required:focus, -.input.required:focus, -.textarea.required:focus, -.select.required:focus, -.tag-input.required:focus, -.spinner.required:focus, -input[type=text].required.focused, -input[type=password].required.focused, -input[type=tel].required.focused, -input[type=datetime-local].required.focused, -input[type=email].required.focused, -input[type=file].required.focused, -input[type=month].required.focused, -input[type=number].required.focused, -input[type=search].required.focused, -input[type=time].required.focused, -input[type=url].required.focused, -input[type=week].required.focused, -input[type=file].required.focused, -select.required.focused, -textarea.required.focused, -.file.required.focused, -.input.required.focused, -.textarea.required.focused, -.select.required.focused, -.tag-input.required.focused, -.spinner.required.focused { - -webkit-box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; - box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; -} -input[type=text].invalid, -input[type=password].invalid, -input[type=tel].invalid, -input[type=datetime-local].invalid, -input[type=email].invalid, -input[type=file].invalid, -input[type=month].invalid, -input[type=number].invalid, -input[type=search].invalid, -input[type=time].invalid, -input[type=url].invalid, -input[type=week].invalid, -input[type=file].invalid, -select.invalid, -textarea.invalid, -.file.invalid, -.input.invalid, -.textarea.invalid, -.select.invalid, -.tag-input.invalid, -.spinner.invalid { - border: 1px #CE352C solid !important; -} -input[type=text].invalid:focus, -input[type=password].invalid:focus, -input[type=tel].invalid:focus, -input[type=datetime-local].invalid:focus, -input[type=email].invalid:focus, -input[type=file].invalid:focus, -input[type=month].invalid:focus, -input[type=number].invalid:focus, -input[type=search].invalid:focus, -input[type=time].invalid:focus, -input[type=url].invalid:focus, -input[type=week].invalid:focus, -input[type=file].invalid:focus, -select.invalid:focus, -textarea.invalid:focus, -.file.invalid:focus, -.input.invalid:focus, -.textarea.invalid:focus, -.select.invalid:focus, -.tag-input.invalid:focus, -.spinner.invalid:focus, -input[type=text].invalid.focused, -input[type=password].invalid.focused, -input[type=tel].invalid.focused, -input[type=datetime-local].invalid.focused, -input[type=email].invalid.focused, -input[type=file].invalid.focused, -input[type=month].invalid.focused, -input[type=number].invalid.focused, -input[type=search].invalid.focused, -input[type=time].invalid.focused, -input[type=url].invalid.focused, -input[type=week].invalid.focused, -input[type=file].invalid.focused, -select.invalid.focused, -textarea.invalid.focused, -.file.invalid.focused, -.input.invalid.focused, -.textarea.invalid.focused, -.select.invalid.focused, -.tag-input.invalid.focused, -.spinner.invalid.focused { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; -} -input[type=text].invalid::after, -input[type=password].invalid::after, -input[type=tel].invalid::after, -input[type=datetime-local].invalid::after, -input[type=email].invalid::after, -input[type=file].invalid::after, -input[type=month].invalid::after, -input[type=number].invalid::after, -input[type=search].invalid::after, -input[type=time].invalid::after, -input[type=url].invalid::after, -input[type=week].invalid::after, -input[type=file].invalid::after, -select.invalid::after, -textarea.invalid::after, -.file.invalid::after, -.input.invalid::after, -.textarea.invalid::after, -.select.invalid::after, -.tag-input.invalid::after, -.spinner.invalid::after { - position: absolute; - content: attr(data-exclaim); - color: #CE352C; - left: -16px; - top: 0; - font-size: 1.625rem; - font-weight: bold; -} -input[type=text].valid, -input[type=password].valid, -input[type=tel].valid, -input[type=datetime-local].valid, -input[type=email].valid, -input[type=file].valid, -input[type=month].valid, -input[type=number].valid, -input[type=search].valid, -input[type=time].valid, -input[type=url].valid, -input[type=week].valid, -input[type=file].valid, -select.valid, -textarea.valid, -.file.valid, -.input.valid, -.textarea.valid, -.select.valid, -.tag-input.valid, -.spinner.valid { - border: 1px #60a917 solid !important; -} -input[type=text].valid:focus, -input[type=password].valid:focus, -input[type=tel].valid:focus, -input[type=datetime-local].valid:focus, -input[type=email].valid:focus, -input[type=file].valid:focus, -input[type=month].valid:focus, -input[type=number].valid:focus, -input[type=search].valid:focus, -input[type=time].valid:focus, -input[type=url].valid:focus, -input[type=week].valid:focus, -input[type=file].valid:focus, -select.valid:focus, -textarea.valid:focus, -.file.valid:focus, -.input.valid:focus, -.textarea.valid:focus, -.select.valid:focus, -.tag-input.valid:focus, -.spinner.valid:focus, -input[type=text].valid.focused, -input[type=password].valid.focused, -input[type=tel].valid.focused, -input[type=datetime-local].valid.focused, -input[type=email].valid.focused, -input[type=file].valid.focused, -input[type=month].valid.focused, -input[type=number].valid.focused, -input[type=search].valid.focused, -input[type=time].valid.focused, -input[type=url].valid.focused, -input[type=week].valid.focused, -input[type=file].valid.focused, -select.valid.focused, -textarea.valid.focused, -.file.valid.focused, -.input.valid.focused, -.textarea.valid.focused, -.select.valid.focused, -.tag-input.valid.focused, -.spinner.valid.focused { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; -} -input[type=button], -input[type=submit], -input[type=reset] { - width: auto; -} -label { - margin-bottom: 0.5rem; -} -.file .prepend, -.input .prepend, -.select .prepend, -.textarea .prepend, -.tag-input .prepend, -.spinner .prepend, -.file .append, -.input .append, -.select .append, -.textarea .append, -.tag-input .append, -.spinner .append { - padding: 0.5rem 0.75rem; - background-color: #f8f8f8; - color: #1d1d1d; - line-height: 1.25rem; - white-space: nowrap; -} -.hidden-input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.file:disabled input, -.input:disabled input, -.textarea:disabled input, -.select:disabled input, -.tag-input:disabled input, -.spinner:disabled input, -.tag-input:disabled input, -.rating:disabled input, -.file.disabled input, -.input.disabled input, -.textarea.disabled input, -.select.disabled input, -.tag-input.disabled input, -.spinner.disabled input, -.tag-input.disabled input, -.rating.disabled input, -.file:disabled textarea, -.input:disabled textarea, -.textarea:disabled textarea, -.select:disabled textarea, -.tag-input:disabled textarea, -.spinner:disabled textarea, -.tag-input:disabled textarea, -.rating:disabled textarea, -.file.disabled textarea, -.input.disabled textarea, -.textarea.disabled textarea, -.select.disabled textarea, -.tag-input.disabled textarea, -.spinner.disabled textarea, -.tag-input.disabled textarea, -.rating.disabled textarea, -.file:disabled select, -.input:disabled select, -.textarea:disabled select, -.select:disabled select, -.tag-input:disabled select, -.spinner:disabled select, -.tag-input:disabled select, -.rating:disabled select, -.file.disabled select, -.input.disabled select, -.textarea.disabled select, -.select.disabled select, -.tag-input.disabled select, -.spinner.disabled select, -.tag-input.disabled select, -.rating.disabled select, -.file:disabled .select-input, -.input:disabled .select-input, -.textarea:disabled .select-input, -.select:disabled .select-input, -.tag-input:disabled .select-input, -.spinner:disabled .select-input, -.tag-input:disabled .select-input, -.rating:disabled .select-input, -.file.disabled .select-input, -.input.disabled .select-input, -.textarea.disabled .select-input, -.select.disabled .select-input, -.tag-input.disabled .select-input, -.spinner.disabled .select-input, -.tag-input.disabled .select-input, -.rating.disabled .select-input, -.file:disabled .caption, -.input:disabled .caption, -.textarea:disabled .caption, -.select:disabled .caption, -.tag-input:disabled .caption, -.spinner:disabled .caption, -.tag-input:disabled .caption, -.rating:disabled .caption, -.file.disabled .caption, -.input.disabled .caption, -.textarea.disabled .caption, -.select.disabled .caption, -.tag-input.disabled .caption, -.spinner.disabled .caption, -.tag-input.disabled .caption, -.rating.disabled .caption, -.file:disabled .stars li, -.input:disabled .stars li, -.textarea:disabled .stars li, -.select:disabled .stars li, -.tag-input:disabled .stars li, -.spinner:disabled .stars li, -.tag-input:disabled .stars li, -.rating:disabled .stars li, -.file.disabled .stars li, -.input.disabled .stars li, -.textarea.disabled .stars li, -.select.disabled .stars li, -.tag-input.disabled .stars li, -.spinner.disabled .stars li, -.tag-input.disabled .stars li, -.rating.disabled .stars li { - background: transparent; - color: #989898; -} -.file:disabled .button-group, -.input:disabled .button-group, -.textarea:disabled .button-group, -.select:disabled .button-group, -.tag-input:disabled .button-group, -.spinner:disabled .button-group, -.tag-input:disabled .button-group, -.rating:disabled .button-group, -.file.disabled .button-group, -.input.disabled .button-group, -.textarea.disabled .button-group, -.select.disabled .button-group, -.tag-input.disabled .button-group, -.spinner.disabled .button-group, -.tag-input.disabled .button-group, -.rating.disabled .button-group { - display: none; -} -.invalid_feedback { - font-size: 0.9em; - color: #CE352C; -} -.custom-validation input[required]:valid, -.custom-validation select[required]:valid, -.custom-validation textarea[required]:valid { - border-color: #60a917; -} -.custom-validation input[required]:valid + .invalid_feedback, -.custom-validation select[required]:valid + .invalid_feedback, -.custom-validation textarea[required]:valid + .invalid_feedback { - display: none; -} -.custom-validation input[required]:invalid, -.custom-validation select[required]:invalid, -.custom-validation textarea[required]:invalid { - border-color: #CE352C; -} -.custom-validation input[required]:invalid + .invalid_feedback, -.custom-validation select[required]:invalid + .invalid_feedback, -.custom-validation textarea[required]:invalid + .invalid_feedback { - display: block; -} -.invalid_feedback { - display: none; -} -.invalid + .invalid_feedback, -.invalid > .invalid_feedback { - display: block !important; -} -::-webkit-search-cancel-button { - -webkit-appearance: none; -} -::-webkit-search-results-button { - -webkit-appearance: none; -} -input[type=search] { - -webkit-appearance: none; -} -input:-webkit-autofill, -input:-webkit-autofill:hover, -input:-webkit-autofill:focus, -input:-webkit-autofill:active { - -webkit-box-shadow: 0 0 0 1000px white inset; - background-color: #ffffff !important; - -webkit-transition: background-color 5000s ease-in-out 0s; - -o-transition: background-color 5000s ease-in-out 0s; - transition: background-color 5000s ease-in-out 0s; -} -::-webkit-input-placeholder { - font-size: 14px; -} -::-moz-placeholder { - font-size: 14px; -} -:-moz-placeholder { - font-size: 14px; -} -:-ms-input-placeholder { - font-size: 14px; -} -.step-list { - margin: 0 0 0 3em; - padding: 0; - list-style-type: none; - counter-reset: li; -} -.step-list > li { - border-left: 1px #ccc solid; - position: relative; - padding: 0 0.625rem; - margin: 0.625rem; - vertical-align: top; -} -.step-list > li::before { - position: absolute; - content: counter(li); - counter-increment: li; - font-size: 2rem; - color: #e4e4e4; - left: 0; - top: 0.3125rem; - margin-left: -2em; - width: 1.8em; - text-align: right; -} -.custom-list-marker { - list-style: none inside; -} -.custom-list-marker li { - position: relative; - padding-left: 1.2em; -} -.custom-list-marker li::before { - content: attr(data-marker); - position: absolute; - left: 0; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.items-list, -.feed-list { - margin: 0; - padding: 4px; - position: relative; - display: block; - list-style: none inside; -} -.items-list .item, -.feed-list .item, -.items-list > li, -.feed-list > li { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - position: relative; - height: 56px; - padding: 8px 16px; - vertical-align: middle; - overflow: hidden; - cursor: default; -} -.items-list .item .avatar, -.feed-list .item .avatar, -.items-list > li .avatar, -.feed-list > li .avatar { - width: 42px; - height: 42px; - border-radius: 50%; - position: absolute; - left: 16px; - top: 50%; - margin-top: -21px; - font-size: 32px; - line-height: 42px; -} -.items-list .item .second-action, -.feed-list .item .second-action, -.items-list > li .second-action, -.feed-list > li .second-action { - position: absolute; - right: 16px; - width: 24px; - height: 24px; - font-size: 24px; - line-height: 24px; - top: 50%; - margin-top: -12px; - cursor: pointer; -} -.items-list .item .label, -.feed-list .item .label, -.items-list > li .label, -.feed-list > li .label, -.items-list .item .second-label, -.feed-list .item .second-label, -.items-list > li .second-label, -.feed-list > li .second-label { - display: block; -} -.items-list .item .label, -.feed-list .item .label, -.items-list > li .label, -.feed-list > li .label { - line-height: 1; -} -.items-list .item .second-label, -.feed-list .item .second-label, -.items-list > li .second-label, -.feed-list > li .second-label { - font-size: 0.9em; - color: #989898; - line-height: 1; -} -.items-list .item .avatar ~ .label, -.feed-list .item .avatar ~ .label, -.items-list > li .avatar ~ .label, -.feed-list > li .avatar ~ .label, -.items-list .item .avatar ~ .second-label, -.feed-list .item .avatar ~ .second-label, -.items-list > li .avatar ~ .second-label, -.feed-list > li .avatar ~ .second-label { - padding-left: 56px; -} -.items-list .item + .item, -.feed-list .item + .item { - border-top: 1px #dfdfdf solid; -} -.items-list > li + li, -.feed-list > li + li { - border-top: 1px #dfdfdf solid; -} -.feed-list .title { - padding: 0 16px; - font-size: 18px; - font-weight: 500; - height: 36px; - line-height: 36px; - display: block; -} -.feed-list .item + .title, -.feed-list li + .title { - margin-top: 32px; -} -.feed-list .title + .item, -.feed-list .title + li, -.feed-list li + .title { - border-top: 1px transparent solid; -} -.feed-list .item, -.feed-list > li { - height: 104px; - padding: 16px 0; - -ms-flex-pack: distribute; - justify-content: space-around; -} -.feed-list .item .avatar, -.feed-list > li .avatar { - position: absolute; - top: 16px; - left: 16px; - width: 96px; - height: 72px; - border-radius: 0; - margin-top: 0; -} -.feed-list .item .second-label, -.feed-list > li .second-label { - font-size: 10px; -} -.feed-list .item .avatar ~ .label, -.feed-list > li .avatar ~ .label, -.feed-list .item .avatar ~ .second-label, -.feed-list > li .avatar ~ .second-label { - margin-left: 128px; - margin-right: 16px; - padding-left: 0; -} -.feed-list .item .avatar.on-right, -.feed-list > li .avatar.on-right { - float: none; - left: auto; - right: 16px; -} -.feed-list .item .avatar.on-right ~ .label, -.feed-list > li .avatar.on-right ~ .label, -.feed-list .item .avatar.on-right ~ .second-label, -.feed-list > li .avatar.on-right ~ .second-label { - margin-left: 16px; - margin-right: 128px; -} -.group-list { - margin: 0; - position: relative; - display: block; - list-style: none inside; - border: 1px solid #dfdfdf; -} -.group-list .item, -.group-list > li { - display: block; - position: relative; - padding: 4px 8px; -} -.group-list .item + .item, -.group-list > li + li { - border-top: 1px solid #dfdfdf; -} -.group-list.horizontal { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.group-list.horizontal .item, -.group-list.horizontal > li { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; -} -.group-list.horizontal .item + .item, -.group-list.horizontal > li + li { - border-top: none; - border-left: 1px solid #dfdfdf; -} -.inline-list { - list-style: none; - padding-left: 0; - margin-left: 0; -} -.inline-list li { - display: inline-block; - margin-right: 0.625rem; -} -.inline-list li:last-child { - margin-right: 0; -} -.unstyled-list { - list-style: none inside; - margin-left: 0; -} -ol.decimal { - list-style-type: decimal; -} -ol.roman-upper { - list-style-type: upper-roman; -} -ol.roman-lower { - list-style-type: lower-roman; -} -ol.alpha-upper { - list-style-type: upper-alpha; -} -ol.alpha-lower { - list-style-type: lower-alpha; -} -ol.latin-upper { - list-style-type: upper-latin; -} -ol.latin-lower { - list-style-type: lower-latin; -} -.no-style { - list-style-type: none; -} -.overlay { - position: fixed; - left: 0; - top: 0; - right: 0; - bottom: 0; - background-color: rgba(255, 255, 255, 0.5); - z-index: 1040; -} -.overlay.transparent { - background-color: rgba(255, 255, 255, 0); -} -.global-overlay { - z-index: 2000 !important; -} -.global-dialog { - z-index: 2001 !important; -} -.fixed-top, -.fixed-bottom { - position: fixed; - left: 0; - right: 0; - width: 100%; -} -.fixed-top { - top: 0; - bottom: auto; -} -.fixed-bottom { - top: auto; - bottom: 0; -} -.pos-relative { - position: relative!important; -} -.pos-absolute { - position: absolute!important; -} -.pos-static { - position: static!important; -} -.pos-fixed { - position: fixed!important; -} -.put-n { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); -} -.put-nw { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.put-ne { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.put-wn { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.put-w { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); -} -.put-ws { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.put-en { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.put-e { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); -} -.put-es { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.put-s { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; -} -.put-sw { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); -} -.put-se { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; -} -.put-left { - left: 0!important; - right: auto!important; -} -.put-right { - left: auto!important; - right: 0!important; -} -.pos-top-left { - top: 0!important; - left: 0!important; - right: auto!important; - bottom: auto!important; -} -.pos-top-center { - top: 0!important; - left: 50%!important; - right: auto!important; - bottom: auto!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); -} -.pos-top-right { - right: 0!important; - top: 0!important; - left: auto!important; - bottom: auto!important; -} -.pos-bottom-left { - top: auto!important; - right: auto!important; - left: 0!important; - bottom: 0!important; -} -.pos-bottom-center { - top: auto!important; - left: 50%!important; - bottom: 0!important; - right: auto!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); -} -.pos-bottom-right { - bottom: 0!important; - right: 0!important; - top: auto!important; - left: auto!important; -} -.pos-left-center { - left: 0!important; - top: 50%!important; - bottom: auto!important; - right: auto!important; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.pos-right-center { - right: 0; - top: 50%; - bottom: auto; - left: auto; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.pos-center { - top: 50%!important; - left: 50%!important; - bottom: auto!important; - right: auto!important; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); -} -.z-absolute { - z-index: 500 !important; -} -.z-dropdown { - z-index: 1000 !important; -} -.z-sticky { - z-index: 1020 !important; -} -.z-fixed { - z-index: 1030 !important; -} -.z-modal-backdrop { - z-index: 1040 !important; -} -.z-modal { - z-index: 1050 !important; -} -.z-popover { - z-index: 1060 !important; -} -.z-tooltip { - z-index: 1070 !important; -} -.z-top { - z-index: 1080 !important; -} -.z-notify { - z-index: 1085 !important; -} -.z-charms { - z-index: 1090 !important; -} -.z-overlay { - z-index: 2000 !important; -} -.z-fullscreen { - z-index: 2147483647 !important; -} -.z-1 { - z-index: 1!important; -} -.z-2 { - z-index: 2!important; -} -.z-3 { - z-index: 3!important; -} -.z-4 { - z-index: 4!important; -} -.z-5 { - z-index: 5!important; -} -.z-6 { - z-index: 6!important; -} -.z-7 { - z-index: 7!important; -} -.z-8 { - z-index: 8!important; -} -.z-9 { - z-index: 9!important; -} -.z-10 { - z-index: 10!important; -} -@media screen and (min-width: 0) { - .pos-relative-fs { - position: relative!important; - } - .pos-absolute-fs { - position: absolute!important; - } - .pos-static-fs { - position: static!important; - } - .pos-fixed-fs { - position: fixed!important; - } - .put-left-fs { - left: 0!important; - right: auto!important; - } - .put-right-fs { - left: auto!important; - right: 0!important; - } - .put-n-fs { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-fs { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-fs { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-fs { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-fs { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-fs { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-fs { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-fs { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-fs { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-fs { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-fs { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-fs { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 576px) { - .pos-relative-sm { - position: relative!important; - } - .pos-absolute-sm { - position: absolute!important; - } - .pos-static-sm { - position: static!important; - } - .pos-fixed-sm { - position: fixed!important; - } - .put-left-sm { - left: 0!important; - right: auto!important; - } - .put-right-sm { - left: auto!important; - right: 0!important; - } - .put-n-sm { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-sm { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-sm { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-sm { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-sm { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-sm { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-sm { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-sm { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-sm { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-sm { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-sm { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-sm { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 768px) { - .pos-relative-md { - position: relative!important; - } - .pos-absolute-md { - position: absolute!important; - } - .pos-static-md { - position: static!important; - } - .pos-fixed-md { - position: fixed!important; - } - .put-left-md { - left: 0!important; - right: auto!important; - } - .put-right-md { - left: auto!important; - right: 0!important; - } - .put-n-md { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-md { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-md { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-md { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-md { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-md { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-md { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-md { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-md { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-md { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-md { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-md { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 992px) { - .pos-relative-lg { - position: relative!important; - } - .pos-absolute-lg { - position: absolute!important; - } - .pos-static-lg { - position: static!important; - } - .pos-fixed-lg { - position: fixed!important; - } - .put-left-lg { - left: 0!important; - right: auto!important; - } - .put-right-lg { - left: auto!important; - right: 0!important; - } - .put-n-lg { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-lg { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-lg { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-lg { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-lg { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-lg { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-lg { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-lg { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-lg { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-lg { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-lg { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-lg { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 1200px) { - .pos-relative-xl { - position: relative!important; - } - .pos-absolute-xl { - position: absolute!important; - } - .pos-static-xl { - position: static!important; - } - .pos-fixed-xl { - position: fixed!important; - } - .put-left-xl { - left: 0!important; - right: auto!important; - } - .put-right-xl { - left: auto!important; - right: 0!important; - } - .put-n-xl { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-xl { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-xl { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-xl { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-xl { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-xl { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-xl { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-xl { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-xl { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-xl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-xl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-xl { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 1452px) { - .pos-relative-xxl { - position: relative!important; - } - .pos-absolute-xxl { - position: absolute!important; - } - .pos-static-xxl { - position: static!important; - } - .pos-fixed-xxl { - position: fixed!important; - } - .put-left-xxl { - left: 0!important; - right: auto!important; - } - .put-right-xxl { - left: auto!important; - right: 0!important; - } - .put-n-xxl { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-xxl { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-xxl { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-xxl { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-xxl { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-xxl { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-xxl { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-xxl { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-xxl { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-xxl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-xxl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-xxl { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -.no-shadow { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.no-shadow-text { - text-shadow: none!important; -} -.simple-shadow { - -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); - box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); -} -.drop-shadow { - -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); - box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); -} -.win-shadow { - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -.ribbon-shadow { - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); -} -.shadow-1 { - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.shadow-2 { - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); -} -.shadow-3 { - -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); - box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); -} -.shadow-4 { - -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); - box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); -} -.shadow-5 { - -webkit-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); -} -.w-auto { - width: auto!important; -} -.h-auto { - height: auto!important; -} -.w-fs { - width: 0 !important; -} -.w-sm { - width: 576px !important; -} -.w-md { - width: 768px !important; -} -.w-lg { - width: 992px !important; -} -.w-xl { - width: 1200px !important; -} -.w-xxl { - width: 1452px !important; -} -.h-vh-25 { - height: 25vh !important; -} -.h-vw-25 { - height: 25vw !important; -} -.w-vh-25 { - width: 25vh !important; -} -.w-vw-25 { - width: 25vw !important; -} -.h-25 { - height: 25% !important; -} -.w-25 { - width: 25% !important; -} -.mh-25 { - max-height: 25% !important; -} -.mw-25 { - max-width: 25% !important; -} -.h-vh-33 { - height: 33vh !important; -} -.h-vw-33 { - height: 33vw !important; -} -.w-vh-33 { - width: 33vh !important; -} -.w-vw-33 { - width: 33vw !important; -} -.h-33 { - height: 33% !important; -} -.w-33 { - width: 33% !important; -} -.mh-33 { - max-height: 33% !important; -} -.mw-33 { - max-width: 33% !important; -} -.h-vh-50 { - height: 50vh !important; -} -.h-vw-50 { - height: 50vw !important; -} -.w-vh-50 { - width: 50vh !important; -} -.w-vw-50 { - width: 50vw !important; -} -.h-50 { - height: 50% !important; -} -.w-50 { - width: 50% !important; -} -.mh-50 { - max-height: 50% !important; -} -.mw-50 { - max-width: 50% !important; -} -.h-vh-75 { - height: 75vh !important; -} -.h-vw-75 { - height: 75vw !important; -} -.w-vh-75 { - width: 75vh !important; -} -.w-vw-75 { - width: 75vw !important; -} -.h-75 { - height: 75% !important; -} -.w-75 { - width: 75% !important; -} -.mh-75 { - max-height: 75% !important; -} -.mw-75 { - max-width: 75% !important; -} -.h-vh-100 { - height: 100vh !important; -} -.h-vw-100 { - height: 100vw !important; -} -.w-vh-100 { - width: 100vh !important; -} -.w-vw-100 { - width: 100vw !important; -} -.h-100 { - height: 100% !important; -} -.w-100 { - width: 100% !important; -} -.mh-100 { - max-height: 100% !important; -} -.mw-100 { - max-width: 100% !important; -} -@media screen and (min-width: 0) { - .w-auto-fs { - width: auto!important; - } - .h-auto-fs { - height: auto!important; - } - .h-vh-25-fs { - height: 25vh !important; - } - .h-vw-25-fs { - height: 25vw !important; - } - .w-vh-25-fs { - width: 25vh !important; - } - .w-vw-25-fs { - width: 25vw !important; - } - .h-25-fs { - height: 25% !important; - } - .w-25-fs { - width: 25% !important; - } - .mh-25-fs { - max-height: 25% !important; - } - .mw-25-fs { - max-width: 25% !important; - } - .h-vh-33-fs { - height: 33vh !important; - } - .h-vw-33-fs { - height: 33vw !important; - } - .w-vh-33-fs { - width: 33vh !important; - } - .w-vw-33-fs { - width: 33vw !important; - } - .h-33-fs { - height: 33% !important; - } - .w-33-fs { - width: 33% !important; - } - .mh-33-fs { - max-height: 33% !important; - } - .mw-33-fs { - max-width: 33% !important; - } - .h-vh-50-fs { - height: 50vh !important; - } - .h-vw-50-fs { - height: 50vw !important; - } - .w-vh-50-fs { - width: 50vh !important; - } - .w-vw-50-fs { - width: 50vw !important; - } - .h-50-fs { - height: 50% !important; - } - .w-50-fs { - width: 50% !important; - } - .mh-50-fs { - max-height: 50% !important; - } - .mw-50-fs { - max-width: 50% !important; - } - .h-vh-75-fs { - height: 75vh !important; - } - .h-vw-75-fs { - height: 75vw !important; - } - .w-vh-75-fs { - width: 75vh !important; - } - .w-vw-75-fs { - width: 75vw !important; - } - .h-75-fs { - height: 75% !important; - } - .w-75-fs { - width: 75% !important; - } - .mh-75-fs { - max-height: 75% !important; - } - .mw-75-fs { - max-width: 75% !important; - } - .h-vh-100-fs { - height: 100vh !important; - } - .h-vw-100-fs { - height: 100vw !important; - } - .w-vh-100-fs { - width: 100vh !important; - } - .w-vw-100-fs { - width: 100vw !important; - } - .h-100-fs { - height: 100% !important; - } - .w-100-fs { - width: 100% !important; - } - .mh-100-fs { - max-height: 100% !important; - } - .mw-100-fs { - max-width: 100% !important; - } -} -@media screen and (min-width: 576px) { - .w-auto-sm { - width: auto!important; - } - .h-auto-sm { - height: auto!important; - } - .h-vh-25-sm { - height: 25vh !important; - } - .h-vw-25-sm { - height: 25vw !important; - } - .w-vh-25-sm { - width: 25vh !important; - } - .w-vw-25-sm { - width: 25vw !important; - } - .h-25-sm { - height: 25% !important; - } - .w-25-sm { - width: 25% !important; - } - .mh-25-sm { - max-height: 25% !important; - } - .mw-25-sm { - max-width: 25% !important; - } - .h-vh-33-sm { - height: 33vh !important; - } - .h-vw-33-sm { - height: 33vw !important; - } - .w-vh-33-sm { - width: 33vh !important; - } - .w-vw-33-sm { - width: 33vw !important; - } - .h-33-sm { - height: 33% !important; - } - .w-33-sm { - width: 33% !important; - } - .mh-33-sm { - max-height: 33% !important; - } - .mw-33-sm { - max-width: 33% !important; - } - .h-vh-50-sm { - height: 50vh !important; - } - .h-vw-50-sm { - height: 50vw !important; - } - .w-vh-50-sm { - width: 50vh !important; - } - .w-vw-50-sm { - width: 50vw !important; - } - .h-50-sm { - height: 50% !important; - } - .w-50-sm { - width: 50% !important; - } - .mh-50-sm { - max-height: 50% !important; - } - .mw-50-sm { - max-width: 50% !important; - } - .h-vh-75-sm { - height: 75vh !important; - } - .h-vw-75-sm { - height: 75vw !important; - } - .w-vh-75-sm { - width: 75vh !important; - } - .w-vw-75-sm { - width: 75vw !important; - } - .h-75-sm { - height: 75% !important; - } - .w-75-sm { - width: 75% !important; - } - .mh-75-sm { - max-height: 75% !important; - } - .mw-75-sm { - max-width: 75% !important; - } - .h-vh-100-sm { - height: 100vh !important; - } - .h-vw-100-sm { - height: 100vw !important; - } - .w-vh-100-sm { - width: 100vh !important; - } - .w-vw-100-sm { - width: 100vw !important; - } - .h-100-sm { - height: 100% !important; - } - .w-100-sm { - width: 100% !important; - } - .mh-100-sm { - max-height: 100% !important; - } - .mw-100-sm { - max-width: 100% !important; - } -} -@media screen and (min-width: 768px) { - .w-auto-md { - width: auto!important; - } - .h-auto-md { - height: auto!important; - } - .h-vh-25-md { - height: 25vh !important; - } - .h-vw-25-md { - height: 25vw !important; - } - .w-vh-25-md { - width: 25vh !important; - } - .w-vw-25-md { - width: 25vw !important; - } - .h-25-md { - height: 25% !important; - } - .w-25-md { - width: 25% !important; - } - .mh-25-md { - max-height: 25% !important; - } - .mw-25-md { - max-width: 25% !important; - } - .h-vh-33-md { - height: 33vh !important; - } - .h-vw-33-md { - height: 33vw !important; - } - .w-vh-33-md { - width: 33vh !important; - } - .w-vw-33-md { - width: 33vw !important; - } - .h-33-md { - height: 33% !important; - } - .w-33-md { - width: 33% !important; - } - .mh-33-md { - max-height: 33% !important; - } - .mw-33-md { - max-width: 33% !important; - } - .h-vh-50-md { - height: 50vh !important; - } - .h-vw-50-md { - height: 50vw !important; - } - .w-vh-50-md { - width: 50vh !important; - } - .w-vw-50-md { - width: 50vw !important; - } - .h-50-md { - height: 50% !important; - } - .w-50-md { - width: 50% !important; - } - .mh-50-md { - max-height: 50% !important; - } - .mw-50-md { - max-width: 50% !important; - } - .h-vh-75-md { - height: 75vh !important; - } - .h-vw-75-md { - height: 75vw !important; - } - .w-vh-75-md { - width: 75vh !important; - } - .w-vw-75-md { - width: 75vw !important; - } - .h-75-md { - height: 75% !important; - } - .w-75-md { - width: 75% !important; - } - .mh-75-md { - max-height: 75% !important; - } - .mw-75-md { - max-width: 75% !important; - } - .h-vh-100-md { - height: 100vh !important; - } - .h-vw-100-md { - height: 100vw !important; - } - .w-vh-100-md { - width: 100vh !important; - } - .w-vw-100-md { - width: 100vw !important; - } - .h-100-md { - height: 100% !important; - } - .w-100-md { - width: 100% !important; - } - .mh-100-md { - max-height: 100% !important; - } - .mw-100-md { - max-width: 100% !important; - } -} -@media screen and (min-width: 992px) { - .w-auto-lg { - width: auto!important; - } - .h-auto-lg { - height: auto!important; - } - .h-vh-25-lg { - height: 25vh !important; - } - .h-vw-25-lg { - height: 25vw !important; - } - .w-vh-25-lg { - width: 25vh !important; - } - .w-vw-25-lg { - width: 25vw !important; - } - .h-25-lg { - height: 25% !important; - } - .w-25-lg { - width: 25% !important; - } - .mh-25-lg { - max-height: 25% !important; - } - .mw-25-lg { - max-width: 25% !important; - } - .h-vh-33-lg { - height: 33vh !important; - } - .h-vw-33-lg { - height: 33vw !important; - } - .w-vh-33-lg { - width: 33vh !important; - } - .w-vw-33-lg { - width: 33vw !important; - } - .h-33-lg { - height: 33% !important; - } - .w-33-lg { - width: 33% !important; - } - .mh-33-lg { - max-height: 33% !important; - } - .mw-33-lg { - max-width: 33% !important; - } - .h-vh-50-lg { - height: 50vh !important; - } - .h-vw-50-lg { - height: 50vw !important; - } - .w-vh-50-lg { - width: 50vh !important; - } - .w-vw-50-lg { - width: 50vw !important; - } - .h-50-lg { - height: 50% !important; - } - .w-50-lg { - width: 50% !important; - } - .mh-50-lg { - max-height: 50% !important; - } - .mw-50-lg { - max-width: 50% !important; - } - .h-vh-75-lg { - height: 75vh !important; - } - .h-vw-75-lg { - height: 75vw !important; - } - .w-vh-75-lg { - width: 75vh !important; - } - .w-vw-75-lg { - width: 75vw !important; - } - .h-75-lg { - height: 75% !important; - } - .w-75-lg { - width: 75% !important; - } - .mh-75-lg { - max-height: 75% !important; - } - .mw-75-lg { - max-width: 75% !important; - } - .h-vh-100-lg { - height: 100vh !important; - } - .h-vw-100-lg { - height: 100vw !important; - } - .w-vh-100-lg { - width: 100vh !important; - } - .w-vw-100-lg { - width: 100vw !important; - } - .h-100-lg { - height: 100% !important; - } - .w-100-lg { - width: 100% !important; - } - .mh-100-lg { - max-height: 100% !important; - } - .mw-100-lg { - max-width: 100% !important; - } -} -@media screen and (min-width: 1200px) { - .w-auto-xl { - width: auto!important; - } - .h-auto-xl { - height: auto!important; - } - .h-vh-25-xl { - height: 25vh !important; - } - .h-vw-25-xl { - height: 25vw !important; - } - .w-vh-25-xl { - width: 25vh !important; - } - .w-vw-25-xl { - width: 25vw !important; - } - .h-25-xl { - height: 25% !important; - } - .w-25-xl { - width: 25% !important; - } - .mh-25-xl { - max-height: 25% !important; - } - .mw-25-xl { - max-width: 25% !important; - } - .h-vh-33-xl { - height: 33vh !important; - } - .h-vw-33-xl { - height: 33vw !important; - } - .w-vh-33-xl { - width: 33vh !important; - } - .w-vw-33-xl { - width: 33vw !important; - } - .h-33-xl { - height: 33% !important; - } - .w-33-xl { - width: 33% !important; - } - .mh-33-xl { - max-height: 33% !important; - } - .mw-33-xl { - max-width: 33% !important; - } - .h-vh-50-xl { - height: 50vh !important; - } - .h-vw-50-xl { - height: 50vw !important; - } - .w-vh-50-xl { - width: 50vh !important; - } - .w-vw-50-xl { - width: 50vw !important; - } - .h-50-xl { - height: 50% !important; - } - .w-50-xl { - width: 50% !important; - } - .mh-50-xl { - max-height: 50% !important; - } - .mw-50-xl { - max-width: 50% !important; - } - .h-vh-75-xl { - height: 75vh !important; - } - .h-vw-75-xl { - height: 75vw !important; - } - .w-vh-75-xl { - width: 75vh !important; - } - .w-vw-75-xl { - width: 75vw !important; - } - .h-75-xl { - height: 75% !important; - } - .w-75-xl { - width: 75% !important; - } - .mh-75-xl { - max-height: 75% !important; - } - .mw-75-xl { - max-width: 75% !important; - } - .h-vh-100-xl { - height: 100vh !important; - } - .h-vw-100-xl { - height: 100vw !important; - } - .w-vh-100-xl { - width: 100vh !important; - } - .w-vw-100-xl { - width: 100vw !important; - } - .h-100-xl { - height: 100% !important; - } - .w-100-xl { - width: 100% !important; - } - .mh-100-xl { - max-height: 100% !important; - } - .mw-100-xl { - max-width: 100% !important; - } -} -@media screen and (min-width: 1452px) { - .w-auto-xxl { - width: auto!important; - } - .h-auto-xxl { - height: auto!important; - } - .h-vh-25-xxl { - height: 25vh !important; - } - .h-vw-25-xxl { - height: 25vw !important; - } - .w-vh-25-xxl { - width: 25vh !important; - } - .w-vw-25-xxl { - width: 25vw !important; - } - .h-25-xxl { - height: 25% !important; - } - .w-25-xxl { - width: 25% !important; - } - .mh-25-xxl { - max-height: 25% !important; - } - .mw-25-xxl { - max-width: 25% !important; - } - .h-vh-33-xxl { - height: 33vh !important; - } - .h-vw-33-xxl { - height: 33vw !important; - } - .w-vh-33-xxl { - width: 33vh !important; - } - .w-vw-33-xxl { - width: 33vw !important; - } - .h-33-xxl { - height: 33% !important; - } - .w-33-xxl { - width: 33% !important; - } - .mh-33-xxl { - max-height: 33% !important; - } - .mw-33-xxl { - max-width: 33% !important; - } - .h-vh-50-xxl { - height: 50vh !important; - } - .h-vw-50-xxl { - height: 50vw !important; - } - .w-vh-50-xxl { - width: 50vh !important; - } - .w-vw-50-xxl { - width: 50vw !important; - } - .h-50-xxl { - height: 50% !important; - } - .w-50-xxl { - width: 50% !important; - } - .mh-50-xxl { - max-height: 50% !important; - } - .mw-50-xxl { - max-width: 50% !important; - } - .h-vh-75-xxl { - height: 75vh !important; - } - .h-vw-75-xxl { - height: 75vw !important; - } - .w-vh-75-xxl { - width: 75vh !important; - } - .w-vw-75-xxl { - width: 75vw !important; - } - .h-75-xxl { - height: 75% !important; - } - .w-75-xxl { - width: 75% !important; - } - .mh-75-xxl { - max-height: 75% !important; - } - .mw-75-xxl { - max-width: 75% !important; - } - .h-vh-100-xxl { - height: 100vh !important; - } - .h-vw-100-xxl { - height: 100vw !important; - } - .w-vh-100-xxl { - width: 100vh !important; - } - .w-vw-100-xxl { - width: 100vw !important; - } - .h-100-xxl { - height: 100% !important; - } - .w-100-xxl { - width: 100% !important; - } - .mh-100-xxl { - max-height: 100% !important; - } - .mw-100-xxl { - max-width: 100% !important; - } -} -.mx-auto { - margin-left: auto!important; - margin-right: auto!important; -} -.my-auto { - margin-top: auto!important; - margin-left: auto!important; -} -.ml-auto { - margin-left: auto!important; -} -.mr-auto { - margin-right: auto!important; -} -.mt-auto { - margin-top: auto!important; -} -.mb-auto { - margin-bottom: auto!important; -} -.p-0 { - padding: 0!important; -} -.pl-0 { - padding-left: 0!important; -} -.pr-0 { - padding-right: 0!important; -} -.pt-0 { - padding-top: 0!important; -} -.pb-0 { - padding-bottom: 0!important; -} -.px-0 { - padding-left: 0!important; - padding-right: 0!important; -} -.py-0 { - padding-top: 0!important; - padding-bottom: 0!important; -} -.m-0 { - margin: 0!important; -} -.ml-0 { - margin-left: 0!important; -} -.mr-0 { - margin-right: 0!important; -} -.mt-0 { - margin-top: 0!important; -} -.mb-0 { - margin-bottom: 0!important; -} -.mx-0 { - margin-left: 0!important; - margin-right: 0!important; -} -.my-0 { - margin-top: 0!important; - margin-bottom: 0!important; -} -.p-1 { - padding: 4px !important; -} -.pr-1 { - padding-right: 4px !important; -} -.pl-1 { - padding-left: 4px !important; -} -.pt-1 { - padding-top: 4px !important; -} -.pb-1 { - padding-bottom: 4px !important; -} -.px-1 { - padding-left: 4px !important; - padding-right: 4px !important; -} -.py-1 { - padding-top: 4px !important; - padding-bottom: 4px !important; -} -.m-1 { - margin: 4px !important; -} -.mr-1 { - margin-right: 4px !important; -} -.ml-1 { - margin-left: 4px !important; -} -.mt-1 { - margin-top: 4px !important; -} -.mb-1 { - margin-bottom: 4px !important; -} -.mx-1 { - margin-left: 4px !important; - margin-right: 4px !important; -} -.my-1 { - margin-top: 4px !important; - margin-bottom: 4px !important; -} -.mr-1-minus { - margin-right: -4px !important; -} -.ml-1-minus { - margin-left: -4px !important; -} -.mt-1-minus { - margin-top: -4px !important; -} -.mb-1-minus { - margin-bottom: -4px !important; -} -.p-2 { - padding: 8px !important; -} -.pr-2 { - padding-right: 8px !important; -} -.pl-2 { - padding-left: 8px !important; -} -.pt-2 { - padding-top: 8px !important; -} -.pb-2 { - padding-bottom: 8px !important; -} -.px-2 { - padding-left: 8px !important; - padding-right: 8px !important; -} -.py-2 { - padding-top: 8px !important; - padding-bottom: 8px !important; -} -.m-2 { - margin: 8px !important; -} -.mr-2 { - margin-right: 8px !important; -} -.ml-2 { - margin-left: 8px !important; -} -.mt-2 { - margin-top: 8px !important; -} -.mb-2 { - margin-bottom: 8px !important; -} -.mx-2 { - margin-left: 8px !important; - margin-right: 8px !important; -} -.my-2 { - margin-top: 8px !important; - margin-bottom: 8px !important; -} -.mr-2-minus { - margin-right: -8px !important; -} -.ml-2-minus { - margin-left: -8px !important; -} -.mt-2-minus { - margin-top: -8px !important; -} -.mb-2-minus { - margin-bottom: -8px !important; -} -.p-3 { - padding: 12px !important; -} -.pr-3 { - padding-right: 12px !important; -} -.pl-3 { - padding-left: 12px !important; -} -.pt-3 { - padding-top: 12px !important; -} -.pb-3 { - padding-bottom: 12px !important; -} -.px-3 { - padding-left: 12px !important; - padding-right: 12px !important; -} -.py-3 { - padding-top: 12px !important; - padding-bottom: 12px !important; -} -.m-3 { - margin: 12px !important; -} -.mr-3 { - margin-right: 12px !important; -} -.ml-3 { - margin-left: 12px !important; -} -.mt-3 { - margin-top: 12px !important; -} -.mb-3 { - margin-bottom: 12px !important; -} -.mx-3 { - margin-left: 12px !important; - margin-right: 12px !important; -} -.my-3 { - margin-top: 12px !important; - margin-bottom: 12px !important; -} -.mr-3-minus { - margin-right: -12px !important; -} -.ml-3-minus { - margin-left: -12px !important; -} -.mt-3-minus { - margin-top: -12px !important; -} -.mb-3-minus { - margin-bottom: -12px !important; -} -.p-4 { - padding: 16px !important; -} -.pr-4 { - padding-right: 16px !important; -} -.pl-4 { - padding-left: 16px !important; -} -.pt-4 { - padding-top: 16px !important; -} -.pb-4 { - padding-bottom: 16px !important; -} -.px-4 { - padding-left: 16px !important; - padding-right: 16px !important; -} -.py-4 { - padding-top: 16px !important; - padding-bottom: 16px !important; -} -.m-4 { - margin: 16px !important; -} -.mr-4 { - margin-right: 16px !important; -} -.ml-4 { - margin-left: 16px !important; -} -.mt-4 { - margin-top: 16px !important; -} -.mb-4 { - margin-bottom: 16px !important; -} -.mx-4 { - margin-left: 16px !important; - margin-right: 16px !important; -} -.my-4 { - margin-top: 16px !important; - margin-bottom: 16px !important; -} -.mr-4-minus { - margin-right: -16px !important; -} -.ml-4-minus { - margin-left: -16px !important; -} -.mt-4-minus { - margin-top: -16px !important; -} -.mb-4-minus { - margin-bottom: -16px !important; -} -.p-5 { - padding: 20px !important; -} -.pr-5 { - padding-right: 20px !important; -} -.pl-5 { - padding-left: 20px !important; -} -.pt-5 { - padding-top: 20px !important; -} -.pb-5 { - padding-bottom: 20px !important; -} -.px-5 { - padding-left: 20px !important; - padding-right: 20px !important; -} -.py-5 { - padding-top: 20px !important; - padding-bottom: 20px !important; -} -.m-5 { - margin: 20px !important; -} -.mr-5 { - margin-right: 20px !important; -} -.ml-5 { - margin-left: 20px !important; -} -.mt-5 { - margin-top: 20px !important; -} -.mb-5 { - margin-bottom: 20px !important; -} -.mx-5 { - margin-left: 20px !important; - margin-right: 20px !important; -} -.my-5 { - margin-top: 20px !important; - margin-bottom: 20px !important; -} -.mr-5-minus { - margin-right: -20px !important; -} -.ml-5-minus { - margin-left: -20px !important; -} -.mt-5-minus { - margin-top: -20px !important; -} -.mb-5-minus { - margin-bottom: -20px !important; -} -.p-6 { - padding: 24px !important; -} -.pr-6 { - padding-right: 24px !important; -} -.pl-6 { - padding-left: 24px !important; -} -.pt-6 { - padding-top: 24px !important; -} -.pb-6 { - padding-bottom: 24px !important; -} -.px-6 { - padding-left: 24px !important; - padding-right: 24px !important; -} -.py-6 { - padding-top: 24px !important; - padding-bottom: 24px !important; -} -.m-6 { - margin: 24px !important; -} -.mr-6 { - margin-right: 24px !important; -} -.ml-6 { - margin-left: 24px !important; -} -.mt-6 { - margin-top: 24px !important; -} -.mb-6 { - margin-bottom: 24px !important; -} -.mx-6 { - margin-left: 24px !important; - margin-right: 24px !important; -} -.my-6 { - margin-top: 24px !important; - margin-bottom: 24px !important; -} -.mr-6-minus { - margin-right: -24px !important; -} -.ml-6-minus { - margin-left: -24px !important; -} -.mt-6-minus { - margin-top: -24px !important; -} -.mb-6-minus { - margin-bottom: -24px !important; -} -.p-7 { - padding: 28px !important; -} -.pr-7 { - padding-right: 28px !important; -} -.pl-7 { - padding-left: 28px !important; -} -.pt-7 { - padding-top: 28px !important; -} -.pb-7 { - padding-bottom: 28px !important; -} -.px-7 { - padding-left: 28px !important; - padding-right: 28px !important; -} -.py-7 { - padding-top: 28px !important; - padding-bottom: 28px !important; -} -.m-7 { - margin: 28px !important; -} -.mr-7 { - margin-right: 28px !important; -} -.ml-7 { - margin-left: 28px !important; -} -.mt-7 { - margin-top: 28px !important; -} -.mb-7 { - margin-bottom: 28px !important; -} -.mx-7 { - margin-left: 28px !important; - margin-right: 28px !important; -} -.my-7 { - margin-top: 28px !important; - margin-bottom: 28px !important; -} -.mr-7-minus { - margin-right: -28px !important; -} -.ml-7-minus { - margin-left: -28px !important; -} -.mt-7-minus { - margin-top: -28px !important; -} -.mb-7-minus { - margin-bottom: -28px !important; -} -.p-8 { - padding: 32px !important; -} -.pr-8 { - padding-right: 32px !important; -} -.pl-8 { - padding-left: 32px !important; -} -.pt-8 { - padding-top: 32px !important; -} -.pb-8 { - padding-bottom: 32px !important; -} -.px-8 { - padding-left: 32px !important; - padding-right: 32px !important; -} -.py-8 { - padding-top: 32px !important; - padding-bottom: 32px !important; -} -.m-8 { - margin: 32px !important; -} -.mr-8 { - margin-right: 32px !important; -} -.ml-8 { - margin-left: 32px !important; -} -.mt-8 { - margin-top: 32px !important; -} -.mb-8 { - margin-bottom: 32px !important; -} -.mx-8 { - margin-left: 32px !important; - margin-right: 32px !important; -} -.my-8 { - margin-top: 32px !important; - margin-bottom: 32px !important; -} -.mr-8-minus { - margin-right: -32px !important; -} -.ml-8-minus { - margin-left: -32px !important; -} -.mt-8-minus { - margin-top: -32px !important; -} -.mb-8-minus { - margin-bottom: -32px !important; -} -.p-9 { - padding: 36px !important; -} -.pr-9 { - padding-right: 36px !important; -} -.pl-9 { - padding-left: 36px !important; -} -.pt-9 { - padding-top: 36px !important; -} -.pb-9 { - padding-bottom: 36px !important; -} -.px-9 { - padding-left: 36px !important; - padding-right: 36px !important; -} -.py-9 { - padding-top: 36px !important; - padding-bottom: 36px !important; -} -.m-9 { - margin: 36px !important; -} -.mr-9 { - margin-right: 36px !important; -} -.ml-9 { - margin-left: 36px !important; -} -.mt-9 { - margin-top: 36px !important; -} -.mb-9 { - margin-bottom: 36px !important; -} -.mx-9 { - margin-left: 36px !important; - margin-right: 36px !important; -} -.my-9 { - margin-top: 36px !important; - margin-bottom: 36px !important; -} -.mr-9-minus { - margin-right: -36px !important; -} -.ml-9-minus { - margin-left: -36px !important; -} -.mt-9-minus { - margin-top: -36px !important; -} -.mb-9-minus { - margin-bottom: -36px !important; -} -.p-10 { - padding: 40px !important; -} -.pr-10 { - padding-right: 40px !important; -} -.pl-10 { - padding-left: 40px !important; -} -.pt-10 { - padding-top: 40px !important; -} -.pb-10 { - padding-bottom: 40px !important; -} -.px-10 { - padding-left: 40px !important; - padding-right: 40px !important; -} -.py-10 { - padding-top: 40px !important; - padding-bottom: 40px !important; -} -.m-10 { - margin: 40px !important; -} -.mr-10 { - margin-right: 40px !important; -} -.ml-10 { - margin-left: 40px !important; -} -.mt-10 { - margin-top: 40px !important; -} -.mb-10 { - margin-bottom: 40px !important; -} -.mx-10 { - margin-left: 40px !important; - margin-right: 40px !important; -} -.my-10 { - margin-top: 40px !important; - margin-bottom: 40px !important; -} -.mr-10-minus { - margin-right: -40px !important; -} -.ml-10-minus { - margin-left: -40px !important; -} -.mt-10-minus { - margin-top: -40px !important; -} -.mb-10-minus { - margin-bottom: -40px !important; -} -.p-11 { - padding: 44px !important; -} -.pr-11 { - padding-right: 44px !important; -} -.pl-11 { - padding-left: 44px !important; -} -.pt-11 { - padding-top: 44px !important; -} -.pb-11 { - padding-bottom: 44px !important; -} -.px-11 { - padding-left: 44px !important; - padding-right: 44px !important; -} -.py-11 { - padding-top: 44px !important; - padding-bottom: 44px !important; -} -.m-11 { - margin: 44px !important; -} -.mr-11 { - margin-right: 44px !important; -} -.ml-11 { - margin-left: 44px !important; -} -.mt-11 { - margin-top: 44px !important; -} -.mb-11 { - margin-bottom: 44px !important; -} -.mx-11 { - margin-left: 44px !important; - margin-right: 44px !important; -} -.my-11 { - margin-top: 44px !important; - margin-bottom: 44px !important; -} -.mr-11-minus { - margin-right: -44px !important; -} -.ml-11-minus { - margin-left: -44px !important; -} -.mt-11-minus { - margin-top: -44px !important; -} -.mb-11-minus { - margin-bottom: -44px !important; -} -.p-12 { - padding: 48px !important; -} -.pr-12 { - padding-right: 48px !important; -} -.pl-12 { - padding-left: 48px !important; -} -.pt-12 { - padding-top: 48px !important; -} -.pb-12 { - padding-bottom: 48px !important; -} -.px-12 { - padding-left: 48px !important; - padding-right: 48px !important; -} -.py-12 { - padding-top: 48px !important; - padding-bottom: 48px !important; -} -.m-12 { - margin: 48px !important; -} -.mr-12 { - margin-right: 48px !important; -} -.ml-12 { - margin-left: 48px !important; -} -.mt-12 { - margin-top: 48px !important; -} -.mb-12 { - margin-bottom: 48px !important; -} -.mx-12 { - margin-left: 48px !important; - margin-right: 48px !important; -} -.my-12 { - margin-top: 48px !important; - margin-bottom: 48px !important; -} -.mr-12-minus { - margin-right: -48px !important; -} -.ml-12-minus { - margin-left: -48px !important; -} -.mt-12-minus { - margin-top: -48px !important; -} -.mb-12-minus { - margin-bottom: -48px !important; -} -.p-13 { - padding: 52px !important; -} -.pr-13 { - padding-right: 52px !important; -} -.pl-13 { - padding-left: 52px !important; -} -.pt-13 { - padding-top: 52px !important; -} -.pb-13 { - padding-bottom: 52px !important; -} -.px-13 { - padding-left: 52px !important; - padding-right: 52px !important; -} -.py-13 { - padding-top: 52px !important; - padding-bottom: 52px !important; -} -.m-13 { - margin: 52px !important; -} -.mr-13 { - margin-right: 52px !important; -} -.ml-13 { - margin-left: 52px !important; -} -.mt-13 { - margin-top: 52px !important; -} -.mb-13 { - margin-bottom: 52px !important; -} -.mx-13 { - margin-left: 52px !important; - margin-right: 52px !important; -} -.my-13 { - margin-top: 52px !important; - margin-bottom: 52px !important; -} -.mr-13-minus { - margin-right: -52px !important; -} -.ml-13-minus { - margin-left: -52px !important; -} -.mt-13-minus { - margin-top: -52px !important; -} -.mb-13-minus { - margin-bottom: -52px !important; -} -.p-14 { - padding: 56px !important; -} -.pr-14 { - padding-right: 56px !important; -} -.pl-14 { - padding-left: 56px !important; -} -.pt-14 { - padding-top: 56px !important; -} -.pb-14 { - padding-bottom: 56px !important; -} -.px-14 { - padding-left: 56px !important; - padding-right: 56px !important; -} -.py-14 { - padding-top: 56px !important; - padding-bottom: 56px !important; -} -.m-14 { - margin: 56px !important; -} -.mr-14 { - margin-right: 56px !important; -} -.ml-14 { - margin-left: 56px !important; -} -.mt-14 { - margin-top: 56px !important; -} -.mb-14 { - margin-bottom: 56px !important; -} -.mx-14 { - margin-left: 56px !important; - margin-right: 56px !important; -} -.my-14 { - margin-top: 56px !important; - margin-bottom: 56px !important; -} -.mr-14-minus { - margin-right: -56px !important; -} -.ml-14-minus { - margin-left: -56px !important; -} -.mt-14-minus { - margin-top: -56px !important; -} -.mb-14-minus { - margin-bottom: -56px !important; -} -.p-15 { - padding: 60px !important; -} -.pr-15 { - padding-right: 60px !important; -} -.pl-15 { - padding-left: 60px !important; -} -.pt-15 { - padding-top: 60px !important; -} -.pb-15 { - padding-bottom: 60px !important; -} -.px-15 { - padding-left: 60px !important; - padding-right: 60px !important; -} -.py-15 { - padding-top: 60px !important; - padding-bottom: 60px !important; -} -.m-15 { - margin: 60px !important; -} -.mr-15 { - margin-right: 60px !important; -} -.ml-15 { - margin-left: 60px !important; -} -.mt-15 { - margin-top: 60px !important; -} -.mb-15 { - margin-bottom: 60px !important; -} -.mx-15 { - margin-left: 60px !important; - margin-right: 60px !important; -} -.my-15 { - margin-top: 60px !important; - margin-bottom: 60px !important; -} -.mr-15-minus { - margin-right: -60px !important; -} -.ml-15-minus { - margin-left: -60px !important; -} -.mt-15-minus { - margin-top: -60px !important; -} -.mb-15-minus { - margin-bottom: -60px !important; -} -.p-16 { - padding: 64px !important; -} -.pr-16 { - padding-right: 64px !important; -} -.pl-16 { - padding-left: 64px !important; -} -.pt-16 { - padding-top: 64px !important; -} -.pb-16 { - padding-bottom: 64px !important; -} -.px-16 { - padding-left: 64px !important; - padding-right: 64px !important; -} -.py-16 { - padding-top: 64px !important; - padding-bottom: 64px !important; -} -.m-16 { - margin: 64px !important; -} -.mr-16 { - margin-right: 64px !important; -} -.ml-16 { - margin-left: 64px !important; -} -.mt-16 { - margin-top: 64px !important; -} -.mb-16 { - margin-bottom: 64px !important; -} -.mx-16 { - margin-left: 64px !important; - margin-right: 64px !important; -} -.my-16 { - margin-top: 64px !important; - margin-bottom: 64px !important; -} -.mr-16-minus { - margin-right: -64px !important; -} -.ml-16-minus { - margin-left: -64px !important; -} -.mt-16-minus { - margin-top: -64px !important; -} -.mb-16-minus { - margin-bottom: -64px !important; -} -.p-17 { - padding: 68px !important; -} -.pr-17 { - padding-right: 68px !important; -} -.pl-17 { - padding-left: 68px !important; -} -.pt-17 { - padding-top: 68px !important; -} -.pb-17 { - padding-bottom: 68px !important; -} -.px-17 { - padding-left: 68px !important; - padding-right: 68px !important; -} -.py-17 { - padding-top: 68px !important; - padding-bottom: 68px !important; -} -.m-17 { - margin: 68px !important; -} -.mr-17 { - margin-right: 68px !important; -} -.ml-17 { - margin-left: 68px !important; -} -.mt-17 { - margin-top: 68px !important; -} -.mb-17 { - margin-bottom: 68px !important; -} -.mx-17 { - margin-left: 68px !important; - margin-right: 68px !important; -} -.my-17 { - margin-top: 68px !important; - margin-bottom: 68px !important; -} -.mr-17-minus { - margin-right: -68px !important; -} -.ml-17-minus { - margin-left: -68px !important; -} -.mt-17-minus { - margin-top: -68px !important; -} -.mb-17-minus { - margin-bottom: -68px !important; -} -.p-18 { - padding: 72px !important; -} -.pr-18 { - padding-right: 72px !important; -} -.pl-18 { - padding-left: 72px !important; -} -.pt-18 { - padding-top: 72px !important; -} -.pb-18 { - padding-bottom: 72px !important; -} -.px-18 { - padding-left: 72px !important; - padding-right: 72px !important; -} -.py-18 { - padding-top: 72px !important; - padding-bottom: 72px !important; -} -.m-18 { - margin: 72px !important; -} -.mr-18 { - margin-right: 72px !important; -} -.ml-18 { - margin-left: 72px !important; -} -.mt-18 { - margin-top: 72px !important; -} -.mb-18 { - margin-bottom: 72px !important; -} -.mx-18 { - margin-left: 72px !important; - margin-right: 72px !important; -} -.my-18 { - margin-top: 72px !important; - margin-bottom: 72px !important; -} -.mr-18-minus { - margin-right: -72px !important; -} -.ml-18-minus { - margin-left: -72px !important; -} -.mt-18-minus { - margin-top: -72px !important; -} -.mb-18-minus { - margin-bottom: -72px !important; -} -.p-19 { - padding: 76px !important; -} -.pr-19 { - padding-right: 76px !important; -} -.pl-19 { - padding-left: 76px !important; -} -.pt-19 { - padding-top: 76px !important; -} -.pb-19 { - padding-bottom: 76px !important; -} -.px-19 { - padding-left: 76px !important; - padding-right: 76px !important; -} -.py-19 { - padding-top: 76px !important; - padding-bottom: 76px !important; -} -.m-19 { - margin: 76px !important; -} -.mr-19 { - margin-right: 76px !important; -} -.ml-19 { - margin-left: 76px !important; -} -.mt-19 { - margin-top: 76px !important; -} -.mb-19 { - margin-bottom: 76px !important; -} -.mx-19 { - margin-left: 76px !important; - margin-right: 76px !important; -} -.my-19 { - margin-top: 76px !important; - margin-bottom: 76px !important; -} -.mr-19-minus { - margin-right: -76px !important; -} -.ml-19-minus { - margin-left: -76px !important; -} -.mt-19-minus { - margin-top: -76px !important; -} -.mb-19-minus { - margin-bottom: -76px !important; -} -.p-20 { - padding: 80px !important; -} -.pr-20 { - padding-right: 80px !important; -} -.pl-20 { - padding-left: 80px !important; -} -.pt-20 { - padding-top: 80px !important; -} -.pb-20 { - padding-bottom: 80px !important; -} -.px-20 { - padding-left: 80px !important; - padding-right: 80px !important; -} -.py-20 { - padding-top: 80px !important; - padding-bottom: 80px !important; -} -.m-20 { - margin: 80px !important; -} -.mr-20 { - margin-right: 80px !important; -} -.ml-20 { - margin-left: 80px !important; -} -.mt-20 { - margin-top: 80px !important; -} -.mb-20 { - margin-bottom: 80px !important; -} -.mx-20 { - margin-left: 80px !important; - margin-right: 80px !important; -} -.my-20 { - margin-top: 80px !important; - margin-bottom: 80px !important; -} -.mr-20-minus { - margin-right: -80px !important; -} -.ml-20-minus { - margin-left: -80px !important; -} -.mt-20-minus { - margin-top: -80px !important; -} -.mb-20-minus { - margin-bottom: -80px !important; +@media screen and (min-width: 576px) { + .mx-auto-sm { + margin-left: auto!important; + margin-right: auto!important; + } + .ml-auto-sm { + margin-left: auto!important; + } + .mr-auto-sm { + margin-right: auto!important; + } + .mt-auto-sm { + margin-top: auto!important; + } + .mb-auto-sm { + margin-bottom: auto!important; + } + .p-0-sm { + padding: 0!important; + } + .pl-0-sm { + padding-left: 0!important; + } + .pr-0-sm { + padding-right: 0!important; + } + .pt-0-sm { + padding-top: 0!important; + } + .pb-0-sm { + padding-bottom: 0!important; + } + .m-0-sm { + margin: 0!important; + } + .ml-0-sm { + margin-left: 0!important; + } + .mr-0-sm { + margin-right: 0!important; + } + .mt-0-sm { + margin-top: 0!important; + } + .mb-0-sm { + margin-bottom: 0!important; + } + .p-0-sm { + padding: 0px !important; + } + .pr-0-sm { + padding-right: 0px !important; + } + .pl-0-sm { + padding-left: 0px !important; + } + .pt-0-sm { + padding-top: 0px !important; + } + .pb-0-sm { + padding-bottom: 0px !important; + } + .px-0-sm { + padding-left: 0px !important; + padding-right: 0px !important; + } + .py-0-sm { + padding-top: 0px !important; + padding-bottom: 0px !important; + } + .m-0-sm { + margin: 0px !important; + } + .mr-0-sm { + margin-right: 0px !important; + } + .ml-0-sm { + margin-left: 0px !important; + } + .mt-0-sm { + margin-top: 0px !important; + } + .mb-0-sm { + margin-bottom: 0px !important; + } + .mx-0-sm { + margin-left: 0px !important; + margin-right: 0px !important; + } + .my-0-sm { + margin-top: 0px !important; + margin-bottom: 0px !important; + } + .m-0-sm-minus { + margin: 0px !important; + } + .mr-0-sm-minus { + margin-right: 0px !important; + } + .ml-0-sm-minus { + margin-left: 0px !important; + } + .mt-0-sm-minus { + margin-top: 0px !important; + } + .mb-0-sm-minus { + margin-bottom: 0px !important; + } + .p-1-sm { + padding: 4px !important; + } + .pr-1-sm { + padding-right: 4px !important; + } + .pl-1-sm { + padding-left: 4px !important; + } + .pt-1-sm { + padding-top: 4px !important; + } + .pb-1-sm { + padding-bottom: 4px !important; + } + .px-1-sm { + padding-left: 4px !important; + padding-right: 4px !important; + } + .py-1-sm { + padding-top: 4px !important; + padding-bottom: 4px !important; + } + .m-1-sm { + margin: 4px !important; + } + .mr-1-sm { + margin-right: 4px !important; + } + .ml-1-sm { + margin-left: 4px !important; + } + .mt-1-sm { + margin-top: 4px !important; + } + .mb-1-sm { + margin-bottom: 4px !important; + } + .mx-1-sm { + margin-left: 4px !important; + margin-right: 4px !important; + } + .my-1-sm { + margin-top: 4px !important; + margin-bottom: 4px !important; + } + .m-1-sm-minus { + margin: -4px !important; + } + .mr-1-sm-minus { + margin-right: -4px !important; + } + .ml-1-sm-minus { + margin-left: -4px !important; + } + .mt-1-sm-minus { + margin-top: -4px !important; + } + .mb-1-sm-minus { + margin-bottom: -4px !important; + } + .p-2-sm { + padding: 8px !important; + } + .pr-2-sm { + padding-right: 8px !important; + } + .pl-2-sm { + padding-left: 8px !important; + } + .pt-2-sm { + padding-top: 8px !important; + } + .pb-2-sm { + padding-bottom: 8px !important; + } + .px-2-sm { + padding-left: 8px !important; + padding-right: 8px !important; + } + .py-2-sm { + padding-top: 8px !important; + padding-bottom: 8px !important; + } + .m-2-sm { + margin: 8px !important; + } + .mr-2-sm { + margin-right: 8px !important; + } + .ml-2-sm { + margin-left: 8px !important; + } + .mt-2-sm { + margin-top: 8px !important; + } + .mb-2-sm { + margin-bottom: 8px !important; + } + .mx-2-sm { + margin-left: 8px !important; + margin-right: 8px !important; + } + .my-2-sm { + margin-top: 8px !important; + margin-bottom: 8px !important; + } + .m-2-sm-minus { + margin: -8px !important; + } + .mr-2-sm-minus { + margin-right: -8px !important; + } + .ml-2-sm-minus { + margin-left: -8px !important; + } + .mt-2-sm-minus { + margin-top: -8px !important; + } + .mb-2-sm-minus { + margin-bottom: -8px !important; + } + .p-3-sm { + padding: 12px !important; + } + .pr-3-sm { + padding-right: 12px !important; + } + .pl-3-sm { + padding-left: 12px !important; + } + .pt-3-sm { + padding-top: 12px !important; + } + .pb-3-sm { + padding-bottom: 12px !important; + } + .px-3-sm { + padding-left: 12px !important; + padding-right: 12px !important; + } + .py-3-sm { + padding-top: 12px !important; + padding-bottom: 12px !important; + } + .m-3-sm { + margin: 12px !important; + } + .mr-3-sm { + margin-right: 12px !important; + } + .ml-3-sm { + margin-left: 12px !important; + } + .mt-3-sm { + margin-top: 12px !important; + } + .mb-3-sm { + margin-bottom: 12px !important; + } + .mx-3-sm { + margin-left: 12px !important; + margin-right: 12px !important; + } + .my-3-sm { + margin-top: 12px !important; + margin-bottom: 12px !important; + } + .m-3-sm-minus { + margin: -12px !important; + } + .mr-3-sm-minus { + margin-right: -12px !important; + } + .ml-3-sm-minus { + margin-left: -12px !important; + } + .mt-3-sm-minus { + margin-top: -12px !important; + } + .mb-3-sm-minus { + margin-bottom: -12px !important; + } + .p-4-sm { + padding: 16px !important; + } + .pr-4-sm { + padding-right: 16px !important; + } + .pl-4-sm { + padding-left: 16px !important; + } + .pt-4-sm { + padding-top: 16px !important; + } + .pb-4-sm { + padding-bottom: 16px !important; + } + .px-4-sm { + padding-left: 16px !important; + padding-right: 16px !important; + } + .py-4-sm { + padding-top: 16px !important; + padding-bottom: 16px !important; + } + .m-4-sm { + margin: 16px !important; + } + .mr-4-sm { + margin-right: 16px !important; + } + .ml-4-sm { + margin-left: 16px !important; + } + .mt-4-sm { + margin-top: 16px !important; + } + .mb-4-sm { + margin-bottom: 16px !important; + } + .mx-4-sm { + margin-left: 16px !important; + margin-right: 16px !important; + } + .my-4-sm { + margin-top: 16px !important; + margin-bottom: 16px !important; + } + .m-4-sm-minus { + margin: -16px !important; + } + .mr-4-sm-minus { + margin-right: -16px !important; + } + .ml-4-sm-minus { + margin-left: -16px !important; + } + .mt-4-sm-minus { + margin-top: -16px !important; + } + .mb-4-sm-minus { + margin-bottom: -16px !important; + } + .p-5-sm { + padding: 20px !important; + } + .pr-5-sm { + padding-right: 20px !important; + } + .pl-5-sm { + padding-left: 20px !important; + } + .pt-5-sm { + padding-top: 20px !important; + } + .pb-5-sm { + padding-bottom: 20px !important; + } + .px-5-sm { + padding-left: 20px !important; + padding-right: 20px !important; + } + .py-5-sm { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + .m-5-sm { + margin: 20px !important; + } + .mr-5-sm { + margin-right: 20px !important; + } + .ml-5-sm { + margin-left: 20px !important; + } + .mt-5-sm { + margin-top: 20px !important; + } + .mb-5-sm { + margin-bottom: 20px !important; + } + .mx-5-sm { + margin-left: 20px !important; + margin-right: 20px !important; + } + .my-5-sm { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + .m-5-sm-minus { + margin: -20px !important; + } + .mr-5-sm-minus { + margin-right: -20px !important; + } + .ml-5-sm-minus { + margin-left: -20px !important; + } + .mt-5-sm-minus { + margin-top: -20px !important; + } + .mb-5-sm-minus { + margin-bottom: -20px !important; + } + .p-6-sm { + padding: 24px !important; + } + .pr-6-sm { + padding-right: 24px !important; + } + .pl-6-sm { + padding-left: 24px !important; + } + .pt-6-sm { + padding-top: 24px !important; + } + .pb-6-sm { + padding-bottom: 24px !important; + } + .px-6-sm { + padding-left: 24px !important; + padding-right: 24px !important; + } + .py-6-sm { + padding-top: 24px !important; + padding-bottom: 24px !important; + } + .m-6-sm { + margin: 24px !important; + } + .mr-6-sm { + margin-right: 24px !important; + } + .ml-6-sm { + margin-left: 24px !important; + } + .mt-6-sm { + margin-top: 24px !important; + } + .mb-6-sm { + margin-bottom: 24px !important; + } + .mx-6-sm { + margin-left: 24px !important; + margin-right: 24px !important; + } + .my-6-sm { + margin-top: 24px !important; + margin-bottom: 24px !important; + } + .m-6-sm-minus { + margin: -24px !important; + } + .mr-6-sm-minus { + margin-right: -24px !important; + } + .ml-6-sm-minus { + margin-left: -24px !important; + } + .mt-6-sm-minus { + margin-top: -24px !important; + } + .mb-6-sm-minus { + margin-bottom: -24px !important; + } + .p-7-sm { + padding: 28px !important; + } + .pr-7-sm { + padding-right: 28px !important; + } + .pl-7-sm { + padding-left: 28px !important; + } + .pt-7-sm { + padding-top: 28px !important; + } + .pb-7-sm { + padding-bottom: 28px !important; + } + .px-7-sm { + padding-left: 28px !important; + padding-right: 28px !important; + } + .py-7-sm { + padding-top: 28px !important; + padding-bottom: 28px !important; + } + .m-7-sm { + margin: 28px !important; + } + .mr-7-sm { + margin-right: 28px !important; + } + .ml-7-sm { + margin-left: 28px !important; + } + .mt-7-sm { + margin-top: 28px !important; + } + .mb-7-sm { + margin-bottom: 28px !important; + } + .mx-7-sm { + margin-left: 28px !important; + margin-right: 28px !important; + } + .my-7-sm { + margin-top: 28px !important; + margin-bottom: 28px !important; + } + .m-7-sm-minus { + margin: -28px !important; + } + .mr-7-sm-minus { + margin-right: -28px !important; + } + .ml-7-sm-minus { + margin-left: -28px !important; + } + .mt-7-sm-minus { + margin-top: -28px !important; + } + .mb-7-sm-minus { + margin-bottom: -28px !important; + } + .p-8-sm { + padding: 32px !important; + } + .pr-8-sm { + padding-right: 32px !important; + } + .pl-8-sm { + padding-left: 32px !important; + } + .pt-8-sm { + padding-top: 32px !important; + } + .pb-8-sm { + padding-bottom: 32px !important; + } + .px-8-sm { + padding-left: 32px !important; + padding-right: 32px !important; + } + .py-8-sm { + padding-top: 32px !important; + padding-bottom: 32px !important; + } + .m-8-sm { + margin: 32px !important; + } + .mr-8-sm { + margin-right: 32px !important; + } + .ml-8-sm { + margin-left: 32px !important; + } + .mt-8-sm { + margin-top: 32px !important; + } + .mb-8-sm { + margin-bottom: 32px !important; + } + .mx-8-sm { + margin-left: 32px !important; + margin-right: 32px !important; + } + .my-8-sm { + margin-top: 32px !important; + margin-bottom: 32px !important; + } + .m-8-sm-minus { + margin: -32px !important; + } + .mr-8-sm-minus { + margin-right: -32px !important; + } + .ml-8-sm-minus { + margin-left: -32px !important; + } + .mt-8-sm-minus { + margin-top: -32px !important; + } + .mb-8-sm-minus { + margin-bottom: -32px !important; + } + .p-9-sm { + padding: 36px !important; + } + .pr-9-sm { + padding-right: 36px !important; + } + .pl-9-sm { + padding-left: 36px !important; + } + .pt-9-sm { + padding-top: 36px !important; + } + .pb-9-sm { + padding-bottom: 36px !important; + } + .px-9-sm { + padding-left: 36px !important; + padding-right: 36px !important; + } + .py-9-sm { + padding-top: 36px !important; + padding-bottom: 36px !important; + } + .m-9-sm { + margin: 36px !important; + } + .mr-9-sm { + margin-right: 36px !important; + } + .ml-9-sm { + margin-left: 36px !important; + } + .mt-9-sm { + margin-top: 36px !important; + } + .mb-9-sm { + margin-bottom: 36px !important; + } + .mx-9-sm { + margin-left: 36px !important; + margin-right: 36px !important; + } + .my-9-sm { + margin-top: 36px !important; + margin-bottom: 36px !important; + } + .m-9-sm-minus { + margin: -36px !important; + } + .mr-9-sm-minus { + margin-right: -36px !important; + } + .ml-9-sm-minus { + margin-left: -36px !important; + } + .mt-9-sm-minus { + margin-top: -36px !important; + } + .mb-9-sm-minus { + margin-bottom: -36px !important; + } + .p-10-sm { + padding: 40px !important; + } + .pr-10-sm { + padding-right: 40px !important; + } + .pl-10-sm { + padding-left: 40px !important; + } + .pt-10-sm { + padding-top: 40px !important; + } + .pb-10-sm { + padding-bottom: 40px !important; + } + .px-10-sm { + padding-left: 40px !important; + padding-right: 40px !important; + } + .py-10-sm { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + .m-10-sm { + margin: 40px !important; + } + .mr-10-sm { + margin-right: 40px !important; + } + .ml-10-sm { + margin-left: 40px !important; + } + .mt-10-sm { + margin-top: 40px !important; + } + .mb-10-sm { + margin-bottom: 40px !important; + } + .mx-10-sm { + margin-left: 40px !important; + margin-right: 40px !important; + } + .my-10-sm { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + .m-10-sm-minus { + margin: -40px !important; + } + .mr-10-sm-minus { + margin-right: -40px !important; + } + .ml-10-sm-minus { + margin-left: -40px !important; + } + .mt-10-sm-minus { + margin-top: -40px !important; + } + .mb-10-sm-minus { + margin-bottom: -40px !important; + } + .p-11-sm { + padding: 44px !important; + } + .pr-11-sm { + padding-right: 44px !important; + } + .pl-11-sm { + padding-left: 44px !important; + } + .pt-11-sm { + padding-top: 44px !important; + } + .pb-11-sm { + padding-bottom: 44px !important; + } + .px-11-sm { + padding-left: 44px !important; + padding-right: 44px !important; + } + .py-11-sm { + padding-top: 44px !important; + padding-bottom: 44px !important; + } + .m-11-sm { + margin: 44px !important; + } + .mr-11-sm { + margin-right: 44px !important; + } + .ml-11-sm { + margin-left: 44px !important; + } + .mt-11-sm { + margin-top: 44px !important; + } + .mb-11-sm { + margin-bottom: 44px !important; + } + .mx-11-sm { + margin-left: 44px !important; + margin-right: 44px !important; + } + .my-11-sm { + margin-top: 44px !important; + margin-bottom: 44px !important; + } + .m-11-sm-minus { + margin: -44px !important; + } + .mr-11-sm-minus { + margin-right: -44px !important; + } + .ml-11-sm-minus { + margin-left: -44px !important; + } + .mt-11-sm-minus { + margin-top: -44px !important; + } + .mb-11-sm-minus { + margin-bottom: -44px !important; + } + .p-12-sm { + padding: 48px !important; + } + .pr-12-sm { + padding-right: 48px !important; + } + .pl-12-sm { + padding-left: 48px !important; + } + .pt-12-sm { + padding-top: 48px !important; + } + .pb-12-sm { + padding-bottom: 48px !important; + } + .px-12-sm { + padding-left: 48px !important; + padding-right: 48px !important; + } + .py-12-sm { + padding-top: 48px !important; + padding-bottom: 48px !important; + } + .m-12-sm { + margin: 48px !important; + } + .mr-12-sm { + margin-right: 48px !important; + } + .ml-12-sm { + margin-left: 48px !important; + } + .mt-12-sm { + margin-top: 48px !important; + } + .mb-12-sm { + margin-bottom: 48px !important; + } + .mx-12-sm { + margin-left: 48px !important; + margin-right: 48px !important; + } + .my-12-sm { + margin-top: 48px !important; + margin-bottom: 48px !important; + } + .m-12-sm-minus { + margin: -48px !important; + } + .mr-12-sm-minus { + margin-right: -48px !important; + } + .ml-12-sm-minus { + margin-left: -48px !important; + } + .mt-12-sm-minus { + margin-top: -48px !important; + } + .mb-12-sm-minus { + margin-bottom: -48px !important; + } + .p-13-sm { + padding: 52px !important; + } + .pr-13-sm { + padding-right: 52px !important; + } + .pl-13-sm { + padding-left: 52px !important; + } + .pt-13-sm { + padding-top: 52px !important; + } + .pb-13-sm { + padding-bottom: 52px !important; + } + .px-13-sm { + padding-left: 52px !important; + padding-right: 52px !important; + } + .py-13-sm { + padding-top: 52px !important; + padding-bottom: 52px !important; + } + .m-13-sm { + margin: 52px !important; + } + .mr-13-sm { + margin-right: 52px !important; + } + .ml-13-sm { + margin-left: 52px !important; + } + .mt-13-sm { + margin-top: 52px !important; + } + .mb-13-sm { + margin-bottom: 52px !important; + } + .mx-13-sm { + margin-left: 52px !important; + margin-right: 52px !important; + } + .my-13-sm { + margin-top: 52px !important; + margin-bottom: 52px !important; + } + .m-13-sm-minus { + margin: -52px !important; + } + .mr-13-sm-minus { + margin-right: -52px !important; + } + .ml-13-sm-minus { + margin-left: -52px !important; + } + .mt-13-sm-minus { + margin-top: -52px !important; + } + .mb-13-sm-minus { + margin-bottom: -52px !important; + } + .p-14-sm { + padding: 56px !important; + } + .pr-14-sm { + padding-right: 56px !important; + } + .pl-14-sm { + padding-left: 56px !important; + } + .pt-14-sm { + padding-top: 56px !important; + } + .pb-14-sm { + padding-bottom: 56px !important; + } + .px-14-sm { + padding-left: 56px !important; + padding-right: 56px !important; + } + .py-14-sm { + padding-top: 56px !important; + padding-bottom: 56px !important; + } + .m-14-sm { + margin: 56px !important; + } + .mr-14-sm { + margin-right: 56px !important; + } + .ml-14-sm { + margin-left: 56px !important; + } + .mt-14-sm { + margin-top: 56px !important; + } + .mb-14-sm { + margin-bottom: 56px !important; + } + .mx-14-sm { + margin-left: 56px !important; + margin-right: 56px !important; + } + .my-14-sm { + margin-top: 56px !important; + margin-bottom: 56px !important; + } + .m-14-sm-minus { + margin: -56px !important; + } + .mr-14-sm-minus { + margin-right: -56px !important; + } + .ml-14-sm-minus { + margin-left: -56px !important; + } + .mt-14-sm-minus { + margin-top: -56px !important; + } + .mb-14-sm-minus { + margin-bottom: -56px !important; + } + .p-15-sm { + padding: 60px !important; + } + .pr-15-sm { + padding-right: 60px !important; + } + .pl-15-sm { + padding-left: 60px !important; + } + .pt-15-sm { + padding-top: 60px !important; + } + .pb-15-sm { + padding-bottom: 60px !important; + } + .px-15-sm { + padding-left: 60px !important; + padding-right: 60px !important; + } + .py-15-sm { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + .m-15-sm { + margin: 60px !important; + } + .mr-15-sm { + margin-right: 60px !important; + } + .ml-15-sm { + margin-left: 60px !important; + } + .mt-15-sm { + margin-top: 60px !important; + } + .mb-15-sm { + margin-bottom: 60px !important; + } + .mx-15-sm { + margin-left: 60px !important; + margin-right: 60px !important; + } + .my-15-sm { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + .m-15-sm-minus { + margin: -60px !important; + } + .mr-15-sm-minus { + margin-right: -60px !important; + } + .ml-15-sm-minus { + margin-left: -60px !important; + } + .mt-15-sm-minus { + margin-top: -60px !important; + } + .mb-15-sm-minus { + margin-bottom: -60px !important; + } + .p-16-sm { + padding: 64px !important; + } + .pr-16-sm { + padding-right: 64px !important; + } + .pl-16-sm { + padding-left: 64px !important; + } + .pt-16-sm { + padding-top: 64px !important; + } + .pb-16-sm { + padding-bottom: 64px !important; + } + .px-16-sm { + padding-left: 64px !important; + padding-right: 64px !important; + } + .py-16-sm { + padding-top: 64px !important; + padding-bottom: 64px !important; + } + .m-16-sm { + margin: 64px !important; + } + .mr-16-sm { + margin-right: 64px !important; + } + .ml-16-sm { + margin-left: 64px !important; + } + .mt-16-sm { + margin-top: 64px !important; + } + .mb-16-sm { + margin-bottom: 64px !important; + } + .mx-16-sm { + margin-left: 64px !important; + margin-right: 64px !important; + } + .my-16-sm { + margin-top: 64px !important; + margin-bottom: 64px !important; + } + .m-16-sm-minus { + margin: -64px !important; + } + .mr-16-sm-minus { + margin-right: -64px !important; + } + .ml-16-sm-minus { + margin-left: -64px !important; + } + .mt-16-sm-minus { + margin-top: -64px !important; + } + .mb-16-sm-minus { + margin-bottom: -64px !important; + } + .p-17-sm { + padding: 68px !important; + } + .pr-17-sm { + padding-right: 68px !important; + } + .pl-17-sm { + padding-left: 68px !important; + } + .pt-17-sm { + padding-top: 68px !important; + } + .pb-17-sm { + padding-bottom: 68px !important; + } + .px-17-sm { + padding-left: 68px !important; + padding-right: 68px !important; + } + .py-17-sm { + padding-top: 68px !important; + padding-bottom: 68px !important; + } + .m-17-sm { + margin: 68px !important; + } + .mr-17-sm { + margin-right: 68px !important; + } + .ml-17-sm { + margin-left: 68px !important; + } + .mt-17-sm { + margin-top: 68px !important; + } + .mb-17-sm { + margin-bottom: 68px !important; + } + .mx-17-sm { + margin-left: 68px !important; + margin-right: 68px !important; + } + .my-17-sm { + margin-top: 68px !important; + margin-bottom: 68px !important; + } + .m-17-sm-minus { + margin: -68px !important; + } + .mr-17-sm-minus { + margin-right: -68px !important; + } + .ml-17-sm-minus { + margin-left: -68px !important; + } + .mt-17-sm-minus { + margin-top: -68px !important; + } + .mb-17-sm-minus { + margin-bottom: -68px !important; + } + .p-18-sm { + padding: 72px !important; + } + .pr-18-sm { + padding-right: 72px !important; + } + .pl-18-sm { + padding-left: 72px !important; + } + .pt-18-sm { + padding-top: 72px !important; + } + .pb-18-sm { + padding-bottom: 72px !important; + } + .px-18-sm { + padding-left: 72px !important; + padding-right: 72px !important; + } + .py-18-sm { + padding-top: 72px !important; + padding-bottom: 72px !important; + } + .m-18-sm { + margin: 72px !important; + } + .mr-18-sm { + margin-right: 72px !important; + } + .ml-18-sm { + margin-left: 72px !important; + } + .mt-18-sm { + margin-top: 72px !important; + } + .mb-18-sm { + margin-bottom: 72px !important; + } + .mx-18-sm { + margin-left: 72px !important; + margin-right: 72px !important; + } + .my-18-sm { + margin-top: 72px !important; + margin-bottom: 72px !important; + } + .m-18-sm-minus { + margin: -72px !important; + } + .mr-18-sm-minus { + margin-right: -72px !important; + } + .ml-18-sm-minus { + margin-left: -72px !important; + } + .mt-18-sm-minus { + margin-top: -72px !important; + } + .mb-18-sm-minus { + margin-bottom: -72px !important; + } + .p-19-sm { + padding: 76px !important; + } + .pr-19-sm { + padding-right: 76px !important; + } + .pl-19-sm { + padding-left: 76px !important; + } + .pt-19-sm { + padding-top: 76px !important; + } + .pb-19-sm { + padding-bottom: 76px !important; + } + .px-19-sm { + padding-left: 76px !important; + padding-right: 76px !important; + } + .py-19-sm { + padding-top: 76px !important; + padding-bottom: 76px !important; + } + .m-19-sm { + margin: 76px !important; + } + .mr-19-sm { + margin-right: 76px !important; + } + .ml-19-sm { + margin-left: 76px !important; + } + .mt-19-sm { + margin-top: 76px !important; + } + .mb-19-sm { + margin-bottom: 76px !important; + } + .mx-19-sm { + margin-left: 76px !important; + margin-right: 76px !important; + } + .my-19-sm { + margin-top: 76px !important; + margin-bottom: 76px !important; + } + .m-19-sm-minus { + margin: -76px !important; + } + .mr-19-sm-minus { + margin-right: -76px !important; + } + .ml-19-sm-minus { + margin-left: -76px !important; + } + .mt-19-sm-minus { + margin-top: -76px !important; + } + .mb-19-sm-minus { + margin-bottom: -76px !important; + } + .p-20-sm { + padding: 80px !important; + } + .pr-20-sm { + padding-right: 80px !important; + } + .pl-20-sm { + padding-left: 80px !important; + } + .pt-20-sm { + padding-top: 80px !important; + } + .pb-20-sm { + padding-bottom: 80px !important; + } + .px-20-sm { + padding-left: 80px !important; + padding-right: 80px !important; + } + .py-20-sm { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + .m-20-sm { + margin: 80px !important; + } + .mr-20-sm { + margin-right: 80px !important; + } + .ml-20-sm { + margin-left: 80px !important; + } + .mt-20-sm { + margin-top: 80px !important; + } + .mb-20-sm { + margin-bottom: 80px !important; + } + .mx-20-sm { + margin-left: 80px !important; + margin-right: 80px !important; + } + .my-20-sm { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + .m-20-sm-minus { + margin: -80px !important; + } + .mr-20-sm-minus { + margin-right: -80px !important; + } + .ml-20-sm-minus { + margin-left: -80px !important; + } + .mt-20-sm-minus { + margin-top: -80px !important; + } + .mb-20-sm-minus { + margin-bottom: -80px !important; + } } -@media screen and (min-width: 0) { - .mx-auto-fs { +@media screen and (min-width: 768px) { + .mx-auto-md { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-fs { + .ml-auto-md { margin-left: auto!important; } - .mr-auto-fs { + .mr-auto-md { margin-right: auto!important; } - .mt-auto-fs { + .mt-auto-md { margin-top: auto!important; } - .mb-auto-fs { + .mb-auto-md { margin-bottom: auto!important; } - .p-0-fs { + .p-0-md { padding: 0!important; } - .pl-0-fs { + .pl-0-md { padding-left: 0!important; } - .pr-0-fs { + .pr-0-md { padding-right: 0!important; } - .pt-0-fs { + .pt-0-md { padding-top: 0!important; } - .pb-0-fs { + .pb-0-md { padding-bottom: 0!important; } - .m-0-fs { + .m-0-md { margin: 0!important; } - .ml-0-fs { + .ml-0-md { margin-left: 0!important; } - .mr-0-fs { + .mr-0-md { margin-right: 0!important; } - .mt-0-fs { + .mt-0-md { margin-top: 0!important; } - .mb-0-fs { + .mb-0-md { margin-bottom: 0!important; } - .p-0-fs { + .p-0-md { padding: 0px !important; } - .pr-0-fs { + .pr-0-md { padding-right: 0px !important; } - .pl-0-fs { + .pl-0-md { padding-left: 0px !important; } - .pt-0-fs { + .pt-0-md { padding-top: 0px !important; } - .pb-0-fs { + .pb-0-md { padding-bottom: 0px !important; } - .px-0-fs { + .px-0-md { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-fs { + .py-0-md { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-fs { + .m-0-md { margin: 0px !important; } - .mr-0-fs { + .mr-0-md { margin-right: 0px !important; } - .ml-0-fs { + .ml-0-md { margin-left: 0px !important; } - .mt-0-fs { + .mt-0-md { margin-top: 0px !important; } - .mb-0-fs { + .mb-0-md { margin-bottom: 0px !important; } - .mx-0-fs { + .mx-0-md { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-fs { + .my-0-md { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-fs-minus { + .m-0-md-minus { margin: 0px !important; } - .mr-0-fs-minus { + .mr-0-md-minus { margin-right: 0px !important; } - .ml-0-fs-minus { + .ml-0-md-minus { margin-left: 0px !important; } - .mt-0-fs-minus { + .mt-0-md-minus { margin-top: 0px !important; } - .mb-0-fs-minus { + .mb-0-md-minus { margin-bottom: 0px !important; } - .p-1-fs { + .p-1-md { padding: 4px !important; } - .pr-1-fs { + .pr-1-md { padding-right: 4px !important; } - .pl-1-fs { + .pl-1-md { padding-left: 4px !important; } - .pt-1-fs { + .pt-1-md { padding-top: 4px !important; } - .pb-1-fs { + .pb-1-md { padding-bottom: 4px !important; } - .px-1-fs { + .px-1-md { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-fs { + .py-1-md { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-fs { + .m-1-md { margin: 4px !important; } - .mr-1-fs { + .mr-1-md { margin-right: 4px !important; } - .ml-1-fs { + .ml-1-md { margin-left: 4px !important; } - .mt-1-fs { + .mt-1-md { margin-top: 4px !important; } - .mb-1-fs { + .mb-1-md { margin-bottom: 4px !important; } - .mx-1-fs { + .mx-1-md { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-fs { + .my-1-md { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-fs-minus { + .m-1-md-minus { margin: -4px !important; } - .mr-1-fs-minus { + .mr-1-md-minus { margin-right: -4px !important; } - .ml-1-fs-minus { + .ml-1-md-minus { margin-left: -4px !important; } - .mt-1-fs-minus { + .mt-1-md-minus { margin-top: -4px !important; } - .mb-1-fs-minus { + .mb-1-md-minus { margin-bottom: -4px !important; } - .p-2-fs { + .p-2-md { padding: 8px !important; } - .pr-2-fs { + .pr-2-md { padding-right: 8px !important; } - .pl-2-fs { + .pl-2-md { padding-left: 8px !important; } - .pt-2-fs { + .pt-2-md { padding-top: 8px !important; } - .pb-2-fs { + .pb-2-md { padding-bottom: 8px !important; } - .px-2-fs { + .px-2-md { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-fs { + .py-2-md { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-fs { + .m-2-md { margin: 8px !important; } - .mr-2-fs { + .mr-2-md { margin-right: 8px !important; } - .ml-2-fs { + .ml-2-md { margin-left: 8px !important; } - .mt-2-fs { + .mt-2-md { margin-top: 8px !important; } - .mb-2-fs { + .mb-2-md { margin-bottom: 8px !important; } - .mx-2-fs { + .mx-2-md { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-fs { + .my-2-md { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-fs-minus { + .m-2-md-minus { margin: -8px !important; } - .mr-2-fs-minus { + .mr-2-md-minus { margin-right: -8px !important; } - .ml-2-fs-minus { + .ml-2-md-minus { margin-left: -8px !important; } - .mt-2-fs-minus { + .mt-2-md-minus { margin-top: -8px !important; } - .mb-2-fs-minus { + .mb-2-md-minus { margin-bottom: -8px !important; } - .p-3-fs { + .p-3-md { padding: 12px !important; } - .pr-3-fs { + .pr-3-md { padding-right: 12px !important; } - .pl-3-fs { + .pl-3-md { padding-left: 12px !important; } - .pt-3-fs { + .pt-3-md { padding-top: 12px !important; } - .pb-3-fs { + .pb-3-md { padding-bottom: 12px !important; } - .px-3-fs { + .px-3-md { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-fs { + .py-3-md { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-fs { + .m-3-md { margin: 12px !important; } - .mr-3-fs { + .mr-3-md { margin-right: 12px !important; } - .ml-3-fs { + .ml-3-md { margin-left: 12px !important; } - .mt-3-fs { + .mt-3-md { margin-top: 12px !important; } - .mb-3-fs { + .mb-3-md { margin-bottom: 12px !important; } - .mx-3-fs { + .mx-3-md { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-fs { + .my-3-md { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-fs-minus { + .m-3-md-minus { margin: -12px !important; } - .mr-3-fs-minus { + .mr-3-md-minus { margin-right: -12px !important; } - .ml-3-fs-minus { + .ml-3-md-minus { margin-left: -12px !important; } - .mt-3-fs-minus { + .mt-3-md-minus { margin-top: -12px !important; } - .mb-3-fs-minus { + .mb-3-md-minus { margin-bottom: -12px !important; } - .p-4-fs { + .p-4-md { padding: 16px !important; } - .pr-4-fs { + .pr-4-md { padding-right: 16px !important; } - .pl-4-fs { + .pl-4-md { padding-left: 16px !important; } - .pt-4-fs { + .pt-4-md { padding-top: 16px !important; } - .pb-4-fs { + .pb-4-md { padding-bottom: 16px !important; } - .px-4-fs { + .px-4-md { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-fs { + .py-4-md { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-fs { + .m-4-md { margin: 16px !important; } - .mr-4-fs { + .mr-4-md { margin-right: 16px !important; } - .ml-4-fs { + .ml-4-md { margin-left: 16px !important; } - .mt-4-fs { + .mt-4-md { margin-top: 16px !important; } - .mb-4-fs { + .mb-4-md { margin-bottom: 16px !important; } - .mx-4-fs { + .mx-4-md { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-fs { + .my-4-md { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-fs-minus { + .m-4-md-minus { margin: -16px !important; } - .mr-4-fs-minus { + .mr-4-md-minus { margin-right: -16px !important; } - .ml-4-fs-minus { + .ml-4-md-minus { margin-left: -16px !important; } - .mt-4-fs-minus { + .mt-4-md-minus { margin-top: -16px !important; } - .mb-4-fs-minus { + .mb-4-md-minus { margin-bottom: -16px !important; } - .p-5-fs { + .p-5-md { padding: 20px !important; } - .pr-5-fs { + .pr-5-md { padding-right: 20px !important; } - .pl-5-fs { + .pl-5-md { padding-left: 20px !important; } - .pt-5-fs { + .pt-5-md { padding-top: 20px !important; } - .pb-5-fs { + .pb-5-md { padding-bottom: 20px !important; } - .px-5-fs { + .px-5-md { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-fs { + .py-5-md { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-fs { + .m-5-md { margin: 20px !important; } - .mr-5-fs { + .mr-5-md { margin-right: 20px !important; } - .ml-5-fs { + .ml-5-md { margin-left: 20px !important; } - .mt-5-fs { + .mt-5-md { margin-top: 20px !important; } - .mb-5-fs { + .mb-5-md { margin-bottom: 20px !important; } - .mx-5-fs { + .mx-5-md { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-fs { + .my-5-md { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-fs-minus { + .m-5-md-minus { margin: -20px !important; } - .mr-5-fs-minus { + .mr-5-md-minus { margin-right: -20px !important; } - .ml-5-fs-minus { + .ml-5-md-minus { margin-left: -20px !important; } - .mt-5-fs-minus { + .mt-5-md-minus { margin-top: -20px !important; } - .mb-5-fs-minus { + .mb-5-md-minus { margin-bottom: -20px !important; } - .p-6-fs { + .p-6-md { padding: 24px !important; } - .pr-6-fs { + .pr-6-md { padding-right: 24px !important; } - .pl-6-fs { + .pl-6-md { padding-left: 24px !important; } - .pt-6-fs { + .pt-6-md { padding-top: 24px !important; } - .pb-6-fs { + .pb-6-md { padding-bottom: 24px !important; } - .px-6-fs { + .px-6-md { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-fs { + .py-6-md { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-fs { + .m-6-md { margin: 24px !important; } - .mr-6-fs { + .mr-6-md { margin-right: 24px !important; } - .ml-6-fs { + .ml-6-md { margin-left: 24px !important; } - .mt-6-fs { + .mt-6-md { margin-top: 24px !important; } - .mb-6-fs { + .mb-6-md { margin-bottom: 24px !important; } - .mx-6-fs { + .mx-6-md { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-fs { + .my-6-md { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-fs-minus { + .m-6-md-minus { margin: -24px !important; } - .mr-6-fs-minus { + .mr-6-md-minus { margin-right: -24px !important; } - .ml-6-fs-minus { + .ml-6-md-minus { margin-left: -24px !important; } - .mt-6-fs-minus { + .mt-6-md-minus { margin-top: -24px !important; } - .mb-6-fs-minus { + .mb-6-md-minus { margin-bottom: -24px !important; } - .p-7-fs { + .p-7-md { padding: 28px !important; } - .pr-7-fs { + .pr-7-md { padding-right: 28px !important; } - .pl-7-fs { + .pl-7-md { padding-left: 28px !important; } - .pt-7-fs { + .pt-7-md { padding-top: 28px !important; } - .pb-7-fs { + .pb-7-md { padding-bottom: 28px !important; } - .px-7-fs { + .px-7-md { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-fs { + .py-7-md { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-fs { + .m-7-md { margin: 28px !important; } - .mr-7-fs { + .mr-7-md { margin-right: 28px !important; } - .ml-7-fs { + .ml-7-md { margin-left: 28px !important; } - .mt-7-fs { + .mt-7-md { margin-top: 28px !important; } - .mb-7-fs { + .mb-7-md { margin-bottom: 28px !important; } - .mx-7-fs { + .mx-7-md { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-fs { + .my-7-md { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-fs-minus { + .m-7-md-minus { margin: -28px !important; } - .mr-7-fs-minus { + .mr-7-md-minus { margin-right: -28px !important; } - .ml-7-fs-minus { + .ml-7-md-minus { margin-left: -28px !important; } - .mt-7-fs-minus { + .mt-7-md-minus { margin-top: -28px !important; } - .mb-7-fs-minus { + .mb-7-md-minus { margin-bottom: -28px !important; } - .p-8-fs { + .p-8-md { padding: 32px !important; } - .pr-8-fs { + .pr-8-md { padding-right: 32px !important; } - .pl-8-fs { + .pl-8-md { padding-left: 32px !important; } - .pt-8-fs { + .pt-8-md { padding-top: 32px !important; } - .pb-8-fs { + .pb-8-md { padding-bottom: 32px !important; } - .px-8-fs { + .px-8-md { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-fs { + .py-8-md { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-fs { + .m-8-md { margin: 32px !important; } - .mr-8-fs { + .mr-8-md { margin-right: 32px !important; } - .ml-8-fs { + .ml-8-md { margin-left: 32px !important; } - .mt-8-fs { + .mt-8-md { margin-top: 32px !important; } - .mb-8-fs { + .mb-8-md { margin-bottom: 32px !important; } - .mx-8-fs { + .mx-8-md { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-fs { + .my-8-md { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-fs-minus { + .m-8-md-minus { margin: -32px !important; } - .mr-8-fs-minus { + .mr-8-md-minus { margin-right: -32px !important; } - .ml-8-fs-minus { + .ml-8-md-minus { margin-left: -32px !important; } - .mt-8-fs-minus { + .mt-8-md-minus { margin-top: -32px !important; } - .mb-8-fs-minus { + .mb-8-md-minus { margin-bottom: -32px !important; } - .p-9-fs { + .p-9-md { padding: 36px !important; } - .pr-9-fs { + .pr-9-md { padding-right: 36px !important; } - .pl-9-fs { + .pl-9-md { padding-left: 36px !important; } - .pt-9-fs { + .pt-9-md { padding-top: 36px !important; } - .pb-9-fs { + .pb-9-md { padding-bottom: 36px !important; } - .px-9-fs { + .px-9-md { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-fs { + .py-9-md { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-fs { + .m-9-md { margin: 36px !important; } - .mr-9-fs { + .mr-9-md { margin-right: 36px !important; } - .ml-9-fs { + .ml-9-md { margin-left: 36px !important; } - .mt-9-fs { + .mt-9-md { margin-top: 36px !important; } - .mb-9-fs { + .mb-9-md { margin-bottom: 36px !important; } - .mx-9-fs { + .mx-9-md { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-fs { + .my-9-md { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-fs-minus { + .m-9-md-minus { margin: -36px !important; } - .mr-9-fs-minus { + .mr-9-md-minus { margin-right: -36px !important; } - .ml-9-fs-minus { + .ml-9-md-minus { margin-left: -36px !important; } - .mt-9-fs-minus { + .mt-9-md-minus { margin-top: -36px !important; } - .mb-9-fs-minus { + .mb-9-md-minus { margin-bottom: -36px !important; } - .p-10-fs { + .p-10-md { padding: 40px !important; } - .pr-10-fs { + .pr-10-md { padding-right: 40px !important; } - .pl-10-fs { + .pl-10-md { padding-left: 40px !important; } - .pt-10-fs { + .pt-10-md { padding-top: 40px !important; } - .pb-10-fs { + .pb-10-md { padding-bottom: 40px !important; } - .px-10-fs { + .px-10-md { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-fs { + .py-10-md { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-fs { + .m-10-md { margin: 40px !important; } - .mr-10-fs { + .mr-10-md { margin-right: 40px !important; } - .ml-10-fs { + .ml-10-md { margin-left: 40px !important; } - .mt-10-fs { + .mt-10-md { margin-top: 40px !important; } - .mb-10-fs { + .mb-10-md { margin-bottom: 40px !important; } - .mx-10-fs { + .mx-10-md { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-fs { + .my-10-md { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-fs-minus { + .m-10-md-minus { margin: -40px !important; } - .mr-10-fs-minus { + .mr-10-md-minus { margin-right: -40px !important; } - .ml-10-fs-minus { + .ml-10-md-minus { margin-left: -40px !important; } - .mt-10-fs-minus { + .mt-10-md-minus { margin-top: -40px !important; } - .mb-10-fs-minus { + .mb-10-md-minus { margin-bottom: -40px !important; } - .p-11-fs { + .p-11-md { padding: 44px !important; } - .pr-11-fs { + .pr-11-md { padding-right: 44px !important; } - .pl-11-fs { + .pl-11-md { padding-left: 44px !important; } - .pt-11-fs { + .pt-11-md { padding-top: 44px !important; } - .pb-11-fs { + .pb-11-md { padding-bottom: 44px !important; } - .px-11-fs { + .px-11-md { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-fs { + .py-11-md { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-fs { + .m-11-md { margin: 44px !important; } - .mr-11-fs { + .mr-11-md { margin-right: 44px !important; } - .ml-11-fs { + .ml-11-md { margin-left: 44px !important; } - .mt-11-fs { + .mt-11-md { margin-top: 44px !important; } - .mb-11-fs { + .mb-11-md { margin-bottom: 44px !important; } - .mx-11-fs { + .mx-11-md { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-fs { + .my-11-md { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-fs-minus { + .m-11-md-minus { margin: -44px !important; } - .mr-11-fs-minus { + .mr-11-md-minus { margin-right: -44px !important; } - .ml-11-fs-minus { + .ml-11-md-minus { margin-left: -44px !important; } - .mt-11-fs-minus { + .mt-11-md-minus { margin-top: -44px !important; } - .mb-11-fs-minus { + .mb-11-md-minus { margin-bottom: -44px !important; } - .p-12-fs { + .p-12-md { padding: 48px !important; } - .pr-12-fs { + .pr-12-md { padding-right: 48px !important; } - .pl-12-fs { + .pl-12-md { padding-left: 48px !important; } - .pt-12-fs { + .pt-12-md { padding-top: 48px !important; } - .pb-12-fs { + .pb-12-md { padding-bottom: 48px !important; } - .px-12-fs { + .px-12-md { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-fs { + .py-12-md { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-fs { + .m-12-md { margin: 48px !important; } - .mr-12-fs { + .mr-12-md { margin-right: 48px !important; } - .ml-12-fs { + .ml-12-md { margin-left: 48px !important; } - .mt-12-fs { + .mt-12-md { margin-top: 48px !important; } - .mb-12-fs { + .mb-12-md { margin-bottom: 48px !important; } - .mx-12-fs { + .mx-12-md { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-fs { + .my-12-md { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-fs-minus { + .m-12-md-minus { margin: -48px !important; } - .mr-12-fs-minus { + .mr-12-md-minus { margin-right: -48px !important; } - .ml-12-fs-minus { + .ml-12-md-minus { margin-left: -48px !important; } - .mt-12-fs-minus { + .mt-12-md-minus { margin-top: -48px !important; } - .mb-12-fs-minus { + .mb-12-md-minus { margin-bottom: -48px !important; } - .p-13-fs { + .p-13-md { padding: 52px !important; } - .pr-13-fs { + .pr-13-md { padding-right: 52px !important; } - .pl-13-fs { + .pl-13-md { padding-left: 52px !important; } - .pt-13-fs { + .pt-13-md { padding-top: 52px !important; } - .pb-13-fs { + .pb-13-md { padding-bottom: 52px !important; } - .px-13-fs { + .px-13-md { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-fs { + .py-13-md { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-fs { + .m-13-md { margin: 52px !important; } - .mr-13-fs { + .mr-13-md { margin-right: 52px !important; } - .ml-13-fs { + .ml-13-md { margin-left: 52px !important; } - .mt-13-fs { + .mt-13-md { margin-top: 52px !important; } - .mb-13-fs { + .mb-13-md { margin-bottom: 52px !important; } - .mx-13-fs { + .mx-13-md { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-fs { + .my-13-md { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-fs-minus { + .m-13-md-minus { margin: -52px !important; } - .mr-13-fs-minus { + .mr-13-md-minus { margin-right: -52px !important; } - .ml-13-fs-minus { + .ml-13-md-minus { margin-left: -52px !important; } - .mt-13-fs-minus { + .mt-13-md-minus { margin-top: -52px !important; } - .mb-13-fs-minus { + .mb-13-md-minus { margin-bottom: -52px !important; } - .p-14-fs { + .p-14-md { padding: 56px !important; } - .pr-14-fs { + .pr-14-md { padding-right: 56px !important; } - .pl-14-fs { + .pl-14-md { padding-left: 56px !important; } - .pt-14-fs { + .pt-14-md { padding-top: 56px !important; } - .pb-14-fs { + .pb-14-md { padding-bottom: 56px !important; } - .px-14-fs { + .px-14-md { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-fs { + .py-14-md { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-fs { + .m-14-md { margin: 56px !important; } - .mr-14-fs { + .mr-14-md { margin-right: 56px !important; } - .ml-14-fs { + .ml-14-md { margin-left: 56px !important; } - .mt-14-fs { + .mt-14-md { margin-top: 56px !important; } - .mb-14-fs { + .mb-14-md { margin-bottom: 56px !important; } - .mx-14-fs { + .mx-14-md { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-fs { + .my-14-md { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-fs-minus { + .m-14-md-minus { margin: -56px !important; } - .mr-14-fs-minus { + .mr-14-md-minus { margin-right: -56px !important; } - .ml-14-fs-minus { + .ml-14-md-minus { margin-left: -56px !important; } - .mt-14-fs-minus { + .mt-14-md-minus { margin-top: -56px !important; } - .mb-14-fs-minus { + .mb-14-md-minus { margin-bottom: -56px !important; } - .p-15-fs { + .p-15-md { padding: 60px !important; } - .pr-15-fs { + .pr-15-md { padding-right: 60px !important; } - .pl-15-fs { + .pl-15-md { padding-left: 60px !important; } - .pt-15-fs { + .pt-15-md { padding-top: 60px !important; } - .pb-15-fs { + .pb-15-md { padding-bottom: 60px !important; } - .px-15-fs { + .px-15-md { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-fs { + .py-15-md { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-fs { + .m-15-md { margin: 60px !important; } - .mr-15-fs { + .mr-15-md { margin-right: 60px !important; } - .ml-15-fs { + .ml-15-md { margin-left: 60px !important; } - .mt-15-fs { + .mt-15-md { margin-top: 60px !important; } - .mb-15-fs { + .mb-15-md { margin-bottom: 60px !important; } - .mx-15-fs { + .mx-15-md { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-fs { + .my-15-md { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-fs-minus { + .m-15-md-minus { margin: -60px !important; } - .mr-15-fs-minus { + .mr-15-md-minus { margin-right: -60px !important; } - .ml-15-fs-minus { + .ml-15-md-minus { margin-left: -60px !important; } - .mt-15-fs-minus { + .mt-15-md-minus { margin-top: -60px !important; } - .mb-15-fs-minus { + .mb-15-md-minus { margin-bottom: -60px !important; } - .p-16-fs { + .p-16-md { padding: 64px !important; } - .pr-16-fs { + .pr-16-md { padding-right: 64px !important; } - .pl-16-fs { + .pl-16-md { padding-left: 64px !important; } - .pt-16-fs { + .pt-16-md { padding-top: 64px !important; } - .pb-16-fs { + .pb-16-md { padding-bottom: 64px !important; } - .px-16-fs { + .px-16-md { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-fs { + .py-16-md { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-fs { + .m-16-md { margin: 64px !important; } - .mr-16-fs { + .mr-16-md { margin-right: 64px !important; } - .ml-16-fs { + .ml-16-md { margin-left: 64px !important; } - .mt-16-fs { + .mt-16-md { margin-top: 64px !important; } - .mb-16-fs { + .mb-16-md { margin-bottom: 64px !important; } - .mx-16-fs { + .mx-16-md { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-fs { + .my-16-md { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-fs-minus { + .m-16-md-minus { margin: -64px !important; } - .mr-16-fs-minus { + .mr-16-md-minus { margin-right: -64px !important; } - .ml-16-fs-minus { + .ml-16-md-minus { margin-left: -64px !important; } - .mt-16-fs-minus { + .mt-16-md-minus { margin-top: -64px !important; } - .mb-16-fs-minus { + .mb-16-md-minus { margin-bottom: -64px !important; } - .p-17-fs { + .p-17-md { padding: 68px !important; } - .pr-17-fs { + .pr-17-md { padding-right: 68px !important; } - .pl-17-fs { + .pl-17-md { padding-left: 68px !important; } - .pt-17-fs { + .pt-17-md { padding-top: 68px !important; } - .pb-17-fs { + .pb-17-md { padding-bottom: 68px !important; } - .px-17-fs { + .px-17-md { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-fs { + .py-17-md { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-fs { + .m-17-md { margin: 68px !important; } - .mr-17-fs { + .mr-17-md { margin-right: 68px !important; } - .ml-17-fs { + .ml-17-md { margin-left: 68px !important; } - .mt-17-fs { + .mt-17-md { margin-top: 68px !important; } - .mb-17-fs { + .mb-17-md { margin-bottom: 68px !important; } - .mx-17-fs { + .mx-17-md { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-fs { + .my-17-md { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-fs-minus { + .m-17-md-minus { margin: -68px !important; } - .mr-17-fs-minus { + .mr-17-md-minus { margin-right: -68px !important; } - .ml-17-fs-minus { + .ml-17-md-minus { margin-left: -68px !important; } - .mt-17-fs-minus { + .mt-17-md-minus { margin-top: -68px !important; } - .mb-17-fs-minus { + .mb-17-md-minus { margin-bottom: -68px !important; } - .p-18-fs { + .p-18-md { padding: 72px !important; } - .pr-18-fs { + .pr-18-md { padding-right: 72px !important; } - .pl-18-fs { + .pl-18-md { padding-left: 72px !important; } - .pt-18-fs { + .pt-18-md { padding-top: 72px !important; } - .pb-18-fs { + .pb-18-md { padding-bottom: 72px !important; } - .px-18-fs { + .px-18-md { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-fs { + .py-18-md { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-fs { + .m-18-md { margin: 72px !important; } - .mr-18-fs { + .mr-18-md { margin-right: 72px !important; } - .ml-18-fs { + .ml-18-md { margin-left: 72px !important; } - .mt-18-fs { + .mt-18-md { margin-top: 72px !important; } - .mb-18-fs { + .mb-18-md { margin-bottom: 72px !important; } - .mx-18-fs { + .mx-18-md { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-fs { + .my-18-md { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-fs-minus { + .m-18-md-minus { margin: -72px !important; } - .mr-18-fs-minus { + .mr-18-md-minus { margin-right: -72px !important; } - .ml-18-fs-minus { + .ml-18-md-minus { margin-left: -72px !important; } - .mt-18-fs-minus { + .mt-18-md-minus { margin-top: -72px !important; } - .mb-18-fs-minus { + .mb-18-md-minus { margin-bottom: -72px !important; } - .p-19-fs { + .p-19-md { padding: 76px !important; } - .pr-19-fs { + .pr-19-md { padding-right: 76px !important; } - .pl-19-fs { + .pl-19-md { padding-left: 76px !important; } - .pt-19-fs { + .pt-19-md { padding-top: 76px !important; } - .pb-19-fs { + .pb-19-md { padding-bottom: 76px !important; } - .px-19-fs { + .px-19-md { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-fs { + .py-19-md { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-fs { + .m-19-md { margin: 76px !important; } - .mr-19-fs { + .mr-19-md { margin-right: 76px !important; } - .ml-19-fs { + .ml-19-md { margin-left: 76px !important; } - .mt-19-fs { + .mt-19-md { margin-top: 76px !important; } - .mb-19-fs { + .mb-19-md { margin-bottom: 76px !important; } - .mx-19-fs { + .mx-19-md { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-fs { + .my-19-md { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-fs-minus { + .m-19-md-minus { margin: -76px !important; } - .mr-19-fs-minus { + .mr-19-md-minus { margin-right: -76px !important; } - .ml-19-fs-minus { + .ml-19-md-minus { margin-left: -76px !important; } - .mt-19-fs-minus { + .mt-19-md-minus { margin-top: -76px !important; } - .mb-19-fs-minus { + .mb-19-md-minus { margin-bottom: -76px !important; } - .p-20-fs { + .p-20-md { padding: 80px !important; } - .pr-20-fs { + .pr-20-md { padding-right: 80px !important; } - .pl-20-fs { + .pl-20-md { padding-left: 80px !important; } - .pt-20-fs { + .pt-20-md { padding-top: 80px !important; } - .pb-20-fs { + .pb-20-md { padding-bottom: 80px !important; } - .px-20-fs { + .px-20-md { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-fs { + .py-20-md { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-fs { + .m-20-md { margin: 80px !important; } - .mr-20-fs { + .mr-20-md { margin-right: 80px !important; } - .ml-20-fs { + .ml-20-md { margin-left: 80px !important; } - .mt-20-fs { + .mt-20-md { margin-top: 80px !important; } - .mb-20-fs { + .mb-20-md { margin-bottom: 80px !important; } - .mx-20-fs { + .mx-20-md { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-fs { + .my-20-md { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-fs-minus { + .m-20-md-minus { margin: -80px !important; } - .mr-20-fs-minus { + .mr-20-md-minus { margin-right: -80px !important; } - .ml-20-fs-minus { + .ml-20-md-minus { margin-left: -80px !important; } - .mt-20-fs-minus { + .mt-20-md-minus { margin-top: -80px !important; } - .mb-20-fs-minus { + .mb-20-md-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 576px) { - .mx-auto-sm { +@media screen and (min-width: 992px) { + .mx-auto-lg { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-sm { + .ml-auto-lg { margin-left: auto!important; } - .mr-auto-sm { + .mr-auto-lg { margin-right: auto!important; } - .mt-auto-sm { + .mt-auto-lg { margin-top: auto!important; } - .mb-auto-sm { + .mb-auto-lg { margin-bottom: auto!important; } - .p-0-sm { + .p-0-lg { padding: 0!important; } - .pl-0-sm { + .pl-0-lg { padding-left: 0!important; } - .pr-0-sm { + .pr-0-lg { padding-right: 0!important; } - .pt-0-sm { + .pt-0-lg { padding-top: 0!important; } - .pb-0-sm { + .pb-0-lg { padding-bottom: 0!important; } - .m-0-sm { + .m-0-lg { margin: 0!important; } - .ml-0-sm { + .ml-0-lg { margin-left: 0!important; } - .mr-0-sm { + .mr-0-lg { margin-right: 0!important; } - .mt-0-sm { + .mt-0-lg { margin-top: 0!important; } - .mb-0-sm { + .mb-0-lg { margin-bottom: 0!important; } - .p-0-sm { + .p-0-lg { padding: 0px !important; } - .pr-0-sm { + .pr-0-lg { padding-right: 0px !important; } - .pl-0-sm { + .pl-0-lg { padding-left: 0px !important; } - .pt-0-sm { + .pt-0-lg { padding-top: 0px !important; } - .pb-0-sm { + .pb-0-lg { padding-bottom: 0px !important; } - .px-0-sm { + .px-0-lg { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-sm { + .py-0-lg { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-sm { + .m-0-lg { margin: 0px !important; } - .mr-0-sm { + .mr-0-lg { margin-right: 0px !important; } - .ml-0-sm { + .ml-0-lg { margin-left: 0px !important; } - .mt-0-sm { + .mt-0-lg { margin-top: 0px !important; } - .mb-0-sm { + .mb-0-lg { margin-bottom: 0px !important; } - .mx-0-sm { + .mx-0-lg { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-sm { + .my-0-lg { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-sm-minus { + .m-0-lg-minus { margin: 0px !important; } - .mr-0-sm-minus { + .mr-0-lg-minus { margin-right: 0px !important; } - .ml-0-sm-minus { + .ml-0-lg-minus { margin-left: 0px !important; } - .mt-0-sm-minus { + .mt-0-lg-minus { margin-top: 0px !important; } - .mb-0-sm-minus { + .mb-0-lg-minus { margin-bottom: 0px !important; } - .p-1-sm { + .p-1-lg { padding: 4px !important; } - .pr-1-sm { + .pr-1-lg { padding-right: 4px !important; } - .pl-1-sm { + .pl-1-lg { padding-left: 4px !important; } - .pt-1-sm { + .pt-1-lg { padding-top: 4px !important; } - .pb-1-sm { + .pb-1-lg { padding-bottom: 4px !important; } - .px-1-sm { + .px-1-lg { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-sm { + .py-1-lg { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-sm { + .m-1-lg { margin: 4px !important; } - .mr-1-sm { + .mr-1-lg { margin-right: 4px !important; } - .ml-1-sm { + .ml-1-lg { margin-left: 4px !important; } - .mt-1-sm { + .mt-1-lg { margin-top: 4px !important; } - .mb-1-sm { + .mb-1-lg { margin-bottom: 4px !important; } - .mx-1-sm { + .mx-1-lg { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-sm { + .my-1-lg { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-sm-minus { + .m-1-lg-minus { margin: -4px !important; } - .mr-1-sm-minus { + .mr-1-lg-minus { margin-right: -4px !important; } - .ml-1-sm-minus { + .ml-1-lg-minus { margin-left: -4px !important; } - .mt-1-sm-minus { + .mt-1-lg-minus { margin-top: -4px !important; } - .mb-1-sm-minus { + .mb-1-lg-minus { margin-bottom: -4px !important; } - .p-2-sm { + .p-2-lg { padding: 8px !important; } - .pr-2-sm { + .pr-2-lg { padding-right: 8px !important; } - .pl-2-sm { + .pl-2-lg { padding-left: 8px !important; } - .pt-2-sm { + .pt-2-lg { padding-top: 8px !important; } - .pb-2-sm { + .pb-2-lg { padding-bottom: 8px !important; } - .px-2-sm { + .px-2-lg { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-sm { + .py-2-lg { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-sm { + .m-2-lg { margin: 8px !important; } - .mr-2-sm { + .mr-2-lg { margin-right: 8px !important; } - .ml-2-sm { + .ml-2-lg { margin-left: 8px !important; } - .mt-2-sm { + .mt-2-lg { margin-top: 8px !important; } - .mb-2-sm { + .mb-2-lg { margin-bottom: 8px !important; } - .mx-2-sm { + .mx-2-lg { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-sm { + .my-2-lg { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-sm-minus { + .m-2-lg-minus { margin: -8px !important; } - .mr-2-sm-minus { + .mr-2-lg-minus { margin-right: -8px !important; } - .ml-2-sm-minus { + .ml-2-lg-minus { margin-left: -8px !important; } - .mt-2-sm-minus { + .mt-2-lg-minus { margin-top: -8px !important; } - .mb-2-sm-minus { + .mb-2-lg-minus { margin-bottom: -8px !important; } - .p-3-sm { + .p-3-lg { padding: 12px !important; } - .pr-3-sm { + .pr-3-lg { padding-right: 12px !important; } - .pl-3-sm { + .pl-3-lg { padding-left: 12px !important; } - .pt-3-sm { + .pt-3-lg { padding-top: 12px !important; } - .pb-3-sm { + .pb-3-lg { padding-bottom: 12px !important; } - .px-3-sm { + .px-3-lg { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-sm { + .py-3-lg { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-sm { + .m-3-lg { margin: 12px !important; } - .mr-3-sm { + .mr-3-lg { margin-right: 12px !important; } - .ml-3-sm { + .ml-3-lg { margin-left: 12px !important; } - .mt-3-sm { + .mt-3-lg { margin-top: 12px !important; } - .mb-3-sm { + .mb-3-lg { margin-bottom: 12px !important; } - .mx-3-sm { + .mx-3-lg { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-sm { + .my-3-lg { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-sm-minus { + .m-3-lg-minus { margin: -12px !important; } - .mr-3-sm-minus { + .mr-3-lg-minus { margin-right: -12px !important; } - .ml-3-sm-minus { + .ml-3-lg-minus { margin-left: -12px !important; } - .mt-3-sm-minus { + .mt-3-lg-minus { margin-top: -12px !important; } - .mb-3-sm-minus { + .mb-3-lg-minus { margin-bottom: -12px !important; } - .p-4-sm { + .p-4-lg { padding: 16px !important; } - .pr-4-sm { + .pr-4-lg { padding-right: 16px !important; } - .pl-4-sm { + .pl-4-lg { padding-left: 16px !important; } - .pt-4-sm { + .pt-4-lg { padding-top: 16px !important; } - .pb-4-sm { + .pb-4-lg { padding-bottom: 16px !important; } - .px-4-sm { + .px-4-lg { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-sm { + .py-4-lg { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-sm { + .m-4-lg { margin: 16px !important; } - .mr-4-sm { + .mr-4-lg { margin-right: 16px !important; } - .ml-4-sm { + .ml-4-lg { margin-left: 16px !important; } - .mt-4-sm { + .mt-4-lg { margin-top: 16px !important; } - .mb-4-sm { + .mb-4-lg { margin-bottom: 16px !important; } - .mx-4-sm { + .mx-4-lg { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-sm { + .my-4-lg { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-sm-minus { + .m-4-lg-minus { margin: -16px !important; } - .mr-4-sm-minus { + .mr-4-lg-minus { margin-right: -16px !important; } - .ml-4-sm-minus { + .ml-4-lg-minus { margin-left: -16px !important; } - .mt-4-sm-minus { + .mt-4-lg-minus { margin-top: -16px !important; } - .mb-4-sm-minus { + .mb-4-lg-minus { margin-bottom: -16px !important; } - .p-5-sm { + .p-5-lg { padding: 20px !important; } - .pr-5-sm { + .pr-5-lg { padding-right: 20px !important; } - .pl-5-sm { + .pl-5-lg { padding-left: 20px !important; } - .pt-5-sm { + .pt-5-lg { padding-top: 20px !important; } - .pb-5-sm { + .pb-5-lg { padding-bottom: 20px !important; } - .px-5-sm { + .px-5-lg { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-sm { + .py-5-lg { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-sm { + .m-5-lg { margin: 20px !important; } - .mr-5-sm { + .mr-5-lg { margin-right: 20px !important; } - .ml-5-sm { + .ml-5-lg { margin-left: 20px !important; } - .mt-5-sm { + .mt-5-lg { margin-top: 20px !important; } - .mb-5-sm { + .mb-5-lg { margin-bottom: 20px !important; } - .mx-5-sm { + .mx-5-lg { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-sm { + .my-5-lg { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-sm-minus { + .m-5-lg-minus { margin: -20px !important; } - .mr-5-sm-minus { + .mr-5-lg-minus { margin-right: -20px !important; } - .ml-5-sm-minus { + .ml-5-lg-minus { margin-left: -20px !important; } - .mt-5-sm-minus { + .mt-5-lg-minus { margin-top: -20px !important; } - .mb-5-sm-minus { + .mb-5-lg-minus { margin-bottom: -20px !important; } - .p-6-sm { + .p-6-lg { padding: 24px !important; } - .pr-6-sm { + .pr-6-lg { padding-right: 24px !important; } - .pl-6-sm { + .pl-6-lg { padding-left: 24px !important; } - .pt-6-sm { + .pt-6-lg { padding-top: 24px !important; } - .pb-6-sm { + .pb-6-lg { padding-bottom: 24px !important; } - .px-6-sm { + .px-6-lg { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-sm { + .py-6-lg { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-sm { + .m-6-lg { margin: 24px !important; } - .mr-6-sm { + .mr-6-lg { margin-right: 24px !important; } - .ml-6-sm { + .ml-6-lg { margin-left: 24px !important; } - .mt-6-sm { + .mt-6-lg { margin-top: 24px !important; } - .mb-6-sm { + .mb-6-lg { margin-bottom: 24px !important; } - .mx-6-sm { + .mx-6-lg { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-sm { + .my-6-lg { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-sm-minus { + .m-6-lg-minus { margin: -24px !important; } - .mr-6-sm-minus { + .mr-6-lg-minus { margin-right: -24px !important; } - .ml-6-sm-minus { + .ml-6-lg-minus { margin-left: -24px !important; } - .mt-6-sm-minus { + .mt-6-lg-minus { margin-top: -24px !important; } - .mb-6-sm-minus { + .mb-6-lg-minus { margin-bottom: -24px !important; } - .p-7-sm { + .p-7-lg { padding: 28px !important; } - .pr-7-sm { + .pr-7-lg { padding-right: 28px !important; } - .pl-7-sm { + .pl-7-lg { padding-left: 28px !important; } - .pt-7-sm { + .pt-7-lg { padding-top: 28px !important; } - .pb-7-sm { + .pb-7-lg { padding-bottom: 28px !important; } - .px-7-sm { + .px-7-lg { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-sm { + .py-7-lg { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-sm { + .m-7-lg { margin: 28px !important; } - .mr-7-sm { + .mr-7-lg { margin-right: 28px !important; } - .ml-7-sm { + .ml-7-lg { margin-left: 28px !important; } - .mt-7-sm { + .mt-7-lg { margin-top: 28px !important; } - .mb-7-sm { + .mb-7-lg { margin-bottom: 28px !important; } - .mx-7-sm { + .mx-7-lg { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-sm { + .my-7-lg { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-sm-minus { + .m-7-lg-minus { margin: -28px !important; } - .mr-7-sm-minus { + .mr-7-lg-minus { margin-right: -28px !important; } - .ml-7-sm-minus { + .ml-7-lg-minus { margin-left: -28px !important; } - .mt-7-sm-minus { + .mt-7-lg-minus { margin-top: -28px !important; } - .mb-7-sm-minus { + .mb-7-lg-minus { margin-bottom: -28px !important; } - .p-8-sm { + .p-8-lg { padding: 32px !important; } - .pr-8-sm { + .pr-8-lg { padding-right: 32px !important; } - .pl-8-sm { + .pl-8-lg { padding-left: 32px !important; } - .pt-8-sm { + .pt-8-lg { padding-top: 32px !important; } - .pb-8-sm { + .pb-8-lg { padding-bottom: 32px !important; } - .px-8-sm { + .px-8-lg { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-sm { + .py-8-lg { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-sm { + .m-8-lg { margin: 32px !important; } - .mr-8-sm { + .mr-8-lg { margin-right: 32px !important; } - .ml-8-sm { + .ml-8-lg { margin-left: 32px !important; } - .mt-8-sm { + .mt-8-lg { margin-top: 32px !important; } - .mb-8-sm { + .mb-8-lg { margin-bottom: 32px !important; } - .mx-8-sm { + .mx-8-lg { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-sm { + .my-8-lg { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-sm-minus { + .m-8-lg-minus { margin: -32px !important; } - .mr-8-sm-minus { + .mr-8-lg-minus { margin-right: -32px !important; } - .ml-8-sm-minus { + .ml-8-lg-minus { margin-left: -32px !important; } - .mt-8-sm-minus { + .mt-8-lg-minus { margin-top: -32px !important; } - .mb-8-sm-minus { + .mb-8-lg-minus { margin-bottom: -32px !important; } - .p-9-sm { + .p-9-lg { padding: 36px !important; } - .pr-9-sm { + .pr-9-lg { padding-right: 36px !important; } - .pl-9-sm { + .pl-9-lg { padding-left: 36px !important; } - .pt-9-sm { + .pt-9-lg { padding-top: 36px !important; } - .pb-9-sm { + .pb-9-lg { padding-bottom: 36px !important; } - .px-9-sm { + .px-9-lg { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-sm { + .py-9-lg { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-sm { + .m-9-lg { margin: 36px !important; } - .mr-9-sm { + .mr-9-lg { margin-right: 36px !important; } - .ml-9-sm { + .ml-9-lg { margin-left: 36px !important; } - .mt-9-sm { + .mt-9-lg { margin-top: 36px !important; } - .mb-9-sm { + .mb-9-lg { margin-bottom: 36px !important; } - .mx-9-sm { + .mx-9-lg { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-sm { + .my-9-lg { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-sm-minus { + .m-9-lg-minus { margin: -36px !important; } - .mr-9-sm-minus { + .mr-9-lg-minus { margin-right: -36px !important; } - .ml-9-sm-minus { + .ml-9-lg-minus { margin-left: -36px !important; } - .mt-9-sm-minus { + .mt-9-lg-minus { margin-top: -36px !important; } - .mb-9-sm-minus { + .mb-9-lg-minus { margin-bottom: -36px !important; } - .p-10-sm { + .p-10-lg { padding: 40px !important; } - .pr-10-sm { + .pr-10-lg { padding-right: 40px !important; } - .pl-10-sm { + .pl-10-lg { padding-left: 40px !important; } - .pt-10-sm { + .pt-10-lg { padding-top: 40px !important; } - .pb-10-sm { + .pb-10-lg { padding-bottom: 40px !important; } - .px-10-sm { + .px-10-lg { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-sm { + .py-10-lg { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-sm { + .m-10-lg { margin: 40px !important; } - .mr-10-sm { + .mr-10-lg { margin-right: 40px !important; } - .ml-10-sm { + .ml-10-lg { margin-left: 40px !important; } - .mt-10-sm { + .mt-10-lg { margin-top: 40px !important; } - .mb-10-sm { + .mb-10-lg { margin-bottom: 40px !important; } - .mx-10-sm { + .mx-10-lg { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-sm { + .my-10-lg { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-sm-minus { + .m-10-lg-minus { margin: -40px !important; } - .mr-10-sm-minus { + .mr-10-lg-minus { margin-right: -40px !important; } - .ml-10-sm-minus { + .ml-10-lg-minus { margin-left: -40px !important; } - .mt-10-sm-minus { + .mt-10-lg-minus { margin-top: -40px !important; } - .mb-10-sm-minus { + .mb-10-lg-minus { margin-bottom: -40px !important; } - .p-11-sm { + .p-11-lg { padding: 44px !important; } - .pr-11-sm { + .pr-11-lg { padding-right: 44px !important; } - .pl-11-sm { + .pl-11-lg { padding-left: 44px !important; } - .pt-11-sm { + .pt-11-lg { padding-top: 44px !important; } - .pb-11-sm { + .pb-11-lg { padding-bottom: 44px !important; } - .px-11-sm { + .px-11-lg { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-sm { + .py-11-lg { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-sm { + .m-11-lg { margin: 44px !important; } - .mr-11-sm { + .mr-11-lg { margin-right: 44px !important; } - .ml-11-sm { + .ml-11-lg { margin-left: 44px !important; } - .mt-11-sm { + .mt-11-lg { margin-top: 44px !important; } - .mb-11-sm { + .mb-11-lg { margin-bottom: 44px !important; } - .mx-11-sm { + .mx-11-lg { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-sm { + .my-11-lg { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-sm-minus { + .m-11-lg-minus { margin: -44px !important; } - .mr-11-sm-minus { + .mr-11-lg-minus { margin-right: -44px !important; } - .ml-11-sm-minus { + .ml-11-lg-minus { margin-left: -44px !important; } - .mt-11-sm-minus { + .mt-11-lg-minus { margin-top: -44px !important; } - .mb-11-sm-minus { + .mb-11-lg-minus { margin-bottom: -44px !important; } - .p-12-sm { + .p-12-lg { padding: 48px !important; } - .pr-12-sm { + .pr-12-lg { padding-right: 48px !important; } - .pl-12-sm { + .pl-12-lg { padding-left: 48px !important; } - .pt-12-sm { + .pt-12-lg { padding-top: 48px !important; } - .pb-12-sm { + .pb-12-lg { padding-bottom: 48px !important; } - .px-12-sm { + .px-12-lg { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-sm { + .py-12-lg { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-sm { + .m-12-lg { margin: 48px !important; } - .mr-12-sm { + .mr-12-lg { margin-right: 48px !important; } - .ml-12-sm { + .ml-12-lg { margin-left: 48px !important; } - .mt-12-sm { + .mt-12-lg { margin-top: 48px !important; } - .mb-12-sm { + .mb-12-lg { margin-bottom: 48px !important; } - .mx-12-sm { + .mx-12-lg { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-sm { + .my-12-lg { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-sm-minus { + .m-12-lg-minus { margin: -48px !important; } - .mr-12-sm-minus { + .mr-12-lg-minus { margin-right: -48px !important; } - .ml-12-sm-minus { + .ml-12-lg-minus { margin-left: -48px !important; } - .mt-12-sm-minus { + .mt-12-lg-minus { margin-top: -48px !important; } - .mb-12-sm-minus { + .mb-12-lg-minus { margin-bottom: -48px !important; } - .p-13-sm { + .p-13-lg { padding: 52px !important; } - .pr-13-sm { + .pr-13-lg { padding-right: 52px !important; } - .pl-13-sm { + .pl-13-lg { padding-left: 52px !important; } - .pt-13-sm { + .pt-13-lg { padding-top: 52px !important; } - .pb-13-sm { + .pb-13-lg { padding-bottom: 52px !important; } - .px-13-sm { + .px-13-lg { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-sm { + .py-13-lg { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-sm { + .m-13-lg { margin: 52px !important; } - .mr-13-sm { + .mr-13-lg { margin-right: 52px !important; } - .ml-13-sm { + .ml-13-lg { margin-left: 52px !important; } - .mt-13-sm { + .mt-13-lg { margin-top: 52px !important; } - .mb-13-sm { + .mb-13-lg { margin-bottom: 52px !important; } - .mx-13-sm { + .mx-13-lg { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-sm { + .my-13-lg { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-sm-minus { + .m-13-lg-minus { margin: -52px !important; } - .mr-13-sm-minus { + .mr-13-lg-minus { margin-right: -52px !important; } - .ml-13-sm-minus { + .ml-13-lg-minus { margin-left: -52px !important; } - .mt-13-sm-minus { + .mt-13-lg-minus { margin-top: -52px !important; } - .mb-13-sm-minus { + .mb-13-lg-minus { margin-bottom: -52px !important; } - .p-14-sm { + .p-14-lg { padding: 56px !important; } - .pr-14-sm { + .pr-14-lg { padding-right: 56px !important; } - .pl-14-sm { + .pl-14-lg { padding-left: 56px !important; } - .pt-14-sm { + .pt-14-lg { padding-top: 56px !important; } - .pb-14-sm { + .pb-14-lg { padding-bottom: 56px !important; } - .px-14-sm { + .px-14-lg { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-sm { + .py-14-lg { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-sm { + .m-14-lg { margin: 56px !important; } - .mr-14-sm { + .mr-14-lg { margin-right: 56px !important; } - .ml-14-sm { + .ml-14-lg { margin-left: 56px !important; } - .mt-14-sm { + .mt-14-lg { margin-top: 56px !important; } - .mb-14-sm { + .mb-14-lg { margin-bottom: 56px !important; } - .mx-14-sm { + .mx-14-lg { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-sm { + .my-14-lg { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-sm-minus { + .m-14-lg-minus { margin: -56px !important; } - .mr-14-sm-minus { + .mr-14-lg-minus { margin-right: -56px !important; } - .ml-14-sm-minus { + .ml-14-lg-minus { margin-left: -56px !important; } - .mt-14-sm-minus { + .mt-14-lg-minus { margin-top: -56px !important; } - .mb-14-sm-minus { + .mb-14-lg-minus { margin-bottom: -56px !important; } - .p-15-sm { + .p-15-lg { padding: 60px !important; } - .pr-15-sm { + .pr-15-lg { padding-right: 60px !important; } - .pl-15-sm { + .pl-15-lg { padding-left: 60px !important; } - .pt-15-sm { + .pt-15-lg { padding-top: 60px !important; } - .pb-15-sm { + .pb-15-lg { padding-bottom: 60px !important; } - .px-15-sm { + .px-15-lg { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-sm { + .py-15-lg { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-sm { + .m-15-lg { margin: 60px !important; } - .mr-15-sm { + .mr-15-lg { margin-right: 60px !important; } - .ml-15-sm { + .ml-15-lg { margin-left: 60px !important; } - .mt-15-sm { + .mt-15-lg { margin-top: 60px !important; } - .mb-15-sm { + .mb-15-lg { margin-bottom: 60px !important; } - .mx-15-sm { + .mx-15-lg { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-sm { + .my-15-lg { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-sm-minus { + .m-15-lg-minus { margin: -60px !important; } - .mr-15-sm-minus { + .mr-15-lg-minus { margin-right: -60px !important; } - .ml-15-sm-minus { + .ml-15-lg-minus { margin-left: -60px !important; } - .mt-15-sm-minus { + .mt-15-lg-minus { margin-top: -60px !important; } - .mb-15-sm-minus { + .mb-15-lg-minus { margin-bottom: -60px !important; } - .p-16-sm { + .p-16-lg { padding: 64px !important; } - .pr-16-sm { + .pr-16-lg { padding-right: 64px !important; } - .pl-16-sm { + .pl-16-lg { padding-left: 64px !important; } - .pt-16-sm { + .pt-16-lg { padding-top: 64px !important; } - .pb-16-sm { + .pb-16-lg { padding-bottom: 64px !important; } - .px-16-sm { + .px-16-lg { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-sm { + .py-16-lg { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-sm { + .m-16-lg { margin: 64px !important; } - .mr-16-sm { + .mr-16-lg { margin-right: 64px !important; } - .ml-16-sm { + .ml-16-lg { margin-left: 64px !important; } - .mt-16-sm { + .mt-16-lg { margin-top: 64px !important; } - .mb-16-sm { + .mb-16-lg { margin-bottom: 64px !important; } - .mx-16-sm { + .mx-16-lg { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-sm { + .my-16-lg { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-sm-minus { + .m-16-lg-minus { margin: -64px !important; } - .mr-16-sm-minus { + .mr-16-lg-minus { margin-right: -64px !important; } - .ml-16-sm-minus { + .ml-16-lg-minus { margin-left: -64px !important; } - .mt-16-sm-minus { + .mt-16-lg-minus { margin-top: -64px !important; } - .mb-16-sm-minus { + .mb-16-lg-minus { margin-bottom: -64px !important; } - .p-17-sm { + .p-17-lg { padding: 68px !important; } - .pr-17-sm { + .pr-17-lg { padding-right: 68px !important; } - .pl-17-sm { + .pl-17-lg { padding-left: 68px !important; } - .pt-17-sm { + .pt-17-lg { padding-top: 68px !important; } - .pb-17-sm { + .pb-17-lg { padding-bottom: 68px !important; } - .px-17-sm { + .px-17-lg { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-sm { + .py-17-lg { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-sm { + .m-17-lg { margin: 68px !important; } - .mr-17-sm { + .mr-17-lg { margin-right: 68px !important; } - .ml-17-sm { + .ml-17-lg { margin-left: 68px !important; } - .mt-17-sm { + .mt-17-lg { margin-top: 68px !important; } - .mb-17-sm { + .mb-17-lg { margin-bottom: 68px !important; } - .mx-17-sm { + .mx-17-lg { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-sm { + .my-17-lg { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-sm-minus { + .m-17-lg-minus { margin: -68px !important; } - .mr-17-sm-minus { + .mr-17-lg-minus { margin-right: -68px !important; } - .ml-17-sm-minus { + .ml-17-lg-minus { margin-left: -68px !important; } - .mt-17-sm-minus { + .mt-17-lg-minus { margin-top: -68px !important; } - .mb-17-sm-minus { + .mb-17-lg-minus { margin-bottom: -68px !important; } - .p-18-sm { + .p-18-lg { padding: 72px !important; } - .pr-18-sm { + .pr-18-lg { padding-right: 72px !important; } - .pl-18-sm { + .pl-18-lg { padding-left: 72px !important; } - .pt-18-sm { + .pt-18-lg { padding-top: 72px !important; } - .pb-18-sm { + .pb-18-lg { padding-bottom: 72px !important; } - .px-18-sm { + .px-18-lg { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-sm { + .py-18-lg { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-sm { + .m-18-lg { margin: 72px !important; } - .mr-18-sm { + .mr-18-lg { margin-right: 72px !important; } - .ml-18-sm { + .ml-18-lg { margin-left: 72px !important; } - .mt-18-sm { + .mt-18-lg { margin-top: 72px !important; } - .mb-18-sm { + .mb-18-lg { margin-bottom: 72px !important; } - .mx-18-sm { + .mx-18-lg { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-sm { + .my-18-lg { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-sm-minus { + .m-18-lg-minus { margin: -72px !important; } - .mr-18-sm-minus { + .mr-18-lg-minus { margin-right: -72px !important; } - .ml-18-sm-minus { + .ml-18-lg-minus { margin-left: -72px !important; } - .mt-18-sm-minus { + .mt-18-lg-minus { margin-top: -72px !important; } - .mb-18-sm-minus { + .mb-18-lg-minus { margin-bottom: -72px !important; } - .p-19-sm { + .p-19-lg { padding: 76px !important; } - .pr-19-sm { + .pr-19-lg { padding-right: 76px !important; } - .pl-19-sm { + .pl-19-lg { padding-left: 76px !important; } - .pt-19-sm { + .pt-19-lg { padding-top: 76px !important; } - .pb-19-sm { + .pb-19-lg { padding-bottom: 76px !important; } - .px-19-sm { + .px-19-lg { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-sm { + .py-19-lg { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-sm { + .m-19-lg { margin: 76px !important; } - .mr-19-sm { + .mr-19-lg { margin-right: 76px !important; } - .ml-19-sm { + .ml-19-lg { margin-left: 76px !important; } - .mt-19-sm { + .mt-19-lg { margin-top: 76px !important; } - .mb-19-sm { + .mb-19-lg { margin-bottom: 76px !important; } - .mx-19-sm { + .mx-19-lg { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-sm { + .my-19-lg { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-sm-minus { + .m-19-lg-minus { margin: -76px !important; } - .mr-19-sm-minus { + .mr-19-lg-minus { margin-right: -76px !important; } - .ml-19-sm-minus { + .ml-19-lg-minus { margin-left: -76px !important; } - .mt-19-sm-minus { + .mt-19-lg-minus { margin-top: -76px !important; } - .mb-19-sm-minus { + .mb-19-lg-minus { margin-bottom: -76px !important; } - .p-20-sm { + .p-20-lg { padding: 80px !important; } - .pr-20-sm { + .pr-20-lg { padding-right: 80px !important; } - .pl-20-sm { + .pl-20-lg { padding-left: 80px !important; } - .pt-20-sm { + .pt-20-lg { padding-top: 80px !important; } - .pb-20-sm { + .pb-20-lg { padding-bottom: 80px !important; } - .px-20-sm { + .px-20-lg { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-sm { + .py-20-lg { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-sm { + .m-20-lg { margin: 80px !important; } - .mr-20-sm { + .mr-20-lg { margin-right: 80px !important; } - .ml-20-sm { + .ml-20-lg { margin-left: 80px !important; } - .mt-20-sm { + .mt-20-lg { margin-top: 80px !important; } - .mb-20-sm { + .mb-20-lg { margin-bottom: 80px !important; } - .mx-20-sm { + .mx-20-lg { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-sm { + .my-20-lg { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-sm-minus { + .m-20-lg-minus { margin: -80px !important; } - .mr-20-sm-minus { + .mr-20-lg-minus { margin-right: -80px !important; } - .ml-20-sm-minus { + .ml-20-lg-minus { margin-left: -80px !important; } - .mt-20-sm-minus { + .mt-20-lg-minus { margin-top: -80px !important; } - .mb-20-sm-minus { + .mb-20-lg-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 768px) { - .mx-auto-md { +@media screen and (min-width: 1200px) { + .mx-auto-xl { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-md { + .ml-auto-xl { margin-left: auto!important; } - .mr-auto-md { + .mr-auto-xl { margin-right: auto!important; } - .mt-auto-md { + .mt-auto-xl { margin-top: auto!important; } - .mb-auto-md { + .mb-auto-xl { margin-bottom: auto!important; } - .p-0-md { + .p-0-xl { padding: 0!important; } - .pl-0-md { + .pl-0-xl { padding-left: 0!important; } - .pr-0-md { + .pr-0-xl { padding-right: 0!important; } - .pt-0-md { + .pt-0-xl { padding-top: 0!important; } - .pb-0-md { + .pb-0-xl { padding-bottom: 0!important; } - .m-0-md { + .m-0-xl { margin: 0!important; } - .ml-0-md { + .ml-0-xl { margin-left: 0!important; } - .mr-0-md { + .mr-0-xl { margin-right: 0!important; } - .mt-0-md { + .mt-0-xl { margin-top: 0!important; } - .mb-0-md { + .mb-0-xl { margin-bottom: 0!important; } - .p-0-md { + .p-0-xl { padding: 0px !important; } - .pr-0-md { + .pr-0-xl { padding-right: 0px !important; } - .pl-0-md { + .pl-0-xl { padding-left: 0px !important; } - .pt-0-md { + .pt-0-xl { padding-top: 0px !important; } - .pb-0-md { + .pb-0-xl { padding-bottom: 0px !important; } - .px-0-md { + .px-0-xl { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-md { + .py-0-xl { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-md { + .m-0-xl { margin: 0px !important; } - .mr-0-md { + .mr-0-xl { margin-right: 0px !important; } - .ml-0-md { + .ml-0-xl { margin-left: 0px !important; } - .mt-0-md { + .mt-0-xl { margin-top: 0px !important; } - .mb-0-md { + .mb-0-xl { margin-bottom: 0px !important; } - .mx-0-md { + .mx-0-xl { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-md { + .my-0-xl { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-md-minus { + .m-0-xl-minus { margin: 0px !important; } - .mr-0-md-minus { + .mr-0-xl-minus { margin-right: 0px !important; } - .ml-0-md-minus { + .ml-0-xl-minus { margin-left: 0px !important; } - .mt-0-md-minus { + .mt-0-xl-minus { margin-top: 0px !important; } - .mb-0-md-minus { + .mb-0-xl-minus { margin-bottom: 0px !important; } - .p-1-md { + .p-1-xl { padding: 4px !important; } - .pr-1-md { + .pr-1-xl { padding-right: 4px !important; } - .pl-1-md { + .pl-1-xl { padding-left: 4px !important; } - .pt-1-md { + .pt-1-xl { padding-top: 4px !important; } - .pb-1-md { + .pb-1-xl { padding-bottom: 4px !important; } - .px-1-md { + .px-1-xl { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-md { + .py-1-xl { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-md { + .m-1-xl { margin: 4px !important; } - .mr-1-md { + .mr-1-xl { margin-right: 4px !important; } - .ml-1-md { + .ml-1-xl { margin-left: 4px !important; } - .mt-1-md { + .mt-1-xl { margin-top: 4px !important; } - .mb-1-md { + .mb-1-xl { margin-bottom: 4px !important; } - .mx-1-md { + .mx-1-xl { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-md { + .my-1-xl { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-md-minus { + .m-1-xl-minus { margin: -4px !important; } - .mr-1-md-minus { + .mr-1-xl-minus { margin-right: -4px !important; } - .ml-1-md-minus { + .ml-1-xl-minus { margin-left: -4px !important; } - .mt-1-md-minus { + .mt-1-xl-minus { margin-top: -4px !important; } - .mb-1-md-minus { + .mb-1-xl-minus { margin-bottom: -4px !important; } - .p-2-md { + .p-2-xl { padding: 8px !important; } - .pr-2-md { + .pr-2-xl { padding-right: 8px !important; } - .pl-2-md { + .pl-2-xl { padding-left: 8px !important; } - .pt-2-md { + .pt-2-xl { padding-top: 8px !important; } - .pb-2-md { + .pb-2-xl { padding-bottom: 8px !important; } - .px-2-md { + .px-2-xl { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-md { + .py-2-xl { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-md { + .m-2-xl { margin: 8px !important; } - .mr-2-md { + .mr-2-xl { margin-right: 8px !important; } - .ml-2-md { + .ml-2-xl { margin-left: 8px !important; } - .mt-2-md { + .mt-2-xl { margin-top: 8px !important; } - .mb-2-md { + .mb-2-xl { margin-bottom: 8px !important; } - .mx-2-md { + .mx-2-xl { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-md { + .my-2-xl { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-md-minus { + .m-2-xl-minus { margin: -8px !important; } - .mr-2-md-minus { + .mr-2-xl-minus { margin-right: -8px !important; } - .ml-2-md-minus { + .ml-2-xl-minus { margin-left: -8px !important; } - .mt-2-md-minus { + .mt-2-xl-minus { margin-top: -8px !important; } - .mb-2-md-minus { + .mb-2-xl-minus { margin-bottom: -8px !important; } - .p-3-md { + .p-3-xl { padding: 12px !important; } - .pr-3-md { + .pr-3-xl { padding-right: 12px !important; } - .pl-3-md { + .pl-3-xl { padding-left: 12px !important; } - .pt-3-md { + .pt-3-xl { padding-top: 12px !important; } - .pb-3-md { + .pb-3-xl { padding-bottom: 12px !important; } - .px-3-md { + .px-3-xl { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-md { + .py-3-xl { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-md { + .m-3-xl { margin: 12px !important; } - .mr-3-md { + .mr-3-xl { margin-right: 12px !important; } - .ml-3-md { + .ml-3-xl { margin-left: 12px !important; } - .mt-3-md { + .mt-3-xl { margin-top: 12px !important; } - .mb-3-md { + .mb-3-xl { margin-bottom: 12px !important; } - .mx-3-md { + .mx-3-xl { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-md { + .my-3-xl { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-md-minus { + .m-3-xl-minus { margin: -12px !important; } - .mr-3-md-minus { + .mr-3-xl-minus { margin-right: -12px !important; } - .ml-3-md-minus { + .ml-3-xl-minus { margin-left: -12px !important; } - .mt-3-md-minus { + .mt-3-xl-minus { margin-top: -12px !important; } - .mb-3-md-minus { + .mb-3-xl-minus { margin-bottom: -12px !important; } - .p-4-md { + .p-4-xl { padding: 16px !important; } - .pr-4-md { + .pr-4-xl { padding-right: 16px !important; } - .pl-4-md { + .pl-4-xl { padding-left: 16px !important; } - .pt-4-md { + .pt-4-xl { padding-top: 16px !important; } - .pb-4-md { + .pb-4-xl { padding-bottom: 16px !important; } - .px-4-md { + .px-4-xl { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-md { + .py-4-xl { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-md { + .m-4-xl { margin: 16px !important; } - .mr-4-md { + .mr-4-xl { margin-right: 16px !important; } - .ml-4-md { + .ml-4-xl { margin-left: 16px !important; } - .mt-4-md { + .mt-4-xl { margin-top: 16px !important; } - .mb-4-md { + .mb-4-xl { margin-bottom: 16px !important; } - .mx-4-md { + .mx-4-xl { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-md { + .my-4-xl { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-md-minus { + .m-4-xl-minus { margin: -16px !important; } - .mr-4-md-minus { + .mr-4-xl-minus { margin-right: -16px !important; } - .ml-4-md-minus { + .ml-4-xl-minus { margin-left: -16px !important; } - .mt-4-md-minus { + .mt-4-xl-minus { margin-top: -16px !important; } - .mb-4-md-minus { + .mb-4-xl-minus { margin-bottom: -16px !important; } - .p-5-md { + .p-5-xl { padding: 20px !important; } - .pr-5-md { + .pr-5-xl { padding-right: 20px !important; } - .pl-5-md { + .pl-5-xl { padding-left: 20px !important; } - .pt-5-md { + .pt-5-xl { padding-top: 20px !important; } - .pb-5-md { + .pb-5-xl { padding-bottom: 20px !important; } - .px-5-md { + .px-5-xl { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-md { + .py-5-xl { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-md { + .m-5-xl { margin: 20px !important; } - .mr-5-md { + .mr-5-xl { margin-right: 20px !important; } - .ml-5-md { + .ml-5-xl { margin-left: 20px !important; } - .mt-5-md { + .mt-5-xl { margin-top: 20px !important; } - .mb-5-md { + .mb-5-xl { margin-bottom: 20px !important; } - .mx-5-md { + .mx-5-xl { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-md { + .my-5-xl { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-md-minus { + .m-5-xl-minus { margin: -20px !important; } - .mr-5-md-minus { + .mr-5-xl-minus { margin-right: -20px !important; } - .ml-5-md-minus { + .ml-5-xl-minus { margin-left: -20px !important; } - .mt-5-md-minus { + .mt-5-xl-minus { margin-top: -20px !important; } - .mb-5-md-minus { + .mb-5-xl-minus { margin-bottom: -20px !important; } - .p-6-md { + .p-6-xl { padding: 24px !important; } - .pr-6-md { + .pr-6-xl { padding-right: 24px !important; } - .pl-6-md { + .pl-6-xl { padding-left: 24px !important; } - .pt-6-md { + .pt-6-xl { padding-top: 24px !important; } - .pb-6-md { + .pb-6-xl { padding-bottom: 24px !important; } - .px-6-md { + .px-6-xl { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-md { + .py-6-xl { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-md { + .m-6-xl { margin: 24px !important; } - .mr-6-md { + .mr-6-xl { margin-right: 24px !important; } - .ml-6-md { + .ml-6-xl { margin-left: 24px !important; } - .mt-6-md { + .mt-6-xl { margin-top: 24px !important; } - .mb-6-md { + .mb-6-xl { margin-bottom: 24px !important; } - .mx-6-md { + .mx-6-xl { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-md { + .my-6-xl { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-md-minus { + .m-6-xl-minus { margin: -24px !important; } - .mr-6-md-minus { + .mr-6-xl-minus { margin-right: -24px !important; } - .ml-6-md-minus { + .ml-6-xl-minus { margin-left: -24px !important; } - .mt-6-md-minus { + .mt-6-xl-minus { margin-top: -24px !important; } - .mb-6-md-minus { + .mb-6-xl-minus { margin-bottom: -24px !important; } - .p-7-md { + .p-7-xl { padding: 28px !important; } - .pr-7-md { + .pr-7-xl { padding-right: 28px !important; } - .pl-7-md { + .pl-7-xl { padding-left: 28px !important; } - .pt-7-md { + .pt-7-xl { padding-top: 28px !important; } - .pb-7-md { + .pb-7-xl { padding-bottom: 28px !important; } - .px-7-md { + .px-7-xl { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-md { + .py-7-xl { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-md { + .m-7-xl { margin: 28px !important; } - .mr-7-md { + .mr-7-xl { margin-right: 28px !important; } - .ml-7-md { + .ml-7-xl { margin-left: 28px !important; } - .mt-7-md { + .mt-7-xl { margin-top: 28px !important; } - .mb-7-md { + .mb-7-xl { margin-bottom: 28px !important; } - .mx-7-md { + .mx-7-xl { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-md { + .my-7-xl { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-md-minus { + .m-7-xl-minus { margin: -28px !important; } - .mr-7-md-minus { + .mr-7-xl-minus { margin-right: -28px !important; } - .ml-7-md-minus { + .ml-7-xl-minus { margin-left: -28px !important; } - .mt-7-md-minus { + .mt-7-xl-minus { margin-top: -28px !important; } - .mb-7-md-minus { + .mb-7-xl-minus { margin-bottom: -28px !important; } - .p-8-md { + .p-8-xl { padding: 32px !important; } - .pr-8-md { + .pr-8-xl { padding-right: 32px !important; } - .pl-8-md { + .pl-8-xl { padding-left: 32px !important; } - .pt-8-md { + .pt-8-xl { padding-top: 32px !important; } - .pb-8-md { + .pb-8-xl { padding-bottom: 32px !important; } - .px-8-md { + .px-8-xl { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-md { + .py-8-xl { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-md { + .m-8-xl { margin: 32px !important; } - .mr-8-md { + .mr-8-xl { margin-right: 32px !important; } - .ml-8-md { + .ml-8-xl { margin-left: 32px !important; } - .mt-8-md { + .mt-8-xl { margin-top: 32px !important; } - .mb-8-md { + .mb-8-xl { margin-bottom: 32px !important; } - .mx-8-md { + .mx-8-xl { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-md { + .my-8-xl { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-md-minus { + .m-8-xl-minus { margin: -32px !important; } - .mr-8-md-minus { + .mr-8-xl-minus { margin-right: -32px !important; } - .ml-8-md-minus { + .ml-8-xl-minus { margin-left: -32px !important; } - .mt-8-md-minus { + .mt-8-xl-minus { margin-top: -32px !important; } - .mb-8-md-minus { + .mb-8-xl-minus { margin-bottom: -32px !important; } - .p-9-md { + .p-9-xl { padding: 36px !important; } - .pr-9-md { + .pr-9-xl { padding-right: 36px !important; } - .pl-9-md { + .pl-9-xl { padding-left: 36px !important; } - .pt-9-md { + .pt-9-xl { padding-top: 36px !important; } - .pb-9-md { + .pb-9-xl { padding-bottom: 36px !important; } - .px-9-md { + .px-9-xl { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-md { + .py-9-xl { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-md { + .m-9-xl { margin: 36px !important; } - .mr-9-md { + .mr-9-xl { margin-right: 36px !important; } - .ml-9-md { + .ml-9-xl { margin-left: 36px !important; } - .mt-9-md { + .mt-9-xl { margin-top: 36px !important; } - .mb-9-md { + .mb-9-xl { margin-bottom: 36px !important; } - .mx-9-md { + .mx-9-xl { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-md { + .my-9-xl { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-md-minus { + .m-9-xl-minus { margin: -36px !important; } - .mr-9-md-minus { + .mr-9-xl-minus { margin-right: -36px !important; } - .ml-9-md-minus { + .ml-9-xl-minus { margin-left: -36px !important; } - .mt-9-md-minus { + .mt-9-xl-minus { margin-top: -36px !important; } - .mb-9-md-minus { + .mb-9-xl-minus { margin-bottom: -36px !important; } - .p-10-md { + .p-10-xl { padding: 40px !important; } - .pr-10-md { + .pr-10-xl { padding-right: 40px !important; } - .pl-10-md { + .pl-10-xl { padding-left: 40px !important; } - .pt-10-md { + .pt-10-xl { padding-top: 40px !important; } - .pb-10-md { + .pb-10-xl { padding-bottom: 40px !important; } - .px-10-md { + .px-10-xl { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-md { + .py-10-xl { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-md { + .m-10-xl { margin: 40px !important; } - .mr-10-md { + .mr-10-xl { margin-right: 40px !important; } - .ml-10-md { + .ml-10-xl { margin-left: 40px !important; } - .mt-10-md { + .mt-10-xl { margin-top: 40px !important; } - .mb-10-md { + .mb-10-xl { margin-bottom: 40px !important; } - .mx-10-md { + .mx-10-xl { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-md { + .my-10-xl { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-md-minus { + .m-10-xl-minus { margin: -40px !important; } - .mr-10-md-minus { + .mr-10-xl-minus { margin-right: -40px !important; } - .ml-10-md-minus { + .ml-10-xl-minus { margin-left: -40px !important; } - .mt-10-md-minus { + .mt-10-xl-minus { margin-top: -40px !important; } - .mb-10-md-minus { + .mb-10-xl-minus { margin-bottom: -40px !important; } - .p-11-md { + .p-11-xl { padding: 44px !important; } - .pr-11-md { + .pr-11-xl { padding-right: 44px !important; } - .pl-11-md { + .pl-11-xl { padding-left: 44px !important; } - .pt-11-md { + .pt-11-xl { padding-top: 44px !important; } - .pb-11-md { + .pb-11-xl { padding-bottom: 44px !important; } - .px-11-md { + .px-11-xl { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-md { + .py-11-xl { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-md { + .m-11-xl { margin: 44px !important; } - .mr-11-md { + .mr-11-xl { margin-right: 44px !important; } - .ml-11-md { + .ml-11-xl { margin-left: 44px !important; } - .mt-11-md { + .mt-11-xl { margin-top: 44px !important; } - .mb-11-md { + .mb-11-xl { margin-bottom: 44px !important; } - .mx-11-md { + .mx-11-xl { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-md { + .my-11-xl { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-md-minus { + .m-11-xl-minus { margin: -44px !important; } - .mr-11-md-minus { + .mr-11-xl-minus { margin-right: -44px !important; } - .ml-11-md-minus { + .ml-11-xl-minus { margin-left: -44px !important; } - .mt-11-md-minus { + .mt-11-xl-minus { margin-top: -44px !important; } - .mb-11-md-minus { + .mb-11-xl-minus { margin-bottom: -44px !important; } - .p-12-md { + .p-12-xl { padding: 48px !important; } - .pr-12-md { + .pr-12-xl { padding-right: 48px !important; } - .pl-12-md { + .pl-12-xl { padding-left: 48px !important; } - .pt-12-md { + .pt-12-xl { padding-top: 48px !important; } - .pb-12-md { + .pb-12-xl { padding-bottom: 48px !important; } - .px-12-md { + .px-12-xl { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-md { + .py-12-xl { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-md { + .m-12-xl { margin: 48px !important; } - .mr-12-md { + .mr-12-xl { margin-right: 48px !important; } - .ml-12-md { + .ml-12-xl { margin-left: 48px !important; } - .mt-12-md { + .mt-12-xl { margin-top: 48px !important; } - .mb-12-md { + .mb-12-xl { margin-bottom: 48px !important; } - .mx-12-md { + .mx-12-xl { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-md { + .my-12-xl { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-md-minus { + .m-12-xl-minus { margin: -48px !important; } - .mr-12-md-minus { + .mr-12-xl-minus { margin-right: -48px !important; } - .ml-12-md-minus { + .ml-12-xl-minus { margin-left: -48px !important; } - .mt-12-md-minus { + .mt-12-xl-minus { margin-top: -48px !important; } - .mb-12-md-minus { + .mb-12-xl-minus { margin-bottom: -48px !important; } - .p-13-md { + .p-13-xl { padding: 52px !important; } - .pr-13-md { + .pr-13-xl { padding-right: 52px !important; } - .pl-13-md { + .pl-13-xl { padding-left: 52px !important; } - .pt-13-md { + .pt-13-xl { padding-top: 52px !important; } - .pb-13-md { + .pb-13-xl { padding-bottom: 52px !important; } - .px-13-md { + .px-13-xl { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-md { + .py-13-xl { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-md { + .m-13-xl { margin: 52px !important; } - .mr-13-md { + .mr-13-xl { margin-right: 52px !important; } - .ml-13-md { + .ml-13-xl { margin-left: 52px !important; } - .mt-13-md { + .mt-13-xl { margin-top: 52px !important; } - .mb-13-md { + .mb-13-xl { margin-bottom: 52px !important; } - .mx-13-md { + .mx-13-xl { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-md { + .my-13-xl { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-md-minus { + .m-13-xl-minus { margin: -52px !important; } - .mr-13-md-minus { + .mr-13-xl-minus { margin-right: -52px !important; } - .ml-13-md-minus { + .ml-13-xl-minus { margin-left: -52px !important; } - .mt-13-md-minus { + .mt-13-xl-minus { margin-top: -52px !important; } - .mb-13-md-minus { + .mb-13-xl-minus { margin-bottom: -52px !important; } - .p-14-md { + .p-14-xl { padding: 56px !important; } - .pr-14-md { + .pr-14-xl { padding-right: 56px !important; } - .pl-14-md { + .pl-14-xl { padding-left: 56px !important; } - .pt-14-md { + .pt-14-xl { padding-top: 56px !important; } - .pb-14-md { + .pb-14-xl { padding-bottom: 56px !important; } - .px-14-md { + .px-14-xl { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-md { + .py-14-xl { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-md { + .m-14-xl { margin: 56px !important; } - .mr-14-md { + .mr-14-xl { margin-right: 56px !important; } - .ml-14-md { + .ml-14-xl { margin-left: 56px !important; } - .mt-14-md { + .mt-14-xl { margin-top: 56px !important; } - .mb-14-md { + .mb-14-xl { margin-bottom: 56px !important; } - .mx-14-md { + .mx-14-xl { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-md { + .my-14-xl { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-md-minus { + .m-14-xl-minus { margin: -56px !important; } - .mr-14-md-minus { + .mr-14-xl-minus { margin-right: -56px !important; } - .ml-14-md-minus { + .ml-14-xl-minus { margin-left: -56px !important; } - .mt-14-md-minus { + .mt-14-xl-minus { margin-top: -56px !important; } - .mb-14-md-minus { + .mb-14-xl-minus { margin-bottom: -56px !important; } - .p-15-md { + .p-15-xl { padding: 60px !important; } - .pr-15-md { + .pr-15-xl { padding-right: 60px !important; } - .pl-15-md { + .pl-15-xl { padding-left: 60px !important; } - .pt-15-md { + .pt-15-xl { padding-top: 60px !important; } - .pb-15-md { + .pb-15-xl { padding-bottom: 60px !important; } - .px-15-md { + .px-15-xl { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-md { + .py-15-xl { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-md { + .m-15-xl { margin: 60px !important; } - .mr-15-md { + .mr-15-xl { margin-right: 60px !important; } - .ml-15-md { + .ml-15-xl { margin-left: 60px !important; } - .mt-15-md { + .mt-15-xl { margin-top: 60px !important; } - .mb-15-md { + .mb-15-xl { margin-bottom: 60px !important; } - .mx-15-md { + .mx-15-xl { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-md { + .my-15-xl { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-md-minus { + .m-15-xl-minus { margin: -60px !important; } - .mr-15-md-minus { + .mr-15-xl-minus { margin-right: -60px !important; } - .ml-15-md-minus { + .ml-15-xl-minus { margin-left: -60px !important; } - .mt-15-md-minus { + .mt-15-xl-minus { margin-top: -60px !important; } - .mb-15-md-minus { + .mb-15-xl-minus { margin-bottom: -60px !important; } - .p-16-md { + .p-16-xl { padding: 64px !important; } - .pr-16-md { + .pr-16-xl { padding-right: 64px !important; } - .pl-16-md { + .pl-16-xl { padding-left: 64px !important; } - .pt-16-md { + .pt-16-xl { padding-top: 64px !important; } - .pb-16-md { + .pb-16-xl { padding-bottom: 64px !important; } - .px-16-md { + .px-16-xl { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-md { + .py-16-xl { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-md { + .m-16-xl { margin: 64px !important; } - .mr-16-md { + .mr-16-xl { margin-right: 64px !important; } - .ml-16-md { + .ml-16-xl { margin-left: 64px !important; } - .mt-16-md { + .mt-16-xl { margin-top: 64px !important; } - .mb-16-md { + .mb-16-xl { margin-bottom: 64px !important; } - .mx-16-md { + .mx-16-xl { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-md { + .my-16-xl { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-md-minus { + .m-16-xl-minus { margin: -64px !important; } - .mr-16-md-minus { + .mr-16-xl-minus { margin-right: -64px !important; } - .ml-16-md-minus { + .ml-16-xl-minus { margin-left: -64px !important; } - .mt-16-md-minus { + .mt-16-xl-minus { margin-top: -64px !important; } - .mb-16-md-minus { + .mb-16-xl-minus { margin-bottom: -64px !important; } - .p-17-md { + .p-17-xl { padding: 68px !important; } - .pr-17-md { + .pr-17-xl { padding-right: 68px !important; } - .pl-17-md { + .pl-17-xl { padding-left: 68px !important; } - .pt-17-md { + .pt-17-xl { padding-top: 68px !important; } - .pb-17-md { + .pb-17-xl { padding-bottom: 68px !important; } - .px-17-md { + .px-17-xl { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-md { + .py-17-xl { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-md { + .m-17-xl { margin: 68px !important; } - .mr-17-md { + .mr-17-xl { margin-right: 68px !important; } - .ml-17-md { + .ml-17-xl { margin-left: 68px !important; } - .mt-17-md { + .mt-17-xl { margin-top: 68px !important; } - .mb-17-md { + .mb-17-xl { margin-bottom: 68px !important; } - .mx-17-md { + .mx-17-xl { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-md { + .my-17-xl { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-md-minus { + .m-17-xl-minus { margin: -68px !important; } - .mr-17-md-minus { + .mr-17-xl-minus { margin-right: -68px !important; } - .ml-17-md-minus { + .ml-17-xl-minus { margin-left: -68px !important; } - .mt-17-md-minus { + .mt-17-xl-minus { margin-top: -68px !important; } - .mb-17-md-minus { + .mb-17-xl-minus { margin-bottom: -68px !important; } - .p-18-md { + .p-18-xl { padding: 72px !important; } - .pr-18-md { + .pr-18-xl { padding-right: 72px !important; } - .pl-18-md { + .pl-18-xl { padding-left: 72px !important; } - .pt-18-md { + .pt-18-xl { padding-top: 72px !important; } - .pb-18-md { + .pb-18-xl { padding-bottom: 72px !important; } - .px-18-md { + .px-18-xl { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-md { + .py-18-xl { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-md { + .m-18-xl { margin: 72px !important; } - .mr-18-md { + .mr-18-xl { margin-right: 72px !important; } - .ml-18-md { + .ml-18-xl { margin-left: 72px !important; } - .mt-18-md { + .mt-18-xl { margin-top: 72px !important; } - .mb-18-md { + .mb-18-xl { margin-bottom: 72px !important; } - .mx-18-md { + .mx-18-xl { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-md { + .my-18-xl { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-md-minus { + .m-18-xl-minus { margin: -72px !important; } - .mr-18-md-minus { + .mr-18-xl-minus { margin-right: -72px !important; } - .ml-18-md-minus { + .ml-18-xl-minus { margin-left: -72px !important; } - .mt-18-md-minus { + .mt-18-xl-minus { margin-top: -72px !important; } - .mb-18-md-minus { + .mb-18-xl-minus { margin-bottom: -72px !important; } - .p-19-md { + .p-19-xl { padding: 76px !important; } - .pr-19-md { + .pr-19-xl { padding-right: 76px !important; } - .pl-19-md { + .pl-19-xl { padding-left: 76px !important; } - .pt-19-md { + .pt-19-xl { padding-top: 76px !important; } - .pb-19-md { + .pb-19-xl { padding-bottom: 76px !important; } - .px-19-md { + .px-19-xl { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-md { + .py-19-xl { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-md { + .m-19-xl { margin: 76px !important; } - .mr-19-md { + .mr-19-xl { margin-right: 76px !important; } - .ml-19-md { + .ml-19-xl { margin-left: 76px !important; } - .mt-19-md { + .mt-19-xl { margin-top: 76px !important; } - .mb-19-md { + .mb-19-xl { margin-bottom: 76px !important; } - .mx-19-md { + .mx-19-xl { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-md { + .my-19-xl { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-md-minus { + .m-19-xl-minus { margin: -76px !important; } - .mr-19-md-minus { + .mr-19-xl-minus { margin-right: -76px !important; } - .ml-19-md-minus { + .ml-19-xl-minus { margin-left: -76px !important; } - .mt-19-md-minus { + .mt-19-xl-minus { margin-top: -76px !important; } - .mb-19-md-minus { + .mb-19-xl-minus { margin-bottom: -76px !important; } - .p-20-md { + .p-20-xl { padding: 80px !important; } - .pr-20-md { + .pr-20-xl { padding-right: 80px !important; } - .pl-20-md { + .pl-20-xl { padding-left: 80px !important; } - .pt-20-md { + .pt-20-xl { padding-top: 80px !important; } - .pb-20-md { + .pb-20-xl { padding-bottom: 80px !important; } - .px-20-md { + .px-20-xl { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-md { + .py-20-xl { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-md { + .m-20-xl { margin: 80px !important; } - .mr-20-md { + .mr-20-xl { margin-right: 80px !important; } - .ml-20-md { + .ml-20-xl { margin-left: 80px !important; } - .mt-20-md { + .mt-20-xl { margin-top: 80px !important; } - .mb-20-md { + .mb-20-xl { margin-bottom: 80px !important; } - .mx-20-md { + .mx-20-xl { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-md { + .my-20-xl { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-md-minus { + .m-20-xl-minus { margin: -80px !important; } - .mr-20-md-minus { + .mr-20-xl-minus { margin-right: -80px !important; } - .ml-20-md-minus { + .ml-20-xl-minus { margin-left: -80px !important; } - .mt-20-md-minus { + .mt-20-xl-minus { margin-top: -80px !important; } - .mb-20-md-minus { + .mb-20-xl-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 992px) { - .mx-auto-lg { +@media screen and (min-width: 1452px) { + .mx-auto-xxl { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-lg { + .ml-auto-xxl { margin-left: auto!important; } - .mr-auto-lg { + .mr-auto-xxl { margin-right: auto!important; } - .mt-auto-lg { + .mt-auto-xxl { margin-top: auto!important; } - .mb-auto-lg { + .mb-auto-xxl { margin-bottom: auto!important; } - .p-0-lg { + .p-0-xxl { padding: 0!important; } - .pl-0-lg { + .pl-0-xxl { padding-left: 0!important; } - .pr-0-lg { + .pr-0-xxl { padding-right: 0!important; } - .pt-0-lg { + .pt-0-xxl { padding-top: 0!important; } - .pb-0-lg { + .pb-0-xxl { padding-bottom: 0!important; } - .m-0-lg { + .m-0-xxl { margin: 0!important; } - .ml-0-lg { + .ml-0-xxl { margin-left: 0!important; } - .mr-0-lg { + .mr-0-xxl { margin-right: 0!important; } - .mt-0-lg { + .mt-0-xxl { margin-top: 0!important; } - .mb-0-lg { + .mb-0-xxl { margin-bottom: 0!important; } - .p-0-lg { + .p-0-xxl { padding: 0px !important; } - .pr-0-lg { + .pr-0-xxl { padding-right: 0px !important; } - .pl-0-lg { + .pl-0-xxl { padding-left: 0px !important; } - .pt-0-lg { + .pt-0-xxl { padding-top: 0px !important; } - .pb-0-lg { + .pb-0-xxl { padding-bottom: 0px !important; } - .px-0-lg { + .px-0-xxl { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-lg { + .py-0-xxl { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-lg { + .m-0-xxl { margin: 0px !important; } - .mr-0-lg { + .mr-0-xxl { margin-right: 0px !important; } - .ml-0-lg { + .ml-0-xxl { margin-left: 0px !important; } - .mt-0-lg { + .mt-0-xxl { margin-top: 0px !important; } - .mb-0-lg { + .mb-0-xxl { margin-bottom: 0px !important; } - .mx-0-lg { + .mx-0-xxl { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-lg { + .my-0-xxl { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-lg-minus { + .m-0-xxl-minus { margin: 0px !important; } - .mr-0-lg-minus { + .mr-0-xxl-minus { margin-right: 0px !important; } - .ml-0-lg-minus { + .ml-0-xxl-minus { margin-left: 0px !important; } - .mt-0-lg-minus { + .mt-0-xxl-minus { margin-top: 0px !important; } - .mb-0-lg-minus { + .mb-0-xxl-minus { margin-bottom: 0px !important; } - .p-1-lg { + .p-1-xxl { padding: 4px !important; } - .pr-1-lg { + .pr-1-xxl { padding-right: 4px !important; } - .pl-1-lg { + .pl-1-xxl { padding-left: 4px !important; } - .pt-1-lg { + .pt-1-xxl { padding-top: 4px !important; } - .pb-1-lg { + .pb-1-xxl { padding-bottom: 4px !important; } - .px-1-lg { + .px-1-xxl { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-lg { + .py-1-xxl { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-lg { + .m-1-xxl { margin: 4px !important; } - .mr-1-lg { + .mr-1-xxl { margin-right: 4px !important; } - .ml-1-lg { + .ml-1-xxl { margin-left: 4px !important; } - .mt-1-lg { + .mt-1-xxl { margin-top: 4px !important; } - .mb-1-lg { + .mb-1-xxl { margin-bottom: 4px !important; } - .mx-1-lg { + .mx-1-xxl { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-lg { + .my-1-xxl { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-lg-minus { + .m-1-xxl-minus { margin: -4px !important; } - .mr-1-lg-minus { + .mr-1-xxl-minus { margin-right: -4px !important; } - .ml-1-lg-minus { + .ml-1-xxl-minus { margin-left: -4px !important; } - .mt-1-lg-minus { + .mt-1-xxl-minus { margin-top: -4px !important; } - .mb-1-lg-minus { + .mb-1-xxl-minus { margin-bottom: -4px !important; } - .p-2-lg { + .p-2-xxl { padding: 8px !important; } - .pr-2-lg { + .pr-2-xxl { padding-right: 8px !important; } - .pl-2-lg { + .pl-2-xxl { padding-left: 8px !important; } - .pt-2-lg { + .pt-2-xxl { padding-top: 8px !important; } - .pb-2-lg { + .pb-2-xxl { padding-bottom: 8px !important; } - .px-2-lg { + .px-2-xxl { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-lg { + .py-2-xxl { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-lg { + .m-2-xxl { margin: 8px !important; } - .mr-2-lg { + .mr-2-xxl { margin-right: 8px !important; } - .ml-2-lg { + .ml-2-xxl { margin-left: 8px !important; } - .mt-2-lg { + .mt-2-xxl { margin-top: 8px !important; } - .mb-2-lg { + .mb-2-xxl { margin-bottom: 8px !important; } - .mx-2-lg { + .mx-2-xxl { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-lg { + .my-2-xxl { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-lg-minus { + .m-2-xxl-minus { margin: -8px !important; } - .mr-2-lg-minus { + .mr-2-xxl-minus { margin-right: -8px !important; } - .ml-2-lg-minus { + .ml-2-xxl-minus { margin-left: -8px !important; } - .mt-2-lg-minus { + .mt-2-xxl-minus { margin-top: -8px !important; } - .mb-2-lg-minus { + .mb-2-xxl-minus { margin-bottom: -8px !important; } - .p-3-lg { + .p-3-xxl { padding: 12px !important; } - .pr-3-lg { + .pr-3-xxl { padding-right: 12px !important; } - .pl-3-lg { + .pl-3-xxl { padding-left: 12px !important; } - .pt-3-lg { + .pt-3-xxl { padding-top: 12px !important; } - .pb-3-lg { + .pb-3-xxl { padding-bottom: 12px !important; } - .px-3-lg { + .px-3-xxl { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-lg { + .py-3-xxl { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-lg { + .m-3-xxl { margin: 12px !important; } - .mr-3-lg { + .mr-3-xxl { margin-right: 12px !important; } - .ml-3-lg { + .ml-3-xxl { margin-left: 12px !important; } - .mt-3-lg { + .mt-3-xxl { margin-top: 12px !important; } - .mb-3-lg { + .mb-3-xxl { margin-bottom: 12px !important; } - .mx-3-lg { + .mx-3-xxl { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-lg { + .my-3-xxl { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-lg-minus { + .m-3-xxl-minus { margin: -12px !important; } - .mr-3-lg-minus { + .mr-3-xxl-minus { margin-right: -12px !important; } - .ml-3-lg-minus { + .ml-3-xxl-minus { margin-left: -12px !important; } - .mt-3-lg-minus { + .mt-3-xxl-minus { margin-top: -12px !important; } - .mb-3-lg-minus { + .mb-3-xxl-minus { margin-bottom: -12px !important; } - .p-4-lg { + .p-4-xxl { padding: 16px !important; } - .pr-4-lg { + .pr-4-xxl { padding-right: 16px !important; } - .pl-4-lg { + .pl-4-xxl { padding-left: 16px !important; } - .pt-4-lg { + .pt-4-xxl { padding-top: 16px !important; } - .pb-4-lg { + .pb-4-xxl { padding-bottom: 16px !important; } - .px-4-lg { + .px-4-xxl { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-lg { + .py-4-xxl { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-lg { + .m-4-xxl { margin: 16px !important; } - .mr-4-lg { + .mr-4-xxl { margin-right: 16px !important; } - .ml-4-lg { + .ml-4-xxl { margin-left: 16px !important; } - .mt-4-lg { + .mt-4-xxl { margin-top: 16px !important; } - .mb-4-lg { + .mb-4-xxl { margin-bottom: 16px !important; } - .mx-4-lg { + .mx-4-xxl { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-lg { + .my-4-xxl { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-lg-minus { + .m-4-xxl-minus { margin: -16px !important; } - .mr-4-lg-minus { + .mr-4-xxl-minus { margin-right: -16px !important; } - .ml-4-lg-minus { + .ml-4-xxl-minus { margin-left: -16px !important; } - .mt-4-lg-minus { + .mt-4-xxl-minus { margin-top: -16px !important; } - .mb-4-lg-minus { + .mb-4-xxl-minus { margin-bottom: -16px !important; } - .p-5-lg { + .p-5-xxl { padding: 20px !important; } - .pr-5-lg { + .pr-5-xxl { padding-right: 20px !important; } - .pl-5-lg { + .pl-5-xxl { padding-left: 20px !important; } - .pt-5-lg { + .pt-5-xxl { padding-top: 20px !important; } - .pb-5-lg { + .pb-5-xxl { padding-bottom: 20px !important; } - .px-5-lg { + .px-5-xxl { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-lg { + .py-5-xxl { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-lg { + .m-5-xxl { margin: 20px !important; } - .mr-5-lg { + .mr-5-xxl { margin-right: 20px !important; } - .ml-5-lg { + .ml-5-xxl { margin-left: 20px !important; } - .mt-5-lg { + .mt-5-xxl { margin-top: 20px !important; } - .mb-5-lg { + .mb-5-xxl { margin-bottom: 20px !important; } - .mx-5-lg { + .mx-5-xxl { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-lg { + .my-5-xxl { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-lg-minus { + .m-5-xxl-minus { margin: -20px !important; } - .mr-5-lg-minus { + .mr-5-xxl-minus { margin-right: -20px !important; } - .ml-5-lg-minus { + .ml-5-xxl-minus { margin-left: -20px !important; } - .mt-5-lg-minus { + .mt-5-xxl-minus { margin-top: -20px !important; } - .mb-5-lg-minus { + .mb-5-xxl-minus { margin-bottom: -20px !important; } - .p-6-lg { + .p-6-xxl { padding: 24px !important; } - .pr-6-lg { + .pr-6-xxl { padding-right: 24px !important; } - .pl-6-lg { + .pl-6-xxl { padding-left: 24px !important; } - .pt-6-lg { + .pt-6-xxl { padding-top: 24px !important; } - .pb-6-lg { + .pb-6-xxl { padding-bottom: 24px !important; } - .px-6-lg { + .px-6-xxl { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-lg { + .py-6-xxl { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-lg { + .m-6-xxl { margin: 24px !important; } - .mr-6-lg { + .mr-6-xxl { margin-right: 24px !important; } - .ml-6-lg { + .ml-6-xxl { margin-left: 24px !important; } - .mt-6-lg { + .mt-6-xxl { margin-top: 24px !important; } - .mb-6-lg { + .mb-6-xxl { margin-bottom: 24px !important; } - .mx-6-lg { + .mx-6-xxl { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-lg { + .my-6-xxl { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-lg-minus { + .m-6-xxl-minus { margin: -24px !important; } - .mr-6-lg-minus { + .mr-6-xxl-minus { margin-right: -24px !important; } - .ml-6-lg-minus { + .ml-6-xxl-minus { margin-left: -24px !important; } - .mt-6-lg-minus { + .mt-6-xxl-minus { margin-top: -24px !important; } - .mb-6-lg-minus { + .mb-6-xxl-minus { margin-bottom: -24px !important; } - .p-7-lg { + .p-7-xxl { padding: 28px !important; } - .pr-7-lg { + .pr-7-xxl { padding-right: 28px !important; } - .pl-7-lg { + .pl-7-xxl { padding-left: 28px !important; } - .pt-7-lg { + .pt-7-xxl { padding-top: 28px !important; } - .pb-7-lg { + .pb-7-xxl { padding-bottom: 28px !important; } - .px-7-lg { + .px-7-xxl { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-lg { + .py-7-xxl { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-lg { + .m-7-xxl { margin: 28px !important; } - .mr-7-lg { + .mr-7-xxl { margin-right: 28px !important; } - .ml-7-lg { + .ml-7-xxl { margin-left: 28px !important; } - .mt-7-lg { + .mt-7-xxl { margin-top: 28px !important; } - .mb-7-lg { + .mb-7-xxl { margin-bottom: 28px !important; } - .mx-7-lg { + .mx-7-xxl { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-lg { + .my-7-xxl { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-lg-minus { + .m-7-xxl-minus { margin: -28px !important; } - .mr-7-lg-minus { + .mr-7-xxl-minus { margin-right: -28px !important; } - .ml-7-lg-minus { + .ml-7-xxl-minus { margin-left: -28px !important; } - .mt-7-lg-minus { + .mt-7-xxl-minus { margin-top: -28px !important; } - .mb-7-lg-minus { + .mb-7-xxl-minus { margin-bottom: -28px !important; } - .p-8-lg { + .p-8-xxl { padding: 32px !important; } - .pr-8-lg { + .pr-8-xxl { padding-right: 32px !important; } - .pl-8-lg { + .pl-8-xxl { padding-left: 32px !important; } - .pt-8-lg { + .pt-8-xxl { padding-top: 32px !important; } - .pb-8-lg { + .pb-8-xxl { padding-bottom: 32px !important; } - .px-8-lg { + .px-8-xxl { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-lg { + .py-8-xxl { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-lg { + .m-8-xxl { margin: 32px !important; } - .mr-8-lg { + .mr-8-xxl { margin-right: 32px !important; } - .ml-8-lg { + .ml-8-xxl { margin-left: 32px !important; } - .mt-8-lg { + .mt-8-xxl { margin-top: 32px !important; } - .mb-8-lg { + .mb-8-xxl { margin-bottom: 32px !important; } - .mx-8-lg { + .mx-8-xxl { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-lg { + .my-8-xxl { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-lg-minus { + .m-8-xxl-minus { margin: -32px !important; } - .mr-8-lg-minus { + .mr-8-xxl-minus { margin-right: -32px !important; } - .ml-8-lg-minus { + .ml-8-xxl-minus { margin-left: -32px !important; } - .mt-8-lg-minus { + .mt-8-xxl-minus { margin-top: -32px !important; } - .mb-8-lg-minus { + .mb-8-xxl-minus { margin-bottom: -32px !important; } - .p-9-lg { + .p-9-xxl { padding: 36px !important; } - .pr-9-lg { + .pr-9-xxl { padding-right: 36px !important; } - .pl-9-lg { + .pl-9-xxl { padding-left: 36px !important; } - .pt-9-lg { + .pt-9-xxl { padding-top: 36px !important; } - .pb-9-lg { + .pb-9-xxl { padding-bottom: 36px !important; } - .px-9-lg { + .px-9-xxl { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-lg { + .py-9-xxl { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-lg { + .m-9-xxl { margin: 36px !important; } - .mr-9-lg { + .mr-9-xxl { margin-right: 36px !important; } - .ml-9-lg { + .ml-9-xxl { margin-left: 36px !important; } - .mt-9-lg { + .mt-9-xxl { margin-top: 36px !important; } - .mb-9-lg { + .mb-9-xxl { margin-bottom: 36px !important; } - .mx-9-lg { + .mx-9-xxl { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-lg { + .my-9-xxl { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-lg-minus { + .m-9-xxl-minus { margin: -36px !important; } - .mr-9-lg-minus { + .mr-9-xxl-minus { margin-right: -36px !important; } - .ml-9-lg-minus { + .ml-9-xxl-minus { margin-left: -36px !important; } - .mt-9-lg-minus { + .mt-9-xxl-minus { margin-top: -36px !important; } - .mb-9-lg-minus { + .mb-9-xxl-minus { margin-bottom: -36px !important; } - .p-10-lg { + .p-10-xxl { padding: 40px !important; } - .pr-10-lg { + .pr-10-xxl { padding-right: 40px !important; } - .pl-10-lg { + .pl-10-xxl { padding-left: 40px !important; } - .pt-10-lg { + .pt-10-xxl { padding-top: 40px !important; } - .pb-10-lg { + .pb-10-xxl { padding-bottom: 40px !important; } - .px-10-lg { + .px-10-xxl { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-lg { + .py-10-xxl { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-lg { + .m-10-xxl { margin: 40px !important; } - .mr-10-lg { + .mr-10-xxl { margin-right: 40px !important; } - .ml-10-lg { + .ml-10-xxl { margin-left: 40px !important; } - .mt-10-lg { + .mt-10-xxl { margin-top: 40px !important; } - .mb-10-lg { + .mb-10-xxl { margin-bottom: 40px !important; } - .mx-10-lg { + .mx-10-xxl { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-lg { + .my-10-xxl { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-lg-minus { + .m-10-xxl-minus { margin: -40px !important; } - .mr-10-lg-minus { + .mr-10-xxl-minus { margin-right: -40px !important; } - .ml-10-lg-minus { + .ml-10-xxl-minus { margin-left: -40px !important; } - .mt-10-lg-minus { + .mt-10-xxl-minus { margin-top: -40px !important; } - .mb-10-lg-minus { + .mb-10-xxl-minus { margin-bottom: -40px !important; } - .p-11-lg { + .p-11-xxl { padding: 44px !important; } - .pr-11-lg { + .pr-11-xxl { padding-right: 44px !important; } - .pl-11-lg { + .pl-11-xxl { padding-left: 44px !important; } - .pt-11-lg { + .pt-11-xxl { padding-top: 44px !important; } - .pb-11-lg { + .pb-11-xxl { padding-bottom: 44px !important; } - .px-11-lg { + .px-11-xxl { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-lg { + .py-11-xxl { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-lg { + .m-11-xxl { margin: 44px !important; } - .mr-11-lg { + .mr-11-xxl { margin-right: 44px !important; } - .ml-11-lg { + .ml-11-xxl { margin-left: 44px !important; } - .mt-11-lg { + .mt-11-xxl { margin-top: 44px !important; } - .mb-11-lg { + .mb-11-xxl { margin-bottom: 44px !important; } - .mx-11-lg { + .mx-11-xxl { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-lg { + .my-11-xxl { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-lg-minus { + .m-11-xxl-minus { margin: -44px !important; } - .mr-11-lg-minus { + .mr-11-xxl-minus { margin-right: -44px !important; } - .ml-11-lg-minus { + .ml-11-xxl-minus { margin-left: -44px !important; } - .mt-11-lg-minus { + .mt-11-xxl-minus { margin-top: -44px !important; } - .mb-11-lg-minus { + .mb-11-xxl-minus { margin-bottom: -44px !important; } - .p-12-lg { + .p-12-xxl { padding: 48px !important; } - .pr-12-lg { + .pr-12-xxl { padding-right: 48px !important; } - .pl-12-lg { + .pl-12-xxl { padding-left: 48px !important; } - .pt-12-lg { + .pt-12-xxl { padding-top: 48px !important; } - .pb-12-lg { + .pb-12-xxl { padding-bottom: 48px !important; } - .px-12-lg { + .px-12-xxl { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-lg { + .py-12-xxl { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-lg { + .m-12-xxl { margin: 48px !important; } - .mr-12-lg { + .mr-12-xxl { margin-right: 48px !important; } - .ml-12-lg { + .ml-12-xxl { margin-left: 48px !important; } - .mt-12-lg { + .mt-12-xxl { margin-top: 48px !important; } - .mb-12-lg { + .mb-12-xxl { margin-bottom: 48px !important; } - .mx-12-lg { + .mx-12-xxl { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-lg { + .my-12-xxl { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-lg-minus { + .m-12-xxl-minus { margin: -48px !important; } - .mr-12-lg-minus { + .mr-12-xxl-minus { margin-right: -48px !important; } - .ml-12-lg-minus { + .ml-12-xxl-minus { margin-left: -48px !important; } - .mt-12-lg-minus { + .mt-12-xxl-minus { margin-top: -48px !important; } - .mb-12-lg-minus { + .mb-12-xxl-minus { margin-bottom: -48px !important; } - .p-13-lg { + .p-13-xxl { padding: 52px !important; } - .pr-13-lg { + .pr-13-xxl { padding-right: 52px !important; } - .pl-13-lg { + .pl-13-xxl { padding-left: 52px !important; } - .pt-13-lg { + .pt-13-xxl { padding-top: 52px !important; } - .pb-13-lg { + .pb-13-xxl { padding-bottom: 52px !important; } - .px-13-lg { + .px-13-xxl { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-lg { + .py-13-xxl { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-lg { + .m-13-xxl { margin: 52px !important; } - .mr-13-lg { + .mr-13-xxl { margin-right: 52px !important; } - .ml-13-lg { + .ml-13-xxl { margin-left: 52px !important; } - .mt-13-lg { + .mt-13-xxl { margin-top: 52px !important; } - .mb-13-lg { + .mb-13-xxl { margin-bottom: 52px !important; } - .mx-13-lg { + .mx-13-xxl { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-lg { + .my-13-xxl { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-lg-minus { + .m-13-xxl-minus { margin: -52px !important; } - .mr-13-lg-minus { + .mr-13-xxl-minus { margin-right: -52px !important; } - .ml-13-lg-minus { + .ml-13-xxl-minus { margin-left: -52px !important; } - .mt-13-lg-minus { + .mt-13-xxl-minus { margin-top: -52px !important; } - .mb-13-lg-minus { + .mb-13-xxl-minus { margin-bottom: -52px !important; } - .p-14-lg { + .p-14-xxl { padding: 56px !important; } - .pr-14-lg { + .pr-14-xxl { padding-right: 56px !important; } - .pl-14-lg { + .pl-14-xxl { padding-left: 56px !important; } - .pt-14-lg { + .pt-14-xxl { padding-top: 56px !important; } - .pb-14-lg { + .pb-14-xxl { padding-bottom: 56px !important; } - .px-14-lg { + .px-14-xxl { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-lg { + .py-14-xxl { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-lg { + .m-14-xxl { margin: 56px !important; } - .mr-14-lg { + .mr-14-xxl { margin-right: 56px !important; } - .ml-14-lg { + .ml-14-xxl { margin-left: 56px !important; } - .mt-14-lg { + .mt-14-xxl { margin-top: 56px !important; } - .mb-14-lg { + .mb-14-xxl { margin-bottom: 56px !important; } - .mx-14-lg { + .mx-14-xxl { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-lg { + .my-14-xxl { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-lg-minus { + .m-14-xxl-minus { margin: -56px !important; } - .mr-14-lg-minus { + .mr-14-xxl-minus { margin-right: -56px !important; } - .ml-14-lg-minus { + .ml-14-xxl-minus { margin-left: -56px !important; } - .mt-14-lg-minus { + .mt-14-xxl-minus { margin-top: -56px !important; } - .mb-14-lg-minus { + .mb-14-xxl-minus { margin-bottom: -56px !important; } - .p-15-lg { + .p-15-xxl { padding: 60px !important; } - .pr-15-lg { + .pr-15-xxl { padding-right: 60px !important; } - .pl-15-lg { + .pl-15-xxl { padding-left: 60px !important; } - .pt-15-lg { + .pt-15-xxl { padding-top: 60px !important; } - .pb-15-lg { + .pb-15-xxl { padding-bottom: 60px !important; } - .px-15-lg { + .px-15-xxl { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-lg { + .py-15-xxl { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-lg { + .m-15-xxl { margin: 60px !important; } - .mr-15-lg { + .mr-15-xxl { margin-right: 60px !important; } - .ml-15-lg { + .ml-15-xxl { margin-left: 60px !important; } - .mt-15-lg { + .mt-15-xxl { margin-top: 60px !important; } - .mb-15-lg { + .mb-15-xxl { margin-bottom: 60px !important; } - .mx-15-lg { + .mx-15-xxl { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-lg { + .my-15-xxl { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-lg-minus { + .m-15-xxl-minus { margin: -60px !important; } - .mr-15-lg-minus { + .mr-15-xxl-minus { margin-right: -60px !important; } - .ml-15-lg-minus { + .ml-15-xxl-minus { margin-left: -60px !important; } - .mt-15-lg-minus { + .mt-15-xxl-minus { margin-top: -60px !important; } - .mb-15-lg-minus { + .mb-15-xxl-minus { margin-bottom: -60px !important; } - .p-16-lg { + .p-16-xxl { padding: 64px !important; } - .pr-16-lg { + .pr-16-xxl { padding-right: 64px !important; } - .pl-16-lg { + .pl-16-xxl { padding-left: 64px !important; } - .pt-16-lg { + .pt-16-xxl { padding-top: 64px !important; } - .pb-16-lg { + .pb-16-xxl { padding-bottom: 64px !important; } - .px-16-lg { + .px-16-xxl { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-lg { + .py-16-xxl { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-lg { + .m-16-xxl { margin: 64px !important; } - .mr-16-lg { + .mr-16-xxl { margin-right: 64px !important; } - .ml-16-lg { + .ml-16-xxl { margin-left: 64px !important; } - .mt-16-lg { + .mt-16-xxl { margin-top: 64px !important; } - .mb-16-lg { + .mb-16-xxl { margin-bottom: 64px !important; } - .mx-16-lg { + .mx-16-xxl { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-lg { + .my-16-xxl { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-lg-minus { + .m-16-xxl-minus { margin: -64px !important; } - .mr-16-lg-minus { + .mr-16-xxl-minus { margin-right: -64px !important; } - .ml-16-lg-minus { + .ml-16-xxl-minus { margin-left: -64px !important; } - .mt-16-lg-minus { + .mt-16-xxl-minus { margin-top: -64px !important; } - .mb-16-lg-minus { + .mb-16-xxl-minus { margin-bottom: -64px !important; } - .p-17-lg { + .p-17-xxl { padding: 68px !important; } - .pr-17-lg { + .pr-17-xxl { padding-right: 68px !important; } - .pl-17-lg { + .pl-17-xxl { padding-left: 68px !important; } - .pt-17-lg { + .pt-17-xxl { padding-top: 68px !important; } - .pb-17-lg { + .pb-17-xxl { padding-bottom: 68px !important; } - .px-17-lg { + .px-17-xxl { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-lg { + .py-17-xxl { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-lg { + .m-17-xxl { margin: 68px !important; } - .mr-17-lg { + .mr-17-xxl { margin-right: 68px !important; } - .ml-17-lg { + .ml-17-xxl { margin-left: 68px !important; } - .mt-17-lg { + .mt-17-xxl { margin-top: 68px !important; } - .mb-17-lg { + .mb-17-xxl { margin-bottom: 68px !important; } - .mx-17-lg { + .mx-17-xxl { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-lg { + .my-17-xxl { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-lg-minus { + .m-17-xxl-minus { margin: -68px !important; } - .mr-17-lg-minus { + .mr-17-xxl-minus { margin-right: -68px !important; } - .ml-17-lg-minus { + .ml-17-xxl-minus { margin-left: -68px !important; } - .mt-17-lg-minus { + .mt-17-xxl-minus { margin-top: -68px !important; } - .mb-17-lg-minus { + .mb-17-xxl-minus { margin-bottom: -68px !important; } - .p-18-lg { + .p-18-xxl { padding: 72px !important; } - .pr-18-lg { + .pr-18-xxl { padding-right: 72px !important; } - .pl-18-lg { + .pl-18-xxl { padding-left: 72px !important; } - .pt-18-lg { + .pt-18-xxl { padding-top: 72px !important; } - .pb-18-lg { + .pb-18-xxl { padding-bottom: 72px !important; } - .px-18-lg { + .px-18-xxl { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-lg { + .py-18-xxl { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-lg { + .m-18-xxl { margin: 72px !important; } - .mr-18-lg { + .mr-18-xxl { margin-right: 72px !important; } - .ml-18-lg { + .ml-18-xxl { margin-left: 72px !important; } - .mt-18-lg { + .mt-18-xxl { margin-top: 72px !important; } - .mb-18-lg { + .mb-18-xxl { margin-bottom: 72px !important; } - .mx-18-lg { + .mx-18-xxl { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-lg { + .my-18-xxl { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-lg-minus { + .m-18-xxl-minus { margin: -72px !important; } - .mr-18-lg-minus { + .mr-18-xxl-minus { margin-right: -72px !important; } - .ml-18-lg-minus { + .ml-18-xxl-minus { margin-left: -72px !important; } - .mt-18-lg-minus { + .mt-18-xxl-minus { margin-top: -72px !important; } - .mb-18-lg-minus { + .mb-18-xxl-minus { margin-bottom: -72px !important; } - .p-19-lg { + .p-19-xxl { padding: 76px !important; } - .pr-19-lg { + .pr-19-xxl { padding-right: 76px !important; } - .pl-19-lg { + .pl-19-xxl { padding-left: 76px !important; } - .pt-19-lg { + .pt-19-xxl { padding-top: 76px !important; } - .pb-19-lg { + .pb-19-xxl { padding-bottom: 76px !important; } - .px-19-lg { + .px-19-xxl { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-lg { + .py-19-xxl { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-lg { + .m-19-xxl { margin: 76px !important; } - .mr-19-lg { + .mr-19-xxl { margin-right: 76px !important; } - .ml-19-lg { + .ml-19-xxl { margin-left: 76px !important; } - .mt-19-lg { + .mt-19-xxl { margin-top: 76px !important; } - .mb-19-lg { + .mb-19-xxl { margin-bottom: 76px !important; } - .mx-19-lg { + .mx-19-xxl { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-lg { + .my-19-xxl { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-lg-minus { + .m-19-xxl-minus { margin: -76px !important; } - .mr-19-lg-minus { + .mr-19-xxl-minus { margin-right: -76px !important; } - .ml-19-lg-minus { + .ml-19-xxl-minus { margin-left: -76px !important; } - .mt-19-lg-minus { + .mt-19-xxl-minus { margin-top: -76px !important; } - .mb-19-lg-minus { + .mb-19-xxl-minus { margin-bottom: -76px !important; } - .p-20-lg { + .p-20-xxl { padding: 80px !important; } - .pr-20-lg { + .pr-20-xxl { padding-right: 80px !important; } - .pl-20-lg { + .pl-20-xxl { padding-left: 80px !important; } - .pt-20-lg { + .pt-20-xxl { padding-top: 80px !important; } - .pb-20-lg { + .pb-20-xxl { padding-bottom: 80px !important; } - .px-20-lg { + .px-20-xxl { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-lg { + .py-20-xxl { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-lg { + .m-20-xxl { margin: 80px !important; } - .mr-20-lg { + .mr-20-xxl { margin-right: 80px !important; } - .ml-20-lg { + .ml-20-xxl { margin-left: 80px !important; } - .mt-20-lg { + .mt-20-xxl { margin-top: 80px !important; } - .mb-20-lg { + .mb-20-xxl { margin-bottom: 80px !important; } - .mx-20-lg { + .mx-20-xxl { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-lg { + .my-20-xxl { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-lg-minus { + .m-20-xxl-minus { margin: -80px !important; } - .mr-20-lg-minus { + .mr-20-xxl-minus { margin-right: -80px !important; } - .ml-20-lg-minus { + .ml-20-xxl-minus { margin-left: -80px !important; } - .mt-20-lg-minus { + .mt-20-xxl-minus { margin-top: -80px !important; } - .mb-20-lg-minus { + .mb-20-xxl-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 1200px) { - .mx-auto-xl { - margin-left: auto!important; - margin-right: auto!important; - } - .ml-auto-xl { - margin-left: auto!important; - } - .mr-auto-xl { - margin-right: auto!important; - } - .mt-auto-xl { - margin-top: auto!important; - } - .mb-auto-xl { - margin-bottom: auto!important; - } - .p-0-xl { - padding: 0!important; - } - .pl-0-xl { - padding-left: 0!important; - } - .pr-0-xl { - padding-right: 0!important; - } - .pt-0-xl { - padding-top: 0!important; - } - .pb-0-xl { - padding-bottom: 0!important; - } - .m-0-xl { - margin: 0!important; - } - .ml-0-xl { - margin-left: 0!important; - } - .mr-0-xl { - margin-right: 0!important; - } - .mt-0-xl { - margin-top: 0!important; - } - .mb-0-xl { - margin-bottom: 0!important; - } - .p-0-xl { - padding: 0px !important; - } - .pr-0-xl { - padding-right: 0px !important; - } - .pl-0-xl { - padding-left: 0px !important; - } - .pt-0-xl { - padding-top: 0px !important; - } - .pb-0-xl { - padding-bottom: 0px !important; - } - .px-0-xl { - padding-left: 0px !important; - padding-right: 0px !important; - } - .py-0-xl { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - .m-0-xl { - margin: 0px !important; - } - .mr-0-xl { - margin-right: 0px !important; - } - .ml-0-xl { - margin-left: 0px !important; - } - .mt-0-xl { - margin-top: 0px !important; - } - .mb-0-xl { - margin-bottom: 0px !important; - } - .mx-0-xl { - margin-left: 0px !important; - margin-right: 0px !important; - } - .my-0-xl { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - .m-0-xl-minus { - margin: 0px !important; - } - .mr-0-xl-minus { - margin-right: 0px !important; - } - .ml-0-xl-minus { - margin-left: 0px !important; - } - .mt-0-xl-minus { - margin-top: 0px !important; - } - .mb-0-xl-minus { - margin-bottom: 0px !important; - } - .p-1-xl { - padding: 4px !important; - } - .pr-1-xl { - padding-right: 4px !important; - } - .pl-1-xl { - padding-left: 4px !important; - } - .pt-1-xl { - padding-top: 4px !important; - } - .pb-1-xl { - padding-bottom: 4px !important; +.text-ultralight { + font-weight: 100 !important; +} +.text-light { + font-weight: 200 !important; +} +.text-normal { + font-weight: 400 !important; +} +.text-medium { + font-weight: 500 !important; +} +.text-bold { + font-weight: 700 !important; +} +.display4 { + font-size: 7rem; + font-weight: 200; +} +.display3 { + font-size: 3.5rem; + font-weight: 400; +} +.display2 { + font-size: 3rem; + font-weight: 400; +} +.display1 { + font-size: 2.25rem; + font-weight: 400; +} +.display1, +.display2, +.display3, +.display4 { + margin-top: 1.25rem; + margin-bottom: 1.25rem; + line-height: 1.2; +} +.display4, +.display3, +.display2, +.display1 { + color: #757575; +} +.leader, +.h1, +h1 { + font-weight: 100; + font-size: 3rem; +} +.sub-leader, +.h2, +h2 { + font-weight: 400; + font-size: 2rem; +} +.header, +.h3, +h3 { + font-weight: 500; + font-size: 1.75rem; +} +.sub-header, +.h4, +h4 { + font-weight: 500; + font-size: 1.5rem; +} +.alt-header, +.h5, +h5 { + font-weight: 500; + font-size: 1.25rem; +} +.sub-alt-header, +.h6, +h6 { + font-weight: 500; + font-size: 1.125rem; +} +.text-small { + font-weight: 400; + font-size: 0.75rem; +} +.text-secondary { + font-weight: 400; + font-size: 0.875rem; +} +.text-leader { + font-size: 1.5rem; + font-weight: 300; + line-height: 1.2; +} +.text-leader2 { + font-size: 1.25rem; + font-weight: 300; + line-height: 1.2; +} +.text-muted { + color: #bebebe; +} +.leader, +.h1, +h1, +.sub-leader, +.h2, +h2, +.header, +.h3, +h3, +.sub-header, +.h4, +h4, +.alt-header, +.h5, +h5, +.sub-alt-header, +.h6, +h6 { + color: inherit; + margin: 1rem 0; + line-height: 1.1; +} +.leader > small, +.h1 > small, +h1 > small, +.sub-leader > small, +.h2 > small, +h2 > small, +.header > small, +.h3 > small, +h3 > small, +.sub-header > small, +.h4 > small, +h4 > small, +.alt-header > small, +.h5 > small, +h5 > small, +.sub-alt-header > small, +.h6 > small, +h6 > small, +.leader > .small, +.h1 > .small, +h1 > .small, +.sub-leader > .small, +.h2 > .small, +h2 > .small, +.header > .small, +.h3 > .small, +h3 > .small, +.sub-header > .small, +.h4 > .small, +h4 > .small, +.alt-header > .small, +.h5 > .small, +h5 > .small, +.sub-alt-header > .small, +.h6 > .small, +h6 > .small { + font-weight: 400; + font-size: 0.7em; + line-height: 1; + color: #777; +} +.text-upper { + text-transform: uppercase !important; +} +.text-lower { + text-transform: lowercase !important; +} +.text-cap { + text-transform: capitalize !important; +} +.text-left { + text-align: left !important; +} +.text-right { + text-align: right !important; +} +.text-center { + text-align: center !important; +} +.text-just { + text-align: justify !important; +} +.text-ellipsis { + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.va-top { + vertical-align: top !important; +} +.va-bottom { + vertical-align: bottom !important; +} +.va-baseline { + vertical-align: baseline !important; +} +.va-middle { + vertical-align: middle !important; +} +.va-sub { + vertical-align: sub !important; +} +.va-super { + vertical-align: super !important; +} +.va-text-top { + vertical-align: text-top !important; +} +.va-text-bottom { + vertical-align: text-bottom !important; +} +abbr { + text-decoration: none; + border-bottom: 1px #bebebe dotted; + cursor: help; + display: inline; +} +address { + font-weight: normal; + margin-bottom: 1rem; + font-style: normal; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sub { + bottom: -0.25em; +} +sup { + top: -0.5em; +} +pre, +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1rem; +} +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; +} +code { + white-space: nowrap; +} +pre code { + white-space: inherit; +} +a:not([class]) { + position: relative; + color: #0366d6; + text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; + -webkit-box-shadow: none; + box-shadow: none; +} +a:not([class]):hover { + color: #0056b3; + text-decoration: underline; +} +a:not([class]):not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} +a:not([class]):not([href]):not([tabindex]):focus, +a:not([class]):not([href]):not([tabindex]):hover { + color: inherit; + text-decoration: none; + outline: 0; +} +.no-decor { + text-decoration: none!important; +} +mark { + padding: 0.1875rem; + background-color: #fcf8e3; + color: #000000; +} +del { + color: #bebebe; +} +* + p { + margin-top: 1rem; +} +dl, +ul, +ol { + margin: 1rem; + list-style-position: inside; +} +dl dl, +ul dl, +ol dl, +dl ul, +ul ul, +ol ul, +dl ol, +ul ol, +ol ol { + margin-bottom: 0; + margin-top: 0; + padding-left: 1.5rem; +} +ul, +menu, +dir { + display: block; + list-style-type: disc; +} +ol { + list-style-type: decimal; +} +ul ul { + list-style: circle; +} +ul ul ul { + list-style: square; +} +ol { + list-style-type: upper-roman; +} +ol ol { + list-style-type: decimal; +} +ol ol ol { + list-style-type: lower-alpha; +} +dl dt, +dl dd { + line-height: 1.25rem; +} +dl dt { + font-weight: bold; +} +dl dd { + margin-left: 0.9375rem; +} +dl.horizontal dt { + float: left; + width: 10rem; + overflow: hidden; + clear: left; + text-align: right; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + white-space: nowrap; +} +dl.horizontal dd { + margin-left: 11.25rem; +} +.indent:first-letter { + margin-left: 2.5rem; +} +.indent-letter:first-letter { + font-weight: bold; + float: left; + padding: 0; + line-height: 2.5rem; + font-size: 3rem; + margin-right: 0.5rem; + margin-left: -0.125rem; + margin-top: 0.125rem; +} +blockquote { + margin-bottom: 1rem; + padding: 0 0 0 0.625rem; + border-left: 0.25rem #f8f8f8 solid; +} +blockquote small { + color: #bebebe; +} +blockquote small:before { + content: "\2014 \00A0"; +} +blockquote.right-side { + border: 0; + border-right: 4px #f8f8f8 solid; + padding-right: 0.625rem; + text-align: right; +} +blockquote.right-side small:before { + content: ""; +} +blockquote.right-side small:after { + content: " \00A0 \2014"; +} +hr { + border: 0; + height: 2px; + background-color: #f8f8f8; +} +hr.thin { + height: 1px; +} +hr.fat { + height: 3px; +} +.tally, +code, +kbd { + display: inline-block; + padding: 0 6px; + font-size: 90%; + color: #bd4147; + background-color: #f8f9fa; + border-radius: 0.25rem; + line-height: 20px; + vertical-align: middle; + height: 20px; +} +a .tally, +a code, +a kbd { + text-decoration: underline; + cursor: pointer; +} +kbd { + background-color: #004d6f; + color: #ffffff; +} +.tally { + line-height: 16px; + background-color: #e9ecef; +} +pre code { + background-color: inherit; + height: auto; +} +.remark { + display: block; + position: relative; + border: 1px solid #dfdfdf; + border-left: 4px solid #dfdfdf; + padding: 1rem; + font-size: 0.875rem; + margin: 1rem 0; +} +.reduce-1 { + font-size: 0.9em !important; +} +.reduce-2 { + font-size: 0.8em !important; +} +.reduce-3 { + font-size: 0.7em !important; +} +.reduce-4 { + font-size: 0.6em !important; +} +.reduce-5 { + font-size: 0.5em !important; +} +.reduce-6 { + font-size: 0.4em !important; +} +.reduce-7 { + font-size: 0.3em !important; +} +.reduce-8 { + font-size: 0.2em !important; +} +.reduce-9 { + font-size: 0.1em !important; +} +.enlarge { + font-size: 1em!important; +} +.enlarge-1 { + font-size: 1.1em !important; +} +.enlarge-2 { + font-size: 1.2em !important; +} +.enlarge-3 { + font-size: 1.3em !important; +} +.enlarge-4 { + font-size: 1.4em !important; +} +.enlarge-5 { + font-size: 1.5em !important; +} +.enlarge-6 { + font-size: 1.6em !important; +} +.enlarge-7 { + font-size: 1.7em !important; +} +.enlarge-8 { + font-size: 1.8em !important; +} +.enlarge-9 { + font-size: 1.9em !important; +} +.enlarge-2x { + font-size: 2em!important; +} +.enlarge-3x { + font-size: 3em!important; +} +.enlarge-4x { + font-size: 4em!important; +} +.align-size { + font-size: 1em!important; +} +.text-underline { + text-decoration: underline; +} +@media screen and (min-width: 0) { + .text-upper-fs { + text-transform: uppercase !important; } - .px-1-xl { - padding-left: 4px !important; - padding-right: 4px !important; + .text-lower-fs { + text-transform: lowercase !important; } - .py-1-xl { - padding-top: 4px !important; - padding-bottom: 4px !important; + .text-cap-fs { + text-transform: capitalize !important; } - .m-1-xl { - margin: 4px !important; + .text-left-fs { + text-align: left !important; } - .mr-1-xl { - margin-right: 4px !important; + .text-right-fs { + text-align: right !important; } - .ml-1-xl { - margin-left: 4px !important; + .text-center-fs { + text-align: center !important; } - .mt-1-xl { - margin-top: 4px !important; + .text-just-fs { + text-align: justify !important; } - .mb-1-xl { - margin-bottom: 4px !important; + .va-top-fs { + vertical-align: top !important; } - .mx-1-xl { - margin-left: 4px !important; - margin-right: 4px !important; + .va-bottom-fs { + vertical-align: bottom !important; } - .my-1-xl { - margin-top: 4px !important; - margin-bottom: 4px !important; + .va-baseline-fs { + vertical-align: baseline !important; } - .m-1-xl-minus { - margin: -4px !important; + .va-middle-fs { + vertical-align: middle !important; } - .mr-1-xl-minus { - margin-right: -4px !important; + .va-sub-fs { + vertical-align: sub !important; } - .ml-1-xl-minus { - margin-left: -4px !important; + .va-super-fs { + vertical-align: super !important; } - .mt-1-xl-minus { - margin-top: -4px !important; + .va-text-top-fs { + vertical-align: text-top !important; } - .mb-1-xl-minus { - margin-bottom: -4px !important; + .va-text-bottom-fs { + vertical-align: text-bottom !important; } - .p-2-xl { - padding: 8px !important; + .reduce-1-fs { + font-size: 0.9em !important; } - .pr-2-xl { - padding-right: 8px !important; + .reduce-2-fs { + font-size: 0.8em !important; } - .pl-2-xl { - padding-left: 8px !important; + .reduce-3-fs { + font-size: 0.7em !important; } - .pt-2-xl { - padding-top: 8px !important; + .reduce-4-fs { + font-size: 0.6em !important; } - .pb-2-xl { - padding-bottom: 8px !important; + .reduce-5-fs { + font-size: 0.5em !important; } - .px-2-xl { - padding-left: 8px !important; - padding-right: 8px !important; + .reduce-6-fs { + font-size: 0.4em !important; } - .py-2-xl { - padding-top: 8px !important; - padding-bottom: 8px !important; + .reduce-7-fs { + font-size: 0.3em !important; } - .m-2-xl { - margin: 8px !important; + .reduce-8-fs { + font-size: 0.2em !important; } - .mr-2-xl { - margin-right: 8px !important; + .reduce-9-fs { + font-size: 0.1em !important; } - .ml-2-xl { - margin-left: 8px !important; + .enlarge-fs { + font-size: 1em!important; } - .mt-2-xl { - margin-top: 8px !important; + .enlarge-1-fs { + font-size: 1.1em !important; } - .mb-2-xl { - margin-bottom: 8px !important; + .enlarge-2-fs { + font-size: 1.2em !important; } - .mx-2-xl { - margin-left: 8px !important; - margin-right: 8px !important; + .enlarge-3-fs { + font-size: 1.3em !important; } - .my-2-xl { - margin-top: 8px !important; - margin-bottom: 8px !important; + .enlarge-4-fs { + font-size: 1.4em !important; } - .m-2-xl-minus { - margin: -8px !important; + .enlarge-5-fs { + font-size: 1.5em !important; } - .mr-2-xl-minus { - margin-right: -8px !important; + .enlarge-6-fs { + font-size: 1.6em !important; } - .ml-2-xl-minus { - margin-left: -8px !important; + .enlarge-7-fs { + font-size: 1.7em !important; } - .mt-2-xl-minus { - margin-top: -8px !important; + .enlarge-8-fs { + font-size: 1.8em !important; } - .mb-2-xl-minus { - margin-bottom: -8px !important; + .enlarge-9-fs { + font-size: 1.9em !important; } - .p-3-xl { - padding: 12px !important; + .enlarge-2x-fs { + font-size: 2em!important; } - .pr-3-xl { - padding-right: 12px !important; + .enlarge-3x-fs { + font-size: 3em!important; } - .pl-3-xl { - padding-left: 12px !important; + .enlarge-4x-fs { + font-size: 4em!important; } - .pt-3-xl { - padding-top: 12px !important; +} +@media screen and (min-width: 576px) { + .text-upper-sm { + text-transform: uppercase !important; } - .pb-3-xl { - padding-bottom: 12px !important; + .text-lower-sm { + text-transform: lowercase !important; } - .px-3-xl { - padding-left: 12px !important; - padding-right: 12px !important; + .text-cap-sm { + text-transform: capitalize !important; } - .py-3-xl { - padding-top: 12px !important; - padding-bottom: 12px !important; + .text-left-sm { + text-align: left !important; } - .m-3-xl { - margin: 12px !important; + .text-right-sm { + text-align: right !important; } - .mr-3-xl { - margin-right: 12px !important; + .text-center-sm { + text-align: center !important; } - .ml-3-xl { - margin-left: 12px !important; + .text-just-sm { + text-align: justify !important; } - .mt-3-xl { - margin-top: 12px !important; + .va-top-sm { + vertical-align: top !important; } - .mb-3-xl { - margin-bottom: 12px !important; + .va-bottom-sm { + vertical-align: bottom !important; } - .mx-3-xl { - margin-left: 12px !important; - margin-right: 12px !important; + .va-baseline-sm { + vertical-align: baseline !important; } - .my-3-xl { - margin-top: 12px !important; - margin-bottom: 12px !important; + .va-middle-sm { + vertical-align: middle !important; } - .m-3-xl-minus { - margin: -12px !important; + .va-sub-sm { + vertical-align: sub !important; } - .mr-3-xl-minus { - margin-right: -12px !important; + .va-super-sm { + vertical-align: super !important; } - .ml-3-xl-minus { - margin-left: -12px !important; + .va-text-top-sm { + vertical-align: text-top !important; } - .mt-3-xl-minus { - margin-top: -12px !important; + .va-text-bottom-sm { + vertical-align: text-bottom !important; } - .mb-3-xl-minus { - margin-bottom: -12px !important; + .reduce-1-sm { + font-size: 0.9em !important; } - .p-4-xl { - padding: 16px !important; + .reduce-2-sm { + font-size: 0.8em !important; } - .pr-4-xl { - padding-right: 16px !important; + .reduce-3-sm { + font-size: 0.7em !important; } - .pl-4-xl { - padding-left: 16px !important; + .reduce-4-sm { + font-size: 0.6em !important; } - .pt-4-xl { - padding-top: 16px !important; + .reduce-5-sm { + font-size: 0.5em !important; } - .pb-4-xl { - padding-bottom: 16px !important; + .reduce-6-sm { + font-size: 0.4em !important; } - .px-4-xl { - padding-left: 16px !important; - padding-right: 16px !important; + .reduce-7-sm { + font-size: 0.3em !important; } - .py-4-xl { - padding-top: 16px !important; - padding-bottom: 16px !important; + .reduce-8-sm { + font-size: 0.2em !important; } - .m-4-xl { - margin: 16px !important; + .reduce-9-sm { + font-size: 0.1em !important; } - .mr-4-xl { - margin-right: 16px !important; + .enlarge-sm { + font-size: 1em!important; } - .ml-4-xl { - margin-left: 16px !important; + .enlarge-1-sm { + font-size: 1.1em !important; } - .mt-4-xl { - margin-top: 16px !important; + .enlarge-2-sm { + font-size: 1.2em !important; } - .mb-4-xl { - margin-bottom: 16px !important; + .enlarge-3-sm { + font-size: 1.3em !important; } - .mx-4-xl { - margin-left: 16px !important; - margin-right: 16px !important; + .enlarge-4-sm { + font-size: 1.4em !important; } - .my-4-xl { - margin-top: 16px !important; - margin-bottom: 16px !important; + .enlarge-5-sm { + font-size: 1.5em !important; } - .m-4-xl-minus { - margin: -16px !important; + .enlarge-6-sm { + font-size: 1.6em !important; } - .mr-4-xl-minus { - margin-right: -16px !important; + .enlarge-7-sm { + font-size: 1.7em !important; } - .ml-4-xl-minus { - margin-left: -16px !important; + .enlarge-8-sm { + font-size: 1.8em !important; } - .mt-4-xl-minus { - margin-top: -16px !important; + .enlarge-9-sm { + font-size: 1.9em !important; } - .mb-4-xl-minus { - margin-bottom: -16px !important; + .enlarge-2x-sm { + font-size: 2em!important; } - .p-5-xl { - padding: 20px !important; + .enlarge-3x-sm { + font-size: 3em!important; } - .pr-5-xl { - padding-right: 20px !important; + .enlarge-4x-sm { + font-size: 4em!important; } - .pl-5-xl { - padding-left: 20px !important; +} +@media screen and (min-width: 768px) { + .text-upper-md { + text-transform: uppercase !important; } - .pt-5-xl { - padding-top: 20px !important; + .text-lower-md { + text-transform: lowercase !important; } - .pb-5-xl { - padding-bottom: 20px !important; + .text-cap-md { + text-transform: capitalize !important; } - .px-5-xl { - padding-left: 20px !important; - padding-right: 20px !important; + .text-left-md { + text-align: left !important; } - .py-5-xl { - padding-top: 20px !important; - padding-bottom: 20px !important; + .text-right-md { + text-align: right !important; } - .m-5-xl { - margin: 20px !important; + .text-center-md { + text-align: center !important; } - .mr-5-xl { - margin-right: 20px !important; + .text-just-md { + text-align: justify !important; } - .ml-5-xl { - margin-left: 20px !important; + .va-top-md { + vertical-align: top !important; } - .mt-5-xl { - margin-top: 20px !important; + .va-bottom-md { + vertical-align: bottom !important; } - .mb-5-xl { - margin-bottom: 20px !important; + .va-baseline-md { + vertical-align: baseline !important; } - .mx-5-xl { - margin-left: 20px !important; - margin-right: 20px !important; + .va-middle-md { + vertical-align: middle !important; } - .my-5-xl { - margin-top: 20px !important; - margin-bottom: 20px !important; + .va-sub-md { + vertical-align: sub !important; } - .m-5-xl-minus { - margin: -20px !important; + .va-super-md { + vertical-align: super !important; } - .mr-5-xl-minus { - margin-right: -20px !important; + .va-text-top-md { + vertical-align: text-top !important; } - .ml-5-xl-minus { - margin-left: -20px !important; + .va-text-bottom-md { + vertical-align: text-bottom !important; } - .mt-5-xl-minus { - margin-top: -20px !important; + .reduce-1-md { + font-size: 0.9em !important; } - .mb-5-xl-minus { - margin-bottom: -20px !important; + .reduce-2-md { + font-size: 0.8em !important; } - .p-6-xl { - padding: 24px !important; + .reduce-3-md { + font-size: 0.7em !important; } - .pr-6-xl { - padding-right: 24px !important; + .reduce-4-md { + font-size: 0.6em !important; } - .pl-6-xl { - padding-left: 24px !important; + .reduce-5-md { + font-size: 0.5em !important; } - .pt-6-xl { - padding-top: 24px !important; + .reduce-6-md { + font-size: 0.4em !important; } - .pb-6-xl { - padding-bottom: 24px !important; + .reduce-7-md { + font-size: 0.3em !important; } - .px-6-xl { - padding-left: 24px !important; - padding-right: 24px !important; + .reduce-8-md { + font-size: 0.2em !important; } - .py-6-xl { - padding-top: 24px !important; - padding-bottom: 24px !important; + .reduce-9-md { + font-size: 0.1em !important; } - .m-6-xl { - margin: 24px !important; + .enlarge-md { + font-size: 1em!important; } - .mr-6-xl { - margin-right: 24px !important; + .enlarge-1-md { + font-size: 1.1em !important; } - .ml-6-xl { - margin-left: 24px !important; + .enlarge-2-md { + font-size: 1.2em !important; } - .mt-6-xl { - margin-top: 24px !important; + .enlarge-3-md { + font-size: 1.3em !important; } - .mb-6-xl { - margin-bottom: 24px !important; + .enlarge-4-md { + font-size: 1.4em !important; } - .mx-6-xl { - margin-left: 24px !important; - margin-right: 24px !important; + .enlarge-5-md { + font-size: 1.5em !important; } - .my-6-xl { - margin-top: 24px !important; - margin-bottom: 24px !important; + .enlarge-6-md { + font-size: 1.6em !important; } - .m-6-xl-minus { - margin: -24px !important; + .enlarge-7-md { + font-size: 1.7em !important; } - .mr-6-xl-minus { - margin-right: -24px !important; + .enlarge-8-md { + font-size: 1.8em !important; } - .ml-6-xl-minus { - margin-left: -24px !important; + .enlarge-9-md { + font-size: 1.9em !important; } - .mt-6-xl-minus { - margin-top: -24px !important; + .enlarge-2x-md { + font-size: 2em!important; } - .mb-6-xl-minus { - margin-bottom: -24px !important; + .enlarge-3x-md { + font-size: 3em!important; } - .p-7-xl { - padding: 28px !important; + .enlarge-4x-md { + font-size: 4em!important; } - .pr-7-xl { - padding-right: 28px !important; +} +@media screen and (min-width: 992px) { + .text-upper-lg { + text-transform: uppercase !important; } - .pl-7-xl { - padding-left: 28px !important; + .text-lower-lg { + text-transform: lowercase !important; } - .pt-7-xl { - padding-top: 28px !important; + .text-cap-lg { + text-transform: capitalize !important; } - .pb-7-xl { - padding-bottom: 28px !important; + .text-left-lg { + text-align: left !important; } - .px-7-xl { - padding-left: 28px !important; - padding-right: 28px !important; + .text-right-lg { + text-align: right !important; } - .py-7-xl { - padding-top: 28px !important; - padding-bottom: 28px !important; + .text-center-lg { + text-align: center !important; } - .m-7-xl { - margin: 28px !important; + .text-just-lg { + text-align: justify !important; } - .mr-7-xl { - margin-right: 28px !important; + .va-top-lg { + vertical-align: top !important; } - .ml-7-xl { - margin-left: 28px !important; + .va-bottom-lg { + vertical-align: bottom !important; } - .mt-7-xl { - margin-top: 28px !important; + .va-baseline-lg { + vertical-align: baseline !important; } - .mb-7-xl { - margin-bottom: 28px !important; + .va-middle-lg { + vertical-align: middle !important; } - .mx-7-xl { - margin-left: 28px !important; - margin-right: 28px !important; + .va-sub-lg { + vertical-align: sub !important; } - .my-7-xl { - margin-top: 28px !important; - margin-bottom: 28px !important; + .va-super-lg { + vertical-align: super !important; } - .m-7-xl-minus { - margin: -28px !important; + .va-text-top-lg { + vertical-align: text-top !important; } - .mr-7-xl-minus { - margin-right: -28px !important; + .va-text-bottom-lg { + vertical-align: text-bottom !important; } - .ml-7-xl-minus { - margin-left: -28px !important; + .reduce-1-lg { + font-size: 0.9em !important; } - .mt-7-xl-minus { - margin-top: -28px !important; + .reduce-2-lg { + font-size: 0.8em !important; } - .mb-7-xl-minus { - margin-bottom: -28px !important; + .reduce-3-lg { + font-size: 0.7em !important; } - .p-8-xl { - padding: 32px !important; + .reduce-4-lg { + font-size: 0.6em !important; } - .pr-8-xl { - padding-right: 32px !important; + .reduce-5-lg { + font-size: 0.5em !important; } - .pl-8-xl { - padding-left: 32px !important; + .reduce-6-lg { + font-size: 0.4em !important; } - .pt-8-xl { - padding-top: 32px !important; + .reduce-7-lg { + font-size: 0.3em !important; } - .pb-8-xl { - padding-bottom: 32px !important; + .reduce-8-lg { + font-size: 0.2em !important; } - .px-8-xl { - padding-left: 32px !important; - padding-right: 32px !important; + .reduce-9-lg { + font-size: 0.1em !important; } - .py-8-xl { - padding-top: 32px !important; - padding-bottom: 32px !important; + .enlarge-lg { + font-size: 1em!important; } - .m-8-xl { - margin: 32px !important; + .enlarge-1-lg { + font-size: 1.1em !important; } - .mr-8-xl { - margin-right: 32px !important; + .enlarge-2-lg { + font-size: 1.2em !important; } - .ml-8-xl { - margin-left: 32px !important; + .enlarge-3-lg { + font-size: 1.3em !important; } - .mt-8-xl { - margin-top: 32px !important; + .enlarge-4-lg { + font-size: 1.4em !important; } - .mb-8-xl { - margin-bottom: 32px !important; + .enlarge-5-lg { + font-size: 1.5em !important; } - .mx-8-xl { - margin-left: 32px !important; - margin-right: 32px !important; + .enlarge-6-lg { + font-size: 1.6em !important; } - .my-8-xl { - margin-top: 32px !important; - margin-bottom: 32px !important; + .enlarge-7-lg { + font-size: 1.7em !important; } - .m-8-xl-minus { - margin: -32px !important; + .enlarge-8-lg { + font-size: 1.8em !important; } - .mr-8-xl-minus { - margin-right: -32px !important; + .enlarge-9-lg { + font-size: 1.9em !important; } - .ml-8-xl-minus { - margin-left: -32px !important; + .enlarge-2x-lg { + font-size: 2em!important; } - .mt-8-xl-minus { - margin-top: -32px !important; + .enlarge-3x-lg { + font-size: 3em!important; } - .mb-8-xl-minus { - margin-bottom: -32px !important; + .enlarge-4x-lg { + font-size: 4em!important; } - .p-9-xl { - padding: 36px !important; +} +@media screen and (min-width: 1200px) { + .text-upper-xl { + text-transform: uppercase !important; } - .pr-9-xl { - padding-right: 36px !important; + .text-lower-xl { + text-transform: lowercase !important; } - .pl-9-xl { - padding-left: 36px !important; + .text-cap-xl { + text-transform: capitalize !important; } - .pt-9-xl { - padding-top: 36px !important; + .text-left-xl { + text-align: left !important; } - .pb-9-xl { - padding-bottom: 36px !important; + .text-right-xl { + text-align: right !important; } - .px-9-xl { - padding-left: 36px !important; - padding-right: 36px !important; + .text-center-xl { + text-align: center !important; } - .py-9-xl { - padding-top: 36px !important; - padding-bottom: 36px !important; + .text-just-xl { + text-align: justify !important; } - .m-9-xl { - margin: 36px !important; + .va-top-xl { + vertical-align: top !important; } - .mr-9-xl { - margin-right: 36px !important; + .va-bottom-xl { + vertical-align: bottom !important; } - .ml-9-xl { - margin-left: 36px !important; + .va-baseline-xl { + vertical-align: baseline !important; } - .mt-9-xl { - margin-top: 36px !important; + .va-middle-xl { + vertical-align: middle !important; } - .mb-9-xl { - margin-bottom: 36px !important; + .va-sub-xl { + vertical-align: sub !important; } - .mx-9-xl { - margin-left: 36px !important; - margin-right: 36px !important; + .va-super-xl { + vertical-align: super !important; } - .my-9-xl { - margin-top: 36px !important; - margin-bottom: 36px !important; + .va-text-top-xl { + vertical-align: text-top !important; } - .m-9-xl-minus { - margin: -36px !important; + .va-text-bottom-xl { + vertical-align: text-bottom !important; } - .mr-9-xl-minus { - margin-right: -36px !important; + .reduce-1-xl { + font-size: 0.9em !important; } - .ml-9-xl-minus { - margin-left: -36px !important; + .reduce-2-xl { + font-size: 0.8em !important; } - .mt-9-xl-minus { - margin-top: -36px !important; + .reduce-3-xl { + font-size: 0.7em !important; } - .mb-9-xl-minus { - margin-bottom: -36px !important; + .reduce-4-xl { + font-size: 0.6em !important; } - .p-10-xl { - padding: 40px !important; + .reduce-5-xl { + font-size: 0.5em !important; } - .pr-10-xl { - padding-right: 40px !important; + .reduce-6-xl { + font-size: 0.4em !important; } - .pl-10-xl { - padding-left: 40px !important; + .reduce-7-xl { + font-size: 0.3em !important; } - .pt-10-xl { - padding-top: 40px !important; + .reduce-8-xl { + font-size: 0.2em !important; } - .pb-10-xl { - padding-bottom: 40px !important; + .reduce-9-xl { + font-size: 0.1em !important; } - .px-10-xl { - padding-left: 40px !important; - padding-right: 40px !important; + .enlarge-xl { + font-size: 1em!important; } - .py-10-xl { - padding-top: 40px !important; - padding-bottom: 40px !important; + .enlarge-1-xl { + font-size: 1.1em !important; } - .m-10-xl { - margin: 40px !important; + .enlarge-2-xl { + font-size: 1.2em !important; } - .mr-10-xl { - margin-right: 40px !important; + .enlarge-3-xl { + font-size: 1.3em !important; } - .ml-10-xl { - margin-left: 40px !important; + .enlarge-4-xl { + font-size: 1.4em !important; } - .mt-10-xl { - margin-top: 40px !important; + .enlarge-5-xl { + font-size: 1.5em !important; } - .mb-10-xl { - margin-bottom: 40px !important; + .enlarge-6-xl { + font-size: 1.6em !important; } - .mx-10-xl { - margin-left: 40px !important; - margin-right: 40px !important; + .enlarge-7-xl { + font-size: 1.7em !important; } - .my-10-xl { - margin-top: 40px !important; - margin-bottom: 40px !important; + .enlarge-8-xl { + font-size: 1.8em !important; } - .m-10-xl-minus { - margin: -40px !important; + .enlarge-9-xl { + font-size: 1.9em !important; } - .mr-10-xl-minus { - margin-right: -40px !important; + .enlarge-2x-xl { + font-size: 2em!important; } - .ml-10-xl-minus { - margin-left: -40px !important; + .enlarge-3x-xl { + font-size: 3em!important; } - .mt-10-xl-minus { - margin-top: -40px !important; + .enlarge-4x-xl { + font-size: 4em!important; } - .mb-10-xl-minus { - margin-bottom: -40px !important; +} +@media screen and (min-width: 1452px) { + .text-upper-xxl { + text-transform: uppercase !important; } - .p-11-xl { - padding: 44px !important; + .text-lower-xxl { + text-transform: lowercase !important; } - .pr-11-xl { - padding-right: 44px !important; + .text-cap-xxl { + text-transform: capitalize !important; } - .pl-11-xl { - padding-left: 44px !important; + .text-left-xxl { + text-align: left !important; } - .pt-11-xl { - padding-top: 44px !important; + .text-right-xxl { + text-align: right !important; } - .pb-11-xl { - padding-bottom: 44px !important; + .text-center-xxl { + text-align: center !important; } - .px-11-xl { - padding-left: 44px !important; - padding-right: 44px !important; + .text-just-xxl { + text-align: justify !important; } - .py-11-xl { - padding-top: 44px !important; - padding-bottom: 44px !important; + .va-top-xxl { + vertical-align: top !important; } - .m-11-xl { - margin: 44px !important; + .va-bottom-xxl { + vertical-align: bottom !important; } - .mr-11-xl { - margin-right: 44px !important; + .va-baseline-xxl { + vertical-align: baseline !important; } - .ml-11-xl { - margin-left: 44px !important; + .va-middle-xxl { + vertical-align: middle !important; } - .mt-11-xl { - margin-top: 44px !important; + .va-sub-xxl { + vertical-align: sub !important; } - .mb-11-xl { - margin-bottom: 44px !important; + .va-super-xxl { + vertical-align: super !important; } - .mx-11-xl { - margin-left: 44px !important; - margin-right: 44px !important; + .va-text-top-xxl { + vertical-align: text-top !important; } - .my-11-xl { - margin-top: 44px !important; - margin-bottom: 44px !important; + .va-text-bottom-xxl { + vertical-align: text-bottom !important; } - .m-11-xl-minus { - margin: -44px !important; + .reduce-1-xxl { + font-size: 0.9em !important; } - .mr-11-xl-minus { - margin-right: -44px !important; + .reduce-2-xxl { + font-size: 0.8em !important; } - .ml-11-xl-minus { - margin-left: -44px !important; + .reduce-3-xxl { + font-size: 0.7em !important; } - .mt-11-xl-minus { - margin-top: -44px !important; + .reduce-4-xxl { + font-size: 0.6em !important; } - .mb-11-xl-minus { - margin-bottom: -44px !important; + .reduce-5-xxl { + font-size: 0.5em !important; } - .p-12-xl { - padding: 48px !important; + .reduce-6-xxl { + font-size: 0.4em !important; } - .pr-12-xl { - padding-right: 48px !important; + .reduce-7-xxl { + font-size: 0.3em !important; } - .pl-12-xl { - padding-left: 48px !important; + .reduce-8-xxl { + font-size: 0.2em !important; } - .pt-12-xl { - padding-top: 48px !important; + .reduce-9-xxl { + font-size: 0.1em !important; } - .pb-12-xl { - padding-bottom: 48px !important; + .enlarge-xxl { + font-size: 1em!important; } - .px-12-xl { - padding-left: 48px !important; - padding-right: 48px !important; + .enlarge-1-xxl { + font-size: 1.1em !important; } - .py-12-xl { - padding-top: 48px !important; - padding-bottom: 48px !important; + .enlarge-2-xxl { + font-size: 1.2em !important; } - .m-12-xl { - margin: 48px !important; + .enlarge-3-xxl { + font-size: 1.3em !important; } - .mr-12-xl { - margin-right: 48px !important; + .enlarge-4-xxl { + font-size: 1.4em !important; } - .ml-12-xl { - margin-left: 48px !important; + .enlarge-5-xxl { + font-size: 1.5em !important; } - .mt-12-xl { - margin-top: 48px !important; + .enlarge-6-xxl { + font-size: 1.6em !important; } - .mb-12-xl { - margin-bottom: 48px !important; + .enlarge-7-xxl { + font-size: 1.7em !important; } - .mx-12-xl { - margin-left: 48px !important; - margin-right: 48px !important; + .enlarge-8-xxl { + font-size: 1.8em !important; } - .my-12-xl { - margin-top: 48px !important; - margin-bottom: 48px !important; + .enlarge-9-xxl { + font-size: 1.9em !important; } - .m-12-xl-minus { - margin: -48px !important; + .enlarge-2x-xxl { + font-size: 2em!important; } - .mr-12-xl-minus { - margin-right: -48px !important; + .enlarge-3x-xxl { + font-size: 3em!important; } - .ml-12-xl-minus { - margin-left: -48px !important; + .enlarge-4x-xxl { + font-size: 4em!important; } - .mt-12-xl-minus { - margin-top: -48px !important; +} +.m4-cloak { + opacity: 0; +} +.transition { + -webkit-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +.inherit-colors { + background-color: inherit!important; + color: inherit!important; +} +.inherit-background { + background-color: inherit!important; +} +.inherit-color { + color: inherit!important; +} +[class*=default-icon] { + display: block; + height: 16px; + width: 16px; + border: none!important; + background-size: cover; + background-color: transparent; + opacity: 0.5; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + margin: auto; +} +[class*=default-icon]:hover { + opacity: 1; +} +.clear::after, +.clear-fix::after, +.clearfix::after { + display: block; + clear: both; + content: ""; +} +.overflow { + overflow: auto !important; +} +.no-overflow { + overflow: hidden !important; +} +.scroll { + overflow: scroll !important; +} +.scroll-x { + overflow-x: auto !important; +} +.scroll-y { + overflow-y: auto !important; +} +.no-scroll { + overflow: hidden !important; +} +.no-scroll-x { + overflow-x: hidden !important; +} +.no-scroll-y { + overflow-y: hidden !important; +} +.wrap { + white-space: normal !important; +} +.no-wrap { + white-space: nowrap !important; +} +.no-user-select { + -webkit-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; +} +.no-appearance { + -webkit-appearance: none !important; + -moz-appearance: none !important; + appearance: none !important; +} +.collapse { + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; +} +.expand { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; +} +.v-center { + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} +.h-center { + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); +} +.neb::before { + display: block; + position: absolute; + content: ""; + width: 1rem; + height: 1rem; + background-color: inherit; + border: 1px solid transparent; + border-right-color: inherit; + border-bottom-color: inherit; +} +.neb.neb-s::before { + top: 100%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); +} +.neb.neb-sw::before { + top: 100%; + left: 0.625rem; + -webkit-transform: translateY(-50%) rotate(45deg); + -ms-transform: translateY(-50%) rotate(45deg); + transform: translateY(-50%) rotate(45deg); +} +.neb.neb-se::before { + top: 100%; + right: 0.625rem; + -webkit-transform: translateY(-50%) rotate(45deg); + -ms-transform: translateY(-50%) rotate(45deg); + transform: translateY(-50%) rotate(45deg); +} +.neb.neb-n::before { + top: 0; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg); + transform: translateX(-50%) translateY(-50%) rotate(-135deg); +} +.neb.neb-nw::before { + top: 0; + left: 0.625rem; + -webkit-transform: translateY(-50%) rotate(-135deg); + -ms-transform: translateY(-50%) rotate(-135deg); + transform: translateY(-50%) rotate(-135deg); +} +.neb.neb-ne::before { + top: 0; + right: 0.625rem; + -webkit-transform: translateY(-50%) rotate(-135deg); + -ms-transform: translateY(-50%) rotate(-135deg); + transform: translateY(-50%) rotate(-135deg); +} +.neb.neb-en::before { + top: 0.625rem; + right: 0; + -webkit-transform: translateX(50%) rotate(-45deg); + -ms-transform: translateX(50%) rotate(-45deg); + transform: translateX(50%) rotate(-45deg); +} +.neb.neb-e::before { + top: 50%; + right: 0; + -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg); + -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg); + transform: translateX(50%) translateY(-50%) rotate(-45deg); +} +.neb.neb-es::before { + bottom: 0.625rem; + right: 0; + -webkit-transform: translateX(50%) rotate(-45deg); + -ms-transform: translateX(50%) rotate(-45deg); + transform: translateX(50%) rotate(-45deg); +} +.neb.neb-wn::before { + top: 0.625rem; + left: 0; + -webkit-transform: translateX(-50%) rotate(135deg); + -ms-transform: translateX(-50%) rotate(135deg); + transform: translateX(-50%) rotate(135deg); +} +.neb.neb-w::before { + top: 50%; + left: 0; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); + transform: translateX(-50%) translateY(-50%) rotate(135deg); +} +.neb.neb-ws::before { + bottom: 0.625rem; + left: 0; + -webkit-transform: translateX(-50%) rotate(135deg); + -ms-transform: translateX(-50%) rotate(135deg); + transform: translateX(-50%) rotate(135deg); +} +.neb2::before { + display: block; + content: ""; + width: 0; + height: 0; + border-style: solid; + position: absolute; +} +.neb2.neb-s::before { + border-width: 24px 24px 0 24px; + border-color: #ffffff transparent transparent transparent; + top: 100%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.neb2.neb-n::before { + border-width: 0 24px 24px 24px; + border-color: transparent transparent #ffffff transparent; + top: 0; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.neb2.neb-e::before { + border-width: 24px 0 24px 24px; + border-color: transparent transparent transparent #ffffff; + top: 50%; + right: 0; + -webkit-transform: translateX(50%) translateY(-50%); + -ms-transform: translateX(50%) translateY(-50%); + transform: translateX(50%) translateY(-50%); +} +.neb2.neb-w::before { + border-width: 24px 24px 24px 0; + border-color: transparent #ffffff transparent transparent; + top: 50%; + left: 0; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.selected { + -webkit-box-shadow: 0 0 0 4px #5ebdec !important; + box-shadow: 0 0 0 4px #5ebdec !important; +} +.selected::after { + position: absolute; + display: block; + border-top: 28px solid #5ebdec; + border-left: 28px solid transparent; + right: -1px; + content: ""; + top: -1px; + z-index: 100; +} +.selected::before { + position: absolute; + display: block; + content: ""; + background-color: transparent; + border-color: #ffffff !important; + border-left: 2px solid; + border-bottom: 2px solid; + height: 0.325rem; + width: 0.5rem; + right: 0.25rem; + top: 0.25rem; + z-index: 102; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.disabled, +.-disabled { + pointer-events: none!important; + color: #e4e4e4 !important; +} +.stop-pointer { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +@media screen and (min-width: 0) { + .overflow-fs { + overflow: auto !important; } - .mb-12-xl-minus { - margin-bottom: -48px !important; + .no-overflow-fs { + overflow: hidden !important; } - .p-13-xl { - padding: 52px !important; + .scroll-fs { + overflow: scroll !important; } - .pr-13-xl { - padding-right: 52px !important; + .scroll-x-fs { + overflow-x: auto !important; } - .pl-13-xl { - padding-left: 52px !important; + .scroll-y-fs { + overflow-y: auto !important; } - .pt-13-xl { - padding-top: 52px !important; + .no-scroll-fs { + overflow: hidden !important; } - .pb-13-xl { - padding-bottom: 52px !important; + .no-scroll-x-fs { + overflow-x: hidden !important; } - .px-13-xl { - padding-left: 52px !important; - padding-right: 52px !important; + .no-scroll-y-fs { + overflow-y: hidden !important; } - .py-13-xl { - padding-top: 52px !important; - padding-bottom: 52px !important; + .wrap-fs { + white-space: normal !important; } - .m-13-xl { - margin: 52px !important; + .no-wrap-fs { + white-space: nowrap !important; } - .mr-13-xl { - margin-right: 52px !important; + .collapse-fs { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .ml-13-xl { - margin-left: 52px !important; + .expand-fs { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .mt-13-xl { - margin-top: 52px !important; +} +@media screen and (min-width: 576px) { + .overflow-sm { + overflow: auto !important; } - .mb-13-xl { - margin-bottom: 52px !important; + .no-overflow-sm { + overflow: hidden !important; } - .mx-13-xl { - margin-left: 52px !important; - margin-right: 52px !important; + .scroll-sm { + overflow: scroll !important; } - .my-13-xl { - margin-top: 52px !important; - margin-bottom: 52px !important; + .scroll-x-sm { + overflow-x: auto !important; } - .m-13-xl-minus { - margin: -52px !important; + .scroll-y-sm { + overflow-y: auto !important; } - .mr-13-xl-minus { - margin-right: -52px !important; + .no-scroll-sm { + overflow: hidden !important; } - .ml-13-xl-minus { - margin-left: -52px !important; + .no-scroll-x-sm { + overflow-x: hidden !important; } - .mt-13-xl-minus { - margin-top: -52px !important; + .no-scroll-y-sm { + overflow-y: hidden !important; } - .mb-13-xl-minus { - margin-bottom: -52px !important; + .wrap-sm { + white-space: normal !important; } - .p-14-xl { - padding: 56px !important; + .no-wrap-sm { + white-space: nowrap !important; } - .pr-14-xl { - padding-right: 56px !important; + .collapse-sm { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .pl-14-xl { - padding-left: 56px !important; + .expand-sm { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .pt-14-xl { - padding-top: 56px !important; +} +@media screen and (min-width: 768px) { + .overflow-md { + overflow: auto !important; } - .pb-14-xl { - padding-bottom: 56px !important; + .no-overflow-md { + overflow: hidden !important; } - .px-14-xl { - padding-left: 56px !important; - padding-right: 56px !important; + .scroll-md { + overflow: scroll !important; } - .py-14-xl { - padding-top: 56px !important; - padding-bottom: 56px !important; + .scroll-x-md { + overflow-x: auto !important; } - .m-14-xl { - margin: 56px !important; + .scroll-y-md { + overflow-y: auto !important; } - .mr-14-xl { - margin-right: 56px !important; + .no-scroll-md { + overflow: hidden !important; } - .ml-14-xl { - margin-left: 56px !important; + .no-scroll-x-md { + overflow-x: hidden !important; } - .mt-14-xl { - margin-top: 56px !important; + .no-scroll-y-md { + overflow-y: hidden !important; } - .mb-14-xl { - margin-bottom: 56px !important; + .wrap-md { + white-space: normal !important; } - .mx-14-xl { - margin-left: 56px !important; - margin-right: 56px !important; + .no-wrap-md { + white-space: nowrap !important; } - .my-14-xl { - margin-top: 56px !important; - margin-bottom: 56px !important; + .collapse-md { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .m-14-xl-minus { - margin: -56px !important; + .expand-md { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .mr-14-xl-minus { - margin-right: -56px !important; +} +@media screen and (min-width: 992px) { + .overflow-lg { + overflow: auto !important; } - .ml-14-xl-minus { - margin-left: -56px !important; + .no-overflow-lg { + overflow: hidden !important; } - .mt-14-xl-minus { - margin-top: -56px !important; + .scroll-lg { + overflow: scroll !important; } - .mb-14-xl-minus { - margin-bottom: -56px !important; + .scroll-x-lg { + overflow-x: auto !important; } - .p-15-xl { - padding: 60px !important; + .scroll-y-lg { + overflow-y: auto !important; } - .pr-15-xl { - padding-right: 60px !important; + .no-scroll-lg { + overflow: hidden !important; } - .pl-15-xl { - padding-left: 60px !important; + .no-scroll-x-lg { + overflow-x: hidden !important; } - .pt-15-xl { - padding-top: 60px !important; + .no-scroll-y-lg { + overflow-y: hidden !important; } - .pb-15-xl { - padding-bottom: 60px !important; + .wrap-lg { + white-space: normal !important; } - .px-15-xl { - padding-left: 60px !important; - padding-right: 60px !important; + .no-wrap-lg { + white-space: nowrap !important; } - .py-15-xl { - padding-top: 60px !important; - padding-bottom: 60px !important; + .collapse-lg { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .m-15-xl { - margin: 60px !important; + .expand-lg { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .mr-15-xl { - margin-right: 60px !important; +} +@media screen and (min-width: 1200px) { + .overflow-xl { + overflow: auto !important; } - .ml-15-xl { - margin-left: 60px !important; + .no-overflow-xl { + overflow: hidden !important; } - .mt-15-xl { - margin-top: 60px !important; + .scroll-xl { + overflow: scroll !important; } - .mb-15-xl { - margin-bottom: 60px !important; + .scroll-x-xl { + overflow-x: auto !important; } - .mx-15-xl { - margin-left: 60px !important; - margin-right: 60px !important; + .scroll-y-xl { + overflow-y: auto !important; } - .my-15-xl { - margin-top: 60px !important; - margin-bottom: 60px !important; + .no-scroll-xl { + overflow: hidden !important; } - .m-15-xl-minus { - margin: -60px !important; + .no-scroll-x-xl { + overflow-x: hidden !important; } - .mr-15-xl-minus { - margin-right: -60px !important; + .no-scroll-y-xl { + overflow-y: hidden !important; } - .ml-15-xl-minus { - margin-left: -60px !important; + .wrap-xl { + white-space: normal !important; } - .mt-15-xl-minus { - margin-top: -60px !important; + .no-wrap-xl { + white-space: nowrap !important; } - .mb-15-xl-minus { - margin-bottom: -60px !important; + .collapse-xl { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .p-16-xl { - padding: 64px !important; + .expand-xl { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .pr-16-xl { - padding-right: 64px !important; +} +@media screen and (min-width: 1452px) { + .overflow-xxl { + overflow: auto !important; } - .pl-16-xl { - padding-left: 64px !important; + .no-overflow-xxl { + overflow: hidden !important; } - .pt-16-xl { - padding-top: 64px !important; + .scroll-xxl { + overflow: scroll !important; } - .pb-16-xl { - padding-bottom: 64px !important; + .scroll-x-xxl { + overflow-x: auto !important; } - .px-16-xl { - padding-left: 64px !important; - padding-right: 64px !important; + .scroll-y-xxl { + overflow-y: auto !important; } - .py-16-xl { - padding-top: 64px !important; - padding-bottom: 64px !important; + .no-scroll-xxl { + overflow: hidden !important; } - .m-16-xl { - margin: 64px !important; + .no-scroll-x-xxl { + overflow-x: hidden !important; } - .mr-16-xl { - margin-right: 64px !important; + .no-scroll-y-xxl { + overflow-y: hidden !important; } - .ml-16-xl { - margin-left: 64px !important; + .wrap-xxl { + white-space: normal !important; } - .mt-16-xl { - margin-top: 64px !important; + .no-wrap-xxl { + white-space: nowrap !important; } - .mb-16-xl { - margin-bottom: 64px !important; + .collapse-xxl { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .mx-16-xl { - margin-left: 64px !important; - margin-right: 64px !important; + .expand-xxl { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .my-16-xl { - margin-top: 64px !important; - margin-bottom: 64px !important; +} +.debug { + outline: 1px dotted red!important; + min-width: 1px; + min-height: 1px; +} +@media print { + .d-none-print { + display: none!important; } - .m-16-xl-minus { - margin: -64px !important; + .d-block-print { + display: block!important; } - .mr-16-xl-minus { - margin-right: -64px !important; + .d-inline-print { + display: inline!important; } - .ml-16-xl-minus { - margin-left: -64px !important; + .d-inline-block-print { + display: inline-block !important; } - .mt-16-xl-minus { - margin-top: -64px !important; + .d-table-print { + display: table!important; } - .mb-16-xl-minus { - margin-bottom: -64px !important; + .d-table-row-print { + display: table-row !important; } - .p-17-xl { - padding: 68px !important; + .d-table-cell-print { + display: table-cell !important; } - .pr-17-xl { - padding-right: 68px !important; + .d-flex-print { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } - .pl-17-xl { - padding-left: 68px !important; + .d-inline-flex-print { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } - .pt-17-xl { - padding-top: 68px !important; + .visible-print { + visibility: visible !important; } - .pb-17-xl { - padding-bottom: 68px !important; + .no-visible-print { + visibility: hidden !important; } - .px-17-xl { - padding-left: 68px !important; - padding-right: 68px !important; + .overflow-print { + overflow: auto !important; } - .py-17-xl { - padding-top: 68px !important; - padding-bottom: 68px !important; + .no-overflow-print { + overflow: hidden !important; } - .m-17-xl { - margin: 68px !important; + .scroll-print { + overflow: scroll !important; } - .mr-17-xl { - margin-right: 68px !important; + .scroll-x-print { + overflow-x: auto !important; } - .ml-17-xl { - margin-left: 68px !important; + .scroll-y-print { + overflow-y: auto !important; } - .mt-17-xl { - margin-top: 68px !important; + .no-scroll-print { + overflow: hidden !important; } - .mb-17-xl { - margin-bottom: 68px !important; + .no-scroll-x-print { + overflow-x: hidden !important; } - .mx-17-xl { - margin-left: 68px !important; - margin-right: 68px !important; + .no-scroll-y-print { + overflow-y: hidden !important; } - .my-17-xl { - margin-top: 68px !important; - margin-bottom: 68px !important; + .wrap-print { + white-space: normal !important; } - .m-17-xl-minus { - margin: -68px !important; + .no-wrap-print { + white-space: nowrap !important; } - .mr-17-xl-minus { - margin-right: -68px !important; +} +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .d-none-ie { + display: none!important; } - .ml-17-xl-minus { - margin-left: -68px !important; + .d-block-ie { + display: block!important; } - .mt-17-xl-minus { - margin-top: -68px !important; + .img-fluid { + width: 100% \9; } - .mb-17-xl-minus { - margin-bottom: -68px !important; + .img-container img { + width: 100% \9; } - .p-18-xl { - padding: 72px !important; + .tiles-grid { + display: block; } - .pr-18-xl { - padding-right: 72px !important; + .tiles-grid::after { + display: block; + clear: both; + content: ""; } - .pl-18-xl { - padding-left: 72px !important; + .tiles-grid::after { + display: block; + clear: both; + content: ""; } - .pt-18-xl { - padding-top: 72px !important; + .tiles-grid [class*=tile-] { + margin: 5px; + float: left; } - .pb-18-xl { - padding-bottom: 72px !important; + .ribbon-menu .content-holder .section { + height: 130px; } - .px-18-xl { - padding-left: 72px !important; - padding-right: 72px !important; + .ribbon-toggle-group { + height: 80px; } - .py-18-xl { - padding-top: 72px !important; - padding-bottom: 72px !important; +} +@supports (-ms-ime-align:auto) { + .d-none-edge { + display: none!important; } - .m-18-xl { - margin: 72px !important; + .d-block-edge { + display: block!important; } - .mr-18-xl { - margin-right: 72px !important; + .ribbon-menu .content-holder .section { + height: 130px; } - .ml-18-xl { - margin-left: 72px !important; +} +.container, +.container2, +.container-fluid, +section, +header, +footer, +aside { + display: block; + position: relative; + margin: 0 auto; +} +.container::after, +.container2::after, +.container-fluid::after, +section::after, +header::after, +footer::after, +aside::after { + display: block; + clear: both; + content: ""; +} +.container::after, +.container2::after, +.container-fluid::after, +section::after, +header::after, +footer::after, +aside::after { + display: block; + clear: both; + content: ""; +} +.container, +.container2 { + width: 100%; + padding-right: 12px; + padding-left: 12px; +} +.container-fluid { + width: 100%; + max-width: none; + padding-right: 12px; + padding-left: 12px; +} +@media (min-width: 576px) { + .container { + max-width: 540px; } - .mt-18-xl { - margin-top: 72px !important; + .container2 { + max-width: 90%; } - .mb-18-xl { - margin-bottom: 72px !important; +} +@media (min-width: 768px) { + .container { + max-width: 720px; } - .mx-18-xl { - margin-left: 72px !important; - margin-right: 72px !important; +} +@media (min-width: 992px) { + .container, + .container2 { + max-width: 960px; } - .my-18-xl { - margin-top: 72px !important; - margin-bottom: 72px !important; +} +@media (min-width: 1200px) { + .container, + .container2 { + max-width: 1140px; } - .m-18-xl-minus { - margin: -72px !important; +} +@media (min-width: 1452px) { + .container, + .container2 { + max-width: 1360px; } - .mr-18-xl-minus { - margin-right: -72px !important; +} +.container-fs { + max-width: 0 !important; +} +.container-sm { + max-width: 576px !important; +} +.container-md { + max-width: 768px !important; +} +.container-lg { + max-width: 992px !important; +} +.container-xl { + max-width: 1200px !important; +} +.container-xxl { + max-width: 1452px !important; +} +.accordion { + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; +} +.accordion > .frame { + display: block; + margin: 1px 0; +} +.accordion > .frame > .heading { + display: block; + position: relative; + padding: 0.5rem 1rem; + background-color: #f8f8f8; + cursor: pointer; + white-space: nowrap; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.accordion > .frame > .content { + display: block; +} +.accordion.marker-on .heading { + padding-left: 32px; +} +.accordion.marker-on .heading::before { + line-height: 1; + display: block; + content: "\203A"; + position: absolute; + left: 0; + top: 0; + font-size: 32px; + width: 40px; + height: 40px; + text-align: center; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; + -webkit-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; +} +.accordion.marker-on .frame.active > .heading::before { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; +} +.accordion.marker-on[dir=rtl] .heading { + padding-left: 1rem; + padding-right: 32px; +} +.accordion.marker-on[dir=rtl] .heading::before { + left: auto; + right: 0; +} +.accordion.marker-on[dir=rtl] .frame.active > .heading::before { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; +} +.accordion.material .heading::before { + display: none; +} +.accordion.material > .frame > .heading { + padding: 16px 42px 16px 16px; + font-size: 16px; + background-color: #ffffff; +} +.accordion.material > .frame > .heading::after { + display: block; + content: "\203A"; + position: absolute; + right: 16px; + top: 8px; + font-size: 32px; + width: 40px; + height: 40px; + text-align: center; + line-height: 1; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; + -webkit-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; +} +.accordion.material .frame + .frame { + border-top: 1px #dfdfdf solid; +} +.accordion.material > .frame > .content { + padding: 16px; + font-size: 14px; +} +.accordion.material > .frame.active .heading::after { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; +} +.action-button { + padding: 0; + border-radius: 50%; + width: 56px; + height: 56px; + line-height: 56px; + text-align: center; + display: inline-block; + font-weight: 400; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + font-size: 0.875rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.action-button .icon { + width: 20px; + height: 20px; + line-height: 20px; + font-size: 20px; + display: inline-block; + text-align: center; + margin-top: 18px; +} +.action-button .icon > * { + width: 100%; + max-height: 100%; + display: inline-block; +} +.action-button.second { + width: 40px; + height: 40px; + line-height: 40px; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.action-button.second .icon { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 16px; + margin-top: 0; +} +.action-button.prime { + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} +.action-button:active { + -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); + box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); +} +.multi-action { + display: inline-block; + position: relative; + width: 56px; + height: 56px; +} +.multi-action .action-button { + position: absolute; + z-index: 2; + margin: 0 !important; +} +.multi-action .actions { + position: absolute; + list-style: none inside none; + margin: 0 0 0 0; + padding: 0; + width: auto; + float: left; + background-color: transparent; + top: 8px; + left: 8px; + z-index: 1; + width: 40px; + height: 40px; + border-radius: 50%; +} +.multi-action .actions li { + position: absolute; + display: block; + width: 40px; + height: 40px; + border-radius: 50%; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + margin: 0; + background: #989898; + color: #ffffff; + -webkit-transform: scale(0.2); + -ms-transform: scale(0.2); + transform: scale(0.2); + line-height: 40px; + font-size: 20px; + -webkit-transition: all 0.3s; + -o-transition: all 0.3s; + transition: all 0.3s; + cursor: pointer; +} +.multi-action .actions li a { + background: inherit; + color: inherit; + display: block; + width: 40px; + height: 40px; + border-radius: 50%; + line-height: 40px; + text-align: center; + text-decoration: none; +} +.multi-action .actions li:active { + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} +.multi-action .action-button.active ~ .actions li { + -webkit-transition: all 0.3s; + -o-transition: all 0.3s; + transition: all 0.3s; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); +} +.multi-action .action-button.active ~ .actions li:nth-child(1) { + margin-top: -56px; +} +.multi-action .action-button.active ~ .actions li:nth-child(2) { + margin-top: -104px; +} +.multi-action .action-button.active ~ .actions li:nth-child(3) { + margin-top: -152px; +} +.multi-action .action-button.active ~ .actions li:nth-child(4) { + margin-top: -200px; +} +.multi-action .action-button.active ~ .actions li:nth-child(5) { + margin-top: -248px; +} +.multi-action .action-button.active ~ .actions li:nth-child(6) { + margin-top: -296px; +} +.multi-action .action-button.active ~ .actions li:nth-child(7) { + margin-top: -344px; +} +.multi-action .action-button.active ~ .actions li:nth-child(8) { + margin-top: -392px; +} +.multi-action .action-button.active ~ .actions li:nth-child(9) { + margin-top: -440px; +} +.multi-action .action-button.active ~ .actions li:nth-child(10) { + margin-top: -488px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(1), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(1) { + margin-top: 56px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(2), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(2) { + margin-top: 104px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(3), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(3) { + margin-top: 152px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(4), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(4) { + margin-top: 200px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(5), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(5) { + margin-top: 248px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(6), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(6) { + margin-top: 296px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(7), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(7) { + margin-top: 344px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(8), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(8) { + margin-top: 392px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(9), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(9) { + margin-top: 440px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(10), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(10) { + margin-top: 488px; +} +.multi-action .action-button.active ~ .actions.drop-right li { + margin-top: 0; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(1) { + margin-left: 56px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(2) { + margin-left: 104px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(3) { + margin-left: 152px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(4) { + margin-left: 200px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(5) { + margin-left: 248px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(6) { + margin-left: 296px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(7) { + margin-left: 344px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(8) { + margin-left: 392px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(9) { + margin-left: 440px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(10) { + margin-left: 488px; +} +.multi-action .action-button.active ~ .actions.drop-left li { + margin-top: 0; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(1) { + margin-left: -56px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(2) { + margin-left: -104px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(3) { + margin-left: -152px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(4) { + margin-left: -200px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(5) { + margin-left: -248px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(6) { + margin-left: -296px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(7) { + margin-left: -344px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(8) { + margin-left: -392px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(9) { + margin-left: -440px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(10) { + margin-left: -488px; +} +.multi-action .action-button .icon { + -webkit-transition: all 0.3s; + -o-transition: all 0.3s; + transition: all 0.3s; +} +.multi-action .action-button.active.rotate .icon { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.multi-action .action-button.active.rotate-minus .icon { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.action-button.floating-action-top, +.multi-action.floating-action-top { + z-index: 1080; + top: 90px; + left: 16px; + position: fixed; +} +.action-button.floating-action-bottom, +.multi-action.floating-action-bottom { + z-index: 1080; + bottom: 20px; + right: 20px; + position: fixed; +} +.activity-ring { + position: relative; + padding-top: 0.22rem; + width: 32px; + height: 32px; + margin: 0.625rem; +} +.activity-ring > .wrap { + position: absolute; + width: 30px; + height: 30px; +} +.activity-ring > .wrap > .circle { + opacity: 0; + width: 30px; + height: 30px; + -webkit-transform: rotate(225deg); + -ms-transform: rotate(225deg); + transform: rotate(225deg); + -webkit-animation: orbit 4000ms infinite; + animation: orbit 4000ms infinite; +} +.activity-ring > .wrap > .circle:after { + position: absolute; + content: ''; + width: 4px; + height: 4px; + border-radius: 4px; + background: #ffffff; +} +.activity-ring > .wrap:nth-child(2) { + -webkit-transform: rotate(-14deg); + -ms-transform: rotate(-14deg); + transform: rotate(-14deg); +} +.activity-ring > .wrap:nth-child(2) > .circle { + -webkit-animation-delay: 133.33333333ms; + animation-delay: 133.33333333ms; +} +.activity-ring > .wrap:nth-child(3) { + -webkit-transform: rotate(-28deg); + -ms-transform: rotate(-28deg); + transform: rotate(-28deg); +} +.activity-ring > .wrap:nth-child(3) > .circle { + -webkit-animation-delay: 266.66666667ms; + animation-delay: 266.66666667ms; +} +.activity-ring > .wrap:nth-child(4) { + -webkit-transform: rotate(-42deg); + -ms-transform: rotate(-42deg); + transform: rotate(-42deg); +} +.activity-ring > .wrap:nth-child(4) > .circle { + -webkit-animation-delay: 400ms; + animation-delay: 400ms; +} +.activity-ring > .wrap:nth-child(5) { + -webkit-transform: rotate(-56deg); + -ms-transform: rotate(-56deg); + transform: rotate(-56deg); +} +.activity-ring > .wrap:nth-child(5) > .circle { + -webkit-animation-delay: 533.33333333ms; + animation-delay: 533.33333333ms; +} +.activity-ring.dark-style > .wrap > .circle:after { + background-color: #989898; +} +.activity-ring.color-style > .wrap > .circle:after { + background-color: #1ba1e2; +} +.activity-ring.color-style > .wrap:nth-child(2) > .circle:after { + background-color: #fa6800; +} +.activity-ring.color-style > .wrap:nth-child(3) > .circle:after { + background-color: #60a917; +} +.activity-ring.color-style > .wrap:nth-child(4) > .circle:after { + background-color: #CE352C; +} +.activity-ring.color-style > .wrap:nth-child(5) > .circle:after { + background-color: #fff000; +} +.activity-metro { + overflow: hidden; + position: relative; + width: 100%; + height: 10px; + background-color: transparent; +} +.activity-metro > .circle { + display: inline-block; + position: absolute; + width: 10px; + height: 10px; + background-color: #ffffff; + opacity: 0; + margin-left: 5px; + -webkit-animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; + animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; +} +.activity-metro > .circle:nth-child(2) { + -webkit-animation-delay: 0.8s; + animation-delay: 0.8s; +} +.activity-metro > .circle:nth-child(3) { + -webkit-animation-delay: 0.7s; + animation-delay: 0.7s; +} +.activity-metro > .circle:nth-child(4) { + -webkit-animation-delay: 0.6s; + animation-delay: 0.6s; +} +.activity-metro > .circle:nth-child(5) { + -webkit-animation-delay: 0.5s; + animation-delay: 0.5s; +} +.activity-metro.dark-style > .circle { + background-color: #989898; +} +.activity-metro.color-style > .circle { + background-color: #1ba1e2; +} +.activity-metro.color-style > .circle:nth-child(2) { + background-color: #fa6800; +} +.activity-metro.color-style > .circle:nth-child(3) { + background-color: #60a917; +} +.activity-metro.color-style > .circle:nth-child(4) { + background-color: #CE352C; +} +.activity-metro.color-style > .circle:nth-child(5) { + background-color: #fff000; +} +.activity-square { + position: relative; + width: 40px; + height: 40px; + overflow: hidden; + -webkit-transform-origin: bottom left; + -ms-transform-origin: bottom left; + transform-origin: bottom left; + -webkit-animation: ani-shrink 1s linear infinite; + animation: ani-shrink 1s linear infinite; +} +.activity-square .square { + position: absolute; + width: 19px; + height: 19px; + background: #ffffff; +} +.activity-square .square:nth-child(1) { + left: 0; + top: 21px; +} +.activity-square .square:nth-child(2) { + left: 21px; + top: 21px; + -webkit-animation: ani-drop 1s linear infinite; + animation: ani-drop 1s linear infinite; +} +.activity-square .square:nth-child(3) { + left: 0; + top: 0; + -webkit-animation: ani-drop2 1s linear infinite; + animation: ani-drop2 1s linear infinite; +} +.activity-square .square:nth-child(4) { + left: 21px; + top: 0; + -webkit-animation: ani-drop3 1s linear infinite; + animation: ani-drop3 1s linear infinite; +} +.activity-square.dark-style > .square { + background-color: #989898; +} +.activity-square.color-style > .square:nth-child(1) { + background-color: #fa6800; +} +.activity-square.color-style > .square:nth-child(2) { + background-color: #60a917; +} +.activity-square.color-style > .square:nth-child(3) { + background-color: #1ba1e2; +} +.activity-square.color-style > .square:nth-child(4) { + background-color: #fff000; +} +.activity-cycle { + width: 64px; + height: 64px; + position: relative; + overflow: hidden; +} +.activity-cycle .cycle { + display: block; + position: relative; + left: 50%; + top: 50%; + width: 64px; + height: 64px; + margin: -32px 0 0 -32px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #ffffff; + -webkit-animation: ani-pre-spin 1s linear infinite; + animation: ani-pre-spin 1s linear infinite; + z-index: 1001; +} +.activity-cycle .cycle::before, +.activity-cycle .cycle::after { + content: ""; + position: absolute; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #ffffff; +} +.activity-cycle .cycle:before { + top: 5px; + left: 5px; + right: 5px; + bottom: 5px; + -webkit-animation: ani-pre-spin 2s linear infinite; + animation: ani-pre-spin 2s linear infinite; +} +.activity-cycle .cycle:after { + top: 15px; + left: 15px; + right: 15px; + bottom: 15px; + -webkit-animation: spin 1.5s linear infinite; + animation: spin 1.5s linear infinite; +} +.activity-cycle.dark-style .cycle { + border-top-color: #1d1d1d; +} +.activity-cycle.dark-style .cycle:before { + border-top-color: #1d1d1d; +} +.activity-cycle.dark-style .cycle:after { + border-top-color: #1d1d1d; +} +.activity-cycle.color-style .cycle { + border-top-color: #1ba1e2; +} +.activity-cycle.color-style .cycle:before { + border-top-color: #CE352C; +} +.activity-cycle.color-style .cycle:after { + border-top-color: #fff000; +} +.activity-simple { + width: 64px; + height: 64px; +} +.activity-simple .circular { + -webkit-animation: rotate 2s linear infinite; + animation: rotate 2s linear infinite; + position: relative; + width: 100%; + height: 100%; +} +.activity-simple .path { + stroke-dasharray: 1,200; + stroke-dashoffset: 0; + -webkit-animation: dash 1.5s ease-in-out infinite; + animation: dash 1.5s ease-in-out infinite; + stroke-linecap: round; + stroke: #ffffff; +} +.activity-simple.dark-style .path { + stroke: #1d1d1d; +} +.activity-simple.color-style .path { + -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; + animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; +} +.activity-simple.small { + width: 32px; + height: 32px; + border-radius: 50%; +} +.activity-simple.small .circular { + width: 32px; + height: 32px; +} +@-webkit-keyframes rotate { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } - .ml-18-xl-minus { - margin-left: -72px !important; +} +@keyframes rotate { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } - .mt-18-xl-minus { - margin-top: -72px !important; +} +@-webkit-keyframes dash { + 0% { + stroke-dasharray: 1,200; + stroke-dashoffset: 0; } - .mb-18-xl-minus { - margin-bottom: -72px !important; + 50% { + stroke-dasharray: 89,200; + stroke-dashoffset: -35; } - .p-19-xl { - padding: 76px !important; + 100% { + stroke-dasharray: 89,200; + stroke-dashoffset: -124; } - .pr-19-xl { - padding-right: 76px !important; +} +@keyframes dash { + 0% { + stroke-dasharray: 1,200; + stroke-dashoffset: 0; } - .pl-19-xl { - padding-left: 76px !important; + 50% { + stroke-dasharray: 89,200; + stroke-dashoffset: -35; } - .pt-19-xl { - padding-top: 76px !important; + 100% { + stroke-dasharray: 89,200; + stroke-dashoffset: -124; } - .pb-19-xl { - padding-bottom: 76px !important; +} +@-webkit-keyframes color { + 100%, + 0% { + stroke: #CE352C; } - .px-19-xl { - padding-left: 76px !important; - padding-right: 76px !important; + 40% { + stroke: #00AFF0; } - .py-19-xl { - padding-top: 76px !important; - padding-bottom: 76px !important; + 66% { + stroke: #60a917; } - .m-19-xl { - margin: 76px !important; + 80%, + 90% { + stroke: #fff000; } - .mr-19-xl { - margin-right: 76px !important; +} +@keyframes color { + 100%, + 0% { + stroke: #CE352C; } - .ml-19-xl { - margin-left: 76px !important; + 40% { + stroke: #00AFF0; } - .mt-19-xl { - margin-top: 76px !important; + 66% { + stroke: #60a917; } - .mb-19-xl { - margin-bottom: 76px !important; + 80%, + 90% { + stroke: #fff000; } - .mx-19-xl { - margin-left: 76px !important; - margin-right: 76px !important; +} +.app-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: fixed; + top: 0; + left: 0; + right: 0; + height: auto; + min-height: 52px; + z-index: 1030; + background-color: #f8f8f8; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.app-bar .app-bar-container { + background-color: inherit; + color: inherit; +} +.app-bar .brand, +.app-bar .app-bar-item, +.app-bar .app-bar-container, +.app-bar .app-bar-button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + height: 52px; + line-height: 52px; + padding: 0 16px; + background-color: inherit; + color: inherit; + text-decoration: none; + font-size: 14px; + -ms-flex-negative: 0; + flex-shrink: 0; + border: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.app-bar .brand:focus, +.app-bar .app-bar-item:focus, +.app-bar .app-bar-container:focus, +.app-bar .app-bar-button:focus { + outline: none; +} +.app-bar .app-bar-container { + padding: 0; +} +.app-bar .app-bar-item { + white-space: nowrap; +} +.app-bar .app-bar-button { + width: 52px; + padding: 0; +} +.app-bar .app-bar-menu { + -ms-flex-negative: 0; + flex-shrink: 0; + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + background-color: inherit; + color: inherit; +} +.app-bar .app-bar-menu > li, +.app-bar .app-bar-menu > li > a { + display: block; + line-height: 52px; + background-color: inherit; + color: inherit; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.app-bar .app-bar-menu > li > a { + padding: 0 16px; + text-decoration: none; + font-size: 14px; + position: relative; +} +.app-bar .app-bar-menu > li { + position: relative; +} +.app-bar .brand:not(.no-hover):hover, +.app-bar .app-bar-menu li:not(.no-hover):hover, +.app-bar .hamburger:not(.no-hover):hover, +.app-bar .app-bar-item:not(.no-hover):hover, +.app-bar .brand:not(.no-hover):active, +.app-bar .app-bar-menu li:not(.no-hover):active, +.app-bar .hamburger:not(.no-hover):active, +.app-bar .app-bar-item:not(.no-hover):active, +.app-bar .brand:not(.no-hover) .active, +.app-bar .app-bar-menu li:not(.no-hover) .active, +.app-bar .hamburger:not(.no-hover) .active, +.app-bar .app-bar-item:not(.no-hover) .active { + background: rgba(29, 29, 29, 0.1); +} +.app-bar .hamburger { + position: absolute; + right: 0; + top: 0; + display: block; + height: 52px; + width: 52px; +} +.app-bar .hamburger.menu-down.active .line:nth-child(1), +.app-bar .hamburger.menu-down.active .line:nth-child(3) { + margin: -4px 16px; +} +.app-bar .app-bar-menu .d-menu, +.app-bar .app-bar-menu .v-menu { + -webkit-box-shadow: none; + box-shadow: none; + position: relative; + width: 100%; + background-color: #f8f8f8; +} +.app-bar .app-bar-menu .divider, +.app-bar .app-bar-container .divider { + height: 1px!important; + line-height: 1px!important; + background-color: #e4e4e4; +} +.app-bar .app-bar-container .d-menu { + background-color: #f8f8f8; + position: absolute; + width: auto; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.app-bar .app-bar-container .v-menu { + position: absolute; + float: left; + width: auto; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.app-bar .app-bar-container > .d-menu, +.app-bar .app-bar-container > .v-menu { + top: 100%; +} +.app-bar .app-bar-container a { + color: inherit; + text-decoration: none; +} +.app-bar a { + outline: none!important; +} +.app-bar .app-bar-menu .d-menu .d-menu, +.app-bar .app-bar-menu .v-menu .v-menu, +.app-bar .app-bar-menu .v-menu .d-menu, +.app-bar .app-bar-menu .d-menu .v-menu { + left: 0; +} +.app-bar .app-bar-menu.opened { + max-height: calc(100vh - 52px); + overflow-y: auto; +} +.app-bar .app-bar-input { + width: 100px; + height: 30px; + font-size: 0.875rem; + border: none!important; + border-radius: 4px; +} +.app-bar .hamburger:not(.hidden) ~ .ml-auto { + margin-right: 48px; +} +.app-bar-expand { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; +} +.app-bar-expand .brand, +.app-bar-expand .app-bar-item, +.app-bar-expand .app-bar-container { + width: auto; + -ms-flex-negative: 1; + flex-shrink: 1; +} +.app-bar-expand .app-bar-menu { + float: left; +} +.app-bar-expand .app-bar-menu { + width: auto; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} +.app-bar-expand .app-bar-menu .d-menu { + position: absolute; + width: auto; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.app-bar-expand .app-bar-menu .d-menu li, +.app-bar-expand .app-bar-menu .d-menu a { + height: 38px; + line-height: 38px; +} +.app-bar-expand .app-bar-menu .v-menu { + position: absolute; + float: left; + width: auto; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.app-bar-expand .app-bar-menu.collapsed { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; +} +.app-bar-expand .app-bar-menu .d-menu .d-menu, +.app-bar-expand .app-bar-menu .v-menu .v-menu, +.app-bar-expand .app-bar-menu .v-menu .d-menu, +.app-bar-expand .app-bar-menu .d-menu .v-menu { + left: 100%; +} +.app-bar-expand .hamburger { + display: none; +} +.p-ab { + padding-top: 52px!important; +} +.m-ab { + margin-top: 52px!important; +} +.h-ab { + height: calc(100% - 52px); +} +.badge { + position: absolute; + z-index: 1; + top: 0; + right: 0; + background-color: #f8f8f8; + color: #1d1d1d; + border-radius: 0.25rem; + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 700; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + -webkit-transform: translateY(-50%) translateX(50%); + -ms-transform: translateY(-50%) translateX(50%); + transform: translateY(-50%) translateX(50%); +} +.brand .badge, +.app-bar-item .badge, +.app-bar-menu > li > a .badge, +.h-menu > li > a .badge, +.d-menu > li > a .badge, +.v-menu > li > a .badge, +.t-menu > li > a .badge { + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} +.badge.inline { + position: relative; + display: inline-block; + right: auto; + top: -1px; + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} +.badge.inside { + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} +.bottom-nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + height: 56px; + width: 100%; + position: fixed; + bottom: 0; + left: 0; + right: 0; + -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); + z-index: 1030; +} +.bottom-nav .button { + width: auto; + height: 100%; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + text-align: center; + text-transform: capitalize; + margin: 0; + border-radius: 0; + line-height: normal; +} +.bottom-nav .button .icon { + width: 24px; + height: 24px; + font-size: 22px; +} +.bottom-nav .button .label { + display: block; +} +.bottom-sheet { + background-color: #ffffff; + display: block; + z-index: 1030; + max-width: 360px; + left: 50%; + list-style: none inside; + padding: 0; + margin: 0 0 0 -50%; + width: 100%; + top: 100%; + position: fixed; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} +.bottom-sheet::after { + display: block; + clear: both; + content: ""; +} +.bottom-sheet::after { + display: block; + clear: both; + content: ""; +} +.bottom-sheet.wide-sm { + max-width: 576px; +} +.bottom-sheet.wide-ld { + max-width: 640px; +} +.bottom-sheet.wide-md { + max-width: 768px; +} +.bottom-sheet.wide-lg { + max-width: 992px; +} +.bottom-sheet.wide { + max-width: 100%; +} +.bottom-sheet > .title { + height: 56px; + font-size: 16px; + color: rgba(0, 0, 0, 0.87); +} +.bottom-sheet > li, +.bottom-sheet > .item { + font-size: 16px; + position: relative; + height: 48px; + padding-left: 56px; + display: block; + cursor: pointer; + vertical-align: middle; + line-height: 48px; +} +.bottom-sheet > li .icon, +.bottom-sheet > .item .icon { + left: 16px; + position: absolute; + width: 24px; + height: 24px; + font-size: 24px; + line-height: 24px; + vertical-align: middle; + text-align: center; + top: 50%; + margin-top: -12px; + opacity: 0.8; +} +.bottom-sheet > li:hover, +.bottom-sheet > .item:hover, +.bottom-sheet > li.hovered, +.bottom-sheet > .item.hovered, +.bottom-sheet > li.active, +.bottom-sheet > .item.active { + background-color: rgba(29, 29, 29, 0.1); +} +.bottom-sheet > .divider { + height: 1px; + background-color: #dfdfdf; +} +.bottom-sheet.grid-style { + padding: 16px; +} +.bottom-sheet.grid-style > li, +.bottom-sheet.grid-style > .item { + width: 64px; + height: 72px; + line-height: normal; + text-align: center; + vertical-align: middle; + display: block; + float: left; + margin: 8px; + padding: 4px; + font-size: 11px; +} +.bottom-sheet.grid-style > li .icon, +.bottom-sheet.grid-style > .item .icon { + display: block; + position: relative; + width: 42px; + height: 42px; + font-size: 42px; + margin: 0 0 8px -21px; + padding: 0; + top: 0; + left: 50%; + line-height: 1; +} +.bottom-sheet.grid-style > .divider { + display: none; +} +.bottom-sheet.opened { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); +} +.bottom-nav ~ .bottom-sheet { + padding-bottom: 76px; +} +.breadcrumbs { + margin-bottom: 1rem; + margin-left: 0; + padding: 0; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #ffffff; + color: #6a6a6a; +} +.breadcrumbs .page-item, +.breadcrumbs .breadcrumb-item { + position: relative; + cursor: pointer; + display: list-item; + background-color: inherit; + color: inherit; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + margin: 4px; +} +.breadcrumbs .page-item + .page-item::before, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::before, +.breadcrumbs .page-item + .page-item::after, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 1px; + width: 0.375rem; + background-color: #1d1d1d; + top: 50%; + left: 0; + margin-left: -0.5rem; +} +.breadcrumbs .page-item + .page-item::before, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::before { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + margin-top: -0.125rem; +} +.breadcrumbs .page-item + .page-item::after, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + margin-top: 0.125rem; +} +.breadcrumbs .page-link, +.breadcrumbs .page-item a, +.breadcrumbs .breadcrumb-item a { + display: block; + position: relative; + padding: 0.5rem 0.75rem; + line-height: 1; + font-size: 1rem; + text-decoration: none; + color: inherit; + background-color: transparent; +} +.breadcrumbs .page-link:hover, +.breadcrumbs .page-item a:hover, +.breadcrumbs .breadcrumb-item a:hover { + color: #1d1d1d; +} +.breadcrumbs .page-item:last-child, +.breadcrumbs .breadcrumb-item:last-child { + font-weight: bold; +} +.button, +.flat-button { + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0 0.75rem; + font-size: 0.875rem; + line-height: 34px; + height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; + overflow: visible; +} +.button .icon + .caption, +.flat-button .icon + .caption { + margin-left: 8px; +} +.button .caption + .icon, +.flat-button .caption + .icon { + margin-left: 8px; +} +.flat-button { + min-width: 64px; + background-color: transparent; +} +.button:active, +.button.focus, +.button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.button.link { + background-color: transparent; + color: #0366d6; +} +.button.link:hover { + background-color: transparent; + color: #0056b3; + text-decoration: underline; +} +.button.link.focus, +.button.link:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.button.hovered:hover { + background-color: rgba(29, 29, 29, 0.2); +} +.button img { + height: 1rem; +} +.button.mini { + font-size: 0.625rem; + padding: 0 0.5rem; + height: 20px; + line-height: 20px; +} +.button.mini img { + height: 0.625rem; +} +.button.small { + font-size: 0.75rem; + padding: 0 0.6rem; + height: 26px; + line-height: 26px; +} +.button.small img { + height: 0.75rem; +} +.button.large { + font-size: 1.375rem; + padding: 0 1rem; + height: 53px; + line-height: 53px; +} +.button.large img { + height: 1.375rem; +} +.button.square, +.button.cycle { + width: 2.25rem; + height: 2.25rem; + padding-left: 0 !important; + padding-right: 0 !important; +} +.button.square.mini, +.button.cycle.mini { + width: 1.39875rem; + height: 1.39875rem; +} +.button.square.small, +.button.cycle.small { + width: 1.724375rem; + height: 1.724375rem; +} +.button.square.large, +.button.cycle.large { + width: 3.3125rem; + height: 3.3125rem; +} +.button.cycle { + border-radius: 50%; +} +.button.square.dropdown-toggle::before, +.button.cycle.dropdown-toggle::before { + display: none; +} +.button.dropdown-toggle.no-marker { + padding-right: 0.75rem !important; +} +.button:focus, +.button:hover { + text-decoration: none; +} +.button:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.button.disabled, +.button:disabled { + opacity: 0.65; +} +.button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.button:active { + -webkit-box-shadow: none; + box-shadow: none; +} +a.button, +a.flat-button { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + color: #1d1d1d; + -webkit-box-shadow: none; + box-shadow: none; + text-decoration: none; +} +a.button:hover, +a.flat-button:hover { + -webkit-box-shadow: none; + box-shadow: none; +} +a.button:active, +a.flat-button:active, +a.button.focus, +a.flat-button.focus, +a.button:focus, +a.flat-button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +input[type=button], +input[type=submit], +input[type=reset] { + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0 0.75rem; + font-size: 0.875rem; + line-height: 34px; + height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; + overflow: visible; +} +input[type=button].primary, +input[type=submit].primary, +input[type=reset].primary { + outline-color: #75b5fd; + background-color: #0366d6; + color: #ffffff; +} +input[type=button].primary.outline, +input[type=submit].primary.outline, +input[type=reset].primary.outline { + color: #0366d6; + border-color: #0366d6; +} +input[type=button].primary.outline.dropdown-toggle::before, +input[type=submit].primary.outline.dropdown-toggle::before, +input[type=reset].primary.outline.dropdown-toggle::before { + border-color: #0366d6; +} +input[type=button].primary.outline:hover, +input[type=submit].primary.outline:hover, +input[type=reset].primary.outline:hover { + color: #ffffff; +} +input[type=button].primary.dropdown-toggle::before, +input[type=submit].primary.dropdown-toggle::before, +input[type=reset].primary.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].primary:hover, +input[type=submit].primary:hover, +input[type=reset].primary:hover { + color: #ffffff; + background-color: #024ea4; + border-color: #023671; +} +input[type=button].primary:hover.dropdown-toggle::before, +input[type=submit].primary:hover.dropdown-toggle::before, +input[type=reset].primary:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].primary.same-color:hover, +input[type=submit].primary.same-color:hover, +input[type=reset].primary.same-color:hover { + background-color: #0366d6; + border-color: #0366d6; +} +input[type=button].primary:active, +input[type=submit].primary:active, +input[type=reset].primary:active, +input[type=button].primary.focus, +input[type=submit].primary.focus, +input[type=reset].primary.focus, +input[type=button].primary:focus, +input[type=submit].primary:focus, +input[type=reset].primary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); + box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); +} +input[type=button].secondary, +input[type=submit].secondary, +input[type=reset].secondary { + outline-color: #b7c6cd; + background-color: #607d8b; + color: #ffffff; +} +input[type=button].secondary.outline, +input[type=submit].secondary.outline, +input[type=reset].secondary.outline { + color: #607d8b; + border-color: #607d8b; +} +input[type=button].secondary.outline.dropdown-toggle::before, +input[type=submit].secondary.outline.dropdown-toggle::before, +input[type=reset].secondary.outline.dropdown-toggle::before { + border-color: #607d8b; +} +input[type=button].secondary.outline:hover, +input[type=submit].secondary.outline:hover, +input[type=reset].secondary.outline:hover { + color: #ffffff; +} +input[type=button].secondary.dropdown-toggle::before, +input[type=submit].secondary.dropdown-toggle::before, +input[type=reset].secondary.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].secondary:hover, +input[type=submit].secondary:hover, +input[type=reset].secondary:hover { + color: #ffffff; + background-color: #4b626d; + border-color: #36474f; +} +input[type=button].secondary:hover.dropdown-toggle::before, +input[type=submit].secondary:hover.dropdown-toggle::before, +input[type=reset].secondary:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].secondary.same-color:hover, +input[type=submit].secondary.same-color:hover, +input[type=reset].secondary.same-color:hover { + background-color: #607d8b; + border-color: #607d8b; +} +input[type=button].secondary:active, +input[type=submit].secondary:active, +input[type=reset].secondary:active, +input[type=button].secondary.focus, +input[type=submit].secondary.focus, +input[type=reset].secondary.focus, +input[type=button].secondary:focus, +input[type=submit].secondary:focus, +input[type=reset].secondary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); + box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); +} +input[type=button].success, +input[type=submit].success, +input[type=reset].success { + outline-color: #adeb6e; + background-color: #60a917; + color: #ffffff; +} +input[type=button].success.outline, +input[type=submit].success.outline, +input[type=reset].success.outline { + color: #60a917; + border-color: #60a917; +} +input[type=button].success.outline.dropdown-toggle::before, +input[type=submit].success.outline.dropdown-toggle::before, +input[type=reset].success.outline.dropdown-toggle::before { + border-color: #60a917; +} +input[type=button].success.outline:hover, +input[type=submit].success.outline:hover, +input[type=reset].success.outline:hover { + color: #ffffff; +} +input[type=button].success.dropdown-toggle::before, +input[type=submit].success.dropdown-toggle::before, +input[type=reset].success.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].success:hover, +input[type=submit].success:hover, +input[type=reset].success:hover { + color: #ffffff; + background-color: #477c11; + border-color: #2d4f0b; +} +input[type=button].success:hover.dropdown-toggle::before, +input[type=submit].success:hover.dropdown-toggle::before, +input[type=reset].success:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].success.same-color:hover, +input[type=submit].success.same-color:hover, +input[type=reset].success.same-color:hover { + background-color: #60a917; + border-color: #60a917; +} +input[type=button].success:active, +input[type=submit].success:active, +input[type=reset].success:active, +input[type=button].success.focus, +input[type=submit].success.focus, +input[type=reset].success.focus, +input[type=button].success:focus, +input[type=submit].success:focus, +input[type=reset].success:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); +} +input[type=button].alert, +input[type=submit].alert, +input[type=reset].alert { + outline-color: #ecaba7; + background-color: #CE352C; + color: #ffffff; +} +input[type=button].alert.outline, +input[type=submit].alert.outline, +input[type=reset].alert.outline { + color: #CE352C; + border-color: #CE352C; +} +input[type=button].alert.outline.dropdown-toggle::before, +input[type=submit].alert.outline.dropdown-toggle::before, +input[type=reset].alert.outline.dropdown-toggle::before { + border-color: #CE352C; +} +input[type=button].alert.outline:hover, +input[type=submit].alert.outline:hover, +input[type=reset].alert.outline:hover { + color: #ffffff; +} +input[type=button].alert.dropdown-toggle::before, +input[type=submit].alert.dropdown-toggle::before, +input[type=reset].alert.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].alert:hover, +input[type=submit].alert:hover, +input[type=reset].alert:hover { + color: #ffffff; + background-color: #a42a23; + border-color: #7a1f1a; +} +input[type=button].alert:hover.dropdown-toggle::before, +input[type=submit].alert:hover.dropdown-toggle::before, +input[type=reset].alert:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].alert.same-color:hover, +input[type=submit].alert.same-color:hover, +input[type=reset].alert.same-color:hover { + background-color: #CE352C; + border-color: #CE352C; +} +input[type=button].alert:active, +input[type=submit].alert:active, +input[type=reset].alert:active, +input[type=button].alert.focus, +input[type=submit].alert.focus, +input[type=reset].alert.focus, +input[type=button].alert:focus, +input[type=submit].alert:focus, +input[type=reset].alert:focus { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); +} +input[type=button].warning, +input[type=submit].warning, +input[type=reset].warning { + outline-color: #ffede1; + background-color: #ff9447; + color: #ffffff; +} +input[type=button].warning.outline, +input[type=submit].warning.outline, +input[type=reset].warning.outline { + color: #ff9447; + border-color: #ff9447; +} +input[type=button].warning.outline.dropdown-toggle::before, +input[type=submit].warning.outline.dropdown-toggle::before, +input[type=reset].warning.outline.dropdown-toggle::before { + border-color: #ff9447; +} +input[type=button].warning.outline:hover, +input[type=submit].warning.outline:hover, +input[type=reset].warning.outline:hover { + color: #ffffff; +} +input[type=button].warning.dropdown-toggle::before, +input[type=submit].warning.dropdown-toggle::before, +input[type=reset].warning.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].warning:hover, +input[type=submit].warning:hover, +input[type=reset].warning:hover { + color: #ffffff; + background-color: #ff7615; + border-color: #e05d00; +} +input[type=button].warning:hover.dropdown-toggle::before, +input[type=submit].warning:hover.dropdown-toggle::before, +input[type=reset].warning:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].warning.same-color:hover, +input[type=submit].warning.same-color:hover, +input[type=reset].warning.same-color:hover { + background-color: #ff9447; + border-color: #ff9447; +} +input[type=button].warning:active, +input[type=submit].warning:active, +input[type=reset].warning:active, +input[type=button].warning.focus, +input[type=submit].warning.focus, +input[type=reset].warning.focus, +input[type=button].warning:focus, +input[type=submit].warning:focus, +input[type=reset].warning:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); + box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); +} +input[type=button].yellow, +input[type=submit].yellow, +input[type=reset].yellow { + outline-color: #ffffff; + background-color: #ffe484; + color: #ffffff; +} +input[type=button].yellow.outline, +input[type=submit].yellow.outline, +input[type=reset].yellow.outline { + color: #ffe484; + border-color: #ffe484; +} +input[type=button].yellow.outline.dropdown-toggle::before, +input[type=submit].yellow.outline.dropdown-toggle::before, +input[type=reset].yellow.outline.dropdown-toggle::before { + border-color: #ffe484; +} +input[type=button].yellow.outline:hover, +input[type=submit].yellow.outline:hover, +input[type=reset].yellow.outline:hover { + color: #ffffff; +} +input[type=button].yellow.dropdown-toggle::before, +input[type=submit].yellow.dropdown-toggle::before, +input[type=reset].yellow.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].yellow:hover, +input[type=submit].yellow:hover, +input[type=reset].yellow:hover { + color: #ffffff; + background-color: #ffd951; + border-color: #ffce1e; +} +input[type=button].yellow:hover.dropdown-toggle::before, +input[type=submit].yellow:hover.dropdown-toggle::before, +input[type=reset].yellow:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].yellow.same-color:hover, +input[type=submit].yellow.same-color:hover, +input[type=reset].yellow.same-color:hover { + background-color: #ffe484; + border-color: #ffe484; +} +input[type=button].yellow:active, +input[type=submit].yellow:active, +input[type=reset].yellow:active, +input[type=button].yellow.focus, +input[type=submit].yellow.focus, +input[type=reset].yellow.focus, +input[type=button].yellow:focus, +input[type=submit].yellow:focus, +input[type=reset].yellow:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); + box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); +} +input[type=button].info, +input[type=submit].info, +input[type=reset].info { + outline-color: #e6f5fc; + background-color: #5ebdec; + color: #ffffff; +} +input[type=button].info.outline, +input[type=submit].info.outline, +input[type=reset].info.outline { + color: #5ebdec; + border-color: #5ebdec; +} +input[type=button].info.outline.dropdown-toggle::before, +input[type=submit].info.outline.dropdown-toggle::before, +input[type=reset].info.outline.dropdown-toggle::before { + border-color: #5ebdec; +} +input[type=button].info.outline:hover, +input[type=submit].info.outline:hover, +input[type=reset].info.outline:hover { + color: #ffffff; +} +input[type=button].info.dropdown-toggle::before, +input[type=submit].info.dropdown-toggle::before, +input[type=reset].info.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].info:hover, +input[type=submit].info:hover, +input[type=reset].info:hover { + color: #ffffff; + background-color: #30abe6; + border-color: #1891cb; +} +input[type=button].info:hover.dropdown-toggle::before, +input[type=submit].info:hover.dropdown-toggle::before, +input[type=reset].info:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].info.same-color:hover, +input[type=submit].info.same-color:hover, +input[type=reset].info.same-color:hover { + background-color: #5ebdec; + border-color: #5ebdec; +} +input[type=button].info:active, +input[type=submit].info:active, +input[type=reset].info:active, +input[type=button].info.focus, +input[type=submit].info.focus, +input[type=reset].info.focus, +input[type=button].info:focus, +input[type=submit].info:focus, +input[type=reset].info:focus { + -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); + box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); +} +input[type=button].dark, +input[type=submit].dark, +input[type=reset].dark { + outline-color: #9d9d9d; + background-color: #505050; + color: #ffffff; +} +input[type=button].dark.outline, +input[type=submit].dark.outline, +input[type=reset].dark.outline { + color: #505050; + border-color: #505050; +} +input[type=button].dark.outline.dropdown-toggle::before, +input[type=submit].dark.outline.dropdown-toggle::before, +input[type=reset].dark.outline.dropdown-toggle::before { + border-color: #505050; +} +input[type=button].dark.outline:hover, +input[type=submit].dark.outline:hover, +input[type=reset].dark.outline:hover { + color: #ffffff; +} +input[type=button].dark.dropdown-toggle::before, +input[type=submit].dark.dropdown-toggle::before, +input[type=reset].dark.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].dark:hover, +input[type=submit].dark:hover, +input[type=reset].dark:hover { + color: #ffffff; + background-color: #373737; + border-color: #1d1d1d; +} +input[type=button].dark:hover.dropdown-toggle::before, +input[type=submit].dark:hover.dropdown-toggle::before, +input[type=reset].dark:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].dark.same-color:hover, +input[type=submit].dark.same-color:hover, +input[type=reset].dark.same-color:hover { + background-color: #505050; + border-color: #505050; +} +input[type=button].dark:active, +input[type=submit].dark:active, +input[type=reset].dark:active, +input[type=button].dark.focus, +input[type=submit].dark.focus, +input[type=reset].dark.focus, +input[type=button].dark:focus, +input[type=submit].dark:focus, +input[type=reset].dark:focus { + -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); + box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); +} +input[type=button].light, +input[type=submit].light, +input[type=reset].light { + outline-color: #ffffff; + background-color: #f8f8f8; + color: #ffffff; +} +input[type=button].light.outline, +input[type=submit].light.outline, +input[type=reset].light.outline { + color: #f8f8f8; + border-color: #f8f8f8; +} +input[type=button].light.outline.dropdown-toggle::before, +input[type=submit].light.outline.dropdown-toggle::before, +input[type=reset].light.outline.dropdown-toggle::before { + border-color: #f8f8f8; +} +input[type=button].light.outline:hover, +input[type=submit].light.outline:hover, +input[type=reset].light.outline:hover { + color: #ffffff; +} +input[type=button].light.dropdown-toggle::before, +input[type=submit].light.dropdown-toggle::before, +input[type=reset].light.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].light:hover, +input[type=submit].light:hover, +input[type=reset].light:hover { + color: #ffffff; + background-color: #dfdfdf; + border-color: #c5c5c5; +} +input[type=button].light:hover.dropdown-toggle::before, +input[type=submit].light:hover.dropdown-toggle::before, +input[type=reset].light:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].light.same-color:hover, +input[type=submit].light.same-color:hover, +input[type=reset].light.same-color:hover { + background-color: #f8f8f8; + border-color: #f8f8f8; +} +input[type=button].light:active, +input[type=submit].light:active, +input[type=reset].light:active, +input[type=button].light.focus, +input[type=submit].light.focus, +input[type=reset].light.focus, +input[type=button].light:focus, +input[type=submit].light:focus, +input[type=reset].light:focus { + -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); + box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); +} +input[type=button].yellow, +input[type=submit].yellow, +input[type=reset].yellow, +input[type=button].light, +input[type=submit].light, +input[type=reset].light { + color: #1d1d1d; +} +input[type=button].yellow:hover, +input[type=submit].yellow:hover, +input[type=reset].yellow:hover, +input[type=button].light:hover, +input[type=submit].light:hover, +input[type=reset].light:hover, +input[type=button].yellow.outline:hover, +input[type=submit].yellow.outline:hover, +input[type=reset].yellow.outline:hover, +input[type=button].light.outline:hover, +input[type=submit].light.outline:hover, +input[type=reset].light.outline:hover { + color: #1d1d1d; +} +input[type=button] .icon + .caption, +input[type=submit] .icon + .caption, +input[type=reset] .icon + .caption { + margin-left: 8px; +} +input[type=button] .caption + .icon, +input[type=submit] .caption + .icon, +input[type=reset] .caption + .icon { + margin-left: 8px; +} +input[type=button]:active, +input[type=submit]:active, +input[type=reset]:active, +input[type=button].focus, +input[type=submit].focus, +input[type=reset].focus, +input[type=button]:focus, +input[type=submit]:focus, +input[type=reset]:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +input[type=button]:hover, +input[type=submit]:hover, +input[type=reset]:hover { + background-color: rgba(29, 29, 29, 0.1); +} +input[type=button].link, +input[type=submit].link, +input[type=reset].link { + background-color: transparent; + color: #0366d6; +} +input[type=button].link:hover, +input[type=submit].link:hover, +input[type=reset].link:hover { + background-color: transparent; + color: #0056b3; + text-decoration: underline; +} +input[type=button].link.focus, +input[type=submit].link.focus, +input[type=reset].link.focus, +input[type=button].link:focus, +input[type=submit].link:focus, +input[type=reset].link:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +input[type=button].hovered:hover, +input[type=submit].hovered:hover, +input[type=reset].hovered:hover { + background-color: rgba(29, 29, 29, 0.2); +} +input[type=button] img, +input[type=submit] img, +input[type=reset] img { + height: 1rem; +} +input[type=button].mini, +input[type=submit].mini, +input[type=reset].mini { + font-size: 0.625rem; + padding: 0 0.5rem; + height: 20px; + line-height: 20px; +} +input[type=button].mini img, +input[type=submit].mini img, +input[type=reset].mini img { + height: 0.625rem; +} +input[type=button].small, +input[type=submit].small, +input[type=reset].small { + font-size: 0.75rem; + padding: 0 0.6rem; + height: 26px; + line-height: 26px; +} +input[type=button].small img, +input[type=submit].small img, +input[type=reset].small img { + height: 0.75rem; +} +input[type=button].large, +input[type=submit].large, +input[type=reset].large { + font-size: 1.375rem; + padding: 0 1rem; + height: 53px; + line-height: 53px; +} +input[type=button].large img, +input[type=submit].large img, +input[type=reset].large img { + height: 1.375rem; +} +input[type=button].square, +input[type=submit].square, +input[type=reset].square, +input[type=button].cycle, +input[type=submit].cycle, +input[type=reset].cycle { + width: 2.25rem; + height: 2.25rem; + padding-left: 0 !important; + padding-right: 0 !important; +} +input[type=button].square.mini, +input[type=submit].square.mini, +input[type=reset].square.mini, +input[type=button].cycle.mini, +input[type=submit].cycle.mini, +input[type=reset].cycle.mini { + width: 1.39875rem; + height: 1.39875rem; +} +input[type=button].square.small, +input[type=submit].square.small, +input[type=reset].square.small, +input[type=button].cycle.small, +input[type=submit].cycle.small, +input[type=reset].cycle.small { + width: 1.724375rem; + height: 1.724375rem; +} +input[type=button].square.large, +input[type=submit].square.large, +input[type=reset].square.large, +input[type=button].cycle.large, +input[type=submit].cycle.large, +input[type=reset].cycle.large { + width: 3.3125rem; + height: 3.3125rem; +} +input[type=button].cycle, +input[type=submit].cycle, +input[type=reset].cycle { + border-radius: 50%; +} +input[type=button].square.dropdown-toggle::before, +input[type=submit].square.dropdown-toggle::before, +input[type=reset].square.dropdown-toggle::before, +input[type=button].cycle.dropdown-toggle::before, +input[type=submit].cycle.dropdown-toggle::before, +input[type=reset].cycle.dropdown-toggle::before { + display: none; +} +input[type=button].dropdown-toggle.no-marker, +input[type=submit].dropdown-toggle.no-marker, +input[type=reset].dropdown-toggle.no-marker { + padding-right: 0.75rem !important; +} +input[type=button]:focus, +input[type=submit]:focus, +input[type=reset]:focus, +input[type=button]:hover, +input[type=submit]:hover, +input[type=reset]:hover { + text-decoration: none; +} +input[type=button]:active, +input[type=submit]:active, +input[type=reset]:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +input[type=button].disabled, +input[type=submit].disabled, +input[type=reset].disabled, +input[type=button]:disabled, +input[type=submit]:disabled, +input[type=reset]:disabled { + opacity: 0.65; +} +input[type=button].outline, +input[type=submit].outline, +input[type=reset].outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +input[type=button]:active, +input[type=submit]:active, +input[type=reset]:active { + -webkit-box-shadow: none; + box-shadow: none; +} +.button-group .active { + background-color: #989898; + color: #ffffff; +} +.calendar { + display: block; + position: relative; + width: 280px; + border: 1px solid #dfdfdf; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #ffffff; +} +.calendar-header, +.calendar-content, +.calendar-footer { + position: relative; + display: block; + background-color: #ffffff; + color: #1d1d1d; +} +.calendar-header { + padding: 1rem; + background-color: #004d6f; + color: #ffffff; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.calendar-header .header-year { + font-size: 0.75rem; + line-height: 1; +} +.calendar-header .header-day { + font-size: 1.325rem; +} +.calendar-content { + padding: 1px; + width: 278px; +} +.calendar-content .calendar-toolbar, +.calendar-content .days-wrapper { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; +} +.calendar-content .calendar-toolbar { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.5rem 0; + width: 100%; +} +.calendar-content .calendar-toolbar .prev-month, +.calendar-content .calendar-toolbar .prev-year, +.calendar-content .calendar-toolbar .next-month, +.calendar-content .calendar-toolbar .next-year { + padding: 0.5rem 0; + cursor: pointer; + text-align: center; + width: 30px; + display: block; + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.calendar-content .calendar-toolbar .curr-month, +.calendar-content .calendar-toolbar .curr-year { + padding: 0.5rem 0; + width: 100%; + text-align: center; + cursor: pointer; + font-size: 14px; +} +.calendar-content .week-days, +.calendar-content .days { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + border-top: 1px solid #dfdfdf; + border-bottom: 1px solid #dfdfdf; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0; + font-size: 0.75rem; +} +.calendar-content .days { + border: none; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; +} +.calendar-content .days-row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.calendar-content .day, +.calendar-content .week-number { + width: calc(100%/7); + text-align: center; + cursor: pointer; + font-size: 0.85rem; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + margin: 0; + height: 36px; + line-height: 36px; +} +.calendar-content .day.and-week-number { + width: calc(100% / 8); +} +.calendar-content .day.selected { + -webkit-box-shadow: inset 0 0 0 1px #5ebdec !important; + box-shadow: inset 0 0 0 1px #5ebdec !important; +} +.calendar-content .day.selected::after { + border-top: 20px solid #5ebdec; + border-left: 20px solid transparent; + right: 0; + top: 0; +} +.calendar-content .day.selected::before { + right: 1px!important; + top: 1px!important; +} +.calendar-content .day.showed { + font-weight: bold; +} +.calendar-content .week-days .day { + font-weight: 700; +} +.calendar-content .week-number { + width: calc(100% / 8); + background-color: #ffffff; + font-weight: 700; + font-size: 12px; + border-right: 1px solid #dfdfdf; +} +.calendar-content .outside { + color: #bebebe; + font-size: 0.75rem; +} +.calendar-content .today { + background-color: rgba(27, 161, 226, 0.5); + color: #ffffff; + font-weight: bold; +} +.calendar-content .excluded { + background-color: #f8f8f8; +} +.calendar.day-border .days-row:not(:nth-child(1)) { + border-top: 1px solid #dfdfdf; +} +.calendar.day-border .days-row .day:not(:nth-child(1)), +.calendar.day-border .week-days .day:not(:nth-child(1)) { + border-left: 1px solid #dfdfdf; +} +.calendar.day-border .days-row .week-number, +.calendar.day-border .week-days .week-number { + border-right: none; +} +.calendar-months, +.calendar-years { + height: 100%; + display: block; + position: absolute; + top: 0; + background-color: #f8f8f8; + color: #1d1d1d; + float: left; + width: 120px; + overflow: hidden; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + z-index: 500; +} +.calendar-years > .years-list, +.calendar-months > .months-list { + height: 100%; + overflow-x: hidden; + overflow-y: auto!important; +} +.calendar-years > .years-list li.active, +.calendar-months > .months-list li.active { + background-color: #1ba1e2; + color: #ffffff; +} +.calendar-months { + left: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + width: 160px; +} +.calendar-months.open { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + -webkit-box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); + box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); +} +.calendar-months .months-list { + list-style: none inside; + padding: 0; + margin: 10px 0; +} +.calendar-months .months-list li { + padding: 4px 16px; + cursor: pointer; +} +.calendar-months .months-list li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.calendar-years { + left: 100%; +} +.calendar-years.open { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + -webkit-box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); + box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); +} +.calendar-years .years-list { + list-style: none inside; + padding: 0; + margin: 10px 0; + text-align: center; +} +.calendar-years .years-list li { + padding: 4px 16px; + cursor: pointer; +} +.calendar-years .years-list li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.calendar-footer { + padding: 0.5rem; + border-top: 1px solid #dfdfdf; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.calendar-footer > * { + margin: 0 2px; + font-size: 0.75rem; + height: 32px; + line-height: 32px; + padding: 0 8px; +} +.calendar.compact { + width: 240px; +} +.calendar.compact .calendar-content { + width: 100%; +} +.calendar.compact .calendar-header { + padding: 0.5rem; + line-height: 1.2; +} +.calendar.compact .calendar-header .header-year { + font-size: 0.65rem; +} +.calendar.compact .calendar-header .header-day { + font-size: 1rem; +} +.calendar.compact .calendar-toolbar > * { + padding: 0!important; + font-size: 14px; +} +.calendar.compact .calendar-footer .button { + height: 24px; + line-height: 24px; + padding: 0 0.25rem; +} +.calendar.compact .day, +.calendar.compact .week-number { + height: 30px; + line-height: 30px; + width: 30px; + margin: 0; + font-size: 12px; +} +.calendar.compact .day + .day { + margin-left: 1px; +} +.calendar.compact .months-list, +.calendar.compact .years-list { + font-size: 0.85rem; +} +.calendar-wide { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + width: 560px; +} +.calendar-wide::after { + display: block; + clear: both; + content: ""; +} +.calendar-wide::after { + display: block; + clear: both; + content: ""; +} +.calendar-wide.calendar-picker { + width: 460px; +} +.calendar-wide .calendar-header, +.calendar-wide .calendar-footer { + position: absolute; + top: 0; + height: 100%; + min-height: 100%; +} +.calendar-wide .calendar-header { + left: 0; +} +.calendar-wide .calendar-footer { + right: 0; +} +.calendar-wide .calendar-header { + width: 180px; +} +.calendar-wide .calendar-footer { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + border-top: none; + border-left: 1px solid #dfdfdf; + width: 100px; +} +.calendar-wide .calendar-footer * { + width: 100%; + margin: 2px 0; +} +.calendar-wide .calendar-content { + margin: 0 96px 0 180px; +} +.calendar-wide.compact { + width: 454px!important; +} +.calendar-wide.compact.calendar-picker { + width: 354px!important; +} +.calendar-wide.compact .calendar-header { + width: 120px; +} +.calendar-wide.compact .calendar-content { + margin: 0 96px 0 120px; + width: 234px; +} +.calendar-picker { + position: relative; +} +.calendar-picker input { + width: 100%; +} +.calendar-picker .calendar-wide { + width: 464px; +} +.calendar-picker .calendar-wide.compact { + width: 364px; +} +.calendar-for-picker { + position: absolute; + top: 100%; + left: 0; + display: none; + z-index: 500; +} +.calendar-for-picker.open { + display: block!important; +} +.calendar-for-picker.open-up { + top: auto; + bottom: 100%; +} +.calendar-for-picker.dialog-mode { + position: fixed; + top: 50%!important; + left: 50%!important; + -webkit-transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); + z-index: 1050; +} +.calendar-for-picker.dialog-mode.open-up { + top: auto; + bottom: auto; +} +.card { + display: block; + position: relative; + font-size: 0.875rem; + width: calc(100% - 1rem); + margin: 8px auto; + border-radius: 2px; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.card-header { + border-bottom: 1px #eee solid; + padding: 1rem; + font-size: 16px; + border-radius: 2px 2px 0 0; + display: block; +} +.card-header .avatar { + float: left; + width: 2.75rem; + height: 2.75rem; + overflow: hidden; +} +.card-header .avatar img { + width: 100%; + min-height: 100%; +} +.card-header .name { + margin-left: 3.375rem; + font-weight: 500; +} +.card-header .date { + margin-left: 3.375rem; + font-size: 0.8125rem; + font-weight: 500; + color: #bebebe; +} +.card-content { + display: block; +} +.card-footer { + border-top: 1px #eee solid; + padding: 1rem; + border-radius: 0 0 2px 2px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; +} +.card.image-header .card-header { + height: 9rem; + vertical-align: bottom; + background-size: cover; + background-position: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} +.card.image-header .card-header .avatar { + border-radius: 50%; + border: 2px solid #ffffff; +} +* + .card { + margin-top: 1rem; +} +.card.flex-card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; +} +.card.flex-card .card-header, +.card.flex-card .card-footer { + height: 57px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; +} +.card.flex-card .card-footer { + margin-top: auto; +} +.carousel { + display: block; + position: relative; + width: 100%; + height: auto; + overflow: visible; + background-color: #ffffff; +} +.carousel .slides { + display: block; + position: relative; + width: 100%; + height: 100%; + overflow: hidden; +} +.carousel .slide { + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; + background-size: cover; + background-repeat: no-repeat; +} +.carousel.fixed-size .slide { + overflow: hidden; +} +.carousel [class*="carousel-switch"], +.carousel .carousel-bullets { + position: absolute; + display: block; + z-index: 501; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.carousel .carousel-switch-next, +.carousel .carousel-switch-prev { + width: auto; + line-height: 4rem; + height: 4rem; + text-decoration: none; + margin-top: -2rem; + top: 50%; + font-size: 4rem; + font-weight: 300; + color: #bebebe; + cursor: pointer; + vertical-align: middle; + padding: 0; +} +.carousel .carousel-switch-next:hover, +.carousel .carousel-switch-prev:hover { + color: #e4e4e4; +} +.carousel .carousel-switch-next img, +.carousel .carousel-switch-prev img { + max-width: 64px; + max-height: 64px; +} +.carousel .carousel-switch-next [class*=mif-], +.carousel .carousel-switch-prev [class*=mif-] { + display: block; +} +.carousel .carousel-switch-next { + right: 0; + left: auto; +} +.carousel .carousel-switch-prev { + left: 0; + right: auto; +} +.carousel .carousel-bullets { + left: 0; + right: 0; + bottom: 0.625rem; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.carousel .carousel-bullets .carousel-bullet { + display: block; + float: none; + width: 0.625rem; + height: 0.625rem; + background-color: #ababab; + border-radius: 50%; + cursor: pointer; + border: 1px #ffffff solid; + margin: 0 0.3125rem; +} +.carousel .carousel-bullets .carousel-bullet.bullet-on { + background-color: #5ebdec; +} +.carousel .carousel-bullets.default-size .carousel-bullet { + width: 22px; + height: 22px; +} +.carousel .carousel-bullets.mini-size .carousel-bullet { + width: 10px; + height: 10px; +} +.carousel .carousel-bullets.small-size .carousel-bullet { + width: 16px; + height: 16px; +} +.carousel .carousel-bullets.large-size .carousel-bullet { + width: 32px; + height: 32px; +} +.carousel .carousel-bullets.bullet-style-square .carousel-bullet { + border-radius: 0; +} +.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet { + border-radius: 50%; +} +.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet { + border-radius: 0; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.carousel .carousel-bullets.bullet-style-rect .carousel-bullet { + border-radius: 0; +} +.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet { + width: 44px; + height: 14px; +} +.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet { + width: 20px; + height: 6px; +} +.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet { + width: 32px; + height: 10px; +} +.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet { + width: 64px; + height: 24px; +} +.carousel.controls-outside { + padding: 0 4rem 1.375rem 4rem; +} +.carousel.controls-outside .carousel-bullets { + bottom: 0; +} +.carousel.with-thumbnails .thumbs { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: absolute; + top: 100%; + left: 0; + width: 100%; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-top: 10px; +} +.carousel.with-thumbnails .thumb { + display: block; + position: relative!important; + top: auto!important; + left: auto!important; + margin: 0.5rem; + cursor: pointer; + overflow: hidden; + background-color: #f8f8f8; +} +.carousel.with-thumbnails .thumb.thumb-on { + border: 4px solid #1ba1e2; +} +.charms { + display: block; + position: fixed; + z-index: 1090; + background-color: #1d1d1d; + color: #ffffff; + -webkit-transition: -webkit-transform 0.3s ease; + transition: -webkit-transform 0.3s ease; + -o-transition: transform 0.3s ease; + transition: transform 0.3s ease; + transition: transform 0.3s ease, -webkit-transform 0.3s ease; + padding: 16px; +} +.charms.top-side { + bottom: 100%; + width: 100%; + left: 0; +} +.charms.top-side.open { + -webkit-transform: translateY(100%); + -ms-transform: translateY(100%); + transform: translateY(100%); +} +.charms.bottom-side { + top: 100%; + left: 0; + width: 100%; +} +.charms.bottom-side.open { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +.charms.left-side { + top: 0; + bottom: 0; + right: 100%; + width: auto; +} +.charms.left-side.open { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); +} +.charms.right-side { + top: 0; + bottom: 0; + width: auto; + left: 100%; +} +.charms.right-side.open { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.charm-tile, +.charm-notify { + display: block; + position: relative; + cursor: pointer; +} +.charm-tile { + width: 90px; + height: 66px; + padding: 4px; + background-color: #50727C; + color: #ffffff; + margin: 2px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; +} +.charm-tile .icon { + position: absolute; + top: 4px; + left: 4px; + width: 16px; + height: 16px; + font-size: 16px; +} +.charm-tile .caption { + margin-top: 30px; + font-size: 10px; + display: block; +} +.charm-tile.active { + background-color: #126278; +} +.charm-notify { + height: auto; + background-color: #2D6070; + color: #ffffff; + padding: 24px; +} +.charm-notify .icon { + position: absolute; + left: 16px; + top: 24px; + width: 48px; + height: 48px; + font-size: 40px; +} +.charm-notify .title, +.charm-notify .content, +.charm-notify .secondary { + display: block; + position: relative; + margin-left: 52px; + line-height: 1; +} +.charm-notify .title { + font-weight: bold; + margin-bottom: 6px; +} +.charm-notify .content { + font-size: 14px; + line-height: 1.2; +} +.charm-notify .secondary { + font-size: 10px; + margin-top: 8px; +} +* + .charm-notify { + margin-top: 4px; +} +.chat { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.chat .title, +.chat .messages, +.chat .message-input { + display: block; +} +.chat .title { + font-size: 18px; + line-height: 1.2; + padding: 8px; + border-bottom: 1px solid #dfdfdf; +} +.chat .messages { + padding: 8px; + border-bottom: 1px solid #dfdfdf; + height: 100%; + overflow: hidden; + overflow-y: auto; +} +.chat .message { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; +} +.chat .message .message-sender { + width: 50%; + font-weight: 600; + font-size: 12px; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.chat .message .message-time { + width: 50%; + font-size: 12px; + text-align: right; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + opacity: 0.5; +} +.chat .message .message-item { + width: 100%; + -ms-flex-negative: 0; + flex-shrink: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + margin: 8px 0; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.chat .message .message-item .message-avatar { + overflow: hidden; + width: 40px; + height: 40px; + border-radius: 50%; + -ms-flex-negative: 0; + flex-shrink: 0; + display: block; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.chat .message .message-item .message-text { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid #e4e4e4; + margin-left: 8px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + font-size: 14px; + line-height: 1.2; + padding: 5px 10px; + width: 100%; + background-color: #e4e4e4; +} +.chat .message .message-item .message-text::before { + position: absolute; + right: 100%; + top: 14px; + border: 6px solid transparent; + border-right-color: #e4e4e4; + content: ' '; + height: 0; + width: 0; + pointer-events: none; +} +.chat .message.right .message-time { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + text-align: left; +} +.chat .message.right .message-sender { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + text-align: right; +} +.chat .message.right .message-avatar { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.chat .message.right .message-text { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-left: 0; + margin-right: 8px; +} +.chat .message.right .message-text::before { + right: auto; + left: 100%; + border-right-color: transparent; + border-left-color: #e4e4e4; +} +.chat .message-input { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: auto; + padding: 8px; +} +.chat .message-input.disabled { + opacity: 0.5; +} +.chat .message .message-item .message-text.primary { + border-color: #0366d6; + background-color: #0366d6; + color: #ffffff; +} +.chat .message .message-item .message-text.primary::before { + border-right-color: #0366d6; +} +.chat .message .message-item .message-text.secondary { + border-color: #607d8b; + background-color: #607d8b; + color: #ffffff; +} +.chat .message .message-item .message-text.secondary::before { + border-right-color: #607d8b; +} +.chat .message .message-item .message-text.success { + border-color: #60a917; + background-color: #60a917; + color: #ffffff; +} +.chat .message .message-item .message-text.success::before { + border-right-color: #60a917; +} +.chat .message .message-item .message-text.alert { + border-color: #CE352C; + background-color: #CE352C; + color: #ffffff; +} +.chat .message .message-item .message-text.alert::before { + border-right-color: #CE352C; +} +.chat .message .message-item .message-text.warning { + border-color: #ff9447; + background-color: #ff9447; + color: #ffffff; +} +.chat .message .message-item .message-text.warning::before { + border-right-color: #ff9447; +} +.chat .message .message-item .message-text.yellow { + border-color: #ffe484; + background-color: #ffe484; + color: #ffffff; +} +.chat .message .message-item .message-text.yellow::before { + border-right-color: #ffe484; +} +.chat .message .message-item .message-text.info { + border-color: #5ebdec; + background-color: #5ebdec; + color: #ffffff; +} +.chat .message .message-item .message-text.info::before { + border-right-color: #5ebdec; +} +.chat .message .message-item .message-text.dark { + border-color: #505050; + background-color: #505050; + color: #ffffff; +} +.chat .message .message-item .message-text.dark::before { + border-right-color: #505050; +} +.chat .message .message-item .message-text.light { + border-color: #f8f8f8; + background-color: #f8f8f8; + color: #ffffff; +} +.chat .message .message-item .message-text.light::before { + border-right-color: #f8f8f8; +} +.chat .message .message-item .message-text.brand1 { + border-color: #2ac4f4; + background-color: #2ac4f4; + color: #ffffff; +} +.chat .message .message-item .message-text.brand1::before { + border-right-color: #2ac4f4; +} +.chat .message .message-item .message-text.brand2 { + border-color: #004d6f; + background-color: #004d6f; + color: #ffffff; +} +.chat .message .message-item .message-text.brand2::before { + border-right-color: #004d6f; +} +.chat .message .message-item .message-text.light, +.chat .message .message-item .message-text.yellow { + color: #1d1d1d; +} +.chat .message.right .message-item .message-text.primary::before { + border-right-color: transparent; + border-left-color: #0366d6; +} +.chat .message.right .message-item .message-text.secondary::before { + border-right-color: transparent; + border-left-color: #607d8b; +} +.chat .message.right .message-item .message-text.success::before { + border-right-color: transparent; + border-left-color: #60a917; +} +.chat .message.right .message-item .message-text.alert::before { + border-right-color: transparent; + border-left-color: #CE352C; +} +.chat .message.right .message-item .message-text.warning::before { + border-right-color: transparent; + border-left-color: #ff9447; +} +.chat .message.right .message-item .message-text.yellow::before { + border-right-color: transparent; + border-left-color: #ffe484; +} +.chat .message.right .message-item .message-text.info::before { + border-right-color: transparent; + border-left-color: #5ebdec; +} +.chat .message.right .message-item .message-text.dark::before { + border-right-color: transparent; + border-left-color: #505050; +} +.chat .message.right .message-item .message-text.light::before { + border-right-color: transparent; + border-left-color: #f8f8f8; +} +.chat .message.right .message-item .message-text.brand1::before { + border-right-color: transparent; + border-left-color: #2ac4f4; +} +.chat .message.right .message-item .message-text.brand2::before { + border-right-color: transparent; + border-left-color: #004d6f; +} +.checkbox { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + margin: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; +} +.checkbox input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.checkbox .check, +.checkbox .caption { + display: block; + line-height: 1; + font-size: 14px; + margin: 0 4px; + position: relative; +} +.checkbox .check { + border: 2px #d9d9d9 solid; + width: 20px; + height: 20px; + -ms-flex-negative: 0; + flex-shrink: 0; + line-height: 36px; +} +.checkbox .check::before { + position: absolute; + vertical-align: middle; + font-size: 0; + content: ""; + height: 5px; + width: 10px; + background-color: transparent; + color: transparent; + border-left: 2px solid; + border-bottom: 2px solid; + border-color: #ffffff; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -4px; + display: none; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.checkbox input[type=checkbox]:checked ~ .check { + border-color: #1d1d1d; + background-color: #1d1d1d; +} +.checkbox input[type=checkbox]:checked ~ .check::before { + display: block; +} +.checkbox input[type=checkbox]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #e9e9e9; +} +.checkbox input[data-indeterminate=true] ~ .check { + border-color: #1d1d1d; + background-color: #1d1d1d; +} +.checkbox input[data-indeterminate=true] ~ .check::before { + display: block!important; + width: 6px; + height: 6px; + background-color: #ffffff; + border: 2px solid #ffffff; + left: 50%; + top: 50%; + margin-left: -3px; + margin-top: -3px; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); +} +.checkbox .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.checkbox .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.checkbox.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.checkbox.required, +.checkbox.invalid, +.checkbox.valid { + border: none!important; +} +.checkbox.invalid::after { + display: none; +} +.checkbox:focus input[type=checkbox]:not(:disabled) ~ .check::after, +.checkbox:active input[type=checkbox]:not(:disabled) ~ .check::after { + display: block; + content: ""; + position: absolute; + width: 3.125rem; + height: 3.125rem; + border-radius: 50%; + background-color: rgba(187, 187, 187, 0.5); + opacity: 0.3; + top: 50%; + left: 50%; + margin-top: -1.5625rem; + margin-left: -1.5625rem; +} +.checkbox.style2 input[type=checkbox]:checked ~ .check { + border-color: #1d1d1d; + background-color: #ffffff; +} +.checkbox.style2 .check { + border-color: #989898; +} +.checkbox.style2 .check::before { + border-color: #1d1d1d; +} +.checkbox.style2 input[type=checkbox]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #ffffff; +} +.checkbox.style2 input[type=checkbox]:disabled ~ .check::before { + border-color: #e9e9e9; +} +.checkbox.style2 input[data-indeterminate=true] ~ .check { + border-color: #1d1d1d; + background-color: #ffffff; +} +.checkbox.style2 input[data-indeterminate=true] ~ .check::before { + background-color: #1d1d1d; + border: 2px solid #1d1d1d; + width: 8px; + height: 8px; + margin-left: -4px; + margin-top: -4px; +} +.checkbox.transition-on .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.checkbox.transition-on input[type=checkbox]:checked ~ .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.checkbox.transition-on input[data-indeterminate=true] ~ .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.checkbox .check.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.chip { + display: inline-block; + float: left; + height: 32px; + font-size: 14px; + padding: 0 12px; + line-height: 32px; + background: #bebebe; + cursor: default; +} +.chip .label { + white-space: nowrap; +} +.chip .icon { + position: absolute; + left: 0; + top: 0; + width: 32px; + height: 32px; + text-align: center; + line-height: 32px; + vertical-align: middle; + font-size: 24px; + overflow: hidden; +} +.chip .icon img { + width: 100%; + max-height: 100%; + vertical-align: initial; +} +.chip .icon + .label { + margin-left: 30px; +} +.chip .action { + display: block; + float: right; + margin-left: 10px; + cursor: pointer; + width: 24px; + height: 24px; + margin-right: -8px; + margin-top: 4px; + background-color: #ccc; + overflow: hidden; +} +.chip .action:before { + content: "\2716"; + line-height: 24px; + text-align: center; + display: block; +} +.chip:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.chip.material { + border-radius: 16px; +} +.chip.material .icon { + border-radius: 32px; +} +.chip.material .action { + border-radius: 24px; +} +.chip + .chip { + margin-left: 8px; +} +.command-button, +.image-button { + padding: 0.5rem; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 1.5rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + outline: none; + position: relative; + font-weight: 500; +} +.command-button .icon, +.image-button .icon { + width: 2.6875rem; + height: 2.6875rem; + line-height: 2.6875rem; + font-size: 2rem; + color: inherit; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.command-button .caption, +.image-button .caption { + margin-left: 0.5rem; + text-align: left; + color: inherit; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + font-weight: 400; + line-height: 1.2; +} +.command-button .caption small, +.image-button .caption small { + display: block; + font-size: 0.8rem; +} +.command-button.icon-right .icon, +.image-button.icon-right .icon { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.command-button.icon-right .caption, +.image-button.icon-right .caption { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-left: 0; + margin-right: 0.5rem; +} +.command-button.outline, +.image-button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.command-button:hover, +.image-button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.command-button:active, +.image-button:active, +.command-button.focus, +.image-button.focus, +.command-button:focus, +.image-button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.command-button:focus, +.image-button:focus, +.command-button:hover, +.image-button:hover, +.command-button.focus, +.image-button.focus { + text-decoration: none; +} +.command-button:active, +.image-button:active { + -webkit-box-shadow: none; + box-shadow: none; + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.command-button.disabled, +.image-button.disabled, +.command-button:disabled, +.image-button:disabled { + opacity: 0.65; +} +.countdown { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + font-size: 1.5rem; +} +.countdown .part { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 0.5rem 0.5rem 0.5em; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; +} +.countdown .digit { + display: block; + position: relative; + padding: 0; + line-height: 1; + overflow: hidden; +} +.countdown .digit .digit-placeholder { + visibility: hidden; +} +.countdown .digit .digit-value { + display: block; + position: absolute; + top: 0; + left: 0; + font: inherit; +} +.countdown .part + .part::before { + top: 10px; + left: 0; + content: ""; + display: block; + position: absolute; + height: calc(100% - 8px); + width: 1px; + background: -o-radial-gradient(at left, #dfdfdf, transparent); + background: radial-gradient(at left, #dfdfdf, transparent); +} +.countdown .part.d-none + .part::before { + display: none; +} +.countdown .part.no-divider::before { + display: none; +} +.countdown .part.days::after, +.countdown .part.hours::after, +.countdown .part.minutes::after, +.countdown .part.seconds::after { + position: absolute; + content: attr(data-label); + text-align: center; + bottom: 0; + left: 0; + width: 100%; + font-size: 0.3em; + color: inherit; + background-color: inherit; + z-index: 1; +} +.countdown .days { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.countdown .hours { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.countdown .minutes { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.countdown .seconds { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.cube { + display: block; + position: relative; + width: 320px; + height: 310px; + margin: 0 auto 30px; + -webkit-transform: rotateY(30deg); + transform: rotateY(30deg); +} +.cube .side { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + position: absolute; + overflow: hidden; + width: 162px; + height: 162px; + bottom: 38px; + left: 0; +} +.cube .side.left-side { + -webkit-transform: skewY(23deg) rotateX(10deg); + transform: skewY(23deg) rotateX(10deg); +} +.cube .side.right-side { + left: 160px; + -webkit-transform: skewY(-23deg) rotateY(10deg); + transform: skewY(-23deg) rotateY(10deg); +} +.cube .side.top-side { + left: 80px; + bottom: 154px; + top: auto; + -webkit-transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); + -ms-transform: rotate(45deg) rotate(0) skew(-22deg, -22deg); + transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); +} +.cube .side .cube-cell { + display: block; + position: relative; + width: 24px; + height: 24px; + margin: 8px; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; + background-color: #231F20; + border: 1px solid #303030; + -webkit-box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); + box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + line-height: 24px; + text-align: center; + color: #ffffff; + font-size: 12px; +} +.cube .side .cube-cell.light { + -webkit-animation: pulsar-cell 2.5s 0s ease-out infinite; + animation: pulsar-cell 2.5s 0s ease-out infinite; + background-color: #c4122f; + border-color: #c4122f; + color: #1d1d1d; + -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; +} +@-webkit-keyframes pulsar-cell { + 0%, + 100% { + -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; } - .my-19-xl { - margin-top: 76px !important; - margin-bottom: 76px !important; + 50% { + -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); } - .m-19-xl-minus { - margin: -76px !important; +} +@keyframes pulsar-cell { + 0%, + 100% { + -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; } - .mr-19-xl-minus { - margin-right: -76px !important; + 50% { + -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); } - .ml-19-xl-minus { - margin-left: -76px !important; +} +.cube .axis { + height: 2px; + width: 200px; + position: absolute; + background-color: #c4122f; + bottom: 162px; + left: 162px; + -webkit-transform-origin: 0 0 0; + -ms-transform-origin: 0 0 0; + transform-origin: 0 0 0; +} +.cube .axis::before, +.cube .axis::after { + content: ""; + position: absolute; + height: 1px; + background-color: inherit; + display: block; +} +.cube .axis.arrow::before, +.cube .axis.arrow::after { + width: 16px; + top: 0; + right: 0; + -webkit-transform-origin: 100% 100% 0; + -ms-transform-origin: 100% 100% 0; + transform-origin: 100% 100% 0; +} +.cube .axis.arrow::before { + -webkit-transform: rotate(35deg); + -ms-transform: rotate(35deg); + transform: rotate(35deg); +} +.cube .axis.arrow::after { + -webkit-transform: rotate(-35deg); + -ms-transform: rotate(-35deg); + transform: rotate(-35deg); + right: -1px; +} +.cube .axis.line::before, +.cube .axis.line::after { + width: 16px; + top: 0; + right: 0; + -webkit-transform-origin: 100% 100% 0; + -ms-transform-origin: 100% 100% 0; + transform-origin: 100% 100% 0; +} +.cube .axis.line::before { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.cube .axis.line::after { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + right: -1px; +} +.cube .axis.line.axis-y::before { + -webkit-transform: rotate(113deg); + -ms-transform: rotate(113deg); + transform: rotate(113deg); +} +.cube .axis.line.axis-y::after { + -webkit-transform: rotate(-67deg); + -ms-transform: rotate(-67deg); + transform: rotate(-67deg); +} +.cube .axis.line.axis-x::before { + -webkit-transform: rotate(67deg); + -ms-transform: rotate(67deg); + transform: rotate(67deg); +} +.cube .axis.line.axis-x::after { + -webkit-transform: rotate(-113deg); + -ms-transform: rotate(-113deg); + transform: rotate(-113deg); +} +.cube .axis.no-style::before, +.cube .axis.no-style::after { + display: none; +} +.cube .axis.axis-x { + -webkit-transform: rotate(203deg); + -ms-transform: rotate(203deg); + transform: rotate(203deg); +} +.cube .axis.axis-y { + bottom: 166px; + -webkit-transform: rotate(-23deg); + -ms-transform: rotate(-23deg); + transform: rotate(-23deg); +} +.cube .axis.axis-z { + width: 190px; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.d-menu, +.v-menu { + position: absolute; + display: none; + float: left; + width: auto; + margin: 0; + padding: 0; + list-style: none inside none; + background-color: #ffffff; + color: #1d1d1d; +} +.d-menu.open, +.v-menu.open { + display: block!important; +} +.d-menu.place-right, +.v-menu.place-right { + left: auto; + right: 0; +} +.d-menu { + z-index: 1000; +} +.d-menu li, +.v-menu li, +.d-menu a, +.v-menu a { + display: block; + float: none; + position: relative; + cursor: pointer; + color: inherit; + background-color: inherit; + height: auto; +} +.d-menu li a, +.v-menu li a { + font-size: 0.875rem; + padding: 0 2rem 0 2.5rem; + line-height: 45px; + height: 45px; + text-decoration: none; + vertical-align: middle; + white-space: nowrap; + border: none; +} +.d-menu li a img, +.v-menu li a img, +.d-menu li a .icon, +.v-menu li a .icon { + display: block; + position: absolute; + vertical-align: middle; + text-align: center; + text-decoration: none; + font-size: 1.2rem; + left: 0.5rem; + top: 50%; + margin-top: -0.6rem; + width: 1.2rem; + height: 1.2rem; + color: inherit; +} +.d-menu li a img::before, +.v-menu li a img::before, +.d-menu li a .icon::before, +.v-menu li a .icon::before { + position: absolute; + top: 0; + left: 0; + line-height: 1.2rem; +} +.d-menu li.active, +.v-menu li.active { + border-left: 2px solid; + border-color: #dfdfdf; +} +.d-menu li.active > a, +.v-menu li.active > a { + background-color: #5ebdec; + color: #ffffff; + font-weight: bold; +} +.d-menu li:hover, +.v-menu li:hover { + text-decoration: none; + background-color: rgba(29, 29, 29, 0.1); +} +.d-menu li:hover > a, +.v-menu li:hover > a, +.d-menu li:hover .icon, +.v-menu li:hover .icon { + color: inherit; +} +.d-menu li a[data-hotkey], +.v-menu li a[data-hotkey] { + padding-right: 4rem; +} +.d-menu li a[data-hotkey]::after, +.v-menu li a[data-hotkey]::after { + content: attr(data-hotkey); + position: absolute; + right: 1.2rem; + width: auto; + font-size: 0.8em; +} +.d-menu li a.dropdown-toggle::before, +.v-menu li a.dropdown-toggle::before { + -webkit-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + transform: rotate(-135deg); +} +.d-menu li a.dropdown-toggle.active-toggle::before, +.v-menu li a.dropdown-toggle.active-toggle::before { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.d-menu .divider, +.v-menu .divider { + padding: 0; + height: 1px; + margin: 0 1px; + overflow: hidden; + background-color: #f2f2f2; + cursor: default; + pointer-events: none; +} +.d-menu .divider:hover, +.v-menu .divider:hover { + background-color: #f2f2f2; +} +.d-menu.disabled, +.v-menu.disabled { + cursor: default; + pointer-events: none; +} +.d-menu.disabled a, +.v-menu.disabled a { + color: #e4e4e4; +} +.d-menu { + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.d-menu.context li a { + height: 32px; + line-height: 32px; + font-size: 0.75rem; + padding: 0 2rem 0 2.5rem; +} +.d-menu.context li a .icon { + width: 0.92rem; + height: 0.92rem; + font-size: 0.92rem; +} +.v-menu { + display: block; + position: relative; + width: 100%; + float: none; +} +.v-menu.for-dropdown { + width: auto; + float: left; + display: none; +} +.v-menu .v-menu { + display: none; + min-width: 0; + position: relative; + width: 100%; + left: 0 ; + right: 0 ; + top: 100%; + -webkit-box-shadow: none; + box-shadow: none; + float: none; +} +.v-menu .menu-title { + background-color: #f6f7f8; + font-size: 12px; + line-height: 22px; + height: 22px; + padding: 0 8px; + border: 0; + color: #646464; + font-weight: bold; + pointer-events: none; +} +.v-menu .menu-title:first-child { + margin: 0; + border-top-width: 0; +} +.v-menu .menu-title:first-child:hover { + border-top-width: 0; +} +.v-menu .menu-title:hover { + background-color: #f6f7f8; + cursor: default; + border: 0; +} +.v-menu.dropdown { + position: absolute; + float: left; + width: auto; + top: 100%; + border: 1px solid #dfdfdf; +} +.d-menu .d-menu { + left: 100%; + top: -0.5rem; +} +@media screen and (min-width: 0) { + .d-menu.place-right-fs, + .v-menu.place-right-fs { + left: auto; + right: 0; } - .mt-19-xl-minus { - margin-top: -76px !important; +} +@media screen and (min-width: 576px) { + .d-menu.place-right-sm, + .v-menu.place-right-sm { + left: auto; + right: 0; } - .mb-19-xl-minus { - margin-bottom: -76px !important; +} +@media screen and (min-width: 768px) { + .d-menu.place-right-md, + .v-menu.place-right-md { + left: auto; + right: 0; } - .p-20-xl { - padding: 80px !important; +} +@media screen and (min-width: 992px) { + .d-menu.place-right-lg, + .v-menu.place-right-lg { + left: auto; + right: 0; } - .pr-20-xl { - padding-right: 80px !important; +} +@media screen and (min-width: 1200px) { + .d-menu.place-right-xl, + .v-menu.place-right-xl { + left: auto; + right: 0; } - .pl-20-xl { - padding-left: 80px !important; +} +@media screen and (min-width: 1452px) { + .d-menu.place-right-xxl, + .v-menu.place-right-xxl { + left: auto; + right: 0; } - .pt-20-xl { - padding-top: 80px !important; +} +.sorting, +.sorting_asc, +.sorting_desc { + position: relative; + cursor: pointer; +} +.sorting:after, +.sorting_asc:after, +.sorting_desc:after { + position: absolute; + content: ""; + width: 1rem; + height: 1rem; + left: 100%; + margin-left: -1.25rem; + top: 50%; + margin-top: -0.5rem; + font-size: 1rem; + line-height: 1; + color: #1d1d1d; +} +.sorting_asc { + background-color: #ebebeb; +} +.sorting_asc:after { + content: "\2191"; +} +.sorting_desc { + background-color: #ebebeb; +} +.sorting_desc:after { + content: "\2193"; +} +.dataTables_length label { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.dataTables_length label select { + margin: 0 10px; + width: 100px; +} +.dataTables_filter label { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.dataTables_filter label input { + width: 200px; + margin-left: 10px; +} +.dataTables_paginate { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + list-style: none inside; + padding: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.dataTables_paginate .previous, +.dataTables_paginate .next, +.dataTables_paginate span a { + cursor: pointer; + display: block; + position: relative; + padding: 0.5rem 0.75rem; + line-height: 1; + font-size: 1rem; + text-decoration: none; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #dfdfdf; + margin: 0.25rem; +} +.dataTables_paginate .previous:hover, +.dataTables_paginate .next:hover, +.dataTables_paginate span a:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.dataTables_paginate span { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; +} +.dataTables_paginate .current { + background-color: #e4e4e4; +} +.dataTables_wrapper { + margin-top: 10px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -ms-flex-line-pack: center; + align-content: center; +} +.dataTables_length, +.dataTables_filter { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} +.dataTables_paginate, +.dataTables_info, +.dataTable { + width: 100%; +} +.dataTables_info { + line-height: 42px; + text-align: center; +} +@media all and (min-width: 576px) { + .dataTables_filter label { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; } - .pb-20-xl { - padding-bottom: 80px !important; + .dataTables_length label { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } - .px-20-xl { - padding-left: 80px !important; - padding-right: 80px !important; +} +@media all and (min-width: 992px) { + .dataTables_paginate, + .dataTables_info { + width: auto; } - .py-20-xl { - padding-top: 80px !important; - padding-bottom: 80px !important; + .dataTables_info { + text-align: left; } - .m-20-xl { - margin: 80px !important; + .dataTables_paginate { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; } - .mr-20-xl { - margin-right: 80px !important; +} +.date-picker input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.date-picker input:focus ~ .time-wrapper { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.date-picker .date-wrapper { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + border: 1px solid #dfdfdf; + width: 100%; +} +.date-picker .month, +.date-picker .day, +.date-picker .year { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + border: 1px solid; + border-color: inherit; + text-align: center; + height: 38px; + line-height: 38px; +} +.date-picker .month { + -webkit-box-flex: 2; + -ms-flex-positive: 2; + flex-grow: 2; +} +.date-picker .sel-month { + -webkit-box-flex: 2!important; + -ms-flex-positive: 2!important; + flex-grow: 2!important; +} +.dialog { + position: fixed; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + width: auto; + max-width: calc(100vw - 100px); + max-height: calc(100vh - 100px); + height: auto; + background-color: #ffffff; + color: #1d1d1d; + z-index: 1050; + border: 1px solid #dfdfdf; +} +.dialog.shadow-on { + -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); + box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); +} +.dialog-title, +.dialog-content, +.dialog-actions { + display: block; +} +.dialog-title { + font-size: 1.325rem; + padding: 12px 24px; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + border-bottom: 1px solid #dfdfdf; +} +.dialog-content { + padding: 12px 24px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.dialog-actions { + border-top: 1px solid #e9e9e9; + padding: 8px 16px; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.dialog-actions > * { + margin: 0 4px; + min-width: 64px; +} +.dialog * + .dialog-content { + margin-top: 8px; +} +.dialog * + .dialog-actions { + margin-top: 8px; +} +.dialog .closer { + display: block; + position: absolute; + top: 4px; + right: 4px; + background-color: inherit; + color: inherit; + z-index: 100; +} +.dialog .closer::before { + display: block; + content: "\00d7"; + font-size: 24px; + margin-top: -4px; +} +.dialog.primary { + border: 1px solid #0366d6; +} +.dialog.primary .dialog-title { + background-color: #0366d6; + border-bottom-color: #0366d6; + color: #ffffff; +} +.dialog.primary .dialog-actions { + border-top-color: #0366d6; +} +.dialog.secondary { + border: 1px solid #607d8b; +} +.dialog.secondary .dialog-title { + background-color: #607d8b; + border-bottom-color: #607d8b; + color: #ffffff; +} +.dialog.secondary .dialog-actions { + border-top-color: #607d8b; +} +.dialog.success { + border: 1px solid #60a917; +} +.dialog.success .dialog-title { + background-color: #60a917; + border-bottom-color: #60a917; + color: #ffffff; +} +.dialog.success .dialog-actions { + border-top-color: #60a917; +} +.dialog.alert { + border: 1px solid #CE352C; +} +.dialog.alert .dialog-title { + background-color: #CE352C; + border-bottom-color: #CE352C; + color: #ffffff; +} +.dialog.alert .dialog-actions { + border-top-color: #CE352C; +} +.dialog.warning { + border: 1px solid #ff9447; +} +.dialog.warning .dialog-title { + background-color: #ff9447; + border-bottom-color: #ff9447; + color: #ffffff; +} +.dialog.warning .dialog-actions { + border-top-color: #ff9447; +} +.dialog.yellow { + border: 1px solid #ffe484; +} +.dialog.yellow .dialog-title { + background-color: #ffe484; + border-bottom-color: #ffe484; + color: #ffffff; +} +.dialog.yellow .dialog-actions { + border-top-color: #ffe484; +} +.dialog.info { + border: 1px solid #5ebdec; +} +.dialog.info .dialog-title { + background-color: #5ebdec; + border-bottom-color: #5ebdec; + color: #ffffff; +} +.dialog.info .dialog-actions { + border-top-color: #5ebdec; +} +.dialog.dark { + border: 1px solid #505050; +} +.dialog.dark .dialog-title { + background-color: #505050; + border-bottom-color: #505050; + color: #ffffff; +} +.dialog.dark .dialog-actions { + border-top-color: #505050; +} +.dialog.light { + border: 1px solid #f8f8f8; +} +.dialog.light .dialog-title { + background-color: #f8f8f8; + border-bottom-color: #f8f8f8; + color: #ffffff; +} +.dialog.light .dialog-actions { + border-top-color: #f8f8f8; +} +.dialog.brand1 { + border: 1px solid #2ac4f4; +} +.dialog.brand1 .dialog-title { + background-color: #2ac4f4; + border-bottom-color: #2ac4f4; + color: #ffffff; +} +.dialog.brand1 .dialog-actions { + border-top-color: #2ac4f4; +} +.dialog.brand2 { + border: 1px solid #004d6f; +} +.dialog.brand2 .dialog-title { + background-color: #004d6f; + border-bottom-color: #004d6f; + color: #ffffff; +} +.dialog.brand2 .dialog-actions { + border-top-color: #004d6f; +} +.dialog.light .dialog-title, +.dialog.yellow .dialog-title { + color: #1d1d1d; +} +.donut { + display: block; + position: relative; + border-radius: 50%; +} +.donut > svg { + width: 100%; + height: 100%; +} +.dragged-item { + opacity: 0.3; +} +.drag-item-marker { + position: absolute; + top: 8px; + left: 4px; + height: 20px; + width: 24px; + background-color: transparent; + cursor: move; + border-top: 4px solid #ffffff; +} +.drag-item-marker::before, +.drag-item-marker::after { + content: ""; + position: absolute; + width: 100%; + height: 4px; + background-color: #ffffff; +} +.drag-item-marker::before { + top: 4px; +} +.drag-item-marker::after { + top: 12px; +} +.drag-marker-dark .drag-item-marker { + border-top-color: #1d1d1d; +} +.drag-marker-dark::before, +.drag-marker-dark::after { + background-color: #1d1d1d; +} +.dragged-item-avatar { + cursor: move; + display: block; + position: absolute; + background-color: #00AFF0; + opacity: 0.3; + z-index: 500; + -webkit-box-shadow: inset -1px 0px 10px -4px #0366d6; + box-shadow: inset -1px 0px 10px -4px #0366d6; +} +.draggable { + -webkit-animation: drag-flush 1s ease infinite; + animation: drag-flush 1s ease infinite; +} +@-webkit-keyframes drag-flush { + 0% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .ml-20-xl { - margin-left: 80px !important; + 50% { + -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); } - .mt-20-xl { - margin-top: 80px !important; + 100% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .mb-20-xl { - margin-bottom: 80px !important; +} +@keyframes drag-flush { + 0% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .mx-20-xl { - margin-left: 80px !important; - margin-right: 80px !important; + 50% { + -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); } - .my-20-xl { - margin-top: 80px !important; - margin-bottom: 80px !important; + 100% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .m-20-xl-minus { - margin: -80px !important; +} +.dropdown-toggle { + position: relative; + cursor: pointer; + padding-right: 1.5rem !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.dropdown-toggle::before { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 0.3125rem; + width: 0.3125rem; + background-color: transparent; + border-left: 1px solid; + border-bottom: 1px solid; + border-color: #1d1d1d; + top: 50%; + left: 100%; + margin-left: -1rem; + margin-top: -0.1625rem; + z-index: 2; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + -webkit-transform-origin: center center 1px; + -ms-transform-origin: center center 1px; + transform-origin: center center 1px; +} +.dropdown-toggle.drop-marker-light::before, +.dropdown-toggle.marker-light::before { + border-color: #ffffff; +} +.dropdown-toggle.no-marker::before { + display: none; +} +.dropdown-toggle.active-toggle::before, +.dropdown-toggle.active-container::before { + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; +} +.dropdown-toggle.marker-center::before { + left: 50%; + top: 50%; + margin-left: 0; + margin-top: 0; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); + transform: translateX(-50%) translateY(-50%) rotate(-45deg); +} +.dropdown-toggle.marker-center.active-toggle::before, +.dropdown-toggle.marker-center.active-container::before { + -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); + transform: translateX(-50%) translateY(-50%) rotate(135deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; +} +.drop-left { + right: 100%!important; + top: 0!important; +} +.drop-right { + left: 100%!important; + top: 0!important; +} +.drop-up { + top: auto!important; + bottom: 100%!important; +} +.dropdown-button { + display: inline-block; + position: relative; + width: auto; + height: 36px; + line-height: 1; +} +.expand-button { + width: 36px; + height: 36px; + background-size: 1rem 1rem; + background: center center no-repeat; + text-indent: -9999px; + border: 0; + display: inline-block; + cursor: pointer; + z-index: 2; + position: relative; + float: left; + outline: none; +} +.expand-button span { + position: absolute; + left: 0.5rem; + width: 1.2rem; + height: 2px; + margin: 0 0 0; + background: #1d1d1d; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +.expand-button span:before, +.expand-button span:after { + content: ''; + position: absolute; + top: -0.5rem; + right: 0; + width: 1.2rem; + height: 2px; + background: #1d1d1d; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +.expand-button span:after { + top: 0.5rem; +} +.expand-button.transform span { + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); + background: #1d1d1d; +} +.expand-button.transform span:before, +.expand-button.transform span:after { + content: ''; + top: -5px; + right: 0; + width: 0.75rem; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.expand-button.transform span:after { + top: 5px; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.expand-button.light span { + background-color: #ffffff; +} +.expand-button.light span:before, +.expand-button.light span:after { + background-color: #ffffff; +} +.file input, +.drop-zone input, +.file-button input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.file { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + margin-bottom: 0; + padding: 0; +} +.file .button { + border: none; +} +.file .button > * { + height: 24px; + max-width: 24px; +} +.file .caption { + line-height: 35px; + display: block; + padding: 0 0.5rem; + width: 100%; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.file.disabled .button { + background-color: #f8f8f8; + color: #dfdfdf; +} +.file .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.file .append { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.file .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.file .button { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + margin-left: auto; + height: 34px; +} +.drop-zone { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + width: 100%; + height: auto; + padding: 40px 0; + outline: 4px dashed #989898; + outline-offset: -12px; + background-color: #f8f8f8; +} +.drop-zone .icon { + display: block; + width: 64px; + height: 64px; +} +.drop-zone .caption { + margin-top: 10px; + font-size: 14px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.drop-zone.focused, +.drop-zone:hover { + outline-color: #7e7e7e; +} +.drop-zone.drop-on { + outline-color: #00b300; +} +.file-button { + text-align: center; +} +form { + display: block; + position: relative; +} +.form-actions { + margin: 10px 0; + display: block; + position: relative; +} +.form-group { + display: block; + position: relative; +} +.form-group + .form-group { + margin-top: 1rem; +} +.inline-form { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.inline-form input[type=text], +.inline-form input[type=password], +.inline-form input[type=tel], +.inline-form input[type=datetime-local], +.inline-form input[type=email], +.inline-form input[type=file], +.inline-form input[type=month], +.inline-form input[type=number], +.inline-form input[type=search], +.inline-form input[type=time], +.inline-form input[type=url], +.inline-form input[type=week], +.inline-form input[type=file], +.inline-form select, +.inline-form textarea, +.inline-form .file, +.inline-form .input, +.inline-form .textarea, +.inline-form .select, +.inline-form .tag-input, +.inline-form .spinner { + width: auto; + margin-left: 0.5rem; + margin-right: 0.5rem; +} +.inline-form .form-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +form:disabled, +fieldset:disabled, +.form-group:disabled, +form.disabled, +fieldset.disabled, +.form-group.disabled { + pointer-events: none; +} +.grid { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + position: relative; +} +.row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-left: -6px; + margin-right: -6px; +} +.cell, +.col { + -webkit-box-flex: 1; + -ms-flex: 1 0 0px; + flex: 1 0 0; + max-width: 100%; + padding: 6px; +} +[class*=cell-], +[class*=col-] { + position: relative; + display: block; + padding: 6px; + width: 100%; + min-height: 1px; +} +.cell-auto, +.col-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; +} +.colspan-1, +.cell-1, +.col-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; +} +.offset-1 { + margin-left: 8.333335%; +} +.colspan-2, +.cell-2, +.col-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; +} +.offset-2 { + margin-left: 16.66667%; +} +.colspan-3, +.cell-3, +.col-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; +} +.offset-3 { + margin-left: 25.000005%; +} +.colspan-4, +.cell-4, +.col-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; +} +.offset-4 { + margin-left: 33.33334%; +} +.colspan-5, +.cell-5, +.col-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; +} +.offset-5 { + margin-left: 41.666675%; +} +.colspan-6, +.cell-6, +.col-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; +} +.offset-6 { + margin-left: 50.00001%; +} +.colspan-7, +.cell-7, +.col-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; +} +.offset-7 { + margin-left: 58.333345%; +} +.colspan-8, +.cell-8, +.col-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; +} +.offset-8 { + margin-left: 66.66668%; +} +.colspan-9, +.cell-9, +.col-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; +} +.offset-9 { + margin-left: 75.000015%; +} +.colspan-10, +.cell-10, +.col-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; +} +.offset-10 { + margin-left: 83.33335%; +} +.colspan-11, +.cell-11, +.col-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; +} +.offset-11 { + margin-left: 91.666685%; +} +.colspan-12, +.cell-12, +.col-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; +} +.offset-12 { + margin-left: 100.00002%; +} +.stub { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + display: block; + padding: 0 12px; +} +.grid.no-gap .row { + margin-left: 0; + margin-right: 0; +} +.grid.no-gap .row .cell, +.grid.no-gap .row .stub, +.grid.no-gap .row .col { + padding: 0; +} +.grid.no-gap .row + .row { + margin-top: 0; +} +.row.no-gap { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} +.row.no-gap .cell, +.row.no-gap .stub, +.row.no-gap .col, +.row.no-gap [class*=cell-], +.row.no-gap [class*=col-] { + padding: 0; +} +@media screen and (min-width: 0) { + .cell-fs-full, + .col-fs-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mr-20-xl-minus { - margin-right: -80px !important; + .cell-fs-half, + .col-fs-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .ml-20-xl-minus { - margin-left: -80px !important; + .cell-fs-one-third, + .col-fs-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .mt-20-xl-minus { - margin-top: -80px !important; + .cell-fs-two-third, + .col-fs-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .mb-20-xl-minus { - margin-bottom: -80px !important; + .cell-fs-quarter, + .col-fs-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } -} -@media screen and (min-width: 1452px) { - .mx-auto-xxl { - margin-left: auto!important; - margin-right: auto!important; + .cell-fs, + .col-fs { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .ml-auto-xxl { - margin-left: auto!important; + .cell-fs-auto, + .col-fs-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .mr-auto-xxl { - margin-right: auto!important; + .colspan-fs-1, + .cell-fs-1, + .col-fs-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mt-auto-xxl { - margin-top: auto!important; + .offset-fs-1 { + margin-left: 8.333335%; } - .mb-auto-xxl { - margin-bottom: auto!important; + .colspan-fs-2, + .cell-fs-2, + .col-fs-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .p-0-xxl { - padding: 0!important; + .offset-fs-2 { + margin-left: 16.66667%; } - .pl-0-xxl { - padding-left: 0!important; + .colspan-fs-3, + .cell-fs-3, + .col-fs-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .pr-0-xxl { - padding-right: 0!important; + .offset-fs-3 { + margin-left: 25.000005%; } - .pt-0-xxl { - padding-top: 0!important; + .colspan-fs-4, + .cell-fs-4, + .col-fs-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .pb-0-xxl { - padding-bottom: 0!important; + .offset-fs-4 { + margin-left: 33.33334%; } - .m-0-xxl { - margin: 0!important; + .colspan-fs-5, + .cell-fs-5, + .col-fs-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .ml-0-xxl { - margin-left: 0!important; + .offset-fs-5 { + margin-left: 41.666675%; } - .mr-0-xxl { - margin-right: 0!important; + .colspan-fs-6, + .cell-fs-6, + .col-fs-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mt-0-xxl { - margin-top: 0!important; + .offset-fs-6 { + margin-left: 50.00001%; } - .mb-0-xxl { - margin-bottom: 0!important; + .colspan-fs-7, + .cell-fs-7, + .col-fs-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .p-0-xxl { - padding: 0px !important; + .offset-fs-7 { + margin-left: 58.333345%; } - .pr-0-xxl { - padding-right: 0px !important; + .colspan-fs-8, + .cell-fs-8, + .col-fs-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .pl-0-xxl { - padding-left: 0px !important; + .offset-fs-8 { + margin-left: 66.66668%; } - .pt-0-xxl { - padding-top: 0px !important; + .colspan-fs-9, + .cell-fs-9, + .col-fs-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .pb-0-xxl { - padding-bottom: 0px !important; + .offset-fs-9 { + margin-left: 75.000015%; } - .px-0-xxl { - padding-left: 0px !important; - padding-right: 0px !important; + .colspan-fs-10, + .cell-fs-10, + .col-fs-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .py-0-xxl { - padding-top: 0px !important; - padding-bottom: 0px !important; + .offset-fs-10 { + margin-left: 83.33335%; } - .m-0-xxl { - margin: 0px !important; + .colspan-fs-11, + .cell-fs-11, + .col-fs-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .mr-0-xxl { - margin-right: 0px !important; + .offset-fs-11 { + margin-left: 91.666685%; } - .ml-0-xxl { - margin-left: 0px !important; + .colspan-fs-12, + .cell-fs-12, + .col-fs-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .mt-0-xxl { - margin-top: 0px !important; + .offset-fs-12 { + margin-left: 100.00002%; } - .mb-0-xxl { - margin-bottom: 0px !important; +} +@media screen and (min-width: 576px) { + .cell-sm-full, + .col-sm-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mx-0-xxl { - margin-left: 0px !important; - margin-right: 0px !important; + .cell-sm-half, + .col-sm-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .my-0-xxl { - margin-top: 0px !important; - margin-bottom: 0px !important; + .cell-sm-one-third, + .col-sm-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .m-0-xxl-minus { - margin: 0px !important; + .cell-sm-two-third, + .col-sm-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .mr-0-xxl-minus { - margin-right: 0px !important; + .cell-sm-quarter, + .col-sm-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .ml-0-xxl-minus { - margin-left: 0px !important; + .cell-sm, + .col-sm { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mt-0-xxl-minus { - margin-top: 0px !important; + .cell-sm-auto, + .col-sm-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .mb-0-xxl-minus { - margin-bottom: 0px !important; + .colspan-sm-1, + .cell-sm-1, + .col-sm-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .p-1-xxl { - padding: 4px !important; + .offset-sm-1 { + margin-left: 8.333335%; } - .pr-1-xxl { - padding-right: 4px !important; + .colspan-sm-2, + .cell-sm-2, + .col-sm-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .pl-1-xxl { - padding-left: 4px !important; + .offset-sm-2 { + margin-left: 16.66667%; } - .pt-1-xxl { - padding-top: 4px !important; + .colspan-sm-3, + .cell-sm-3, + .col-sm-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .pb-1-xxl { - padding-bottom: 4px !important; + .offset-sm-3 { + margin-left: 25.000005%; } - .px-1-xxl { - padding-left: 4px !important; - padding-right: 4px !important; + .colspan-sm-4, + .cell-sm-4, + .col-sm-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .py-1-xxl { - padding-top: 4px !important; - padding-bottom: 4px !important; + .offset-sm-4 { + margin-left: 33.33334%; } - .m-1-xxl { - margin: 4px !important; + .colspan-sm-5, + .cell-sm-5, + .col-sm-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .mr-1-xxl { - margin-right: 4px !important; + .offset-sm-5 { + margin-left: 41.666675%; } - .ml-1-xxl { - margin-left: 4px !important; + .colspan-sm-6, + .cell-sm-6, + .col-sm-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mt-1-xxl { - margin-top: 4px !important; + .offset-sm-6 { + margin-left: 50.00001%; } - .mb-1-xxl { - margin-bottom: 4px !important; + .colspan-sm-7, + .cell-sm-7, + .col-sm-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .mx-1-xxl { - margin-left: 4px !important; - margin-right: 4px !important; + .offset-sm-7 { + margin-left: 58.333345%; } - .my-1-xxl { - margin-top: 4px !important; - margin-bottom: 4px !important; + .colspan-sm-8, + .cell-sm-8, + .col-sm-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .m-1-xxl-minus { - margin: -4px !important; + .offset-sm-8 { + margin-left: 66.66668%; } - .mr-1-xxl-minus { - margin-right: -4px !important; + .colspan-sm-9, + .cell-sm-9, + .col-sm-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .ml-1-xxl-minus { - margin-left: -4px !important; + .offset-sm-9 { + margin-left: 75.000015%; } - .mt-1-xxl-minus { - margin-top: -4px !important; + .colspan-sm-10, + .cell-sm-10, + .col-sm-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .mb-1-xxl-minus { - margin-bottom: -4px !important; + .offset-sm-10 { + margin-left: 83.33335%; } - .p-2-xxl { - padding: 8px !important; + .colspan-sm-11, + .cell-sm-11, + .col-sm-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .pr-2-xxl { - padding-right: 8px !important; + .offset-sm-11 { + margin-left: 91.666685%; } - .pl-2-xxl { - padding-left: 8px !important; + .colspan-sm-12, + .cell-sm-12, + .col-sm-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .pt-2-xxl { - padding-top: 8px !important; + .offset-sm-12 { + margin-left: 100.00002%; } - .pb-2-xxl { - padding-bottom: 8px !important; +} +@media screen and (min-width: 768px) { + .cell-md-full, + .col-md-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .px-2-xxl { - padding-left: 8px !important; - padding-right: 8px !important; + .cell-md-half, + .col-md-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .py-2-xxl { - padding-top: 8px !important; - padding-bottom: 8px !important; + .cell-md-one-third, + .col-md-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .m-2-xxl { - margin: 8px !important; + .cell-md-two-third, + .col-md-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .mr-2-xxl { - margin-right: 8px !important; + .cell-md-quarter, + .col-md-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .ml-2-xxl { - margin-left: 8px !important; + .cell-md, + .col-md { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mt-2-xxl { - margin-top: 8px !important; + .cell-md-auto, + .col-md-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .mb-2-xxl { - margin-bottom: 8px !important; + .colspan-md-1, + .cell-md-1, + .col-md-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mx-2-xxl { - margin-left: 8px !important; - margin-right: 8px !important; + .offset-md-1 { + margin-left: 8.333335%; } - .my-2-xxl { - margin-top: 8px !important; - margin-bottom: 8px !important; + .colspan-md-2, + .cell-md-2, + .col-md-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .m-2-xxl-minus { - margin: -8px !important; + .offset-md-2 { + margin-left: 16.66667%; } - .mr-2-xxl-minus { - margin-right: -8px !important; + .colspan-md-3, + .cell-md-3, + .col-md-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .ml-2-xxl-minus { - margin-left: -8px !important; + .offset-md-3 { + margin-left: 25.000005%; } - .mt-2-xxl-minus { - margin-top: -8px !important; + .colspan-md-4, + .cell-md-4, + .col-md-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .mb-2-xxl-minus { - margin-bottom: -8px !important; + .offset-md-4 { + margin-left: 33.33334%; } - .p-3-xxl { - padding: 12px !important; + .colspan-md-5, + .cell-md-5, + .col-md-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .pr-3-xxl { - padding-right: 12px !important; + .offset-md-5 { + margin-left: 41.666675%; } - .pl-3-xxl { - padding-left: 12px !important; + .colspan-md-6, + .cell-md-6, + .col-md-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .pt-3-xxl { - padding-top: 12px !important; + .offset-md-6 { + margin-left: 50.00001%; } - .pb-3-xxl { - padding-bottom: 12px !important; + .colspan-md-7, + .cell-md-7, + .col-md-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .px-3-xxl { - padding-left: 12px !important; - padding-right: 12px !important; + .offset-md-7 { + margin-left: 58.333345%; } - .py-3-xxl { - padding-top: 12px !important; - padding-bottom: 12px !important; + .colspan-md-8, + .cell-md-8, + .col-md-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .m-3-xxl { - margin: 12px !important; + .offset-md-8 { + margin-left: 66.66668%; } - .mr-3-xxl { - margin-right: 12px !important; + .colspan-md-9, + .cell-md-9, + .col-md-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .ml-3-xxl { - margin-left: 12px !important; + .offset-md-9 { + margin-left: 75.000015%; } - .mt-3-xxl { - margin-top: 12px !important; + .colspan-md-10, + .cell-md-10, + .col-md-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .mb-3-xxl { - margin-bottom: 12px !important; + .offset-md-10 { + margin-left: 83.33335%; } - .mx-3-xxl { - margin-left: 12px !important; - margin-right: 12px !important; + .colspan-md-11, + .cell-md-11, + .col-md-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .my-3-xxl { - margin-top: 12px !important; - margin-bottom: 12px !important; + .offset-md-11 { + margin-left: 91.666685%; } - .m-3-xxl-minus { - margin: -12px !important; + .colspan-md-12, + .cell-md-12, + .col-md-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .mr-3-xxl-minus { - margin-right: -12px !important; + .offset-md-12 { + margin-left: 100.00002%; } - .ml-3-xxl-minus { - margin-left: -12px !important; +} +@media screen and (min-width: 992px) { + .cell-lg-full, + .col-lg-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mt-3-xxl-minus { - margin-top: -12px !important; + .cell-lg-half, + .col-lg-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .mb-3-xxl-minus { - margin-bottom: -12px !important; + .cell-lg-one-third, + .col-lg-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .p-4-xxl { - padding: 16px !important; + .cell-lg-two-third, + .col-lg-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .pr-4-xxl { - padding-right: 16px !important; + .cell-lg-quarter, + .col-lg-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .pl-4-xxl { - padding-left: 16px !important; + .cell-lg, + .col-lg { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .pt-4-xxl { - padding-top: 16px !important; + .cell-lg-auto, + .col-lg-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .pb-4-xxl { - padding-bottom: 16px !important; + .colspan-lg-1, + .cell-lg-1, + .col-lg-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .px-4-xxl { - padding-left: 16px !important; - padding-right: 16px !important; + .offset-lg-1 { + margin-left: 8.333335%; } - .py-4-xxl { - padding-top: 16px !important; - padding-bottom: 16px !important; + .colspan-lg-2, + .cell-lg-2, + .col-lg-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .m-4-xxl { - margin: 16px !important; + .offset-lg-2 { + margin-left: 16.66667%; } - .mr-4-xxl { - margin-right: 16px !important; + .colspan-lg-3, + .cell-lg-3, + .col-lg-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .ml-4-xxl { - margin-left: 16px !important; + .offset-lg-3 { + margin-left: 25.000005%; } - .mt-4-xxl { - margin-top: 16px !important; + .colspan-lg-4, + .cell-lg-4, + .col-lg-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .mb-4-xxl { - margin-bottom: 16px !important; + .offset-lg-4 { + margin-left: 33.33334%; } - .mx-4-xxl { - margin-left: 16px !important; - margin-right: 16px !important; + .colspan-lg-5, + .cell-lg-5, + .col-lg-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .my-4-xxl { - margin-top: 16px !important; - margin-bottom: 16px !important; + .offset-lg-5 { + margin-left: 41.666675%; } - .m-4-xxl-minus { - margin: -16px !important; + .colspan-lg-6, + .cell-lg-6, + .col-lg-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mr-4-xxl-minus { - margin-right: -16px !important; + .offset-lg-6 { + margin-left: 50.00001%; } - .ml-4-xxl-minus { - margin-left: -16px !important; + .colspan-lg-7, + .cell-lg-7, + .col-lg-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .mt-4-xxl-minus { - margin-top: -16px !important; + .offset-lg-7 { + margin-left: 58.333345%; } - .mb-4-xxl-minus { - margin-bottom: -16px !important; + .colspan-lg-8, + .cell-lg-8, + .col-lg-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .p-5-xxl { - padding: 20px !important; + .offset-lg-8 { + margin-left: 66.66668%; } - .pr-5-xxl { - padding-right: 20px !important; + .colspan-lg-9, + .cell-lg-9, + .col-lg-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .pl-5-xxl { - padding-left: 20px !important; + .offset-lg-9 { + margin-left: 75.000015%; } - .pt-5-xxl { - padding-top: 20px !important; + .colspan-lg-10, + .cell-lg-10, + .col-lg-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .pb-5-xxl { - padding-bottom: 20px !important; + .offset-lg-10 { + margin-left: 83.33335%; } - .px-5-xxl { - padding-left: 20px !important; - padding-right: 20px !important; + .colspan-lg-11, + .cell-lg-11, + .col-lg-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .py-5-xxl { - padding-top: 20px !important; - padding-bottom: 20px !important; + .offset-lg-11 { + margin-left: 91.666685%; } - .m-5-xxl { - margin: 20px !important; + .colspan-lg-12, + .cell-lg-12, + .col-lg-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .mr-5-xxl { - margin-right: 20px !important; + .offset-lg-12 { + margin-left: 100.00002%; } - .ml-5-xxl { - margin-left: 20px !important; +} +@media screen and (min-width: 1200px) { + .cell-xl-full, + .col-xl-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mt-5-xxl { - margin-top: 20px !important; + .cell-xl-half, + .col-xl-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .mb-5-xxl { - margin-bottom: 20px !important; + .cell-xl-one-third, + .col-xl-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .mx-5-xxl { - margin-left: 20px !important; - margin-right: 20px !important; + .cell-xl-two-third, + .col-xl-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .my-5-xxl { - margin-top: 20px !important; - margin-bottom: 20px !important; + .cell-xl-quarter, + .col-xl-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .m-5-xxl-minus { - margin: -20px !important; + .cell-xl, + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mr-5-xxl-minus { - margin-right: -20px !important; + .cell-xl-auto, + .col-xl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .ml-5-xxl-minus { - margin-left: -20px !important; + .colspan-xl-1, + .cell-xl-1, + .col-xl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mt-5-xxl-minus { - margin-top: -20px !important; + .offset-xl-1 { + margin-left: 8.333335%; } - .mb-5-xxl-minus { - margin-bottom: -20px !important; + .colspan-xl-2, + .cell-xl-2, + .col-xl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .p-6-xxl { - padding: 24px !important; + .offset-xl-2 { + margin-left: 16.66667%; } - .pr-6-xxl { - padding-right: 24px !important; + .colspan-xl-3, + .cell-xl-3, + .col-xl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .pl-6-xxl { - padding-left: 24px !important; + .offset-xl-3 { + margin-left: 25.000005%; } - .pt-6-xxl { - padding-top: 24px !important; + .colspan-xl-4, + .cell-xl-4, + .col-xl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .pb-6-xxl { - padding-bottom: 24px !important; + .offset-xl-4 { + margin-left: 33.33334%; } - .px-6-xxl { - padding-left: 24px !important; - padding-right: 24px !important; + .colspan-xl-5, + .cell-xl-5, + .col-xl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .py-6-xxl { - padding-top: 24px !important; - padding-bottom: 24px !important; + .offset-xl-5 { + margin-left: 41.666675%; } - .m-6-xxl { - margin: 24px !important; + .colspan-xl-6, + .cell-xl-6, + .col-xl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mr-6-xxl { - margin-right: 24px !important; + .offset-xl-6 { + margin-left: 50.00001%; } - .ml-6-xxl { - margin-left: 24px !important; + .colspan-xl-7, + .cell-xl-7, + .col-xl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .mt-6-xxl { - margin-top: 24px !important; + .offset-xl-7 { + margin-left: 58.333345%; } - .mb-6-xxl { - margin-bottom: 24px !important; + .colspan-xl-8, + .cell-xl-8, + .col-xl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .mx-6-xxl { - margin-left: 24px !important; - margin-right: 24px !important; + .offset-xl-8 { + margin-left: 66.66668%; } - .my-6-xxl { - margin-top: 24px !important; - margin-bottom: 24px !important; + .colspan-xl-9, + .cell-xl-9, + .col-xl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .m-6-xxl-minus { - margin: -24px !important; + .offset-xl-9 { + margin-left: 75.000015%; } - .mr-6-xxl-minus { - margin-right: -24px !important; + .colspan-xl-10, + .cell-xl-10, + .col-xl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .ml-6-xxl-minus { - margin-left: -24px !important; + .offset-xl-10 { + margin-left: 83.33335%; } - .mt-6-xxl-minus { - margin-top: -24px !important; + .colspan-xl-11, + .cell-xl-11, + .col-xl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .mb-6-xxl-minus { - margin-bottom: -24px !important; + .offset-xl-11 { + margin-left: 91.666685%; } - .p-7-xxl { - padding: 28px !important; + .colspan-xl-12, + .cell-xl-12, + .col-xl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .pr-7-xxl { - padding-right: 28px !important; + .offset-xl-12 { + margin-left: 100.00002%; } - .pl-7-xxl { - padding-left: 28px !important; +} +@media screen and (min-width: 1452px) { + .cell-xxl-full, + .col-xxl-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .pt-7-xxl { - padding-top: 28px !important; + .cell-xxl-half, + .col-xxl-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .pb-7-xxl { - padding-bottom: 28px !important; + .cell-xxl-one-third, + .col-xxl-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .px-7-xxl { - padding-left: 28px !important; - padding-right: 28px !important; + .cell-xxl-two-third, + .col-xxl-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .py-7-xxl { - padding-top: 28px !important; - padding-bottom: 28px !important; + .cell-xxl-quarter, + .col-xxl-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .m-7-xxl { - margin: 28px !important; + .cell-xxl, + .col-xxl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mr-7-xxl { - margin-right: 28px !important; + .cell-xxl-auto, + .col-xxl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .ml-7-xxl { - margin-left: 28px !important; + .colspan-xxl-1, + .cell-xxl-1, + .col-xxl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mt-7-xxl { - margin-top: 28px !important; + .offset-xxl-1 { + margin-left: 8.333335%; } - .mb-7-xxl { - margin-bottom: 28px !important; + .colspan-xxl-2, + .cell-xxl-2, + .col-xxl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .mx-7-xxl { - margin-left: 28px !important; - margin-right: 28px !important; + .offset-xxl-2 { + margin-left: 16.66667%; } - .my-7-xxl { - margin-top: 28px !important; - margin-bottom: 28px !important; + .colspan-xxl-3, + .cell-xxl-3, + .col-xxl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .m-7-xxl-minus { - margin: -28px !important; + .offset-xxl-3 { + margin-left: 25.000005%; } - .mr-7-xxl-minus { - margin-right: -28px !important; + .colspan-xxl-4, + .cell-xxl-4, + .col-xxl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .ml-7-xxl-minus { - margin-left: -28px !important; + .offset-xxl-4 { + margin-left: 33.33334%; } - .mt-7-xxl-minus { - margin-top: -28px !important; + .colspan-xxl-5, + .cell-xxl-5, + .col-xxl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .mb-7-xxl-minus { - margin-bottom: -28px !important; + .offset-xxl-5 { + margin-left: 41.666675%; } - .p-8-xxl { - padding: 32px !important; + .colspan-xxl-6, + .cell-xxl-6, + .col-xxl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .pr-8-xxl { - padding-right: 32px !important; + .offset-xxl-6 { + margin-left: 50.00001%; } - .pl-8-xxl { - padding-left: 32px !important; + .colspan-xxl-7, + .cell-xxl-7, + .col-xxl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .pt-8-xxl { - padding-top: 32px !important; + .offset-xxl-7 { + margin-left: 58.333345%; } - .pb-8-xxl { - padding-bottom: 32px !important; + .colspan-xxl-8, + .cell-xxl-8, + .col-xxl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .px-8-xxl { - padding-left: 32px !important; - padding-right: 32px !important; + .offset-xxl-8 { + margin-left: 66.66668%; } - .py-8-xxl { - padding-top: 32px !important; - padding-bottom: 32px !important; + .colspan-xxl-9, + .cell-xxl-9, + .col-xxl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .m-8-xxl { - margin: 32px !important; + .offset-xxl-9 { + margin-left: 75.000015%; } - .mr-8-xxl { - margin-right: 32px !important; + .colspan-xxl-10, + .cell-xxl-10, + .col-xxl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .ml-8-xxl { - margin-left: 32px !important; + .offset-xxl-10 { + margin-left: 83.33335%; } - .mt-8-xxl { - margin-top: 32px !important; + .colspan-xxl-11, + .cell-xxl-11, + .col-xxl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .mb-8-xxl { - margin-bottom: 32px !important; + .offset-xxl-11 { + margin-left: 91.666685%; } - .mx-8-xxl { - margin-left: 32px !important; - margin-right: 32px !important; + .colspan-xxl-12, + .cell-xxl-12, + .col-xxl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .my-8-xxl { - margin-top: 32px !important; - margin-bottom: 32px !important; + .offset-xxl-12 { + margin-left: 100.00002%; + } +} +.h-menu { + list-style: none inside; + display: block; + margin: 0; + padding: 0; + background-color: #ffffff; + color: #1d1d1d; +} +.h-menu::after { + display: block; + clear: both; + content: ""; +} +.h-menu::after { + display: block; + clear: both; + content: ""; +} +.h-menu > li, +.h-menu > li > a { + display: block; + position: relative; +} +.h-menu > li { + background-color: inherit; + color: inherit; + float: left; +} +.h-menu > li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.h-menu > li:hover > a, +.h-menu > li:hover .icon { + color: inherit; +} +.h-menu > li > a { + font-weight: normal; + color: inherit; + font-size: 1rem; + outline: none; + text-decoration: none; + padding: 0.5rem 1rem; + border: none; + background-color: inherit; + white-space: nowrap; +} +.h-menu > li > a.dropdown-toggle { + padding-right: 2rem!important; +} +.h-menu > li > a.dropdown-toggle::before { + margin-left: -1.25rem; +} +.h-menu.no-hover > li > a { + padding-left: 0.5rem; + padding-right: 0.5rem; + color: #6a6a6a; +} +.h-menu.no-hover > li:hover, +.h-menu.no-hover > li > a:hover { + background-color: transparent; + color: #1d1d1d; +} +.h-menu.large > li > a { + padding: 1.125rem 1.625rem; + font-size: 2rem; +} +.h-menu.large > li > a.dropdown-toggle { + padding-right: 2.5rem !important; +} +.h-menu.large > li > a.dropdown-toggle::before { + height: 0.625rem; + width: 0.625rem; + margin-left: -1.75rem; +} +.h-menu > .divider { + display: none; +} +.h-menu.mega { + position: relative; +} +.h-menu.mega > li { + position: static; +} +.h-menu.mega > li.active-container { + background-color: inherit; +} +.h-menu.mega > li.active-container a { + background-color: inherit; +} +.h-menu.mega .mega-container { + position: absolute; + top: 100%; + left: 0; + right: 0; + padding: 0; + background-color: inherit; + display: none; + color: inherit; + z-index: 1000; + -webkit-box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); + box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); +} +.h-menu.mega .mega-container * { + color: inherit; +} +.hamburger, +.nav-button { + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0; + font-size: 14px; + line-height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: transparent; + color: #ffffff; + cursor: pointer; + outline: none; + width: 36px; + height: 36px; +} +.hamburger .line, +.nav-button .line { + width: 30px; + background-color: #ffffff; + display: block; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + height: 3px; + margin: 4px auto; +} +.hamburger.dark .line, +.nav-button.dark .line { + background-color: #1d1d1d; +} +.hamburger.menu-down .line:nth-child(2), +.nav-button.menu-down .line:nth-child(2), +.hamburger.chevron-down .line:nth-child(2), +.nav-button.chevron-down .line:nth-child(2) { + -webkit-transition-delay: 0.3s; + -o-transition-delay: 0.3s; + transition-delay: 0.3s; +} +.hamburger.menu-down.active, +.nav-button.menu-down.active, +.hamburger.chevron-down.active, +.nav-button.chevron-down.active { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.hamburger.menu-down.active .line:nth-child(2), +.nav-button.menu-down.active .line:nth-child(2), +.hamburger.chevron-down.active .line:nth-child(2), +.nav-button.chevron-down.active .line:nth-child(2) { + opacity: 0; + -webkit-transition: none; + -o-transition: none; + transition: none; +} +.hamburger.menu-down.active .line:nth-child(1), +.nav-button.menu-down.active .line:nth-child(1), +.hamburger.chevron-down.active .line:nth-child(1), +.nav-button.chevron-down.active .line:nth-child(1), +.hamburger.menu-down.active .line:nth-child(3), +.nav-button.menu-down.active .line:nth-child(3), +.hamburger.chevron-down.active .line:nth-child(3), +.nav-button.chevron-down.active .line:nth-child(3) { + width: 20px; + -webkit-transform-origin: right; + -ms-transform-origin: right; + transform-origin: right; + margin: -4px 8px; +} +.hamburger.menu-down.active .line:nth-child(1), +.nav-button.menu-down.active .line:nth-child(1), +.hamburger.chevron-down.active .line:nth-child(1), +.nav-button.chevron-down.active .line:nth-child(1) { + -webkit-transform: rotate(45deg) translateY(6px); + -ms-transform: rotate(45deg) translateY(6px); + transform: rotate(45deg) translateY(6px); +} +.hamburger.menu-down.active .line:nth-child(3), +.nav-button.menu-down.active .line:nth-child(3), +.hamburger.chevron-down.active .line:nth-child(3), +.nav-button.chevron-down.active .line:nth-child(3) { + -webkit-transform: rotate(-45deg) translateY(-6px); + -ms-transform: rotate(-45deg) translateY(-6px); + transform: rotate(-45deg) translateY(-6px); +} +.hamburger.menu-up .line:nth-child(2), +.nav-button.menu-up .line:nth-child(2), +.hamburger.chevron-up .line:nth-child(2), +.nav-button.chevron-up .line:nth-child(2) { + -webkit-transition-delay: 0.3s; + -o-transition-delay: 0.3s; + transition-delay: 0.3s; +} +.hamburger.menu-up.active, +.nav-button.menu-up.active, +.hamburger.chevron-up.active, +.nav-button.chevron-up.active { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); +} +.hamburger.menu-up.active .line:nth-child(2), +.nav-button.menu-up.active .line:nth-child(2), +.hamburger.chevron-up.active .line:nth-child(2), +.nav-button.chevron-up.active .line:nth-child(2) { + opacity: 0; + -webkit-transition: none; + -o-transition: none; + transition: none; +} +.hamburger.menu-up.active .line:nth-child(1), +.nav-button.menu-up.active .line:nth-child(1), +.hamburger.chevron-up.active .line:nth-child(1), +.nav-button.chevron-up.active .line:nth-child(1), +.hamburger.menu-up.active .line:nth-child(3), +.nav-button.menu-up.active .line:nth-child(3), +.hamburger.chevron-up.active .line:nth-child(3), +.nav-button.chevron-up.active .line:nth-child(3) { + width: 20px; + -webkit-transform-origin: right; + -ms-transform-origin: right; + transform-origin: right; + margin: -4px 8px; +} +.hamburger.menu-up.active .line:nth-child(1), +.nav-button.menu-up.active .line:nth-child(1), +.hamburger.chevron-up.active .line:nth-child(1), +.nav-button.chevron-up.active .line:nth-child(1) { + -webkit-transform: rotate(45deg) translateY(6px); + -ms-transform: rotate(45deg) translateY(6px); + transform: rotate(45deg) translateY(6px); +} +.hamburger.menu-up.active .line:nth-child(3), +.nav-button.menu-up.active .line:nth-child(3), +.hamburger.chevron-up.active .line:nth-child(3), +.nav-button.chevron-up.active .line:nth-child(3) { + -webkit-transform: rotate(-45deg) translateY(-6px); + -ms-transform: rotate(-45deg) translateY(-6px); + transform: rotate(-45deg) translateY(-6px); +} +.hamburger.arrow-left.active .line:nth-child(1), +.nav-button.arrow-left.active .line:nth-child(1), +.hamburger.arrow-left.active .line:nth-child(3), +.nav-button.arrow-left.active .line:nth-child(3) { + width: 20px; + margin-left: 0; +} +.hamburger.arrow-left.active .line:nth-child(1), +.nav-button.arrow-left.active .line:nth-child(1) { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.hamburger.arrow-left.active .line:nth-child(3), +.nav-button.arrow-left.active .line:nth-child(3) { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.hamburger.arrow-right.active .line:nth-child(1), +.nav-button.arrow-right.active .line:nth-child(1), +.hamburger.arrow-right.active .line:nth-child(3), +.nav-button.arrow-right.active .line:nth-child(3) { + width: 20px; + margin-right: 0; +} +.hamburger.arrow-right.active .line:nth-child(1), +.nav-button.arrow-right.active .line:nth-child(1) { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.hamburger.arrow-right.active .line:nth-child(3), +.nav-button.arrow-right.active .line:nth-child(3) { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.head-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: fixed; + top: 0; + left: 0; + width: 100%; + background-color: #ffffff; + color: #1d1d1d; + height: 56px; + z-index: 1030; + padding: 0 4px; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.head-bar .app-title { + height: 48px; + display: inline-block; + vertical-align: middle; + margin: 0 4px; + line-height: 48px; + color: inherit; + font-size: 20px; + font-weight: 100; +} +.head-bar .app-title:nth-child(1) { + padding-left: 10px; +} +.head-bar .header-container { + height: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.head-bar .tool-button { + margin: 0 4px; + background-color: inherit; + color: inherit; +} +.head-bar .tool-button .icon { + width: 24px; + height: 24px; + font-size: 24px; +} +.head-bar.more { + height: 112px; +} +.head-bar.more .app-title { + position: absolute; + bottom: 22px; + left: 74px; + height: 28px; + font-size: 24px; +} +.head-bar .header-container .input { + float: left; + margin-left: 20px; + width: calc(100% - 80px); + border: none; +} +.head-bar .header-container .input input { + border: none; +} +.head-bar .header-container .input input, +.head-bar .header-container .input input::-webkit-input-placeholder { + color: white; +} +.hero { + padding: 40px; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + position: relative; +} +@media all and (min-width: 768px) { + .hero { + padding: 160px 80px; } - .m-8-xxl-minus { - margin: -32px !important; +} +.hint { + display: block; + position: fixed; + z-index: 1070; + background-color: #fffcc0; + color: #1d1d1d; + font-size: 0.75rem; + max-width: 13.75rem; + padding: 0.625rem; +} +.icon-box { + height: 90px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + background-color: #ffffff; +} +.icon-box .icon, +.icon-box .content { + position: relative; +} +.icon-box .icon { + height: 90px; + width: 90px; + -ms-flex-negative: 0; + flex-shrink: 0; + text-align: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background: rgba(0, 0, 0, 0.1); +} +.icon-box .icon > * { + font-size: 45px; + width: 45px; + height: 45px; + line-height: 1; +} +.icon-box .content { + line-height: 1.2; + display: block; + width: 100%; + background-color: inherit; +} +.image-button { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + outline: none; + position: relative; + font-size: 14px; + padding: 0 0.5rem 0 0; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + height: 36px; + line-height: 30px; + font-weight: 400; +} +.image-button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.image-button:active, +.image-button.focus, +.image-button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.image-button .icon { + width: 34px; + height: 34px; + line-height: 34px; + font-size: 1rem; + background-color: rgba(69, 90, 100, 0.55); + color: #ffffff; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + text-align: center; +} +.image-button .caption { + margin-left: 0.5rem; + text-align: left; + color: inherit; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + font-weight: 400; + line-height: 1.2; +} +.image-button .caption small { + display: block; + font-size: 0.8rem; +} +.image-button.icon-right { + padding: 0 0 0 0.5rem; +} +.image-button.icon-right .icon { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.image-button.icon-right .caption { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-left: 0; + margin-right: 0.5rem; +} +.image-button:focus, +.image-button:hover, +.image-button.focus { + text-decoration: none; +} +.image-button:active { + -webkit-box-shadow: none; + box-shadow: none; + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.image-button.disabled, +.image-button:disabled { + opacity: 0.65; +} +.image-button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.image-compare { + position: relative; + display: block; +} +.image-compare img { + display: none; +} +.image-compare .image-container, +.image-compare .image-container-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; + z-index: 1; +} +.image-compare .image-container.image-container-overlay, +.image-compare .image-container-overlay.image-container-overlay { + z-index: 2; +} +.image-compare .image-container .image-wrapper, +.image-compare .image-container-overlay .image-wrapper { + background-size: cover; +} +.image-compare .image-slider { + z-index: 3; + position: absolute; + cursor: ew-resize; + width: 32px; + height: 32px; + background-color: #fa6800; + opacity: 0.7; + border-radius: 0.25rem; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.image-magnifier { + position: relative; + display: block; + cursor: none; + height: auto; +} +.image-magnifier img { + vertical-align: middle; + width: 100%; + height: auto; + max-height: 100%; +} +.image-magnifier .image-magnifier-glass { + position: absolute; + border-radius: 0; + cursor: none; + width: 100px; + height: 100px; + border: 4px solid rgba(255, 255, 255, 0.7); + overflow: hidden; + z-index: 2; +} +.info-box { + position: fixed; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #dfdfdf; + display: block; + z-index: 1050; + max-width: calc(100vw - 100px); + max-height: calc(100vh - 100px); +} +.info-box .closer { + display: block; + position: absolute; + top: 4px; + right: 4px; + background-color: inherit; + color: inherit; + z-index: 100; +} +.info-box .closer::before { + display: block; + content: "\00d7"; + font-size: 24px; + margin-top: -4px; +} +.info-box .info-box-content { + padding: 20px; + z-index: 0; +} +.info-box.primary { + border-color: #0366d6; + background-color: #0366d6; + color: #ffffff; +} +.info-box.secondary { + border-color: #607d8b; + background-color: #607d8b; + color: #ffffff; +} +.info-box.success { + border-color: #60a917; + background-color: #60a917; + color: #ffffff; +} +.info-box.alert { + border-color: #CE352C; + background-color: #CE352C; + color: #ffffff; +} +.info-box.warning { + border-color: #ff9447; + background-color: #ff9447; + color: #ffffff; +} +.info-box.yellow { + border-color: #ffe484; + background-color: #ffe484; + color: #ffffff; +} +.info-box.info { + border-color: #5ebdec; + background-color: #5ebdec; + color: #ffffff; +} +.info-box.dark { + border-color: #505050; + background-color: #505050; + color: #ffffff; +} +.info-box.light { + border-color: #f8f8f8; + background-color: #f8f8f8; + color: #ffffff; +} +.info-box.light, +.info-box.yellow { + color: #1d1d1d; +} +.info-button { + border: 1px solid #dfdfdf; + background-color: #ebebeb; + overflow: hidden; + position: relative; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: inline-block; + width: auto; + height: 36px; + line-height: 1; +} +.info-button::after { + display: block; + clear: both; + content: ""; +} +.info-button::after { + display: block; + clear: both; + content: ""; +} +.info-button .button { + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0 0.75rem; + font-size: 0.875rem; + line-height: 34px; + height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; +} +.info-button .button, +.info-button .info { + display: block; + float: left; + border-right: none; + height: 100%; + line-height: 32px; + position: relative; +} +.info-button .button:active, +.info-button .info:active, +.info-button .button:focus, +.info-button .info:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.info-button .button { + background-color: inherit; + color: inherit; +} +.info-button .button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.info-button .info { + font-size: 12px; + background-color: #FEFEFE; + color: #1d1d1d; + padding: 0 0.625rem; + text-decoration: none; + font-weight: 600; + line-height: 34px; +} +.info-button .info:hover { + color: #0056b3; +} +.info-button a.info:hover { + color: #1d1d1d; +} +.info-button .button .icon { + margin-right: 4px; +} +a.info-button { + text-decoration: none; +} +.info-panel { + display: block; + background-color: #ffffff; + color: #1d1d1d; + text-align: center; +} +.info-panel-header { + padding: 30px; + text-transform: uppercase; + font-size: 18px; + font-weight: 500; + letter-spacing: 2px; + line-height: 1.2; + white-space: nowrap; +} +.info-panel-content { + padding: 20px 40px; +} +.info-panel-footer { + padding: 40px; +} +.input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + padding: 0; +} +.input:hover input { + border-color: transparent; +} +.input.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.input input { + border: none!important; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + height: 34px; +} +.input input:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.input .button-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} +.input .button { + background-color: transparent; + color: #1d1d1d; + height: 34px; + min-width: 34px; +} +.input .button:focus, +.input .button:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.input .button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.input .input-clear-button, +.input .input-reveal-button, +.input .input-search-button { + background-color: transparent; +} +.input .input-clear-button:hover, +.input .input-reveal-button:hover, +.input .input-search-button:hover { + background-color: transparent; +} +.input.disabled .button-group button { + background-color: #f8f8f8; + color: #dfdfdf; +} +.input .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.input .append { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.input input { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.input .button-group { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.input input[placeholder] { + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.input input::-moz-placeholder { + text-overflow: ellipsis; +} +.input input:-moz-placeholder { + text-overflow: ellipsis; +} +.input input:-ms-input-placeholder { + text-overflow: ellipsis; +} +.input .autocomplete-list { + margin: 0; + padding: 0; + list-style: none inside; + position: absolute; + top: 100%; + left: 0; + width: 100%; + overflow: hidden; + overflow-y: auto; + background-color: #ffffff; + height: auto; + border: 1px solid #dfdfdf; + z-index: 3; +} +.input .autocomplete-list .item { + display: block; + position: relative; + padding: 4px 8px; + cursor: pointer; +} +.input .autocomplete-list .item:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.input .autocomplete-list .item + .item { + border-top: 1px solid #dfdfdf; +} +.input.input-large { + height: 50px; +} +.input.input-large input { + height: 48px; + font-size: 1.3rem; + padding: 0 10px; + line-height: 48px; +} +.input.input-large .button { + height: 48px; + min-width: 48px; + font-size: 1.3rem; +} +.input.input-large .button [class*=mif-] { + font-size: 1.3rem; +} +.input.input-large .button .default-icon-cross, +.input.input-large .button .default-icon-eye { + width: 21px; + height: 21px; +} +.input.input-large .button .input-clear-button, +.input.input-large .button .input-reveal-button { + width: 48px; + padding: 0; +} +.input.input-large input[placeholder] { + font-size: 1.1rem; +} +.input.input-large input::-moz-placeholder { + font-size: 1.1rem; +} +.input.input-large input:-moz-placeholder { + font-size: 1.1rem; +} +.input.input-large input:-ms-input-placeholder { + font-size: 1.1rem; +} +.input.input-large .append, +.input.input-large .prepend { + height: 48px; + line-height: 48px; + padding: 0 0.5rem; + font-size: 1.3rem; +} +input.input-large { + height: 48px; + font-size: 1.3rem; + padding: 0 10px; +} +input.input-large[placeholder] { + font-size: 1.1rem; +} +input.input-large::-moz-placeholder { + font-size: 1.1rem; +} +input.input-large:-moz-placeholder { + font-size: 1.1rem; +} +input.input-large:-ms-input-placeholder { + font-size: 1.1rem; +} +.input.input-small { + height: 28px; +} +.input.input-small input { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; + line-height: 26px; +} +.input.input-small .button { + height: 26px; + min-width: 26px; + font-size: 0.9rem; +} +.input.input-small .button [class*=mif-] { + font-size: 0.9rem; +} +.input.input-small .button .default-icon-cross, +.input.input-small .button .default-icon-eye { + width: 14px; + height: 14px; +} +.input.input-small .input-clear-button, +.input.input-small .input-reveal-button { + width: 26px; + padding: 0; +} +.input.input-small input[placeholder] { + font-size: 0.8rem; +} +.input.input-small input::-moz-placeholder { + font-size: 0.8rem; +} +.input.input-small input:-moz-placeholder { + font-size: 0.8rem; +} +.input.input-small input:-ms-input-placeholder { + font-size: 0.8rem; +} +.input.input-small .append, +.input.input-small .prepend { + height: 26px; + line-height: 26px; + padding: 0 0.5rem; + font-size: 0.9rem; +} +input.input-small { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; +} +input.input-small[placeholder] { + font-size: 0.8rem; +} +input.input-small::-moz-placeholder { + font-size: 0.8rem; +} +input.input-small:-moz-placeholder { + font-size: 0.8rem; +} +input.input-small:-ms-input-placeholder { + font-size: 0.8rem; +} +.input-material { + position: relative; + min-width: 196px; + height: 48px; + display: inline-block; + margin: 0; + width: 100%; + border: none; +} +.input-material input { + position: absolute; + top: 16px; + left: 0; + right: 0; + bottom: 8px; + border: 0; + border-bottom: 2px #dfdfdf solid; + background-color: transparent; + outline: none; + font-size: 16px; + padding-bottom: 8px; + padding-left: 0; + width: 100%; + z-index: 2; + height: 28px; + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.input-material hr { + content: ""; + display: block; + position: absolute; + width: 0; + opacity: 0; + height: 3px; + background-color: #bebebe; + bottom: -4px; + z-index: 2; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material .label, +.input-material .informer { + position: absolute; + display: block; + z-index: 1; + color: inherit; + font-size: 12px; +} +.input-material .label { + opacity: 0; + top: 16px; + left: 0; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material .informer { + opacity: 0; + bottom: 12px; + font-size: 12px; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input::-webkit-input-placeholder { + font-size: 1rem; + position: absolute; + left: 0; + z-index: 1; + opacity: 1; + color: #bebebe; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material .helper-button { + top: 8px; +} +.input-material.full-size { + width: 100%; +} +.input-material input:hover { + border-color: #dfdfdf; +} +.input-material.with-icon { + margin-left: 32px; + width: calc(100% - 32px); +} +.input-material.with-icon .icon { + width: 24px; + height: 24px; + font-size: 24px; + line-height: 1; + position: absolute; + left: -32px; + top: 50%; + margin-top: -8px; + display: block; + opacity: 0.2; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material.with-icon .icon img { + width: 100%; + max-width: 100%; + height: 100%; + max-height: 100%; +} +.input-material.with-icon.full-size { + width: calc(100% - 32px) !important; +} +.input-material hr ~ input:focus { + border-bottom: 0; +} +.input-material input:focus ~ hr { + opacity: 1; + width: 100%; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input:focus ~ .label { + opacity: 1; + top: 0; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input:focus::-webkit-input-placeholder { + opacity: 0; + -webkit-transform: translateX(100%); + transform: translateX(100%); + -webkit-transition: linear all 0.2s; + -o-transition: linear all 0.2s; + transition: linear all 0.2s; +} +.input-material input:focus ~ .informer { + opacity: 1; + bottom: -0.75rem; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input:focus ~ .icon { + opacity: 1; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material.permanent-label input:not(:placeholder-shown) ~ .label { + top: 0; + opacity: 1; +} +.input-material input:-webkit-autofill, +.input-material input:-webkit-autofill:hover, +.input-material input:-webkit-autofill:focus, +.input-material input:-webkit-autofill:active { + -webkit-transition: background-color 5000s ease-in-out 0s; + -o-transition: background-color 5000s ease-in-out 0s; + transition: background-color 5000s ease-in-out 0s; + -webkit-text-fill-color: #fff !important; +} +.keypad { + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #d9d9d9; +} +.keypad input { + border: 0; +} +.keypad .keys { + display: none; + position: absolute; + top: 100%; + left: 0; + width: auto; + float: left; + background-color: inherit; + color: inherit; + border: none; + padding: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + z-index: 1000; +} +.keypad .keys::before { + content: ''; + position: absolute; + background-color: inherit; + width: 10px; + height: 10px; + border: 1px solid #dfdfdf; + z-index: 2; + left: -5px; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + margin-top: -5px; + border-top-color: transparent; + border-right-color: transparent; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.keypad .keys.open { + display: block; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.keypad .keys.right { + left: 100%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + top: 50%; + margin-left: -1px; +} +.keypad .keys.bottom { + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + top: 100%; + margin-top: -1px; +} +.keypad .keys.bottom::before { + top: 0; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} +.keypad .keys.top { + top: 0; + left: 50%; + -webkit-transform: translateY(-100%) translateX(-50%); + -ms-transform: translateY(-100%) translateX(-50%); + transform: translateY(-100%) translateX(-50%); + margin-top: 1px; +} +.keypad .keys.top::before { + top: 100%; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.keypad .keys.left { + left: 0; + -webkit-transform: translateY(-50%) translateX(-100%); + -ms-transform: translateY(-50%) translateX(-100%); + transform: translateY(-50%) translateX(-100%); + top: 50%; + margin-left: 1px; +} +.keypad .keys.left::before { + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + left: 100%; + margin-left: -5px; + -webkit-transform: rotate(225deg); + -ms-transform: rotate(225deg); + transform: rotate(225deg); +} +.keypad .keys.bottom-left { + top: 100%; + left: 0; + margin-top: -1px; +} +.keypad .keys.bottom-left::before { + top: 0; + left: 0.625rem; + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} +.keypad .keys.bottom-right { + top: 100%; + left: 100%; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + margin-top: -1px; +} +.keypad .keys.bottom-right::before { + top: 0; + left: 100%; + margin-left: -1rem; + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} +.keypad .keys.top-left { + top: 0; + left: 0; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); + margin-top: 1px; +} +.keypad .keys.top-left::before { + top: 100%; + left: 0.625rem; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.keypad .keys.top-right { + top: 0; + left: 100%; + -webkit-transform: translateY(-100%) translateX(-100%); + -ms-transform: translateY(-100%) translateX(-100%); + transform: translateY(-100%) translateX(-100%); + margin-top: 1px; +} +.keypad .keys.top-right::before { + top: 100%; + left: 100%; + margin-left: -1rem; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.keypad .key { + display: block; + position: relative; + float: left; + background-color: inherit; + color: inherit; + margin: 0; + text-align: center; + border: 1px solid #dfdfdf; + font-size: 1rem; + cursor: pointer; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.keypad .key:hover { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + -webkit-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); + z-index: 2; +} +.keypad .key.service-key { + background-color: #f8f8f8; +} +.listview { + position: relative; + margin: 0; + padding: 0; + max-height: 100%; + background-color: #ffffff; + color: #1d1d1d; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.listview.view-list, +.listview.view-content { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column wrap; + flex-flow: column wrap; +} +.listview.view-icons-medium, +.listview.view-icons-large, +.listview.view-icons, +.listview.view-tiles { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; +} +.listview.view-icons-medium.vertical-layout, +.listview.view-icons-large.vertical-layout, +.listview.view-icons.vertical-layout { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column wrap; + flex-flow: column wrap; +} +.listview.view-table { + display: table; +} +.listview .node { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + cursor: pointer; + position: relative; + font-size: 13px; + border: 1px solid transparent; + background-color: inherit; +} +.listview .node:hover { + background-color: #e5f3ff; +} +.listview .node > .icon { + text-align: center; +} +.listview .node > .icon img { + max-width: 100%; + height: 100%; +} +.listview .node > .icon [class*=mif-], +.listview .node > .icon img { + vertical-align: initial; +} +.listview .node .checkbox, +.listview .node .radio, +.listview .node .switch { + height: auto; +} +.listview ul { + width: 100%; + margin: 0; + padding: 0; + list-style: none inside; +} +.listview .node > .data > .content, +.listview .node > .node-data { + display: none; +} +.listview:not(.selectable) .checkbox { + display: none; +} +.listview.view-list .node { + min-width: 160px; + line-height: 26px; + height: 26px; + padding: 0 8px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.listview.view-list .node > .icon { + width: 20px; + height: 20px; + line-height: 26px; + font-size: 18px; +} +.listview.view-list .node > .data { + line-height: 26px; + padding-left: 24px; +} +.listview.view-list .node > .icon ~ .data { + padding-left: 8px; +} +.listview.view-table .icon { + width: 20px; + height: 20px; + line-height: 26px; + font-size: 18px; +} +.listview.view-table .icon > * { + width: 100%; +} +.listview.view-table > li .data > .caption { + padding: 0 0.5rem; + line-height: 26px; +} +.listview.view-table > li { + display: table-row; +} +.listview.view-table > li > * { + display: table-cell; +} +.listview.view-table .node-data { + display: table-cell; + width: auto; + line-height: 26px; +} +.listview.view-content .node { + width: 100%; + min-height: 50px; + padding: 10px 16px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.listview.view-content .node > .icon { + width: 32px; + height: 32px; + line-height: 32px; + font-size: 28px; +} +.listview.view-content .node > .data { + padding-left: 64px; + font-size: 16px; + line-height: 32px; + width: 100%; +} +.listview.view-content .node > .data .caption, +.listview.view-content .node > .data .content { + display: block; + line-height: 16px; + height: 16px; +} +.listview.view-content .node > .data .content { + font-size: 0.8em; +} +.listview.view-content .node > .icon ~ .data { + padding-left: 16px; +} +.listview.view-content .node + .node { + border-top: 1px solid #dfdfdf; +} +.listview.view-tiles .node { + width: 250px; + height: 56px; + padding: 5px 16px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.listview.view-tiles .node > .icon { + width: 46px; + height: 46px; + line-height: 46px; + font-size: 42px; +} +.listview.view-tiles .node > .data { + padding-left: 78px; + font-size: 16px; + line-height: 46px; +} +.listview.view-tiles .node > .icon + .data { + padding-left: 16px; +} +.listview.view-icons .node, +.listview.view-icons-medium .node, +.listview.view-icons-large .node { + width: 74px; + height: auto; + padding: 8px 8px 2px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: 2px; +} +.listview.view-icons .node > .icon, +.listview.view-icons-medium .node > .icon, +.listview.view-icons-large .node > .icon { + width: 44px; + height: 44px; + line-height: 44px; + font-size: 42px; +} +.listview.view-icons .node > .data, +.listview.view-icons-medium .node > .data, +.listview.view-icons-large .node > .data { + line-height: 1.5; + white-space: normal; + text-align: center; +} +.listview.view-icons .node .checkbox, +.listview.view-icons-medium .node .checkbox, +.listview.view-icons-large .node .checkbox { + position: absolute; + top: 0; + left: 0; +} +.listview.view-icons-medium .node { + width: 104px; + margin: 1px; +} +.listview.view-icons-medium .node > .icon { + width: 74px; + height: 74px; + line-height: 74px; + font-size: 70px; +} +.listview.view-icons-large .node { + width: 270px; + margin: 2px; + padding: 30px; +} +.listview.view-icons-large .node > .icon { + width: 162px; + height: 162px; + line-height: 162px; + font-size: 140px; +} +.listview .node.current-select { + background-color: #cce8ff; + border-color: #84bcea !important; +} +.listview .node-group { + display: block; + width: 100%; + position: relative; + line-height: 24px; + -ms-flex-negative: 0; + flex-shrink: 0; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.listview .node-group > .data { + padding-left: 24px; + line-height: 24px; + font-size: 18px; +} +.listview .node-group .node-toggle { + position: relative; + cursor: pointer; + padding-right: 1.5rem !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.listview .node-group .node-toggle::before { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 0.3125rem; + width: 0.3125rem; + background-color: transparent; + border-left: 1px solid; + border-bottom: 1px solid; + border-color: #1d1d1d; + top: 50%; + left: 100%; + margin-left: -1rem; + margin-top: -0.1625rem; + z-index: 2; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + -webkit-transform-origin: center center 1px; + -ms-transform-origin: center center 1px; + transform-origin: center center 1px; +} +.listview .node-group .node-toggle { + position: absolute; + left: 0; + top: 0; + width: 24px; + height: 24px; +} +.listview .node-group .node-toggle::before { + -webkit-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + transform: rotate(-135deg); +} +.listview .node-group.expanded > .node-toggle::before { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.listview .node-group + .node-group { + margin-top: 0.5rem; +} +.listview .node-group + .listview { + margin-top: 0.5rem; +} +.master { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + color: #1d1d1d; + background-color: #ffffff; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + overflow: visible; +} +.master .controls, +.master .pages, +.master .page { + background-color: transparent; + color: inherit; +} +.master .controls { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + line-height: 40px; + font-size: 20px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + margin: 20px 0 20px; +} +.master .controls .prev, +.master .controls .next, +.master .controls .title { + display: block; + position: relative; + line-height: 40px; + text-align: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.master .controls .prev, +.master .controls .next { + width: 40px; + height: 40px; + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.master .controls .prev.disabled, +.master .controls .next.disabled { + color: #bebebe; +} +.master .controls .title { + width: 100%; +} +.master .controls .prev { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.master .controls .next { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.master .controls .title { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.master .pages { + position: relative; + display: block; + border-top: 1px solid #dfdfdf; + border-bottom: 1px solid #dfdfdf; + width: 100%; + height: auto; + min-width: 1rem; +} +.master .page { + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: auto; + overflow: visible; + padding: 2rem; +} +.master .controls-top { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.master .controls-bottom { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.master .pages { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.media-player { + display: block; + position: relative; + width: 100%; + background: #000; + height: auto; + overflow: hidden; + z-index: 1; +} +.media-player video { + width: 100%; + height: 100%; + z-index: 1; +} +.media-player .logo { + display: block; + position: absolute; + top: 1.25rem; + right: 1.25rem; + z-index: 3; + height: 32px; +} +.media-player .logo img { + height: 32px; +} +.media-player .preloader { + display: none; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.media-player .preloader.show { + display: block; +} +.media-player .controls { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: auto; + z-index: 2147483647; + background-color: rgba(34, 34, 34, 0.5); +} +.media-player .controls.outside { + position: relative; +} +.media-player .stream { + display: block; + padding: 0.625rem; + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + width: 100%; + position: relative; + overflow: hidden; +} +.media-player .stream .slider { + height: 0.875rem; +} +.media-player .load-audio { + padding: 0; + display: block; + position: absolute; + bottom: 4px; + left: 0.625rem; + width: calc(100% - 1.25rem); +} +.media-player button:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.media-player .controls > button, +.media-player .info-box, +.media-player .volume { + background-color: inherit; + color: #555555; + -ms-flex-negative: 0; + flex-shrink: 0; + height: 36px; + text-align: center; +} +.media-player .controls > button:hover, +.media-player .info-box:hover, +.media-player .volume:hover { + color: #ffffff; +} +.media-player .controls > button.active, +.media-player .info-box.active, +.media-player .volume.active { + background-color: rgba(111, 111, 111, 0.5); +} +.media-player .loop { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + display: none; +} +.media-player .play { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.media-player .stop { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + display: none; +} +.media-player .info-box { + position: relative; + width: auto; + display: block; + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + background: rgba(34, 34, 34, 0.5); + color: #ffffff; + padding: 0.625rem; + font-size: 0.6875rem; + text-align: center; + height: 36px; + -ms-flex-negative: 1; + flex-shrink: 1; + white-space: nowrap; + border: none; +} +.media-player .mute { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; +} +.media-player .volume { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + width: 96px; + padding: 0 0.625rem; + background: rgba(34, 34, 34, 0.5); + display: none; +} +.media-player .full { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; +} +:-webkit-full-screen { + width: 100%; + height: 100%; + z-index: 2147483647; +} +:-ms-fullscreen { + width: 100%; +} +.media-player.full-screen { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 2147483647; + max-height: 100%!important; + height: 100%!important; +} +.media-player .default-icon-loop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-play { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-pause { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-stop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-mute { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-low-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-medium-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-high-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-enlarge { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-shrink { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-playlist { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-next { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-prev { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-first { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-last { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-forward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-backward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-share { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-equalizer { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-eject { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-shuffle { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-random { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light { + background-color: #f8f8f8; +} +.media-player.light .controls { + background-color: inherit; +} +.media-player.light .controls .info-box, +.media-player.light .controls .volume { + background-color: inherit; + color: #1d1d1d; +} +.media-player.light .slider .buffer { + height: 2px!important; + background-color: #41545e; +} +.media-player.light .default-icon-loop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-play { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-pause { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-stop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-mute { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-low-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-medium-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-high-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-enlarge { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-shrink { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-playlist { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-next { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-prev { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-first { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-last { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-forward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-backward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-share { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-equalizer { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-eject { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-shuffle { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-random { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .controls > button.active { + background-color: #dfdfdf; +} +.audio-player { + overflow: visible; +} +.audio-player .controls { + position: relative; +} +@media screen and (min-width: 576px) { + .media-player .volume, + .media-player .loop, + .media-player .stop { + display: block; } - .mr-8-xxl-minus { - margin-right: -32px !important; +} +.more-info-box { + height: 128px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + background-color: #ffffff; +} +.more-info-box .icon, +.more-info-box .content { + position: relative; +} +.more-info-box .icon { + height: 64px; + width: 64px; + -ms-flex-negative: 0; + flex-shrink: 0; + text-align: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + margin-left: auto; + margin-right: 16px; + margin-top: 16px; + -webkit-transition: -webkit-transform 0.3s ease; + transition: -webkit-transform 0.3s ease; + -o-transition: transform 0.3s ease; + transition: transform 0.3s ease; + transition: transform 0.3s ease, -webkit-transform 0.3s ease; +} +.more-info-box .icon > * { + font-size: 64px; + width: 64px; + height: 64px; + line-height: 1; + color: rgba(0, 0, 0, 0.15); +} +.more-info-box .content { + line-height: 1.2; + display: block; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + padding: 8px; + max-width: calc(100% - 106px); +} +.more-info-box .more { + width: 100%; + -ms-flex-negative: 0; + flex-shrink: 0; + text-align: right; + background: rgba(0, 0, 0, 0.1); + text-decoration: none; + position: relative; + display: block; + padding: 8px 8px 0; + margin: 0; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + color: rgba(255, 255, 255, 0.8); + font-size: 12px; +} +.more-info-box .more:hover { + color: #fff; + background: rgba(0, 0, 0, 0.15); +} +.more-info-box:hover .icon { + -webkit-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); + -webkit-transition: -webkit-transform 0.3s ease; + transition: -webkit-transform 0.3s ease; + -o-transition: transform 0.3s ease; + transition: transform 0.3s ease; + transition: transform 0.3s ease, -webkit-transform 0.3s ease; +} +.navview { + display: block; + position: relative; + background-color: #ffffff; + color: #1d1d1d; + overflow: hidden; + height: 100%; + min-height: 100%; +} +.navview .navview-pane, +.navview .navview-content { + display: block; + -webkit-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; + min-height: 100%; +} +.navview .navview-pane { + width: 280px; + background-color: #e5e5e5; + position: absolute; + left: 0; + top: 0; + height: 100%; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + z-index: 1; +} +.navview .navview-pane.open { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.navview .navview-content { + position: relative; +} +.navview .pull-button, +.navview .holder { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 48px; + height: 48px; + background-color: transparent; + border: 2px solid transparent; + outline: none; + cursor: pointer; +} +.navview .holder { + height: 40px; + display: none; +} +.navview .navview-menu { + display: block; + position: relative; + list-style: none inside; + margin: 0; + padding: 0; + width: 100%; + background-color: #e5e5e5; + overflow-y: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.navview .navview-menu::-webkit-scrollbar { + display: none!important; +} +.navview .navview-menu li { + display: block; + position: relative; +} +.navview .navview-menu li a { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + line-height: 40px; + text-decoration: none; + color: inherit; + white-space: nowrap; + border: 2px solid transparent; + height: 40px; +} +.navview .navview-menu .icon { + width: 48px; + height: 40px; + display: block; + text-align: center; +} +.navview .navview-menu .caption { + padding-left: 48px; + white-space: nowrap; + display: block; +} +.navview .navview-menu .icon + .caption { + padding-left: 0; +} +.navview .navview-menu .item-header { + font-size: 22px; + height: 32px; + line-height: 32px; + padding-left: 16px; + cursor: default; + background-color: transparent; + white-space: nowrap; + display: block; +} +.navview .navview-menu li.active::before { + content: ""; + display: block; + position: absolute; + height: 24px; + top: 8px; + left: 0; + width: 4px; + background-color: #1ba1e2; + z-index: 1; +} +.navview .navview-menu li.disabled { + color: #9c9c9c !important; +} +.navview .navview-menu li.disabled img { + opacity: 0.5; +} +.navview .pull-button > *, +.navview .navview-menu .icon > *, +.navview .suggest-box .holder > * { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 16px; + vertical-align: initial; +} +.navview .pull-button:hover, +.navview .holder:hover, +.navview .navview-menu li a:hover { + background-color: #cecece; +} +.navview .pull-button:active, +.navview .holder:active, +.navview .navview-menu li a:active { + background-color: #b7b7b7; +} +.navview .suggest-box { + display: block; + margin: 8px 0; +} +.navview .suggest-box .input, +.navview .suggest-box .select, +.navview .suggest-box .textarea { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: calc(100% - 24px) !important; + margin: 0 12px; +} +.navview .item-separator { + height: 16px!important; + width: 100%; + display: block; + background-color: transparent; + cursor: default; +} +.navview .navview-menu .dropdown-toggle { + padding-right: 0!important; +} +.navview .navview-menu .dropdown-toggle::before { + display: none; +} +.navview .navview-menu .dropdown-toggle::after { + content: ""; + display: block; + position: absolute; + bottom: 0; + right: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 8px 8px; + border-color: transparent transparent #1d1d1d transparent; + z-index: 1; +} +.navview.focusableItems .pull-button:focus, +.navview.focusableItems .holder:focus, +.navview.focusableItems .navview-menu li a:focus { + border: 2px solid #0a0a0a; +} +.navview .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-left: auto; + margin-right: 8px; +} +.navview .badges .badge { + margin: 0 2px; +} +.navview .data-box { + display: block; +} +.navview .navview-menu .navview-menu .item-header { + display: none!important; +} +.navview.expanded .navview-pane { + width: 280px !important; +} +.navview.expanded .navview-pane .navview-menu .caption, +.navview.expanded .navview-pane .item-header { + display: block!important; +} +.navview.expanded .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; +} +.navview.expanded .navview-pane .holder { + display: none!important; +} +.navview.expanded .badges { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; +} +.navview.expanded .data-box { + display: block!important; +} +.navview.compacted .navview-pane { + width: 48px !important; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.navview.compacted .navview-pane .navview-menu .caption, +.navview.compacted .navview-pane .item-header { + display: none!important; +} +.navview.compacted .navview-pane .suggest-box > *:not(.holder) { + display: none!important; +} +.navview.compacted .navview-pane .holder { + display: block!important; +} +.navview.compacted .navview-content { + margin-left: 48px !important; +} +.navview.compacted .badges, +.navview.compacted .data-box { + display: none!important; +} +@media screen and (min-width: 0) { + .navview-margin-fs { + margin-left: 280px; } - .ml-8-xxl-minus { - margin-left: -32px !important; + .navview-margin-compact-fs { + margin-left: 48px; } - .mt-8-xxl-minus { - margin-top: -32px !important; + .navview.navview-compact-fs .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mb-8-xxl-minus { - margin-bottom: -32px !important; + .navview.navview-compact-fs .navview-pane .navview-menu .caption, + .navview.navview-compact-fs .navview-pane .item-header { + display: none; } - .p-9-xxl { - padding: 36px !important; + .navview.navview-compact-fs .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .pr-9-xxl { - padding-right: 36px !important; + .navview.navview-compact-fs .navview-pane .holder { + display: block; } - .pl-9-xxl { - padding-left: 36px !important; + .navview.navview-compact-fs .navview-content { + margin-left: 48px; } - .pt-9-xxl { - padding-top: 36px !important; + .navview.navview-compact-fs .badges, + .navview.navview-compact-fs .data-box { + display: none; } - .pb-9-xxl { - padding-bottom: 36px !important; + .navview.navview-expand-fs .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .px-9-xxl { - padding-left: 36px !important; - padding-right: 36px !important; + .navview.navview-expand-fs .navview-pane .navview-menu .caption, + .navview.navview-expand-fs .navview-pane .item-header { + display: block; } - .py-9-xxl { - padding-top: 36px !important; - padding-bottom: 36px !important; + .navview.navview-expand-fs .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .m-9-xxl { - margin: 36px !important; + .navview.navview-expand-fs .navview-pane .holder { + display: none; } - .mr-9-xxl { - margin-right: 36px !important; + .navview.navview-expand-fs .navview-content { + margin-left: 280px; } - .ml-9-xxl { - margin-left: 36px !important; + .navview.navview-expand-fs .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mt-9-xxl { - margin-top: 36px !important; + .navview.navview-expand-fs .data-box { + display: block; } - .mb-9-xxl { - margin-bottom: 36px !important; +} +@media screen and (min-width: 576px) { + .navview-margin-sm { + margin-left: 280px; } - .mx-9-xxl { - margin-left: 36px !important; - margin-right: 36px !important; + .navview-margin-compact-sm { + margin-left: 48px; } - .my-9-xxl { - margin-top: 36px !important; - margin-bottom: 36px !important; + .navview.navview-compact-sm .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .m-9-xxl-minus { - margin: -36px !important; + .navview.navview-compact-sm .navview-pane .navview-menu .caption, + .navview.navview-compact-sm .navview-pane .item-header { + display: none; } - .mr-9-xxl-minus { - margin-right: -36px !important; + .navview.navview-compact-sm .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .ml-9-xxl-minus { - margin-left: -36px !important; + .navview.navview-compact-sm .navview-pane .holder { + display: block; } - .mt-9-xxl-minus { - margin-top: -36px !important; + .navview.navview-compact-sm .navview-content { + margin-left: 48px; } - .mb-9-xxl-minus { - margin-bottom: -36px !important; + .navview.navview-compact-sm .badges, + .navview.navview-compact-sm .data-box { + display: none; } - .p-10-xxl { - padding: 40px !important; + .navview.navview-expand-sm .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .pr-10-xxl { - padding-right: 40px !important; + .navview.navview-expand-sm .navview-pane .navview-menu .caption, + .navview.navview-expand-sm .navview-pane .item-header { + display: block; } - .pl-10-xxl { - padding-left: 40px !important; + .navview.navview-expand-sm .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .pt-10-xxl { - padding-top: 40px !important; + .navview.navview-expand-sm .navview-pane .holder { + display: none; } - .pb-10-xxl { - padding-bottom: 40px !important; + .navview.navview-expand-sm .navview-content { + margin-left: 280px; } - .px-10-xxl { - padding-left: 40px !important; - padding-right: 40px !important; + .navview.navview-expand-sm .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .py-10-xxl { - padding-top: 40px !important; - padding-bottom: 40px !important; + .navview.navview-expand-sm .data-box { + display: block; } - .m-10-xxl { - margin: 40px !important; +} +@media screen and (min-width: 768px) { + .navview-margin-md { + margin-left: 280px; } - .mr-10-xxl { - margin-right: 40px !important; + .navview-margin-compact-md { + margin-left: 48px; } - .ml-10-xxl { - margin-left: 40px !important; + .navview.navview-compact-md .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mt-10-xxl { - margin-top: 40px !important; + .navview.navview-compact-md .navview-pane .navview-menu .caption, + .navview.navview-compact-md .navview-pane .item-header { + display: none; } - .mb-10-xxl { - margin-bottom: 40px !important; + .navview.navview-compact-md .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .mx-10-xxl { - margin-left: 40px !important; - margin-right: 40px !important; + .navview.navview-compact-md .navview-pane .holder { + display: block; } - .my-10-xxl { - margin-top: 40px !important; - margin-bottom: 40px !important; + .navview.navview-compact-md .navview-content { + margin-left: 48px; } - .m-10-xxl-minus { - margin: -40px !important; + .navview.navview-compact-md .badges, + .navview.navview-compact-md .data-box { + display: none; } - .mr-10-xxl-minus { - margin-right: -40px !important; + .navview.navview-expand-md .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .ml-10-xxl-minus { - margin-left: -40px !important; + .navview.navview-expand-md .navview-pane .navview-menu .caption, + .navview.navview-expand-md .navview-pane .item-header { + display: block; } - .mt-10-xxl-minus { - margin-top: -40px !important; + .navview.navview-expand-md .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mb-10-xxl-minus { - margin-bottom: -40px !important; + .navview.navview-expand-md .navview-pane .holder { + display: none; } - .p-11-xxl { - padding: 44px !important; + .navview.navview-expand-md .navview-content { + margin-left: 280px; } - .pr-11-xxl { - padding-right: 44px !important; + .navview.navview-expand-md .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .pl-11-xxl { - padding-left: 44px !important; + .navview.navview-expand-md .data-box { + display: block; } - .pt-11-xxl { - padding-top: 44px !important; +} +@media screen and (min-width: 992px) { + .navview-margin-lg { + margin-left: 280px; } - .pb-11-xxl { - padding-bottom: 44px !important; + .navview-margin-compact-lg { + margin-left: 48px; } - .px-11-xxl { - padding-left: 44px !important; - padding-right: 44px !important; + .navview.navview-compact-lg .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .py-11-xxl { - padding-top: 44px !important; - padding-bottom: 44px !important; + .navview.navview-compact-lg .navview-pane .navview-menu .caption, + .navview.navview-compact-lg .navview-pane .item-header { + display: none; } - .m-11-xxl { - margin: 44px !important; + .navview.navview-compact-lg .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .mr-11-xxl { - margin-right: 44px !important; + .navview.navview-compact-lg .navview-pane .holder { + display: block; } - .ml-11-xxl { - margin-left: 44px !important; + .navview.navview-compact-lg .navview-content { + margin-left: 48px; } - .mt-11-xxl { - margin-top: 44px !important; + .navview.navview-compact-lg .badges, + .navview.navview-compact-lg .data-box { + display: none; } - .mb-11-xxl { - margin-bottom: 44px !important; + .navview.navview-expand-lg .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mx-11-xxl { - margin-left: 44px !important; - margin-right: 44px !important; + .navview.navview-expand-lg .navview-pane .navview-menu .caption, + .navview.navview-expand-lg .navview-pane .item-header { + display: block; } - .my-11-xxl { - margin-top: 44px !important; - margin-bottom: 44px !important; + .navview.navview-expand-lg .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .m-11-xxl-minus { - margin: -44px !important; + .navview.navview-expand-lg .navview-pane .holder { + display: none; } - .mr-11-xxl-minus { - margin-right: -44px !important; + .navview.navview-expand-lg .navview-content { + margin-left: 280px; } - .ml-11-xxl-minus { - margin-left: -44px !important; + .navview.navview-expand-lg .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mt-11-xxl-minus { - margin-top: -44px !important; + .navview.navview-expand-lg .data-box { + display: block; } - .mb-11-xxl-minus { - margin-bottom: -44px !important; +} +@media screen and (min-width: 1200px) { + .navview-margin-xl { + margin-left: 280px; } - .p-12-xxl { - padding: 48px !important; + .navview-margin-compact-xl { + margin-left: 48px; } - .pr-12-xxl { - padding-right: 48px !important; + .navview.navview-compact-xl .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .pl-12-xxl { - padding-left: 48px !important; + .navview.navview-compact-xl .navview-pane .navview-menu .caption, + .navview.navview-compact-xl .navview-pane .item-header { + display: none; } - .pt-12-xxl { - padding-top: 48px !important; + .navview.navview-compact-xl .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .pb-12-xxl { - padding-bottom: 48px !important; + .navview.navview-compact-xl .navview-pane .holder { + display: block; } - .px-12-xxl { - padding-left: 48px !important; - padding-right: 48px !important; + .navview.navview-compact-xl .navview-content { + margin-left: 48px; } - .py-12-xxl { - padding-top: 48px !important; - padding-bottom: 48px !important; + .navview.navview-compact-xl .badges, + .navview.navview-compact-xl .data-box { + display: none; } - .m-12-xxl { - margin: 48px !important; + .navview.navview-expand-xl .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mr-12-xxl { - margin-right: 48px !important; + .navview.navview-expand-xl .navview-pane .navview-menu .caption, + .navview.navview-expand-xl .navview-pane .item-header { + display: block; } - .ml-12-xxl { - margin-left: 48px !important; + .navview.navview-expand-xl .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mt-12-xxl { - margin-top: 48px !important; + .navview.navview-expand-xl .navview-pane .holder { + display: none; } - .mb-12-xxl { - margin-bottom: 48px !important; + .navview.navview-expand-xl .navview-content { + margin-left: 280px; } - .mx-12-xxl { - margin-left: 48px !important; - margin-right: 48px !important; + .navview.navview-expand-xl .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .my-12-xxl { - margin-top: 48px !important; - margin-bottom: 48px !important; + .navview.navview-expand-xl .data-box { + display: block; } - .m-12-xxl-minus { - margin: -48px !important; +} +@media screen and (min-width: 1452px) { + .navview-margin-xxl { + margin-left: 280px; } - .mr-12-xxl-minus { - margin-right: -48px !important; + .navview-margin-compact-xxl { + margin-left: 48px; } - .ml-12-xxl-minus { - margin-left: -48px !important; + .navview.navview-compact-xxl .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mt-12-xxl-minus { - margin-top: -48px !important; + .navview.navview-compact-xxl .navview-pane .navview-menu .caption, + .navview.navview-compact-xxl .navview-pane .item-header { + display: none; } - .mb-12-xxl-minus { - margin-bottom: -48px !important; + .navview.navview-compact-xxl .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .p-13-xxl { - padding: 52px !important; + .navview.navview-compact-xxl .navview-pane .holder { + display: block; } - .pr-13-xxl { - padding-right: 52px !important; + .navview.navview-compact-xxl .navview-content { + margin-left: 48px; } - .pl-13-xxl { - padding-left: 52px !important; + .navview.navview-compact-xxl .badges, + .navview.navview-compact-xxl .data-box { + display: none; } - .pt-13-xxl { - padding-top: 52px !important; + .navview.navview-expand-xxl .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .pb-13-xxl { - padding-bottom: 52px !important; + .navview.navview-expand-xxl .navview-pane .navview-menu .caption, + .navview.navview-expand-xxl .navview-pane .item-header { + display: block; } - .px-13-xxl { - padding-left: 52px !important; - padding-right: 52px !important; + .navview.navview-expand-xxl .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .py-13-xxl { - padding-top: 52px !important; - padding-bottom: 52px !important; + .navview.navview-expand-xxl .navview-pane .holder { + display: none; } - .m-13-xxl { - margin: 52px !important; + .navview.navview-expand-xxl .navview-content { + margin-left: 280px; } - .mr-13-xxl { - margin-right: 52px !important; + .navview.navview-expand-xxl .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .ml-13-xxl { - margin-left: 52px !important; + .navview.navview-expand-xxl .data-box { + display: block; } - .mt-13-xxl { - margin-top: 52px !important; +} +.navview.compacted .navview-pane > .navview-menu, +.navview.js-compact:not(.expanded) .navview-pane > .navview-menu { + overflow: visible; +} +.navview.compacted .navview-menu .navview-menu, +.navview.js-compact:not(.expanded) .navview-menu .navview-menu { + position: absolute; + left: 100%; + top: 0; + width: 220px; + max-width: 280px; +} +.navview.compacted .navview-menu .navview-menu .caption, +.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption { + display: block!important; +} +.navview.compacted .navview-menu .navview-menu .item-header, +.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header { + display: block!important; +} +.notify-container { + background-color: transparent; + position: fixed; + top: 0; + right: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + z-index: 1081; + width: auto; +} +.notify-container.position-left { + right: auto; + left: 0; +} +.notify-container.position-top, +.notify-container.position-bottom { + width: 100%!important; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} +.notify-container.position-bottom { + top: auto; + bottom: 0; +} +.notify { + display: block; + background-color: #ffffff; + color: #1d1d1d; + padding: 0.5rem; + margin: 0.25rem; + border: 1px solid #dfdfdf; + cursor: pointer; +} +.notify-title { + font-size: 1rem; + font-weight: 500; + margin-bottom: 0.5rem; +} +.notify-message { + font-size: 0.9rem; + font-weight: normal; +} +.pagination { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + list-style: none inside; + margin: 0 -0.25rem 1rem -0.25rem; + padding: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.pagination .page-item { + cursor: pointer; + display: list-item; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #dfdfdf; + margin: 0.25rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; +} +.pagination .page-link { + display: block; + position: relative; + padding: 0.5rem 0.75rem; + line-height: 1; + font-size: 1rem; + text-decoration: none; + color: inherit; + background-color: inherit; +} +.pagination .page-item:hover, +.pagination .page-item.service:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.pagination .page-item.no-link { + pointer-events: none; + cursor: default; + border-color: transparent; +} +.pagination .page-item.no-link:hover { + background-color: #ffffff !important; + border-color: transparent; + color: #1d1d1d; +} +.pagination .page-item.disabled { + pointer-events: none; + color: #e4e4e4; +} +.pagination .page-item.active { + background-color: #e4e4e4; +} +.pagination.rounded .page-item { + border-radius: 0.25rem; +} +.pagination.no-gap { + margin: 0 0 1rem 0; +} +.pagination.no-gap .page-item { + margin: -1px; +} +.pagination.no-gap .no-link { + margin: -1px 1px; +} +.pagination.no-gap.rounded .page-item { + border-radius: 0; +} +.pagination.no-gap.rounded .page-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.pagination.no-gap.rounded .page-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} +.pagination.size-large .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; +} +.pagination.size-small .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; +} +.panel { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + position: relative; + background-color: #ffffff; + border: 1px solid #dfdfdf; +} +.panel .panel-title, +.panel .panel-content { + position: relative; +} +.panel .panel-title { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + height: 2.625rem; + border-bottom: 1px solid #dfdfdf; + line-height: 2.625rem; + cursor: default; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.panel .panel-title .icon { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + height: 2.625rem; + line-height: 2.625rem; + width: 2.625rem; + border-right: 1px solid #dfdfdf; + -ms-flex-negative: 0; + flex-shrink: 0; + color: inherit; + text-align: center; +} +.panel .panel-title img.icon { + padding: 0.625rem; +} +.panel .panel-title .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + width: 100%; + padding: 0 0.8125rem; + color: inherit; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.panel .panel-title .dropdown-toggle { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + height: 100%; + width: 2.625rem; + border-left: 1px solid #dfdfdf; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.panel .panel-title .custom-buttons { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.panel .panel-title .btn-custom { + width: 42px; + height: 42px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.panel .panel-title .btn-custom > * { + line-height: 1; + width: 16px; + height: 16px; + font-size: 16px; +} +.panel .panel-title .btn-custom:focus, +.panel .panel-title .btn-custom:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.panel .panel-content { + display: block; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + height: auto; + padding: 0.5rem; +} +.popover { + display: block; + min-width: 12.5rem; + height: auto; + position: fixed; + background-color: #ffffff; + color: #1d1d1d; + z-index: 1060; + border: 1px solid #dfdfdf; + cursor: default; + padding: 0.8125rem; + max-width: calc(100% - 32px); +} +.popover > * { + max-width: 100%; +} +.popover .popover-content { + display: block; + position: relative; + z-index: 50; +} +.popover .popover-close-button { + z-index: 100; + position: absolute; + top: 0; + right: 0; + font-size: 26px; +} +.progress { + display: block; + position: relative; + width: 100%; + height: 12px; + background-color: #eeeeee; + overflow: hidden; +} +.progress.with-load { + background: transparent; +} +.progress .bar, +.progress .buffer, +.progress .load { + position: absolute; + height: 100%; + top: 0; + left: 0; + z-index: 3; +} +.progress .load { + width: 100%; + -webkit-animation: progress-loading 3s infinite linear; + animation: progress-loading 3s infinite linear; + background: -o-radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); + background: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); + background-size: 12px 12px; + z-index: 1; + margin-top: -1px; +} +.progress .buffer { + z-index: 2; + background-color: #CE352C; +} +.progress .bar { + z-index: 3; + background: #60a917; +} +.progress.line { + background-color: #b3d4fc; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.progress.line::before { + height: 100%; + width: 100%; + background-color: #004d6f; + content: ''; + -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; + animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; +} +.progress .value { + display: block; + float: left; + position: absolute; + z-index: 5; + font-size: 11px; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + margin-left: 4px; +} +.progress .value.centered { + left: 50%; + -webkit-transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); +} +.progress.small { + height: 6px; +} +.progress.small .load { + background-size: 6px 6px; +} +@-webkit-keyframes progress-loading { + 0% { + opacity: 1; + background-position: 0px -23px; } - .mb-13-xxl { - margin-bottom: 52px !important; + 50% { + opacity: 0; } - .mx-13-xxl { - margin-left: 52px !important; - margin-right: 52px !important; + 100% { + opacity: 1; + background-position: -200px -23px; } - .my-13-xxl { - margin-top: 52px !important; - margin-bottom: 52px !important; +} +@keyframes progress-loading { + 0% { + opacity: 1; + background-position: 0px -23px; } - .m-13-xxl-minus { - margin: -52px !important; + 50% { + opacity: 0; } - .mr-13-xxl-minus { - margin-right: -52px !important; + 100% { + opacity: 1; + background-position: -200px -23px; } - .ml-13-xxl-minus { - margin-left: -52px !important; +} +@-webkit-keyframes running-progress { + 0% { + margin-left: 0; + margin-right: 100%; } - .mt-13-xxl-minus { - margin-top: -52px !important; + 50% { + margin-left: 25%; + margin-right: 0; } - .mb-13-xxl-minus { - margin-bottom: -52px !important; + 100% { + margin-left: 100%; + margin-right: 0; } - .p-14-xxl { - padding: 56px !important; +} +@keyframes running-progress { + 0% { + margin-left: 0; + margin-right: 100%; } - .pr-14-xxl { - padding-right: 56px !important; + 50% { + margin-left: 25%; + margin-right: 0; } - .pl-14-xxl { - padding-left: 56px !important; + 100% { + margin-left: 100%; + margin-right: 0; } - .pt-14-xxl { - padding-top: 56px !important; +} +.radio { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + margin: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; +} +.radio input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.radio .check, +.radio .caption { + display: block; + line-height: 1; + font-size: 14px; + margin: 0 4px; + position: relative; +} +.radio .check { + border: 2px #d9d9d9 solid; + width: 20px; + height: 20px; + border-radius: 50%; + -ms-flex-negative: 0; + flex-shrink: 0; + line-height: 36px; +} +.radio .check::before { + position: absolute; + vertical-align: middle; + font-size: 0; + content: ""; + width: 6px; + height: 6px; + color: transparent; + background-color: #ffffff; + border: 2px solid #ffffff; + border-radius: 50%; + left: 50%; + top: 50%; + margin-left: -3px; + margin-top: -3px; + display: none; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.radio input[type=radio]:checked ~ .check { + border-color: #1d1d1d; + background-color: #1d1d1d; +} +.radio input[type=radio]:checked ~ .check::before { + display: block; +} +.radio input[type=radio]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #e9e9e9; +} +.radio .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.radio .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.radio.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.radio.required, +.radio.invalid, +.radio.valid { + border: none!important; +} +.radio.invalid::after { + display: none; +} +.radio:focus input[type=radio]:not(:disabled) ~ .check::after, +.radio:active input[type=radio]:not(:disabled) ~ .check::after { + display: block; + content: ""; + position: absolute; + width: 3.125rem; + height: 3.125rem; + border-radius: 50%; + background-color: rgba(187, 187, 187, 0.5); + opacity: 0.3; + top: 50%; + left: 50%; + margin-top: -1.5625rem; + margin-left: -1.5625rem; +} +.radio.style2 input[type=radio]:checked ~ .check { + border-color: #1d1d1d; + background-color: #ffffff; +} +.radio.style2 .check { + border-color: #989898; +} +.radio.style2 .check::before { + background-color: #1d1d1d; + border: 2px solid #1d1d1d; + width: 8px; + height: 8px; + margin-left: -4px; + margin-top: -4px; +} +.radio.style2 input[type=radio]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #ffffff; +} +.radio.style2 input[type=radio]:disabled ~ .check::before { + background-color: #e9e9e9; + border-color: #e9e9e9; +} +.radio.transition-on .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.radio.transition-on input[type=radio]:checked ~ .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.radio .check.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.rating { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + background-color: transparent; + cursor: default; + font-size: 16px; +} +.rating input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.rating .stars, +.rating .result, +.rating .title { + display: block; + position: relative; +} +.rating .stars { + margin: 0; + padding: 0; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.rating .stars li { + display: block; + position: relative; + color: #bebebe; + width: 24px; + height: 24px; + line-height: 24px; + font-size: 24px; + -webkit-transition: color 0.3s linear; + -o-transition: color 0.3s linear; + transition: color 0.3s linear; +} +.rating .stars li::before { + position: absolute; + content: '\2605'; + display: block; + z-index: 1; + left: 0; +} +.rating .stars li.half::after { + left: 0; + display: block; + position: absolute; + content: '\2605'; + width: 0.42em; + z-index: 2; + overflow: hidden; +} +.rating .stars li.half.half-10::after { + width: 0.1em; +} +.rating .stars li.half.half-20::after { + width: 0.2em; +} +.rating .stars li.half.half-30::after { + width: 0.3em; +} +.rating .stars li.half.half-40::after { + width: 0.4em; +} +.rating .stars li.half.half-50::after { + width: 0.42em; +} +.rating .stars li.half.half-60::after { + width: 0.49em; +} +.rating .stars li.half.half-70::after { + width: 0.6em; +} +.rating .stars li.half.half-80::after { + width: 0.7em; +} +.rating .stars li.half.half-90::after { + width: 0.8em; +} +.rating .result { + font-size: 0.8em; + margin-left: 10px; +} +.rating .title { + margin-right: 10px; +} +.rating .stars { + cursor: default; +} +.rating .stars li.on, +.rating .stars li.half::after { + color: #1d1d1d; +} +.rating:not(.static) .stars { + cursor: pointer; +} +.rating:not(.static) .stars:hover li { + color: #1d1d1d; +} +.rating:not(.static) .stars li:hover ~ li { + color: #bebebe !important; +} +.rating:not(.static) .stars li.scale { + -webkit-animation: star-scale 0.3s ease-in-out; + animation: star-scale 0.3s ease-in-out; +} +@-webkit-keyframes star-scale { + 0%, + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .pb-14-xxl { - padding-bottom: 56px !important; + 50% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .px-14-xxl { - padding-left: 56px !important; - padding-right: 56px !important; +} +@keyframes star-scale { + 0%, + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .py-14-xxl { - padding-top: 56px !important; - padding-bottom: 56px !important; + 50% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .m-14-xxl { - margin: 56px !important; +} +.resize-element { + display: block; + position: absolute; + right: -1px; + bottom: -1px; + z-index: 101; + cursor: nwse-resize; + width: 12px; + height: 12px; +} +.resize-element::after { + position: absolute; + display: block; + border-bottom: 12px solid #60a917; + border-left: 12px solid transparent; + content: ""; + right: -2px; + bottom: -2px; +} +.resize-element.resize-element-disabled { + cursor: default; +} +.resize-element.resize-element-disabled::after { + border-bottom-color: #bebebe; +} +.resize-element:not(.resize-element-disabled):hover::after { + -webkit-animation: resize-element-animation 1s ease infinite; + animation: resize-element-animation 1s ease infinite; +} +@-webkit-keyframes resize-element-animation { + from { + right: 0; + bottom: 0; } - .mr-14-xxl { - margin-right: 56px !important; + to { + right: -2px; + bottom: -2px; } - .ml-14-xxl { - margin-left: 56px !important; +} +@keyframes resize-element-animation { + from { + right: 0; + bottom: 0; } - .mt-14-xxl { - margin-top: 56px !important; + to { + right: -2px; + bottom: -2px; } - .mb-14-xxl { - margin-bottom: 56px !important; +} +.ribbon-menu { + display: block; + position: relative; +} +.ribbon-menu .tabs-holder { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + z-index: 1; + border-bottom: 1px solid #dadbdc; +} +.ribbon-menu .tabs-holder li, +.ribbon-menu .tabs-holder a { + display: block; + height: 24px; + line-height: 24px; +} +.ribbon-menu .tabs-holder li { + color: #1d1d1d; + background-color: #ffffff; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid #dadbdc; +} +.ribbon-menu .tabs-holder li:hover { + border-left-color: #dadbdc; + border-right-color: #dadbdc; +} +.ribbon-menu .tabs-holder li + li { + margin-left: 3px; +} +.ribbon-menu .tabs-holder a { + text-decoration: none; + padding: 0 14px; + font-size: 12px; + background-color: inherit; + color: inherit; +} +.ribbon-menu .tabs-holder .active { + background-color: #f5f6f7; + border: 1px solid #dadbdc; + border-bottom-color: transparent; +} +.ribbon-menu .tabs-holder .static { + background-color: #1979ca; + color: #ffffff; +} +.ribbon-menu .content-holder { + display: block; + position: relative; +} +.ribbon-menu .content-holder { + background-color: #f5f6f7; + border-left: none; + border-right: none; +} +.ribbon-menu .content-holder .section { + display: none; + padding: 4px 4px; + border-bottom: 1px solid #dadbdc; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.ribbon-menu .content-holder .section.active { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.ribbon-menu .content-holder .group { + padding: 0 4px 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + cursor: default; + background-color: inherit; + position: relative; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; +} +.ribbon-menu .content-holder .group:nth-child(1):last-child { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; +} +.ribbon-menu .content-holder .group .title { + display: block; + position: absolute; + left: 0; + bottom: 0; + width: 100%; + line-height: 24px; + height: 20px; + font-size: 11px; + text-align: center; + border-top: 1px solid #dadbdc; + white-space: nowrap; +} +.ribbon-menu .content-holder .group .group-divider { + display: block; + position: relative; + height: 100%; + margin: 0 4px; + width: 1px; + background-color: #dadbdc; +} +.ribbon-menu .content-holder .group > *:not(.title), +.ribbon-menu .content-holder .group > *:not(.group-divider) { + margin: 2px; +} +.ribbon-menu .content-holder .group + .group { + border-left: 1px solid #dadbdc; +} +.ribbon-button, +.ribbon-tool-button, +.ribbon-button-dropdown, +.ribbon-icon-button { + cursor: pointer; + min-width: 0; + text-align: center; + border: 1px solid transparent; + background-color: #f5f6f7; + outline: none; + position: relative; +} +.ribbon-button { + height: auto; + min-height: 64px; + width: auto; + padding: 4px; + margin: 0; +} +.ribbon-button:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-button .caption, +.ribbon-button .icon { + display: block; + text-align: center; +} +.ribbon-button .caption { + font-size: 12px; +} +.ribbon-button .icon * { + height: 32px; + max-width: 32px; + font-size: 26px; + line-height: 32px; +} +.ribbon-button .icon + .caption { + margin-top: 8px; +} +.ribbon-button.dropdown-toggle { + padding-right: 4px!important; +} +.ribbon-button.dropdown-toggle::before { + margin-left: -0.65rem; +} +.ribbon-icon-button { + height: 24px; + width: auto; + margin: 0; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 2px 4px; +} +.ribbon-icon-button:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-icon-button .caption, +.ribbon-icon-button .icon { + display: block; +} +.ribbon-icon-button .caption { + font-size: 12px; +} +.ribbon-icon-button .icon * { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 14px; +} +.ribbon-icon-button .icon + .caption, +.ribbon-icon-button .caption + .icon { + margin-left: 4px; +} +.ribbon-icon-button [class*=mif-] { + vertical-align: inherit; +} +.ribbon-tool-button { + width: 24px; + height: 24px; + padding: 2px; + margin: 0; +} +.ribbon-tool-button * { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 14px; +} +.ribbon-icon-button.dropdown-toggle, +.ribbon-tool-button.dropdown-toggle { + padding-right: 2px!important; +} +.ribbon-icon-button.dropdown-toggle::before, +.ribbon-tool-button.dropdown-toggle::before { + display: none; +} +.ribbon-icon-button.dropdown-toggle::after, +.ribbon-tool-button.dropdown-toggle::after { + content: ""; + display: block; + position: absolute; + bottom: 0; + right: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 4px 4px; + border-color: transparent transparent #1d1d1d transparent; + z-index: 1; +} +.ribbon-icon-button.dropdown-toggle { + padding-right: 4px!important; +} +.ribbon-split-button { + text-align: center; + border: 1px solid transparent; + padding: 0; + margin: 0; +} +.ribbon-split-button:hover { + border-color: #a4cef9; +} +.ribbon-split-button:hover .ribbon-split { + border-color: #a4cef9; +} +.ribbon-split-button .ribbon-main, +.ribbon-split-button .ribbon-split { + display: block; + text-align: center; + min-width: 0; + padding: 2px 4px; + width: 100%; + cursor: pointer; +} +.ribbon-split-button .ribbon-main:hover, +.ribbon-split-button .ribbon-split:hover { + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-split-button .ribbon-main { + background-color: inherit; + outline: none; + position: relative; + border: none; +} +.ribbon-split-button .icon * { + height: 32px; + max-width: 32px; + font-size: 26px; + line-height: 32px; +} +.ribbon-split-button .icon + .caption { + margin-top: 8px; +} +.ribbon-split-button .ribbon-split { + font-size: 12px; + border-top: 1px solid transparent; + padding-bottom: 4px; +} +.ribbon-split-button .ribbon-split.dropdown-toggle { + padding-right: 4px!important; +} +.ribbon-split-button .ribbon-split.dropdown-toggle::before { + display: none; +} +.ribbon-split-button .ribbon-split.dropdown-toggle::after { + content: ""; + display: block; + position: absolute; + bottom: 2px; + left: 50%; + -webkit-transform: translateX(-50%) rotate(45deg); + -ms-transform: translateX(-50%) rotate(45deg); + transform: translateX(-50%) rotate(45deg); + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 4px 4px; + border-color: transparent transparent #1d1d1d transparent; + z-index: 1; +} +.ribbon-dropdown { + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + width: auto; + float: left; + display: block; + position: absolute; + background-color: #fbfcfd; + color: #1d1d1d; + padding: 2px; + border: 1px solid #dadbdc; + font-size: 12px; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); + z-index: 1000; + top: 100%; + left: 0; +} +.ribbon-dropdown li, +.ribbon-dropdown a { + display: block; + position: relative; + background-color: inherit; + color: inherit; + height: 24px; +} +.ribbon-dropdown li { + border: 1px solid transparent; + padding-left: 24px; +} +.ribbon-dropdown li:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-dropdown a { + line-height: 24px; + text-decoration: none; + padding: 0 8px; + border-left: 1px solid #dcddde; + white-space: nowrap; +} +.ribbon-dropdown .divider { + display: block; + height: 1px; + width: 100%; + position: relative; + background-color: #dcddde; +} +.ribbon-dropdown .checked::before, +.ribbon-dropdown .checked-one::before, +.ribbon-dropdown .checked::after, +.ribbon-dropdown .checked-one::after { + position: absolute; + display: block; + content: ""; +} +.ribbon-dropdown .checked::before, +.ribbon-dropdown .checked-one::before { + background-color: transparent; + border-color: #1d1d1d; + border-left: 2px solid; + border-bottom: 2px solid; + height: 0.325rem; + width: 0.5rem; + left: 0.5rem; + top: 50%; + -webkit-transform: translateY(-50%) rotate(-45deg); + -ms-transform: translateY(-50%) rotate(-45deg); + transform: translateY(-50%) rotate(-45deg); + z-index: 2; +} +.ribbon-dropdown .checked::after, +.ribbon-dropdown .checked-one::after { + width: 23px; + height: 22px; + top: 0; + left: 0; + z-index: 1; +} +.ribbon-dropdown .checked::after { + border: 1px solid #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-dropdown .checked-one::before { + width: 0.4rem; + height: 0.4rem; + border-radius: 50%; + background-color: #1d1d1d; +} +.ribbon-dropdown .ribbon-dropdown { + top: -4px; + left: 100%; +} +.ribbon-dropdown .dropdown-toggle::before { + -webkit-transform: rotate(-135deg) !important; + -ms-transform: rotate(-135deg) !important; + transform: rotate(-135deg) !important; +} +.ribbon-dropdown .dropdown-toggle.active-toggle::before { + -webkit-transform: rotate(45deg) !important; + -ms-transform: rotate(45deg) !important; + transform: rotate(45deg) !important; +} +.ribbon-toggle-group { + background-color: #f8f8f8; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column wrap; + flex-flow: column wrap; + max-height: 80px; + border: 1px solid #dadbdc; + width: auto; +} +.ribbon-toggle-group .ribbon-icon-button { + height: 20px; + margin: 1px; + padding: 1px 4px; + background-color: inherit; +} +.ribbon-button:hover, +.ribbon-tool-button:hover, +.ribbon-icon-button:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-button:active, +.ribbon-tool-button:active, +.ribbon-split:active, +.ribbon-main:active, +.ribbon-icon-button:active, +.ribbon-button.active, +.ribbon-tool-button.active, +.ribbon-split.active, +.ribbon-main.active, +.ribbon-icon-button.active { + border-color: #1979ca; + background-color: rgba(164, 206, 249, 0.8) !important; +} +.ribbon-menu .active-container .ribbon-button, +.ribbon-menu .active-container .ribbon-tool-button, +.ribbon-menu .active-container .ribbon-icon-button { + border-color: #1979ca; + background-color: rgba(164, 206, 249, 0.8) !important; +} +.ripple { + display: block; + width: 0; + height: 0; + border-radius: 100%; + background: rgba(255, 255, 255, 0.4); + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + position: absolute; + opacity: 1; +} +.rippleEffect { + -webkit-animation: rippleDrop 0.5s linear; + animation: rippleDrop 0.5s linear; +} +@-webkit-keyframes rippleDrop { + 100% { + -webkit-transform: scale(2.5); + transform: scale(2.5); + opacity: 0; } - .mx-14-xxl { - margin-left: 56px !important; - margin-right: 56px !important; +} +@keyframes rippleDrop { + 100% { + -webkit-transform: scale(2.5); + transform: scale(2.5); + opacity: 0; } - .my-14-xxl { - margin-top: 56px !important; - margin-bottom: 56px !important; +} +.select { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + padding: 0; + cursor: pointer; + position: relative; + margin: 0; +} +.select .dropdown-toggle { + width: 36px; + height: 36px; + display: block; + position: relative; +} +.select .dropdown-toggle::before { + margin-left: -1.1rem; +} +.select .d-menu li a, +.select .v-menu li a { + min-width: auto; +} +.select input[type=checkbox] { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.select select { + display: none; +} +.select .button-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} +.select .button { + background-color: transparent; + color: #1d1d1d; + height: 34px; + min-width: 34px; +} +.select .button:focus, +.select .button:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.select .button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.select .input-clear-button { + background-color: transparent; +} +.select .input-clear-button:hover { + background-color: transparent; +} +.select .select-input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + width: calc(100% - .1rem); + height: 34px; + padding-left: 10px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.select .select-input .icon { + margin: 0 4px; +} +.select .select-input:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.select select[multiple] ~ .select-input { + padding-left: 4px; +} +.select:hover input { + border-color: transparent; +} +.select .drop-container { + position: absolute; + top: 100%; + left: 0; + width: calc(100% + 2px); + height: auto; + border: 1px solid #dfdfdf; + padding: 2px; + margin-left: -1px; + z-index: 1000; + background-color: #ffffff; + -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); +} +.select .drop-container .input { + margin: 4px 2px 6px; + width: calc(100% - 4px); +} +.select .d-menu { + width: 100%; + overflow-y: auto; + position: relative; + display: block; + -webkit-box-shadow: none; + box-shadow: none; +} +.select .d-menu li a { + height: 32px; + line-height: 32px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.select .d-menu li a .icon { + top: 0.3rem; + margin-top: 0; +} +.select .d-menu .active { + border: none; + color: #ffffff; +} +.select .d-menu .active:hover { + color: #ffffff; +} +.select.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.select.dropdown-toggle::before { + margin-left: -1.1rem; + left: 100%; + top: 14px; + margin-top: 0; + width: 0.4rem; + height: 0.4rem; +} +.select.disabled.dropdown-toggle:before { + border-color: #ffffff; +} +.select .group-title { + background-color: #f6f7f8; + font-size: 0.75rem; + line-height: 0.875rem; + padding: 0.25rem 0.5rem 0.25rem 1rem; + border: 0; + color: #646464; + font-weight: bold; +} +.select .group-title:hover { + background-color: #f6f7f8; + cursor: default; + border: 0; +} +.select ul { + right: 0; + left: 0; +} +.select .selected-item { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + position: relative; + margin: 2px; + padding: 0; + height: 26px; + line-height: 26px; + background-color: #f8f8f8; + cursor: default; +} +.select .selected-item .title { + display: block; + position: relative; + max-width: 120px; + font-size: 14px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + margin: 0 4px; +} +.select .selected-item .remover { + display: block; + position: relative; + width: 25px; + height: 25px; + line-height: 24px; + text-align: center; + cursor: pointer; + background-color: #e4e4e4; +} +.select.multiple { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + height: auto; + min-height: 36px; +} +.select.multiple .dropdown-toggle { + position: absolute; + top: 0; + right: 0; +} +.select.multiple > .button-group { + position: absolute; + top: 0; + right: 34px; +} +.select.multiple .select-input { + height: auto; + min-height: 36px; + margin-right: 34px; +} +.select.multiple .button-group:not(.d-none) ~ .select-input { + margin-right: 68px; +} +.select .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.select .append { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.select .select-input { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.select .button-group { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.select .dropdown-toggle { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.select.input-large { + height: 50px; +} +.select.input-large .dropdown-toggle, +.select.input-large > .button-group .button { + height: 50px; + width: 50px; +} +.select.input-large .dropdown-toggle::before { + margin-left: -1.5rem; +} +.select.input-large .select-input, +.select.input-large .prepend, +.select.input-large .append { + height: 48px; + font-size: 1.3rem; + padding: 2px 10px; + line-height: 48px; +} +.select.input-large.multiple { + min-height: 50px; + height: auto; +} +.select.input-large.multiple .select-input { + height: auto; + min-height: 48px; +} +.select.input-large.multiple > .button-group { + right: 50px; +} +.select.input-large.multiple > .button-group:not(.d-none) ~ .select-input { + margin-right: 100px; +} +.select.input-large.dropdown-toggle::before { + top: 18px; + width: 0.6rem; + height: 0.6rem; + margin-left: -1.3rem; +} +.select.input-large .selected-item { + margin: 2px 2px; + height: 36px; + line-height: 36px; +} +.select.input-large .selected-item .title { + font-size: 1.3rem; + line-height: 36px; + padding: 0 8px; +} +.select.input-large .selected-item .remover { + width: 35px; + height: 35px; + line-height: 30px; + font-size: 1.6rem; +} +.select.input-small { + height: 28px; +} +.select.input-small .dropdown-toggle, +.select.input-small > .button-group .button { + height: 28px; + width: 28px; +} +.select.input-small .dropdown-toggle::before { + margin-left: -1rem; +} +.select.input-small .select-input, +.select.input-small .prepend, +.select.input-small .append { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; + line-height: 26px; +} +.select.input-small.multiple { + min-height: 28px; + height: auto; +} +.select.input-small.multiple .select-input { + height: auto; + min-height: 26px; +} +.select.input-small.multiple > .button-group { + right: 28px; +} +.select.input-small.multiple > .button-group:not(.d-none) ~ .select-input { + margin-right: 56px; +} +.select.input-small.dropdown-toggle::before { + top: 10px; + width: 0.325rem; + height: 0.325rem; + margin-left: -0.9rem; +} +.select.input-small .selected-item { + height: 18px; + line-height: 18px; +} +.select.input-small .selected-item .title { + font-size: 0.7rem; + line-height: 18px; +} +.select.input-small .selected-item .remover { + width: 18px; + height: 18px; + line-height: 18px; + font-size: 0.8rem; +} +.select2-container .selection .select2-selection--single { + height: 36px; + border: 1px #d9d9d9 solid; +} +.select2-container .selection .select2-selection--single .select2-selection__rendered { + line-height: 36px; +} +.select2-container .selection .select2-selection--single .select2-selection__arrow { + height: 36px; +} +.select2-container .selection .select2-selection--multiple { + min-height: 36px; + border: 1px #d9d9d9 solid; +} +.select2-container .selection .select2-selection--multiple .select2-selection__rendered { + display: block; +} +.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { + border-radius: 0; + background-color: #f8f8f8; + font-size: 14px; + height: 26px; + line-height: 26px; +} +.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field { + margin-top: 0; +} +.select2-container .select2-selection, +.select2-container .select2-dropdown { + border-radius: 0; +} +.select2 .selection .select2-selection--single, +.select2 .selection .select2-selection--multiple { + outline: none; +} +.select2 .selection .select2-selection--single:hover, +.select2 .selection .select2-selection--multiple:hover { + border-color: #c0c0c0; +} +.select2 .selection .select2-selection--single:focus, +.select2 .selection .select2-selection--multiple:focus, +.select2 .selection .select2-selection--single.focused, +.select2 .selection .select2-selection--multiple.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.select2 .selection .select2-selection--single:disabled, +.select2 .selection .select2-selection--multiple:disabled, +.select2 .selection .select2-selection--single.disabled, +.select2 .selection .select2-selection--multiple.disabled { + pointer-events: none; + border-color: #ebebeb; + background-color: #e9e9e9; +} +.shortcut { + width: 6rem; + height: 6rem; + padding: 0.5rem; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + font-size: 0.9rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + position: relative; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + outline: none; +} +.shortcut .icon, +.shortcut .caption { + display: block; + line-height: 1; +} +.shortcut .icon { + display: block; + vertical-align: middle; + width: 1.7rem; + height: 1.7rem; + font-size: 1.7rem; + margin-top: 1rem; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.shortcut .caption { + color: inherit; + height: 1.2rem; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.shortcut .icon ~ .caption { + margin-top: 0.875rem; +} +.shortcut .badge { + position: absolute; + font-size: 0.6875rem; + top: 0.25rem; + right: 0.25rem; + color: inherit; + -webkit-transform: none; + -ms-transform: none; + transform: none; + background-color: inherit; +} +.shortcut.no-caption .icon { + width: 2rem; + height: 2rem; + font-size: 2rem; + margin-top: 1.5rem; +} +.shortcut:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.shortcut.focus, +.shortcut:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.shortcut.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.shortcut:focus, +.shortcut:hover, +.shortcut:active { + text-decoration: none; +} +.shortcut:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.shortcut.disabled, +.shortcut:disabled { + opacity: 0.65; +} +.shortcut:active { + -webkit-box-shadow: none; + box-shadow: none; +} +.sidebar { + display: block; + position: fixed; + top: 0; + bottom: 0; + overflow: hidden; + width: 290px; + background-color: #ffffff; + padding: 0; + z-index: 1031; +} +.sidebar.on-left { + right: auto!important; + left: -290px; + -webkit-transition: left 0.3s ease; + -o-transition: left 0.3s ease; + transition: left 0.3s ease; +} +.sidebar.on-left.open, +.sidebar.on-left.static { + -webkit-transition: left 0.3s ease; + -o-transition: left 0.3s ease; + transition: left 0.3s ease; + left: 0; +} +.sidebar.on-left.open.sidebar-shadow, +.sidebar.on-left.static.sidebar-shadow { + -webkit-box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); + box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); +} +.sidebar.on-right { + -webkit-transition: right 0.3s ease; + -o-transition: right 0.3s ease; + transition: right 0.3s ease; + left: auto!important; + right: -290px; +} +.sidebar.on-right.open, +.sidebar.on-right.static { + -webkit-transition: right 0.3s ease; + -o-transition: right 0.3s ease; + transition: right 0.3s ease; + right: 0; +} +.sidebar.on-right.open.sidebar-shadow, +.sidebar.on-right.static.sidebar-shadow { + -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); + box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); +} +.sidebar-header, +.sidebar-menu, +.sidebar-content { + display: block; + position: relative; + width: 100%; +} +.sidebar-header { + background: #ffffff top left no-repeat; + background-size: cover; + height: 160px; + border-bottom: 1px #e0e0e0 solid; +} +.sidebar-header > .avatar { + position: absolute; + height: 64px; + width: 64px; + background: #ffffff; + color: white; + border-radius: 50%; + top: 16px; + left: 16px; + overflow: hidden; + text-align: center; + border: 2px solid #fff; +} +.sidebar-header > .avatar img { + width: 100%; + max-height: 100%; +} +.sidebar-header > .title, +.sidebar-header > .subtitle { + display: block; + position: absolute; + left: 16px; +} +.sidebar-header > .title { + font-size: 18px; + font-weight: 100; + top: 96px; +} +.sidebar-header > .subtitle { + font-size: 12px; + font-weight: 300; + top: 116px; +} +.sidebar-header > .sub-action { + position: absolute; + top: 10px; + right: 10px; + text-decoration: none; +} +.sidebar-menu { + color: #1d1d1d; + height: 100%; + margin: 0; + padding: 0; + list-style: none inside; + overflow: hidden; + overflow-y: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidebar-menu::-webkit-scrollbar { + display: none!important; +} +.sidebar-menu li { + color: inherit; + display: block; + height: auto; + position: relative; + cursor: pointer; +} +.sidebar-menu li a { + position: relative; + display: block; + color: inherit; + text-transform: capitalize; + height: 48px; + line-height: 48px; + padding-left: 56px; + text-decoration: none; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.sidebar-menu li a .icon { + position: absolute; + left: 16px; + font-size: 24px; + top: 50%; + margin-top: -12px; + line-height: 1; + opacity: 0.8; +} +.sidebar-menu li a .ripple-ink { + background: rgba(204, 204, 204, 0.3); +} +.sidebar-menu li .second-action { + position: absolute; + right: 16px; + width: 24px; + height: 24px; + font-size: 24px; + top: 50%; + margin-top: -12px; +} +.sidebar-menu li.divider { + padding: 0; + height: 1px; + margin: 0 1px; + overflow: hidden; + background-color: #dfdfdf; +} +.sidebar-menu li.divider:hover { + background-color: #dfdfdf; +} +.sidebar-menu .group-title { + line-height: 1; + height: auto; + margin: 16px 16px 8px; + color: #1d1d1d; + font-weight: 700; + font-size: 0.9em; + cursor: default; +} +.sidebar-menu li.content-container { + cursor: initial; + padding: 0 10px; +} +.sidebar-menu li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.sidebar-menu li.group-title:hover { + background-color: initial; +} +.sidebar-menu li.content-container:hover { + background-color: initial; +} +.sidebar-menu .d-menu, +.sidebar-menu .v-menu { + position: relative; + float: none; +} +.sidebar-header ~ .sidebar-menu { + height: calc(100% - 160px); +} +.sidebar.compact .sidebar-menu li, +.subcompact .sidebar-menu li { + height: auto; +} +.sidebar.compact .sidebar-menu li a, +.subcompact .sidebar-menu li a { + padding-top: 7px; + padding-bottom: 7px; + line-height: 1.2; + font-size: 14px; + padding-left: 40px; +} +.sidebar.compact .sidebar-menu li a .icon, +.subcompact .sidebar-menu li a .icon { + font-size: 14px; + margin-top: -7px; +} +.sidebar.subcompact .sidebar-menu li a { + padding-top: 3px; + padding-bottom: 3px; +} +.sidenav-counter { + display: block; + position: relative; + list-style: none inside; + height: 100%; + width: 52px; + overflow-x: hidden; + overflow-y: auto; + margin: 0; + padding: 0; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #f8f8f8; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidenav-counter::-webkit-scrollbar { + display: none!important; +} +.sidenav-counter li, +.sidenav-counter a { + display: block; + position: relative; + height: 52px; + line-height: 52px; + background-color: inherit; + color: inherit; + width: 100%; +} +.sidenav-counter a { + padding: 0.625rem 0 0.625rem 0; + line-height: 0.875rem; + text-decoration: none; +} +.sidenav-counter .icon { + width: 28px; + height: 28px; + font-size: 26px; + line-height: 28px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + top: 0.635rem; +} +.sidenav-counter .title, +.sidenav-counter .counter { + display: block; + margin: 0; + white-space: nowrap; +} +.sidenav-counter .title { + font-size: 0.6875rem; + font-weight: bold; + text-transform: uppercase; + display: none; +} +.sidenav-counter .counter { + font-size: 0.7rem; + font-weight: normal; + position: absolute; + top: 0; + right: 4px; +} +.sidenav-counter li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.sidenav-counter li:active { + background-color: #13709e; + color: #ffffff; +} +.sidenav-counter .active, +.sidenav-counter li.active:hover { + background-color: #1ba1e2; + color: #ffffff; +} +.sidenav-counter[dir=rtl] .counter { + right: auto; + left: 4px; +} +.sidenav-counter[dir=rtl] .icon { + left: 0.725rem; +} +@media screen and (min-width: 0) { + .sidenav-counter-expand-fs { + width: 220px; } - .m-14-xxl-minus { - margin: -56px !important; + .sidenav-counter-expand-fs a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .mr-14-xxl-minus { - margin-right: -56px !important; + .sidenav-counter-expand-fs .title { + display: block; } - .ml-14-xxl-minus { - margin-left: -56px !important; + .sidenav-counter-expand-fs .counter { + position: relative; + top: auto; + right: auto; } - .mt-14-xxl-minus { - margin-top: -56px !important; + .sidenav-counter-expand-fs[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mb-14-xxl-minus { - margin-bottom: -56px !important; + .sidenav-counter-expand-fs[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .p-15-xxl { - padding: 60px !important; +} +@media screen and (min-width: 576px) { + .sidenav-counter-expand-sm { + width: 220px; } - .pr-15-xxl { - padding-right: 60px !important; + .sidenav-counter-expand-sm a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .pl-15-xxl { - padding-left: 60px !important; + .sidenav-counter-expand-sm .title { + display: block; } - .pt-15-xxl { - padding-top: 60px !important; + .sidenav-counter-expand-sm .counter { + position: relative; + top: auto; + right: auto; } - .pb-15-xxl { - padding-bottom: 60px !important; + .sidenav-counter-expand-sm[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .px-15-xxl { - padding-left: 60px !important; - padding-right: 60px !important; + .sidenav-counter-expand-sm[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .py-15-xxl { - padding-top: 60px !important; - padding-bottom: 60px !important; +} +@media screen and (min-width: 768px) { + .sidenav-counter-expand-md { + width: 220px; } - .m-15-xxl { - margin: 60px !important; + .sidenav-counter-expand-md a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .mr-15-xxl { - margin-right: 60px !important; + .sidenav-counter-expand-md .title { + display: block; } - .ml-15-xxl { - margin-left: 60px !important; + .sidenav-counter-expand-md .counter { + position: relative; + top: auto; + right: auto; } - .mt-15-xxl { - margin-top: 60px !important; + .sidenav-counter-expand-md[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mb-15-xxl { - margin-bottom: 60px !important; + .sidenav-counter-expand-md[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mx-15-xxl { - margin-left: 60px !important; - margin-right: 60px !important; +} +@media screen and (min-width: 992px) { + .sidenav-counter-expand-lg { + width: 220px; } - .my-15-xxl { - margin-top: 60px !important; - margin-bottom: 60px !important; + .sidenav-counter-expand-lg a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .m-15-xxl-minus { - margin: -60px !important; + .sidenav-counter-expand-lg .title { + display: block; } - .mr-15-xxl-minus { - margin-right: -60px !important; + .sidenav-counter-expand-lg .counter { + position: relative; + top: auto; + right: auto; } - .ml-15-xxl-minus { - margin-left: -60px !important; + .sidenav-counter-expand-lg[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mt-15-xxl-minus { - margin-top: -60px !important; + .sidenav-counter-expand-lg[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mb-15-xxl-minus { - margin-bottom: -60px !important; +} +@media screen and (min-width: 1200px) { + .sidenav-counter-expand-xl { + width: 220px; } - .p-16-xxl { - padding: 64px !important; + .sidenav-counter-expand-xl a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .pr-16-xxl { - padding-right: 64px !important; + .sidenav-counter-expand-xl .title { + display: block; } - .pl-16-xxl { - padding-left: 64px !important; + .sidenav-counter-expand-xl .counter { + position: relative; + top: auto; + right: auto; } - .pt-16-xxl { - padding-top: 64px !important; + .sidenav-counter-expand-xl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .pb-16-xxl { - padding-bottom: 64px !important; + .sidenav-counter-expand-xl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .px-16-xxl { - padding-left: 64px !important; - padding-right: 64px !important; +} +@media screen and (min-width: 1452px) { + .sidenav-counter-expand-xxl { + width: 220px; } - .py-16-xxl { - padding-top: 64px !important; - padding-bottom: 64px !important; + .sidenav-counter-expand-xxl a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .m-16-xxl { - margin: 64px !important; + .sidenav-counter-expand-xxl .title { + display: block; } - .mr-16-xxl { - margin-right: 64px !important; + .sidenav-counter-expand-xxl .counter { + position: relative; + top: auto; + right: auto; } - .ml-16-xxl { - margin-left: 64px !important; + .sidenav-counter-expand-xxl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mt-16-xxl { - margin-top: 64px !important; + .sidenav-counter-expand-xxl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mb-16-xxl { - margin-bottom: 64px !important; +} +.sidenav-m3 { + display: block; + position: relative; + list-style: none inside; + height: 100%; + width: 220px; + margin: 0; + padding: 0; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #f8f8f8; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidenav-m3::-webkit-scrollbar { + display: none!important; +} +.sidenav-m3 li, +.sidenav-m3 a { + position: relative; + display: block; + color: inherit; +} +.sidenav-m3 > li { + background: transparent; +} +.sidenav-m3 > li.stick-left::before, +.sidenav-m3 > li.stick-right::before { + content: ""; + display: block; + position: absolute; + width: 6px; + height: 44px; + border-radius: 0.25rem 0 0 0.25rem; + background-color: inherit; + top: 0; + left: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.sidenav-m3 > li.stick-right::before { + left: 100%; + border-radius: 0 0.25rem 0.25rem 0; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); +} +.sidenav-m3 a { + padding: 0.625rem 1rem 0.625rem 3rem; + text-decoration: none; + background-color: #f8f8f8; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.sidenav-m3 li + li { + border-top: 1px solid #dfdfdf; +} +.sidenav-m3 .icon { + width: 24px; + height: 24px; + font-size: 22px; + line-height: 24px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + bottom: 12px; +} +.sidenav-m3 .title { + padding: 20px 20px 10px 20px; + font-size: 24px; + border: 0; +} +.sidenav-m3 .d-menu { + position: relative; + -webkit-box-shadow: none; + box-shadow: none; + background-color: inherit; + width: 100%; + float: none; +} +.sidenav-m3 .d-menu a { + padding: 0 1rem 0 3rem; + text-decoration: none; +} +.sidenav-m3 .d-menu li { + border-top: 1px solid #dfdfdf; +} +.sidenav-m3 .d-menu .icon { + width: 24px; + height: 24px; + font-size: 22px; + line-height: 24px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + top: 50%; +} +.sidenav-m3[dir=rtl] a { + padding-right: 3rem; + padding-left: 1rem; +} +.sidenav-m3[dir=rtl] .icon { + left: auto; + right: 0.625rem; +} +.sidenav-m3[dir=rtl] .dropdown-toggle { + padding-left: 1.5rem !important; + padding-right: 3rem!important; +} +.sidenav-m3[dir=rtl] .dropdown-toggle::before { + left: 1rem; + margin-left: 0; +} +.sidenav-simple { + display: block; + position: relative; + list-style: none inside; + height: 100%; + width: 52px; + overflow-x: hidden; + overflow-y: auto; + margin: 0; + padding: 0; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #f8f8f8; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidenav-simple::-webkit-scrollbar { + display: none!important; +} +.sidenav-simple li, +.sidenav-simple a { + display: block; + position: relative; + height: 52px; + line-height: 52px; + background-color: inherit; + color: inherit; + width: 100%; +} +.sidenav-simple a { + padding: 0.625rem 0 0.625rem 0; + line-height: 0.875rem; + text-decoration: none; +} +.sidenav-simple .icon { + width: 28px; + height: 28px; + font-size: 26px; + line-height: 28px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + top: 0.635rem; +} +.sidenav-simple .title { + margin: 0; + white-space: nowrap; + font-size: 0.875rem; + text-transform: uppercase; + display: none; + line-height: 52px; +} +.sidenav-simple li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.sidenav-simple li:active { + background-color: #13709e; + color: #ffffff; +} +.sidenav-simple .active, +.sidenav-simple li.active:hover { + background-color: #1ba1e2; + color: #ffffff; +} +.sidenav-simple[dir=rtl] .icon { + left: 0.725rem; +} +@media screen and (min-width: 0) { + .sidenav-simple-expand-fs { + width: 220px; } - .mx-16-xxl { - margin-left: 64px !important; - margin-right: 64px !important; + .sidenav-simple-expand-fs a { + padding: 0 1rem 0 3.75rem; } - .my-16-xxl { - margin-top: 64px !important; - margin-bottom: 64px !important; + .sidenav-simple-expand-fs .title { + display: block; } - .m-16-xxl-minus { - margin: -64px !important; + .sidenav-simple-expand-fs[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mr-16-xxl-minus { - margin-right: -64px !important; + .sidenav-simple-expand-fs[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .ml-16-xxl-minus { - margin-left: -64px !important; +} +@media screen and (min-width: 576px) { + .sidenav-simple-expand-sm { + width: 220px; } - .mt-16-xxl-minus { - margin-top: -64px !important; + .sidenav-simple-expand-sm a { + padding: 0 1rem 0 3.75rem; } - .mb-16-xxl-minus { - margin-bottom: -64px !important; + .sidenav-simple-expand-sm .title { + display: block; } - .p-17-xxl { - padding: 68px !important; + .sidenav-simple-expand-sm[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .pr-17-xxl { - padding-right: 68px !important; + .sidenav-simple-expand-sm[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .pl-17-xxl { - padding-left: 68px !important; +} +@media screen and (min-width: 768px) { + .sidenav-simple-expand-md { + width: 220px; } - .pt-17-xxl { - padding-top: 68px !important; + .sidenav-simple-expand-md a { + padding: 0 1rem 0 3.75rem; } - .pb-17-xxl { - padding-bottom: 68px !important; + .sidenav-simple-expand-md .title { + display: block; } - .px-17-xxl { - padding-left: 68px !important; - padding-right: 68px !important; + .sidenav-simple-expand-md[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .py-17-xxl { - padding-top: 68px !important; - padding-bottom: 68px !important; + .sidenav-simple-expand-md[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .m-17-xxl { - margin: 68px !important; +} +@media screen and (min-width: 992px) { + .sidenav-simple-expand-lg { + width: 220px; } - .mr-17-xxl { - margin-right: 68px !important; + .sidenav-simple-expand-lg a { + padding: 0 1rem 0 3.75rem; } - .ml-17-xxl { - margin-left: 68px !important; + .sidenav-simple-expand-lg .title { + display: block; } - .mt-17-xxl { - margin-top: 68px !important; + .sidenav-simple-expand-lg[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mb-17-xxl { - margin-bottom: 68px !important; + .sidenav-simple-expand-lg[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mx-17-xxl { - margin-left: 68px !important; - margin-right: 68px !important; +} +@media screen and (min-width: 1200px) { + .sidenav-simple-expand-xl { + width: 220px; } - .my-17-xxl { - margin-top: 68px !important; - margin-bottom: 68px !important; + .sidenav-simple-expand-xl a { + padding: 0 1rem 0 3.75rem; } - .m-17-xxl-minus { - margin: -68px !important; + .sidenav-simple-expand-xl .title { + display: block; } - .mr-17-xxl-minus { - margin-right: -68px !important; + .sidenav-simple-expand-xl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .ml-17-xxl-minus { - margin-left: -68px !important; + .sidenav-simple-expand-xl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mt-17-xxl-minus { - margin-top: -68px !important; +} +@media screen and (min-width: 1452px) { + .sidenav-simple-expand-xxl { + width: 220px; } - .mb-17-xxl-minus { - margin-bottom: -68px !important; + .sidenav-simple-expand-xxl a { + padding: 0 1rem 0 3.75rem; } - .p-18-xxl { - padding: 72px !important; + .sidenav-simple-expand-xxl .title { + display: block; } - .pr-18-xxl { - padding-right: 72px !important; + .sidenav-simple-expand-xxl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .pl-18-xxl { - padding-left: 72px !important; + .sidenav-simple-expand-xxl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .pt-18-xxl { - padding-top: 72px !important; +} +.skill-box { + display: block; + position: relative; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + background-color: #ffffff; + color: #1d1d1d; +} +.skill-box .header { + display: block; + position: relative; + padding: 20px; +} +.skill-box .header::after { + display: block; + clear: both; + content: ""; +} +.skill-box .header::after { + display: block; + clear: both; + content: ""; +} +.skill-box .header .avatar { + float: left; + width: 64px; + height: auto; + border-radius: 50%; + overflow: hidden; +} +.skill-box .header .title { + font-size: 25px; + line-height: 1.1; + font-weight: 300; + margin: 5px 5px 5px 75px; +} +.skill-box .header .subtitle { + font-size: 14px; + line-height: 1.1; + font-weight: 500; + margin: 0 5px 5px 75px; +} +.skill-box .skills { + margin: 0; + padding: 0; + list-style: none inside; +} +.skill-box .skills li { + padding: 8px 16px; + font-size: 14px; +} +.skill-box .skills li a { + text-decoration: none; + color: inherit; +} +.skill-box .skills li + li { + border-top: 1px solid #dfdfdf; +} +.skill-box .skills .badge { + position: relative; + display: inline-block; + right: auto; + top: 4px; + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); + float: right; +} +.slider { + display: block; + position: relative; + height: 2.125rem; + background: transparent; + cursor: default; + width: 100%; +} +.slider input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.slider .backside, +.slider .complete, +.slider .buffer, +.slider .marker { + position: absolute; + left: 0; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} +.slider .backside { + background-color: #bebebe; + width: 100%; + z-index: 1; + height: 0.6rem; +} +.slider .buffer { + z-index: 2; + height: 0.3rem; + background-color: #ffffff; +} +.slider .complete { + z-index: 3; + height: 0.6rem; + background-color: #60a917; +} +.slider .marker { + width: 1rem; + height: 1rem; + background-color: #1d1d1d; + z-index: 4; + outline: none; + border: 1px solid transparent; + cursor: pointer; + overflow: visible; +} +.slider .marker:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.slider .marker:active::after { + display: block; + content: ""; + position: absolute; + width: 3.125rem; + height: 3.125rem; + border-radius: 50%; + background-color: rgba(187, 187, 187, 0.5); + opacity: 0.3; + top: 50%; + left: 50%; + margin-top: -1.5625rem; + margin-left: -1.5625rem; +} +.slider .hint { + display: none; + position: absolute; + z-index: 5; + width: auto!important; + height: auto!important; + padding: 0.25rem 0.5rem; + background-color: #989898; + color: #ffffff; + white-space: nowrap; +} +.slider .hint::before { + display: block; + position: absolute; + content: ""; + width: 6px; + height: 6px; + background-color: inherit; +} +.slider .hint.top-side { + top: 0; + left: 50%; + -webkit-transform: translateY(-100%) translateX(-50%); + -ms-transform: translateY(-100%) translateX(-50%); + transform: translateY(-100%) translateX(-50%); + margin-top: -8px; +} +.slider .hint.top-side::before { + top: 100%; + left: 50%; + -webkit-transform: rotate(45deg) translateX(-50%); + -ms-transform: rotate(45deg) translateX(-50%); + transform: rotate(45deg) translateX(-50%); + margin-top: -1px; +} +.slider .hint.bottom-side { + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + top: 100%; + margin-top: 8px; +} +.slider .hint.bottom-side::before { + top: 0; + left: 50%; + -webkit-transform: rotate(45deg) translateX(-50%); + -ms-transform: rotate(45deg) translateX(-50%); + transform: rotate(45deg) translateX(-50%); + margin-top: -1px; +} +.slider .hint.left-side { + left: 0; + top: 50%; + -webkit-transform: translateY(-50%) translateX(-100%); + -ms-transform: translateY(-50%) translateX(-100%); + transform: translateY(-50%) translateX(-100%); + margin-left: -8px; +} +.slider .hint.left-side::before { + top: 50%; + right: 0; + -webkit-transform: translateY(-50%) rotate(45deg); + -ms-transform: translateY(-50%) rotate(45deg); + transform: translateY(-50%) rotate(45deg); + margin-right: -3px; +} +.slider .hint.right-side { + left: 100%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + top: 50%; + margin-left: 8px; +} +.slider .hint.right-side::before { + top: 50%; + left: 0; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); +} +.slider .marker.left-knob { + left: 0; +} +.slider .marker.right-knob { + left: auto; + right: 0; +} +.slider.range .complete { + width: 100%; +} +.slider.thin .backside, +.slider.thin .complete, +.slider.thin .buffer { + height: 6px; +} +.slider.ultra-thin .backside, +.slider.ultra-thin .complete, +.slider.ultra-thin .buffer { + height: 4px; +} +.slider.cycle-marker .marker { + border-radius: 50%; +} +.slider.vertical-slider { + width: 2.125rem; + height: 100px; +} +.slider.vertical-slider .backside, +.slider.vertical-slider .complete, +.slider.vertical-slider .buffer, +.slider.vertical-slider .marker { + top: auto; + left: 50%; + -webkit-transform: translateY(0) translateX(-50%); + -ms-transform: translateY(0) translateX(-50%); + transform: translateY(0) translateX(-50%); +} +.slider.vertical-slider .backside, +.slider.vertical-slider .complete, +.slider.vertical-slider .buffer { + width: 0.5rem; + bottom: 0; +} +.slider.vertical-slider .backside { + height: 100%; +} +.slider.vertical-slider .buffer { + width: 0.3rem; +} +.slider.vertical-slider .marker { + top: 100%; + -webkit-transform: translateY(-100%) translateX(-50%); + -ms-transform: translateY(-100%) translateX(-50%); + transform: translateY(-100%) translateX(-50%); +} +.slider.rounded .backside, +.slider.rounded .complete, +.slider.rounded .buffer, +.slider.rounded .marker { + border-radius: 0.25rem; +} +.slider.disabled .marker { + display: none; +} +.social-box { + display: block; + position: relative; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + background-color: #ffffff; + color: #1d1d1d; +} +.social-box .header { + display: block; + position: relative; + padding: 20px 20px 40px 20px; +} +.social-box .header .avatar { + position: absolute; + width: 90px; + height: auto; + border-radius: 50%; + overflow: hidden; + top: 100%; + left: 50%; + margin-top: -45px; + margin-left: -45px; + z-index: 2; + border: 2px solid #ffffff; +} +.social-box .header .title { + font-size: 25px; + line-height: 1.1; + font-weight: 300; + margin-bottom: 5px; + z-index: 1; +} +.social-box .header .subtitle { + font-size: 14px; + line-height: 1.1; + font-weight: 500; + margin: 0; + z-index: 1; +} +.social-box .skills { + margin: 0; + padding: 40px 0 0 0; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.social-box .skills li { + padding: 8px 16px; + font-size: 14px; + text-align: center; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; +} +.social-box .skills li a { + text-decoration: none; + color: inherit; +} +.social-box .skills li + li { + border-left: 1px solid #dfdfdf; +} +.spinner { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + padding: 0; + cursor: text; + position: relative; + height: 36px; + line-height: 36px; +} +.spinner input { + border: none!important; + display: block; + position: relative; + width: 100%; + height: 100%; + line-height: 36px; + font-size: 16px; + padding: 0 4px; + text-align: center; +} +.spinner input:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.spinner .button { + width: 34px; + min-width: 34px; + height: 34px; + line-height: 34px; + text-align: center; + font-weight: bold; + background-color: #f8f8f8; + padding: 0; +} +.spinner .spinner-button-plus { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.spinner .spinner-button-minus { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.spinner input { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.spinner.buttons-left .spinner-button-plus { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.spinner.buttons-left .spinner-button-minus { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.spinner.buttons-left input { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + text-align: right; +} +.spinner.buttons-right .spinner-button-plus { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.spinner.buttons-right .spinner-button-minus { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.spinner.buttons-right input { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + text-align: left; +} +.spinner.input-large { + height: 50px; + line-height: 50px; +} +.spinner.input-large input { + font-size: 1.3rem; +} +.spinner.input-large .spinner-button { + height: 48px; + width: 48px; + min-width: 48px; + line-height: 48px; + font-size: 1.3rem; +} +.spinner.input-large .spinner-button [class*=mif-] { + font-size: 1.3rem; +} +.spinner.input-large .default-icon-plus, +.spinner.input-large .default-icon-minus { + width: 21px; + height: 21px; +} +.spinner.input-small { + height: 28px; + line-height: 28px; +} +.spinner.input-small input { + font-size: 0.9rem; +} +.spinner.input-small .spinner-button { + height: 26px; + width: 26px; + min-width: 26px; + line-height: 26px; + font-size: 0.9rem; +} +.spinner.input-small .spinner-button [class*=mif-] { + font-size: 0.9rem; +} +.spinner.input-small .default-icon-plus, +.spinner.input-small .default-icon-minus { + width: 14px; + height: 14px; +} +.split-button { + display: inline-block; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + width: auto; + height: 36px; + line-height: 1; +} +.split-button > *:nth-child(1) { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.split-button > *:nth-child(2) { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + margin-left: 4px; +} +.split-button .dropdown { + position: static; +} +.split-button .drop-object { + left: 0; +} +.split-button > .split-button { + margin-left: 4px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.split-button .split { + margin-left: -2px; + padding: 0 0.75rem; + text-align: center; + vertical-align: middle ; + background-color: #e4e4e4; + border: 1px transparent solid; + color: #1d1d1d; + cursor: pointer; + outline: none; + font-size: 0.875rem; + position: relative; + line-height: 36px; + height: 36px; + min-width: 36px; +} +.split-button .split.dropdown-toggle::before { + margin-left: -1.25rem; +} +.split-button .split:hover { + background-color: #cbcbcb; +} +.split-button .split:focus, +.split-button .split:hover { + text-decoration: none; +} +.split-button .split:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.split-button .split.disabled, +.split-button .split:disabled { + opacity: 0.65; +} +.split-button .split.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.split-button .split:active { + -webkit-box-shadow: none; + box-shadow: none; +} +.splitter { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.splitter.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +.splitter > .gutter { + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + border: 1px solid #f8f8f8; + background-color: #f8f8f8; + cursor: col-resize; + z-index: 1; +} +.splitter > .gutter.active { + background-color: #bebebe; +} +.splitter > .gutter::before { + content: ""; + z-index: 1; + display: block; + position: absolute; + left: 0; + width: 100%; + top: 50%; + height: 24px; + margin-top: -12px; + background-color: #bebebe; +} +.splitter.vertical > .gutter { + cursor: row-resize; +} +.splitter.vertical > .gutter::before { + height: 100%; + width: 24px; + top: 0; + left: 50%; + margin-left: -12px; + margin-top: 0; +} +.splitter > .split-block { + position: relative; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + overflow: hidden; +} +.stepper { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + position: relative; + margin: 0.5rem 0; +} +.stepper::before { + content: ""; + display: block; + width: 100%; + position: absolute; + height: 1px; + background-color: #bebebe; + top: 50%; + left: 0; + z-index: 0; +} +.stepper.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; +} +.stepper .step { + display: block; + width: 32px; + height: 32px; + line-height: 32px; + text-align: center; + z-index: 1; + background-color: #989898; + color: #ffffff; + cursor: pointer; + position: relative; +} +.stepper .step span { + display: block; +} +.stepper .step.complete { + background-color: #60a917; + color: #ffffff; +} +.stepper .step.current { + background-color: #1ba1e2; + color: #ffffff; +} +.stepper.cycle .step { + border-radius: 50%; +} +.stepper.diamond .step { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.stepper.diamond .step span { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.streamer { + position: relative; + display: block; + width: 100%; + overflow: hidden; + margin-bottom: 1rem; +} +.streamer .streams { + width: 40px; + overflow: visible; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding-top: 30px; + background-color: #ffffff; + color: #1d1d1d; + position: absolute; + margin-top: 2px; + left: 0; + top: 0; + z-index: 500; +} +.streamer .streamer-actions { + position: absolute; + top: -1px; + left: 0; + width: 100%; + height: 32px; + display: none; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + background-color: inherit; + z-index: 101; +} +.streamer .streamer-action { + margin: 1px; + height: 26px; + width: 26px; + border: 0 solid #dfdfdf; + line-height: 26px; + text-align: center; + cursor: pointer; + background-color: #ffffff; + color: #1d1d1d; + outline: none; + padding: 0; +} +.streamer .streamer-action * { + vertical-align: inherit ; + font-size: 24px; + text-align: center; + width: 24px; + height: 24px; +} +.streamer a.streamer-action { + color: #1d1d1d; +} +.streamer a.streamer-action:hover { + color: #1d1d1d; +} +.streamer .stream { + position: relative; + height: 75px; + width: 40px; + padding: 4px 8px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + background-color: inherit; + color: inherit; + border: 2px solid #ffffff; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; +} +.streamer .stream-title, +.streamer .stream-secondary { + display: none; + z-index: 2; +} +.streamer .stream-title { + font-size: 14px; + text-transform: uppercase; + height: 100%; + line-height: 1; +} +.streamer .stream-secondary { + height: 16px; + line-height: 16px; + font-size: 12px; +} +.streamer .stream-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -16px; + margin-left: -16px; + width: 32px; + height: 32px; + font-size: 24px; + text-align: center; +} +.streamer .events-area { + width: 100%; + overflow: hidden; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding-left: 40px; + z-index: 1; + position: relative; + white-space: nowrap; + overflow-x: scroll; + -webkit-overflow-scrolling: auto; +} +.streamer .streamer-timeline, +.streamer .streamer-fake-timeline { + height: 32px; + width: auto; + list-style: none inside; + margin: 0; + padding: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.streamer .streamer-timeline li, +.streamer .streamer-fake-timeline li { + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + width: 224px; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=") no-repeat; + vertical-align: bottom; + height: 100%; + line-height: 30px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; +} +.streamer .streamer-timeline li em, +.streamer .streamer-fake-timeline li em { + font-size: 10px; + font-style: normal; + margin: 4px; + -webkit-box-flex: 1; + -ms-flex: 1 0 0px; + flex: 1 0 0; + max-width: 100%; +} +.streamer .streamer-fake-timeline { + position: absolute; + height: 1px; + top: 0; + left: 0; + width: 100%; +} +.streamer .streamer-fake-timeline li { + width: auto; + line-height: 1px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + overflow: hidden; + text-align: center; + color: #fcfcfc; +} +.streamer .streamer-events { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.streamer .event-group { + display: block; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid transparent; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: -1px; +} +.streamer .stream-events { + min-height: 75px; + height: auto; + width: auto; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.streamer .stream-events.global-stream { + min-height: 100%; +} +.streamer .stream-events.global-stream .stream-event { + min-width: 100%; +} +.streamer .stream-event { + width: 222px; + height: 72px; + border: 1px solid #f5f5f5; + margin: 2px 1px; + background-color: #ffffff; + color: #1d1d1d; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; +} +.streamer .stream-event:hover { + border-color: #dfdfdf; +} +.streamer .stream-event-slide { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + height: 100%; +} +.streamer .stream-event-slide .slide-logo { + width: 40px; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding: 2px; +} +.streamer .stream-event-slide .slide-logo .icon { + width: 36px; + height: 36px; +} +.streamer .stream-event-slide .slide-logo .time { + margin-top: 1px; + padding: 5px 4px 6px; + font-size: 0.75rem; +} +.streamer .stream-event-slide .slide-data { + margin: 0 4px; + padding: 4px 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + width: auto; + max-width: calc(100% - 48px); + height: 100%; +} +.streamer .stream-event-slide .slide-data .title, +.streamer .stream-event-slide .slide-data .subtitle, +.streamer .stream-event-slide .slide-data .desc { + line-height: 1; +} +.streamer .stream-event-slide .slide-data .title { + font-size: 12px; + font-weight: bold; + line-height: 14px; +} +.streamer .stream-event-slide .slide-data .subtitle { + font-size: 10px; +} +.streamer .stream-event-slide .slide-data .desc { + font-size: 11px; + color: #999999; + margin-top: auto; + height: 29px; +} +.streamer .stream-event-slide .slide-data * + .subtitle { + margin-top: 2px; +} +.streamer .stream-event-slide .state-icon { + position: absolute; + z-index: 99; + top: 4px; + right: 8px; + color: #989898; +} +.streamer .stream-event { + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.streamer .stream-event.selected { + -webkit-box-shadow: 0 0 0 1px #5ebdec !important; + box-shadow: 0 0 0 1px #5ebdec !important; +} +.streamer .stream-events:not(.global-stream) .stream-event.disabled { + opacity: 0.2; +} +.streamer .size-auto { + width: auto; +} +.streamer .event-group.size-1x { + width: 224px; +} +.streamer .event-group.size-2x { + width: 448px; +} +.streamer .event-group.size-3x { + width: 672px; +} +.streamer .event-group.size-4x { + width: 896px; +} +.streamer .event-group.size-5x { + width: 1120px; +} +.streamer .event-group.size-6x { + width: 1344px; +} +.streamer .event-group.size-7x { + width: 1568px; +} +.streamer .event-group.size-8x { + width: 1792px; +} +.streamer .event-group.size-9x { + width: 2016px; +} +.streamer .event-group.size-10x { + width: 2240px; +} +.streamer .event-group.size-11x { + width: 2464px; +} +.streamer .event-group.size-12x { + width: 2688px; +} +.streamer .event-group.size-13x { + width: 2912px; +} +.streamer .event-group.size-14x { + width: 3136px; +} +.streamer .event-group.size-15x { + width: 3360px; +} +.streamer .event-group.size-16x { + width: 3584px; +} +.streamer .event-group.size-17x { + width: 3808px; +} +.streamer .event-group.size-18x { + width: 4032px; +} +.streamer .event-group.size-19x { + width: 4256px; +} +.streamer .event-group.size-20x { + width: 4480px; +} +.streamer .stream-event.size-1x { + width: 222px; +} +.streamer .stream-event.shift-1x { + margin-left: 225px; +} +.streamer .stream-event.size-2x { + width: 446px; +} +.streamer .stream-event.shift-2x { + margin-left: 449px; +} +.streamer .stream-event.size-3x { + width: 670px; +} +.streamer .stream-event.shift-3x { + margin-left: 673px; +} +.streamer .stream-event.size-4x { + width: 894px; +} +.streamer .stream-event.shift-4x { + margin-left: 897px; +} +.streamer .stream-event.size-5x { + width: 1118px; +} +.streamer .stream-event.shift-5x { + margin-left: 1121px; +} +.streamer .stream-event.size-6x { + width: 1342px; +} +.streamer .stream-event.shift-6x { + margin-left: 1345px; +} +.streamer .stream-event.size-7x { + width: 1566px; +} +.streamer .stream-event.shift-7x { + margin-left: 1569px; +} +.streamer .stream-event.size-8x { + width: 1790px; +} +.streamer .stream-event.shift-8x { + margin-left: 1793px; +} +.streamer .stream-event.size-9x { + width: 2014px; +} +.streamer .stream-event.shift-9x { + margin-left: 2017px; +} +.streamer .stream-event.size-10x { + width: 2238px; +} +.streamer .stream-event.shift-10x { + margin-left: 2241px; +} +.streamer .stream-event.size-11x { + width: 2462px; +} +.streamer .stream-event.shift-11x { + margin-left: 2465px; +} +.streamer .stream-event.size-12x { + width: 2686px; +} +.streamer .stream-event.shift-12x { + margin-left: 2689px; +} +.streamer .stream-event.size-13x { + width: 2910px; +} +.streamer .stream-event.shift-13x { + margin-left: 2913px; +} +.streamer .stream-event.size-14x { + width: 3134px; +} +.streamer .stream-event.shift-14x { + margin-left: 3137px; +} +.streamer .stream-event.size-15x { + width: 3358px; +} +.streamer .stream-event.shift-15x { + margin-left: 3361px; +} +.streamer .stream-event.size-16x { + width: 3582px; +} +.streamer .stream-event.shift-16x { + margin-left: 3585px; +} +.streamer .stream-event.size-17x { + width: 3806px; +} +.streamer .stream-event.shift-17x { + margin-left: 3809px; +} +.streamer .stream-event.size-18x { + width: 4030px; +} +.streamer .stream-event.shift-18x { + margin-left: 4033px; +} +.streamer .stream-event.size-19x { + width: 4254px; +} +.streamer .stream-event.shift-19x { + margin-left: 4257px; +} +.streamer .stream-event.size-20x { + width: 4478px; +} +.streamer .stream-event.shift-20x { + margin-left: 4481px; +} +.streamer .stream-event.size-half { + width: 112px; +} +.streamer .stream-event.size-one-third { + width: 74.66666667px; +} +.streamer .stream-event.offset-half { + margin-left: 112px; +} +.streamer .stream-event.offset-one-third { + margin-left: 74.66666667px; +} +html.metro-no-touch-device .streamer .stream:hover { + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; + width: 200px; +} +html.metro-no-touch-device .streamer .stream:hover .stream-title, +html.metro-no-touch-device .streamer .stream:hover .stream-secondary { + display: block; +} +html.metro-no-touch-device .streamer .stream:hover .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; +} +html.metro-touch-device .streamer .stream.focused { + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; + width: 200px; +} +html.metro-touch-device .streamer .stream.focused .stream-title, +html.metro-touch-device .streamer .stream.focused .stream-secondary { + display: block; +} +html.metro-touch-device .streamer .stream.focused .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; +} +@media screen and (min-width: 0) { + .streamer.streamer-expand-fs .streams, + .streamer.streamer-expand-fs .stream { + width: 200px; } - .pb-18-xxl { - padding-bottom: 72px !important; + .streamer.streamer-expand-fs .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .px-18-xxl { - padding-left: 72px !important; - padding-right: 72px !important; + .streamer.streamer-expand-fs .stream-title, + .streamer.streamer-expand-fs .stream-secondary { + display: block; } - .py-18-xxl { - padding-top: 72px !important; - padding-bottom: 72px !important; + .streamer.streamer-expand-fs .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .m-18-xxl { - margin: 72px !important; + .streamer.streamer-expand-fs .events-area { + padding-left: 200px; } - .mr-18-xxl { - margin-right: 72px !important; +} +@media screen and (min-width: 576px) { + .streamer.streamer-expand-sm .streams, + .streamer.streamer-expand-sm .stream { + width: 200px; } - .ml-18-xxl { - margin-left: 72px !important; + .streamer.streamer-expand-sm .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .mt-18-xxl { - margin-top: 72px !important; + .streamer.streamer-expand-sm .stream-title, + .streamer.streamer-expand-sm .stream-secondary { + display: block; } - .mb-18-xxl { - margin-bottom: 72px !important; + .streamer.streamer-expand-sm .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .mx-18-xxl { - margin-left: 72px !important; - margin-right: 72px !important; + .streamer.streamer-expand-sm .events-area { + padding-left: 200px; } - .my-18-xxl { - margin-top: 72px !important; - margin-bottom: 72px !important; +} +@media screen and (min-width: 768px) { + .streamer.streamer-expand-md .streams, + .streamer.streamer-expand-md .stream { + width: 200px; } - .m-18-xxl-minus { - margin: -72px !important; + .streamer.streamer-expand-md .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .mr-18-xxl-minus { - margin-right: -72px !important; + .streamer.streamer-expand-md .stream-title, + .streamer.streamer-expand-md .stream-secondary { + display: block; } - .ml-18-xxl-minus { - margin-left: -72px !important; + .streamer.streamer-expand-md .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .mt-18-xxl-minus { - margin-top: -72px !important; + .streamer.streamer-expand-md .events-area { + padding-left: 200px; } - .mb-18-xxl-minus { - margin-bottom: -72px !important; +} +@media screen and (min-width: 992px) { + .streamer.streamer-expand-lg .streams, + .streamer.streamer-expand-lg .stream { + width: 200px; } - .p-19-xxl { - padding: 76px !important; + .streamer.streamer-expand-lg .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .pr-19-xxl { - padding-right: 76px !important; + .streamer.streamer-expand-lg .stream-title, + .streamer.streamer-expand-lg .stream-secondary { + display: block; } - .pl-19-xxl { - padding-left: 76px !important; + .streamer.streamer-expand-lg .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .pt-19-xxl { - padding-top: 76px !important; + .streamer.streamer-expand-lg .events-area { + padding-left: 200px; } - .pb-19-xxl { - padding-bottom: 76px !important; +} +@media screen and (min-width: 1200px) { + .streamer.streamer-expand-xl .streams, + .streamer.streamer-expand-xl .stream { + width: 200px; } - .px-19-xxl { - padding-left: 76px !important; - padding-right: 76px !important; + .streamer.streamer-expand-xl .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .py-19-xxl { - padding-top: 76px !important; - padding-bottom: 76px !important; + .streamer.streamer-expand-xl .stream-title, + .streamer.streamer-expand-xl .stream-secondary { + display: block; } - .m-19-xxl { - margin: 76px !important; + .streamer.streamer-expand-xl .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .mr-19-xxl { - margin-right: 76px !important; + .streamer.streamer-expand-xl .events-area { + padding-left: 200px; } - .ml-19-xxl { - margin-left: 76px !important; +} +@media screen and (min-width: 1452px) { + .streamer.streamer-expand-xxl .streams, + .streamer.streamer-expand-xxl .stream { + width: 200px; } - .mt-19-xxl { - margin-top: 76px !important; + .streamer.streamer-expand-xxl .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .mb-19-xxl { - margin-bottom: 76px !important; + .streamer.streamer-expand-xxl .stream-title, + .streamer.streamer-expand-xxl .stream-secondary { + display: block; } - .mx-19-xxl { - margin-left: 76px !important; - margin-right: 76px !important; + .streamer.streamer-expand-xxl .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .my-19-xxl { - margin-top: 76px !important; - margin-bottom: 76px !important; + .streamer.streamer-expand-xxl .events-area { + padding-left: 200px; } - .m-19-xxl-minus { - margin: -76px !important; +} +.switch { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + margin: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; +} +.switch input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.switch .check, +.switch .caption { + display: block; + line-height: 38px; + font-size: 14px; + margin: 0 4px; + position: relative; +} +.switch .check { + position: relative; + height: 1.25rem; + width: 2.8125rem; + border: 2px #1d1d1d solid; + cursor: pointer; + background: transparent; + z-index: 1; + display: inline-block; + vertical-align: middle; + border-radius: 0.5625rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.switch .check::after { + position: absolute; + left: 3px; + display: block; + content: ""; + height: 0.75rem; + width: 0.75rem; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + border: 2px #333 solid; + cursor: pointer; + background: #333; + z-index: 2; + border-radius: 50%; +} +.switch input[type="checkbox"]:checked ~ .check { + background: #1d1d1d; + border-color: #1d1d1d; +} +.switch input[type="checkbox"]:checked ~ .check::after { + background-color: #ffffff; + border-color: #ffffff; + left: auto; + -webkit-transform: translateX(1.625rem) translateY(-50%); + -ms-transform: translateX(1.625rem) translateY(-50%); + transform: translateX(1.625rem) translateY(-50%); +} +.switch input[type="checkbox"]:disabled ~ .check { + background-color: #e9e9e9; + border-color: #e9e9e9; +} +.switch input[type="checkbox"]:disabled ~ .check::after { + background-color: #d0d0d0; + border-color: #d0d0d0; +} +.switch .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.switch .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.switch.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.switch.required, +.switch.invalid, +.switch.valid { + border: none!important; +} +.switch.invalid::after { + display: none; +} +.switch.transition-on .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch.transition-on .check::after { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch.transition-on input[type="checkbox"]:checked ~ .check::after { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch-material { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; + margin: 0; +} +.switch-material input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.switch-material .check, +.switch-material .caption { + display: inline-block; + vertical-align: middle; + line-height: 18px; + font-size: 14px; + margin: 0 4px; +} +.switch-material .check { + width: 36px; + height: 16px; + background-color: #929292; + border-radius: 8px; + overflow: visible; + position: relative; + margin: 0 4px; +} +.switch-material .check::before { + position: absolute; + display: block; + content: ""; + width: 22px; + height: 22px; + z-index: 2; + margin-top: -3px; + margin-left: -3px; + border-radius: 50%; + background-color: #00aba9; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.switch-material input:checked ~ .check { + background-color: rgba(0, 150, 136, 0.5); +} +.switch-material input:not(:checked) ~ .check::before { + background-color: #ffffff; +} +.switch-material input:checked ~ .check { + background-color: rgba(0, 150, 136, 0.5); +} +.switch-material input:checked ~ .check::before { + -webkit-transform: translateX(22px); + -ms-transform: translateX(22px); + transform: translateX(22px); +} +.switch-material input:disabled ~ .check { + background-color: #D5D5D5; +} +.switch-material input:disabled ~ .check:before { + background-color: #BDBDBD; +} +.switch-material .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.switch-material .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.switch-material.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.switch-material.transition-on { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch-material.transition-on input:not(:checked) ~ .check::before { + -webkit-transition: linear all 0.2s; + -o-transition: linear all 0.2s; + transition: linear all 0.2s; +} +.switch-material.transition-on input:checked ~ .check::before { + -webkit-transition: linear all 0.2s; + -o-transition: linear all 0.2s; + transition: linear all 0.2s; +} +.t-menu { + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + width: auto; + float: left; + background-color: #ffffff; + color: #1d1d1d; + border-collapse: separate; + display: none; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.t-menu.open { + display: block; +} +.t-menu > li { + position: relative; + background-color: inherit; + color: inherit; + display: block; +} +.t-menu > li > a { + display: block; + padding: 0 1rem; + border-bottom: 1px #dfdfdf solid; + position: relative; + color: inherit; + background-color: inherit; + height: 60px; + width: 60px; + line-height: 60px; +} +.t-menu > li > a .icon { + width: 1.5rem; + height: 1.5rem; + font-size: 1.5rem; + line-height: 60px; +} +.t-menu > li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.t-menu > li:last-child a { + border-bottom: 0; +} +.t-menu a { + text-decoration: none!important; +} +.t-menu.horizontal > li { + float: left; +} +.t-menu .t-menu { + position: absolute; + left: 100%; + margin-left: 0.3125rem; + top: 0; + float: none; +} +.t-menu.horizontal .t-menu { + left: 0 ; + top: 100% ; + margin-top: 0.3125rem; + margin-left: 0 ; +} +.t-menu .dropdown-toggle { + padding-right: 1rem!important; +} +.t-menu .dropdown-toggle:after { + content: ""; + background-color: transparent; + position: absolute; + left: auto; + top: auto; + bottom: 0; + right: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 8px 8px; + border-color: transparent transparent rgba(29, 29, 29, 0.5) transparent; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); +} +.t-menu .dropdown-toggle:before { + display: none; +} +.t-menu.horizontal > li > a { + border-right: 1px #dfdfdf solid; + border-bottom: 0; +} +.t-menu.horizontal > li:last-child > a { + border-right: 0; +} +.t-menu.horizontal .t-menu:not(.horizontal) { + left: 0; + top: 100% ; + margin-top: 0.3125rem; + margin-left: 0 ; +} +.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal { + left: 100% ; + margin-left: 0.3125rem; + top: -0.3rem; + float: left; +} +.t-menu.compact li a { + padding: 0 0.7rem; + width: 40px; + height: 40px; + line-height: 40px; +} +.t-menu.compact li a .icon { + width: 1rem; + height: 1rem; + font-size: 1rem; + line-height: 40px; +} +.t-menu.compact .dropdown-toggle { + padding-right: 0.7rem !important; +} +.t-menu { + z-index: 1000; +} +.table-container { + display: block; + position: relative; +} +.table-container.horizontal-scroll { + overflow: hidden; + overflow-x: auto; +} +.table-container.horizontal-scroll .table { + width: auto; + min-width: 100%; +} +.table { + display: table; +} +.thead { + display: table-header-group; +} +.tfoot { + display: table-footer-group; +} +.tbody { + display: table-row-group; +} +.tr { + display: table-row; +} +.th, +.td { + display: table-cell; +} +.table { + width: 100%; + margin-bottom: 1rem; + margin-top: 1rem; +} +.table th, +.table .th, +.table td, +.table .td { + padding: 0.625rem; +} +.table.fixed-layout { + table-layout: fixed; +} +.table.fixed-layout th, +.table.fixed-layout .th, +.table.fixed-layout td, +.table.fixed-layout .td { + white-space: nowrap; + overflow: hidden; +} +.table thead, +.table tfoot, +.table .thead, +.table .tfoot { + border-bottom: 4px solid #e4e4e4; +} +.table thead th, +.table tfoot th, +.table .thead th, +.table .tfoot th, +.table thead td, +.table tfoot td, +.table .thead td, +.table .tfoot td, +.table thead .th, +.table tfoot .th, +.table .thead .th, +.table .tfoot .th, +.table thead .td, +.table tfoot .td, +.table .thead .td, +.table .tfoot .td { + cursor: default; + color: #1d1d1d; + border-color: transparent; + text-align: left; + font-weight: bold; + line-height: 1.2; +} +.table tfoot, +.table .tfoot { + border-top: 4px solid #e4e4e4; +} +.table tbody td, +.table .tbody td, +.table tbody .td, +.table .tbody .td { + padding: 0.625rem; + vertical-align: middle; +} +.table .sortable-column, +.table .sorting { + position: relative; + cursor: pointer; + padding-right: 30px; +} +.table .sortable-column:after, +.table .sorting:after { + position: absolute; + content: "\21C5"; + width: 1rem; + height: 1rem; + left: 100%; + margin-left: -1.25rem; + top: 50%; + margin-top: -0.3rem; + color: inherit; + font-size: 0.8em; + font-weight: 100; + line-height: 1; + opacity: 0.7; +} +.table .sortable-column.sort-asc, +.table .sorting.sort-asc, +.table .sortable-column.sort-desc, +.table .sorting.sort-desc, +.table .sortable-column.sorting_asc, +.table .sorting.sorting_asc, +.table .sortable-column.sorting_desc, +.table .sorting.sorting_desc { + background-color: #ebebeb; +} +.table .sortable-column.sort-asc:after, +.table .sorting.sort-asc:after, +.table .sortable-column.sort-desc:after, +.table .sorting.sort-desc:after, +.table .sortable-column.sorting_asc:after, +.table .sorting.sorting_asc:after, +.table .sortable-column.sorting_desc:after, +.table .sorting.sorting_desc:after { + color: #1d1d1d; + opacity: 1; + font-weight: 700; + font-size: 1em; + margin-top: -0.5rem; +} +.table .sortable-column.sort-asc:after, +.table .sorting.sort-asc:after, +.table .sortable-column.sorting_asc:after, +.table .sorting.sorting_asc:after { + content: "\2191"; +} +.table .sortable-column.sort-desc:after, +.table .sorting.sort-desc:after, +.table .sortable-column.sorting_desc:after, +.table .sorting.sorting_desc:after { + content: "\2193"; +} +.table.sortable-markers-on-left .sortable-column, +.table.sortable-markers-on-left .sorting { + padding-left: 30px; + padding-right: 10px; +} +.table.sortable-markers-on-left .sortable-column:before, +.table.sortable-markers-on-left .sorting:before, +.table.sortable-markers-on-left .sortable-column:after, +.table.sortable-markers-on-left .sorting:after { + left: 0; + margin-left: 0.625rem; +} +.table tr.selected td, +.table .tr.selected td, +.table tr.selected .td, +.table .tr.selected .td { + background-color: rgba(28, 183, 236, 0.1); +} +.table td.selected, +.table .td.selected { + background-color: rgba(28, 183, 236, 0.3); +} +.table.striped tbody tr:nth-child(odd), +.table.striped .tbody .tr:nth-child(odd) { + background: #f8f8f8; +} +.table.row-hover tbody tr:hover, +.table.row-hover .tbody tr:hover, +.table.row-hover tbody .tr:hover, +.table.row-hover .tbody .tr:hover { + background-color: rgba(28, 183, 236, 0.1); +} +.table.cell-hover tbody td:hover, +.table.cell-hover .tbody td:hover, +.table.cell-hover tbody .td:hover, +.table.cell-hover .tbody .td:hover { + background-color: rgba(28, 183, 236, 0.3); +} +.table.table-border { + border: 1px #dfdfdf solid; +} +.table.cell-border th, +.table.cell-border td, +.table.cell-border .th, +.table.cell-border .td { + border: 1px #dfdfdf solid; +} +.table.cell-border thead tr:first-child th, +.table.cell-border .thead tr:first-child th, +.table.cell-border thead .tr:first-child th, +.table.cell-border .thead .tr:first-child th, +.table.cell-border thead tr:first-child td, +.table.cell-border .thead tr:first-child td, +.table.cell-border thead .tr:first-child td, +.table.cell-border .thead .tr:first-child td, +.table.cell-border thead tr:first-child .th, +.table.cell-border .thead tr:first-child .th, +.table.cell-border thead .tr:first-child .th, +.table.cell-border .thead .tr:first-child .th, +.table.cell-border thead tr:first-child .td, +.table.cell-border .thead tr:first-child .td, +.table.cell-border thead .tr:first-child .td, +.table.cell-border .thead .tr:first-child .td { + border-top: none; +} +.table.cell-border thead tr:first-child th:first-child, +.table.cell-border .thead tr:first-child th:first-child, +.table.cell-border thead .tr:first-child th:first-child, +.table.cell-border .thead .tr:first-child th:first-child, +.table.cell-border thead tr:first-child td:first-child, +.table.cell-border .thead tr:first-child td:first-child, +.table.cell-border thead .tr:first-child td:first-child, +.table.cell-border .thead .tr:first-child td:first-child, +.table.cell-border thead tr:first-child .th:first-child, +.table.cell-border .thead tr:first-child .th:first-child, +.table.cell-border thead .tr:first-child .th:first-child, +.table.cell-border .thead .tr:first-child .th:first-child, +.table.cell-border thead tr:first-child .td:first-child, +.table.cell-border .thead tr:first-child .td:first-child, +.table.cell-border thead .tr:first-child .td:first-child, +.table.cell-border .thead .tr:first-child .td:first-child { + border-left: none; +} +.table.cell-border thead tr:first-child th:last-child, +.table.cell-border .thead tr:first-child th:last-child, +.table.cell-border thead .tr:first-child th:last-child, +.table.cell-border .thead .tr:first-child th:last-child, +.table.cell-border thead tr:first-child td:last-child, +.table.cell-border .thead tr:first-child td:last-child, +.table.cell-border thead .tr:first-child td:last-child, +.table.cell-border .thead .tr:first-child td:last-child, +.table.cell-border thead tr:first-child .th:last-child, +.table.cell-border .thead tr:first-child .th:last-child, +.table.cell-border thead .tr:first-child .th:last-child, +.table.cell-border .thead .tr:first-child .th:last-child, +.table.cell-border thead tr:first-child .td:last-child, +.table.cell-border .thead tr:first-child .td:last-child, +.table.cell-border thead .tr:first-child .td:last-child, +.table.cell-border .thead .tr:first-child .td:last-child { + border-right: none; +} +.table.cell-border tbody tr:first-child td, +.table.cell-border .tbody tr:first-child td, +.table.cell-border tbody .tr:first-child td, +.table.cell-border .tbody .tr:first-child td, +.table.cell-border tbody tr:first-child .td, +.table.cell-border .tbody tr:first-child .td, +.table.cell-border tbody .tr:first-child .td, +.table.cell-border .tbody .tr:first-child .td { + border-top: none; +} +.table.cell-border tbody tr td:first-child, +.table.cell-border .tbody tr td:first-child, +.table.cell-border tbody .tr td:first-child, +.table.cell-border .tbody .tr td:first-child, +.table.cell-border tbody tr .td:first-child, +.table.cell-border .tbody tr .td:first-child, +.table.cell-border tbody .tr .td:first-child, +.table.cell-border .tbody .tr .td:first-child { + border-left: none; +} +.table.cell-border tbody tr td:last-child, +.table.cell-border .tbody tr td:last-child, +.table.cell-border tbody .tr td:last-child, +.table.cell-border .tbody .tr td:last-child, +.table.cell-border tbody tr .td:last-child, +.table.cell-border .tbody tr .td:last-child, +.table.cell-border tbody .tr .td:last-child, +.table.cell-border .tbody .tr .td:last-child { + border-right: none; +} +.table.cell-border tbody tr:last-child td, +.table.cell-border .tbody tr:last-child td, +.table.cell-border tbody .tr:last-child td, +.table.cell-border .tbody .tr:last-child td, +.table.cell-border tbody tr:last-child .td, +.table.cell-border .tbody tr:last-child .td, +.table.cell-border tbody .tr:last-child .td, +.table.cell-border .tbody .tr:last-child .td { + border-bottom: none; +} +.table.row-border tr + tr, +.table.row-border .tr + .tr { + border-top: 1px #dfdfdf solid; +} +.table.subcompact th, +.table.subcompact td, +.table.subcompact .th, +.table.subcompact .td { + padding: 3px 8px; + font-size: 80%; +} +.table.compact th, +.table.compact td, +.table.compact .th, +.table.compact .td { + padding: 7px 8px; + font-size: 80%; +} +.table .check-cell, +.table .rownum-cell { + width: 36px; + text-align: center; +} +.table thead td.hidden, +.table tbody td.hidden, +.table .thead td.hidden, +.table .tbody td.hidden, +.table thead th.hidden, +.table tbody th.hidden, +.table .thead th.hidden, +.table .tbody th.hidden, +.table thead .th.hidden, +.table tbody .th.hidden, +.table .thead .th.hidden, +.table .tbody .th.hidden, +.table thead .td.hidden, +.table tbody .td.hidden, +.table .thead .td.hidden, +.table .tbody .td.hidden { + display: none!important; +} +.table .data-wrapper { + white-space: nowrap; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.table .checkbox, +.table .radio, +.table .switch { + height: initial; +} +.table-component { + display: block; + position: relative; +} +.table-bottom { + margin-left: 0; + margin-right: 0; +} +.table-info, +.table-pagination, +.table-skip { + -ms-flex-preferred-size: auto; + flex-basis: auto; +} +.table-progress { + width: 64px; + height: 64px; + position: absolute; + top: 200px; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + display: none; + z-index: 2; +} +.table-progress [class*=activity-] { + margin: 0 auto; +} +.table-inspector { + display: none; + position: absolute; + top: 0; + left: 0; + background-color: #ffffff; + color: #1d1d1d; + z-index: 500; + border: 1px double #dfdfdf; + width: auto; + padding: 10px; + max-height: calc(100vh - 40px); + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); +} +.table-inspector .table-inspector-header { + display: block; + position: relative; + white-space: nowrap; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + padding: 0 0.5rem 0.5rem; + border-bottom: 1px solid #dfdfdf; + font-size: 24px; + font-weight: 100; + margin-bottom: 0.5rem; +} +.table-inspector .table-wrap { + display: block; + height: calc(100% - 110px); + overflow-x: hidden; + overflow-y: auto; +} +.table-inspector .table-inspector-actions { + display: block; + position: relative; + border-top: 1px solid #dfdfdf; + padding: 0.5rem 0.5rem 0; + margin-top: 0.5rem; +} +.table-inspector table, +.table-inspector .table { + margin-bottom: 0; +} +.table-inspector table td, +.table-inspector .table td, +.table-inspector table .td, +.table-inspector .table .td { + vertical-align: middle; +} +.table-inspector table tr.flash, +.table-inspector .table tr.flash, +.table-inspector table .tr.flash, +.table-inspector .table .tr.flash { + -webkit-animation: flash-bg 1s ease-out; + animation: flash-bg 1s ease-out; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; +} +.table-inspector .spinner { + width: 120px; +} +.table-inspector .spinner input { + font-size: 14px; +} +.table-inspector.open { + display: block; +} +.table-form { + display: block; + position: absolute; + z-index: 500; + height: auto; + max-height: calc(100vh - 40px); + width: auto; + max-width: calc(100vw - 40px); + top: 50%; + left: 50%; + -webkit-transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); + border: 1px solid #dfdfdf; + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); +} +@-webkit-keyframes flash-bg { + 0% { + background-color: #ffffff; } - .mr-19-xxl-minus { - margin-right: -76px !important; + 30% { + background-color: #bebebe; } - .ml-19-xxl-minus { - margin-left: -76px !important; + 100% { + background-color: #ffffff; } - .mt-19-xxl-minus { - margin-top: -76px !important; +} +@keyframes flash-bg { + 0% { + background-color: #ffffff; } - .mb-19-xxl-minus { - margin-bottom: -76px !important; + 30% { + background-color: #bebebe; } - .p-20-xxl { - padding: 80px !important; + 100% { + background-color: #ffffff; } - .pr-20-xxl { - padding-right: 80px !important; +} +@media screen and (min-width: 0) { + .table.normal-fs th, + .table.normal-fs td, + .table.normal-fs .th, + .table.normal-fs .td { + padding: 0.625rem; + font-size: 1em; } - .pl-20-xxl { - padding-left: 80px !important; + .table.compact-fs th, + .table.compact-fs td, + .table.compact-fs .th, + .table.compact-fs .td { + padding: 7px 8px; + font-size: 80%; } - .pt-20-xxl { - padding-top: 80px !important; + .table.subcompact-fs th, + .table.subcompact-fs td, + .table.subcompact-fs .th, + .table.subcompact-fs .td { + padding: 3px 8px; + font-size: 80%; } - .pb-20-xxl { - padding-bottom: 80px !important; +} +@media screen and (min-width: 576px) { + .table.normal-sm th, + .table.normal-sm td, + .table.normal-sm .th, + .table.normal-sm .td { + padding: 0.625rem; + font-size: 1em; } - .px-20-xxl { - padding-left: 80px !important; - padding-right: 80px !important; + .table.compact-sm th, + .table.compact-sm td, + .table.compact-sm .th, + .table.compact-sm .td { + padding: 7px 8px; + font-size: 80%; } - .py-20-xxl { - padding-top: 80px !important; - padding-bottom: 80px !important; + .table.subcompact-sm th, + .table.subcompact-sm td, + .table.subcompact-sm .th, + .table.subcompact-sm .td { + padding: 3px 8px; + font-size: 80%; } - .m-20-xxl { - margin: 80px !important; +} +@media screen and (min-width: 768px) { + .table.normal-md th, + .table.normal-md td, + .table.normal-md .th, + .table.normal-md .td { + padding: 0.625rem; + font-size: 1em; } - .mr-20-xxl { - margin-right: 80px !important; + .table.compact-md th, + .table.compact-md td, + .table.compact-md .th, + .table.compact-md .td { + padding: 7px 8px; + font-size: 80%; } - .ml-20-xxl { - margin-left: 80px !important; + .table.subcompact-md th, + .table.subcompact-md td, + .table.subcompact-md .th, + .table.subcompact-md .td { + padding: 3px 8px; + font-size: 80%; } - .mt-20-xxl { - margin-top: 80px !important; +} +@media screen and (min-width: 992px) { + .table.normal-lg th, + .table.normal-lg td, + .table.normal-lg .th, + .table.normal-lg .td { + padding: 0.625rem; + font-size: 1em; } - .mb-20-xxl { - margin-bottom: 80px !important; + .table.compact-lg th, + .table.compact-lg td, + .table.compact-lg .th, + .table.compact-lg .td { + padding: 7px 8px; + font-size: 80%; } - .mx-20-xxl { - margin-left: 80px !important; - margin-right: 80px !important; + .table.subcompact-lg th, + .table.subcompact-lg td, + .table.subcompact-lg .th, + .table.subcompact-lg .td { + padding: 3px 8px; + font-size: 80%; } - .my-20-xxl { - margin-top: 80px !important; - margin-bottom: 80px !important; +} +@media screen and (min-width: 1200px) { + .table.normal-xl th, + .table.normal-xl td, + .table.normal-xl .th, + .table.normal-xl .td { + padding: 0.625rem; + font-size: 1em; } - .m-20-xxl-minus { - margin: -80px !important; + .table.compact-xl th, + .table.compact-xl td, + .table.compact-xl .th, + .table.compact-xl .td { + padding: 7px 8px; + font-size: 80%; } - .mr-20-xxl-minus { - margin-right: -80px !important; + .table.subcompact-xl th, + .table.subcompact-xl td, + .table.subcompact-xl .th, + .table.subcompact-xl .td { + padding: 3px 8px; + font-size: 80%; } - .ml-20-xxl-minus { - margin-left: -80px !important; +} +@media screen and (min-width: 1452px) { + .table.normal-xxl th, + .table.normal-xxl td, + .table.normal-xxl .th, + .table.normal-xxl .td { + padding: 0.625rem; + font-size: 1em; } - .mt-20-xxl-minus { - margin-top: -80px !important; + .table.compact-xxl th, + .table.compact-xxl td, + .table.compact-xxl .th, + .table.compact-xxl .td { + padding: 7px 8px; + font-size: 80%; } - .mb-20-xxl-minus { - margin-bottom: -80px !important; + .table.subcompact-xxl th, + .table.subcompact-xxl td, + .table.subcompact-xxl .th, + .table.subcompact-xxl .td { + padding: 3px 8px; + font-size: 80%; } } -.text-ultralight { - font-weight: 100 !important; +.table-load-data-activity { + position: absolute!important; + top: 0; + left: 0; + z-index: 500; +} +.table-skip { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.table-skip input { + width: 220px; +} +.tabs { + position: relative; + border: 1px solid #dfdfdf; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #ffffff; + color: #1d1d1d; +} +.tabs .hamburger, +.tabs .expand-title { + cursor: pointer; +} +.tabs .hamburger { + position: absolute; + top: 0.25rem; + right: 0.25rem; + display: block; +} +.tabs .expand-title { + display: block; + padding: 0.65rem 1rem 0; + background-color: inherit; + color: inherit; + text-decoration: none; +} +.tabs > ul.tabs-list { + list-style: none inside; + margin: 0; + padding: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: inherit; + -ms-flex-pack: inherit; + justify-content: inherit; + width: 100%; + margin-top: 0.5rem; + margin-bottom: 1px; + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; +} +.tabs > ul.tabs-list > li, +.tabs > ul.tabs-list a { + position: relative; +} +.tabs > ul.tabs-list > li { + display: block; + background-color: #ffffff; + color: #1d1d1d; + margin: 0 0 -1px 0; +} +.tabs > ul.tabs-list > li > a { + padding: 0.5rem 1rem; + background-color: inherit; + color: inherit; + text-decoration: none; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.tabs > ul.tabs-list > li > a > [class*=mif-] { + margin: 0 4px; +} +.tabs > ul.tabs-list > li:hover { + background-color: #f8f8f8; +} +.tabs > ul.tabs-list > li.active { + background-color: #dfdfdf; +} +.tabs > ul.tabs-list .d-menu { + position: relative; + width: 100%; + -webkit-box-shadow: none; + box-shadow: none; +} +.tabs.bottom > ul.tabs-list { + border: none; +} +.tabs.bottom > ul.tabs-list > li { + margin: -1px 0 0 0; +} +.tabs.vertical > ul.tabs-list { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + border: none; + border-right: 1px solid #dfdfdf; + width: auto; + height: 100%; + -webkit-box-pack: inherit; + -ms-flex-pack: inherit; + justify-content: inherit; +} +.tabs.vertical > ul.tabs-list > li { + border: none; + border-right: 1px solid #dfdfdf; + margin: 0 -1px 0 0; +} +.tabs.vertical > ul.tabs-list > li > a { + text-align: right; +} +.tabs.vertical > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-right: none; +} +.tabs.vertical.right > ul.tabs-list { + border: none; + border-left: 1px solid #dfdfdf; +} +.tabs.vertical.right > ul.tabs-list > li { + border: none; + border-left: 1px solid #dfdfdf; + margin: 0 0 0 -1px; +} +.tabs.vertical.right > ul.tabs-list > li > a { + text-align: left; +} +.tabs.vertical.right > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-left: none; +} +.tabs.vertical { + min-width: 3.5rem; +} +.tabs.vertical .expand-title { + display: none!important; +} +.tabs-expand { + border: none; +} +.tabs-expand > ul.tabs-list { + border: 0; + border-bottom: 1px solid #dfdfdf; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + margin-top: 0; + height: auto; + max-height: none; + overflow: visible; +} +.tabs-expand > ul.tabs-list > li { + border-bottom: 1px solid #dfdfdf; +} +.tabs-expand > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-bottom: none; + background-color: #ffffff; +} +.tabs-expand > ul.tabs-list .d-menu { + position: absolute; + width: auto; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.tabs-expand.bottom > ul.tabs-list { + border: none; + border-top: 1px solid #dfdfdf; +} +.tabs-expand.bottom > ul.tabs-list > li { + border: none; + border-top: 1px solid #dfdfdf; +} +.tabs-expand.bottom > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-top: none; +} +.tabs-expand.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +.tabs-expand .hamburger, +.tabs-expand .expand-title { + display: none; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text, +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills, +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { + border-bottom: none; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; + border: none; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:hover { + background: transparent; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li.active { + font-size: 3rem; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li > a { + height: 100%; + padding: 0.5rem 0.5rem 0; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:not(.active) a { + padding-bottom: 10px; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li { + border: 1px solid #dfdfdf; + width: 100%; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li.active { + background: #e4e4e4; + font-weight: 500; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li { + border: 1px solid transparent; + overflow: hidden; + border-radius: 10px; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li.active { + font-weight: 500; + border-color: #dfdfdf; + background: #e4e4e4; +} +.tabs-material { + margin: 0; + padding: 0 52px; + position: fixed; + height: auto; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + overflow: auto; + overflow-y: hidden; + width: 100%; + z-index: 1030; + background-color: #ffffff; + color: #1d1d1d; + white-space: nowrap; + list-style: none inside; + line-height: 1; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.tabs-material::-webkit-scrollbar { + display: none!important; +} +.tabs-material li { + -ms-flex-negative: 0; + flex-shrink: 0; + position: relative; + display: block; + height: 48px; + cursor: pointer; + opacity: 0.6; + text-align: center; + margin: 0; + overflow: hidden; + max-width: 360px; + min-width: 90px; + background-color: inherit; + color: inherit; +} +.tabs-material li a { + display: block; + position: relative; + padding: 16px 16px; + background-color: inherit; + color: inherit; + text-decoration: none; + font-weight: 500; + white-space: nowrap; + font-size: 14px; + text-transform: uppercase; + line-height: 20px; + width: 100%; +} +.tabs-material li .icon { + width: 24px; + height: 24px; + line-height: 24px; + font-size: 22px; + display: block; +} +.tabs-material::after { + content: " "; + min-width: 52px; +} +.tabs-material.with-icons li { + height: 72px; +} +.tabs-material li.active, +.tabs-material li:hover { + opacity: 1; + -webkit-transition: 0.3s linear; + -o-transition: 0.3s linear; + transition: 0.3s linear; +} +.tabs-material .tab-marker { + display: block; + position: absolute; + height: 2px; + bottom: 0; + left: 0; + color: transparent; + opacity: 1; + z-index: 1; + background-color: #1d1d1d; +} +.tabs-material .tab-badge { + position: absolute; + top: 8px; + right: 8px; + padding: 4px; +} +.tabs-material.deep { + z-index: 1029; +} +.tabs-material.fixed-tabs { + overflow-x: hidden; + padding: 0; +} +.tabs-material.fixed-tabs li { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} +.tabs-material.fixed-tabs::after { + content: ""; + min-width: 0; +} +.head-bar ~ .fixed-tabs, +.tabs-material.app-bar-present { + top: 56px; +} +.head-bar.more ~ .fixed-tabs, +.tabs-material.app-bar-present-more { + top: 112px; +} +.tag-input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + padding: 0 2px; + cursor: text; + position: relative; + height: auto; + min-height: 36px; +} +.tag-input .original-input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.tag-input .input-wrapper { + width: auto; + border: none!important; + height: 26px; + line-height: 26px; + font-size: 14px; + padding: 0 4px; +} +.tag-input .input-wrapper:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.tag-input .tag { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + position: relative; + margin: 2px; + padding: 0; + height: 26px; + line-height: 26px; + background-color: #f8f8f8; + cursor: default; +} +.tag-input .tag .title { + display: block; + position: relative; + max-width: 120px; + font-size: 14px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + margin: 0 8px; +} +.tag-input .tag .remover { + display: block; + position: relative; + width: 26px; + height: 100%; + line-height: 22px; + text-align: center; + cursor: pointer; + background-color: #e4e4e4; + font-size: 1.2rem; +} +.tag-input .input-clear-button { + position: absolute; + top: 0; + right: 0; + z-index: 2; + background-color: transparent; + height: 34px; + min-width: 34px; +} +.tag-input .input-clear-button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.tag-input.padding-for-clear { + padding-right: 48px; +} +.tag-input.input-large { + min-height: 50px; +} +.tag-input.input-large .tag { + margin: 2px 2px; + height: 36px; + line-height: 36px; +} +.tag-input.input-large .tag .title { + font-size: 1.3rem; + line-height: 36px; +} +.tag-input.input-large .tag .remover { + width: 35px; + height: 35px; + line-height: 30px; + font-size: 1.6rem; +} +.tag-input.input-large input { + height: 48px; + font-size: 1.3rem; + padding: 0 10px; + line-height: 48px; + min-width: 5em; +} +.tag-input.input-large .button { + height: 48px; + min-width: 48px; + font-size: 1.3rem; +} +.tag-input.input-large .button [class*=mif-] { + font-size: 1.3rem; +} +.tag-input.input-large .button [class*=default-icon-] { + width: 21px; + height: 21px; +} +.tag-input.input-large .button .input-clear-button { + width: 48px; + padding: 0; +} +.tag-input.input-small { + min-height: 28px; +} +.tag-input.input-small .tag { + margin: 2px 2px; + height: 18px; + line-height: 18px; +} +.tag-input.input-small .tag .title { + font-size: 0.7rem; + line-height: 18px; +} +.tag-input.input-small .tag .remover { + width: 18px; + height: 18px; + line-height: 18px; + font-size: 0.8rem; +} +.tag-input.input-small input { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; + line-height: 26px; + min-width: 5em; +} +.tag-input.input-small .button { + height: 26px; + min-width: 26px; + font-size: 0.9rem; +} +.tag-input.input-small .button [class*=mif-] { + font-size: 0.9rem; +} +.tag-input.input-small .button [class*=default-icon-] { + width: 14px; + height: 14px; +} +.tag-input.input-small .input-clear-button { + width: 26px; + padding: 0; +} +.tag-input.static-mode { + border: none!important; + cursor: default; +} +.tag-input.static-mode .tag { + border-radius: 10px; + background: #d4f0ff; + color: #1d1d1d; +} +.tag-input.static-mode .tag .remover { + display: none!important; +} +.tag-input.static-mode .button, +.tag-input.static-mode input { + display: none!important; +} +.textarea, +textarea { + height: auto; + padding: 0.5rem 0.75rem; +} +textarea { + line-height: 1.2; +} +.textarea { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + padding: 0; +} +.textarea .fake-textarea { + opacity: 0; + z-index: -1; + position: absolute; + top: 0; + left: 0; + right: 0; + background: lightblue; + border: 1px solid red; +} +.textarea textarea { + min-height: 4rem; + overflow-y: hidden; + resize: none; + border: none!important; + -webkit-transition: height 0.1s linear; + -o-transition: height 0.1s linear; + transition: height 0.1s linear; +} +.textarea textarea:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.textarea.no-scroll-vertical textarea { + overflow-y: hidden!important; +} +.textarea .input-clear-button { + position: absolute; + top: 0; + right: 0; + z-index: 2; + background-color: transparent; +} +.textarea .input-clear-button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.textarea.disabled .clear-button { + display: none; +} +.textarea .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.textarea .append { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.textarea textarea { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.textarea .input-clear-button ~ textarea { + padding-right: 48px; +} +.tile-small, +.tile-medium, +.tile-wide, +.tile-large, +.tile-app { + display: block; + background-color: #1ba1e2; + color: #ffffff; + width: 150px; + height: 150px; + -webkit-box-shadow: inset 0 0 1px #FFFFCC; + box-shadow: inset 0 0 1px #FFFFCC; + cursor: pointer; + position: relative; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + max-width: none!important; +} +.tile-small { + width: 70px; + height: 70px; +} +.tile-medium { + width: 150px; + height: 150px; +} +.tile-wide { + width: 310px; + height: 150px; +} +.tile-large { + width: 310px; + height: 310px; +} +.tile-app { + width: 44px; + height: 44px; +} +.tile-small .icon, +.tile-medium .icon, +.tile-wide .icon, +.tile-large .icon, +.tile-app .icon { + max-width: 33%; + height: 33%; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translateY(-50%) translateX(-50%); + -ms-transform: translateY(-50%) translateX(-50%); + transform: translateY(-50%) translateX(-50%); + font-size: 50px; + line-height: 50px; + z-index: 2; +} +.tile-small .branding-bar, +.tile-medium .branding-bar, +.tile-wide .branding-bar, +.tile-large .branding-bar, +.tile-app .branding-bar { + height: 32px; + line-height: 32px; + position: absolute; + left: 0; + bottom: 0; + right: 0; + padding: 0 10px 5px; + font-size: 0.875rem; + font-weight: 500; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + z-index: 2; +} +.tile-small .badge-top, +.tile-medium .badge-top, +.tile-wide .badge-top, +.tile-large .badge-top, +.tile-app .badge-top, +.tile-small .badge-bottom, +.tile-medium .badge-bottom, +.tile-wide .badge-bottom, +.tile-large .badge-bottom, +.tile-app .badge-bottom { + position: absolute; + display: block; + padding: 4px 8px; + font-size: 12px; + text-align: center; + background-color: rgba(29, 29, 29, 0.1); + z-index: 2; +} +.tile-small .badge-bottom, +.tile-medium .badge-bottom, +.tile-wide .badge-bottom, +.tile-large .badge-bottom, +.tile-app .badge-bottom { + right: 10px; + bottom: 0; +} +.tile-small .badge-top, +.tile-medium .badge-top, +.tile-wide .badge-top, +.tile-large .badge-top, +.tile-app .badge-top { + top: 10px; + right: 10px; +} +.tile-small:hover, +.tile-medium:hover, +.tile-wide:hover, +.tile-large:hover, +.tile-app:hover { + outline: rgba(29, 29, 29, 0.1) solid 4px; +} +.tile-small .icon { + max-width: 50%; + height: 50%; + font-size: 35px; + line-height: 35px; +} +.tile-large .icon { + font-size: 102px; + line-height: 102px; +} +.tile-app .icon { + max-width: 75%; + height: 75%; +} +.tile-small.transform-right, +.tile-medium.transform-right, +.tile-wide.transform-right, +.tile-large.transform-right, +.tile-app.transform-right { + -webkit-transform-origin: left 50%; + -ms-transform-origin: left 50%; + transform-origin: left 50%; + -webkit-transform: perspective(500px) rotateY(0.138372rad) !important; + transform: perspective(500px) rotateY(0.138372rad) !important; +} +.tile-small.transform-right.tile-small, +.tile-medium.transform-right.tile-small, +.tile-wide.transform-right.tile-small, +.tile-large.transform-right.tile-small, +.tile-app.transform-right.tile-small { + -webkit-transform: perspective(500px) rotateY(0.276744rad) !important; + transform: perspective(500px) rotateY(0.276744rad) !important; +} +.tile-small.transform-right.tile-wide, +.tile-medium.transform-right.tile-wide, +.tile-wide.transform-right.tile-wide, +.tile-large.transform-right.tile-wide, +.tile-app.transform-right.tile-wide { + -webkit-transform: perspective(500px) rotateY(0.069186rad) !important; + transform: perspective(500px) rotateY(0.069186rad) !important; +} +.tile-small.transform-right.tile-large, +.tile-medium.transform-right.tile-large, +.tile-wide.transform-right.tile-large, +.tile-large.transform-right.tile-large, +.tile-app.transform-right.tile-large { + -webkit-transform: perspective(500px) rotateY(0.046124rad) !important; + transform: perspective(500px) rotateY(0.046124rad) !important; +} +.tile-small.transform-left, +.tile-medium.transform-left, +.tile-wide.transform-left, +.tile-large.transform-left, +.tile-app.transform-left { + -webkit-transform-origin: right 50%; + -ms-transform-origin: right 50%; + transform-origin: right 50%; + -webkit-transform: perspective(500px) rotateY(-0.138372rad) !important; + transform: perspective(500px) rotateY(-0.138372rad) !important; +} +.tile-small.transform-left.tile-small, +.tile-medium.transform-left.tile-small, +.tile-wide.transform-left.tile-small, +.tile-large.transform-left.tile-small, +.tile-app.transform-left.tile-small { + -webkit-transform: perspective(500px) rotateY(-0.276744rad) !important; + transform: perspective(500px) rotateY(-0.276744rad) !important; +} +.tile-small.transform-left.tile-wide, +.tile-medium.transform-left.tile-wide, +.tile-wide.transform-left.tile-wide, +.tile-large.transform-left.tile-wide, +.tile-app.transform-left.tile-wide { + -webkit-transform: perspective(500px) rotateY(-0.069186rad) !important; + transform: perspective(500px) rotateY(-0.069186rad) !important; +} +.tile-small.transform-left.tile-large, +.tile-medium.transform-left.tile-large, +.tile-wide.transform-left.tile-large, +.tile-large.transform-left.tile-large, +.tile-app.transform-left.tile-large { + -webkit-transform: perspective(500px) rotateY(-0.046124rad) !important; + transform: perspective(500px) rotateY(-0.046124rad) !important; +} +.tile-small.transform-top, +.tile-medium.transform-top, +.tile-wide.transform-top, +.tile-large.transform-top, +.tile-app.transform-top { + -webkit-transform-origin: 50% bottom; + -ms-transform-origin: 50% bottom; + transform-origin: 50% bottom; + -webkit-transform: perspective(500px) rotateX(0.138372rad) !important; + transform: perspective(500px) rotateX(0.138372rad) !important; +} +.tile-small.transform-top.tile-small, +.tile-medium.transform-top.tile-small, +.tile-wide.transform-top.tile-small, +.tile-large.transform-top.tile-small, +.tile-app.transform-top.tile-small { + -webkit-transform: perspective(500px) rotateX(0.276744rad) !important; + transform: perspective(500px) rotateX(0.276744rad) !important; +} +.tile-small.transform-top.tile-wide, +.tile-medium.transform-top.tile-wide, +.tile-wide.transform-top.tile-wide, +.tile-large.transform-top.tile-wide, +.tile-app.transform-top.tile-wide { + -webkit-transform: perspective(500px) rotateX(0.069186rad) !important; + transform: perspective(500px) rotateX(0.069186rad) !important; +} +.tile-small.transform-top.tile-large, +.tile-medium.transform-top.tile-large, +.tile-wide.transform-top.tile-large, +.tile-large.transform-top.tile-large, +.tile-app.transform-top.tile-large { + -webkit-transform: perspective(500px) rotateX(0.046124rad) !important; + transform: perspective(500px) rotateX(0.046124rad) !important; +} +.tile-small.transform-bottom, +.tile-medium.transform-bottom, +.tile-wide.transform-bottom, +.tile-large.transform-bottom, +.tile-app.transform-bottom { + -webkit-transform-origin: 50% top; + -ms-transform-origin: 50% top; + transform-origin: 50% top; + -webkit-transform: perspective(500px) rotateX(-0.138372rad) !important; + transform: perspective(500px) rotateX(-0.138372rad) !important; +} +.tile-small.transform-bottom.tile-small, +.tile-medium.transform-bottom.tile-small, +.tile-wide.transform-bottom.tile-small, +.tile-large.transform-bottom.tile-small, +.tile-app.transform-bottom.tile-small { + -webkit-transform: perspective(500px) rotateX(-0.276744rad) !important; + transform: perspective(500px) rotateX(-0.276744rad) !important; } -.text-light { - font-weight: 200 !important; +.tile-small.transform-bottom.tile-wide, +.tile-medium.transform-bottom.tile-wide, +.tile-wide.transform-bottom.tile-wide, +.tile-large.transform-bottom.tile-wide, +.tile-app.transform-bottom.tile-wide { + -webkit-transform: perspective(500px) rotateX(-0.069186rad) !important; + transform: perspective(500px) rotateX(-0.069186rad) !important; } -.text-normal { - font-weight: 400 !important; +.tile-small.transform-bottom.tile-large, +.tile-medium.transform-bottom.tile-large, +.tile-wide.transform-bottom.tile-large, +.tile-large.transform-bottom.tile-large, +.tile-app.transform-bottom.tile-large { + -webkit-transform: perspective(500px) rotateX(-0.046124rad) !important; + transform: perspective(500px) rotateX(-0.046124rad) !important; } -.text-medium { - font-weight: 500 !important; +.tiles-grid { + position: relative; + display: grid; + grid-template-columns: repeat(auto-fit, 70px); + grid-template-rows: repeat(auto-fit, 70px); + grid-gap: 10px; } -.text-bold { - font-weight: 700 !important; +.tiles-grid .tile-small { + grid-column: span 1; + grid-row: span 1; } -.display4 { - font-size: 7rem; - font-weight: 200; +.tiles-grid .tile-medium { + grid-column: span 2; + grid-row: span 2; } -.display3 { - font-size: 3.5rem; - font-weight: 400; +.tiles-grid .tile-wide { + grid-column: span 4; + grid-row: span 2; } -.display2 { - font-size: 3rem; - font-weight: 400; +.tiles-grid .tile-large { + grid-column: span 4; + grid-row: span 4; } -.display1 { - font-size: 2.25rem; - font-weight: 400; +.tiles-grid .tile-small.col-1 { + grid-column: 1 / span 1; } -.display1, -.display2, -.display3, -.display4 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - line-height: 1.2; +.tiles-grid .tile-medium.col-1 { + grid-column: 1 / span 2; } -.display4, -.display3, -.display2, -.display1 { - color: #757575; +.tiles-grid .tile-wide.col-1 { + grid-column: 1 / span 4; } -.leader, -.h1, -h1 { - font-weight: 100; - font-size: 3rem; +.tiles-grid .tile-large.col-1 { + grid-column: 1 / span 4; } -.sub-leader, -.h2, -h2 { - font-weight: 400; - font-size: 2rem; +.tiles-grid .tile-small.row-1 { + grid-row: 1 / span 1; } -.header, -.h3, -h3 { - font-weight: 500; - font-size: 1.75rem; +.tiles-grid .tile-medium.row-1 { + grid-row: 1 / span 2; } -.sub-header, -.h4, -h4 { - font-weight: 500; - font-size: 1.5rem; +.tiles-grid .tile-wide.row-1 { + grid-row: 1 / span 4; } -.alt-header, -.h5, -h5 { - font-weight: 500; - font-size: 1.25rem; +.tiles-grid .tile-large.row-1 { + grid-row: 1 / span 4; } -.sub-alt-header, -.h6, -h6 { - font-weight: 500; - font-size: 1.125rem; +.tiles-grid .tile-small.col-2 { + grid-column: 2 / span 1; } -.text-small { - font-weight: 400; - font-size: 0.75rem; +.tiles-grid .tile-medium.col-2 { + grid-column: 2 / span 2; } -.text-secondary { - font-weight: 400; - font-size: 0.875rem; +.tiles-grid .tile-wide.col-2 { + grid-column: 2 / span 4; } -.text-leader { - font-size: 1.5rem; - font-weight: 300; - line-height: 1.2; +.tiles-grid .tile-large.col-2 { + grid-column: 2 / span 4; } -.text-leader2 { - font-size: 1.25rem; - font-weight: 300; - line-height: 1.2; +.tiles-grid .tile-small.row-2 { + grid-row: 2 / span 1; } -.text-muted { - color: #bebebe; +.tiles-grid .tile-medium.row-2 { + grid-row: 2 / span 2; } -.leader, -.h1, -h1, -.sub-leader, -.h2, -h2, -.header, -.h3, -h3, -.sub-header, -.h4, -h4, -.alt-header, -.h5, -h5, -.sub-alt-header, -.h6, -h6 { - color: inherit; - margin: 1rem 0; - line-height: 1.1; +.tiles-grid .tile-wide.row-2 { + grid-row: 2 / span 4; } -.leader > small, -.h1 > small, -h1 > small, -.sub-leader > small, -.h2 > small, -h2 > small, -.header > small, -.h3 > small, -h3 > small, -.sub-header > small, -.h4 > small, -h4 > small, -.alt-header > small, -.h5 > small, -h5 > small, -.sub-alt-header > small, -.h6 > small, -h6 > small, -.leader > .small, -.h1 > .small, -h1 > .small, -.sub-leader > .small, -.h2 > .small, -h2 > .small, -.header > .small, -.h3 > .small, -h3 > .small, -.sub-header > .small, -.h4 > .small, -h4 > .small, -.alt-header > .small, -.h5 > .small, -h5 > .small, -.sub-alt-header > .small, -.h6 > .small, -h6 > .small { - font-weight: 400; - font-size: 0.7em; - line-height: 1; - color: #777; +.tiles-grid .tile-large.row-2 { + grid-row: 2 / span 4; } -.text-upper { - text-transform: uppercase !important; +.tiles-grid .tile-small.col-3 { + grid-column: 3 / span 1; } -.text-lower { - text-transform: lowercase !important; +.tiles-grid .tile-medium.col-3 { + grid-column: 3 / span 2; } -.text-cap { - text-transform: capitalize !important; +.tiles-grid .tile-wide.col-3 { + grid-column: 3 / span 4; } -.text-left { - text-align: left !important; +.tiles-grid .tile-large.col-3 { + grid-column: 3 / span 4; } -.text-right { - text-align: right !important; +.tiles-grid .tile-small.row-3 { + grid-row: 3 / span 1; } -.text-center { - text-align: center !important; +.tiles-grid .tile-medium.row-3 { + grid-row: 3 / span 2; } -.text-just { - text-align: justify !important; +.tiles-grid .tile-wide.row-3 { + grid-row: 3 / span 4; } -.text-ellipsis { - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.tiles-grid .tile-large.row-3 { + grid-row: 3 / span 4; } -.va-top { - vertical-align: top !important; +.tiles-grid .tile-small.col-4 { + grid-column: 4 / span 1; } -.va-bottom { - vertical-align: bottom !important; +.tiles-grid .tile-medium.col-4 { + grid-column: 4 / span 2; } -.va-baseline { - vertical-align: baseline !important; +.tiles-grid .tile-wide.col-4 { + grid-column: 4 / span 4; } -.va-middle { - vertical-align: middle !important; +.tiles-grid .tile-large.col-4 { + grid-column: 4 / span 4; } -.va-sub { - vertical-align: sub !important; +.tiles-grid .tile-small.row-4 { + grid-row: 4 / span 1; } -.va-super { - vertical-align: super !important; +.tiles-grid .tile-medium.row-4 { + grid-row: 4 / span 2; } -.va-text-top { - vertical-align: text-top !important; +.tiles-grid .tile-wide.row-4 { + grid-row: 4 / span 4; } -.va-text-bottom { - vertical-align: text-bottom !important; +.tiles-grid .tile-large.row-4 { + grid-row: 4 / span 4; } -abbr { - text-decoration: none; - border-bottom: 1px #bebebe dotted; - cursor: help; - display: inline; +.tiles-grid .tile-small.col-5 { + grid-column: 5 / span 1; } -address { - font-weight: normal; - margin-bottom: 1rem; - font-style: normal; +.tiles-grid .tile-medium.col-5 { + grid-column: 5 / span 2; } -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; +.tiles-grid .tile-wide.col-5 { + grid-column: 5 / span 4; } -sub { - bottom: -0.25em; +.tiles-grid .tile-large.col-5 { + grid-column: 5 / span 4; } -sup { - top: -0.5em; +.tiles-grid .tile-small.row-5 { + grid-row: 5 / span 1; } -pre, -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1rem; +.tiles-grid .tile-medium.row-5 { + grid-row: 5 / span 2; } -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; +.tiles-grid .tile-wide.row-5 { + grid-row: 5 / span 4; } -code { - white-space: nowrap; +.tiles-grid .tile-large.row-5 { + grid-row: 5 / span 4; } -pre code { - white-space: inherit; +.tiles-grid .tile-small.col-6 { + grid-column: 6 / span 1; } -a:not([class]) { - position: relative; - color: #0366d6; - text-decoration: none; - background-color: transparent; - -webkit-text-decoration-skip: objects; - -webkit-box-shadow: none; - box-shadow: none; +.tiles-grid .tile-medium.col-6 { + grid-column: 6 / span 2; } -a:not([class]):hover { - color: #0056b3; - text-decoration: underline; +.tiles-grid .tile-wide.col-6 { + grid-column: 6 / span 4; } -a:not([class]):not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; +.tiles-grid .tile-large.col-6 { + grid-column: 6 / span 4; } -a:not([class]):not([href]):not([tabindex]):focus, -a:not([class]):not([href]):not([tabindex]):hover { - color: inherit; - text-decoration: none; - outline: 0; +.tiles-grid .tile-small.row-6 { + grid-row: 6 / span 1; } -.no-decor { - text-decoration: none!important; +.tiles-grid .tile-medium.row-6 { + grid-row: 6 / span 2; } -mark { - padding: 0.1875rem; - background-color: #fcf8e3; - color: #000000; +.tiles-grid .tile-wide.row-6 { + grid-row: 6 / span 4; } -del { - color: #bebebe; +.tiles-grid .tile-large.row-6 { + grid-row: 6 / span 4; } -* + p { - margin-top: 1rem; +.tiles-grid .tile-small.col-7 { + grid-column: 7 / span 1; } -dl, -ul, -ol { - margin: 1rem; - list-style-position: inside; +.tiles-grid .tile-medium.col-7 { + grid-column: 7 / span 2; } -dl dl, -ul dl, -ol dl, -dl ul, -ul ul, -ol ul, -dl ol, -ul ol, -ol ol { - margin-bottom: 0; - margin-top: 0; - padding-left: 1.5rem; +.tiles-grid .tile-wide.col-7 { + grid-column: 7 / span 4; } -ul, -menu, -dir { - display: block; - list-style-type: disc; +.tiles-grid .tile-large.col-7 { + grid-column: 7 / span 4; } -ol { - list-style-type: decimal; +.tiles-grid .tile-small.row-7 { + grid-row: 7 / span 1; } -ul ul { - list-style: circle; +.tiles-grid .tile-medium.row-7 { + grid-row: 7 / span 2; } -ul ul ul { - list-style: square; +.tiles-grid .tile-wide.row-7 { + grid-row: 7 / span 4; } -ol { - list-style-type: upper-roman; +.tiles-grid .tile-large.row-7 { + grid-row: 7 / span 4; } -ol ol { - list-style-type: decimal; +.tiles-grid .tile-small.col-8 { + grid-column: 8 / span 1; } -ol ol ol { - list-style-type: lower-alpha; +.tiles-grid .tile-medium.col-8 { + grid-column: 8 / span 2; } -dl dt, -dl dd { - line-height: 1.25rem; +.tiles-grid .tile-wide.col-8 { + grid-column: 8 / span 4; } -dl dt { - font-weight: bold; +.tiles-grid .tile-large.col-8 { + grid-column: 8 / span 4; } -dl dd { - margin-left: 0.9375rem; +.tiles-grid .tile-small.row-8 { + grid-row: 8 / span 1; } -dl.horizontal dt { - float: left; - width: 10rem; - overflow: hidden; - clear: left; - text-align: right; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - white-space: nowrap; +.tiles-grid .tile-medium.row-8 { + grid-row: 8 / span 2; } -dl.horizontal dd { - margin-left: 11.25rem; +.tiles-grid .tile-wide.row-8 { + grid-row: 8 / span 4; } -.indent:first-letter { - margin-left: 2.5rem; +.tiles-grid .tile-large.row-8 { + grid-row: 8 / span 4; } -.indent-letter:first-letter { - font-weight: bold; - float: left; - padding: 0; - line-height: 2.5rem; - font-size: 3rem; - margin-right: 0.5rem; - margin-left: -0.125rem; - margin-top: 0.125rem; +.tiles-grid .tile-small.col-9 { + grid-column: 9 / span 1; } -blockquote { - margin-bottom: 1rem; - padding: 0 0 0 0.625rem; - border-left: 0.25rem #f8f8f8 solid; +.tiles-grid .tile-medium.col-9 { + grid-column: 9 / span 2; } -blockquote small { - color: #bebebe; +.tiles-grid .tile-wide.col-9 { + grid-column: 9 / span 4; } -blockquote small:before { - content: "\2014 \00A0"; +.tiles-grid .tile-large.col-9 { + grid-column: 9 / span 4; } -blockquote.right-side { - border: 0; - border-right: 4px #f8f8f8 solid; - padding-right: 0.625rem; - text-align: right; +.tiles-grid .tile-small.row-9 { + grid-row: 9 / span 1; } -blockquote.right-side small:before { - content: ""; +.tiles-grid .tile-medium.row-9 { + grid-row: 9 / span 2; +} +.tiles-grid .tile-wide.row-9 { + grid-row: 9 / span 4; +} +.tiles-grid .tile-large.row-9 { + grid-row: 9 / span 4; +} +.tiles-grid .tile-small.col-10 { + grid-column: 10 / span 1; } -blockquote.right-side small:after { - content: " \00A0 \2014"; +.tiles-grid .tile-medium.col-10 { + grid-column: 10 / span 2; } -hr { - border: 0; - height: 2px; - background-color: #f8f8f8; +.tiles-grid .tile-wide.col-10 { + grid-column: 10 / span 4; } -hr.thin { - height: 1px; +.tiles-grid .tile-large.col-10 { + grid-column: 10 / span 4; } -hr.fat { - height: 3px; +.tiles-grid .tile-small.row-10 { + grid-row: 10 / span 1; } -.tally, -code, -kbd { - display: inline-block; - padding: 0 6px; - font-size: 90%; - color: #bd4147; - background-color: #f8f9fa; - border-radius: 0.25rem; - line-height: 20px; - vertical-align: middle; - height: 20px; +.tiles-grid .tile-medium.row-10 { + grid-row: 10 / span 2; } -a .tally, -a code, -a kbd { - text-decoration: underline; - cursor: pointer; +.tiles-grid .tile-wide.row-10 { + grid-row: 10 / span 4; } -kbd { - background-color: #004d6f; - color: #ffffff; +.tiles-grid .tile-large.row-10 { + grid-row: 10 / span 4; } -.tally { - line-height: 16px; - background-color: #e9ecef; +.tiles-grid .tile-small.col-11 { + grid-column: 11 / span 1; } -pre code { - background-color: inherit; - height: auto; +.tiles-grid .tile-medium.col-11 { + grid-column: 11 / span 2; } -.remark { - display: block; - position: relative; - border: 1px solid #dfdfdf; - border-left: 4px solid #dfdfdf; - padding: 1rem; - font-size: 0.875rem; - margin: 1rem 0; +.tiles-grid .tile-wide.col-11 { + grid-column: 11 / span 4; } -.reduce-1 { - font-size: 0.9em !important; +.tiles-grid .tile-large.col-11 { + grid-column: 11 / span 4; } -.reduce-2 { - font-size: 0.8em !important; +.tiles-grid .tile-small.row-11 { + grid-row: 11 / span 1; } -.reduce-3 { - font-size: 0.7em !important; +.tiles-grid .tile-medium.row-11 { + grid-row: 11 / span 2; } -.reduce-4 { - font-size: 0.6em !important; +.tiles-grid .tile-wide.row-11 { + grid-row: 11 / span 4; } -.reduce-5 { - font-size: 0.5em !important; +.tiles-grid .tile-large.row-11 { + grid-row: 11 / span 4; } -.reduce-6 { - font-size: 0.4em !important; +.tiles-grid .tile-small.col-12 { + grid-column: 12 / span 1; } -.reduce-7 { - font-size: 0.3em !important; +.tiles-grid .tile-medium.col-12 { + grid-column: 12 / span 2; } -.reduce-8 { - font-size: 0.2em !important; +.tiles-grid .tile-wide.col-12 { + grid-column: 12 / span 4; } -.reduce-9 { - font-size: 0.1em !important; +.tiles-grid .tile-large.col-12 { + grid-column: 12 / span 4; } -.enlarge { - font-size: 1em!important; +.tiles-grid .tile-small.row-12 { + grid-row: 12 / span 1; } -.enlarge-1 { - font-size: 1.1em !important; +.tiles-grid .tile-medium.row-12 { + grid-row: 12 / span 2; } -.enlarge-2 { - font-size: 1.2em !important; +.tiles-grid .tile-wide.row-12 { + grid-row: 12 / span 4; } -.enlarge-3 { - font-size: 1.3em !important; +.tiles-grid .tile-large.row-12 { + grid-row: 12 / span 4; } -.enlarge-4 { - font-size: 1.4em !important; +.tiles-grid.size-half { + width: 80px; } -.enlarge-5 { - font-size: 1.5em !important; +.tiles-grid.size-1 { + width: 160px; } -.enlarge-6 { - font-size: 1.6em !important; +.tiles-grid.size-2 { + width: 320px; } -.enlarge-7 { - font-size: 1.7em !important; +.tiles-grid.size-3 { + width: 480px; } -.enlarge-8 { - font-size: 1.8em !important; +.tiles-grid.size-4 { + width: 640px; } -.enlarge-9 { - font-size: 1.9em !important; +.tiles-grid.size-5 { + width: 800px; } -.enlarge-2x { - font-size: 2em!important; +.tiles-grid.size-6 { + width: 960px; } -.enlarge-3x { - font-size: 3em!important; +.tiles-grid.size-7 { + width: 1120px; } -.enlarge-4x { - font-size: 4em!important; +.tiles-grid.size-8 { + width: 1280px; } -.align-size { - font-size: 1em!important; +.tiles-grid.size-9 { + width: 1440px; } -.text-underline { - text-decoration: underline; +.tiles-grid.size-10 { + width: 1600px; } @media screen and (min-width: 0) { - .text-upper-fs { - text-transform: uppercase !important; + .tiles-grid .col-fs-1 { + grid-column: 1; + } + .tiles-grid .row-fs-1 { + grid-row: 1; + } + .tiles-grid .col-fs-2 { + grid-column: 2; + } + .tiles-grid .row-fs-2 { + grid-row: 2; + } + .tiles-grid .col-fs-3 { + grid-column: 3; + } + .tiles-grid .row-fs-3 { + grid-row: 3; + } + .tiles-grid .col-fs-4 { + grid-column: 4; + } + .tiles-grid .row-fs-4 { + grid-row: 4; + } + .tiles-grid .col-fs-5 { + grid-column: 5; + } + .tiles-grid .row-fs-5 { + grid-row: 5; + } + .tiles-grid .col-fs-6 { + grid-column: 6; + } + .tiles-grid .row-fs-6 { + grid-row: 6; + } + .tiles-grid .col-fs-7 { + grid-column: 7; + } + .tiles-grid .row-fs-7 { + grid-row: 7; + } + .tiles-grid .col-fs-8 { + grid-column: 8; + } + .tiles-grid .row-fs-8 { + grid-row: 8; + } + .tiles-grid .col-fs-9 { + grid-column: 9; + } + .tiles-grid .row-fs-9 { + grid-row: 9; + } + .tiles-grid .col-fs-10 { + grid-column: 10; + } + .tiles-grid .row-fs-10 { + grid-row: 10; + } + .tiles-grid .col-fs-11 { + grid-column: 11; + } + .tiles-grid .row-fs-11 { + grid-row: 11; + } + .tiles-grid .col-fs-12 { + grid-column: 12; + } + .tiles-grid .row-fs-12 { + grid-row: 12; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-1 { + width: 160px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-2 { + width: 320px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-3 { + width: 480px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-4 { + width: 640px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-5 { + width: 800px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-6 { + width: 960px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-7 { + width: 1120px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-8 { + width: 1280px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-9 { + width: 1440px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-10 { + width: 1600px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-11 { + width: 1760px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-12 { + width: 1920px; + } +} +@media screen and (min-width: 576px) { + .tiles-grid .col-sm-1 { + grid-column: 1; + } + .tiles-grid .row-sm-1 { + grid-row: 1; + } + .tiles-grid .col-sm-2 { + grid-column: 2; + } + .tiles-grid .row-sm-2 { + grid-row: 2; + } + .tiles-grid .col-sm-3 { + grid-column: 3; + } + .tiles-grid .row-sm-3 { + grid-row: 3; + } + .tiles-grid .col-sm-4 { + grid-column: 4; + } + .tiles-grid .row-sm-4 { + grid-row: 4; + } + .tiles-grid .col-sm-5 { + grid-column: 5; + } + .tiles-grid .row-sm-5 { + grid-row: 5; + } + .tiles-grid .col-sm-6 { + grid-column: 6; + } + .tiles-grid .row-sm-6 { + grid-row: 6; + } + .tiles-grid .col-sm-7 { + grid-column: 7; + } + .tiles-grid .row-sm-7 { + grid-row: 7; + } + .tiles-grid .col-sm-8 { + grid-column: 8; + } + .tiles-grid .row-sm-8 { + grid-row: 8; + } + .tiles-grid .col-sm-9 { + grid-column: 9; + } + .tiles-grid .row-sm-9 { + grid-row: 9; + } + .tiles-grid .col-sm-10 { + grid-column: 10; + } + .tiles-grid .row-sm-10 { + grid-row: 10; + } + .tiles-grid .col-sm-11 { + grid-column: 11; + } + .tiles-grid .row-sm-11 { + grid-row: 11; + } + .tiles-grid .col-sm-12 { + grid-column: 12; + } + .tiles-grid .row-sm-12 { + grid-row: 12; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-1 { + width: 160px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-2 { + width: 320px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-3 { + width: 480px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-4 { + width: 640px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-5 { + width: 800px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-6 { + width: 960px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-7 { + width: 1120px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-8 { + width: 1280px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-9 { + width: 1440px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-10 { + width: 1600px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-11 { + width: 1760px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-12 { + width: 1920px; + } +} +@media screen and (min-width: 768px) { + .tiles-grid .col-md-1 { + grid-column: 1; + } + .tiles-grid .row-md-1 { + grid-row: 1; + } + .tiles-grid .col-md-2 { + grid-column: 2; + } + .tiles-grid .row-md-2 { + grid-row: 2; + } + .tiles-grid .col-md-3 { + grid-column: 3; + } + .tiles-grid .row-md-3 { + grid-row: 3; + } + .tiles-grid .col-md-4 { + grid-column: 4; + } + .tiles-grid .row-md-4 { + grid-row: 4; + } + .tiles-grid .col-md-5 { + grid-column: 5; + } + .tiles-grid .row-md-5 { + grid-row: 5; + } + .tiles-grid .col-md-6 { + grid-column: 6; + } + .tiles-grid .row-md-6 { + grid-row: 6; + } + .tiles-grid .col-md-7 { + grid-column: 7; + } + .tiles-grid .row-md-7 { + grid-row: 7; + } + .tiles-grid .col-md-8 { + grid-column: 8; + } + .tiles-grid .row-md-8 { + grid-row: 8; + } + .tiles-grid .col-md-9 { + grid-column: 9; + } + .tiles-grid .row-md-9 { + grid-row: 9; + } + .tiles-grid .col-md-10 { + grid-column: 10; } - .text-lower-fs { - text-transform: lowercase !important; + .tiles-grid .row-md-10 { + grid-row: 10; } - .text-cap-fs { - text-transform: capitalize !important; + .tiles-grid .col-md-11 { + grid-column: 11; } - .text-left-fs { - text-align: left !important; + .tiles-grid .row-md-11 { + grid-row: 11; } - .text-right-fs { - text-align: right !important; + .tiles-grid .col-md-12 { + grid-column: 12; } - .text-center-fs { - text-align: center !important; + .tiles-grid .row-md-12 { + grid-row: 12; } - .text-just-fs { - text-align: justify !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-top-fs { - vertical-align: top !important; + .tiles-grid.size-md-1 { + width: 160px; } - .va-bottom-fs { - vertical-align: bottom !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-baseline-fs { - vertical-align: baseline !important; + .tiles-grid.size-md-2 { + width: 320px; } - .va-middle-fs { - vertical-align: middle !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-sub-fs { - vertical-align: sub !important; + .tiles-grid.size-md-3 { + width: 480px; } - .va-super-fs { - vertical-align: super !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-text-top-fs { - vertical-align: text-top !important; + .tiles-grid.size-md-4 { + width: 640px; } - .va-text-bottom-fs { - vertical-align: text-bottom !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-1-fs { - font-size: 0.9em !important; + .tiles-grid.size-md-5 { + width: 800px; } - .reduce-2-fs { - font-size: 0.8em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-3-fs { - font-size: 0.7em !important; + .tiles-grid.size-md-6 { + width: 960px; } - .reduce-4-fs { - font-size: 0.6em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-5-fs { - font-size: 0.5em !important; + .tiles-grid.size-md-7 { + width: 1120px; } - .reduce-6-fs { - font-size: 0.4em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-7-fs { - font-size: 0.3em !important; + .tiles-grid.size-md-8 { + width: 1280px; } - .reduce-8-fs { - font-size: 0.2em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-9-fs { - font-size: 0.1em !important; + .tiles-grid.size-md-9 { + width: 1440px; } - .enlarge-fs { - font-size: 1em!important; + .tiles-grid.size-md-half { + width: 80px; } - .enlarge-1-fs { - font-size: 1.1em !important; + .tiles-grid.size-md-10 { + width: 1600px; } - .enlarge-2-fs { - font-size: 1.2em !important; + .tiles-grid.size-md-half { + width: 80px; } - .enlarge-3-fs { - font-size: 1.3em !important; + .tiles-grid.size-md-11 { + width: 1760px; } - .enlarge-4-fs { - font-size: 1.4em !important; + .tiles-grid.size-md-half { + width: 80px; } - .enlarge-5-fs { - font-size: 1.5em !important; + .tiles-grid.size-md-12 { + width: 1920px; } - .enlarge-6-fs { - font-size: 1.6em !important; +} +@media screen and (min-width: 992px) { + .tiles-grid .col-lg-1 { + grid-column: 1; } - .enlarge-7-fs { - font-size: 1.7em !important; + .tiles-grid .row-lg-1 { + grid-row: 1; } - .enlarge-8-fs { - font-size: 1.8em !important; + .tiles-grid .col-lg-2 { + grid-column: 2; } - .enlarge-9-fs { - font-size: 1.9em !important; + .tiles-grid .row-lg-2 { + grid-row: 2; } - .enlarge-2x-fs { - font-size: 2em!important; + .tiles-grid .col-lg-3 { + grid-column: 3; } - .enlarge-3x-fs { - font-size: 3em!important; + .tiles-grid .row-lg-3 { + grid-row: 3; } - .enlarge-4x-fs { - font-size: 4em!important; + .tiles-grid .col-lg-4 { + grid-column: 4; } -} -@media screen and (min-width: 576px) { - .text-upper-sm { - text-transform: uppercase !important; + .tiles-grid .row-lg-4 { + grid-row: 4; } - .text-lower-sm { - text-transform: lowercase !important; + .tiles-grid .col-lg-5 { + grid-column: 5; } - .text-cap-sm { - text-transform: capitalize !important; + .tiles-grid .row-lg-5 { + grid-row: 5; } - .text-left-sm { - text-align: left !important; + .tiles-grid .col-lg-6 { + grid-column: 6; } - .text-right-sm { - text-align: right !important; + .tiles-grid .row-lg-6 { + grid-row: 6; } - .text-center-sm { - text-align: center !important; + .tiles-grid .col-lg-7 { + grid-column: 7; } - .text-just-sm { - text-align: justify !important; + .tiles-grid .row-lg-7 { + grid-row: 7; } - .va-top-sm { - vertical-align: top !important; + .tiles-grid .col-lg-8 { + grid-column: 8; } - .va-bottom-sm { - vertical-align: bottom !important; + .tiles-grid .row-lg-8 { + grid-row: 8; } - .va-baseline-sm { - vertical-align: baseline !important; + .tiles-grid .col-lg-9 { + grid-column: 9; } - .va-middle-sm { - vertical-align: middle !important; + .tiles-grid .row-lg-9 { + grid-row: 9; } - .va-sub-sm { - vertical-align: sub !important; + .tiles-grid .col-lg-10 { + grid-column: 10; } - .va-super-sm { - vertical-align: super !important; + .tiles-grid .row-lg-10 { + grid-row: 10; } - .va-text-top-sm { - vertical-align: text-top !important; + .tiles-grid .col-lg-11 { + grid-column: 11; } - .va-text-bottom-sm { - vertical-align: text-bottom !important; + .tiles-grid .row-lg-11 { + grid-row: 11; } - .reduce-1-sm { - font-size: 0.9em !important; + .tiles-grid .col-lg-12 { + grid-column: 12; } - .reduce-2-sm { - font-size: 0.8em !important; + .tiles-grid .row-lg-12 { + grid-row: 12; } - .reduce-3-sm { - font-size: 0.7em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .reduce-4-sm { - font-size: 0.6em !important; + .tiles-grid.size-lg-1 { + width: 160px; } - .reduce-5-sm { - font-size: 0.5em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .reduce-6-sm { - font-size: 0.4em !important; + .tiles-grid.size-lg-2 { + width: 320px; } - .reduce-7-sm { - font-size: 0.3em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .reduce-8-sm { - font-size: 0.2em !important; + .tiles-grid.size-lg-3 { + width: 480px; } - .reduce-9-sm { - font-size: 0.1em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-sm { - font-size: 1em!important; + .tiles-grid.size-lg-4 { + width: 640px; } - .enlarge-1-sm { - font-size: 1.1em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-2-sm { - font-size: 1.2em !important; + .tiles-grid.size-lg-5 { + width: 800px; } - .enlarge-3-sm { - font-size: 1.3em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-4-sm { - font-size: 1.4em !important; + .tiles-grid.size-lg-6 { + width: 960px; } - .enlarge-5-sm { - font-size: 1.5em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-6-sm { - font-size: 1.6em !important; + .tiles-grid.size-lg-7 { + width: 1120px; } - .enlarge-7-sm { - font-size: 1.7em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-8-sm { - font-size: 1.8em !important; + .tiles-grid.size-lg-8 { + width: 1280px; } - .enlarge-9-sm { - font-size: 1.9em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-2x-sm { - font-size: 2em!important; + .tiles-grid.size-lg-9 { + width: 1440px; } - .enlarge-3x-sm { - font-size: 3em!important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-4x-sm { - font-size: 4em!important; + .tiles-grid.size-lg-10 { + width: 1600px; } -} -@media screen and (min-width: 768px) { - .text-upper-md { - text-transform: uppercase !important; + .tiles-grid.size-lg-half { + width: 80px; } - .text-lower-md { - text-transform: lowercase !important; + .tiles-grid.size-lg-11 { + width: 1760px; } - .text-cap-md { - text-transform: capitalize !important; + .tiles-grid.size-lg-half { + width: 80px; } - .text-left-md { - text-align: left !important; + .tiles-grid.size-lg-12 { + width: 1920px; } - .text-right-md { - text-align: right !important; +} +@media screen and (min-width: 1200px) { + .tiles-grid .col-xl-1 { + grid-column: 1; } - .text-center-md { - text-align: center !important; + .tiles-grid .row-xl-1 { + grid-row: 1; } - .text-just-md { - text-align: justify !important; + .tiles-grid .col-xl-2 { + grid-column: 2; } - .va-top-md { - vertical-align: top !important; + .tiles-grid .row-xl-2 { + grid-row: 2; } - .va-bottom-md { - vertical-align: bottom !important; + .tiles-grid .col-xl-3 { + grid-column: 3; } - .va-baseline-md { - vertical-align: baseline !important; + .tiles-grid .row-xl-3 { + grid-row: 3; } - .va-middle-md { - vertical-align: middle !important; + .tiles-grid .col-xl-4 { + grid-column: 4; } - .va-sub-md { - vertical-align: sub !important; + .tiles-grid .row-xl-4 { + grid-row: 4; } - .va-super-md { - vertical-align: super !important; + .tiles-grid .col-xl-5 { + grid-column: 5; } - .va-text-top-md { - vertical-align: text-top !important; + .tiles-grid .row-xl-5 { + grid-row: 5; } - .va-text-bottom-md { - vertical-align: text-bottom !important; + .tiles-grid .col-xl-6 { + grid-column: 6; } - .reduce-1-md { - font-size: 0.9em !important; + .tiles-grid .row-xl-6 { + grid-row: 6; } - .reduce-2-md { - font-size: 0.8em !important; + .tiles-grid .col-xl-7 { + grid-column: 7; } - .reduce-3-md { - font-size: 0.7em !important; + .tiles-grid .row-xl-7 { + grid-row: 7; } - .reduce-4-md { - font-size: 0.6em !important; + .tiles-grid .col-xl-8 { + grid-column: 8; } - .reduce-5-md { - font-size: 0.5em !important; + .tiles-grid .row-xl-8 { + grid-row: 8; } - .reduce-6-md { - font-size: 0.4em !important; + .tiles-grid .col-xl-9 { + grid-column: 9; } - .reduce-7-md { - font-size: 0.3em !important; + .tiles-grid .row-xl-9 { + grid-row: 9; } - .reduce-8-md { - font-size: 0.2em !important; + .tiles-grid .col-xl-10 { + grid-column: 10; } - .reduce-9-md { - font-size: 0.1em !important; + .tiles-grid .row-xl-10 { + grid-row: 10; } - .enlarge-md { - font-size: 1em!important; + .tiles-grid .col-xl-11 { + grid-column: 11; } - .enlarge-1-md { - font-size: 1.1em !important; + .tiles-grid .row-xl-11 { + grid-row: 11; } - .enlarge-2-md { - font-size: 1.2em !important; + .tiles-grid .col-xl-12 { + grid-column: 12; } - .enlarge-3-md { - font-size: 1.3em !important; + .tiles-grid .row-xl-12 { + grid-row: 12; } - .enlarge-4-md { - font-size: 1.4em !important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-5-md { - font-size: 1.5em !important; + .tiles-grid.size-xl-1 { + width: 160px; } - .enlarge-6-md { - font-size: 1.6em !important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-7-md { - font-size: 1.7em !important; + .tiles-grid.size-xl-2 { + width: 320px; } - .enlarge-8-md { - font-size: 1.8em !important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-9-md { - font-size: 1.9em !important; + .tiles-grid.size-xl-3 { + width: 480px; } - .enlarge-2x-md { - font-size: 2em!important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-3x-md { - font-size: 3em!important; + .tiles-grid.size-xl-4 { + width: 640px; } - .enlarge-4x-md { - font-size: 4em!important; + .tiles-grid.size-xl-half { + width: 80px; } -} -@media screen and (min-width: 992px) { - .text-upper-lg { - text-transform: uppercase !important; + .tiles-grid.size-xl-5 { + width: 800px; } - .text-lower-lg { - text-transform: lowercase !important; + .tiles-grid.size-xl-half { + width: 80px; } - .text-cap-lg { - text-transform: capitalize !important; + .tiles-grid.size-xl-6 { + width: 960px; } - .text-left-lg { - text-align: left !important; + .tiles-grid.size-xl-half { + width: 80px; } - .text-right-lg { - text-align: right !important; + .tiles-grid.size-xl-7 { + width: 1120px; } - .text-center-lg { - text-align: center !important; + .tiles-grid.size-xl-half { + width: 80px; } - .text-just-lg { - text-align: justify !important; + .tiles-grid.size-xl-8 { + width: 1280px; } - .va-top-lg { - vertical-align: top !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-bottom-lg { - vertical-align: bottom !important; + .tiles-grid.size-xl-9 { + width: 1440px; } - .va-baseline-lg { - vertical-align: baseline !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-middle-lg { - vertical-align: middle !important; + .tiles-grid.size-xl-10 { + width: 1600px; } - .va-sub-lg { - vertical-align: sub !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-super-lg { - vertical-align: super !important; + .tiles-grid.size-xl-11 { + width: 1760px; } - .va-text-top-lg { - vertical-align: text-top !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-text-bottom-lg { - vertical-align: text-bottom !important; + .tiles-grid.size-xl-12 { + width: 1920px; + } +} +@media screen and (min-width: 1452px) { + .tiles-grid .col-xxl-1 { + grid-column: 1; } - .reduce-1-lg { - font-size: 0.9em !important; + .tiles-grid .row-xxl-1 { + grid-row: 1; } - .reduce-2-lg { - font-size: 0.8em !important; + .tiles-grid .col-xxl-2 { + grid-column: 2; } - .reduce-3-lg { - font-size: 0.7em !important; + .tiles-grid .row-xxl-2 { + grid-row: 2; } - .reduce-4-lg { - font-size: 0.6em !important; + .tiles-grid .col-xxl-3 { + grid-column: 3; } - .reduce-5-lg { - font-size: 0.5em !important; + .tiles-grid .row-xxl-3 { + grid-row: 3; } - .reduce-6-lg { - font-size: 0.4em !important; + .tiles-grid .col-xxl-4 { + grid-column: 4; } - .reduce-7-lg { - font-size: 0.3em !important; + .tiles-grid .row-xxl-4 { + grid-row: 4; } - .reduce-8-lg { - font-size: 0.2em !important; + .tiles-grid .col-xxl-5 { + grid-column: 5; } - .reduce-9-lg { - font-size: 0.1em !important; + .tiles-grid .row-xxl-5 { + grid-row: 5; } - .enlarge-lg { - font-size: 1em!important; + .tiles-grid .col-xxl-6 { + grid-column: 6; } - .enlarge-1-lg { - font-size: 1.1em !important; + .tiles-grid .row-xxl-6 { + grid-row: 6; } - .enlarge-2-lg { - font-size: 1.2em !important; + .tiles-grid .col-xxl-7 { + grid-column: 7; } - .enlarge-3-lg { - font-size: 1.3em !important; + .tiles-grid .row-xxl-7 { + grid-row: 7; } - .enlarge-4-lg { - font-size: 1.4em !important; + .tiles-grid .col-xxl-8 { + grid-column: 8; } - .enlarge-5-lg { - font-size: 1.5em !important; + .tiles-grid .row-xxl-8 { + grid-row: 8; } - .enlarge-6-lg { - font-size: 1.6em !important; + .tiles-grid .col-xxl-9 { + grid-column: 9; } - .enlarge-7-lg { - font-size: 1.7em !important; + .tiles-grid .row-xxl-9 { + grid-row: 9; } - .enlarge-8-lg { - font-size: 1.8em !important; + .tiles-grid .col-xxl-10 { + grid-column: 10; } - .enlarge-9-lg { - font-size: 1.9em !important; + .tiles-grid .row-xxl-10 { + grid-row: 10; } - .enlarge-2x-lg { - font-size: 2em!important; + .tiles-grid .col-xxl-11 { + grid-column: 11; } - .enlarge-3x-lg { - font-size: 3em!important; + .tiles-grid .row-xxl-11 { + grid-row: 11; } - .enlarge-4x-lg { - font-size: 4em!important; + .tiles-grid .col-xxl-12 { + grid-column: 12; } -} -@media screen and (min-width: 1200px) { - .text-upper-xl { - text-transform: uppercase !important; + .tiles-grid .row-xxl-12 { + grid-row: 12; } - .text-lower-xl { - text-transform: lowercase !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .text-cap-xl { - text-transform: capitalize !important; + .tiles-grid.size-xxl-1 { + width: 160px; } - .text-left-xl { - text-align: left !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .text-right-xl { - text-align: right !important; + .tiles-grid.size-xxl-2 { + width: 320px; } - .text-center-xl { - text-align: center !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .text-just-xl { - text-align: justify !important; + .tiles-grid.size-xxl-3 { + width: 480px; } - .va-top-xl { - vertical-align: top !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-bottom-xl { - vertical-align: bottom !important; + .tiles-grid.size-xxl-4 { + width: 640px; } - .va-baseline-xl { - vertical-align: baseline !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-middle-xl { - vertical-align: middle !important; + .tiles-grid.size-xxl-5 { + width: 800px; } - .va-sub-xl { - vertical-align: sub !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-super-xl { - vertical-align: super !important; + .tiles-grid.size-xxl-6 { + width: 960px; } - .va-text-top-xl { - vertical-align: text-top !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-text-bottom-xl { - vertical-align: text-bottom !important; + .tiles-grid.size-xxl-7 { + width: 1120px; } - .reduce-1-xl { - font-size: 0.9em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-2-xl { - font-size: 0.8em !important; + .tiles-grid.size-xxl-8 { + width: 1280px; } - .reduce-3-xl { - font-size: 0.7em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-4-xl { - font-size: 0.6em !important; + .tiles-grid.size-xxl-9 { + width: 1440px; } - .reduce-5-xl { - font-size: 0.5em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-6-xl { - font-size: 0.4em !important; + .tiles-grid.size-xxl-10 { + width: 1600px; } - .reduce-7-xl { - font-size: 0.3em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-8-xl { - font-size: 0.2em !important; + .tiles-grid.size-xxl-11 { + width: 1760px; } - .reduce-9-xl { - font-size: 0.1em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .enlarge-xl { - font-size: 1em!important; + .tiles-grid.size-xxl-12 { + width: 1920px; } - .enlarge-1-xl { - font-size: 1.1em !important; +} +.tiles-group { + width: auto; + float: left; + overflow: visible; +} +.tiles-group::before { + content: attr(data-group-title); + display: block; + position: absolute; + left: 0; + top: -36px; + height: 1.5em; + line-height: 1.5em; + z-index: 1; + color: inherit; +} +[class*=tile-].image-set { + background-size: contain; + background-position: center; +} +[class*=tile-].image-set .img { + width: 25%; + height: 50%; + display: block; + float: left; + border: 1px solid #1d1d1d; + background-size: cover; +} +[class*=tile-].image-set .img:nth-child(1) { + width: 50%; + height: 100%; +} +[class*=tile-] .slide { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + display: block; +} +[class*=tile-] [class*=slide-] { + width: 100%; + height: 100%; + position: absolute; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +[class*=tile-] .slide-front { + top: 0; + left: 0; +} +[class*=tile-].effect-hover-slide-up .slide-back, +[class*=tile-].effect-hover-zoom-up .slide-back { + top: 100%; + left: 0; +} +[class*=tile-].effect-hover-slide-up:hover .slide-front, +[class*=tile-].effect-hover-zoom-up:hover .slide-front { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +[class*=tile-].effect-hover-slide-up:hover .slide-back, +[class*=tile-].effect-hover-zoom-up:hover .slide-back { + top: 0; +} +[class*=tile-].effect-hover-slide-down .slide-back, +[class*=tile-].effect-hover-zoom-down .slide-back { + top: 0; + left: 0; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +[class*=tile-].effect-hover-slide-down:hover .slide-front, +[class*=tile-].effect-hover-zoom-down:hover .slide-front { + top: 100%; +} +[class*=tile-].effect-hover-slide-down:hover .slide-back, +[class*=tile-].effect-hover-zoom-down:hover .slide-back { + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); +} +[class*=tile-].effect-hover-slide-left .slide-back, +[class*=tile-].effect-hover-zoom-left .slide-back { + top: 0; + left: 100%; +} +[class*=tile-].effect-hover-slide-left:hover .slide-front, +[class*=tile-].effect-hover-zoom-left:hover .slide-front { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +[class*=tile-].effect-hover-slide-left:hover .slide-back, +[class*=tile-].effect-hover-zoom-left:hover .slide-back { + left: 0; +} +[class*=tile-].effect-hover-slide-right .slide-back, +[class*=tile-].effect-hover-zoom-right .slide-back { + top: 0; + left: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +[class*=tile-].effect-hover-slide-right:hover .slide-front, +[class*=tile-].effect-hover-zoom-right:hover .slide-front { + left: 100%; +} +[class*=tile-].effect-hover-slide-right:hover .slide-back, +[class*=tile-].effect-hover-zoom-right:hover .slide-back { + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); +} +[class*=tile-].effect-hover-zoom-up:hover .slide-front, +[class*=tile-].effect-hover-zoom-down:hover .slide-front, +[class*=tile-].effect-hover-zoom-left:hover .slide-front, +[class*=tile-].effect-hover-zoom-right:hover .slide-front { + left: 0; + top: 0; + -webkit-transform: scale(2); + -ms-transform: scale(2); + transform: scale(2); +} +.time-picker input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.time-picker input:focus ~ .time-wrapper { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.time-picker .time-wrapper { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + border: 1px solid #dfdfdf; + width: 100%; +} +.time-picker .hours, +.time-picker .minutes, +.time-picker .seconds { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + border: 1px solid; + border-color: inherit; + text-align: center; + height: 38px; + line-height: 34px; + position: relative; + font-size: 1.2em; +} +.time-picker.show-labels .hours, +.time-picker.show-labels .minutes, +.time-picker.show-labels .seconds { + line-height: 30px; +} +.time-picker.show-labels .hours::before, +.time-picker.show-labels .minutes::before, +.time-picker.show-labels .seconds::before { + content: attr(data-title); + position: absolute; + display: block; + font-size: 8px; + line-height: 12px; + left: 50%; + bottom: 0; + -webkit-transform: translate3d(-50%, 0, 0); + transform: translate3d(-50%, 0, 0); +} +.toast { + position: fixed; + bottom: 20px; + width: auto; + max-width: 35.5rem; + padding: 0.5rem 1.5rem; + text-align: left; + font-size: 0.875rem; + font-weight: normal; + background-color: #323232; + color: #ffffff; + border-radius: 0.25rem; + z-index: 1080; +} +.toast.show-top { + bottom: auto; + top: 20px; +} +.tool-button { + width: 2rem; + height: 2rem; + line-height: 2rem; + vertical-align: middle; + display: inline-block; + text-align: center; + background-color: #ebebeb; + color: #1d1d1d; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + padding: 0; + cursor: pointer; + outline: none; + margin: 0 2px; + position: relative; + font-size: 14px; +} +.tool-button [class*=mif], +.tool-button .icon, +.tool-button img { + height: 1rem; + max-height: 1rem; + font-size: 1rem; +} +.tool-button.text-button { + width: auto; + padding-left: 0.5rem; + padding-right: 0.5rem; +} +.tool-button:focus, +.tool-button:hover { + text-decoration: none; +} +.tool-button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.tool-button:active { + outline: 0; + -webkit-box-shadow: none; + box-shadow: none; +} +.tool-button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.tool-button.disabled, +.tool-button:disabled { + opacity: 0.65; +} +a.tool-button { + text-decoration: none; + color: #1d1d1d; +} +.toolbar { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + padding: 0 0 0 0.5725rem; + top: 2px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + margin-left: 4px; +} +.toolbar.no-divider::before { + display: none; +} +.toolbar::before { + position: absolute; + content: ""; + width: 0.325rem; + height: 100%; + top: 0; + left: 0; + background-color: rgba(69, 90, 100, 0.2); + cursor: move; +} +.toolbar.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding: 0.5725rem 0 0 0; + width: 32px; + margin-left: 0; + margin-top: 4px; +} +.toolbar.vertical::before { + width: 32px; + height: 0.325rem; +} +.toolbar.vertical .tool-button { + margin: 2px 0; +} +.topbar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 0.5rem 1rem; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + position: -webkit-sticky; + position: sticky; + top: 0; + background: #004d6f; + color: #ffffff; + z-index: 1080; +} +.topbar-brand, +.topbar-element, +.topbar-menu { + display: block; + white-space: nowrap; + background: inherit; + color: #ffffff; + text-decoration: none!important; + height: 2.5rem; + line-height: 2.5rem; + font-size: 0.875rem; + margin-bottom: 1rem; +} +.topbar-brand { + font-size: 1.25rem; + margin-top: 1rem; +} +.topbar-menu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 0; + margin: 0; + list-style: none; +} +.topbar-menu li a { + display: block; + text-decoration: none; + color: inherit; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 0.5rem; + font-size: 0.875rem; +} +.topbar-menu li a:hover, +.topbar-menu li a:active { + background: rgba(29, 29, 29, 0.1); +} +@media screen and (min-width: 0) { + .topbar-expand-fs { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-2-xl { - font-size: 1.2em !important; + .topbar-expand-fs .topbar-brand, + .topbar-expand-fs .topbar-element, + .topbar-expand-fs .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-3-xl { - font-size: 1.3em !important; +} +@media screen and (min-width: 576px) { + .topbar-expand-sm { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-4-xl { - font-size: 1.4em !important; + .topbar-expand-sm .topbar-brand, + .topbar-expand-sm .topbar-element, + .topbar-expand-sm .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-5-xl { - font-size: 1.5em !important; +} +@media screen and (min-width: 768px) { + .topbar-expand-md { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-6-xl { - font-size: 1.6em !important; + .topbar-expand-md .topbar-brand, + .topbar-expand-md .topbar-element, + .topbar-expand-md .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-7-xl { - font-size: 1.7em !important; +} +@media screen and (min-width: 992px) { + .topbar-expand-lg { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-8-xl { - font-size: 1.8em !important; + .topbar-expand-lg .topbar-brand, + .topbar-expand-lg .topbar-element, + .topbar-expand-lg .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-9-xl { - font-size: 1.9em !important; +} +@media screen and (min-width: 1200px) { + .topbar-expand-xl { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-2x-xl { - font-size: 2em!important; + .topbar-expand-xl .topbar-brand, + .topbar-expand-xl .topbar-element, + .topbar-expand-xl .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-3x-xl { - font-size: 3em!important; +} +@media screen and (min-width: 1452px) { + .topbar-expand-xxl { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-4x-xl { - font-size: 4em!important; + .topbar-expand-xxl .topbar-brand, + .topbar-expand-xxl .topbar-element, + .topbar-expand-xxl .topbar-menu { + margin-bottom: 0; + margin-top: 0; } } -@media screen and (min-width: 1452px) { - .text-upper-xxl { - text-transform: uppercase !important; - } - .text-lower-xxl { - text-transform: lowercase !important; +.treeview { + margin: 0 0 0 0; + padding: 0 0 0 24px; + font-size: 0.8125rem; + list-style: none inside; + display: block; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.treeview li { + display: block; + position: relative; + padding: 2px 0; + cursor: pointer; + line-height: 1.25rem; +} +.treeview li .icon { + position: absolute; + width: 16px; + height: 16px; + font-size: 16px; + left: 0; + top: 2px; + line-height: 16px; +} +.treeview li .icon img { + max-width: 100%; + height: 100%; +} +.treeview li .caption { + position: relative; +} +.treeview li .icon ~ .caption { + margin-left: 20px; +} +.treeview li .node-toggle { + position: relative; + cursor: pointer; + padding-right: 1.5rem !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.treeview li .node-toggle::before { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 0.3125rem; + width: 0.3125rem; + background-color: transparent; + border-left: 1px solid; + border-bottom: 1px solid; + border-color: #1d1d1d; + top: 50%; + left: 100%; + margin-left: -1rem; + margin-top: -0.1625rem; + z-index: 2; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + -webkit-transform-origin: center center 1px; + -ms-transform-origin: center center 1px; + transform-origin: center center 1px; +} +.treeview li .node-toggle { + position: absolute; + left: 0; + top: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + width: 24px; + height: 24px; +} +.treeview li .node-toggle::before { + -webkit-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + transform: rotate(-135deg); +} +.treeview li.expanded > .node-toggle::before { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.treeview li.current > .caption { + color: #000000; +} +.treeview ul { + margin: 0 0 0 1rem; + padding: 0; + list-style: none inside; + display: block; + position: relative; + font-weight: normal; +} +.treeview .select .d-menu { + position: absolute; + left: 0; + margin: 0; + width: auto; +} +.treeview li .checkbox, +.treeview li .checkbox .check, +.treeview li .checkbox .caption { + line-height: 1; +} +.treeview li .radio, +.treeview li .radio .check, +.treeview li .radio .caption { + line-height: 1; +} +.treeview li .switch, +.treeview li .switch .check, +.treeview li .switch .caption { + line-height: 1; +} +.treeview li .checkbox, +.treeview li .radio, +.treeview li .switch { + height: 24px; +} +.vegas-wrapper, +.vegas-overlay, +.vegas-timer, +.vegas-slide, +.vegas-slide-inner { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + overflow: hidden; + border: none; + padding: 0; + margin: 0; +} +.vegas-overlay { + opacity: 0.5; + background: transparent center center repeat; +} +.vegas-overlay.overlay1 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay2 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay3 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII="); +} +.vegas-overlay.overlay4 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay5 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC"); +} +.vegas-overlay.overlay6 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay7 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII="); +} +.vegas-overlay.overlay8 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay9 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg=="); +} +.vegas-timer { + top: auto; + bottom: 0; + height: 2px; +} +.vegas-timer-progress { + width: 0; + height: 100%; + background: white; + -webkit-transition: width ease-out; + -o-transition: width ease-out; + transition: width ease-out; +} +.vegas-timer-running .vegas-timer-progress { + width: 100%; +} +.vegas-slide, +.vegas-slide-inner { + margin: 0; + padding: 0; + background: transparent center center no-repeat; + -webkit-transform: translateZ(0); + transform: translateZ(0); + will-change: transform, opacity; +} +body .vegas-container { + overflow: hidden !important; + position: relative; +} +.vegas-video { + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; +} +body.vegas-container { + overflow: auto; + position: static; + z-index: -2; +} +body.vegas-container > .vegas-timer, +body.vegas-container > .vegas-overlay, +body.vegas-container > .vegas-slide { + position: fixed; + z-index: -1; +} +.vegas-transition-blur, +.vegas-transition-blur2 { + opacity: 0; + -webkit-filter: blur(32px) brightness(1.01); + filter: blur(32px) brightness(1.01); +} +.vegas-transition-blur-in, +.vegas-transition-blur2-in { + opacity: 1; + -webkit-filter: blur(0px) brightness(1.01); + filter: blur(0px) brightness(1.01); +} +.vegas-transition-blur2-out { + opacity: 0; +} +.vegas-transition-burn, +.vegas-transition-burn2 { + opacity: 0; + -webkit-filter: contrast(1000%) saturate(1000%); + filter: contrast(1000%) saturate(1000%); +} +.vegas-transition-burn-in, +.vegas-transition-burn2-in { + opacity: 1; + -webkit-filter: contrast(100%) saturate(100%); + filter: contrast(100%) saturate(100%); +} +.vegas-transition-burn2-out { + opacity: 0; + -webkit-filter: contrast(1000%) saturate(1000%); + filter: contrast(1000%) saturate(1000%); +} +.vegas-transition-fade, +.vegas-transition-fade2 { + opacity: 0; +} +.vegas-transition-fade-in, +.vegas-transition-fade2-in { + opacity: 1; +} +.vegas-transition-fade2-out { + opacity: 0; +} +.vegas-transition-flash, +.vegas-transition-flash2 { + opacity: 0; + -webkit-filter: brightness(25); + filter: brightness(25); +} +.vegas-transition-flash-in, +.vegas-transition-flash2-in { + opacity: 1; + -webkit-filter: brightness(1); + filter: brightness(1); +} +.vegas-transition-flash2-out { + opacity: 0; + -webkit-filter: brightness(25); + filter: brightness(25); +} +.vegas-transition-negative, +.vegas-transition-negative2 { + opacity: 0; + -webkit-filter: invert(100%); + filter: invert(100%); +} +.vegas-transition-negative-in, +.vegas-transition-negative2-in { + opacity: 1; + -webkit-filter: invert(0); + filter: invert(0); +} +.vegas-transition-negative2-out { + opacity: 0; + -webkit-filter: invert(100%); + filter: invert(100%); +} +.vegas-transition-slideDown, +.vegas-transition-slideDown2 { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +.vegas-transition-slideDown-in, +.vegas-transition-slideDown2-in { + -webkit-transform: translateY(0%); + -ms-transform: translateY(0%); + transform: translateY(0%); +} +.vegas-transition-slideDown2-out { + -webkit-transform: translateY(100%); + -ms-transform: translateY(100%); + transform: translateY(100%); +} +.vegas-transition-slideLeft, +.vegas-transition-slideLeft2 { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); +} +.vegas-transition-slideLeft-in, +.vegas-transition-slideLeft2-in { + -webkit-transform: translateX(0%); + -ms-transform: translateX(0%); + transform: translateX(0%); +} +.vegas-transition-slideLeft2-out { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.vegas-transition-slideRight, +.vegas-transition-slideRight2 { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.vegas-transition-slideRight-in, +.vegas-transition-slideRight2-in { + -webkit-transform: translateX(0%); + -ms-transform: translateX(0%); + transform: translateX(0%); +} +.vegas-transition-slideRight2-out { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); +} +.vegas-transition-slideUp, +.vegas-transition-slideUp2 { + -webkit-transform: translateY(100%); + -ms-transform: translateY(100%); + transform: translateY(100%); +} +.vegas-transition-slideUp-in, +.vegas-transition-slideUp2-in { + -webkit-transform: translateY(0%); + -ms-transform: translateY(0%); + transform: translateY(0%); +} +.vegas-transition-slideUp2-out { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +.vegas-transition-swirlLeft, +.vegas-transition-swirlLeft2 { + -webkit-transform: scale(2) rotate(35deg); + -ms-transform: scale(2) rotate(35deg); + transform: scale(2) rotate(35deg); + opacity: 0; +} +.vegas-transition-swirlLeft-in, +.vegas-transition-swirlLeft2-in { + -webkit-transform: scale(1) rotate(0deg); + -ms-transform: scale(1) rotate(0deg); + transform: scale(1) rotate(0deg); + opacity: 1; +} +.vegas-transition-swirlLeft2-out { + -webkit-transform: scale(2) rotate(-35deg); + -ms-transform: scale(2) rotate(-35deg); + transform: scale(2) rotate(-35deg); + opacity: 0; +} +.vegas-transition-swirlRight, +.vegas-transition-swirlRight2 { + -webkit-transform: scale(2) rotate(-35deg); + -ms-transform: scale(2) rotate(-35deg); + transform: scale(2) rotate(-35deg); + opacity: 0; +} +.vegas-transition-swirlRight-in, +.vegas-transition-swirlRight2-in { + -webkit-transform: scale(1) rotate(0deg); + -ms-transform: scale(1) rotate(0deg); + transform: scale(1) rotate(0deg); + opacity: 1; +} +.vegas-transition-swirlRight2-out { + -webkit-transform: scale(2) rotate(35deg); + -ms-transform: scale(2) rotate(35deg); + transform: scale(2) rotate(35deg); + opacity: 0; +} +.vegas-transition-zoomIn, +.vegas-transition-zoomIn2 { + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + opacity: 0; +} +.vegas-transition-zoomIn-in, +.vegas-transition-zoomIn2-in { + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); + opacity: 1; +} +.vegas-transition-zoomIn2-out { + -webkit-transform: scale(2); + -ms-transform: scale(2); + transform: scale(2); + opacity: 0; +} +.vegas-transition-zoomOut, +.vegas-transition-zoomOut2 { + -webkit-transform: scale(2); + -ms-transform: scale(2); + transform: scale(2); + opacity: 0; +} +.vegas-transition-zoomOut-in, +.vegas-transition-zoomOut2-in { + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); + opacity: 1; +} +.vegas-transition-zoomOut2-out { + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + opacity: 0; +} +.vegas-animation-kenburns { + -webkit-animation: kenburns ease-out; + animation: kenburns ease-out; +} +@-webkit-keyframes kenburns { + 0% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .text-cap-xxl { - text-transform: capitalize !important; + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .text-left-xxl { - text-align: left !important; +} +@keyframes kenburns { + 0% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .text-right-xxl { - text-align: right !important; + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .text-center-xxl { - text-align: center !important; +} +.vegas-animation-kenburnsDownLeft { + -webkit-animation: kenburnsDownLeft ease-out; + animation: kenburnsDownLeft ease-out; +} +@-webkit-keyframes kenburnsDownLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, -10%); + transform: scale(1.5) translate(10%, -10%); } - .text-just-xxl { - text-align: justify !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-top-xxl { - vertical-align: top !important; +} +@keyframes kenburnsDownLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, -10%); + transform: scale(1.5) translate(10%, -10%); } - .va-bottom-xxl { - vertical-align: bottom !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-baseline-xxl { - vertical-align: baseline !important; +} +.vegas-animation-kenburnsDownRight { + -webkit-animation: kenburnsDownRight ease-out; + animation: kenburnsDownRight ease-out; +} +@-webkit-keyframes kenburnsDownRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, -10%); + transform: scale(1.5) translate(-10%, -10%); } - .va-middle-xxl { - vertical-align: middle !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-sub-xxl { - vertical-align: sub !important; +} +@keyframes kenburnsDownRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, -10%); + transform: scale(1.5) translate(-10%, -10%); } - .va-super-xxl { - vertical-align: super !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-text-top-xxl { - vertical-align: text-top !important; +} +.vegas-animation-kenburnsDown { + -webkit-animation: kenburnsDown ease-out; + animation: kenburnsDown ease-out; +} +@-webkit-keyframes kenburnsDown { + 0% { + -webkit-transform: scale(1.5) translate(0, -10%); + transform: scale(1.5) translate(0, -10%); } - .va-text-bottom-xxl { - vertical-align: text-bottom !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-1-xxl { - font-size: 0.9em !important; +} +@keyframes kenburnsDown { + 0% { + -webkit-transform: scale(1.5) translate(0, -10%); + transform: scale(1.5) translate(0, -10%); } - .reduce-2-xxl { - font-size: 0.8em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-3-xxl { - font-size: 0.7em !important; +} +.vegas-animation-kenburnsLeft { + -webkit-animation: kenburnsLeft ease-out; + animation: kenburnsLeft ease-out; +} +@-webkit-keyframes kenburnsLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 0); + transform: scale(1.5) translate(10%, 0); } - .reduce-4-xxl { - font-size: 0.6em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-5-xxl { - font-size: 0.5em !important; +} +@keyframes kenburnsLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 0); + transform: scale(1.5) translate(10%, 0); } - .reduce-6-xxl { - font-size: 0.4em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-7-xxl { - font-size: 0.3em !important; +} +.vegas-animation-kenburnsRight { + -webkit-animation: kenburnsRight ease-out; + animation: kenburnsRight ease-out; +} +@-webkit-keyframes kenburnsRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 0); + transform: scale(1.5) translate(-10%, 0); } - .reduce-8-xxl { - font-size: 0.2em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-9-xxl { - font-size: 0.1em !important; +} +@keyframes kenburnsRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 0); + transform: scale(1.5) translate(-10%, 0); } - .enlarge-xxl { - font-size: 1em!important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-1-xxl { - font-size: 1.1em !important; +} +.vegas-animation-kenburnsUpLeft { + -webkit-animation: kenburnsUpLeft ease-out; + animation: kenburnsUpLeft ease-out; +} +@-webkit-keyframes kenburnsUpLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 10%); + transform: scale(1.5) translate(10%, 10%); } - .enlarge-2-xxl { - font-size: 1.2em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-3-xxl { - font-size: 1.3em !important; +} +@keyframes kenburnsUpLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 10%); + transform: scale(1.5) translate(10%, 10%); } - .enlarge-4-xxl { - font-size: 1.4em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-5-xxl { - font-size: 1.5em !important; +} +.vegas-animation-kenburnsUpRight { + -webkit-animation: kenburnsUpRight ease-out; + animation: kenburnsUpRight ease-out; +} +@-webkit-keyframes kenburnsUpRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 10%); + transform: scale(1.5) translate(-10%, 10%); } - .enlarge-6-xxl { - font-size: 1.6em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-7-xxl { - font-size: 1.7em !important; +} +@keyframes kenburnsUpRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 10%); + transform: scale(1.5) translate(-10%, 10%); } - .enlarge-8-xxl { - font-size: 1.8em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-9-xxl { - font-size: 1.9em !important; +} +.vegas-animation-kenburnsUp { + -webkit-animation: kenburnsUp ease-out; + animation: kenburnsUp ease-out; +} +@-webkit-keyframes kenburnsUp { + 0% { + -webkit-transform: scale(1.5) translate(0, 10%); + transform: scale(1.5) translate(0, 10%); } - .enlarge-2x-xxl { - font-size: 2em!important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-3x-xxl { - font-size: 3em!important; +} +@keyframes kenburnsUp { + 0% { + -webkit-transform: scale(1.5) translate(0, 10%); + transform: scale(1.5) translate(0, 10%); } - .enlarge-4x-xxl { - font-size: 4em!important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } } -.m4-cloak { - opacity: 0; +.wheel-picker { + display: block; + position: relative; + width: 100%; + min-width: 220px; + cursor: default; + background-color: #ffffff; + color: #1d1d1d; + height: 38px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.wheel-picker:focus { + outline: 1px dotted red!important; + min-width: 1px; + min-height: 1px; +} +.wheel-picker .select-wrapper { + display: none; + position: absolute; + top: 100%; + left: 0; + height: auto; + z-index: 3; + width: 100%; +} +.wheel-picker .select-block { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + width: 100%; + -ms-flex-negative: 0; + flex-shrink: 0; + background-color: #f2f2f2; +} +.wheel-picker .select-block::before { + content: ""; + display: block; + position: absolute; + z-index: 0; + height: 40px; + background-color: rgba(27, 161, 226, 0.5); + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + width: 100%; +} +.wheel-picker .select-block ul { + margin: 0; + padding: 0; + list-style: none inside; + display: block; + text-align: center; + height: 100%; + z-index: 1; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + border: 1px solid #dfdfdf; + overflow-y: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.wheel-picker .select-block ul::-webkit-scrollbar { + display: none!important; +} +.wheel-picker .select-block ul li { + display: block; + height: 40px; + line-height: 40px; + font-size: 0.9em; +} +.wheel-picker .select-block ul li.active { + font-weight: bold; +} +.wheel-picker .action-block { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + width: 100%; + background-color: #ffffff; +} +.wheel-picker .action-block > * { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} +.wheel-picker .action-block > *:not(:last-child) { + border-right: 1px solid #dfdfdf; +} +.wheel-picker .select-wrapper { + -webkit-transform: translate3d(0, -50%, 0); + transform: translate3d(0, -50%, 0); +} +.wheel-picker.for-top .select-wrapper, +.wheel-picker.for-top-a .select-wrapper { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.wheel-picker.for-bottom .select-wrapper, +.wheel-picker.for-bottom-a .select-wrapper { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); +} +.window { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + height: auto; + background-color: #ffffff; + color: #1d1d1d; + border: 1px #e9e9e9 solid; + z-index: 1; +} +.window-caption { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + height: 2.25rem; + line-height: 2.25rem; + padding: 0; + border-bottom: 1px transparent solid; + cursor: default; + vertical-align: middle; + background-color: #3c6478; + color: #ffffff; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.window-caption .title { + font-size: 0.875rem; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + width: 100%; + padding-left: 4px; + color: inherit; +} +.window-caption .icon { + width: 34px; + height: 34px; + text-align: center; + -ms-flex-negative: 0; + flex-shrink: 0; + display: block; + position: relative; + color: inherit; } -.transition { - -webkit-transition: all 0.3s linear; - -o-transition: all 0.3s linear; - transition: all 0.3s linear; +.window-caption .icon * { + width: 1rem; + font-size: 1rem; + line-height: 34px; + text-align: center; } -.inherit-colors { - background-color: inherit!important; - color: inherit!important; +.window-caption * + .title { + padding-left: 0; } -.inherit-background { - background-color: inherit!important; +.window-caption .buttons { + height: 100%; + margin-left: auto; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } -.inherit-color { - color: inherit!important; +.window-caption .btn-custom:focus, +.window-caption .btn-custom:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; } -[class*=default-icon] { +.window-caption .buttons .btn-min, +.window-caption .buttons .btn-max, +.window-caption .buttons .btn-close, +.window-caption .buttons .btn-custom { + position: relative; + height: 34px; + width: 34px; + text-align: center; + vertical-align: middle; + font-size: 1rem; + font-weight: normal; + padding: 0 0 0.625rem 0; + outline: none; + cursor: pointer; display: block; - height: 16px; - width: 16px; - border: none!important; - background-size: cover; + border: 1px solid transparent; + margin: 1px 0; +} +.window-caption .buttons .sys-button { background-color: transparent; - opacity: 0.5; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - margin: auto; + color: #ffffff; } -[class*=default-icon]:hover { - opacity: 1; +.window-caption .buttons .sys-button:hover { + background-color: rgba(255, 255, 255, 0.1); } -.clear::after, -.clear-fix::after, -.clearfix::after { +.window-caption .buttons .sys-button:hover::before { + border-color: #ffffff; + color: #ffffff; +} +.window-caption .buttons .sys-button:active { + background-color: rgba(255, 255, 255, 0.3); + color: #ffffff; +} +.window-caption .buttons .btn-close:hover { + background-color: #c75050; + color: #ffffff; +} +.window-caption .buttons .btn-close:hover::before { + color: #ffffff; +} +.window-caption .buttons .btn-close:active { + background-color: #e04343; + color: #ffffff; +} +.window-caption .buttons .btn-close::before { + border-color: #777777; + content: '\D7'; + position: absolute; + line-height: 34px; + vertical-align: middle; + left: 50%; + top: -4px; + margin-left: -0.32em; + color: #fff; + font-size: 1.5rem; +} +.window-caption .buttons .btn-min::before, +.window-caption .buttons .btn-max::before { display: block; - clear: both; - content: ""; + position: absolute; + width: 0.625rem; + height: 0.625rem; + border: 0 #fff solid; + border-bottom-width: 2px; + content: ' '; + bottom: 0.72rem; + left: 50%; + margin-left: -0.3rem; + top: auto; } -.overflow { - overflow: auto !important; +.window-caption .buttons .btn-max::before { + height: 0.575rem; + border: 1px #fff solid; + border-top-width: 2px; } -.no-overflow { - overflow: hidden !important; +.window-caption .buttons .btn-custom { + min-width: 34px; + width: auto; + -ms-flex-negative: 0; + flex-shrink: 0; } -.scroll { - overflow: scroll !important; +.window-caption .buttons .btn-custom { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } -.scroll-x { - overflow-x: auto !important; +.window-caption .buttons .btn-min { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } -.scroll-y { - overflow-y: auto !important; +.window-caption .buttons .btn-max { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } -.no-scroll { - overflow: hidden !important; +.window-caption .buttons .btn-close { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } -.no-scroll-x { - overflow-x: hidden !important; +.window-content { + overflow: auto; + height: calc(100% - 2.25rem); } -.no-scroll-y { - overflow-y: hidden !important; +.window-status { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + padding: 0.1rem 0.5rem; + background-color: #f8f8f8; + color: #1d1d1d; + height: 1.2rem; + font-size: 0.8rem; } -.wrap { - white-space: normal !important; +.window.info .window-caption { + background-color: #1ba1e2; + color: #ffffff; } -.no-wrap { - white-space: nowrap !important; +.window.alert .window-caption { + background-color: #CE352C; + color: #ffffff; } -.no-user-select { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; +.window.warning .window-caption { + background-color: #fa6800; + color: #ffffff; } -.no-appearance { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; +.window.success .window-caption { + background-color: #60a917; + color: #ffffff; } -.collapse { - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; +.window.focused { + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); } -.expand { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; +.window.modal { + z-index: 1050; } -.v-center { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); +.window.minimized { + max-width: 12rem; + max-height: 2.25rem; } -.h-center { - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); +.window.minimized .window-caption { + border-bottom: none!important; } -.neb::before { +.window.minimized .window-content { + display: none!important; +} +.window.minimized .window-caption .btn-custom { + display: none; +} +.window.maximized { + top: 0!important; + left: 0!important; + width: 100% !important; + height: 100% !important; + max-height: none !important; + max-width: none !important; +} +.window.maximized .btn-max::before { + border: 1px #fff solid; + z-index: 2; +} +.window.maximized .btn-max::after { display: block; position: absolute; - content: ""; - width: 1rem; - height: 1rem; - background-color: inherit; - border: 1px solid transparent; - border-right-color: inherit; - border-bottom-color: inherit; + width: 0.625rem; + height: 0.625rem; + border-top: 1px #fff solid; + border-right: 1px #fff solid; + content: ' '; + bottom: 0.375rem; + right: 7px; + top: 8px; + z-index: 1; } -.neb.neb-s::before { - top: 100%; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform: translateX(-50%) translateY(-50%) rotate(45deg); +.window.resizable { + min-width: 12rem; + min-height: 2.25rem; } -.neb.neb-sw::before { - top: 100%; - left: 0.625rem; - -webkit-transform: translateY(-50%) rotate(45deg); - -ms-transform: translateY(-50%) rotate(45deg); - transform: translateY(-50%) rotate(45deg); +.wizard { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + background-color: #ffffff; + color: #1d1d1d; + min-height: 200px; + height: auto; + border: 1px solid #dfdfdf; + counter-reset: wizard-step; + position: relative; } -.neb.neb-se::before { - top: 100%; - right: 0.625rem; - -webkit-transform: translateY(-50%) rotate(45deg); - -ms-transform: translateY(-50%) rotate(45deg); - transform: translateY(-50%) rotate(45deg); +.wizard > section, +.wizard > .section { + counter-increment: wizard-step; + display: block; + position: relative; + border-left: #bebebe solid; + border-left-width: 4px; + width: 0; + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; } -.neb.neb-n::before { - top: 0; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg); - transform: translateX(-50%) translateY(-50%) rotate(-135deg); +.wizard > section::before, +.wizard > .section::before { + display: none; + content: counter(wizard-step); + position: absolute; + bottom: 20px; + width: 25px; + text-align: center; + left: -25px; + z-index: 1; + color: #ffffff; } -.neb.neb-nw::before { - top: 0; - left: 0.625rem; - -webkit-transform: translateY(-50%) rotate(-135deg); - -ms-transform: translateY(-50%) rotate(-135deg); - transform: translateY(-50%) rotate(-135deg); +.wizard > section .page-content, +.wizard > .section .page-content { + padding: 1rem 1rem 4.25rem; + display: none; + overflow: hidden; } -.neb.neb-ne::before { - top: 0; - right: 0.625rem; - -webkit-transform: translateY(-50%) rotate(-135deg); - -ms-transform: translateY(-50%) rotate(-135deg); - transform: translateY(-50%) rotate(-135deg); +.wizard > section.current, +.wizard > .section.current { + width: 100%; + border: 0!important; } -.neb.neb-en::before { - top: 0.625rem; - right: 0; - -webkit-transform: translateX(50%) rotate(-45deg); - -ms-transform: translateX(50%) rotate(-45deg); - transform: translateX(50%) rotate(-45deg); +.wizard > section.current .page-content, +.wizard > .section.current .page-content { + display: block; } -.neb.neb-e::before { - top: 50%; - right: 0; - -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg); - -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg); - transform: translateX(50%) translateY(-50%) rotate(-45deg); +.wizard > section.current::before, +.wizard > .section.current::before { + display: block; + left: 0; + color: #ffffff; + background-color: #1ba1e2; } -.neb.neb-es::before { - bottom: 0.625rem; - right: 0; - -webkit-transform: translateX(50%) rotate(-45deg); - -ms-transform: translateX(50%) rotate(-45deg); - transform: translateX(50%) rotate(-45deg); +.wizard > section.current, +.wizard > .section.current, +.wizard > section.complete, +.wizard > .section.complete { + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; } -.neb.neb-wn::before { - top: 0.625rem; - left: 0; - -webkit-transform: translateX(-50%) rotate(135deg); - -ms-transform: translateX(-50%) rotate(135deg); - transform: translateX(-50%) rotate(135deg); +.wizard > section.complete, +.wizard > .section.complete { + cursor: pointer; } -.neb.neb-w::before { - top: 50%; - left: 0; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); - transform: translateX(-50%) translateY(-50%) rotate(135deg); +.wizard .action-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: right; + -ms-flex-pack: right; + justify-content: right; + position: absolute; + bottom: 1rem; + left: 41px; } -.neb.neb-ws::before { - bottom: 0.625rem; - left: 0; - -webkit-transform: translateX(-50%) rotate(135deg); - -ms-transform: translateX(-50%) rotate(135deg); - transform: translateX(-50%) rotate(135deg); +.wizard .action-bar::after { + display: block; + clear: both; + content: ""; } -.neb2::before { +.wizard .action-bar::after { display: block; + clear: both; content: ""; - width: 0; - height: 0; - border-style: solid; - position: absolute; } -.neb2.neb-s::before { - border-width: 24px 24px 0 24px; - border-color: #ffffff transparent transparent transparent; - top: 100%; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.wizard .action-bar > * { + margin: 1px; } -.neb2.neb-n::before { - border-width: 0 24px 24px 24px; - border-color: transparent transparent #ffffff transparent; - top: 0; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.wizard > section { + border-color: #000000; +} +.wizard > section:nth-child(1) { + border-color: #1ba1e2; +} +.wizard > section:nth-child(2) { + border-color: #1891cb; +} +.wizard > section:nth-child(3) { + border-color: #1681b4; +} +.wizard > section:nth-child(4) { + border-color: #13709e; +} +.wizard > section:nth-child(5) { + border-color: #106087; +} +.wizard > section:nth-child(6) { + border-color: #0d5070; +} +.wizard > section:nth-child(7) { + border-color: #0b4059; +} +.wizard > section:nth-child(8) { + border-color: #082f43; +} +.wizard > section:nth-child(9) { + border-color: #051f2c; +} +.wizard > section:nth-child(10) { + border-color: #000000; +} +.wizard > section.complete { + border-color: #656565; +} +.wizard > section.complete:nth-child(1) { + border-color: #e4e4e4; +} +.wizard > section.complete:nth-child(2) { + border-color: #d8d8d8; +} +.wizard > section.complete:nth-child(3) { + border-color: #cbcbcb; +} +.wizard > section.complete:nth-child(4) { + border-color: #bebebe; } -.neb2.neb-e::before { - border-width: 24px 0 24px 24px; - border-color: transparent transparent transparent #ffffff; - top: 50%; - right: 0; - -webkit-transform: translateX(50%) translateY(-50%); - -ms-transform: translateX(50%) translateY(-50%); - transform: translateX(50%) translateY(-50%); +.wizard > section.complete:nth-child(5) { + border-color: #b1b1b1; } -.neb2.neb-w::before { - border-width: 24px 24px 24px 0; - border-color: transparent #ffffff transparent transparent; - top: 50%; - left: 0; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.wizard > section.complete:nth-child(6) { + border-color: #a5a5a5; } -.selected { - -webkit-box-shadow: 0 0 0 4px #5ebdec !important; - box-shadow: 0 0 0 4px #5ebdec !important; +.wizard > section.complete:nth-child(7) { + border-color: #989898; } -.selected::after { - position: absolute; - display: block; - border-top: 28px solid #5ebdec; - border-left: 28px solid transparent; - right: -1px; - content: ""; - top: -1px; - z-index: 100; +.wizard > section.complete:nth-child(8) { + border-color: #8b8b8b; } -.selected::before { - position: absolute; - display: block; - content: ""; - background-color: transparent; - border-color: #ffffff !important; - border-left: 2px solid; - border-bottom: 2px solid; - height: 0.325rem; - width: 0.5rem; - right: 0.25rem; - top: 0.25rem; - z-index: 102; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.wizard > section.complete:nth-child(9) { + border-color: #7e7e7e; } -.disabled, -.-disabled { - pointer-events: none!important; - color: #e4e4e4 !important; +.wizard > section.complete:nth-child(10) { + border-color: #656565; } -.stop-pointer { - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.wizard [class*=wizard-btn].disabled { + opacity: 0.1; } @media screen and (min-width: 0) { - .overflow-fs { - overflow: auto !important; - } - .no-overflow-fs { - overflow: hidden !important; - } - .scroll-fs { - overflow: scroll !important; - } - .scroll-x-fs { - overflow-x: auto !important; - } - .scroll-y-fs { - overflow-y: auto !important; - } - .no-scroll-fs { - overflow: hidden !important; - } - .no-scroll-x-fs { - overflow-x: hidden !important; - } - .no-scroll-y-fs { - overflow-y: hidden !important; - } - .wrap-fs { - white-space: normal !important; - } - .no-wrap-fs { - white-space: nowrap !important; + .wizard.wizard-wide-fs { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-fs { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-fs > section { + border-left-width: 25px; } - .expand-fs { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-fs > section::before { + display: block; } } @media screen and (min-width: 576px) { - .overflow-sm { - overflow: auto !important; - } - .no-overflow-sm { - overflow: hidden !important; - } - .scroll-sm { - overflow: scroll !important; - } - .scroll-x-sm { - overflow-x: auto !important; - } - .scroll-y-sm { - overflow-y: auto !important; - } - .no-scroll-sm { - overflow: hidden !important; - } - .no-scroll-x-sm { - overflow-x: hidden !important; - } - .no-scroll-y-sm { - overflow-y: hidden !important; - } - .wrap-sm { - white-space: normal !important; - } - .no-wrap-sm { - white-space: nowrap !important; + .wizard.wizard-wide-sm { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-sm { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-sm > section { + border-left-width: 25px; } - .expand-sm { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-sm > section::before { + display: block; } } @media screen and (min-width: 768px) { - .overflow-md { - overflow: auto !important; - } - .no-overflow-md { - overflow: hidden !important; - } - .scroll-md { - overflow: scroll !important; - } - .scroll-x-md { - overflow-x: auto !important; - } - .scroll-y-md { - overflow-y: auto !important; - } - .no-scroll-md { - overflow: hidden !important; - } - .no-scroll-x-md { - overflow-x: hidden !important; - } - .no-scroll-y-md { - overflow-y: hidden !important; - } - .wrap-md { - white-space: normal !important; - } - .no-wrap-md { - white-space: nowrap !important; + .wizard.wizard-wide-md { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-md { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-md > section { + border-left-width: 25px; } - .expand-md { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-md > section::before { + display: block; } } @media screen and (min-width: 992px) { - .overflow-lg { - overflow: auto !important; - } - .no-overflow-lg { - overflow: hidden !important; - } - .scroll-lg { - overflow: scroll !important; - } - .scroll-x-lg { - overflow-x: auto !important; - } - .scroll-y-lg { - overflow-y: auto !important; - } - .no-scroll-lg { - overflow: hidden !important; - } - .no-scroll-x-lg { - overflow-x: hidden !important; - } - .no-scroll-y-lg { - overflow-y: hidden !important; - } - .wrap-lg { - white-space: normal !important; - } - .no-wrap-lg { - white-space: nowrap !important; + .wizard.wizard-wide-lg { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-lg { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-lg > section { + border-left-width: 25px; } - .expand-lg { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-lg > section::before { + display: block; } } @media screen and (min-width: 1200px) { - .overflow-xl { - overflow: auto !important; - } - .no-overflow-xl { - overflow: hidden !important; - } - .scroll-xl { - overflow: scroll !important; - } - .scroll-x-xl { - overflow-x: auto !important; - } - .scroll-y-xl { - overflow-y: auto !important; - } - .no-scroll-xl { - overflow: hidden !important; - } - .no-scroll-x-xl { - overflow-x: hidden !important; - } - .no-scroll-y-xl { - overflow-y: hidden !important; - } - .wrap-xl { - white-space: normal !important; - } - .no-wrap-xl { - white-space: nowrap !important; + .wizard.wizard-wide-xl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-xl { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-xl > section { + border-left-width: 25px; } - .expand-xl { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-xl > section::before { + display: block; } } @media screen and (min-width: 1452px) { - .overflow-xxl { - overflow: auto !important; - } - .no-overflow-xxl { - overflow: hidden !important; - } - .scroll-xxl { - overflow: scroll !important; - } - .scroll-x-xxl { - overflow-x: auto !important; - } - .scroll-y-xxl { - overflow-y: auto !important; - } - .no-scroll-xxl { - overflow: hidden !important; - } - .no-scroll-x-xxl { - overflow-x: hidden !important; - } - .no-scroll-y-xxl { - overflow-y: hidden !important; - } - .wrap-xxl { - white-space: normal !important; - } - .no-wrap-xxl { - white-space: nowrap !important; - } - .collapse-xxl { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; - } - .expand-xxl { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; - } -} -.debug { - outline: 1px dotted red!important; - min-width: 1px; - min-height: 1px; -} -@media print { - .d-none-print { - display: none!important; - } - .d-block-print { - display: block!important; - } - .d-inline-print { - display: inline!important; - } - .d-inline-block-print { - display: inline-block !important; - } - .d-table-print { - display: table!important; - } - .d-table-row-print { - display: table-row !important; - } - .d-table-cell-print { - display: table-cell !important; - } - .d-flex-print { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-print { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - .visible-print { - visibility: visible !important; - } - .no-visible-print { - visibility: hidden !important; - } - .overflow-print { - overflow: auto !important; - } - .no-overflow-print { - overflow: hidden !important; - } - .scroll-print { - overflow: scroll !important; - } - .scroll-x-print { - overflow-x: auto !important; - } - .scroll-y-print { - overflow-y: auto !important; - } - .no-scroll-print { - overflow: hidden !important; - } - .no-scroll-x-print { - overflow-x: hidden !important; - } - .no-scroll-y-print { - overflow-y: hidden !important; - } - .wrap-print { - white-space: normal !important; - } - .no-wrap-print { - white-space: nowrap !important; - } -} -@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { - .d-none-ie { - display: none!important; - } - .d-block-ie { - display: block!important; - } - .img-fluid { - width: 100% \9; - } - .img-container img { - width: 100% \9; - } - .tiles-grid { - display: block; + .wizard.wizard-wide-xxl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .tiles-grid::after { - display: block; - clear: both; - content: ""; + .wizard.wizard-wide-xxl > section { + border-left-width: 25px; } - .tiles-grid::after { + .wizard.wizard-wide-xxl > section::before { display: block; - clear: both; - content: ""; - } - .tiles-grid [class*=tile-] { - margin: 5px; - float: left; - } - .ribbon-menu .content-holder .section { - height: 130px; - } - .ribbon-toggle-group { - height: 80px; - } -} -@supports (-ms-ime-align:auto) { - .d-none-edge { - display: none!important; - } - .d-block-edge { - display: block!important; - } - .ribbon-menu .content-holder .section { - height: 130px; } } diff --git a/build/css/metro-all.min.css b/build/css/metro-all.min.css index 33b8641d7..d4039de80 100644 --- a/build/css/metro-all.min.css +++ b/build/css/metro-all.min.css @@ -1 +1 @@ -*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;scroll-behavior:smooth}body{line-height:1.5;overflow-x:hidden;background-color:#fff;min-height:100vh;text-rendering:optimizeSpeed}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}table{border-collapse:collapse;border-spacing:0}base,basefont,datalist,head,meta,noembed,param,script,style,template,title{display:none}[tabindex="-1"]:focus{outline:0!important}[hidden]{display:none!important}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}svg:not(:root){overflow:hidden}img{vertical-align:middle;border-style:none;max-width:100%}div{position:relative}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:0s!important;animation-duration:0s!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;scroll-behavior:auto!important}}.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:.5rem 1rem;background-color:#f8f8f8;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:32px}.accordion.marker-on .heading::before{line-height:1;display:block;content:"\203A";position:absolute;left:0;top:0;font-size:32px;width:40px;height:40px;text-align:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading::before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.material .heading::before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:#fff}.accordion.material>.frame>.heading::after{display:block;content:"\203A";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px #dfdfdf solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-size:.875rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.action-button:active{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.multi-action{display:inline-block;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);margin:0;background:#989898;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);line-height:40px;font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.multi-action .action-button.active~.actions li{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.multi-action .action-button.active.rotate .icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation:orbit 4s infinite;animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:'';width:4px;height:4px;border-radius:4px;background:#fff}.activity-ring>.wrap:nth-child(2){-webkit-transform:rotate(-14deg);-ms-transform:rotate(-14deg);transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{-webkit-animation-delay:.133s;animation-delay:.133s}.activity-ring>.wrap:nth-child(3){-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{-webkit-animation-delay:.266s;animation-delay:.266s}.activity-ring>.wrap:nth-child(4){-webkit-transform:rotate(-42deg);-ms-transform:rotate(-42deg);transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{-webkit-animation-delay:.4s;animation-delay:.4s}.activity-ring>.wrap:nth-child(5){-webkit-transform:rotate(-56deg);-ms-transform:rotate(-56deg);transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{-webkit-animation-delay:.533s;animation-delay:.533s}.activity-ring.dark-style>.wrap>.circle:after{background-color:#989898}.activity-ring.color-style>.wrap>.circle:after{background-color:#1ba1e2}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:#fff;opacity:0;margin-left:5px;-webkit-animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){-webkit-animation-delay:.8s;animation-delay:.8s}.activity-metro>.circle:nth-child(3){-webkit-animation-delay:.7s;animation-delay:.7s}.activity-metro>.circle:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.activity-metro>.circle:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.activity-metro.dark-style>.circle{background-color:#989898}.activity-metro.color-style>.circle{background-color:#1ba1e2}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-animation:ani-shrink 1s linear infinite;animation:ani-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:#fff}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;-webkit-animation:ani-drop 1s linear infinite;animation:ani-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;-webkit-animation:ani-drop2 1s linear infinite;animation:ani-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;-webkit-animation:ani-drop3 1s linear infinite;animation:ani-drop3 1s linear infinite}.activity-square.dark-style>.square{background-color:#989898}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1ba1e2}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;-webkit-animation:ani-pre-spin 1s linear infinite;animation:ani-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle::after,.activity-cycle .cycle::before{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#fff}.activity-cycle .cycle:before{top:5px;left:5px;right:5px;bottom:5px;-webkit-animation:ani-pre-spin 2s linear infinite;animation:ani-pre-spin 2s linear infinite}.activity-cycle .cycle:after{top:15px;left:15px;right:15px;bottom:15px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.activity-cycle.dark-style .cycle{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:before{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:after{border-top-color:#1d1d1d}.activity-cycle.color-style .cycle{border-top-color:#1ba1e2}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#fff}.activity-simple.dark-style .path{stroke:#1d1d1d}.activity-simple.color-style .path{-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}.app-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:1030;background-color:#f8f8f8;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-bar .app-bar-container{background-color:inherit;color:inherit}.app-bar .app-bar-button,.app-bar .app-bar-container,.app-bar .app-bar-item,.app-bar .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:52px;line-height:52px;padding:0 16px;background-color:inherit;color:inherit;text-decoration:none;font-size:14px;-ms-flex-negative:0;flex-shrink:0;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-bar .app-bar-button:focus,.app-bar .app-bar-container:focus,.app-bar .app-bar-item:focus,.app-bar .brand:focus{outline:0}.app-bar .app-bar-container{padding:0}.app-bar .app-bar-item{white-space:nowrap}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{-ms-flex-negative:0;flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li,.app-bar .app-bar-menu>li>a{display:block;line-height:52px;background-color:inherit;color:inherit;-ms-flex-negative:0;flex-shrink:0}.app-bar .app-bar-menu>li>a{padding:0 16px;text-decoration:none;font-size:14px;position:relative}.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item:not(.no-hover) .active,.app-bar .app-bar-item:not(.no-hover):active,.app-bar .app-bar-item:not(.no-hover):hover,.app-bar .app-bar-menu li:not(.no-hover) .active,.app-bar .app-bar-menu li:not(.no-hover):active,.app-bar .app-bar-menu li:not(.no-hover):hover,.app-bar .brand:not(.no-hover) .active,.app-bar .brand:not(.no-hover):active,.app-bar .brand:not(.no-hover):hover,.app-bar .hamburger:not(.no-hover) .active,.app-bar .hamburger:not(.no-hover):active,.app-bar .hamburger:not(.no-hover):hover{background:rgba(29,29,29,.1)}.app-bar .hamburger{position:absolute;right:0;top:0;display:block;height:52px;width:52px}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu .d-menu,.app-bar .app-bar-menu .v-menu{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;background-color:#f8f8f8}.app-bar .app-bar-container .divider,.app-bar .app-bar-menu .divider{height:1px!important;line-height:1px!important;background-color:#e4e4e4}.app-bar .app-bar-container .d-menu{background-color:#f8f8f8;position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar .app-bar-container .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar .app-bar-container>.d-menu,.app-bar .app-bar-container>.v-menu{top:100%}.app-bar .app-bar-container a{color:inherit;text-decoration:none}.app-bar a{outline:0!important}.app-bar .app-bar-menu .d-menu .d-menu,.app-bar .app-bar-menu .d-menu .v-menu,.app-bar .app-bar-menu .v-menu .d-menu,.app-bar .app-bar-menu .v-menu .v-menu{left:0}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar .hamburger:not(.hidden)~.ml-auto{margin-right:48px}.app-bar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.app-bar-expand .app-bar-container,.app-bar-expand .app-bar-item,.app-bar-expand .brand{width:auto;-ms-flex-negative:1;flex-shrink:1}.app-bar-expand .app-bar-menu{float:left}.app-bar-expand .app-bar-menu{width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-bar-expand .app-bar-menu .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar-expand .app-bar-menu .d-menu a,.app-bar-expand .app-bar-menu .d-menu li{height:38px;line-height:38px}.app-bar-expand .app-bar-menu .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar-expand .app-bar-menu.collapsed{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.app-bar-expand .app-bar-menu .d-menu .d-menu,.app-bar-expand .app-bar-menu .d-menu .v-menu,.app-bar-expand .app-bar-menu .v-menu .d-menu,.app-bar-expand .app-bar-menu .v-menu .v-menu{left:100%}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.badge{position:absolute;z-index:1;top:0;right:0;background-color:#f8f8f8;color:#1d1d1d;border-radius:.25rem;display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.app-bar-item .badge,.app-bar-menu>li>a .badge,.brand .badge,.d-menu>li>a .badge,.h-menu>li>a .badge,.t-menu>li>a .badge,.v-menu>li>a .badge{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inside{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.bottom-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;-webkit-box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);z-index:1030}.bottom-nav .button{width:auto;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:rgba(0,0,0,.87)}.bottom-sheet>.item,.bottom-sheet>li{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>.item .icon,.bottom-sheet>li .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>.item.active,.bottom-sheet>.item.hovered,.bottom-sheet>.item:hover,.bottom-sheet>li.active,.bottom-sheet>li.hovered,.bottom-sheet>li:hover{background-color:rgba(29,29,29,.1)}.bottom-sheet>.divider{height:1px;background-color:#dfdfdf}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>.item,.bottom-sheet.grid-style>li{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>.item .icon,.bottom-sheet.grid-style>li .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}.breadcrumbs{margin-bottom:1rem;margin-left:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#6a6a6a}.breadcrumbs .breadcrumb-item,.breadcrumbs .page-item{position:relative;cursor:pointer;display:list-item;background-color:inherit;color:inherit;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin:4px}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::after,.breadcrumbs .page-item+.page-item::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:1px;width:.375rem;background-color:#1d1d1d;top:50%;left:0;margin-left:-.5rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-.125rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .page-item+.page-item::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:.125rem}.breadcrumbs .breadcrumb-item a,.breadcrumbs .page-item a,.breadcrumbs .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs .breadcrumb-item a:hover,.breadcrumbs .page-item a:hover,.breadcrumbs .page-link:hover{color:#1d1d1d}.breadcrumbs .breadcrumb-item:last-child,.breadcrumbs .page-item:last-child{font-weight:700}.button,.flat-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}.button .icon+.caption,.flat-button .icon+.caption{margin-left:8px}.button .caption+.icon,.flat-button .caption+.icon{margin-left:8px}.flat-button{min-width:64px;background-color:transparent}.button.focus,.button:active,.button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.button:hover{background-color:rgba(29,29,29,.1)}.button.link{background-color:transparent;color:#0366d6}.button.link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}.button.link.focus,.button.link:focus{-webkit-box-shadow:none;box-shadow:none}.button.hovered:hover{background-color:rgba(29,29,29,.2)}.button img{height:1rem}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.cycle,.button.square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}.button.cycle.mini,.button.square.mini{width:1.39875rem;height:1.39875rem}.button.cycle.small,.button.square.small{width:1.724375rem;height:1.724375rem}.button.cycle.large,.button.square.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.cycle.dropdown-toggle::before,.button.square.dropdown-toggle::before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button:focus,.button:hover{text-decoration:none}.button:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.button.disabled,.button:disabled{opacity:.65}.button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.button:active{-webkit-box-shadow:none;box-shadow:none}a.button,a.flat-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#1d1d1d;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}a.button:hover,a.flat-button:hover{-webkit-box-shadow:none;box-shadow:none}a.button.focus,a.button:active,a.button:focus,a.flat-button.focus,a.flat-button:active,a.flat-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button],input[type=reset],input[type=submit]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}input[type=button] .icon+.caption,input[type=reset] .icon+.caption,input[type=submit] .icon+.caption{margin-left:8px}input[type=button] .caption+.icon,input[type=reset] .caption+.icon,input[type=submit] .caption+.icon{margin-left:8px}input[type=button].focus,input[type=button]:active,input[type=button]:focus,input[type=reset].focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit].focus,input[type=submit]:active,input[type=submit]:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:rgba(29,29,29,.1)}input[type=button].link,input[type=reset].link,input[type=submit].link{background-color:transparent;color:#0366d6}input[type=button].link:hover,input[type=reset].link:hover,input[type=submit].link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}input[type=button].link.focus,input[type=button].link:focus,input[type=reset].link.focus,input[type=reset].link:focus,input[type=submit].link.focus,input[type=submit].link:focus{-webkit-box-shadow:none;box-shadow:none}input[type=button].hovered:hover,input[type=reset].hovered:hover,input[type=submit].hovered:hover{background-color:rgba(29,29,29,.2)}input[type=button] img,input[type=reset] img,input[type=submit] img{height:1rem}input[type=button].mini,input[type=reset].mini,input[type=submit].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=reset].mini img,input[type=submit].mini img{height:.625rem}input[type=button].small,input[type=reset].small,input[type=submit].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=reset].small img,input[type=submit].small img{height:.75rem}input[type=button].large,input[type=reset].large,input[type=submit].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=reset].large img,input[type=submit].large img{height:1.375rem}input[type=button].cycle,input[type=button].square,input[type=reset].cycle,input[type=reset].square,input[type=submit].cycle,input[type=submit].square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}input[type=button].cycle.mini,input[type=button].square.mini,input[type=reset].cycle.mini,input[type=reset].square.mini,input[type=submit].cycle.mini,input[type=submit].square.mini{width:1.39875rem;height:1.39875rem}input[type=button].cycle.small,input[type=button].square.small,input[type=reset].cycle.small,input[type=reset].square.small,input[type=submit].cycle.small,input[type=submit].square.small{width:1.724375rem;height:1.724375rem}input[type=button].cycle.large,input[type=button].square.large,input[type=reset].cycle.large,input[type=reset].square.large,input[type=submit].cycle.large,input[type=submit].square.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=reset].cycle,input[type=submit].cycle{border-radius:50%}input[type=button].cycle.dropdown-toggle::before,input[type=button].square.dropdown-toggle::before,input[type=reset].cycle.dropdown-toggle::before,input[type=reset].square.dropdown-toggle::before,input[type=submit].cycle.dropdown-toggle::before,input[type=submit].square.dropdown-toggle::before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{text-decoration:none}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.65}input[type=button].outline,input[type=reset].outline,input[type=submit].outline{background:transparent none;border-width:1px;border-color:#dfdfdf}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{-webkit-box-shadow:none;box-shadow:none}input[type=button].primary,input[type=reset].primary,input[type=submit].primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}input[type=button].primary.outline,input[type=reset].primary.outline,input[type=submit].primary.outline{color:#0366d6;border-color:#0366d6}input[type=button].primary.outline.dropdown-toggle::before,input[type=reset].primary.outline.dropdown-toggle::before,input[type=submit].primary.outline.dropdown-toggle::before{border-color:#0366d6}input[type=button].primary.outline:hover,input[type=reset].primary.outline:hover,input[type=submit].primary.outline:hover{color:#fff}input[type=button].primary.dropdown-toggle::before,input[type=reset].primary.dropdown-toggle::before,input[type=submit].primary.dropdown-toggle::before{border-color:#fff}input[type=button].primary:hover,input[type=reset].primary:hover,input[type=submit].primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}input[type=button].primary:hover.dropdown-toggle::before,input[type=reset].primary:hover.dropdown-toggle::before,input[type=submit].primary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].primary.same-color:hover,input[type=reset].primary.same-color:hover,input[type=submit].primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}input[type=button].primary.focus,input[type=button].primary:active,input[type=button].primary:focus,input[type=reset].primary.focus,input[type=reset].primary:active,input[type=reset].primary:focus,input[type=submit].primary.focus,input[type=submit].primary:active,input[type=submit].primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}input[type=button].secondary,input[type=reset].secondary,input[type=submit].secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}input[type=button].secondary.outline,input[type=reset].secondary.outline,input[type=submit].secondary.outline{color:#607d8b;border-color:#607d8b}input[type=button].secondary.outline.dropdown-toggle::before,input[type=reset].secondary.outline.dropdown-toggle::before,input[type=submit].secondary.outline.dropdown-toggle::before{border-color:#607d8b}input[type=button].secondary.outline:hover,input[type=reset].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:#fff}input[type=button].secondary.dropdown-toggle::before,input[type=reset].secondary.dropdown-toggle::before,input[type=submit].secondary.dropdown-toggle::before{border-color:#fff}input[type=button].secondary:hover,input[type=reset].secondary:hover,input[type=submit].secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}input[type=button].secondary:hover.dropdown-toggle::before,input[type=reset].secondary:hover.dropdown-toggle::before,input[type=submit].secondary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].secondary.same-color:hover,input[type=reset].secondary.same-color:hover,input[type=submit].secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}input[type=button].secondary.focus,input[type=button].secondary:active,input[type=button].secondary:focus,input[type=reset].secondary.focus,input[type=reset].secondary:active,input[type=reset].secondary:focus,input[type=submit].secondary.focus,input[type=submit].secondary:active,input[type=submit].secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}input[type=button].success,input[type=reset].success,input[type=submit].success{outline-color:#adeb6e;background-color:#60a917;color:#fff}input[type=button].success.outline,input[type=reset].success.outline,input[type=submit].success.outline{color:#60a917;border-color:#60a917}input[type=button].success.outline.dropdown-toggle::before,input[type=reset].success.outline.dropdown-toggle::before,input[type=submit].success.outline.dropdown-toggle::before{border-color:#60a917}input[type=button].success.outline:hover,input[type=reset].success.outline:hover,input[type=submit].success.outline:hover{color:#fff}input[type=button].success.dropdown-toggle::before,input[type=reset].success.dropdown-toggle::before,input[type=submit].success.dropdown-toggle::before{border-color:#fff}input[type=button].success:hover,input[type=reset].success:hover,input[type=submit].success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}input[type=button].success:hover.dropdown-toggle::before,input[type=reset].success:hover.dropdown-toggle::before,input[type=submit].success:hover.dropdown-toggle::before{border-color:#fff}input[type=button].success.same-color:hover,input[type=reset].success.same-color:hover,input[type=submit].success.same-color:hover{background-color:#60a917;border-color:#60a917}input[type=button].success.focus,input[type=button].success:active,input[type=button].success:focus,input[type=reset].success.focus,input[type=reset].success:active,input[type=reset].success:focus,input[type=submit].success.focus,input[type=submit].success:active,input[type=submit].success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}input[type=button].alert,input[type=reset].alert,input[type=submit].alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}input[type=button].alert.outline,input[type=reset].alert.outline,input[type=submit].alert.outline{color:#ce352c;border-color:#ce352c}input[type=button].alert.outline.dropdown-toggle::before,input[type=reset].alert.outline.dropdown-toggle::before,input[type=submit].alert.outline.dropdown-toggle::before{border-color:#ce352c}input[type=button].alert.outline:hover,input[type=reset].alert.outline:hover,input[type=submit].alert.outline:hover{color:#fff}input[type=button].alert.dropdown-toggle::before,input[type=reset].alert.dropdown-toggle::before,input[type=submit].alert.dropdown-toggle::before{border-color:#fff}input[type=button].alert:hover,input[type=reset].alert:hover,input[type=submit].alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}input[type=button].alert:hover.dropdown-toggle::before,input[type=reset].alert:hover.dropdown-toggle::before,input[type=submit].alert:hover.dropdown-toggle::before{border-color:#fff}input[type=button].alert.same-color:hover,input[type=reset].alert.same-color:hover,input[type=submit].alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}input[type=button].alert.focus,input[type=button].alert:active,input[type=button].alert:focus,input[type=reset].alert.focus,input[type=reset].alert:active,input[type=reset].alert:focus,input[type=submit].alert.focus,input[type=submit].alert:active,input[type=submit].alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}input[type=button].warning,input[type=reset].warning,input[type=submit].warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}input[type=button].warning.outline,input[type=reset].warning.outline,input[type=submit].warning.outline{color:#ff9447;border-color:#ff9447}input[type=button].warning.outline.dropdown-toggle::before,input[type=reset].warning.outline.dropdown-toggle::before,input[type=submit].warning.outline.dropdown-toggle::before{border-color:#ff9447}input[type=button].warning.outline:hover,input[type=reset].warning.outline:hover,input[type=submit].warning.outline:hover{color:#fff}input[type=button].warning.dropdown-toggle::before,input[type=reset].warning.dropdown-toggle::before,input[type=submit].warning.dropdown-toggle::before{border-color:#fff}input[type=button].warning:hover,input[type=reset].warning:hover,input[type=submit].warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}input[type=button].warning:hover.dropdown-toggle::before,input[type=reset].warning:hover.dropdown-toggle::before,input[type=submit].warning:hover.dropdown-toggle::before{border-color:#fff}input[type=button].warning.same-color:hover,input[type=reset].warning.same-color:hover,input[type=submit].warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}input[type=button].warning.focus,input[type=button].warning:active,input[type=button].warning:focus,input[type=reset].warning.focus,input[type=reset].warning:active,input[type=reset].warning:focus,input[type=submit].warning.focus,input[type=submit].warning:active,input[type=submit].warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}input[type=button].yellow,input[type=reset].yellow,input[type=submit].yellow{outline-color:#fff;background-color:#ffe484;color:#fff}input[type=button].yellow.outline,input[type=reset].yellow.outline,input[type=submit].yellow.outline{color:#ffe484;border-color:#ffe484}input[type=button].yellow.outline.dropdown-toggle::before,input[type=reset].yellow.outline.dropdown-toggle::before,input[type=submit].yellow.outline.dropdown-toggle::before{border-color:#ffe484}input[type=button].yellow.outline:hover,input[type=reset].yellow.outline:hover,input[type=submit].yellow.outline:hover{color:#fff}input[type=button].yellow.dropdown-toggle::before,input[type=reset].yellow.dropdown-toggle::before,input[type=submit].yellow.dropdown-toggle::before{border-color:#fff}input[type=button].yellow:hover,input[type=reset].yellow:hover,input[type=submit].yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}input[type=button].yellow:hover.dropdown-toggle::before,input[type=reset].yellow:hover.dropdown-toggle::before,input[type=submit].yellow:hover.dropdown-toggle::before{border-color:#fff}input[type=button].yellow.same-color:hover,input[type=reset].yellow.same-color:hover,input[type=submit].yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}input[type=button].yellow.focus,input[type=button].yellow:active,input[type=button].yellow:focus,input[type=reset].yellow.focus,input[type=reset].yellow:active,input[type=reset].yellow:focus,input[type=submit].yellow.focus,input[type=submit].yellow:active,input[type=submit].yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}input[type=button].info,input[type=reset].info,input[type=submit].info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}input[type=button].info.outline,input[type=reset].info.outline,input[type=submit].info.outline{color:#5ebdec;border-color:#5ebdec}input[type=button].info.outline.dropdown-toggle::before,input[type=reset].info.outline.dropdown-toggle::before,input[type=submit].info.outline.dropdown-toggle::before{border-color:#5ebdec}input[type=button].info.outline:hover,input[type=reset].info.outline:hover,input[type=submit].info.outline:hover{color:#fff}input[type=button].info.dropdown-toggle::before,input[type=reset].info.dropdown-toggle::before,input[type=submit].info.dropdown-toggle::before{border-color:#fff}input[type=button].info:hover,input[type=reset].info:hover,input[type=submit].info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}input[type=button].info:hover.dropdown-toggle::before,input[type=reset].info:hover.dropdown-toggle::before,input[type=submit].info:hover.dropdown-toggle::before{border-color:#fff}input[type=button].info.same-color:hover,input[type=reset].info.same-color:hover,input[type=submit].info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}input[type=button].info.focus,input[type=button].info:active,input[type=button].info:focus,input[type=reset].info.focus,input[type=reset].info:active,input[type=reset].info:focus,input[type=submit].info.focus,input[type=submit].info:active,input[type=submit].info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}input[type=button].dark,input[type=reset].dark,input[type=submit].dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}input[type=button].dark.outline,input[type=reset].dark.outline,input[type=submit].dark.outline{color:#505050;border-color:#505050}input[type=button].dark.outline.dropdown-toggle::before,input[type=reset].dark.outline.dropdown-toggle::before,input[type=submit].dark.outline.dropdown-toggle::before{border-color:#505050}input[type=button].dark.outline:hover,input[type=reset].dark.outline:hover,input[type=submit].dark.outline:hover{color:#fff}input[type=button].dark.dropdown-toggle::before,input[type=reset].dark.dropdown-toggle::before,input[type=submit].dark.dropdown-toggle::before{border-color:#fff}input[type=button].dark:hover,input[type=reset].dark:hover,input[type=submit].dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}input[type=button].dark:hover.dropdown-toggle::before,input[type=reset].dark:hover.dropdown-toggle::before,input[type=submit].dark:hover.dropdown-toggle::before{border-color:#fff}input[type=button].dark.same-color:hover,input[type=reset].dark.same-color:hover,input[type=submit].dark.same-color:hover{background-color:#505050;border-color:#505050}input[type=button].dark.focus,input[type=button].dark:active,input[type=button].dark:focus,input[type=reset].dark.focus,input[type=reset].dark:active,input[type=reset].dark:focus,input[type=submit].dark.focus,input[type=submit].dark:active,input[type=submit].dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}input[type=button].light,input[type=reset].light,input[type=submit].light{outline-color:#fff;background-color:#f8f8f8;color:#fff}input[type=button].light.outline,input[type=reset].light.outline,input[type=submit].light.outline{color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.outline.dropdown-toggle::before,input[type=reset].light.outline.dropdown-toggle::before,input[type=submit].light.outline.dropdown-toggle::before{border-color:#f8f8f8}input[type=button].light.outline:hover,input[type=reset].light.outline:hover,input[type=submit].light.outline:hover{color:#fff}input[type=button].light.dropdown-toggle::before,input[type=reset].light.dropdown-toggle::before,input[type=submit].light.dropdown-toggle::before{border-color:#fff}input[type=button].light:hover,input[type=reset].light:hover,input[type=submit].light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}input[type=button].light:hover.dropdown-toggle::before,input[type=reset].light:hover.dropdown-toggle::before,input[type=submit].light:hover.dropdown-toggle::before{border-color:#fff}input[type=button].light.same-color:hover,input[type=reset].light.same-color:hover,input[type=submit].light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.focus,input[type=button].light:active,input[type=button].light:focus,input[type=reset].light.focus,input[type=reset].light:active,input[type=reset].light:focus,input[type=submit].light.focus,input[type=submit].light:active,input[type=submit].light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}input[type=button].light,input[type=button].yellow,input[type=reset].light,input[type=reset].yellow,input[type=submit].light,input[type=submit].yellow{color:#1d1d1d}input[type=button].light.outline:hover,input[type=button].light:hover,input[type=button].yellow.outline:hover,input[type=button].yellow:hover,input[type=reset].light.outline:hover,input[type=reset].light:hover,input[type=reset].yellow.outline:hover,input[type=reset].yellow:hover,input[type=submit].light.outline:hover,input[type=submit].light:hover,input[type=submit].yellow.outline:hover,input[type=submit].yellow:hover{color:#1d1d1d}.button-group .active{background-color:#989898;color:#fff}.calendar{display:block;position:relative;width:280px;border:1px solid #dfdfdf;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.calendar-content,.calendar-footer,.calendar-header{position:relative;display:block;background-color:#fff;color:#1d1d1d}.calendar-header{padding:1rem;background-color:#004d6f;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.calendar-content .calendar-toolbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .days,.calendar-content .week-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;font-size:.75rem}.calendar-content .days{border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.calendar-content .days-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-content .day,.calendar-content .week-number{width:calc(100%/7);text-align:center;cursor:pointer;font-size:.85rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;height:36px;line-height:36px}.calendar-content .day.and-week-number{width:calc(100% / 8)}.calendar-content .day.selected{-webkit-box-shadow:inset 0 0 0 1px #5ebdec!important;box-shadow:inset 0 0 0 1px #5ebdec!important}.calendar-content .day.selected::after{border-top:20px solid #5ebdec;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected::before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .week-days .day{font-weight:700}.calendar-content .week-number{width:calc(100% / 8);background-color:#fff;font-weight:700;font-size:12px;border-right:1px solid #dfdfdf}.calendar-content .outside{color:#bebebe;font-size:.75rem}.calendar-content .today{background-color:rgba(27,161,226,.5);color:#fff;font-weight:700}.calendar-content .excluded{background-color:#f8f8f8}.calendar.day-border .days-row:not(:nth-child(1)){border-top:1px solid #dfdfdf}.calendar.day-border .days-row .day:not(:nth-child(1)),.calendar.day-border .week-days .day:not(:nth-child(1)){border-left:1px solid #dfdfdf}.calendar.day-border .days-row .week-number,.calendar.day-border .week-days .week-number{border-right:none}.calendar-months,.calendar-years{height:100%;display:block;position:absolute;top:0;background-color:#f8f8f8;color:#1d1d1d;float:left;width:120px;overflow:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:500}.calendar-months>.months-list,.calendar-years>.years-list{height:100%;overflow-x:hidden;overflow-y:auto!important}.calendar-months>.months-list li.active,.calendar-years>.years-list li.active{background-color:#1ba1e2;color:#fff}.calendar-months{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:160px}.calendar-months.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:5px 0 7px -6px rgba(0,0,0,.75);box-shadow:5px 0 7px -6px rgba(0,0,0,.75)}.calendar-months .months-list{list-style:none inside;padding:0;margin:10px 0}.calendar-months .months-list li{padding:4px 16px;cursor:pointer}.calendar-months .months-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-years{left:100%}.calendar-years.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:-5px 0 7px -6px rgba(0,0,0,.75);box-shadow:-5px 0 7px -6px rgba(0,0,0,.75)}.calendar-years .years-list{list-style:none inside;padding:0;margin:10px 0;text-align:center}.calendar-years .years-list li{padding:4px 16px;cursor:pointer}.calendar-years .years-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-footer{padding:.5rem;border-top:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:240px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar.compact .day+.day{margin-left:1px}.calendar.compact .months-list,.calendar.compact .years-list{font-size:.85rem}.calendar-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:560px}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-footer,.calendar-wide .calendar-header{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:none;border-left:1px solid #dfdfdf;width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid #dfdfdf;background-color:#fff}.card-header{border-bottom:1px #eee solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:#bebebe}.card-content{display:block}.card-footer{border-top:1px #eee solid;padding:1rem;border-radius:0 0 2px 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid #fff}*+.card{margin-top:1rem}.card.flex-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card.flex-card .card-footer,.card.flex-card .card-header{height:57px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:#fff}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat}.carousel.fixed-size .slide{overflow:hidden}.carousel .carousel-bullets,.carousel [class*=carousel-switch]{position:absolute;display:block;z-index:501;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{width:auto;line-height:4rem;height:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-size:4rem;font-weight:300;color:#bebebe;cursor:pointer;vertical-align:middle;padding:0}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:#e4e4e4}.carousel .carousel-switch-next img,.carousel .carousel-switch-prev img{max-width:64px;max-height:64px}.carousel .carousel-switch-next [class*=mif-],.carousel .carousel-switch-prev [class*=mif-]{display:block}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:#ababab;border-radius:50%;cursor:pointer;border:1px #fff solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:#5ebdec}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem 4rem}.carousel.controls-outside .carousel-bullets{bottom:0}.carousel.with-thumbnails .thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:100%;left:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.carousel.with-thumbnails .thumb{display:block;position:relative!important;top:auto!important;left:auto!important;margin:.5rem;cursor:pointer;overflow:hidden;background-color:#f8f8f8}.carousel.with-thumbnails .thumb.thumb-on{border:4px solid #1ba1e2}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.charm-notify,.charm-tile{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .content,.charm-notify .secondary,.charm-notify .title{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}.chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;border:1px solid #dfdfdf;background-color:#fff}.chat .message-input,.chat .messages,.chat .title{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid #dfdfdf}.chat .messages{padding:8px;border-bottom:1px solid #dfdfdf;height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.chat .message .message-sender{width:50%;font-weight:600;font-size:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-time{width:50%;font-size:12px;text-align:right;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:.5}.chat .message .message-item{width:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:8px 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-item .message-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e4e4e4;margin-left:8px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:1.2;padding:5px 10px;width:100%;background-color:#e4e4e4}.chat .message .message-item .message-text::before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:#e4e4e4;content:' ';height:0;width:0;pointer-events:none}.chat .message.right .message-time{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.chat .message.right .message-sender{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right}.chat .message.right .message-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chat .message.right .message-text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text::before{right:auto;left:100%;border-right-color:transparent;border-left-color:#e4e4e4}.chat .message-input{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message .message-item .message-text.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.chat .message .message-item .message-text.primary::before{border-right-color:#0366d6}.chat .message .message-item .message-text.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.chat .message .message-item .message-text.secondary::before{border-right-color:#607d8b}.chat .message .message-item .message-text.success{border-color:#60a917;background-color:#60a917;color:#fff}.chat .message .message-item .message-text.success::before{border-right-color:#60a917}.chat .message .message-item .message-text.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.chat .message .message-item .message-text.alert::before{border-right-color:#ce352c}.chat .message .message-item .message-text.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.chat .message .message-item .message-text.warning::before{border-right-color:#ff9447}.chat .message .message-item .message-text.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.chat .message .message-item .message-text.yellow::before{border-right-color:#ffe484}.chat .message .message-item .message-text.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.chat .message .message-item .message-text.info::before{border-right-color:#5ebdec}.chat .message .message-item .message-text.dark{border-color:#505050;background-color:#505050;color:#fff}.chat .message .message-item .message-text.dark::before{border-right-color:#505050}.chat .message .message-item .message-text.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.chat .message .message-item .message-text.light::before{border-right-color:#f8f8f8}.chat .message .message-item .message-text.brand1{border-color:#2ac4f4;background-color:#2ac4f4;color:#fff}.chat .message .message-item .message-text.brand1::before{border-right-color:#2ac4f4}.chat .message .message-item .message-text.brand2{border-color:#004d6f;background-color:#004d6f;color:#fff}.chat .message .message-item .message-text.brand2::before{border-right-color:#004d6f}.chat .message .message-item .message-text.light,.chat .message .message-item .message-text.yellow{color:#1d1d1d}.chat .message.right .message-item .message-text.primary::before{border-right-color:transparent;border-left-color:#0366d6}.chat .message.right .message-item .message-text.secondary::before{border-right-color:transparent;border-left-color:#607d8b}.chat .message.right .message-item .message-text.success::before{border-right-color:transparent;border-left-color:#60a917}.chat .message.right .message-item .message-text.alert::before{border-right-color:transparent;border-left-color:#ce352c}.chat .message.right .message-item .message-text.warning::before{border-right-color:transparent;border-left-color:#ff9447}.chat .message.right .message-item .message-text.yellow::before{border-right-color:transparent;border-left-color:#ffe484}.chat .message.right .message-item .message-text.info::before{border-right-color:transparent;border-left-color:#5ebdec}.chat .message.right .message-item .message-text.dark::before{border-right-color:transparent;border-left-color:#505050}.chat .message.right .message-item .message-text.light::before{border-right-color:transparent;border-left-color:#f8f8f8}.chat .message.right .message-item .message-text.brand1::before{border-right-color:transparent;border-left-color:#2ac4f4}.chat .message.right .message-item .message-text.brand2::before{border-right-color:transparent;border-left-color:#004d6f}.checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .caption,.checkbox .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px #d9d9d9 solid;width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.checkbox .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:#fff;left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[type=checkbox]:checked~.check::before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.checkbox input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[data-indeterminate=true]~.check::before{display:block!important;width:6px;height:6px;background-color:#fff;border:2px solid #fff;left:50%;top:50%;margin-left:-3px;margin-top:-3px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.checkbox .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkbox .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkbox.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.checkbox.invalid,.checkbox.required,.checkbox.valid{border:none!important}.checkbox.invalid::after{display:none}.checkbox:active input[type=checkbox]:not(:disabled)~.check::after,.checkbox:focus input[type=checkbox]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.style2 input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 .check{border-color:#989898}.checkbox.style2 .check::before{border-color:#1d1d1d}.checkbox.style2 input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.checkbox.style2 input[type=checkbox]:disabled~.check::before{border-color:#e9e9e9}.checkbox.style2 input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 input[data-indeterminate=true]~.check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.checkbox.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:rgba(29,29,29,.1)}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.command-button,.image-button{padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.5rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.command-button:hover,.image-button:hover{background-color:rgba(29,29,29,.1)}.command-button.focus,.command-button:active,.command-button:focus,.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.command-button.focus,.command-button:focus,.command-button:hover,.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.command-button:active,.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.command-button.disabled,.command-button:disabled,.image-button.disabled,.image-button:disabled{opacity:.65}.container,.container-fluid,.container2,aside,footer,header,section{display:block;position:relative;margin:0 auto}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container,.container2{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width:576px){.container{max-width:540px}.container2{max-width:90%}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container,.container2{max-width:960px}}@media (min-width:1200px){.container,.container2{max-width:1140px}}@media (min-width:1452px){.container,.container2{max-width:1360px}}.container-fs{max-width:0!important}.container-sm{max-width:576px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem .5rem .5em;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part::before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:-o-radial-gradient(at left,#dfdfdf,transparent);background:radial-gradient(at left,#dfdfdf,transparent)}.countdown .part.d-none+.part::before{display:none}.countdown .part.no-divider::before{display:none}.countdown .part.days::after,.countdown .part.hours::after,.countdown .part.minutes::after,.countdown .part.seconds::after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.countdown .hours{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.countdown .minutes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.countdown .seconds{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;-webkit-transform:rotateY(30deg);transform:rotateY(30deg)}.cube .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{-webkit-transform:skewY(23deg) rotateX(10deg);transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;-webkit-transform:skewY(-23deg) rotateY(10deg);transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;-webkit-transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg);-ms-transform:rotate(45deg) rotate(0) skew(-22deg,-22deg);transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;-webkit-box-shadow:0 0 5px rgba(118,118,118,.8);box-shadow:0 0 5px rgba(118,118,118,.8);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{-webkit-animation:pulsar-cell 2.5s 0s ease-out infinite;animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@-webkit-keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}@keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0}.cube .axis::after,.cube .axis::before{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow::after,.cube .axis.arrow::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.arrow::before{-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.cube .axis.arrow::after{-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg);right:-1px}.cube .axis.line::after,.cube .axis.line::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.line::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.cube .axis.line::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y::before{-webkit-transform:rotate(113deg);-ms-transform:rotate(113deg);transform:rotate(113deg)}.cube .axis.line.axis-y::after{-webkit-transform:rotate(-67deg);-ms-transform:rotate(-67deg);transform:rotate(-67deg)}.cube .axis.line.axis-x::before{-webkit-transform:rotate(67deg);-ms-transform:rotate(67deg);transform:rotate(67deg)}.cube .axis.line.axis-x::after{-webkit-transform:rotate(-113deg);-ms-transform:rotate(-113deg);transform:rotate(-113deg)}.cube .axis.no-style::after,.cube .axis.no-style::before{display:none}.cube .axis.axis-x{-webkit-transform:rotate(203deg);-ms-transform:rotate(203deg);transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.d-menu,.v-menu{position:absolute;display:none;float:left;width:auto;margin:0;padding:0;list-style:none inside none;background-color:#fff;color:#1d1d1d}.d-menu.open,.v-menu.open{display:block!important}.d-menu.place-right,.v-menu.place-right{left:auto;right:0}.d-menu{z-index:1000}.d-menu a,.d-menu li,.v-menu a,.v-menu li{display:block;float:none;position:relative;cursor:pointer;color:inherit;background-color:inherit;height:auto}.d-menu li a,.v-menu li a{font-size:.875rem;padding:0 2rem 0 2.5rem;line-height:45px;height:45px;text-decoration:none;vertical-align:middle;white-space:nowrap;border:none}.d-menu li a .icon,.d-menu li a img,.v-menu li a .icon,.v-menu li a img{display:block;position:absolute;vertical-align:middle;text-align:center;text-decoration:none;font-size:1.2rem;left:.5rem;top:50%;margin-top:-.6rem;width:1.2rem;height:1.2rem;color:inherit}.d-menu li a .icon::before,.d-menu li a img::before,.v-menu li a .icon::before,.v-menu li a img::before{position:absolute;top:0;left:0;line-height:1.2rem}.d-menu li.active,.v-menu li.active{border-left:2px solid;border-color:#dfdfdf}.d-menu li.active>a,.v-menu li.active>a{background-color:#5ebdec;color:#fff;font-weight:700}.d-menu li:hover,.v-menu li:hover{text-decoration:none;background-color:rgba(29,29,29,.1)}.d-menu li:hover .icon,.d-menu li:hover>a,.v-menu li:hover .icon,.v-menu li:hover>a{color:inherit}.d-menu li a[data-hotkey],.v-menu li a[data-hotkey]{padding-right:4rem}.d-menu li a[data-hotkey]::after,.v-menu li a[data-hotkey]::after{content:attr(data-hotkey);position:absolute;right:1.2rem;width:auto;font-size:.8em}.d-menu li a.dropdown-toggle::before,.v-menu li a.dropdown-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.d-menu li a.dropdown-toggle.active-toggle::before,.v-menu li a.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.d-menu .divider,.v-menu .divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#f2f2f2;cursor:default;pointer-events:none}.d-menu .divider:hover,.v-menu .divider:hover{background-color:#f2f2f2}.d-menu.disabled,.v-menu.disabled{cursor:default;pointer-events:none}.d-menu.disabled a,.v-menu.disabled a{color:#e4e4e4}.d-menu{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.d-menu.context li a{height:32px;line-height:32px;font-size:.75rem;padding:0 2rem 0 2.5rem}.d-menu.context li a .icon{width:.92rem;height:.92rem;font-size:.92rem}.v-menu{display:block;position:relative;width:100%;float:none}.v-menu.for-dropdown{width:auto;float:left;display:none}.v-menu .v-menu{display:none;min-width:0;position:relative;width:100%;left:0;right:0;top:100%;-webkit-box-shadow:none;box-shadow:none;float:none}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu.dropdown{position:absolute;float:left;width:auto;top:100%;border:1px solid #dfdfdf}.d-menu .d-menu{left:100%;top:-.5rem}@media screen and (min-width:0){.d-menu.place-right-fs,.v-menu.place-right-fs{left:auto;right:0}}@media screen and (min-width:576px){.d-menu.place-right-sm,.v-menu.place-right-sm{left:auto;right:0}}@media screen and (min-width:768px){.d-menu.place-right-md,.v-menu.place-right-md{left:auto;right:0}}@media screen and (min-width:992px){.d-menu.place-right-lg,.v-menu.place-right-lg{left:auto;right:0}}@media screen and (min-width:1200px){.d-menu.place-right-xl,.v-menu.place-right-xl{left:auto;right:0}}@media screen and (min-width:1452px){.d-menu.place-right-xxl,.v-menu.place-right-xxl{left:auto;right:0}}.sorting,.sorting_asc,.sorting_desc{position:relative;cursor:pointer}.sorting:after,.sorting_asc:after,.sorting_desc:after{position:absolute;content:"";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.5rem;font-size:1rem;line-height:1;color:#1d1d1d}.sorting_asc{background-color:#ebebeb}.sorting_asc:after{content:"\2191"}.sorting_desc{background-color:#ebebeb}.sorting_desc:after{content:"\2193"}.dataTables_length label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_length label select{margin:0 10px;width:100px}.dataTables_filter label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_filter label input{width:200px;margin-left:10px}.dataTables_paginate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dataTables_paginate .next,.dataTables_paginate .previous,.dataTables_paginate span a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem}.dataTables_paginate .next:hover,.dataTables_paginate .previous:hover,.dataTables_paginate span a:hover{background-color:rgba(29,29,29,.1)}.dataTables_paginate span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.dataTables_paginate .current{background-color:#e4e4e4}.dataTables_wrapper{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.dataTables_filter,.dataTables_length{-webkit-box-flex:1;-ms-flex:1;flex:1}.dataTable,.dataTables_info,.dataTables_paginate{width:100%}.dataTables_info{line-height:42px;text-align:center}@media all and (min-width:576px){.dataTables_filter label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_length label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width:992px){.dataTables_info,.dataTables_paginate{width:auto}.dataTables_info{text-align:left}.dataTables_paginate{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.date-picker .date-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.date-picker .day,.date-picker .month,.date-picker .year{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.date-picker .sel-month{-webkit-box-flex:2!important;-ms-flex-positive:2!important;flex-grow:2!important}.dialog{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:#fff;color:#1d1d1d;z-index:1050;border:1px solid #dfdfdf}.dialog.shadow-on{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.dialog-actions,.dialog-content,.dialog-title{display:block}.dialog-title{font-size:1.325rem;padding:12px 24px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-bottom:1px solid #dfdfdf}.dialog-content{padding:12px 24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.dialog-actions{border-top:1px solid #e9e9e9;padding:8px 16px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.dialog .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #ce352c}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #5ebdec}.dialog.info .dialog-title{background-color:#5ebdec;border-bottom-color:#5ebdec;color:#fff}.dialog.info .dialog-actions{border-top-color:#5ebdec}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.brand1{border:1px solid #2ac4f4}.dialog.brand1 .dialog-title{background-color:#2ac4f4;border-bottom-color:#2ac4f4;color:#fff}.dialog.brand1 .dialog-actions{border-top-color:#2ac4f4}.dialog.brand2{border:1px solid #004d6f}.dialog.brand2 .dialog-title{background-color:#004d6f;border-bottom-color:#004d6f;color:#fff}.dialog.brand2 .dialog-actions{border-top-color:#004d6f}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #fff}.drag-item-marker::after,.drag-item-marker::before{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker::before{top:4px}.drag-item-marker::after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark::after,.drag-marker-dark::before{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;-webkit-box-shadow:inset -1px 0 10px -4px #0366d6;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{-webkit-animation:drag-flush 1s ease infinite;animation:drag-flush 1s ease infinite}@-webkit-keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}@keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light::before,.dropdown-toggle.marker-light::before{border-color:#fff}.dropdown-toggle.no-marker::before{display:none}.dropdown-toggle.active-container::before,.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.dropdown-toggle.marker-center::before{left:50%;top:50%;margin-left:0;margin-top:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-container::before,.dropdown-toggle.marker-center.active-toggle::before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.expand-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:0}.expand-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0 0 0;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after,.expand-button span:before{content:'';position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after{top:.5rem}.expand-button.transform span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:#1d1d1d}.expand-button.transform span:after,.expand-button.transform span:before{content:'';top:-5px;right:0;width:.75rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.expand-button.transform span:after{top:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.expand-button.light span{background-color:#fff}.expand-button.light span:after,.expand-button.light span:before{background-color:#fff}.drop-zone input,.file input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.file .button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto;height:34px}.drop-zone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inline-form .file,.inline-form .input,.inline-form .select,.inline-form .spinner,.inline-form .tag-input,.inline-form .textarea,.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=password],.inline-form input[type=search],.inline-form input[type=tel],.inline-form input[type=text],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form-group.disabled,.form-group:disabled,fieldset.disabled,fieldset:disabled,form.disabled,form:disabled{pointer-events:none}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}.cell,.col{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%;padding:6px}[class*=cell-],[class*=col-]{position:relative;display:block;padding:6px;width:100%;min-height:1px}.cell-auto,.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.cell-1,.col-1,.colspan-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-1{margin-left:8.333335%}.cell-2,.col-2,.colspan-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-2{margin-left:16.66667%}.cell-3,.col-3,.colspan-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-3{margin-left:25.000005%}.cell-4,.col-4,.colspan-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-4{margin-left:33.33334%}.cell-5,.col-5,.colspan-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-5{margin-left:41.666675%}.cell-6,.col-6,.colspan-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-6{margin-left:50.00001%}.cell-7,.col-7,.colspan-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-7{margin-left:58.333345%}.cell-8,.col-8,.colspan-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-8{margin-left:66.66668%}.cell-9,.col-9,.colspan-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-9{margin-left:75.000015%}.cell-10,.col-10,.colspan-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-10{margin-left:83.33335%}.cell-11,.col-11,.colspan-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-11{margin-left:91.666685%}.cell-12,.col-12,.colspan-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-12{margin-left:100.00002%}.stub{-webkit-box-flex:0;-ms-flex:none;flex:none;display:block;padding:0 12px}.grid.no-gap .row{margin-left:0;margin-right:0}.grid.no-gap .row .cell,.grid.no-gap .row .col,.grid.no-gap .row .stub{padding:0}.grid.no-gap .row+.row{margin-top:0}.row.no-gap{margin-left:0;margin-right:0;margin-top:0}.row.no-gap .cell,.row.no-gap .col,.row.no-gap .stub,.row.no-gap [class*=cell-],.row.no-gap [class*=col-]{padding:0}@media screen and (min-width:0){.cell-fs-full,.col-fs-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-fs-half,.col-fs-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-fs-one-third,.col-fs-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-fs-two-third,.col-fs-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-fs-quarter,.col-fs-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-fs,.col-fs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-fs-auto,.col-fs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-fs-1,.col-fs-1,.colspan-fs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-fs-1{margin-left:8.333335%}.cell-fs-2,.col-fs-2,.colspan-fs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-fs-2{margin-left:16.66667%}.cell-fs-3,.col-fs-3,.colspan-fs-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-fs-3{margin-left:25.000005%}.cell-fs-4,.col-fs-4,.colspan-fs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-fs-4{margin-left:33.33334%}.cell-fs-5,.col-fs-5,.colspan-fs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-fs-5{margin-left:41.666675%}.cell-fs-6,.col-fs-6,.colspan-fs-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-fs-6{margin-left:50.00001%}.cell-fs-7,.col-fs-7,.colspan-fs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-fs-7{margin-left:58.333345%}.cell-fs-8,.col-fs-8,.colspan-fs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-fs-8{margin-left:66.66668%}.cell-fs-9,.col-fs-9,.colspan-fs-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-fs-9{margin-left:75.000015%}.cell-fs-10,.col-fs-10,.colspan-fs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-fs-10{margin-left:83.33335%}.cell-fs-11,.col-fs-11,.colspan-fs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-fs-11{margin-left:91.666685%}.cell-fs-12,.col-fs-12,.colspan-fs-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width:576px){.cell-sm-full,.col-sm-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-sm-half,.col-sm-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-sm-one-third,.col-sm-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-sm-two-third,.col-sm-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-sm-quarter,.col-sm-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-sm,.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-sm-auto,.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-sm-1,.col-sm-1,.colspan-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-sm-1{margin-left:8.333335%}.cell-sm-2,.col-sm-2,.colspan-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-sm-2{margin-left:16.66667%}.cell-sm-3,.col-sm-3,.colspan-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-sm-3{margin-left:25.000005%}.cell-sm-4,.col-sm-4,.colspan-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-sm-4{margin-left:33.33334%}.cell-sm-5,.col-sm-5,.colspan-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-sm-5{margin-left:41.666675%}.cell-sm-6,.col-sm-6,.colspan-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-sm-6{margin-left:50.00001%}.cell-sm-7,.col-sm-7,.colspan-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-sm-7{margin-left:58.333345%}.cell-sm-8,.col-sm-8,.colspan-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-sm-8{margin-left:66.66668%}.cell-sm-9,.col-sm-9,.colspan-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-sm-9{margin-left:75.000015%}.cell-sm-10,.col-sm-10,.colspan-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-sm-10{margin-left:83.33335%}.cell-sm-11,.col-sm-11,.colspan-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-sm-11{margin-left:91.666685%}.cell-sm-12,.col-sm-12,.colspan-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width:768px){.cell-md-full,.col-md-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-md-half,.col-md-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-md-one-third,.col-md-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-md-two-third,.col-md-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-md-quarter,.col-md-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-md,.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-md-auto,.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-md-1,.col-md-1,.colspan-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-md-1{margin-left:8.333335%}.cell-md-2,.col-md-2,.colspan-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-md-2{margin-left:16.66667%}.cell-md-3,.col-md-3,.colspan-md-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-md-3{margin-left:25.000005%}.cell-md-4,.col-md-4,.colspan-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-md-4{margin-left:33.33334%}.cell-md-5,.col-md-5,.colspan-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-md-5{margin-left:41.666675%}.cell-md-6,.col-md-6,.colspan-md-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-md-6{margin-left:50.00001%}.cell-md-7,.col-md-7,.colspan-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-md-7{margin-left:58.333345%}.cell-md-8,.col-md-8,.colspan-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-md-8{margin-left:66.66668%}.cell-md-9,.col-md-9,.colspan-md-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-md-9{margin-left:75.000015%}.cell-md-10,.col-md-10,.colspan-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-md-10{margin-left:83.33335%}.cell-md-11,.col-md-11,.colspan-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-md-11{margin-left:91.666685%}.cell-md-12,.col-md-12,.colspan-md-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-md-12{margin-left:100.00002%}}@media screen and (min-width:992px){.cell-lg-full,.col-lg-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-lg-half,.col-lg-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-lg-one-third,.col-lg-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-lg-two-third,.col-lg-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-lg-quarter,.col-lg-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-lg,.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-lg-auto,.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-lg-1,.col-lg-1,.colspan-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-lg-1{margin-left:8.333335%}.cell-lg-2,.col-lg-2,.colspan-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-lg-2{margin-left:16.66667%}.cell-lg-3,.col-lg-3,.colspan-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-lg-3{margin-left:25.000005%}.cell-lg-4,.col-lg-4,.colspan-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-lg-4{margin-left:33.33334%}.cell-lg-5,.col-lg-5,.colspan-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-lg-5{margin-left:41.666675%}.cell-lg-6,.col-lg-6,.colspan-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-lg-6{margin-left:50.00001%}.cell-lg-7,.col-lg-7,.colspan-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-lg-7{margin-left:58.333345%}.cell-lg-8,.col-lg-8,.colspan-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-lg-8{margin-left:66.66668%}.cell-lg-9,.col-lg-9,.colspan-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-lg-9{margin-left:75.000015%}.cell-lg-10,.col-lg-10,.colspan-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-lg-10{margin-left:83.33335%}.cell-lg-11,.col-lg-11,.colspan-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-lg-11{margin-left:91.666685%}.cell-lg-12,.col-lg-12,.colspan-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width:1200px){.cell-xl-full,.col-xl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xl-half,.col-xl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xl-one-third,.col-xl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xl-two-third,.col-xl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xl-quarter,.col-xl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xl,.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xl-auto,.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xl-1,.col-xl-1,.colspan-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xl-1{margin-left:8.333335%}.cell-xl-2,.col-xl-2,.colspan-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xl-2{margin-left:16.66667%}.cell-xl-3,.col-xl-3,.colspan-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xl-3{margin-left:25.000005%}.cell-xl-4,.col-xl-4,.colspan-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xl-4{margin-left:33.33334%}.cell-xl-5,.col-xl-5,.colspan-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xl-5{margin-left:41.666675%}.cell-xl-6,.col-xl-6,.colspan-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xl-6{margin-left:50.00001%}.cell-xl-7,.col-xl-7,.colspan-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xl-7{margin-left:58.333345%}.cell-xl-8,.col-xl-8,.colspan-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xl-8{margin-left:66.66668%}.cell-xl-9,.col-xl-9,.colspan-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xl-9{margin-left:75.000015%}.cell-xl-10,.col-xl-10,.colspan-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xl-10{margin-left:83.33335%}.cell-xl-11,.col-xl-11,.colspan-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xl-11{margin-left:91.666685%}.cell-xl-12,.col-xl-12,.colspan-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width:1452px){.cell-xxl-full,.col-xxl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xxl-half,.col-xxl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xxl-one-third,.col-xxl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xxl-two-third,.col-xxl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xxl-quarter,.col-xxl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xxl,.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xxl-auto,.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xxl-1,.col-xxl-1,.colspan-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xxl-1{margin-left:8.333335%}.cell-xxl-2,.col-xxl-2,.colspan-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xxl-2{margin-left:16.66667%}.cell-xxl-3,.col-xxl-3,.colspan-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xxl-3{margin-left:25.000005%}.cell-xxl-4,.col-xxl-4,.colspan-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xxl-4{margin-left:33.33334%}.cell-xxl-5,.col-xxl-5,.colspan-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xxl-5{margin-left:41.666675%}.cell-xxl-6,.col-xxl-6,.colspan-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xxl-6{margin-left:50.00001%}.cell-xxl-7,.col-xxl-7,.colspan-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xxl-7{margin-left:58.333345%}.cell-xxl-8,.col-xxl-8,.colspan-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xxl-8{margin-left:66.66668%}.cell-xxl-9,.col-xxl-9,.colspan-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xxl-9{margin-left:75.000015%}.cell-xxl-10,.col-xxl-10,.colspan-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xxl-10{margin-left:83.33335%}.cell-xxl-11,.col-xxl-11,.colspan-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xxl-11{margin-left:91.666685%}.cell-xxl-12,.col-xxl-12,.colspan-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xxl-12{margin-left:100.00002%}}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu::after{display:block;clear:both;content:""}.h-menu::after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:rgba(29,29,29,.1)}.h-menu>li:hover .icon,.h-menu>li:hover>a{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:0;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle::before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle::before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;-webkit-box-shadow:2px 2px 2px 0 rgba(29,29,29,.4);box-shadow:2px 2px 2px 0 rgba(29,29,29,.4)}.h-menu.mega .mega-container *{color:inherit}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:0;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.chevron-down .line:nth-child(2),.hamburger.menu-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-down.active,.hamburger.menu-down.active,.nav-button.chevron-down.active,.nav-button.menu-down.active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger.chevron-down.active .line:nth-child(2),.hamburger.menu-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.chevron-up .line:nth-child(2),.hamburger.menu-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-up.active,.hamburger.menu-up.active,.nav-button.chevron-up.active,.nav-button.menu-up.active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger.chevron-up.active .line:nth-child(2),.hamburger.menu-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.head-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}.hero{padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (min-width:768px){.hero{padding:160px 80px}}.hint{display:block;position:fixed;z-index:1070;background-color:#fffcc0;color:#1d1d1d;font-size:.75rem;max-width:13.75rem;padding:.625rem}.icon-box{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background-color:#fff}.icon-box .content,.icon-box .icon{position:relative}.icon-box .icon{height:90px;width:90px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.1)}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-size:14px;padding:0 .5rem 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;line-height:30px;font-weight:400}.image-button:hover{background-color:rgba(29,29,29,.1)}.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.image-button .icon{width:34px;height:34px;line-height:34px;font-size:1rem;background-color:rgba(69,90,100,.55);color:#fff;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container-overlay.image-container-overlay,.image-compare .image-container.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid #dfdfdf;background-color:#ebebeb;overflow:hidden;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button::after{display:block;clear:both;content:""}.info-button::after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .button:focus,.info-button .info:active,.info-button .info:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:rgba(29,29,29,.1)}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.input input{border:none!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;height:34px}.input input:focus{-webkit-box-shadow:none;box-shadow:none}.input .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.input .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.input .button:active,.input .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.input .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{background-color:transparent}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.input .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.input .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.input input[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}.input input::-moz-placeholder{text-overflow:ellipsis}.input input:-moz-placeholder{text-overflow:ellipsis}.input input:-ms-input-placeholder{text-overflow:ellipsis}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid #dfdfdf;z-index:3}.input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.input .autocomplete-list .item:hover{background-color:rgba(29,29,29,.1)}.input .autocomplete-list .item+.item{border-top:1px solid #dfdfdf}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;top:16px;left:0;right:0;bottom:8px;border:0;border-bottom:2px #dfdfdf solid;background-color:transparent;outline:0;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;-webkit-box-shadow:none!important;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer,.input-material .label{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:#dfdfdf}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:active,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1000}.keypad .keys::before{content:'';position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid #dfdfdf;z-index:2;left:-5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.keypad .keys.open{display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom::before{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:1px}.keypad .keys.top::before{top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.left{left:0;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);top:50%;margin-left:1px}.keypad .keys.left::before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:100%;margin-left:-5px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left::before{top:0;left:.625rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-top:-1px}.keypad .keys.bottom-right::before{top:0;left:100%;margin-left:-1rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left::before{top:100%;left:.625rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;-webkit-transform:translateY(-100%) translateX(-100%);-ms-transform:translateY(-100%) translateX(-100%);transform:translateY(-100%) translateX(-100%);margin-top:1px}.keypad .keys.top-right::before{top:100%;left:100%;margin-left:-1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid #dfdfdf;font-size:1rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .key:hover{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:#fff;color:#1d1d1d;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex}.listview.view-content,.listview.view-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-icons,.listview.view-icons-large,.listview.view-icons-medium,.listview.view-tiles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.listview.view-icons-large.vertical-layout,.listview.view-icons-medium.vertical-layout,.listview.view-icons.vertical-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-table{display:table}.listview .node{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit}.listview .node:hover{background-color:#e5f3ff}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon [class*=mif-],.listview .node>.icon img{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table>li{display:table-row}.listview.view-table>li>*{display:table-cell}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid #dfdfdf}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-icons .node,.listview.view-icons-large .node,.listview.view-icons-medium .node{width:74px;height:auto;padding:8px 8px 2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-large .node>.icon,.listview.view-icons-medium .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-large .node>.data,.listview.view-icons-medium .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-large .node .checkbox,.listview.view-icons-medium .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:#cce8ff;border-color:#84bcea!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.master{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .page,.master .pages{background-color:transparent;color:inherit}.master .controls{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:40px;font-size:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 20px}.master .controls .next,.master .controls .prev,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.master .controls .next,.master .controls .prev{width:40px;height:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.master .controls .next.disabled,.master .controls .prev.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .controls .title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.master .pages{position:relative;display:block;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls-bottom{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .pages{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:rgba(34,34,34,.5)}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:100%;position:relative;overflow:hidden}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;-ms-flex-negative:0;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:rgba(111,111,111,.5)}.media-player .loop{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:none}.media-player .play{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player .stop{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background:rgba(34,34,34,.5);color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.media-player .volume{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;width:96px;padding:0 .625rem;background:rgba(34,34,34,.5);display:none}.media-player .full{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .controls>button.active{background-color:#dfdfdf}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width:576px){.media-player .loop,.media-player .stop,.media-player .volume{display:block}}.more-info-box{height:128px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#fff}.more-info-box .content,.more-info-box .icon{position:relative}.more-info-box .icon{height:64px;width:64px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:16px;margin-top:16px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:rgba(0,0,0,.15)}.more-info-box .content{line-height:1.2;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;-ms-flex-negative:0;flex-shrink:0;text-align:right;background:rgba(0,0,0,.1);text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;color:rgba(255,255,255,.8);font-size:12px}.more-info-box .more:hover{color:#fff;background:rgba(0,0,0,.15)}.more-info-box:hover .icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.navview{display:block;position:relative;background-color:#fff;color:#1d1d1d;overflow:hidden;height:100%;min-height:100%}.navview .navview-content,.navview .navview-pane{display:block;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-height:100%}.navview .navview-pane{width:280px;background-color:#e5e5e5;position:absolute;left:0;top:0;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.navview .navview-pane.open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview .navview-content{position:relative}.navview .holder,.navview .pull-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;background-color:transparent;border:2px solid transparent;outline:0;cursor:pointer}.navview .holder{height:40px;display:none}.navview .navview-menu{display:block;position:relative;list-style:none inside;margin:0;padding:0;width:100%;background-color:#e5e5e5;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.navview .navview-menu::-webkit-scrollbar{display:none!important}.navview .navview-menu li{display:block;position:relative}.navview .navview-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:40px;text-decoration:none;color:inherit;white-space:nowrap;border:2px solid transparent;height:40px}.navview .navview-menu .icon{width:48px;height:40px;display:block;text-align:center}.navview .navview-menu .caption{padding-left:48px;white-space:nowrap;display:block}.navview .navview-menu .icon+.caption{padding-left:0}.navview .navview-menu .item-header{font-size:22px;height:32px;line-height:32px;padding-left:16px;cursor:default;background-color:transparent;white-space:nowrap;display:block}.navview .navview-menu li.active::before{content:"";display:block;position:absolute;height:24px;top:8px;left:0;width:4px;background-color:#1ba1e2;z-index:1}.navview .navview-menu li.disabled{color:#9c9c9c!important}.navview .navview-menu li.disabled img{opacity:.5}.navview .navview-menu .icon>*,.navview .pull-button>*,.navview .suggest-box .holder>*{width:16px;height:16px;line-height:16px;font-size:16px;vertical-align:initial}.navview .holder:hover,.navview .navview-menu li a:hover,.navview .pull-button:hover{background-color:#cecece}.navview .holder:active,.navview .navview-menu li a:active,.navview .pull-button:active{background-color:#b7b7b7}.navview .suggest-box{display:block;margin:8px 0}.navview .suggest-box .input,.navview .suggest-box .select,.navview .suggest-box .textarea{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 24px)!important;margin:0 12px}.navview .item-separator{height:16px!important;width:100%;display:block;background-color:transparent;cursor:default}.navview .navview-menu .dropdown-toggle{padding-right:0!important}.navview .navview-menu .dropdown-toggle::before{display:none}.navview .navview-menu .dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.navview.focusableItems .holder:focus,.navview.focusableItems .navview-menu li a:focus,.navview.focusableItems .pull-button:focus{border:2px solid #0a0a0a}.navview .badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:8px}.navview .badges .badge{margin:0 2px}.navview .data-box{display:block}.navview .navview-menu .navview-menu .item-header{display:none!important}.navview.expanded .navview-pane{width:280px!important}.navview.expanded .navview-pane .item-header,.navview.expanded .navview-pane .navview-menu .caption{display:block!important}.navview.expanded .navview-pane .suggest-box>:not(.holder){display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .navview-pane .holder{display:none!important}.navview.expanded .badges{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .data-box{display:block!important}.navview.compacted .navview-pane{width:48px!important;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.compacted .navview-pane .item-header,.navview.compacted .navview-pane .navview-menu .caption{display:none!important}.navview.compacted .navview-pane .suggest-box>:not(.holder){display:none!important}.navview.compacted .navview-pane .holder{display:block!important}.navview.compacted .navview-content{margin-left:48px!important}.navview.compacted .badges,.navview.compacted .data-box{display:none!important}@media screen and (min-width:0){.navview-margin-fs{margin-left:280px}.navview-margin-compact-fs{margin-left:48px}.navview.navview-compact-fs .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-fs .navview-pane .item-header,.navview.navview-compact-fs .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-fs .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-fs .navview-pane .holder{display:block}.navview.navview-compact-fs .navview-content{margin-left:48px}.navview.navview-compact-fs .badges,.navview.navview-compact-fs .data-box{display:none}.navview.navview-expand-fs .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-fs .navview-pane .item-header,.navview.navview-expand-fs .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-fs .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .navview-pane .holder{display:none}.navview.navview-expand-fs .navview-content{margin-left:280px}.navview.navview-expand-fs .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .data-box{display:block}}@media screen and (min-width:576px){.navview-margin-sm{margin-left:280px}.navview-margin-compact-sm{margin-left:48px}.navview.navview-compact-sm .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-sm .navview-pane .item-header,.navview.navview-compact-sm .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-sm .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-sm .navview-pane .holder{display:block}.navview.navview-compact-sm .navview-content{margin-left:48px}.navview.navview-compact-sm .badges,.navview.navview-compact-sm .data-box{display:none}.navview.navview-expand-sm .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-sm .navview-pane .item-header,.navview.navview-expand-sm .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-sm .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .navview-pane .holder{display:none}.navview.navview-expand-sm .navview-content{margin-left:280px}.navview.navview-expand-sm .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .data-box{display:block}}@media screen and (min-width:768px){.navview-margin-md{margin-left:280px}.navview-margin-compact-md{margin-left:48px}.navview.navview-compact-md .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-md .navview-pane .item-header,.navview.navview-compact-md .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-md .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-md .navview-pane .holder{display:block}.navview.navview-compact-md .navview-content{margin-left:48px}.navview.navview-compact-md .badges,.navview.navview-compact-md .data-box{display:none}.navview.navview-expand-md .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-md .navview-pane .item-header,.navview.navview-expand-md .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-md .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .navview-pane .holder{display:none}.navview.navview-expand-md .navview-content{margin-left:280px}.navview.navview-expand-md .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .data-box{display:block}}@media screen and (min-width:992px){.navview-margin-lg{margin-left:280px}.navview-margin-compact-lg{margin-left:48px}.navview.navview-compact-lg .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-lg .navview-pane .item-header,.navview.navview-compact-lg .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-lg .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-lg .navview-pane .holder{display:block}.navview.navview-compact-lg .navview-content{margin-left:48px}.navview.navview-compact-lg .badges,.navview.navview-compact-lg .data-box{display:none}.navview.navview-expand-lg .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-lg .navview-pane .item-header,.navview.navview-expand-lg .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-lg .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .navview-pane .holder{display:none}.navview.navview-expand-lg .navview-content{margin-left:280px}.navview.navview-expand-lg .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .data-box{display:block}}@media screen and (min-width:1200px){.navview-margin-xl{margin-left:280px}.navview-margin-compact-xl{margin-left:48px}.navview.navview-compact-xl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xl .navview-pane .item-header,.navview.navview-compact-xl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xl .navview-pane .holder{display:block}.navview.navview-compact-xl .navview-content{margin-left:48px}.navview.navview-compact-xl .badges,.navview.navview-compact-xl .data-box{display:none}.navview.navview-expand-xl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xl .navview-pane .item-header,.navview.navview-expand-xl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .navview-pane .holder{display:none}.navview.navview-expand-xl .navview-content{margin-left:280px}.navview.navview-expand-xl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .data-box{display:block}}@media screen and (min-width:1452px){.navview-margin-xxl{margin-left:280px}.navview-margin-compact-xxl{margin-left:48px}.navview.navview-compact-xxl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xxl .navview-pane .item-header,.navview.navview-compact-xxl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xxl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xxl .navview-pane .holder{display:block}.navview.navview-compact-xxl .navview-content{margin-left:48px}.navview.navview-compact-xxl .badges,.navview.navview-compact-xxl .data-box{display:none}.navview.navview-expand-xxl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xxl .navview-pane .item-header,.navview.navview-expand-xxl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xxl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .navview-pane .holder{display:none}.navview.navview-expand-xxl .navview-content{margin-left:280px}.navview.navview-expand-xxl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .data-box{display:block}}.navview.compacted .navview-pane>.navview-menu,.navview.js-compact:not(.expanded) .navview-pane>.navview-menu{overflow:visible}.navview.compacted .navview-menu .navview-menu,.navview.js-compact:not(.expanded) .navview-menu .navview-menu{position:absolute;left:100%;top:0;width:220px;max-width:280px}.navview.compacted .navview-menu .navview-menu .caption,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption{display:block!important}.navview.compacted .navview-menu .navview-menu .item-header,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header{display:block!important}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-bottom,.notify-container.position-top{width:100%!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid #dfdfdf;cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem -.25rem;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item.service:hover,.pagination .page-item:hover{background-color:rgba(29,29,29,.1)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:#fff!important;border-color:transparent;color:#1d1d1d}.pagination .page-item.disabled{pointer-events:none;color:#e4e4e4}.pagination .page-item.active{background-color:#e4e4e4}.pagination.rounded .page-item{border-radius:.25rem}.pagination.no-gap{margin:0 0 1rem 0}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}.panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;background-color:#fff;border:1px solid #dfdfdf}.panel .panel-content,.panel .panel-title{position:relative}.panel .panel-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;border-bottom:1px solid #dfdfdf;line-height:2.625rem;cursor:default;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;height:100%;width:2.625rem;border-left:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .custom-buttons{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:active,.panel .panel-title .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.panel .panel-content{display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:auto;padding:.5rem}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid #dfdfdf;cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.progress{display:block;position:relative;width:100%;height:12px;background-color:#eee;overflow:hidden}.progress.with-load{background:0 0}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;-webkit-animation:progress-loading 3s infinite linear;animation:progress-loading 3s infinite linear;background:-o-radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background:radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background-size:12px 12px;z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:#ce352c}.progress .bar{z-index:3;background:#60a917}.progress.line{background-color:#b3d4fc;display:-webkit-box;display:-ms-flexbox;display:flex}.progress.line::before{height:100%;width:100%;background-color:#004d6f;content:'';-webkit-animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite;animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.progress.small{height:6px}.progress.small .load{background-size:6px 6px}@-webkit-keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@-webkit-keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}.radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .caption,.radio .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px #d9d9d9 solid;width:20px;height:20px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.radio .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:#fff;border:2px solid #fff;border-radius:50%;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.radio input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.radio input[type=radio]:checked~.check::before{display:block}.radio input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.radio .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.radio .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.radio.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.radio.invalid,.radio.required,.radio.valid{border:none!important}.radio.invalid::after{display:none}.radio:active input[type=radio]:not(:disabled)~.check::after,.radio:focus input[type=radio]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.style2 input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#fff}.radio.style2 .check{border-color:#989898}.radio.style2 .check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.radio.style2 input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.radio.style2 input[type=radio]:disabled~.check::before{background-color:#e9e9e9;border-color:#e9e9e9}.radio.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .result,.rating .stars,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.rating .stars li::before{position:absolute;content:'\2605';display:block;z-index:1;left:0}.rating .stars li.half::after{left:0;display:block;position:absolute;content:'\2605';width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10::after{width:.1em}.rating .stars li.half.half-20::after{width:.2em}.rating .stars li.half.half-30::after{width:.3em}.rating .stars li.half.half-40::after{width:.4em}.rating .stars li.half.half-50::after{width:.42em}.rating .stars li.half.half-60::after{width:.49em}.rating .stars li.half.half-70::after{width:.6em}.rating .stars li.half.half-80::after{width:.7em}.rating .stars li.half.half-90::after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.half::after,.rating .stars li.on{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{-webkit-animation:star-scale .3s ease-in-out;animation:star-scale .3s ease-in-out}@-webkit-keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element::after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled::after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover::after{-webkit-animation:resize-element-animation 1s ease infinite;animation:resize-element-animation 1s ease infinite}@-webkit-keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}@keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu .tabs-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder a,.ribbon-menu .tabs-holder li{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:none;padding:4px 4px;border-bottom:1px solid #dadbdc;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:-webkit-box;display:-ms-flexbox;display:flex}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;background-color:inherit;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{-ms-flex-preferred-size:100%;flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>:not(.group-divider),.ribbon-menu .content-holder .group>:not(.title){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-button-dropdown,.ribbon-icon-button,.ribbon-tool-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:0;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle::before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px}.ribbon-icon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .caption+.icon,.ribbon-icon-button .icon+.caption{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle::before,.ribbon-tool-button.dropdown-toggle::before{display:none}.ribbon-icon-button.dropdown-toggle::after,.ribbon-tool-button.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:hover{border-color:#a4cef9}.ribbon-split-button:hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:rgba(164,206,249,.2)}.ribbon-split-button .ribbon-main{background-color:inherit;outline:0;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle::before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:2px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);z-index:1000;top:100%;left:0}.ribbon-dropdown a,.ribbon-dropdown li{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::after,.ribbon-dropdown .checked::before{position:absolute;display:block;content:""}.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked::after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked::after{border:1px solid #a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown .checked-one::before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle::before{-webkit-transform:rotate(-135deg)!important;-ms-transform:rotate(-135deg)!important;transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;padding:1px 4px;background-color:inherit}.ribbon-button:hover,.ribbon-icon-button:hover,.ribbon-tool-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button.active,.ribbon-button:active,.ribbon-icon-button.active,.ribbon-icon-button:active,.ribbon-main.active,.ribbon-main:active,.ribbon-split.active,.ribbon-split:active,.ribbon-tool-button.active,.ribbon-tool-button:active{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-icon-button,.ribbon-menu .active-container .ribbon-tool-button{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ripple{display:block;width:0;height:0;border-radius:100%;background:rgba(255,255,255,.4);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;opacity:1}.rippleEffect{-webkit-animation:rippleDrop .5s linear;animation:rippleDrop .5s linear}@-webkit-keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}.select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle::before{margin-left:-1.1rem}.select .d-menu li a,.select .v-menu li a{min-width:auto}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.select .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.select .button:active,.select .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.select .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button{background-color:transparent}.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{-webkit-box-shadow:none;box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid #dfdfdf;padding:2px;margin-left:-1px;z-index:1000;background-color:#fff;-webkit-box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);box-shadow:3px 3px 5px 0 rgba(0,0,0,.3)}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select .d-menu{width:100%;overflow-y:auto;position:relative;display:block;-webkit-box-shadow:none;box-shadow:none}.select .d-menu li a{height:32px;line-height:32px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .d-menu li a .icon{top:.3rem;margin-top:0}.select .d-menu .active{border:none;color:#fff}.select .d-menu .active:hover{color:#fff}.select.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select.dropdown-toggle::before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:#fff}.select .group-title{background-color:#f6f7f8;font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;color:#646464;font-weight:700}.select .group-title:hover{background-color:#f6f7f8;cursor:default;border:0}.select ul{right:0;left:0}.select .selected-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.select .selected-item .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 4px}.select .selected-item .remover{display:block;position:relative;width:25px;height:25px;line-height:24px;text-align:center;cursor:pointer;background-color:#e4e4e4}.select.multiple{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .select-input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle::before{margin-left:-1.5rem}.select.input-large .append,.select.input-large .prepend,.select.input-large .select-input{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle::before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-large .selected-item{margin:2px 2px;height:36px;line-height:36px}.select.input-large .selected-item .title{font-size:1.3rem;line-height:36px;padding:0 8px}.select.input-large .selected-item .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle::before{margin-left:-1rem}.select.input-small .append,.select.input-small .prepend,.select.input-small .select-input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle::before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .selected-item{height:18px;line-height:18px}.select.input-small .selected-item .title{font-size:.7rem;line-height:18px}.select.input-small .selected-item .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.select2-container .selection .select2-selection--single{height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:36px}.select2-container .selection .select2-selection--single .select2-selection__arrow{height:36px}.select2-container .selection .select2-selection--multiple{min-height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--multiple .select2-selection__rendered{display:block}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{border-radius:0;background-color:#f8f8f8;font-size:14px;height:26px;line-height:26px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{margin-top:0}.select2-container .select2-dropdown,.select2-container .select2-selection{border-radius:0}.select2 .selection .select2-selection--multiple,.select2 .selection .select2-selection--single{outline:0}.select2 .selection .select2-selection--multiple:hover,.select2 .selection .select2-selection--single:hover{border-color:silver}.select2 .selection .select2-selection--multiple.focused,.select2 .selection .select2-selection--multiple:focus,.select2 .selection .select2-selection--single.focused,.select2 .selection .select2-selection--single:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select2 .selection .select2-selection--multiple.disabled,.select2 .selection .select2-selection--multiple:disabled,.select2 .selection .select2-selection--single.disabled,.select2 .selection .select2-selection--single:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.shortcut{width:6rem;height:6rem;padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.9rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0}.shortcut .caption,.shortcut .icon{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:1.7rem;height:1.7rem;font-size:1.7rem;margin-top:1rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shortcut .caption{color:inherit;height:1.2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;-webkit-transform:none;-ms-transform:none;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:2rem;height:2rem;font-size:2rem;margin-top:1.5rem}.shortcut:hover{background-color:rgba(29,29,29,.1)}.shortcut.focus,.shortcut:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.shortcut.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.shortcut:active,.shortcut:focus,.shortcut:hover{text-decoration:none}.shortcut:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{-webkit-box-shadow:none;box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{-webkit-box-shadow:2px 0 0 0 rgba(0,0,0,.15);box-shadow:2px 0 0 0 rgba(0,0,0,.15)}.sidebar.on-right{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{-webkit-box-shadow:-2px 0 0 0 rgba(0,0,0,.15);box-shadow:-2px 0 0 0 rgba(0,0,0,.15)}.sidebar-content,.sidebar-header,.sidebar-menu{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.subtitle,.sidebar-header>.title{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidebar-menu::-webkit-scrollbar{display:none!important}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:rgba(204,204,204,.3)}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#dfdfdf}.sidebar-menu li.divider:hover{background-color:#dfdfdf}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:rgba(29,29,29,.1)}.sidebar-menu li.group-title:hover{background-color:initial}.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}.sidenav-counter{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter a,.sidenav-counter li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-counter .counter,.sidenav-counter .title{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:.6875rem;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px}.sidenav-counter li:hover{background-color:rgba(29,29,29,.1)}.sidenav-counter li:active{background-color:#13709e;color:#fff}.sidenav-counter .active,.sidenav-counter li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-counter-expand-fs{width:220px}.sidenav-counter-expand-fs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-fs .title{display:block}.sidenav-counter-expand-fs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-counter-expand-sm{width:220px}.sidenav-counter-expand-sm a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-sm .title{display:block}.sidenav-counter-expand-sm .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-counter-expand-md{width:220px}.sidenav-counter-expand-md a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-md .title{display:block}.sidenav-counter-expand-md .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-counter-expand-lg{width:220px}.sidenav-counter-expand-lg a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-lg .title{display:block}.sidenav-counter-expand-lg .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-counter-expand-xl{width:220px}.sidenav-counter-expand-xl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xl .title{display:block}.sidenav-counter-expand-xl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-counter-expand-xxl{width:220px}.sidenav-counter-expand-xxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxl .title{display:block}.sidenav-counter-expand-xxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 a,.sidenav-m3 li{position:relative;display:block;color:inherit}.sidenav-m3>li{background:0 0}.sidenav-m3>li.stick-left::before,.sidenav-m3>li.stick-right::before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.sidenav-m3>li.stick-right::before{left:100%;border-radius:0 .25rem .25rem 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidenav-m3 li+li{border-top:1px solid #dfdfdf}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px 20px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;width:100%;float:none}.sidenav-m3 .d-menu a{padding:0 1rem 0 3rem;text-decoration:none}.sidenav-m3 .d-menu li{border-top:1px solid #dfdfdf}.sidenav-m3 .d-menu .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:50%}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle::before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple a,.sidenav-simple li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:rgba(29,29,29,.1)}.sidenav-simple li:active{background-color:#13709e;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid #dfdfdf}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);float:right}.slider{display:block;position:relative;height:2.125rem;background:0 0;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .buffer,.slider .complete,.slider .marker{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:0;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.slider .marker:active::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint::before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:-8px}.slider .hint.top-side::before{top:100%;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side::before{top:0;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);margin-left:-8px}.slider .hint.left-side::before{top:50%;right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .buffer,.slider.thin .complete{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .buffer,.slider.ultra-thin .complete{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete,.slider.vertical-slider .marker{top:auto;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%)}.slider.rounded .backside,.slider.rounded .buffer,.slider.rounded .complete,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.social-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px 20px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #fff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0 0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid #dfdfdf}.spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px;text-align:center}.spinner input:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.spinner .button{width:34px;min-width:34px;height:34px;line-height:34px;text-align:center;font-weight:700;background-color:#f8f8f8;padding:0}.spinner .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner.buttons-left input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner.buttons-right .spinner-button-minus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-right input{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-minus,.spinner.input-large .default-icon-plus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-minus,.spinner.input-small .default-icon-plus{width:14px;height:14px}.split-button{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.split-button>:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4px}.split-button .dropdown{position:static}.split-button .drop-object{left:0}.split-button>.split-button{margin-left:4px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.split-button .split{margin-left:-2px;padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:0;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle::before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.split-button .split:active{-webkit-box-shadow:none;box-shadow:none}.splitter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.splitter.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitter>.gutter{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #f8f8f8;background-color:#f8f8f8;cursor:col-resize;z-index:1}.splitter>.gutter.active{background-color:#bebebe}.splitter>.gutter::before{content:"";z-index:1;display:block;position:absolute;left:0;width:100%;top:50%;height:24px;margin-top:-12px;background-color:#bebebe}.splitter.vertical>.gutter{cursor:row-resize}.splitter.vertical>.gutter::before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter>.split-block{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden}.stepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:.5rem 0}.stepper::before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1ba1e2;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.stepper.diamond .step span{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid #dfdfdf;line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:0;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action{color:#1d1d1d}.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.streamer .stream-secondary,.streamer .stream-title{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-fake-timeline,.streamer .streamer-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.streamer .streamer-fake-timeline li,.streamer .streamer-timeline li{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative}.streamer .streamer-fake-timeline li em,.streamer .streamer-timeline li em{font-size:10px;font-style:normal;margin:4px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;-ms-flex-negative:0;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:#dfdfdf}.streamer .stream-event-slide{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .desc,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .title{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.streamer .stream-event.selected{-webkit-box-shadow:0 0 0 1px #5ebdec!important;box-shadow:0 0 0 1px #5ebdec!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-secondary,html.metro-no-touch-device .streamer .stream:hover .stream-title{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{bottom:4px;right:4px;top:auto;left:auto}html.metro-touch-device .streamer .stream.focused{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-secondary,html.metro-touch-device .streamer .stream.focused .stream-title{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{bottom:4px;right:4px;top:auto;left:auto}@media screen and (min-width:0){.streamer.streamer-expand-fs .stream,.streamer.streamer-expand-fs .streams{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-fs .stream-secondary,.streamer.streamer-expand-fs .stream-title{display:block}.streamer.streamer-expand-fs .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width:576px){.streamer.streamer-expand-sm .stream,.streamer.streamer-expand-sm .streams{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-sm .stream-secondary,.streamer.streamer-expand-sm .stream-title{display:block}.streamer.streamer-expand-sm .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width:768px){.streamer.streamer-expand-md .stream,.streamer.streamer-expand-md .streams{width:200px}.streamer.streamer-expand-md .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-md .stream-secondary,.streamer.streamer-expand-md .stream-title{display:block}.streamer.streamer-expand-md .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width:992px){.streamer.streamer-expand-lg .stream,.streamer.streamer-expand-lg .streams{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-lg .stream-secondary,.streamer.streamer-expand-lg .stream-title{display:block}.streamer.streamer-expand-lg .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width:1200px){.streamer.streamer-expand-xl .stream,.streamer.streamer-expand-xl .streams{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xl .stream-secondary,.streamer.streamer-expand-xl .stream-title{display:block}.streamer.streamer-expand-xl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width:1452px){.streamer.streamer-expand-xxl .stream,.streamer.streamer-expand-xxl .streams{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xxl .stream-secondary,.streamer.streamer-expand-xxl .stream-title{display:block}.streamer.streamer-expand-xxl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}.switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .caption,.switch .check{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:1.25rem;width:2.8125rem;border:2px #1d1d1d solid;cursor:pointer;background:0 0;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;-ms-flex-negative:0;flex-shrink:0}.switch .check::after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d}.switch input[type=checkbox]:checked~.check::after{background-color:#fff;border-color:#fff;left:auto;-webkit-transform:translateX(1.625rem) translateY(-50%);-ms-transform:translateX(1.625rem) translateY(-50%);transform:translateX(1.625rem) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check::after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch.invalid,.switch.required,.switch.valid{border:none!important}.switch.invalid::after{display:none}.switch.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on .check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .caption,.switch-material .check{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:36px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check::before{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:not(:checked)~.check::before{background-color:#fff}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:checked~.check::before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:before{background-color:#bdbdbd}.switch-material .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch-material .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch-material.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch-material.transition-on{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.switch-material.transition-on input:checked~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px #dfdfdf solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:rgba(29,29,29,.1)}.t-menu>li:last-child a{border-bottom:0}.t-menu a{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;left:auto;top:auto;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px #dfdfdf solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}.table-container{display:block;position:relative}.table-container.horizontal-scroll{overflow:hidden;overflow-x:auto}.table-container.horizontal-scroll .table{width:auto;min-width:100%}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.td,.th{display:table-cell}.table{width:100%;margin-bottom:1rem;margin-top:1rem}.table .td,.table .th,.table td,.table th{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout .td,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout th{white-space:nowrap;overflow:hidden}.table .tfoot,.table .thead,.table tfoot,.table thead{border-bottom:4px solid #e4e4e4}.table .tfoot .td,.table .tfoot .th,.table .tfoot td,.table .tfoot th,.table .thead .td,.table .thead .th,.table .thead td,.table .thead th,.table tfoot .td,.table tfoot .th,.table tfoot td,.table tfoot th,.table thead .td,.table thead .th,.table thead td,.table thead th{cursor:default;color:#1d1d1d;border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table .tfoot,.table tfoot{border-top:4px solid #e4e4e4}.table .tbody .td,.table .tbody td,.table tbody .td,.table tbody td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21C5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sortable-column.sort-desc,.table .sortable-column.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sort-asc,.table .sorting.sort-desc,.table .sorting.sorting_asc,.table .sorting.sorting_desc{background-color:#ebebeb}.table .sortable-column.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-asc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_asc:after,.table .sorting.sorting_desc:after{color:#1d1d1d;opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sort-asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:after,.table.sortable-markers-on-left .sorting:before{left:0;margin-left:.625rem}.table .tr.selected .td,.table .tr.selected td,.table tr.selected .td,.table tr.selected td{background-color:rgba(28,183,236,.1)}.table .td.selected,.table td.selected{background-color:rgba(28,183,236,.3)}.table.striped .tbody .tr:nth-child(odd),.table.striped tbody tr:nth-child(odd){background:#f8f8f8}.table.row-hover .tbody .tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover tbody tr:hover{background-color:rgba(28,183,236,.1)}.table.cell-hover .tbody .td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover tbody td:hover{background-color:rgba(28,183,236,.3)}.table.table-border{border:1px #dfdfdf solid}.table.cell-border .td,.table.cell-border .th,.table.cell-border td,.table.cell-border th{border:1px #dfdfdf solid}.table.cell-border .thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .th,.table.cell-border .thead .tr:first-child td,.table.cell-border .thead .tr:first-child th,.table.cell-border .thead tr:first-child .td,.table.cell-border .thead tr:first-child .th,.table.cell-border .thead tr:first-child td,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child .td,.table.cell-border thead .tr:first-child .th,.table.cell-border thead .tr:first-child td,.table.cell-border thead .tr:first-child th,.table.cell-border thead tr:first-child .td,.table.cell-border thead tr:first-child .th,.table.cell-border thead tr:first-child td,.table.cell-border thead tr:first-child th{border-top:none}.table.cell-border .thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border thead tr:first-child th:first-child{border-left:none}.table.cell-border .thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border thead tr:first-child th:last-child{border-right:none}.table.cell-border .tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child td,.table.cell-border .tbody tr:first-child .td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child .td,.table.cell-border tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border tbody tr:first-child td{border-top:none}.table.cell-border .tbody .tr .td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border tbody tr td:first-child{border-left:none}.table.cell-border .tbody .tr .td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border tbody tr td:last-child{border-right:none}.table.cell-border .tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child td,.table.cell-border .tbody tr:last-child .td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child .td,.table.cell-border tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border tbody tr:last-child td{border-bottom:none}.table.row-border .tr+.tr,.table.row-border tr+tr{border-top:1px #dfdfdf solid}.table.subcompact .td,.table.subcompact .th,.table.subcompact td,.table.subcompact th{padding:3px 8px;font-size:80%}.table.compact .td,.table.compact .th,.table.compact td,.table.compact th{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table .tbody .td.hidden,.table .tbody .th.hidden,.table .tbody td.hidden,.table .tbody th.hidden,.table .thead .td.hidden,.table .thead .th.hidden,.table .thead td.hidden,.table .thead th.hidden,.table tbody .td.hidden,.table tbody .th.hidden,.table tbody td.hidden,.table tbody th.hidden,.table thead .td.hidden,.table thead .th.hidden,.table thead td.hidden,.table thead th.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{-ms-flex-preferred-size:auto;flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:#fff;color:#1d1d1d;z-index:500;border:1px double #dfdfdf;width:auto;padding:10px;max-height:calc(100vh - 40px);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid #dfdfdf;font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid #dfdfdf;padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector .table,.table-inspector table{margin-bottom:0}.table-inspector .table .td,.table-inspector .table td,.table-inspector table .td,.table-inspector table td{vertical-align:middle}.table-inspector .table .tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector table tr.flash{-webkit-animation:flash-bg 1s ease-out;animation:flash-bg 1s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:1px solid #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}@-webkit-keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@media screen and (min-width:0){.table.normal-fs .td,.table.normal-fs .th,.table.normal-fs td,.table.normal-fs th{padding:.625rem;font-size:1em}.table.compact-fs .td,.table.compact-fs .th,.table.compact-fs td,.table.compact-fs th{padding:7px 8px;font-size:80%}.table.subcompact-fs .td,.table.subcompact-fs .th,.table.subcompact-fs td,.table.subcompact-fs th{padding:3px 8px;font-size:80%}}@media screen and (min-width:576px){.table.normal-sm .td,.table.normal-sm .th,.table.normal-sm td,.table.normal-sm th{padding:.625rem;font-size:1em}.table.compact-sm .td,.table.compact-sm .th,.table.compact-sm td,.table.compact-sm th{padding:7px 8px;font-size:80%}.table.subcompact-sm .td,.table.subcompact-sm .th,.table.subcompact-sm td,.table.subcompact-sm th{padding:3px 8px;font-size:80%}}@media screen and (min-width:768px){.table.normal-md .td,.table.normal-md .th,.table.normal-md td,.table.normal-md th{padding:.625rem;font-size:1em}.table.compact-md .td,.table.compact-md .th,.table.compact-md td,.table.compact-md th{padding:7px 8px;font-size:80%}.table.subcompact-md .td,.table.subcompact-md .th,.table.subcompact-md td,.table.subcompact-md th{padding:3px 8px;font-size:80%}}@media screen and (min-width:992px){.table.normal-lg .td,.table.normal-lg .th,.table.normal-lg td,.table.normal-lg th{padding:.625rem;font-size:1em}.table.compact-lg .td,.table.compact-lg .th,.table.compact-lg td,.table.compact-lg th{padding:7px 8px;font-size:80%}.table.subcompact-lg .td,.table.subcompact-lg .th,.table.subcompact-lg td,.table.subcompact-lg th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1200px){.table.normal-xl .td,.table.normal-xl .th,.table.normal-xl td,.table.normal-xl th{padding:.625rem;font-size:1em}.table.compact-xl .td,.table.compact-xl .th,.table.compact-xl td,.table.compact-xl th{padding:7px 8px;font-size:80%}.table.subcompact-xl .td,.table.subcompact-xl .th,.table.subcompact-xl td,.table.subcompact-xl th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1452px){.table.normal-xxl .td,.table.normal-xxl .th,.table.normal-xxl td,.table.normal-xxl th{padding:.625rem;font-size:1em}.table.compact-xxl .td,.table.compact-xxl .th,.table.compact-xxl td,.table.compact-xxl th{padding:7px 8px;font-size:80%}.table.subcompact-xxl .td,.table.subcompact-xxl .th,.table.subcompact-xxl td,.table.subcompact-xxl th{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.table-skip input{width:220px}.tabs{position:relative;border:1px solid #dfdfdf;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;color:#1d1d1d}.tabs .expand-title,.tabs .hamburger{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;margin-top:.5rem;margin-bottom:1px;position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.tabs>ul.tabs-list a,.tabs>ul.tabs-list>li{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:#fff;color:#1d1d1d;margin:0 0 -1px 0}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:#f8f8f8}.tabs>ul.tabs-list>li.active{background-color:#dfdfdf}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;-webkit-box-shadow:none;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0 0}.tabs.vertical>ul.tabs-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none;border-right:1px solid #dfdfdf;width:auto;height:100%;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid #dfdfdf;margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid #dfdfdf}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid #dfdfdf;margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid #dfdfdf;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid #dfdfdf}.tabs-expand>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-bottom:none;background-color:#fff}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-top:none}.tabs-expand.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-expand .expand-title,.tabs-expand .hamburger{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:0 0}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid #dfdfdf;width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:#dfdfdf;background:#e4e4e4}.tabs-material{margin:0;padding:0 52px;position:fixed;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.tabs-material::-webkit-scrollbar{display:none!important}.tabs-material li{-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px 16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material::after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tabs-material.fixed-tabs::after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material.app-bar-present-more{top:112px}.tag-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.tag-input .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag-input .tag .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 8px}.tag-input .tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large .tag{margin:2px 2px;height:36px;line-height:36px}.tag-input.input-large .tag .title{font-size:1.3rem;line-height:36px}.tag-input.input-large .tag .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small .tag{margin:2px 2px;height:18px;line-height:18px}.tag-input.input-small .tag .title{font-size:.7rem;line-height:18px}.tag-input.input-small .tag .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .tag{border-radius:10px;background:#d4f0ff;color:#1d1d1d}.tag-input.static-mode .tag .remover{display:none!important}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.textarea,textarea{height:auto;padding:.5rem .75rem}textarea{line-height:1.2}.textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0;background:#add8e6;border:1px solid red}.textarea textarea{min-height:4rem;overflow-y:hidden;resize:none;border:none!important;-webkit-transition:height .1s linear;-o-transition:height .1s linear;transition:height .1s linear}.textarea textarea:focus{-webkit-box-shadow:none;box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea.disabled .clear-button{display:none}.textarea .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea .input-clear-button~textarea{padding-right:48px}.tile-app,.tile-large,.tile-medium,.tile-small,.tile-wide{display:block;background-color:#1ba1e2;color:#fff;width:150px;height:150px;-webkit-box-shadow:inset 0 0 1px #ffc;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-app .icon,.tile-large .icon,.tile-medium .icon,.tile-small .icon,.tile-wide .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:50px;line-height:50px;z-index:2}.tile-app .branding-bar,.tile-large .branding-bar,.tile-medium .branding-bar,.tile-small .branding-bar,.tile-wide .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:2}.tile-app .badge-bottom,.tile-app .badge-top,.tile-large .badge-bottom,.tile-large .badge-top,.tile-medium .badge-bottom,.tile-medium .badge-top,.tile-small .badge-bottom,.tile-small .badge-top,.tile-wide .badge-bottom,.tile-wide .badge-top{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:rgba(29,29,29,.1);z-index:2}.tile-app .badge-bottom,.tile-large .badge-bottom,.tile-medium .badge-bottom,.tile-small .badge-bottom,.tile-wide .badge-bottom{right:10px;bottom:0}.tile-app .badge-top,.tile-large .badge-top,.tile-medium .badge-top,.tile-small .badge-top,.tile-wide .badge-top{top:10px;right:10px}.tile-app:hover,.tile-large:hover,.tile-medium:hover,.tile-small:hover,.tile-wide:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-app.transform-right,.tile-large.transform-right,.tile-medium.transform-right,.tile-small.transform-right,.tile-wide.transform-right{-webkit-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;-webkit-transform:perspective(500px) rotateY(.138372rad)!important;transform:perspective(500px) rotateY(.138372rad)!important}.tile-app.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-small.transform-right.tile-small,.tile-wide.transform-right.tile-small{-webkit-transform:perspective(500px) rotateY(.276744rad)!important;transform:perspective(500px) rotateY(.276744rad)!important}.tile-app.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-small.transform-right.tile-wide,.tile-wide.transform-right.tile-wide{-webkit-transform:perspective(500px) rotateY(.069186rad)!important;transform:perspective(500px) rotateY(.069186rad)!important}.tile-app.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-small.transform-right.tile-large,.tile-wide.transform-right.tile-large{-webkit-transform:perspective(500px) rotateY(.046124rad)!important;transform:perspective(500px) rotateY(.046124rad)!important}.tile-app.transform-left,.tile-large.transform-left,.tile-medium.transform-left,.tile-small.transform-left,.tile-wide.transform-left{-webkit-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;-webkit-transform:perspective(500px) rotateY(-.138372rad)!important;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-app.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-small.transform-left.tile-small,.tile-wide.transform-left.tile-small{-webkit-transform:perspective(500px) rotateY(-.276744rad)!important;transform:perspective(500px) rotateY(-.276744rad)!important}.tile-app.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-small.transform-left.tile-wide,.tile-wide.transform-left.tile-wide{-webkit-transform:perspective(500px) rotateY(-.069186rad)!important;transform:perspective(500px) rotateY(-.069186rad)!important}.tile-app.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-small.transform-left.tile-large,.tile-wide.transform-left.tile-large{-webkit-transform:perspective(500px) rotateY(-.046124rad)!important;transform:perspective(500px) rotateY(-.046124rad)!important}.tile-app.transform-top,.tile-large.transform-top,.tile-medium.transform-top,.tile-small.transform-top,.tile-wide.transform-top{-webkit-transform-origin:50% bottom;-ms-transform-origin:50% bottom;transform-origin:50% bottom;-webkit-transform:perspective(500px) rotateX(.138372rad)!important;transform:perspective(500px) rotateX(.138372rad)!important}.tile-app.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-small.transform-top.tile-small,.tile-wide.transform-top.tile-small{-webkit-transform:perspective(500px) rotateX(.276744rad)!important;transform:perspective(500px) rotateX(.276744rad)!important}.tile-app.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-small.transform-top.tile-wide,.tile-wide.transform-top.tile-wide{-webkit-transform:perspective(500px) rotateX(.069186rad)!important;transform:perspective(500px) rotateX(.069186rad)!important}.tile-app.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-small.transform-top.tile-large,.tile-wide.transform-top.tile-large{-webkit-transform:perspective(500px) rotateX(.046124rad)!important;transform:perspective(500px) rotateX(.046124rad)!important}.tile-app.transform-bottom,.tile-large.transform-bottom,.tile-medium.transform-bottom,.tile-small.transform-bottom,.tile-wide.transform-bottom{-webkit-transform-origin:50% top;-ms-transform-origin:50% top;transform-origin:50% top;-webkit-transform:perspective(500px) rotateX(-.138372rad)!important;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-app.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-small.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small{-webkit-transform:perspective(500px) rotateX(-.276744rad)!important;transform:perspective(500px) rotateX(-.276744rad)!important}.tile-app.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-small.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide{-webkit-transform:perspective(500px) rotateX(-.069186rad)!important;transform:perspective(500px) rotateX(-.069186rad)!important}.tile-app.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-small.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large{-webkit-transform:perspective(500px) rotateX(-.046124rad)!important;transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1/span 1}.tiles-grid .tile-medium.col-1{grid-column:1/span 2}.tiles-grid .tile-wide.col-1{grid-column:1/span 4}.tiles-grid .tile-large.col-1{grid-column:1/span 4}.tiles-grid .tile-small.row-1{grid-row:1/span 1}.tiles-grid .tile-medium.row-1{grid-row:1/span 2}.tiles-grid .tile-wide.row-1{grid-row:1/span 4}.tiles-grid .tile-large.row-1{grid-row:1/span 4}.tiles-grid .tile-small.col-2{grid-column:2/span 1}.tiles-grid .tile-medium.col-2{grid-column:2/span 2}.tiles-grid .tile-wide.col-2{grid-column:2/span 4}.tiles-grid .tile-large.col-2{grid-column:2/span 4}.tiles-grid .tile-small.row-2{grid-row:2/span 1}.tiles-grid .tile-medium.row-2{grid-row:2/span 2}.tiles-grid .tile-wide.row-2{grid-row:2/span 4}.tiles-grid .tile-large.row-2{grid-row:2/span 4}.tiles-grid .tile-small.col-3{grid-column:3/span 1}.tiles-grid .tile-medium.col-3{grid-column:3/span 2}.tiles-grid .tile-wide.col-3{grid-column:3/span 4}.tiles-grid .tile-large.col-3{grid-column:3/span 4}.tiles-grid .tile-small.row-3{grid-row:3/span 1}.tiles-grid .tile-medium.row-3{grid-row:3/span 2}.tiles-grid .tile-wide.row-3{grid-row:3/span 4}.tiles-grid .tile-large.row-3{grid-row:3/span 4}.tiles-grid .tile-small.col-4{grid-column:4/span 1}.tiles-grid .tile-medium.col-4{grid-column:4/span 2}.tiles-grid .tile-wide.col-4{grid-column:4/span 4}.tiles-grid .tile-large.col-4{grid-column:4/span 4}.tiles-grid .tile-small.row-4{grid-row:4/span 1}.tiles-grid .tile-medium.row-4{grid-row:4/span 2}.tiles-grid .tile-wide.row-4{grid-row:4/span 4}.tiles-grid .tile-large.row-4{grid-row:4/span 4}.tiles-grid .tile-small.col-5{grid-column:5/span 1}.tiles-grid .tile-medium.col-5{grid-column:5/span 2}.tiles-grid .tile-wide.col-5{grid-column:5/span 4}.tiles-grid .tile-large.col-5{grid-column:5/span 4}.tiles-grid .tile-small.row-5{grid-row:5/span 1}.tiles-grid .tile-medium.row-5{grid-row:5/span 2}.tiles-grid .tile-wide.row-5{grid-row:5/span 4}.tiles-grid .tile-large.row-5{grid-row:5/span 4}.tiles-grid .tile-small.col-6{grid-column:6/span 1}.tiles-grid .tile-medium.col-6{grid-column:6/span 2}.tiles-grid .tile-wide.col-6{grid-column:6/span 4}.tiles-grid .tile-large.col-6{grid-column:6/span 4}.tiles-grid .tile-small.row-6{grid-row:6/span 1}.tiles-grid .tile-medium.row-6{grid-row:6/span 2}.tiles-grid .tile-wide.row-6{grid-row:6/span 4}.tiles-grid .tile-large.row-6{grid-row:6/span 4}.tiles-grid .tile-small.col-7{grid-column:7/span 1}.tiles-grid .tile-medium.col-7{grid-column:7/span 2}.tiles-grid .tile-wide.col-7{grid-column:7/span 4}.tiles-grid .tile-large.col-7{grid-column:7/span 4}.tiles-grid .tile-small.row-7{grid-row:7/span 1}.tiles-grid .tile-medium.row-7{grid-row:7/span 2}.tiles-grid .tile-wide.row-7{grid-row:7/span 4}.tiles-grid .tile-large.row-7{grid-row:7/span 4}.tiles-grid .tile-small.col-8{grid-column:8/span 1}.tiles-grid .tile-medium.col-8{grid-column:8/span 2}.tiles-grid .tile-wide.col-8{grid-column:8/span 4}.tiles-grid .tile-large.col-8{grid-column:8/span 4}.tiles-grid .tile-small.row-8{grid-row:8/span 1}.tiles-grid .tile-medium.row-8{grid-row:8/span 2}.tiles-grid .tile-wide.row-8{grid-row:8/span 4}.tiles-grid .tile-large.row-8{grid-row:8/span 4}.tiles-grid .tile-small.col-9{grid-column:9/span 1}.tiles-grid .tile-medium.col-9{grid-column:9/span 2}.tiles-grid .tile-wide.col-9{grid-column:9/span 4}.tiles-grid .tile-large.col-9{grid-column:9/span 4}.tiles-grid .tile-small.row-9{grid-row:9/span 1}.tiles-grid .tile-medium.row-9{grid-row:9/span 2}.tiles-grid .tile-wide.row-9{grid-row:9/span 4}.tiles-grid .tile-large.row-9{grid-row:9/span 4}.tiles-grid .tile-small.col-10{grid-column:10/span 1}.tiles-grid .tile-medium.col-10{grid-column:10/span 2}.tiles-grid .tile-wide.col-10{grid-column:10/span 4}.tiles-grid .tile-large.col-10{grid-column:10/span 4}.tiles-grid .tile-small.row-10{grid-row:10/span 1}.tiles-grid .tile-medium.row-10{grid-row:10/span 2}.tiles-grid .tile-wide.row-10{grid-row:10/span 4}.tiles-grid .tile-large.row-10{grid-row:10/span 4}.tiles-grid .tile-small.col-11{grid-column:11/span 1}.tiles-grid .tile-medium.col-11{grid-column:11/span 2}.tiles-grid .tile-wide.col-11{grid-column:11/span 4}.tiles-grid .tile-large.col-11{grid-column:11/span 4}.tiles-grid .tile-small.row-11{grid-row:11/span 1}.tiles-grid .tile-medium.row-11{grid-row:11/span 2}.tiles-grid .tile-wide.row-11{grid-row:11/span 4}.tiles-grid .tile-large.row-11{grid-row:11/span 4}.tiles-grid .tile-small.col-12{grid-column:12/span 1}.tiles-grid .tile-medium.col-12{grid-column:12/span 2}.tiles-grid .tile-wide.col-12{grid-column:12/span 4}.tiles-grid .tile-large.col-12{grid-column:12/span 4}.tiles-grid .tile-small.row-12{grid-row:12/span 1}.tiles-grid .tile-medium.row-12{grid-row:12/span 2}.tiles-grid .tile-wide.row-12{grid-row:12/span 4}.tiles-grid .tile-large.row-12{grid-row:12/span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width:0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width:576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width:768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width:992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width:1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width:1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group::before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{left:0;top:0;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.time-picker .time-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours::before,.time-picker.show-labels .minutes::before,.time-picker.show-labels .seconds::before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080}.toast.show-top{bottom:auto;top:20px}.tool-button{width:2rem;height:2rem;line-height:2rem;vertical-align:middle;display:inline-block;text-align:center;background-color:#ebebeb;color:#1d1d1d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:0;margin:0 2px;position:relative;font-size:14px}.tool-button .icon,.tool-button [class*=mif],.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:rgba(29,29,29,.1)}.tool-button:active{outline:0;-webkit-box-shadow:none;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;padding:0 0 0 .5725rem;top:2px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider::before{display:none}.toolbar::before{position:absolute;content:"";width:.325rem;height:100%;top:0;left:0;background-color:rgba(69,90,100,.2);cursor:move}.toolbar.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:.5725rem 0 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical::before{width:32px;height:.325rem}.toolbar.vertical .tool-button{margin:2px 0}.topbar{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:-webkit-sticky;position:sticky;top:0;background:#004d6f;color:#fff;z-index:1080}.topbar-brand,.topbar-element,.topbar-menu{display:block;white-space:nowrap;background:inherit;color:#fff;text-decoration:none!important;height:2.5rem;line-height:2.5rem;font-size:.875rem;margin-bottom:1rem}.topbar-brand{font-size:1.25rem;margin-top:1rem}.topbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;list-style:none}.topbar-menu li a{display:block;text-decoration:none;color:inherit;height:2.5rem;line-height:2.5rem;padding:0 .5rem;font-size:.875rem}.topbar-menu li a:active,.topbar-menu li a:hover{background:rgba(29,29,29,.1)}@media screen and (min-width:0){.topbar-expand-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-fs .topbar-brand,.topbar-expand-fs .topbar-element,.topbar-expand-fs .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:576px){.topbar-expand-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-sm .topbar-brand,.topbar-expand-sm .topbar-element,.topbar-expand-sm .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:768px){.topbar-expand-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-md .topbar-brand,.topbar-expand-md .topbar-element,.topbar-expand-md .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:992px){.topbar-expand-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-lg .topbar-brand,.topbar-expand-lg .topbar-element,.topbar-expand-lg .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1200px){.topbar-expand-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xl .topbar-brand,.topbar-expand-xl .topbar-element,.topbar-expand-xl .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1452px){.topbar-expand-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xxl .topbar-brand,.topbar-expand-xxl .topbar-element,.topbar-expand-xxl .topbar-menu{margin-bottom:0;margin-top:0}}.treeview{margin:0;padding:0 0 0 24px;font-size:.8125rem;list-style:none inside;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li{display:block;position:relative;padding:2px 0;cursor:pointer;line-height:1.25rem}.treeview li .icon{position:absolute;width:16px;height:16px;font-size:16px;left:0;top:2px;line-height:16px}.treeview li .icon img{max-width:100%;height:100%}.treeview li .caption{position:relative}.treeview li .icon~.caption{margin-left:20px}.treeview li .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.treeview li .node-toggle{position:absolute;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:24px;height:24px}.treeview li .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.treeview li.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.treeview li.current>.caption{color:#000}.treeview ul{margin:0 0 0 1rem;padding:0;list-style:none inside;display:block;position:relative;font-weight:400}.treeview .select .d-menu{position:absolute;left:0;margin:0;width:auto}.treeview li .checkbox,.treeview li .checkbox .caption,.treeview li .checkbox .check{line-height:1}.treeview li .radio,.treeview li .radio .caption,.treeview li .radio .check{line-height:1}.treeview li .switch,.treeview li .switch .caption,.treeview li .switch .check{line-height:1}.treeview li .checkbox,.treeview li .radio,.treeview li .switch{height:24px}.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;-o-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wheel-picker:focus{outline:1px dotted red!important;min-width:1px;min-height:1px}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;-ms-flex-negative:0;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block::before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:rgba(27,161,226,.5);top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #dfdfdf;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.wheel-picker .action-block>:not(:last-child){border-right:1px solid #dfdfdf}.wheel-picker .select-wrapper{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.window{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;-ms-flex-negative:0;flex-shrink:0;display:block;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.window-caption .btn-custom:active,.window-caption .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom,.window-caption .buttons .btn-max,.window-caption .buttons .btn-min{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem 0;outline:0;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:rgba(255,255,255,.1)}.window-caption .buttons .sys-button:hover::before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:rgba(255,255,255,.3);color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover::before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close::before{border-color:#777;content:'\D7';position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-max::before,.window-caption .buttons .btn-min::before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:' ';bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max::before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;-ms-flex-negative:0;flex-shrink:0}.window-caption .buttons .btn-custom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.window-caption .buttons .btn-min{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.window-caption .buttons .btn-max{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.window-caption .buttons .btn-close{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1ba1e2;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max::before{border:1px #fff solid;z-index:2}.window.maximized .btn-max::after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:' ';bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid #dfdfdf;counter-reset:wizard-step;position:relative}.wizard>.section,.wizard>section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section::before,.wizard>section::before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>.section .page-content,.wizard>section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>.section.current,.wizard>section.current{width:100%;border:0!important}.wizard>.section.current .page-content,.wizard>section.current .page-content{display:block}.wizard>.section.current::before,.wizard>section.current::before{display:block;left:0;color:#fff;background-color:#1ba1e2}.wizard>.section.complete,.wizard>.section.current,.wizard>section.complete,.wizard>section.current{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section.complete,.wizard>section.complete{cursor:pointer}.wizard .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#000}.wizard>section:nth-child(1){border-color:#1ba1e2}.wizard>section:nth-child(2){border-color:#1891cb}.wizard>section:nth-child(3){border-color:#1681b4}.wizard>section:nth-child(4){border-color:#13709e}.wizard>section:nth-child(5){border-color:#106087}.wizard>section:nth-child(6){border-color:#0d5070}.wizard>section:nth-child(7){border-color:#0b4059}.wizard>section:nth-child(8){border-color:#082f43}.wizard>section:nth-child(9){border-color:#051f2c}.wizard>section:nth-child(10){border-color:#000}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width:0){.wizard.wizard-wide-fs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section::before{display:block}}@media screen and (min-width:576px){.wizard.wizard-wide-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section::before{display:block}}@media screen and (min-width:768px){.wizard.wizard-wide-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section::before{display:block}}@media screen and (min-width:992px){.wizard.wizard-wide-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section::before{display:block}}@media screen and (min-width:1200px){.wizard.wizard-wide-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section::before{display:block}}@media screen and (min-width:1452px){.wizard.wizard-wide-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section::before{display:block}}.button.primary,.command-button.primary,.image-button.primary,.info-button.primary,.input .button.primary,.notify.primary,.select .button.primary,.shortcut.primary,.spinner .button.primary,.split-button .split.primary,.tag-input .button.primary,.tally.primary,.toast.primary,.tool-button.primary,code.primary,tbody td.primary,tbody tr.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.button.primary.outline,.command-button.primary.outline,.image-button.primary.outline,.info-button.primary.outline,.input .button.primary.outline,.notify.primary.outline,.select .button.primary.outline,.shortcut.primary.outline,.spinner .button.primary.outline,.split-button .split.primary.outline,.tag-input .button.primary.outline,.tally.primary.outline,.toast.primary.outline,.tool-button.primary.outline,code.primary.outline,tbody td.primary.outline,tbody tr.primary.outline{color:#0366d6;border-color:#0366d6}.button.primary.outline.dropdown-toggle::before,.command-button.primary.outline.dropdown-toggle::before,.image-button.primary.outline.dropdown-toggle::before,.info-button.primary.outline.dropdown-toggle::before,.input .button.primary.outline.dropdown-toggle::before,.notify.primary.outline.dropdown-toggle::before,.select .button.primary.outline.dropdown-toggle::before,.shortcut.primary.outline.dropdown-toggle::before,.spinner .button.primary.outline.dropdown-toggle::before,.split-button .split.primary.outline.dropdown-toggle::before,.tag-input .button.primary.outline.dropdown-toggle::before,.tally.primary.outline.dropdown-toggle::before,.toast.primary.outline.dropdown-toggle::before,.tool-button.primary.outline.dropdown-toggle::before,code.primary.outline.dropdown-toggle::before,tbody td.primary.outline.dropdown-toggle::before,tbody tr.primary.outline.dropdown-toggle::before{border-color:#0366d6}.button.primary.outline:hover,.command-button.primary.outline:hover,.image-button.primary.outline:hover,.info-button.primary.outline:hover,.input .button.primary.outline:hover,.notify.primary.outline:hover,.select .button.primary.outline:hover,.shortcut.primary.outline:hover,.spinner .button.primary.outline:hover,.split-button .split.primary.outline:hover,.tag-input .button.primary.outline:hover,.tally.primary.outline:hover,.toast.primary.outline:hover,.tool-button.primary.outline:hover,code.primary.outline:hover,tbody td.primary.outline:hover,tbody tr.primary.outline:hover{color:#fff}.button.primary.dropdown-toggle::before,.command-button.primary.dropdown-toggle::before,.image-button.primary.dropdown-toggle::before,.info-button.primary.dropdown-toggle::before,.input .button.primary.dropdown-toggle::before,.notify.primary.dropdown-toggle::before,.select .button.primary.dropdown-toggle::before,.shortcut.primary.dropdown-toggle::before,.spinner .button.primary.dropdown-toggle::before,.split-button .split.primary.dropdown-toggle::before,.tag-input .button.primary.dropdown-toggle::before,.tally.primary.dropdown-toggle::before,.toast.primary.dropdown-toggle::before,.tool-button.primary.dropdown-toggle::before,code.primary.dropdown-toggle::before,tbody td.primary.dropdown-toggle::before,tbody tr.primary.dropdown-toggle::before{border-color:#fff}.button.primary:hover,.command-button.primary:hover,.image-button.primary:hover,.info-button.primary:hover,.input .button.primary:hover,.notify.primary:hover,.select .button.primary:hover,.shortcut.primary:hover,.spinner .button.primary:hover,.split-button .split.primary:hover,.tag-input .button.primary:hover,.tally.primary:hover,.toast.primary:hover,.tool-button.primary:hover,code.primary:hover,tbody td.primary:hover,tbody tr.primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}.button.primary:hover.dropdown-toggle::before,.command-button.primary:hover.dropdown-toggle::before,.image-button.primary:hover.dropdown-toggle::before,.info-button.primary:hover.dropdown-toggle::before,.input .button.primary:hover.dropdown-toggle::before,.notify.primary:hover.dropdown-toggle::before,.select .button.primary:hover.dropdown-toggle::before,.shortcut.primary:hover.dropdown-toggle::before,.spinner .button.primary:hover.dropdown-toggle::before,.split-button .split.primary:hover.dropdown-toggle::before,.tag-input .button.primary:hover.dropdown-toggle::before,.tally.primary:hover.dropdown-toggle::before,.toast.primary:hover.dropdown-toggle::before,.tool-button.primary:hover.dropdown-toggle::before,code.primary:hover.dropdown-toggle::before,tbody td.primary:hover.dropdown-toggle::before,tbody tr.primary:hover.dropdown-toggle::before{border-color:#fff}.button.primary.same-color:hover,.command-button.primary.same-color:hover,.image-button.primary.same-color:hover,.info-button.primary.same-color:hover,.input .button.primary.same-color:hover,.notify.primary.same-color:hover,.select .button.primary.same-color:hover,.shortcut.primary.same-color:hover,.spinner .button.primary.same-color:hover,.split-button .split.primary.same-color:hover,.tag-input .button.primary.same-color:hover,.tally.primary.same-color:hover,.toast.primary.same-color:hover,.tool-button.primary.same-color:hover,code.primary.same-color:hover,tbody td.primary.same-color:hover,tbody tr.primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}.button.primary.focus,.button.primary:active,.button.primary:focus,.command-button.primary.focus,.command-button.primary:active,.command-button.primary:focus,.image-button.primary.focus,.image-button.primary:active,.image-button.primary:focus,.info-button.primary.focus,.info-button.primary:active,.info-button.primary:focus,.input .button.primary.focus,.input .button.primary:active,.input .button.primary:focus,.notify.primary.focus,.notify.primary:active,.notify.primary:focus,.select .button.primary.focus,.select .button.primary:active,.select .button.primary:focus,.shortcut.primary.focus,.shortcut.primary:active,.shortcut.primary:focus,.spinner .button.primary.focus,.spinner .button.primary:active,.spinner .button.primary:focus,.split-button .split.primary.focus,.split-button .split.primary:active,.split-button .split.primary:focus,.tag-input .button.primary.focus,.tag-input .button.primary:active,.tag-input .button.primary:focus,.tally.primary.focus,.tally.primary:active,.tally.primary:focus,.toast.primary.focus,.toast.primary:active,.toast.primary:focus,.tool-button.primary.focus,.tool-button.primary:active,.tool-button.primary:focus,code.primary.focus,code.primary:active,code.primary:focus,tbody td.primary.focus,tbody td.primary:active,tbody td.primary:focus,tbody tr.primary.focus,tbody tr.primary:active,tbody tr.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.button.secondary,.command-button.secondary,.image-button.secondary,.info-button.secondary,.input .button.secondary,.notify.secondary,.select .button.secondary,.shortcut.secondary,.spinner .button.secondary,.split-button .split.secondary,.tag-input .button.secondary,.tally.secondary,.toast.secondary,.tool-button.secondary,code.secondary,tbody td.secondary,tbody tr.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.button.secondary.outline,.command-button.secondary.outline,.image-button.secondary.outline,.info-button.secondary.outline,.input .button.secondary.outline,.notify.secondary.outline,.select .button.secondary.outline,.shortcut.secondary.outline,.spinner .button.secondary.outline,.split-button .split.secondary.outline,.tag-input .button.secondary.outline,.tally.secondary.outline,.toast.secondary.outline,.tool-button.secondary.outline,code.secondary.outline,tbody td.secondary.outline,tbody tr.secondary.outline{color:#607d8b;border-color:#607d8b}.button.secondary.outline.dropdown-toggle::before,.command-button.secondary.outline.dropdown-toggle::before,.image-button.secondary.outline.dropdown-toggle::before,.info-button.secondary.outline.dropdown-toggle::before,.input .button.secondary.outline.dropdown-toggle::before,.notify.secondary.outline.dropdown-toggle::before,.select .button.secondary.outline.dropdown-toggle::before,.shortcut.secondary.outline.dropdown-toggle::before,.spinner .button.secondary.outline.dropdown-toggle::before,.split-button .split.secondary.outline.dropdown-toggle::before,.tag-input .button.secondary.outline.dropdown-toggle::before,.tally.secondary.outline.dropdown-toggle::before,.toast.secondary.outline.dropdown-toggle::before,.tool-button.secondary.outline.dropdown-toggle::before,code.secondary.outline.dropdown-toggle::before,tbody td.secondary.outline.dropdown-toggle::before,tbody tr.secondary.outline.dropdown-toggle::before{border-color:#607d8b}.button.secondary.outline:hover,.command-button.secondary.outline:hover,.image-button.secondary.outline:hover,.info-button.secondary.outline:hover,.input .button.secondary.outline:hover,.notify.secondary.outline:hover,.select .button.secondary.outline:hover,.shortcut.secondary.outline:hover,.spinner .button.secondary.outline:hover,.split-button .split.secondary.outline:hover,.tag-input .button.secondary.outline:hover,.tally.secondary.outline:hover,.toast.secondary.outline:hover,.tool-button.secondary.outline:hover,code.secondary.outline:hover,tbody td.secondary.outline:hover,tbody tr.secondary.outline:hover{color:#fff}.button.secondary.dropdown-toggle::before,.command-button.secondary.dropdown-toggle::before,.image-button.secondary.dropdown-toggle::before,.info-button.secondary.dropdown-toggle::before,.input .button.secondary.dropdown-toggle::before,.notify.secondary.dropdown-toggle::before,.select .button.secondary.dropdown-toggle::before,.shortcut.secondary.dropdown-toggle::before,.spinner .button.secondary.dropdown-toggle::before,.split-button .split.secondary.dropdown-toggle::before,.tag-input .button.secondary.dropdown-toggle::before,.tally.secondary.dropdown-toggle::before,.toast.secondary.dropdown-toggle::before,.tool-button.secondary.dropdown-toggle::before,code.secondary.dropdown-toggle::before,tbody td.secondary.dropdown-toggle::before,tbody tr.secondary.dropdown-toggle::before{border-color:#fff}.button.secondary:hover,.command-button.secondary:hover,.image-button.secondary:hover,.info-button.secondary:hover,.input .button.secondary:hover,.notify.secondary:hover,.select .button.secondary:hover,.shortcut.secondary:hover,.spinner .button.secondary:hover,.split-button .split.secondary:hover,.tag-input .button.secondary:hover,.tally.secondary:hover,.toast.secondary:hover,.tool-button.secondary:hover,code.secondary:hover,tbody td.secondary:hover,tbody tr.secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}.button.secondary:hover.dropdown-toggle::before,.command-button.secondary:hover.dropdown-toggle::before,.image-button.secondary:hover.dropdown-toggle::before,.info-button.secondary:hover.dropdown-toggle::before,.input .button.secondary:hover.dropdown-toggle::before,.notify.secondary:hover.dropdown-toggle::before,.select .button.secondary:hover.dropdown-toggle::before,.shortcut.secondary:hover.dropdown-toggle::before,.spinner .button.secondary:hover.dropdown-toggle::before,.split-button .split.secondary:hover.dropdown-toggle::before,.tag-input .button.secondary:hover.dropdown-toggle::before,.tally.secondary:hover.dropdown-toggle::before,.toast.secondary:hover.dropdown-toggle::before,.tool-button.secondary:hover.dropdown-toggle::before,code.secondary:hover.dropdown-toggle::before,tbody td.secondary:hover.dropdown-toggle::before,tbody tr.secondary:hover.dropdown-toggle::before{border-color:#fff}.button.secondary.same-color:hover,.command-button.secondary.same-color:hover,.image-button.secondary.same-color:hover,.info-button.secondary.same-color:hover,.input .button.secondary.same-color:hover,.notify.secondary.same-color:hover,.select .button.secondary.same-color:hover,.shortcut.secondary.same-color:hover,.spinner .button.secondary.same-color:hover,.split-button .split.secondary.same-color:hover,.tag-input .button.secondary.same-color:hover,.tally.secondary.same-color:hover,.toast.secondary.same-color:hover,.tool-button.secondary.same-color:hover,code.secondary.same-color:hover,tbody td.secondary.same-color:hover,tbody tr.secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}.button.secondary.focus,.button.secondary:active,.button.secondary:focus,.command-button.secondary.focus,.command-button.secondary:active,.command-button.secondary:focus,.image-button.secondary.focus,.image-button.secondary:active,.image-button.secondary:focus,.info-button.secondary.focus,.info-button.secondary:active,.info-button.secondary:focus,.input .button.secondary.focus,.input .button.secondary:active,.input .button.secondary:focus,.notify.secondary.focus,.notify.secondary:active,.notify.secondary:focus,.select .button.secondary.focus,.select .button.secondary:active,.select .button.secondary:focus,.shortcut.secondary.focus,.shortcut.secondary:active,.shortcut.secondary:focus,.spinner .button.secondary.focus,.spinner .button.secondary:active,.spinner .button.secondary:focus,.split-button .split.secondary.focus,.split-button .split.secondary:active,.split-button .split.secondary:focus,.tag-input .button.secondary.focus,.tag-input .button.secondary:active,.tag-input .button.secondary:focus,.tally.secondary.focus,.tally.secondary:active,.tally.secondary:focus,.toast.secondary.focus,.toast.secondary:active,.toast.secondary:focus,.tool-button.secondary.focus,.tool-button.secondary:active,.tool-button.secondary:focus,code.secondary.focus,code.secondary:active,code.secondary:focus,tbody td.secondary.focus,tbody td.secondary:active,tbody td.secondary:focus,tbody tr.secondary.focus,tbody tr.secondary:active,tbody tr.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.button.success,.command-button.success,.image-button.success,.info-button.success,.input .button.success,.notify.success,.select .button.success,.shortcut.success,.spinner .button.success,.split-button .split.success,.tag-input .button.success,.tally.success,.toast.success,.tool-button.success,code.success,tbody td.success,tbody tr.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.button.success.outline,.command-button.success.outline,.image-button.success.outline,.info-button.success.outline,.input .button.success.outline,.notify.success.outline,.select .button.success.outline,.shortcut.success.outline,.spinner .button.success.outline,.split-button .split.success.outline,.tag-input .button.success.outline,.tally.success.outline,.toast.success.outline,.tool-button.success.outline,code.success.outline,tbody td.success.outline,tbody tr.success.outline{color:#60a917;border-color:#60a917}.button.success.outline.dropdown-toggle::before,.command-button.success.outline.dropdown-toggle::before,.image-button.success.outline.dropdown-toggle::before,.info-button.success.outline.dropdown-toggle::before,.input .button.success.outline.dropdown-toggle::before,.notify.success.outline.dropdown-toggle::before,.select .button.success.outline.dropdown-toggle::before,.shortcut.success.outline.dropdown-toggle::before,.spinner .button.success.outline.dropdown-toggle::before,.split-button .split.success.outline.dropdown-toggle::before,.tag-input .button.success.outline.dropdown-toggle::before,.tally.success.outline.dropdown-toggle::before,.toast.success.outline.dropdown-toggle::before,.tool-button.success.outline.dropdown-toggle::before,code.success.outline.dropdown-toggle::before,tbody td.success.outline.dropdown-toggle::before,tbody tr.success.outline.dropdown-toggle::before{border-color:#60a917}.button.success.outline:hover,.command-button.success.outline:hover,.image-button.success.outline:hover,.info-button.success.outline:hover,.input .button.success.outline:hover,.notify.success.outline:hover,.select .button.success.outline:hover,.shortcut.success.outline:hover,.spinner .button.success.outline:hover,.split-button .split.success.outline:hover,.tag-input .button.success.outline:hover,.tally.success.outline:hover,.toast.success.outline:hover,.tool-button.success.outline:hover,code.success.outline:hover,tbody td.success.outline:hover,tbody tr.success.outline:hover{color:#fff}.button.success.dropdown-toggle::before,.command-button.success.dropdown-toggle::before,.image-button.success.dropdown-toggle::before,.info-button.success.dropdown-toggle::before,.input .button.success.dropdown-toggle::before,.notify.success.dropdown-toggle::before,.select .button.success.dropdown-toggle::before,.shortcut.success.dropdown-toggle::before,.spinner .button.success.dropdown-toggle::before,.split-button .split.success.dropdown-toggle::before,.tag-input .button.success.dropdown-toggle::before,.tally.success.dropdown-toggle::before,.toast.success.dropdown-toggle::before,.tool-button.success.dropdown-toggle::before,code.success.dropdown-toggle::before,tbody td.success.dropdown-toggle::before,tbody tr.success.dropdown-toggle::before{border-color:#fff}.button.success:hover,.command-button.success:hover,.image-button.success:hover,.info-button.success:hover,.input .button.success:hover,.notify.success:hover,.select .button.success:hover,.shortcut.success:hover,.spinner .button.success:hover,.split-button .split.success:hover,.tag-input .button.success:hover,.tally.success:hover,.toast.success:hover,.tool-button.success:hover,code.success:hover,tbody td.success:hover,tbody tr.success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}.button.success:hover.dropdown-toggle::before,.command-button.success:hover.dropdown-toggle::before,.image-button.success:hover.dropdown-toggle::before,.info-button.success:hover.dropdown-toggle::before,.input .button.success:hover.dropdown-toggle::before,.notify.success:hover.dropdown-toggle::before,.select .button.success:hover.dropdown-toggle::before,.shortcut.success:hover.dropdown-toggle::before,.spinner .button.success:hover.dropdown-toggle::before,.split-button .split.success:hover.dropdown-toggle::before,.tag-input .button.success:hover.dropdown-toggle::before,.tally.success:hover.dropdown-toggle::before,.toast.success:hover.dropdown-toggle::before,.tool-button.success:hover.dropdown-toggle::before,code.success:hover.dropdown-toggle::before,tbody td.success:hover.dropdown-toggle::before,tbody tr.success:hover.dropdown-toggle::before{border-color:#fff}.button.success.same-color:hover,.command-button.success.same-color:hover,.image-button.success.same-color:hover,.info-button.success.same-color:hover,.input .button.success.same-color:hover,.notify.success.same-color:hover,.select .button.success.same-color:hover,.shortcut.success.same-color:hover,.spinner .button.success.same-color:hover,.split-button .split.success.same-color:hover,.tag-input .button.success.same-color:hover,.tally.success.same-color:hover,.toast.success.same-color:hover,.tool-button.success.same-color:hover,code.success.same-color:hover,tbody td.success.same-color:hover,tbody tr.success.same-color:hover{background-color:#60a917;border-color:#60a917}.button.success.focus,.button.success:active,.button.success:focus,.command-button.success.focus,.command-button.success:active,.command-button.success:focus,.image-button.success.focus,.image-button.success:active,.image-button.success:focus,.info-button.success.focus,.info-button.success:active,.info-button.success:focus,.input .button.success.focus,.input .button.success:active,.input .button.success:focus,.notify.success.focus,.notify.success:active,.notify.success:focus,.select .button.success.focus,.select .button.success:active,.select .button.success:focus,.shortcut.success.focus,.shortcut.success:active,.shortcut.success:focus,.spinner .button.success.focus,.spinner .button.success:active,.spinner .button.success:focus,.split-button .split.success.focus,.split-button .split.success:active,.split-button .split.success:focus,.tag-input .button.success.focus,.tag-input .button.success:active,.tag-input .button.success:focus,.tally.success.focus,.tally.success:active,.tally.success:focus,.toast.success.focus,.toast.success:active,.toast.success:focus,.tool-button.success.focus,.tool-button.success:active,.tool-button.success:focus,code.success.focus,code.success:active,code.success:focus,tbody td.success.focus,tbody td.success:active,tbody td.success:focus,tbody tr.success.focus,tbody tr.success:active,tbody tr.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.button.alert,.command-button.alert,.image-button.alert,.info-button.alert,.input .button.alert,.notify.alert,.select .button.alert,.shortcut.alert,.spinner .button.alert,.split-button .split.alert,.tag-input .button.alert,.tally.alert,.toast.alert,.tool-button.alert,code.alert,tbody td.alert,tbody tr.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.button.alert.outline,.command-button.alert.outline,.image-button.alert.outline,.info-button.alert.outline,.input .button.alert.outline,.notify.alert.outline,.select .button.alert.outline,.shortcut.alert.outline,.spinner .button.alert.outline,.split-button .split.alert.outline,.tag-input .button.alert.outline,.tally.alert.outline,.toast.alert.outline,.tool-button.alert.outline,code.alert.outline,tbody td.alert.outline,tbody tr.alert.outline{color:#ce352c;border-color:#ce352c}.button.alert.outline.dropdown-toggle::before,.command-button.alert.outline.dropdown-toggle::before,.image-button.alert.outline.dropdown-toggle::before,.info-button.alert.outline.dropdown-toggle::before,.input .button.alert.outline.dropdown-toggle::before,.notify.alert.outline.dropdown-toggle::before,.select .button.alert.outline.dropdown-toggle::before,.shortcut.alert.outline.dropdown-toggle::before,.spinner .button.alert.outline.dropdown-toggle::before,.split-button .split.alert.outline.dropdown-toggle::before,.tag-input .button.alert.outline.dropdown-toggle::before,.tally.alert.outline.dropdown-toggle::before,.toast.alert.outline.dropdown-toggle::before,.tool-button.alert.outline.dropdown-toggle::before,code.alert.outline.dropdown-toggle::before,tbody td.alert.outline.dropdown-toggle::before,tbody tr.alert.outline.dropdown-toggle::before{border-color:#ce352c}.button.alert.outline:hover,.command-button.alert.outline:hover,.image-button.alert.outline:hover,.info-button.alert.outline:hover,.input .button.alert.outline:hover,.notify.alert.outline:hover,.select .button.alert.outline:hover,.shortcut.alert.outline:hover,.spinner .button.alert.outline:hover,.split-button .split.alert.outline:hover,.tag-input .button.alert.outline:hover,.tally.alert.outline:hover,.toast.alert.outline:hover,.tool-button.alert.outline:hover,code.alert.outline:hover,tbody td.alert.outline:hover,tbody tr.alert.outline:hover{color:#fff}.button.alert.dropdown-toggle::before,.command-button.alert.dropdown-toggle::before,.image-button.alert.dropdown-toggle::before,.info-button.alert.dropdown-toggle::before,.input .button.alert.dropdown-toggle::before,.notify.alert.dropdown-toggle::before,.select .button.alert.dropdown-toggle::before,.shortcut.alert.dropdown-toggle::before,.spinner .button.alert.dropdown-toggle::before,.split-button .split.alert.dropdown-toggle::before,.tag-input .button.alert.dropdown-toggle::before,.tally.alert.dropdown-toggle::before,.toast.alert.dropdown-toggle::before,.tool-button.alert.dropdown-toggle::before,code.alert.dropdown-toggle::before,tbody td.alert.dropdown-toggle::before,tbody tr.alert.dropdown-toggle::before{border-color:#fff}.button.alert:hover,.command-button.alert:hover,.image-button.alert:hover,.info-button.alert:hover,.input .button.alert:hover,.notify.alert:hover,.select .button.alert:hover,.shortcut.alert:hover,.spinner .button.alert:hover,.split-button .split.alert:hover,.tag-input .button.alert:hover,.tally.alert:hover,.toast.alert:hover,.tool-button.alert:hover,code.alert:hover,tbody td.alert:hover,tbody tr.alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}.button.alert:hover.dropdown-toggle::before,.command-button.alert:hover.dropdown-toggle::before,.image-button.alert:hover.dropdown-toggle::before,.info-button.alert:hover.dropdown-toggle::before,.input .button.alert:hover.dropdown-toggle::before,.notify.alert:hover.dropdown-toggle::before,.select .button.alert:hover.dropdown-toggle::before,.shortcut.alert:hover.dropdown-toggle::before,.spinner .button.alert:hover.dropdown-toggle::before,.split-button .split.alert:hover.dropdown-toggle::before,.tag-input .button.alert:hover.dropdown-toggle::before,.tally.alert:hover.dropdown-toggle::before,.toast.alert:hover.dropdown-toggle::before,.tool-button.alert:hover.dropdown-toggle::before,code.alert:hover.dropdown-toggle::before,tbody td.alert:hover.dropdown-toggle::before,tbody tr.alert:hover.dropdown-toggle::before{border-color:#fff}.button.alert.same-color:hover,.command-button.alert.same-color:hover,.image-button.alert.same-color:hover,.info-button.alert.same-color:hover,.input .button.alert.same-color:hover,.notify.alert.same-color:hover,.select .button.alert.same-color:hover,.shortcut.alert.same-color:hover,.spinner .button.alert.same-color:hover,.split-button .split.alert.same-color:hover,.tag-input .button.alert.same-color:hover,.tally.alert.same-color:hover,.toast.alert.same-color:hover,.tool-button.alert.same-color:hover,code.alert.same-color:hover,tbody td.alert.same-color:hover,tbody tr.alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}.button.alert.focus,.button.alert:active,.button.alert:focus,.command-button.alert.focus,.command-button.alert:active,.command-button.alert:focus,.image-button.alert.focus,.image-button.alert:active,.image-button.alert:focus,.info-button.alert.focus,.info-button.alert:active,.info-button.alert:focus,.input .button.alert.focus,.input .button.alert:active,.input .button.alert:focus,.notify.alert.focus,.notify.alert:active,.notify.alert:focus,.select .button.alert.focus,.select .button.alert:active,.select .button.alert:focus,.shortcut.alert.focus,.shortcut.alert:active,.shortcut.alert:focus,.spinner .button.alert.focus,.spinner .button.alert:active,.spinner .button.alert:focus,.split-button .split.alert.focus,.split-button .split.alert:active,.split-button .split.alert:focus,.tag-input .button.alert.focus,.tag-input .button.alert:active,.tag-input .button.alert:focus,.tally.alert.focus,.tally.alert:active,.tally.alert:focus,.toast.alert.focus,.toast.alert:active,.toast.alert:focus,.tool-button.alert.focus,.tool-button.alert:active,.tool-button.alert:focus,code.alert.focus,code.alert:active,code.alert:focus,tbody td.alert.focus,tbody td.alert:active,tbody td.alert:focus,tbody tr.alert.focus,tbody tr.alert:active,tbody tr.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.button.warning,.command-button.warning,.image-button.warning,.info-button.warning,.input .button.warning,.notify.warning,.select .button.warning,.shortcut.warning,.spinner .button.warning,.split-button .split.warning,.tag-input .button.warning,.tally.warning,.toast.warning,.tool-button.warning,code.warning,tbody td.warning,tbody tr.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.button.warning.outline,.command-button.warning.outline,.image-button.warning.outline,.info-button.warning.outline,.input .button.warning.outline,.notify.warning.outline,.select .button.warning.outline,.shortcut.warning.outline,.spinner .button.warning.outline,.split-button .split.warning.outline,.tag-input .button.warning.outline,.tally.warning.outline,.toast.warning.outline,.tool-button.warning.outline,code.warning.outline,tbody td.warning.outline,tbody tr.warning.outline{color:#ff9447;border-color:#ff9447}.button.warning.outline.dropdown-toggle::before,.command-button.warning.outline.dropdown-toggle::before,.image-button.warning.outline.dropdown-toggle::before,.info-button.warning.outline.dropdown-toggle::before,.input .button.warning.outline.dropdown-toggle::before,.notify.warning.outline.dropdown-toggle::before,.select .button.warning.outline.dropdown-toggle::before,.shortcut.warning.outline.dropdown-toggle::before,.spinner .button.warning.outline.dropdown-toggle::before,.split-button .split.warning.outline.dropdown-toggle::before,.tag-input .button.warning.outline.dropdown-toggle::before,.tally.warning.outline.dropdown-toggle::before,.toast.warning.outline.dropdown-toggle::before,.tool-button.warning.outline.dropdown-toggle::before,code.warning.outline.dropdown-toggle::before,tbody td.warning.outline.dropdown-toggle::before,tbody tr.warning.outline.dropdown-toggle::before{border-color:#ff9447}.button.warning.outline:hover,.command-button.warning.outline:hover,.image-button.warning.outline:hover,.info-button.warning.outline:hover,.input .button.warning.outline:hover,.notify.warning.outline:hover,.select .button.warning.outline:hover,.shortcut.warning.outline:hover,.spinner .button.warning.outline:hover,.split-button .split.warning.outline:hover,.tag-input .button.warning.outline:hover,.tally.warning.outline:hover,.toast.warning.outline:hover,.tool-button.warning.outline:hover,code.warning.outline:hover,tbody td.warning.outline:hover,tbody tr.warning.outline:hover{color:#fff}.button.warning.dropdown-toggle::before,.command-button.warning.dropdown-toggle::before,.image-button.warning.dropdown-toggle::before,.info-button.warning.dropdown-toggle::before,.input .button.warning.dropdown-toggle::before,.notify.warning.dropdown-toggle::before,.select .button.warning.dropdown-toggle::before,.shortcut.warning.dropdown-toggle::before,.spinner .button.warning.dropdown-toggle::before,.split-button .split.warning.dropdown-toggle::before,.tag-input .button.warning.dropdown-toggle::before,.tally.warning.dropdown-toggle::before,.toast.warning.dropdown-toggle::before,.tool-button.warning.dropdown-toggle::before,code.warning.dropdown-toggle::before,tbody td.warning.dropdown-toggle::before,tbody tr.warning.dropdown-toggle::before{border-color:#fff}.button.warning:hover,.command-button.warning:hover,.image-button.warning:hover,.info-button.warning:hover,.input .button.warning:hover,.notify.warning:hover,.select .button.warning:hover,.shortcut.warning:hover,.spinner .button.warning:hover,.split-button .split.warning:hover,.tag-input .button.warning:hover,.tally.warning:hover,.toast.warning:hover,.tool-button.warning:hover,code.warning:hover,tbody td.warning:hover,tbody tr.warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}.button.warning:hover.dropdown-toggle::before,.command-button.warning:hover.dropdown-toggle::before,.image-button.warning:hover.dropdown-toggle::before,.info-button.warning:hover.dropdown-toggle::before,.input .button.warning:hover.dropdown-toggle::before,.notify.warning:hover.dropdown-toggle::before,.select .button.warning:hover.dropdown-toggle::before,.shortcut.warning:hover.dropdown-toggle::before,.spinner .button.warning:hover.dropdown-toggle::before,.split-button .split.warning:hover.dropdown-toggle::before,.tag-input .button.warning:hover.dropdown-toggle::before,.tally.warning:hover.dropdown-toggle::before,.toast.warning:hover.dropdown-toggle::before,.tool-button.warning:hover.dropdown-toggle::before,code.warning:hover.dropdown-toggle::before,tbody td.warning:hover.dropdown-toggle::before,tbody tr.warning:hover.dropdown-toggle::before{border-color:#fff}.button.warning.same-color:hover,.command-button.warning.same-color:hover,.image-button.warning.same-color:hover,.info-button.warning.same-color:hover,.input .button.warning.same-color:hover,.notify.warning.same-color:hover,.select .button.warning.same-color:hover,.shortcut.warning.same-color:hover,.spinner .button.warning.same-color:hover,.split-button .split.warning.same-color:hover,.tag-input .button.warning.same-color:hover,.tally.warning.same-color:hover,.toast.warning.same-color:hover,.tool-button.warning.same-color:hover,code.warning.same-color:hover,tbody td.warning.same-color:hover,tbody tr.warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}.button.warning.focus,.button.warning:active,.button.warning:focus,.command-button.warning.focus,.command-button.warning:active,.command-button.warning:focus,.image-button.warning.focus,.image-button.warning:active,.image-button.warning:focus,.info-button.warning.focus,.info-button.warning:active,.info-button.warning:focus,.input .button.warning.focus,.input .button.warning:active,.input .button.warning:focus,.notify.warning.focus,.notify.warning:active,.notify.warning:focus,.select .button.warning.focus,.select .button.warning:active,.select .button.warning:focus,.shortcut.warning.focus,.shortcut.warning:active,.shortcut.warning:focus,.spinner .button.warning.focus,.spinner .button.warning:active,.spinner .button.warning:focus,.split-button .split.warning.focus,.split-button .split.warning:active,.split-button .split.warning:focus,.tag-input .button.warning.focus,.tag-input .button.warning:active,.tag-input .button.warning:focus,.tally.warning.focus,.tally.warning:active,.tally.warning:focus,.toast.warning.focus,.toast.warning:active,.toast.warning:focus,.tool-button.warning.focus,.tool-button.warning:active,.tool-button.warning:focus,code.warning.focus,code.warning:active,code.warning:focus,tbody td.warning.focus,tbody td.warning:active,tbody td.warning:focus,tbody tr.warning.focus,tbody tr.warning:active,tbody tr.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.button.yellow,.command-button.yellow,.image-button.yellow,.info-button.yellow,.input .button.yellow,.notify.yellow,.select .button.yellow,.shortcut.yellow,.spinner .button.yellow,.split-button .split.yellow,.tag-input .button.yellow,.tally.yellow,.toast.yellow,.tool-button.yellow,code.yellow,tbody td.yellow,tbody tr.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.button.yellow.outline,.command-button.yellow.outline,.image-button.yellow.outline,.info-button.yellow.outline,.input .button.yellow.outline,.notify.yellow.outline,.select .button.yellow.outline,.shortcut.yellow.outline,.spinner .button.yellow.outline,.split-button .split.yellow.outline,.tag-input .button.yellow.outline,.tally.yellow.outline,.toast.yellow.outline,.tool-button.yellow.outline,code.yellow.outline,tbody td.yellow.outline,tbody tr.yellow.outline{color:#ffe484;border-color:#ffe484}.button.yellow.outline.dropdown-toggle::before,.command-button.yellow.outline.dropdown-toggle::before,.image-button.yellow.outline.dropdown-toggle::before,.info-button.yellow.outline.dropdown-toggle::before,.input .button.yellow.outline.dropdown-toggle::before,.notify.yellow.outline.dropdown-toggle::before,.select .button.yellow.outline.dropdown-toggle::before,.shortcut.yellow.outline.dropdown-toggle::before,.spinner .button.yellow.outline.dropdown-toggle::before,.split-button .split.yellow.outline.dropdown-toggle::before,.tag-input .button.yellow.outline.dropdown-toggle::before,.tally.yellow.outline.dropdown-toggle::before,.toast.yellow.outline.dropdown-toggle::before,.tool-button.yellow.outline.dropdown-toggle::before,code.yellow.outline.dropdown-toggle::before,tbody td.yellow.outline.dropdown-toggle::before,tbody tr.yellow.outline.dropdown-toggle::before{border-color:#ffe484}.button.yellow.outline:hover,.command-button.yellow.outline:hover,.image-button.yellow.outline:hover,.info-button.yellow.outline:hover,.input .button.yellow.outline:hover,.notify.yellow.outline:hover,.select .button.yellow.outline:hover,.shortcut.yellow.outline:hover,.spinner .button.yellow.outline:hover,.split-button .split.yellow.outline:hover,.tag-input .button.yellow.outline:hover,.tally.yellow.outline:hover,.toast.yellow.outline:hover,.tool-button.yellow.outline:hover,code.yellow.outline:hover,tbody td.yellow.outline:hover,tbody tr.yellow.outline:hover{color:#fff}.button.yellow.dropdown-toggle::before,.command-button.yellow.dropdown-toggle::before,.image-button.yellow.dropdown-toggle::before,.info-button.yellow.dropdown-toggle::before,.input .button.yellow.dropdown-toggle::before,.notify.yellow.dropdown-toggle::before,.select .button.yellow.dropdown-toggle::before,.shortcut.yellow.dropdown-toggle::before,.spinner .button.yellow.dropdown-toggle::before,.split-button .split.yellow.dropdown-toggle::before,.tag-input .button.yellow.dropdown-toggle::before,.tally.yellow.dropdown-toggle::before,.toast.yellow.dropdown-toggle::before,.tool-button.yellow.dropdown-toggle::before,code.yellow.dropdown-toggle::before,tbody td.yellow.dropdown-toggle::before,tbody tr.yellow.dropdown-toggle::before{border-color:#fff}.button.yellow:hover,.command-button.yellow:hover,.image-button.yellow:hover,.info-button.yellow:hover,.input .button.yellow:hover,.notify.yellow:hover,.select .button.yellow:hover,.shortcut.yellow:hover,.spinner .button.yellow:hover,.split-button .split.yellow:hover,.tag-input .button.yellow:hover,.tally.yellow:hover,.toast.yellow:hover,.tool-button.yellow:hover,code.yellow:hover,tbody td.yellow:hover,tbody tr.yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}.button.yellow:hover.dropdown-toggle::before,.command-button.yellow:hover.dropdown-toggle::before,.image-button.yellow:hover.dropdown-toggle::before,.info-button.yellow:hover.dropdown-toggle::before,.input .button.yellow:hover.dropdown-toggle::before,.notify.yellow:hover.dropdown-toggle::before,.select .button.yellow:hover.dropdown-toggle::before,.shortcut.yellow:hover.dropdown-toggle::before,.spinner .button.yellow:hover.dropdown-toggle::before,.split-button .split.yellow:hover.dropdown-toggle::before,.tag-input .button.yellow:hover.dropdown-toggle::before,.tally.yellow:hover.dropdown-toggle::before,.toast.yellow:hover.dropdown-toggle::before,.tool-button.yellow:hover.dropdown-toggle::before,code.yellow:hover.dropdown-toggle::before,tbody td.yellow:hover.dropdown-toggle::before,tbody tr.yellow:hover.dropdown-toggle::before{border-color:#fff}.button.yellow.same-color:hover,.command-button.yellow.same-color:hover,.image-button.yellow.same-color:hover,.info-button.yellow.same-color:hover,.input .button.yellow.same-color:hover,.notify.yellow.same-color:hover,.select .button.yellow.same-color:hover,.shortcut.yellow.same-color:hover,.spinner .button.yellow.same-color:hover,.split-button .split.yellow.same-color:hover,.tag-input .button.yellow.same-color:hover,.tally.yellow.same-color:hover,.toast.yellow.same-color:hover,.tool-button.yellow.same-color:hover,code.yellow.same-color:hover,tbody td.yellow.same-color:hover,tbody tr.yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}.button.yellow.focus,.button.yellow:active,.button.yellow:focus,.command-button.yellow.focus,.command-button.yellow:active,.command-button.yellow:focus,.image-button.yellow.focus,.image-button.yellow:active,.image-button.yellow:focus,.info-button.yellow.focus,.info-button.yellow:active,.info-button.yellow:focus,.input .button.yellow.focus,.input .button.yellow:active,.input .button.yellow:focus,.notify.yellow.focus,.notify.yellow:active,.notify.yellow:focus,.select .button.yellow.focus,.select .button.yellow:active,.select .button.yellow:focus,.shortcut.yellow.focus,.shortcut.yellow:active,.shortcut.yellow:focus,.spinner .button.yellow.focus,.spinner .button.yellow:active,.spinner .button.yellow:focus,.split-button .split.yellow.focus,.split-button .split.yellow:active,.split-button .split.yellow:focus,.tag-input .button.yellow.focus,.tag-input .button.yellow:active,.tag-input .button.yellow:focus,.tally.yellow.focus,.tally.yellow:active,.tally.yellow:focus,.toast.yellow.focus,.toast.yellow:active,.toast.yellow:focus,.tool-button.yellow.focus,.tool-button.yellow:active,.tool-button.yellow:focus,code.yellow.focus,code.yellow:active,code.yellow:focus,tbody td.yellow.focus,tbody td.yellow:active,tbody td.yellow:focus,tbody tr.yellow.focus,tbody tr.yellow:active,tbody tr.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.button.info,.command-button.info,.image-button.info,.info-button.info,.input .button.info,.notify.info,.select .button.info,.shortcut.info,.spinner .button.info,.split-button .split.info,.tag-input .button.info,.tally.info,.toast.info,.tool-button.info,code.info,tbody td.info,tbody tr.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.button.info.outline,.command-button.info.outline,.image-button.info.outline,.info-button.info.outline,.input .button.info.outline,.notify.info.outline,.select .button.info.outline,.shortcut.info.outline,.spinner .button.info.outline,.split-button .split.info.outline,.tag-input .button.info.outline,.tally.info.outline,.toast.info.outline,.tool-button.info.outline,code.info.outline,tbody td.info.outline,tbody tr.info.outline{color:#5ebdec;border-color:#5ebdec}.button.info.outline.dropdown-toggle::before,.command-button.info.outline.dropdown-toggle::before,.image-button.info.outline.dropdown-toggle::before,.info-button.info.outline.dropdown-toggle::before,.input .button.info.outline.dropdown-toggle::before,.notify.info.outline.dropdown-toggle::before,.select .button.info.outline.dropdown-toggle::before,.shortcut.info.outline.dropdown-toggle::before,.spinner .button.info.outline.dropdown-toggle::before,.split-button .split.info.outline.dropdown-toggle::before,.tag-input .button.info.outline.dropdown-toggle::before,.tally.info.outline.dropdown-toggle::before,.toast.info.outline.dropdown-toggle::before,.tool-button.info.outline.dropdown-toggle::before,code.info.outline.dropdown-toggle::before,tbody td.info.outline.dropdown-toggle::before,tbody tr.info.outline.dropdown-toggle::before{border-color:#5ebdec}.button.info.outline:hover,.command-button.info.outline:hover,.image-button.info.outline:hover,.info-button.info.outline:hover,.input .button.info.outline:hover,.notify.info.outline:hover,.select .button.info.outline:hover,.shortcut.info.outline:hover,.spinner .button.info.outline:hover,.split-button .split.info.outline:hover,.tag-input .button.info.outline:hover,.tally.info.outline:hover,.toast.info.outline:hover,.tool-button.info.outline:hover,code.info.outline:hover,tbody td.info.outline:hover,tbody tr.info.outline:hover{color:#fff}.button.info.dropdown-toggle::before,.command-button.info.dropdown-toggle::before,.image-button.info.dropdown-toggle::before,.info-button.info.dropdown-toggle::before,.input .button.info.dropdown-toggle::before,.notify.info.dropdown-toggle::before,.select .button.info.dropdown-toggle::before,.shortcut.info.dropdown-toggle::before,.spinner .button.info.dropdown-toggle::before,.split-button .split.info.dropdown-toggle::before,.tag-input .button.info.dropdown-toggle::before,.tally.info.dropdown-toggle::before,.toast.info.dropdown-toggle::before,.tool-button.info.dropdown-toggle::before,code.info.dropdown-toggle::before,tbody td.info.dropdown-toggle::before,tbody tr.info.dropdown-toggle::before{border-color:#fff}.button.info:hover,.command-button.info:hover,.image-button.info:hover,.info-button.info:hover,.input .button.info:hover,.notify.info:hover,.select .button.info:hover,.shortcut.info:hover,.spinner .button.info:hover,.split-button .split.info:hover,.tag-input .button.info:hover,.tally.info:hover,.toast.info:hover,.tool-button.info:hover,code.info:hover,tbody td.info:hover,tbody tr.info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}.button.info:hover.dropdown-toggle::before,.command-button.info:hover.dropdown-toggle::before,.image-button.info:hover.dropdown-toggle::before,.info-button.info:hover.dropdown-toggle::before,.input .button.info:hover.dropdown-toggle::before,.notify.info:hover.dropdown-toggle::before,.select .button.info:hover.dropdown-toggle::before,.shortcut.info:hover.dropdown-toggle::before,.spinner .button.info:hover.dropdown-toggle::before,.split-button .split.info:hover.dropdown-toggle::before,.tag-input .button.info:hover.dropdown-toggle::before,.tally.info:hover.dropdown-toggle::before,.toast.info:hover.dropdown-toggle::before,.tool-button.info:hover.dropdown-toggle::before,code.info:hover.dropdown-toggle::before,tbody td.info:hover.dropdown-toggle::before,tbody tr.info:hover.dropdown-toggle::before{border-color:#fff}.button.info.same-color:hover,.command-button.info.same-color:hover,.image-button.info.same-color:hover,.info-button.info.same-color:hover,.input .button.info.same-color:hover,.notify.info.same-color:hover,.select .button.info.same-color:hover,.shortcut.info.same-color:hover,.spinner .button.info.same-color:hover,.split-button .split.info.same-color:hover,.tag-input .button.info.same-color:hover,.tally.info.same-color:hover,.toast.info.same-color:hover,.tool-button.info.same-color:hover,code.info.same-color:hover,tbody td.info.same-color:hover,tbody tr.info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}.button.info.focus,.button.info:active,.button.info:focus,.command-button.info.focus,.command-button.info:active,.command-button.info:focus,.image-button.info.focus,.image-button.info:active,.image-button.info:focus,.info-button.info.focus,.info-button.info:active,.info-button.info:focus,.input .button.info.focus,.input .button.info:active,.input .button.info:focus,.notify.info.focus,.notify.info:active,.notify.info:focus,.select .button.info.focus,.select .button.info:active,.select .button.info:focus,.shortcut.info.focus,.shortcut.info:active,.shortcut.info:focus,.spinner .button.info.focus,.spinner .button.info:active,.spinner .button.info:focus,.split-button .split.info.focus,.split-button .split.info:active,.split-button .split.info:focus,.tag-input .button.info.focus,.tag-input .button.info:active,.tag-input .button.info:focus,.tally.info.focus,.tally.info:active,.tally.info:focus,.toast.info.focus,.toast.info:active,.toast.info:focus,.tool-button.info.focus,.tool-button.info:active,.tool-button.info:focus,code.info.focus,code.info:active,code.info:focus,tbody td.info.focus,tbody td.info:active,tbody td.info:focus,tbody tr.info.focus,tbody tr.info:active,tbody tr.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.button.dark,.command-button.dark,.image-button.dark,.info-button.dark,.input .button.dark,.notify.dark,.select .button.dark,.shortcut.dark,.spinner .button.dark,.split-button .split.dark,.tag-input .button.dark,.tally.dark,.toast.dark,.tool-button.dark,code.dark,tbody td.dark,tbody tr.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.button.dark.outline,.command-button.dark.outline,.image-button.dark.outline,.info-button.dark.outline,.input .button.dark.outline,.notify.dark.outline,.select .button.dark.outline,.shortcut.dark.outline,.spinner .button.dark.outline,.split-button .split.dark.outline,.tag-input .button.dark.outline,.tally.dark.outline,.toast.dark.outline,.tool-button.dark.outline,code.dark.outline,tbody td.dark.outline,tbody tr.dark.outline{color:#505050;border-color:#505050}.button.dark.outline.dropdown-toggle::before,.command-button.dark.outline.dropdown-toggle::before,.image-button.dark.outline.dropdown-toggle::before,.info-button.dark.outline.dropdown-toggle::before,.input .button.dark.outline.dropdown-toggle::before,.notify.dark.outline.dropdown-toggle::before,.select .button.dark.outline.dropdown-toggle::before,.shortcut.dark.outline.dropdown-toggle::before,.spinner .button.dark.outline.dropdown-toggle::before,.split-button .split.dark.outline.dropdown-toggle::before,.tag-input .button.dark.outline.dropdown-toggle::before,.tally.dark.outline.dropdown-toggle::before,.toast.dark.outline.dropdown-toggle::before,.tool-button.dark.outline.dropdown-toggle::before,code.dark.outline.dropdown-toggle::before,tbody td.dark.outline.dropdown-toggle::before,tbody tr.dark.outline.dropdown-toggle::before{border-color:#505050}.button.dark.outline:hover,.command-button.dark.outline:hover,.image-button.dark.outline:hover,.info-button.dark.outline:hover,.input .button.dark.outline:hover,.notify.dark.outline:hover,.select .button.dark.outline:hover,.shortcut.dark.outline:hover,.spinner .button.dark.outline:hover,.split-button .split.dark.outline:hover,.tag-input .button.dark.outline:hover,.tally.dark.outline:hover,.toast.dark.outline:hover,.tool-button.dark.outline:hover,code.dark.outline:hover,tbody td.dark.outline:hover,tbody tr.dark.outline:hover{color:#fff}.button.dark.dropdown-toggle::before,.command-button.dark.dropdown-toggle::before,.image-button.dark.dropdown-toggle::before,.info-button.dark.dropdown-toggle::before,.input .button.dark.dropdown-toggle::before,.notify.dark.dropdown-toggle::before,.select .button.dark.dropdown-toggle::before,.shortcut.dark.dropdown-toggle::before,.spinner .button.dark.dropdown-toggle::before,.split-button .split.dark.dropdown-toggle::before,.tag-input .button.dark.dropdown-toggle::before,.tally.dark.dropdown-toggle::before,.toast.dark.dropdown-toggle::before,.tool-button.dark.dropdown-toggle::before,code.dark.dropdown-toggle::before,tbody td.dark.dropdown-toggle::before,tbody tr.dark.dropdown-toggle::before{border-color:#fff}.button.dark:hover,.command-button.dark:hover,.image-button.dark:hover,.info-button.dark:hover,.input .button.dark:hover,.notify.dark:hover,.select .button.dark:hover,.shortcut.dark:hover,.spinner .button.dark:hover,.split-button .split.dark:hover,.tag-input .button.dark:hover,.tally.dark:hover,.toast.dark:hover,.tool-button.dark:hover,code.dark:hover,tbody td.dark:hover,tbody tr.dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}.button.dark:hover.dropdown-toggle::before,.command-button.dark:hover.dropdown-toggle::before,.image-button.dark:hover.dropdown-toggle::before,.info-button.dark:hover.dropdown-toggle::before,.input .button.dark:hover.dropdown-toggle::before,.notify.dark:hover.dropdown-toggle::before,.select .button.dark:hover.dropdown-toggle::before,.shortcut.dark:hover.dropdown-toggle::before,.spinner .button.dark:hover.dropdown-toggle::before,.split-button .split.dark:hover.dropdown-toggle::before,.tag-input .button.dark:hover.dropdown-toggle::before,.tally.dark:hover.dropdown-toggle::before,.toast.dark:hover.dropdown-toggle::before,.tool-button.dark:hover.dropdown-toggle::before,code.dark:hover.dropdown-toggle::before,tbody td.dark:hover.dropdown-toggle::before,tbody tr.dark:hover.dropdown-toggle::before{border-color:#fff}.button.dark.same-color:hover,.command-button.dark.same-color:hover,.image-button.dark.same-color:hover,.info-button.dark.same-color:hover,.input .button.dark.same-color:hover,.notify.dark.same-color:hover,.select .button.dark.same-color:hover,.shortcut.dark.same-color:hover,.spinner .button.dark.same-color:hover,.split-button .split.dark.same-color:hover,.tag-input .button.dark.same-color:hover,.tally.dark.same-color:hover,.toast.dark.same-color:hover,.tool-button.dark.same-color:hover,code.dark.same-color:hover,tbody td.dark.same-color:hover,tbody tr.dark.same-color:hover{background-color:#505050;border-color:#505050}.button.dark.focus,.button.dark:active,.button.dark:focus,.command-button.dark.focus,.command-button.dark:active,.command-button.dark:focus,.image-button.dark.focus,.image-button.dark:active,.image-button.dark:focus,.info-button.dark.focus,.info-button.dark:active,.info-button.dark:focus,.input .button.dark.focus,.input .button.dark:active,.input .button.dark:focus,.notify.dark.focus,.notify.dark:active,.notify.dark:focus,.select .button.dark.focus,.select .button.dark:active,.select .button.dark:focus,.shortcut.dark.focus,.shortcut.dark:active,.shortcut.dark:focus,.spinner .button.dark.focus,.spinner .button.dark:active,.spinner .button.dark:focus,.split-button .split.dark.focus,.split-button .split.dark:active,.split-button .split.dark:focus,.tag-input .button.dark.focus,.tag-input .button.dark:active,.tag-input .button.dark:focus,.tally.dark.focus,.tally.dark:active,.tally.dark:focus,.toast.dark.focus,.toast.dark:active,.toast.dark:focus,.tool-button.dark.focus,.tool-button.dark:active,.tool-button.dark:focus,code.dark.focus,code.dark:active,code.dark:focus,tbody td.dark.focus,tbody td.dark:active,tbody td.dark:focus,tbody tr.dark.focus,tbody tr.dark:active,tbody tr.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.button.light,.command-button.light,.image-button.light,.info-button.light,.input .button.light,.notify.light,.select .button.light,.shortcut.light,.spinner .button.light,.split-button .split.light,.tag-input .button.light,.tally.light,.toast.light,.tool-button.light,code.light,tbody td.light,tbody tr.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.button.light.outline,.command-button.light.outline,.image-button.light.outline,.info-button.light.outline,.input .button.light.outline,.notify.light.outline,.select .button.light.outline,.shortcut.light.outline,.spinner .button.light.outline,.split-button .split.light.outline,.tag-input .button.light.outline,.tally.light.outline,.toast.light.outline,.tool-button.light.outline,code.light.outline,tbody td.light.outline,tbody tr.light.outline{color:#f8f8f8;border-color:#f8f8f8}.button.light.outline.dropdown-toggle::before,.command-button.light.outline.dropdown-toggle::before,.image-button.light.outline.dropdown-toggle::before,.info-button.light.outline.dropdown-toggle::before,.input .button.light.outline.dropdown-toggle::before,.notify.light.outline.dropdown-toggle::before,.select .button.light.outline.dropdown-toggle::before,.shortcut.light.outline.dropdown-toggle::before,.spinner .button.light.outline.dropdown-toggle::before,.split-button .split.light.outline.dropdown-toggle::before,.tag-input .button.light.outline.dropdown-toggle::before,.tally.light.outline.dropdown-toggle::before,.toast.light.outline.dropdown-toggle::before,.tool-button.light.outline.dropdown-toggle::before,code.light.outline.dropdown-toggle::before,tbody td.light.outline.dropdown-toggle::before,tbody tr.light.outline.dropdown-toggle::before{border-color:#f8f8f8}.button.light.outline:hover,.command-button.light.outline:hover,.image-button.light.outline:hover,.info-button.light.outline:hover,.input .button.light.outline:hover,.notify.light.outline:hover,.select .button.light.outline:hover,.shortcut.light.outline:hover,.spinner .button.light.outline:hover,.split-button .split.light.outline:hover,.tag-input .button.light.outline:hover,.tally.light.outline:hover,.toast.light.outline:hover,.tool-button.light.outline:hover,code.light.outline:hover,tbody td.light.outline:hover,tbody tr.light.outline:hover{color:#fff}.button.light.dropdown-toggle::before,.command-button.light.dropdown-toggle::before,.image-button.light.dropdown-toggle::before,.info-button.light.dropdown-toggle::before,.input .button.light.dropdown-toggle::before,.notify.light.dropdown-toggle::before,.select .button.light.dropdown-toggle::before,.shortcut.light.dropdown-toggle::before,.spinner .button.light.dropdown-toggle::before,.split-button .split.light.dropdown-toggle::before,.tag-input .button.light.dropdown-toggle::before,.tally.light.dropdown-toggle::before,.toast.light.dropdown-toggle::before,.tool-button.light.dropdown-toggle::before,code.light.dropdown-toggle::before,tbody td.light.dropdown-toggle::before,tbody tr.light.dropdown-toggle::before{border-color:#fff}.button.light:hover,.command-button.light:hover,.image-button.light:hover,.info-button.light:hover,.input .button.light:hover,.notify.light:hover,.select .button.light:hover,.shortcut.light:hover,.spinner .button.light:hover,.split-button .split.light:hover,.tag-input .button.light:hover,.tally.light:hover,.toast.light:hover,.tool-button.light:hover,code.light:hover,tbody td.light:hover,tbody tr.light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}.button.light:hover.dropdown-toggle::before,.command-button.light:hover.dropdown-toggle::before,.image-button.light:hover.dropdown-toggle::before,.info-button.light:hover.dropdown-toggle::before,.input .button.light:hover.dropdown-toggle::before,.notify.light:hover.dropdown-toggle::before,.select .button.light:hover.dropdown-toggle::before,.shortcut.light:hover.dropdown-toggle::before,.spinner .button.light:hover.dropdown-toggle::before,.split-button .split.light:hover.dropdown-toggle::before,.tag-input .button.light:hover.dropdown-toggle::before,.tally.light:hover.dropdown-toggle::before,.toast.light:hover.dropdown-toggle::before,.tool-button.light:hover.dropdown-toggle::before,code.light:hover.dropdown-toggle::before,tbody td.light:hover.dropdown-toggle::before,tbody tr.light:hover.dropdown-toggle::before{border-color:#fff}.button.light.same-color:hover,.command-button.light.same-color:hover,.image-button.light.same-color:hover,.info-button.light.same-color:hover,.input .button.light.same-color:hover,.notify.light.same-color:hover,.select .button.light.same-color:hover,.shortcut.light.same-color:hover,.spinner .button.light.same-color:hover,.split-button .split.light.same-color:hover,.tag-input .button.light.same-color:hover,.tally.light.same-color:hover,.toast.light.same-color:hover,.tool-button.light.same-color:hover,code.light.same-color:hover,tbody td.light.same-color:hover,tbody tr.light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}.button.light.focus,.button.light:active,.button.light:focus,.command-button.light.focus,.command-button.light:active,.command-button.light:focus,.image-button.light.focus,.image-button.light:active,.image-button.light:focus,.info-button.light.focus,.info-button.light:active,.info-button.light:focus,.input .button.light.focus,.input .button.light:active,.input .button.light:focus,.notify.light.focus,.notify.light:active,.notify.light:focus,.select .button.light.focus,.select .button.light:active,.select .button.light:focus,.shortcut.light.focus,.shortcut.light:active,.shortcut.light:focus,.spinner .button.light.focus,.spinner .button.light:active,.spinner .button.light:focus,.split-button .split.light.focus,.split-button .split.light:active,.split-button .split.light:focus,.tag-input .button.light.focus,.tag-input .button.light:active,.tag-input .button.light:focus,.tally.light.focus,.tally.light:active,.tally.light:focus,.toast.light.focus,.toast.light:active,.toast.light:focus,.tool-button.light.focus,.tool-button.light:active,.tool-button.light:focus,code.light.focus,code.light:active,code.light:focus,tbody td.light.focus,tbody td.light:active,tbody td.light:focus,tbody tr.light.focus,tbody tr.light:active,tbody tr.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.button.light,.button.yellow,.command-button.light,.command-button.yellow,.image-button.light,.image-button.yellow,.info-button.light,.info-button.yellow,.input .button.light,.input .button.yellow,.notify.light,.notify.yellow,.select .button.light,.select .button.yellow,.shortcut.light,.shortcut.yellow,.spinner .button.light,.spinner .button.yellow,.split-button .split.light,.split-button .split.yellow,.tag-input .button.light,.tag-input .button.yellow,.tally.light,.tally.yellow,.toast.light,.toast.yellow,.tool-button.light,.tool-button.yellow,code.light,code.yellow,tbody td.light,tbody td.yellow,tbody tr.light,tbody tr.yellow{color:#1d1d1d}.button.light.outline:hover,.button.light:hover,.button.yellow.outline:hover,.button.yellow:hover,.command-button.light.outline:hover,.command-button.light:hover,.command-button.yellow.outline:hover,.command-button.yellow:hover,.image-button.light.outline:hover,.image-button.light:hover,.image-button.yellow.outline:hover,.image-button.yellow:hover,.info-button.light.outline:hover,.info-button.light:hover,.info-button.yellow.outline:hover,.info-button.yellow:hover,.input .button.light.outline:hover,.input .button.light:hover,.input .button.yellow.outline:hover,.input .button.yellow:hover,.notify.light.outline:hover,.notify.light:hover,.notify.yellow.outline:hover,.notify.yellow:hover,.select .button.light.outline:hover,.select .button.light:hover,.select .button.yellow.outline:hover,.select .button.yellow:hover,.shortcut.light.outline:hover,.shortcut.light:hover,.shortcut.yellow.outline:hover,.shortcut.yellow:hover,.spinner .button.light.outline:hover,.spinner .button.light:hover,.spinner .button.yellow.outline:hover,.spinner .button.yellow:hover,.split-button .split.light.outline:hover,.split-button .split.light:hover,.split-button .split.yellow.outline:hover,.split-button .split.yellow:hover,.tag-input .button.light.outline:hover,.tag-input .button.light:hover,.tag-input .button.yellow.outline:hover,.tag-input .button.yellow:hover,.tally.light.outline:hover,.tally.light:hover,.tally.yellow.outline:hover,.tally.yellow:hover,.toast.light.outline:hover,.toast.light:hover,.toast.yellow.outline:hover,.toast.yellow:hover,.tool-button.light.outline:hover,.tool-button.light:hover,.tool-button.yellow.outline:hover,.tool-button.yellow:hover,code.light.outline:hover,code.light:hover,code.yellow.outline:hover,code.yellow:hover,tbody td.light.outline:hover,tbody td.light:hover,tbody td.yellow.outline:hover,tbody td.yellow:hover,tbody tr.light.outline:hover,tbody tr.light:hover,tbody tr.yellow.outline:hover,tbody tr.yellow:hover{color:#1d1d1d}.action-button.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.action-button.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.action-button.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.action-button.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.action-button.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.action-button.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.action-button.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.action-button.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.action-button.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.action-button.light,.action-button.yellow{color:#1d1d1d}.action-button.light.outline:hover,.action-button.light:hover,.action-button.yellow.outline:hover,.action-button.yellow:hover{color:#1d1d1d}.pagination.primary .page-item.active,.pagination.primary .page-item.service,.pagination.primary .page-item:hover{background-color:#0366d6;border-color:#0366d6;color:#fff}.pagination.primary .page-item.active:hover,.pagination.primary .page-item.service:hover,.pagination.primary .page-item:hover:hover{background-color:#024ea4}.pagination.secondary .page-item.active,.pagination.secondary .page-item.service,.pagination.secondary .page-item:hover{background-color:#607d8b;border-color:#607d8b;color:#fff}.pagination.secondary .page-item.active:hover,.pagination.secondary .page-item.service:hover,.pagination.secondary .page-item:hover:hover{background-color:#4b626d}.pagination.success .page-item.active,.pagination.success .page-item.service,.pagination.success .page-item:hover{background-color:#60a917;border-color:#60a917;color:#fff}.pagination.success .page-item.active:hover,.pagination.success .page-item.service:hover,.pagination.success .page-item:hover:hover{background-color:#477c11}.pagination.alert .page-item.active,.pagination.alert .page-item.service,.pagination.alert .page-item:hover{background-color:#ce352c;border-color:#ce352c;color:#fff}.pagination.alert .page-item.active:hover,.pagination.alert .page-item.service:hover,.pagination.alert .page-item:hover:hover{background-color:#a42a23}.pagination.warning .page-item.active,.pagination.warning .page-item.service,.pagination.warning .page-item:hover{background-color:#ff9447;border-color:#ff9447;color:#fff}.pagination.warning .page-item.active:hover,.pagination.warning .page-item.service:hover,.pagination.warning .page-item:hover:hover{background-color:#ff7615}.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{background-color:#ffe484;border-color:#ffe484;color:#fff}.pagination.yellow .page-item.active:hover,.pagination.yellow .page-item.service:hover,.pagination.yellow .page-item:hover:hover{background-color:#ffd951}.pagination.info .page-item.active,.pagination.info .page-item.service,.pagination.info .page-item:hover{background-color:#5ebdec;border-color:#5ebdec;color:#fff}.pagination.info .page-item.active:hover,.pagination.info .page-item.service:hover,.pagination.info .page-item:hover:hover{background-color:#30abe6}.pagination.dark .page-item.active,.pagination.dark .page-item.service,.pagination.dark .page-item:hover{background-color:#505050;border-color:#505050;color:#fff}.pagination.dark .page-item.active:hover,.pagination.dark .page-item.service:hover,.pagination.dark .page-item:hover:hover{background-color:#373737}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover{background-color:#f8f8f8;border-color:#f8f8f8;color:#fff}.pagination.light .page-item.active:hover,.pagination.light .page-item.service:hover,.pagination.light .page-item:hover:hover{background-color:#dfdfdf}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover,.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{color:#1d1d1d}.remark.primary{background:#75b5fd;border:1px solid #75b5fd}.remark.primary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#0366d6}.remark.primary{background:#daebfe;border:1px solid #daebfe}.remark.secondary{background:#b7c6cd;border:1px solid #b7c6cd}.remark.secondary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#607d8b}.remark.secondary{background:#f3f6f7;border:1px solid #f3f6f7}.remark.success{background:#adeb6e;border:1px solid #adeb6e}.remark.success::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#60a917}.remark.success{background:#ecfbde;border:1px solid #ecfbde}.remark.alert{background:#ecaba7;border:1px solid #ecaba7}.remark.alert::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ce352c}.remark.alert{background:#fae7e6;border:1px solid #fae7e6}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.warning::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ff9447}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.yellow{background:#fff;border:1px solid #fff}.remark.yellow::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ffe484}.remark.yellow{background:#fff7db;border:1px solid #fff7db}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.info::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#5ebdec}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.dark{background:#9d9d9d;border:1px solid #9d9d9d}.remark.dark::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#505050}.remark.dark{background:#e9e9e9;border:1px solid #e9e9e9}.remark.light{background:#fff;border:1px solid #fff}.remark.light::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#f8f8f8}.file.primary,.input.primary,.keypad.primary,.select.primary,.spinner.primary,.tag-input.primary,.textarea.primary,input[type=datetime-local].primary,input[type=email].primary,input[type=file].primary,input[type=month].primary,input[type=number].primary,input[type=password].primary,input[type=search].primary,input[type=tel].primary,input[type=text].primary,input[type=time].primary,input[type=url].primary,input[type=week].primary,select.primary,textarea.primary{border-color:#0366d6}.file.primary.focused,.file.primary:focus,.input.primary.focused,.input.primary:focus,.keypad.primary.focused,.keypad.primary:focus,.select.primary.focused,.select.primary:focus,.spinner.primary.focused,.spinner.primary:focus,.tag-input.primary.focused,.tag-input.primary:focus,.textarea.primary.focused,.textarea.primary:focus,input[type=datetime-local].primary.focused,input[type=datetime-local].primary:focus,input[type=email].primary.focused,input[type=email].primary:focus,input[type=file].primary.focused,input[type=file].primary:focus,input[type=month].primary.focused,input[type=month].primary:focus,input[type=number].primary.focused,input[type=number].primary:focus,input[type=password].primary.focused,input[type=password].primary:focus,input[type=search].primary.focused,input[type=search].primary:focus,input[type=tel].primary.focused,input[type=tel].primary:focus,input[type=text].primary.focused,input[type=text].primary:focus,input[type=time].primary.focused,input[type=time].primary:focus,input[type=url].primary.focused,input[type=url].primary:focus,input[type=week].primary.focused,input[type=week].primary:focus,select.primary.focused,select.primary:focus,textarea.primary.focused,textarea.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.file.secondary,.input.secondary,.keypad.secondary,.select.secondary,.spinner.secondary,.tag-input.secondary,.textarea.secondary,input[type=datetime-local].secondary,input[type=email].secondary,input[type=file].secondary,input[type=month].secondary,input[type=number].secondary,input[type=password].secondary,input[type=search].secondary,input[type=tel].secondary,input[type=text].secondary,input[type=time].secondary,input[type=url].secondary,input[type=week].secondary,select.secondary,textarea.secondary{border-color:#607d8b}.file.secondary.focused,.file.secondary:focus,.input.secondary.focused,.input.secondary:focus,.keypad.secondary.focused,.keypad.secondary:focus,.select.secondary.focused,.select.secondary:focus,.spinner.secondary.focused,.spinner.secondary:focus,.tag-input.secondary.focused,.tag-input.secondary:focus,.textarea.secondary.focused,.textarea.secondary:focus,input[type=datetime-local].secondary.focused,input[type=datetime-local].secondary:focus,input[type=email].secondary.focused,input[type=email].secondary:focus,input[type=file].secondary.focused,input[type=file].secondary:focus,input[type=month].secondary.focused,input[type=month].secondary:focus,input[type=number].secondary.focused,input[type=number].secondary:focus,input[type=password].secondary.focused,input[type=password].secondary:focus,input[type=search].secondary.focused,input[type=search].secondary:focus,input[type=tel].secondary.focused,input[type=tel].secondary:focus,input[type=text].secondary.focused,input[type=text].secondary:focus,input[type=time].secondary.focused,input[type=time].secondary:focus,input[type=url].secondary.focused,input[type=url].secondary:focus,input[type=week].secondary.focused,input[type=week].secondary:focus,select.secondary.focused,select.secondary:focus,textarea.secondary.focused,textarea.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.file.success,.input.success,.keypad.success,.select.success,.spinner.success,.tag-input.success,.textarea.success,input[type=datetime-local].success,input[type=email].success,input[type=file].success,input[type=month].success,input[type=number].success,input[type=password].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=time].success,input[type=url].success,input[type=week].success,select.success,textarea.success{border-color:#60a917}.file.success.focused,.file.success:focus,.input.success.focused,.input.success:focus,.keypad.success.focused,.keypad.success:focus,.select.success.focused,.select.success:focus,.spinner.success.focused,.spinner.success:focus,.tag-input.success.focused,.tag-input.success:focus,.textarea.success.focused,.textarea.success:focus,input[type=datetime-local].success.focused,input[type=datetime-local].success:focus,input[type=email].success.focused,input[type=email].success:focus,input[type=file].success.focused,input[type=file].success:focus,input[type=month].success.focused,input[type=month].success:focus,input[type=number].success.focused,input[type=number].success:focus,input[type=password].success.focused,input[type=password].success:focus,input[type=search].success.focused,input[type=search].success:focus,input[type=tel].success.focused,input[type=tel].success:focus,input[type=text].success.focused,input[type=text].success:focus,input[type=time].success.focused,input[type=time].success:focus,input[type=url].success.focused,input[type=url].success:focus,input[type=week].success.focused,input[type=week].success:focus,select.success.focused,select.success:focus,textarea.success.focused,textarea.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.file.alert,.input.alert,.keypad.alert,.select.alert,.spinner.alert,.tag-input.alert,.textarea.alert,input[type=datetime-local].alert,input[type=email].alert,input[type=file].alert,input[type=month].alert,input[type=number].alert,input[type=password].alert,input[type=search].alert,input[type=tel].alert,input[type=text].alert,input[type=time].alert,input[type=url].alert,input[type=week].alert,select.alert,textarea.alert{border-color:#ce352c}.file.alert.focused,.file.alert:focus,.input.alert.focused,.input.alert:focus,.keypad.alert.focused,.keypad.alert:focus,.select.alert.focused,.select.alert:focus,.spinner.alert.focused,.spinner.alert:focus,.tag-input.alert.focused,.tag-input.alert:focus,.textarea.alert.focused,.textarea.alert:focus,input[type=datetime-local].alert.focused,input[type=datetime-local].alert:focus,input[type=email].alert.focused,input[type=email].alert:focus,input[type=file].alert.focused,input[type=file].alert:focus,input[type=month].alert.focused,input[type=month].alert:focus,input[type=number].alert.focused,input[type=number].alert:focus,input[type=password].alert.focused,input[type=password].alert:focus,input[type=search].alert.focused,input[type=search].alert:focus,input[type=tel].alert.focused,input[type=tel].alert:focus,input[type=text].alert.focused,input[type=text].alert:focus,input[type=time].alert.focused,input[type=time].alert:focus,input[type=url].alert.focused,input[type=url].alert:focus,input[type=week].alert.focused,input[type=week].alert:focus,select.alert.focused,select.alert:focus,textarea.alert.focused,textarea.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.file.warning,.input.warning,.keypad.warning,.select.warning,.spinner.warning,.tag-input.warning,.textarea.warning,input[type=datetime-local].warning,input[type=email].warning,input[type=file].warning,input[type=month].warning,input[type=number].warning,input[type=password].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=time].warning,input[type=url].warning,input[type=week].warning,select.warning,textarea.warning{border-color:#ff9447}.file.warning.focused,.file.warning:focus,.input.warning.focused,.input.warning:focus,.keypad.warning.focused,.keypad.warning:focus,.select.warning.focused,.select.warning:focus,.spinner.warning.focused,.spinner.warning:focus,.tag-input.warning.focused,.tag-input.warning:focus,.textarea.warning.focused,.textarea.warning:focus,input[type=datetime-local].warning.focused,input[type=datetime-local].warning:focus,input[type=email].warning.focused,input[type=email].warning:focus,input[type=file].warning.focused,input[type=file].warning:focus,input[type=month].warning.focused,input[type=month].warning:focus,input[type=number].warning.focused,input[type=number].warning:focus,input[type=password].warning.focused,input[type=password].warning:focus,input[type=search].warning.focused,input[type=search].warning:focus,input[type=tel].warning.focused,input[type=tel].warning:focus,input[type=text].warning.focused,input[type=text].warning:focus,input[type=time].warning.focused,input[type=time].warning:focus,input[type=url].warning.focused,input[type=url].warning:focus,input[type=week].warning.focused,input[type=week].warning:focus,select.warning.focused,select.warning:focus,textarea.warning.focused,textarea.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.file.yellow,.input.yellow,.keypad.yellow,.select.yellow,.spinner.yellow,.tag-input.yellow,.textarea.yellow,input[type=datetime-local].yellow,input[type=email].yellow,input[type=file].yellow,input[type=month].yellow,input[type=number].yellow,input[type=password].yellow,input[type=search].yellow,input[type=tel].yellow,input[type=text].yellow,input[type=time].yellow,input[type=url].yellow,input[type=week].yellow,select.yellow,textarea.yellow{border-color:#ffe484}.file.yellow.focused,.file.yellow:focus,.input.yellow.focused,.input.yellow:focus,.keypad.yellow.focused,.keypad.yellow:focus,.select.yellow.focused,.select.yellow:focus,.spinner.yellow.focused,.spinner.yellow:focus,.tag-input.yellow.focused,.tag-input.yellow:focus,.textarea.yellow.focused,.textarea.yellow:focus,input[type=datetime-local].yellow.focused,input[type=datetime-local].yellow:focus,input[type=email].yellow.focused,input[type=email].yellow:focus,input[type=file].yellow.focused,input[type=file].yellow:focus,input[type=month].yellow.focused,input[type=month].yellow:focus,input[type=number].yellow.focused,input[type=number].yellow:focus,input[type=password].yellow.focused,input[type=password].yellow:focus,input[type=search].yellow.focused,input[type=search].yellow:focus,input[type=tel].yellow.focused,input[type=tel].yellow:focus,input[type=text].yellow.focused,input[type=text].yellow:focus,input[type=time].yellow.focused,input[type=time].yellow:focus,input[type=url].yellow.focused,input[type=url].yellow:focus,input[type=week].yellow.focused,input[type=week].yellow:focus,select.yellow.focused,select.yellow:focus,textarea.yellow.focused,textarea.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.file.info,.input.info,.keypad.info,.select.info,.spinner.info,.tag-input.info,.textarea.info,input[type=datetime-local].info,input[type=email].info,input[type=file].info,input[type=month].info,input[type=number].info,input[type=password].info,input[type=search].info,input[type=tel].info,input[type=text].info,input[type=time].info,input[type=url].info,input[type=week].info,select.info,textarea.info{border-color:#5ebdec}.file.info.focused,.file.info:focus,.input.info.focused,.input.info:focus,.keypad.info.focused,.keypad.info:focus,.select.info.focused,.select.info:focus,.spinner.info.focused,.spinner.info:focus,.tag-input.info.focused,.tag-input.info:focus,.textarea.info.focused,.textarea.info:focus,input[type=datetime-local].info.focused,input[type=datetime-local].info:focus,input[type=email].info.focused,input[type=email].info:focus,input[type=file].info.focused,input[type=file].info:focus,input[type=month].info.focused,input[type=month].info:focus,input[type=number].info.focused,input[type=number].info:focus,input[type=password].info.focused,input[type=password].info:focus,input[type=search].info.focused,input[type=search].info:focus,input[type=tel].info.focused,input[type=tel].info:focus,input[type=text].info.focused,input[type=text].info:focus,input[type=time].info.focused,input[type=time].info:focus,input[type=url].info.focused,input[type=url].info:focus,input[type=week].info.focused,input[type=week].info:focus,select.info.focused,select.info:focus,textarea.info.focused,textarea.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.file.dark,.input.dark,.keypad.dark,.select.dark,.spinner.dark,.tag-input.dark,.textarea.dark,input[type=datetime-local].dark,input[type=email].dark,input[type=file].dark,input[type=month].dark,input[type=number].dark,input[type=password].dark,input[type=search].dark,input[type=tel].dark,input[type=text].dark,input[type=time].dark,input[type=url].dark,input[type=week].dark,select.dark,textarea.dark{border-color:#505050}.file.dark.focused,.file.dark:focus,.input.dark.focused,.input.dark:focus,.keypad.dark.focused,.keypad.dark:focus,.select.dark.focused,.select.dark:focus,.spinner.dark.focused,.spinner.dark:focus,.tag-input.dark.focused,.tag-input.dark:focus,.textarea.dark.focused,.textarea.dark:focus,input[type=datetime-local].dark.focused,input[type=datetime-local].dark:focus,input[type=email].dark.focused,input[type=email].dark:focus,input[type=file].dark.focused,input[type=file].dark:focus,input[type=month].dark.focused,input[type=month].dark:focus,input[type=number].dark.focused,input[type=number].dark:focus,input[type=password].dark.focused,input[type=password].dark:focus,input[type=search].dark.focused,input[type=search].dark:focus,input[type=tel].dark.focused,input[type=tel].dark:focus,input[type=text].dark.focused,input[type=text].dark:focus,input[type=time].dark.focused,input[type=time].dark:focus,input[type=url].dark.focused,input[type=url].dark:focus,input[type=week].dark.focused,input[type=week].dark:focus,select.dark.focused,select.dark:focus,textarea.dark.focused,textarea.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.file.light,.input.light,.keypad.light,.select.light,.spinner.light,.tag-input.light,.textarea.light,input[type=datetime-local].light,input[type=email].light,input[type=file].light,input[type=month].light,input[type=number].light,input[type=password].light,input[type=search].light,input[type=tel].light,input[type=text].light,input[type=time].light,input[type=url].light,input[type=week].light,select.light,textarea.light{border-color:#f8f8f8}.file.light.focused,.file.light:focus,.input.light.focused,.input.light:focus,.keypad.light.focused,.keypad.light:focus,.select.light.focused,.select.light:focus,.spinner.light.focused,.spinner.light:focus,.tag-input.light.focused,.tag-input.light:focus,.textarea.light.focused,.textarea.light:focus,input[type=datetime-local].light.focused,input[type=datetime-local].light:focus,input[type=email].light.focused,input[type=email].light:focus,input[type=file].light.focused,input[type=file].light:focus,input[type=month].light.focused,input[type=month].light:focus,input[type=number].light.focused,input[type=number].light:focus,input[type=password].light.focused,input[type=password].light:focus,input[type=search].light.focused,input[type=search].light:focus,input[type=tel].light.focused,input[type=tel].light:focus,input[type=text].light.focused,input[type=text].light:focus,input[type=time].light.focused,input[type=time].light:focus,input[type=url].light.focused,input[type=url].light:focus,input[type=week].light.focused,input[type=week].light:focus,select.light.focused,select.light:focus,textarea.light.focused,textarea.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.accent-block.primary{background-color:#0366d6;color:#fff}.accent-block.secondary{background-color:#607d8b;color:#fff}.accent-block.success{background-color:#60a917;color:#fff}.accent-block.alert{background-color:#ce352c;color:#fff}.accent-block.warning{background-color:#ff9447;color:#fff}.accent-block.yellow{background-color:#ffe484;color:#fff}.accent-block.info{background-color:#5ebdec;color:#fff}.accent-block.dark{background-color:#505050;color:#fff}.accent-block.light{background-color:#f8f8f8;color:#fff}.accent-block.light,.accent-block.yellow{color:#1d1d1d}.no-border{border:0!important}.no-border-left{border-left:none!important}.no-border-right{border-right:none!important}.no-border-top{border-top:none!important}.no-border-bottom{border-bottom:none!important}.no-border-visible{border-color:transparent!important}.border-none{border:0!important}.border-left-none{border-left:none!important}.border-right-none{border-right:none!important}.border-top-none{border-top:none!important}.border-bottom-none{border-bottom:none!important}.border-visible-none{border-color:transparent!important}.border{border:1px solid transparent}.border-left{border-left:1px solid transparent}.border-right{border-right:1px solid transparent}.border-top{border-top:1px solid transparent}.border-bottom{border-bottom:1px solid transparent}.border-left-top,.border-top-left{border-top:1px solid transparent;border-left:1px solid transparent}.border-right-top,.border-top-right{border-top:1px solid transparent;border-right:1px solid transparent}.border-bottom-right,.border-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-bottom-left,.border-left-bottom{border-bottom:1px solid transparent;border-left:1px solid transparent}.border-bottom-top,.border-top-bottom{border-bottom:1px solid transparent;border-top:1px solid transparent}.border-left-right,.border-right-left{border-right:1px solid transparent;border-left:1px solid transparent}.border-top-right-bottom{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-right-bottom-left{border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-bottom-left-top{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-left-top-right{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-radius{border-radius:.25rem}.border-radius-half{border-radius:50%}.border-20{border-width:20px}.border-size-20{border-width:20px}.border-radius-20{border-radius:20px}.border-19{border-width:19px}.border-size-19{border-width:19px}.border-radius-19{border-radius:19px}.border-18{border-width:18px}.border-size-18{border-width:18px}.border-radius-18{border-radius:18px}.border-17{border-width:17px}.border-size-17{border-width:17px}.border-radius-17{border-radius:17px}.border-16{border-width:16px}.border-size-16{border-width:16px}.border-radius-16{border-radius:16px}.border-15{border-width:15px}.border-size-15{border-width:15px}.border-radius-15{border-radius:15px}.border-14{border-width:14px}.border-size-14{border-width:14px}.border-radius-14{border-radius:14px}.border-13{border-width:13px}.border-size-13{border-width:13px}.border-radius-13{border-radius:13px}.border-12{border-width:12px}.border-size-12{border-width:12px}.border-radius-12{border-radius:12px}.border-11{border-width:11px}.border-size-11{border-width:11px}.border-radius-11{border-radius:11px}.border-10{border-width:10px}.border-size-10{border-width:10px}.border-radius-10{border-radius:10px}.border-9{border-width:9px}.border-size-9{border-width:9px}.border-radius-9{border-radius:9px}.border-8{border-width:8px}.border-size-8{border-width:8px}.border-radius-8{border-radius:8px}.border-7{border-width:7px}.border-size-7{border-width:7px}.border-radius-7{border-radius:7px}.border-6{border-width:6px}.border-size-6{border-width:6px}.border-radius-6{border-radius:6px}.border-5{border-width:5px}.border-size-5{border-width:5px}.border-radius-5{border-radius:5px}.border-4{border-width:4px}.border-size-4{border-width:4px}.border-radius-4{border-radius:4px}.border-3{border-width:3px}.border-size-3{border-width:3px}.border-radius-3{border-radius:3px}.border-2{border-width:2px}.border-size-2{border-width:2px}.border-radius-2{border-radius:2px}.border-1{border-width:1px}.border-size-1{border-width:1px}.border-radius-1{border-radius:1px}.rounded{border-radius:.25rem!important}.border-50{border-radius:50%!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-ridge{border-style:ridge!important}.c-auto{cursor:auto}.c-default{cursor:default}.c-none{cursor:none}.c-context-menu{cursor:context-menu}.c-help{cursor:help}.c-pointer{cursor:pointer}.c-progress{cursor:progress}.c-wait{cursor:wait}.c-cell{cursor:cell}.c-crosshair{cursor:crosshair}.c-text{cursor:text}.c-text-vertical{cursor:vertical-text}.c-alias{cursor:alias}.c-copy{cursor:copy}.c-move{cursor:move}.c-no-drop{cursor:no-drop}.c-not-allowed{cursor:not-allowed}.c-all-scroll{cursor:all-scroll}.c-col-resize{cursor:col-resize}.c-row-resize{cursor:row-resize}.c-n-resize{cursor:n-resize}.c-e-resize{cursor:e-resize}.c-s-resize{cursor:s-resize}.c-w-resize{cursor:w-resize}.c-ne-resize{cursor:ne-resize}.c-nw-resize{cursor:nw-resize}.c-se-resize{cursor:se-resize}.c-sw-resize{cursor:sw-resize}.c-ew-resize{cursor:ew-resize}.c-ns-resize{cursor:ns-resize}.c-nesw-resize{cursor:nesw-resize}.c-nwse-resize{cursor:nwse-resize}.c-zoom-in{cursor:-webkit-zoom-in;cursor:zoom-in}.c-zoom-out{cursor:-webkit-zoom-out;cursor:zoom-out}.c-grab{cursor:-webkit-grab;cursor:grab}.c-grabbing{cursor:-webkit-grabbing;cursor:grabbing}.c-none{cursor:none}.default-icon-check{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-left-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-right-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-help{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-search{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-cross{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eye{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-calendar{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-clock{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-menu{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-plus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-minus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-upload{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pencil{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-left{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-right{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.visible{visibility:visible!important}.no-visible{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch{display:none!important}html.metro-touch-device .d-block-touch{display:block!important}html.metro-touch-device .d-inline-touch{display:inline!important}html.metro-touch-device .d-inline-block-touch{display:inline-block!important}html.metro-touch-device .d-table-touch{display:table!important}html.metro-touch-device .d-table-row-touch{display:table-row!important}html.metro-touch-device .d-table-cell-touch{display:table-cell!important}html.metro-touch-device .d-flex-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch{display:none!important}html.metro-no-touch-device .d-block-no-touch{display:block!important}html.metro-no-touch-device .d-inline-no-touch{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch{display:table!important}html.metro-no-touch-device .d-table-row-no-touch{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media screen and (min-width:0){.visible-fs{visibility:visible!important}.no-visible-fs{visibility:hidden!important}.d-none-fs{display:none!important}.d-block-fs{display:block!important}.d-inline-fs{display:inline!important}.d-inline-block-fs{display:inline-block!important}.d-table-fs{display:table!important}.d-table-row-fs{display:table-row!important}.d-table-cell-fs{display:table-cell!important}.d-flex-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-fs{display:none!important}html.metro-touch-device .d-block-touch-fs{display:block!important}html.metro-touch-device .d-inline-touch-fs{display:inline!important}html.metro-touch-device .d-inline-block-touch-fs{display:inline-block!important}html.metro-touch-device .d-table-touch-fs{display:table!important}html.metro-touch-device .d-table-row-touch-fs{display:table-row!important}html.metro-touch-device .d-table-cell-touch-fs{display:table-cell!important}html.metro-touch-device .d-flex-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-fs{display:none!important}html.metro-no-touch-device .d-block-no-touch-fs{display:block!important}html.metro-no-touch-device .d-inline-no-touch-fs{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-fs{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-fs{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-fs{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-fs{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:576px){.visible-sm{visibility:visible!important}.no-visible-sm{visibility:hidden!important}.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-sm{display:inline!important}.d-inline-block-sm{display:inline-block!important}.d-table-sm{display:table!important}.d-table-row-sm{display:table-row!important}.d-table-cell-sm{display:table-cell!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-sm{display:none!important}html.metro-touch-device .d-block-touch-sm{display:block!important}html.metro-touch-device .d-inline-touch-sm{display:inline!important}html.metro-touch-device .d-inline-block-touch-sm{display:inline-block!important}html.metro-touch-device .d-table-touch-sm{display:table!important}html.metro-touch-device .d-table-row-touch-sm{display:table-row!important}html.metro-touch-device .d-table-cell-touch-sm{display:table-cell!important}html.metro-touch-device .d-flex-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-sm{display:none!important}html.metro-no-touch-device .d-block-no-touch-sm{display:block!important}html.metro-no-touch-device .d-inline-no-touch-sm{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-sm{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-sm{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-sm{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-sm{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:768px){.visible-md{visibility:visible!important}.no-visible-md{visibility:hidden!important}.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-md{display:inline!important}.d-inline-block-md{display:inline-block!important}.d-table-md{display:table!important}.d-table-row-md{display:table-row!important}.d-table-cell-md{display:table-cell!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-md{display:none!important}html.metro-touch-device .d-block-touch-md{display:block!important}html.metro-touch-device .d-inline-touch-md{display:inline!important}html.metro-touch-device .d-inline-block-touch-md{display:inline-block!important}html.metro-touch-device .d-table-touch-md{display:table!important}html.metro-touch-device .d-table-row-touch-md{display:table-row!important}html.metro-touch-device .d-table-cell-touch-md{display:table-cell!important}html.metro-touch-device .d-flex-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-md{display:none!important}html.metro-no-touch-device .d-block-no-touch-md{display:block!important}html.metro-no-touch-device .d-inline-no-touch-md{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-md{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-md{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-md{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-md{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:992px){.visible-lg{visibility:visible!important}.no-visible-lg{visibility:hidden!important}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-lg{display:inline!important}.d-inline-block-lg{display:inline-block!important}.d-table-lg{display:table!important}.d-table-row-lg{display:table-row!important}.d-table-cell-lg{display:table-cell!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-lg{display:none!important}html.metro-touch-device .d-block-touch-lg{display:block!important}html.metro-touch-device .d-inline-touch-lg{display:inline!important}html.metro-touch-device .d-inline-block-touch-lg{display:inline-block!important}html.metro-touch-device .d-table-touch-lg{display:table!important}html.metro-touch-device .d-table-row-touch-lg{display:table-row!important}html.metro-touch-device .d-table-cell-touch-lg{display:table-cell!important}html.metro-touch-device .d-flex-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-lg{display:none!important}html.metro-no-touch-device .d-block-no-touch-lg{display:block!important}html.metro-no-touch-device .d-inline-no-touch-lg{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-lg{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-lg{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-lg{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-lg{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1200px){.visible-xl{visibility:visible!important}.no-visible-xl{visibility:hidden!important}.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-xl{display:inline!important}.d-inline-block-xl{display:inline-block!important}.d-table-xl{display:table!important}.d-table-row-xl{display:table-row!important}.d-table-cell-xl{display:table-cell!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xl{display:none!important}html.metro-touch-device .d-block-touch-xl{display:block!important}html.metro-touch-device .d-inline-touch-xl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xl{display:inline-block!important}html.metro-touch-device .d-table-touch-xl{display:table!important}html.metro-touch-device .d-table-row-touch-xl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1452px){.visible-xxl{visibility:visible!important}.no-visible-xxl{visibility:hidden!important}.d-none-xxl{display:none!important}.d-block-xxl{display:block!important}.d-inline-xxl{display:inline!important}.d-inline-block-xxl{display:inline-block!important}.d-table-xxl{display:table!important}.d-table-row-xxl{display:table-row!important}.d-table-cell-xxl{display:table-cell!important}.d-flex-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxl{display:none!important}html.metro-touch-device .d-block-touch-xxl{display:block!important}html.metro-touch-device .d-inline-touch-xxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-container{position:relative;display:block;padding:0;overflow:hidden;width:100%;height:100%}.embed-container::before{padding-top:56.25%;display:block;content:""}.embed-container .embed-item,.embed-container embed,.embed-container iframe,.embed-container object,.embed-container video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.embed-container.size-21x9::before{padding-top:42.85714286%}.embed-container.size-16x9::before{padding-top:56.25%}.embed-container.size-4x3::before{padding-top:75%}.embed-container.size-1x1::before{padding-top:100%}.order-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-equal-items>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right{margin-left:auto}.flex-left{margin-right:auto}.flex-top{margin-bottom:auto}.flex-bottom{margin-top:auto}@media screen and (min-width:0){.flex-nowrap-fs{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-fs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-fs{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-fs{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-fs{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-fs{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-fs{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-fs{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-fs{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-fs{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-fs{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-fs{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-fs{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-fs{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-fs{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-fs{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-fs{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-fs{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-fs{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-fs{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-fs{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-fs{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-fs{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-fs{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-fs>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-fs>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-fs>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-fs>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-fs{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-fs{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-fs{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-fs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-fs{margin-left:auto}.flex-left-fs{margin-right:auto}.flex-top-fs{margin-bottom:auto}.flex-bottom-fs{margin-top:auto}.order-fs-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-fs-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-fs-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-fs-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-fs-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-fs-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-fs-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-fs-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-fs-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-fs-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-fs-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-fs-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-fs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-fs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-fs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-fs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-fs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-fs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-fs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-fs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-fs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-fs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-fs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-fs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:576px){.flex-nowrap-sm{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-sm{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-sm{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-sm{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-sm{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-sm{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-sm{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-sm{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-sm{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-sm{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-sm{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-sm{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-sm{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-sm{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-sm>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-sm>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-sm>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-sm>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-sm{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-sm{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-sm{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-sm{margin-left:auto}.flex-left-sm{margin-right:auto}.flex-top-sm{margin-bottom:auto}.flex-bottom-sm{margin-top:auto}.order-sm-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-sm-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-sm-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-sm-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-sm-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-sm-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-sm-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-sm-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-sm-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-sm-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-sm-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-sm-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px){.flex-nowrap-md{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-md{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-md{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-md{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-md{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-md{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-md{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-md{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-md{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-md{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-md{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-md{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-md{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-md{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-md{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-md{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-md>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-md>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-md>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-md>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-md{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-md{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-md{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-md{margin-left:auto}.flex-left-md{margin-right:auto}.flex-top-md{margin-bottom:auto}.flex-bottom-md{margin-top:auto}.order-md-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-md-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-md-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-md-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-md-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-md-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-md-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-md-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-md-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-md-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-md-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-md-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.flex-nowrap-lg{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-lg{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-lg{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-lg{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-lg{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-lg{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-lg{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-lg{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-lg{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-lg{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-lg{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-lg{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-lg{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-lg{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-lg>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-lg>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-lg>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-lg>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-lg{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-lg{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-lg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-lg{margin-left:auto}.flex-left-lg{margin-right:auto}.flex-top-lg{margin-bottom:auto}.flex-bottom-lg{margin-top:auto}.order-lg-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-lg-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-lg-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-lg-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-lg-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-lg-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-lg-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-lg-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-lg-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-lg-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-lg-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-lg-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1200px){.flex-nowrap-xl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xl{margin-left:auto}.flex-left-xl{margin-right:auto}.flex-top-xl{margin-bottom:auto}.flex-bottom-xl{margin-top:auto}.order-xl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1452px){.flex-nowrap-xxl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xxl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xxl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xxl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xxl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xxl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xxl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xxl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xxl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xxl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xxl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xxl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xxl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xxl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xxl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xxl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xxl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xxl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xxl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xxl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xxl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xxl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xxl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xxl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xxl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xxl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xxl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xxl{margin-left:auto}.flex-left-xxl{margin-right:auto}.flex-top-xxl{margin-bottom:auto}.flex-bottom-xxl{margin-top:auto}.order-xxl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xxl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xxl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xxl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xxl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xxl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xxl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xxl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xxl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xxl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xxl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xxl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.clear-float::after{display:block;clear:both;content:""}.clear-float::after{display:block;clear:both;content:""}.float-right,.place-right{float:right!important}.float-left,.place-left{float:left!important}.float-none,.no-float,.place-none{float:none!important}@media screen and (min-width:0){.place-left-fs{float:left!important}.place-right-fs{float:right!important}.place-none-fs{float:none!important}.float-left-fs{float:left!important}.float-right-fs{float:right!important}.float-none-fs{float:none!important}}@media screen and (min-width:576px){.place-left-sm{float:left!important}.place-right-sm{float:right!important}.place-none-sm{float:none!important}.float-left-sm{float:left!important}.float-right-sm{float:right!important}.float-none-sm{float:none!important}}@media screen and (min-width:768px){.place-left-md{float:left!important}.place-right-md{float:right!important}.place-none-md{float:none!important}.float-left-md{float:left!important}.float-right-md{float:right!important}.float-none-md{float:none!important}}@media screen and (min-width:992px){.place-left-lg{float:left!important}.place-right-lg{float:right!important}.place-none-lg{float:none!important}.float-left-lg{float:left!important}.float-right-lg{float:right!important}.float-none-lg{float:none!important}}@media screen and (min-width:1200px){.place-left-xl{float:left!important}.place-right-xl{float:right!important}.place-none-xl{float:none!important}.float-left-xl{float:left!important}.float-right-xl{float:right!important}.float-none-xl{float:none!important}}@media screen and (min-width:1452px){.place-left-xxl{float:left!important}.place-right-xxl{float:right!important}.place-none-xxl{float:none!important}.float-left-xxl{float:left!important}.float-right-xxl{float:right!important}.float-none-xxl{float:none!important}}html{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.5;font-style:normal;font-weight:400;color:#212121}.img-container,.img-fluid,.img-thumbnail{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:visible}.img-thumbnail{padding:.25rem;border:1px solid #dfdfdf;border-radius:.25rem;background-color:#fff}.img-container{display:block}.img-container img{width:100%;max-width:100%;height:auto;position:relative}.img-container .image-overlay{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;overflow:hidden;font-size:.875rem;line-height:1rem;padding:2em;background-color:rgba(27,161,226,.7);color:#fff;text-align:center;border-radius:inherit;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay *{color:#fff}.img-container .image-overlay:hover{opacity:1}.img-container .image-overlay:hover:after,.img-container .image-overlay:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.img-container .image-overlay:after,.img-container .image-overlay:before{display:block;position:absolute;content:"";border:1px solid rgba(255,255,255,.7);top:1em;bottom:1em;left:1em;right:1em;opacity:0;border-radius:inherit;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay:after{border-left:none;border-right:none;bottom:1em;top:1em}.img-container .image-overlay:before{border-top:none;border-bottom:none;bottom:1em;top:1em}.img-container.rounded img{border-radius:.25rem}.img-container.thumbnail{padding:.25rem;border:1px solid #dfdfdf;background-color:#fff}.img-container.thumbnail .title{font-size:.9rem;line-height:1}.img-container img+.title{margin-top:.25rem}.img-container .title+img{margin-top:.25rem}.img-container.cover{background-size:cover;background:no-repeat 100% 100%}figure{margin:0 0 1rem}figure img{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.file,.input,.select,.spinner,.tag-input,.textarea,input[type=datetime-local],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:1px #d9d9d9 solid;color:#1d1d1d;width:100%;display:block;padding:0 .75rem;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;height:36px;line-height:36px;background:#fff none;background-clip:padding-box;min-width:0}.file:focus,.input:focus,.select:focus,.spinner:focus,.tag-input:focus,.textarea:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=file]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{outline:0}.file:hover,.input:hover,.select:hover,.spinner:hover,.tag-input:hover,.textarea:hover,input[type=datetime-local]:hover,input[type=email]:hover,input[type=file]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,select:hover,textarea:hover{border-color:silver}.file .input-clear-button,.file .input-reveal-button,.input .input-clear-button,.input .input-reveal-button,.select .input-clear-button,.select .input-reveal-button,.spinner .input-clear-button,.spinner .input-reveal-button,.tag-input .input-clear-button,.tag-input .input-reveal-button,.textarea .input-clear-button,.textarea .input-reveal-button,input[type=datetime-local] .input-clear-button,input[type=datetime-local] .input-reveal-button,input[type=email] .input-clear-button,input[type=email] .input-reveal-button,input[type=file] .input-clear-button,input[type=file] .input-reveal-button,input[type=month] .input-clear-button,input[type=month] .input-reveal-button,input[type=number] .input-clear-button,input[type=number] .input-reveal-button,input[type=password] .input-clear-button,input[type=password] .input-reveal-button,input[type=search] .input-clear-button,input[type=search] .input-reveal-button,input[type=tel] .input-clear-button,input[type=tel] .input-reveal-button,input[type=text] .input-clear-button,input[type=text] .input-reveal-button,input[type=time] .input-clear-button,input[type=time] .input-reveal-button,input[type=url] .input-clear-button,input[type=url] .input-reveal-button,input[type=week] .input-clear-button,input[type=week] .input-reveal-button,select .input-clear-button,select .input-reveal-button,textarea .input-clear-button,textarea .input-reveal-button{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.file .input-clear-button:active,.file .input-clear-button:focus,.file .input-clear-button:hover,.file .input-reveal-button:active,.file .input-reveal-button:focus,.file .input-reveal-button:hover,.input .input-clear-button:active,.input .input-clear-button:focus,.input .input-clear-button:hover,.input .input-reveal-button:active,.input .input-reveal-button:focus,.input .input-reveal-button:hover,.select .input-clear-button:active,.select .input-clear-button:focus,.select .input-clear-button:hover,.select .input-reveal-button:active,.select .input-reveal-button:focus,.select .input-reveal-button:hover,.spinner .input-clear-button:active,.spinner .input-clear-button:focus,.spinner .input-clear-button:hover,.spinner .input-reveal-button:active,.spinner .input-reveal-button:focus,.spinner .input-reveal-button:hover,.tag-input .input-clear-button:active,.tag-input .input-clear-button:focus,.tag-input .input-clear-button:hover,.tag-input .input-reveal-button:active,.tag-input .input-reveal-button:focus,.tag-input .input-reveal-button:hover,.textarea .input-clear-button:active,.textarea .input-clear-button:focus,.textarea .input-clear-button:hover,.textarea .input-reveal-button:active,.textarea .input-reveal-button:focus,.textarea .input-reveal-button:hover,input[type=datetime-local] .input-clear-button:active,input[type=datetime-local] .input-clear-button:focus,input[type=datetime-local] .input-clear-button:hover,input[type=datetime-local] .input-reveal-button:active,input[type=datetime-local] .input-reveal-button:focus,input[type=datetime-local] .input-reveal-button:hover,input[type=email] .input-clear-button:active,input[type=email] .input-clear-button:focus,input[type=email] .input-clear-button:hover,input[type=email] .input-reveal-button:active,input[type=email] .input-reveal-button:focus,input[type=email] .input-reveal-button:hover,input[type=file] .input-clear-button:active,input[type=file] .input-clear-button:focus,input[type=file] .input-clear-button:hover,input[type=file] .input-reveal-button:active,input[type=file] .input-reveal-button:focus,input[type=file] .input-reveal-button:hover,input[type=month] .input-clear-button:active,input[type=month] .input-clear-button:focus,input[type=month] .input-clear-button:hover,input[type=month] .input-reveal-button:active,input[type=month] .input-reveal-button:focus,input[type=month] .input-reveal-button:hover,input[type=number] .input-clear-button:active,input[type=number] .input-clear-button:focus,input[type=number] .input-clear-button:hover,input[type=number] .input-reveal-button:active,input[type=number] .input-reveal-button:focus,input[type=number] .input-reveal-button:hover,input[type=password] .input-clear-button:active,input[type=password] .input-clear-button:focus,input[type=password] .input-clear-button:hover,input[type=password] .input-reveal-button:active,input[type=password] .input-reveal-button:focus,input[type=password] .input-reveal-button:hover,input[type=search] .input-clear-button:active,input[type=search] .input-clear-button:focus,input[type=search] .input-clear-button:hover,input[type=search] .input-reveal-button:active,input[type=search] .input-reveal-button:focus,input[type=search] .input-reveal-button:hover,input[type=tel] .input-clear-button:active,input[type=tel] .input-clear-button:focus,input[type=tel] .input-clear-button:hover,input[type=tel] .input-reveal-button:active,input[type=tel] .input-reveal-button:focus,input[type=tel] .input-reveal-button:hover,input[type=text] .input-clear-button:active,input[type=text] .input-clear-button:focus,input[type=text] .input-clear-button:hover,input[type=text] .input-reveal-button:active,input[type=text] .input-reveal-button:focus,input[type=text] .input-reveal-button:hover,input[type=time] .input-clear-button:active,input[type=time] .input-clear-button:focus,input[type=time] .input-clear-button:hover,input[type=time] .input-reveal-button:active,input[type=time] .input-reveal-button:focus,input[type=time] .input-reveal-button:hover,input[type=url] .input-clear-button:active,input[type=url] .input-clear-button:focus,input[type=url] .input-clear-button:hover,input[type=url] .input-reveal-button:active,input[type=url] .input-reveal-button:focus,input[type=url] .input-reveal-button:hover,input[type=week] .input-clear-button:active,input[type=week] .input-clear-button:focus,input[type=week] .input-clear-button:hover,input[type=week] .input-reveal-button:active,input[type=week] .input-reveal-button:focus,input[type=week] .input-reveal-button:hover,select .input-clear-button:active,select .input-clear-button:focus,select .input-clear-button:hover,select .input-reveal-button:active,select .input-reveal-button:focus,select .input-reveal-button:hover,textarea .input-clear-button:active,textarea .input-clear-button:focus,textarea .input-clear-button:hover,textarea .input-reveal-button:active,textarea .input-reveal-button:focus,textarea .input-reveal-button:hover{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused,.file:focus,.input.focused,.input:focus,.select.focused,.select:focus,.spinner.focused,.spinner:focus,.tag-input.focused,.tag-input:focus,.textarea.focused,.textarea:focus,input[type=datetime-local].focused,input[type=datetime-local]:focus,input[type=email].focused,input[type=email]:focus,input[type=file].focused,input[type=file]:focus,input[type=month].focused,input[type=month]:focus,input[type=number].focused,input[type=number]:focus,input[type=password].focused,input[type=password]:focus,input[type=search].focused,input[type=search]:focus,input[type=tel].focused,input[type=tel]:focus,input[type=text].focused,input[type=text]:focus,input[type=time].focused,input[type=time]:focus,input[type=url].focused,input[type=url]:focus,input[type=week].focused,input[type=week]:focus,select.focused,select:focus,textarea.focused,textarea:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{visibility:visible}.file.disabled,.file:disabled,.input.disabled,.input:disabled,.select.disabled,.select:disabled,.spinner.disabled,.spinner:disabled,.tag-input.disabled,.tag-input:disabled,.textarea.disabled,.textarea:disabled,input[type=datetime-local].disabled,input[type=datetime-local]:disabled,input[type=email].disabled,input[type=email]:disabled,input[type=file].disabled,input[type=file]:disabled,input[type=month].disabled,input[type=month]:disabled,input[type=number].disabled,input[type=number]:disabled,input[type=password].disabled,input[type=password]:disabled,input[type=search].disabled,input[type=search]:disabled,input[type=tel].disabled,input[type=tel]:disabled,input[type=text].disabled,input[type=text]:disabled,input[type=time].disabled,input[type=time]:disabled,input[type=url].disabled,input[type=url]:disabled,input[type=week].disabled,input[type=week]:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.file.hide-cursor input,.input.hide-cursor input,.select.hide-cursor input,.spinner.hide-cursor input,.tag-input.hide-cursor input,.textarea.hide-cursor input,input[type=datetime-local].hide-cursor input,input[type=email].hide-cursor input,input[type=file].hide-cursor input,input[type=month].hide-cursor input,input[type=number].hide-cursor input,input[type=password].hide-cursor input,input[type=search].hide-cursor input,input[type=tel].hide-cursor input,input[type=text].hide-cursor input,input[type=time].hide-cursor input,input[type=url].hide-cursor input,input[type=week].hide-cursor input,select.hide-cursor input,textarea.hide-cursor input{color:transparent;text-shadow:0 0 0 #1d1d1d}.file::-ms-clear,.input::-ms-clear,.select::-ms-clear,.spinner::-ms-clear,.tag-input::-ms-clear,.textarea::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=email]::-ms-clear,input[type=file]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=password]::-ms-clear,input[type=search]::-ms-clear,input[type=tel]::-ms-clear,input[type=text]::-ms-clear,input[type=time]::-ms-clear,input[type=url]::-ms-clear,input[type=week]::-ms-clear,select::-ms-clear,textarea::-ms-clear{display:none}.file::-ms-reveal,.input::-ms-reveal,.select::-ms-reveal,.spinner::-ms-reveal,.tag-input::-ms-reveal,.textarea::-ms-reveal,input[type=datetime-local]::-ms-reveal,input[type=email]::-ms-reveal,input[type=file]::-ms-reveal,input[type=month]::-ms-reveal,input[type=number]::-ms-reveal,input[type=password]::-ms-reveal,input[type=search]::-ms-reveal,input[type=tel]::-ms-reveal,input[type=text]::-ms-reveal,input[type=time]::-ms-reveal,input[type=url]::-ms-reveal,input[type=week]::-ms-reveal,select::-ms-reveal,textarea::-ms-reveal{display:none}.file::-webkit-clear-button,.input::-webkit-clear-button,.select::-webkit-clear-button,.spinner::-webkit-clear-button,.tag-input::-webkit-clear-button,.textarea::-webkit-clear-button,input[type=datetime-local]::-webkit-clear-button,input[type=email]::-webkit-clear-button,input[type=file]::-webkit-clear-button,input[type=month]::-webkit-clear-button,input[type=number]::-webkit-clear-button,input[type=password]::-webkit-clear-button,input[type=search]::-webkit-clear-button,input[type=tel]::-webkit-clear-button,input[type=text]::-webkit-clear-button,input[type=time]::-webkit-clear-button,input[type=url]::-webkit-clear-button,input[type=week]::-webkit-clear-button,select::-webkit-clear-button,textarea::-webkit-clear-button{display:none}.file::-webkit-inner-spin-button,.input::-webkit-inner-spin-button,.select::-webkit-inner-spin-button,.spinner::-webkit-inner-spin-button,.tag-input::-webkit-inner-spin-button,.textarea::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-inner-spin-button,input[type=email]::-webkit-inner-spin-button,input[type=file]::-webkit-inner-spin-button,input[type=month]::-webkit-inner-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=password]::-webkit-inner-spin-button,input[type=search]::-webkit-inner-spin-button,input[type=tel]::-webkit-inner-spin-button,input[type=text]::-webkit-inner-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=url]::-webkit-inner-spin-button,input[type=week]::-webkit-inner-spin-button,select::-webkit-inner-spin-button,textarea::-webkit-inner-spin-button{height:100%}.file.required,.input.required,.select.required,.spinner.required,.tag-input.required,.textarea.required,input[type=datetime-local].required,input[type=email].required,input[type=file].required,input[type=month].required,input[type=number].required,input[type=password].required,input[type=search].required,input[type=tel].required,input[type=text].required,input[type=time].required,input[type=url].required,input[type=week].required,select.required,textarea.required{border:1px #1ba1e2 dashed!important}.file.required.focused,.file.required:focus,.input.required.focused,.input.required:focus,.select.required.focused,.select.required:focus,.spinner.required.focused,.spinner.required:focus,.tag-input.required.focused,.tag-input.required:focus,.textarea.required.focused,.textarea.required:focus,input[type=datetime-local].required.focused,input[type=datetime-local].required:focus,input[type=email].required.focused,input[type=email].required:focus,input[type=file].required.focused,input[type=file].required:focus,input[type=month].required.focused,input[type=month].required:focus,input[type=number].required.focused,input[type=number].required:focus,input[type=password].required.focused,input[type=password].required:focus,input[type=search].required.focused,input[type=search].required:focus,input[type=tel].required.focused,input[type=tel].required:focus,input[type=text].required.focused,input[type=text].required:focus,input[type=time].required.focused,input[type=time].required:focus,input[type=url].required.focused,input[type=url].required:focus,input[type=week].required.focused,input[type=week].required:focus,select.required.focused,select.required:focus,textarea.required.focused,textarea.required:focus{-webkit-box-shadow:0 0 0 3px rgba(27,161,226,.45)!important;box-shadow:0 0 0 3px rgba(27,161,226,.45)!important}.file.invalid,.input.invalid,.select.invalid,.spinner.invalid,.tag-input.invalid,.textarea.invalid,input[type=datetime-local].invalid,input[type=email].invalid,input[type=file].invalid,input[type=month].invalid,input[type=number].invalid,input[type=password].invalid,input[type=search].invalid,input[type=tel].invalid,input[type=text].invalid,input[type=time].invalid,input[type=url].invalid,input[type=week].invalid,select.invalid,textarea.invalid{border:1px #ce352c solid!important}.file.invalid.focused,.file.invalid:focus,.input.invalid.focused,.input.invalid:focus,.select.invalid.focused,.select.invalid:focus,.spinner.invalid.focused,.spinner.invalid:focus,.tag-input.invalid.focused,.tag-input.invalid:focus,.textarea.invalid.focused,.textarea.invalid:focus,input[type=datetime-local].invalid.focused,input[type=datetime-local].invalid:focus,input[type=email].invalid.focused,input[type=email].invalid:focus,input[type=file].invalid.focused,input[type=file].invalid:focus,input[type=month].invalid.focused,input[type=month].invalid:focus,input[type=number].invalid.focused,input[type=number].invalid:focus,input[type=password].invalid.focused,input[type=password].invalid:focus,input[type=search].invalid.focused,input[type=search].invalid:focus,input[type=tel].invalid.focused,input[type=tel].invalid:focus,input[type=text].invalid.focused,input[type=text].invalid:focus,input[type=time].invalid.focused,input[type=time].invalid:focus,input[type=url].invalid.focused,input[type=url].invalid:focus,input[type=week].invalid.focused,input[type=week].invalid:focus,select.invalid.focused,select.invalid:focus,textarea.invalid.focused,textarea.invalid:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45)!important;box-shadow:0 0 0 3px rgba(206,53,44,.45)!important}.file.invalid::after,.input.invalid::after,.select.invalid::after,.spinner.invalid::after,.tag-input.invalid::after,.textarea.invalid::after,input[type=datetime-local].invalid::after,input[type=email].invalid::after,input[type=file].invalid::after,input[type=month].invalid::after,input[type=number].invalid::after,input[type=password].invalid::after,input[type=search].invalid::after,input[type=tel].invalid::after,input[type=text].invalid::after,input[type=time].invalid::after,input[type=url].invalid::after,input[type=week].invalid::after,select.invalid::after,textarea.invalid::after{position:absolute;content:attr(data-exclaim);color:#ce352c;left:-16px;top:0;font-size:1.625rem;font-weight:700}.file.valid,.input.valid,.select.valid,.spinner.valid,.tag-input.valid,.textarea.valid,input[type=datetime-local].valid,input[type=email].valid,input[type=file].valid,input[type=month].valid,input[type=number].valid,input[type=password].valid,input[type=search].valid,input[type=tel].valid,input[type=text].valid,input[type=time].valid,input[type=url].valid,input[type=week].valid,select.valid,textarea.valid{border:1px #60a917 solid!important}.file.valid.focused,.file.valid:focus,.input.valid.focused,.input.valid:focus,.select.valid.focused,.select.valid:focus,.spinner.valid.focused,.spinner.valid:focus,.tag-input.valid.focused,.tag-input.valid:focus,.textarea.valid.focused,.textarea.valid:focus,input[type=datetime-local].valid.focused,input[type=datetime-local].valid:focus,input[type=email].valid.focused,input[type=email].valid:focus,input[type=file].valid.focused,input[type=file].valid:focus,input[type=month].valid.focused,input[type=month].valid:focus,input[type=number].valid.focused,input[type=number].valid:focus,input[type=password].valid.focused,input[type=password].valid:focus,input[type=search].valid.focused,input[type=search].valid:focus,input[type=tel].valid.focused,input[type=tel].valid:focus,input[type=text].valid.focused,input[type=text].valid:focus,input[type=time].valid.focused,input[type=time].valid:focus,input[type=url].valid.focused,input[type=url].valid:focus,input[type=week].valid.focused,input[type=week].valid:focus,select.valid.focused,select.valid:focus,textarea.valid.focused,textarea.valid:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45)!important;box-shadow:0 0 0 3px rgba(96,169,23,.45)!important}input[type=button],input[type=reset],input[type=submit]{width:auto}label{margin-bottom:.5rem}.file .append,.file .prepend,.input .append,.input .prepend,.select .append,.select .prepend,.spinner .append,.spinner .prepend,.tag-input .append,.tag-input .prepend,.textarea .append,.textarea .prepend{padding:.5rem .75rem;background-color:#f8f8f8;color:#1d1d1d;line-height:1.25rem;white-space:nowrap}.hidden-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file.disabled .caption,.file.disabled .select-input,.file.disabled .stars li,.file.disabled input,.file.disabled select,.file.disabled textarea,.file:disabled .caption,.file:disabled .select-input,.file:disabled .stars li,.file:disabled input,.file:disabled select,.file:disabled textarea,.input.disabled .caption,.input.disabled .select-input,.input.disabled .stars li,.input.disabled input,.input.disabled select,.input.disabled textarea,.input:disabled .caption,.input:disabled .select-input,.input:disabled .stars li,.input:disabled input,.input:disabled select,.input:disabled textarea,.rating.disabled .caption,.rating.disabled .select-input,.rating.disabled .stars li,.rating.disabled input,.rating.disabled select,.rating.disabled textarea,.rating:disabled .caption,.rating:disabled .select-input,.rating:disabled .stars li,.rating:disabled input,.rating:disabled select,.rating:disabled textarea,.select.disabled .caption,.select.disabled .select-input,.select.disabled .stars li,.select.disabled input,.select.disabled select,.select.disabled textarea,.select:disabled .caption,.select:disabled .select-input,.select:disabled .stars li,.select:disabled input,.select:disabled select,.select:disabled textarea,.spinner.disabled .caption,.spinner.disabled .select-input,.spinner.disabled .stars li,.spinner.disabled input,.spinner.disabled select,.spinner.disabled textarea,.spinner:disabled .caption,.spinner:disabled .select-input,.spinner:disabled .stars li,.spinner:disabled input,.spinner:disabled select,.spinner:disabled textarea,.tag-input.disabled .caption,.tag-input.disabled .select-input,.tag-input.disabled .stars li,.tag-input.disabled input,.tag-input.disabled select,.tag-input.disabled textarea,.tag-input:disabled .caption,.tag-input:disabled .select-input,.tag-input:disabled .stars li,.tag-input:disabled input,.tag-input:disabled select,.tag-input:disabled textarea,.textarea.disabled .caption,.textarea.disabled .select-input,.textarea.disabled .stars li,.textarea.disabled input,.textarea.disabled select,.textarea.disabled textarea,.textarea:disabled .caption,.textarea:disabled .select-input,.textarea:disabled .stars li,.textarea:disabled input,.textarea:disabled select,.textarea:disabled textarea{background:0 0;color:#989898}.file.disabled .button-group,.file:disabled .button-group,.input.disabled .button-group,.input:disabled .button-group,.rating.disabled .button-group,.rating:disabled .button-group,.select.disabled .button-group,.select:disabled .button-group,.spinner.disabled .button-group,.spinner:disabled .button-group,.tag-input.disabled .button-group,.tag-input:disabled .button-group,.textarea.disabled .button-group,.textarea:disabled .button-group{display:none}.invalid_feedback{font-size:.9em;color:#ce352c}.custom-validation input[required]:valid,.custom-validation select[required]:valid,.custom-validation textarea[required]:valid{border-color:#60a917}.custom-validation input[required]:valid+.invalid_feedback,.custom-validation select[required]:valid+.invalid_feedback,.custom-validation textarea[required]:valid+.invalid_feedback{display:none}.custom-validation input[required]:invalid,.custom-validation select[required]:invalid,.custom-validation textarea[required]:invalid{border-color:#ce352c}.custom-validation input[required]:invalid+.invalid_feedback,.custom-validation select[required]:invalid+.invalid_feedback,.custom-validation textarea[required]:invalid+.invalid_feedback{display:block}.invalid_feedback{display:none}.invalid+.invalid_feedback,.invalid>.invalid_feedback{display:block!important}::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-search-results-button{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset;background-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}.step-list{margin:0 0 0 3em;padding:0;list-style-type:none;counter-reset:li}.step-list>li{border-left:1px #ccc solid;position:relative;padding:0 .625rem;margin:.625rem;vertical-align:top}.step-list>li::before{position:absolute;content:counter(li);counter-increment:li;font-size:2rem;color:#e4e4e4;left:0;top:.3125rem;margin-left:-2em;width:1.8em;text-align:right}.custom-list-marker{list-style:none inside}.custom-list-marker li{position:relative;padding-left:1.2em}.custom-list-marker li::before{content:attr(data-marker);position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.feed-list,.items-list{margin:0;padding:4px;position:relative;display:block;list-style:none inside}.feed-list .item,.feed-list>li,.items-list .item,.items-list>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:56px;padding:8px 16px;vertical-align:middle;overflow:hidden;cursor:default}.feed-list .item .avatar,.feed-list>li .avatar,.items-list .item .avatar,.items-list>li .avatar{width:42px;height:42px;border-radius:50%;position:absolute;left:16px;top:50%;margin-top:-21px;font-size:32px;line-height:42px}.feed-list .item .second-action,.feed-list>li .second-action,.items-list .item .second-action,.items-list>li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;line-height:24px;top:50%;margin-top:-12px;cursor:pointer}.feed-list .item .label,.feed-list .item .second-label,.feed-list>li .label,.feed-list>li .second-label,.items-list .item .label,.items-list .item .second-label,.items-list>li .label,.items-list>li .second-label{display:block}.feed-list .item .label,.feed-list>li .label,.items-list .item .label,.items-list>li .label{line-height:1}.feed-list .item .second-label,.feed-list>li .second-label,.items-list .item .second-label,.items-list>li .second-label{font-size:.9em;color:#989898;line-height:1}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label,.items-list .item .avatar~.label,.items-list .item .avatar~.second-label,.items-list>li .avatar~.label,.items-list>li .avatar~.second-label{padding-left:56px}.feed-list .item+.item,.items-list .item+.item{border-top:1px #dfdfdf solid}.feed-list>li+li,.items-list>li+li{border-top:1px #dfdfdf solid}.feed-list .title{padding:0 16px;font-size:18px;font-weight:500;height:36px;line-height:36px;display:block}.feed-list .item+.title,.feed-list li+.title{margin-top:32px}.feed-list .title+.item,.feed-list .title+li,.feed-list li+.title{border-top:1px transparent solid}.feed-list .item,.feed-list>li{height:104px;padding:16px 0;-ms-flex-pack:distribute;justify-content:space-around}.feed-list .item .avatar,.feed-list>li .avatar{position:absolute;top:16px;left:16px;width:96px;height:72px;border-radius:0;margin-top:0}.feed-list .item .second-label,.feed-list>li .second-label{font-size:10px}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label{margin-left:128px;margin-right:16px;padding-left:0}.feed-list .item .avatar.on-right,.feed-list>li .avatar.on-right{float:none;left:auto;right:16px}.feed-list .item .avatar.on-right~.label,.feed-list .item .avatar.on-right~.second-label,.feed-list>li .avatar.on-right~.label,.feed-list>li .avatar.on-right~.second-label{margin-left:16px;margin-right:128px}.group-list{margin:0;position:relative;display:block;list-style:none inside;border:1px solid #dfdfdf}.group-list .item,.group-list>li{display:block;position:relative;padding:4px 8px}.group-list .item+.item,.group-list>li+li{border-top:1px solid #dfdfdf}.group-list.horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-list.horizontal .item,.group-list.horizontal>li{-ms-flex-preferred-size:100%;flex-basis:100%}.group-list.horizontal .item+.item,.group-list.horizontal>li+li{border-top:none;border-left:1px solid #dfdfdf}.inline-list{list-style:none;padding-left:0;margin-left:0}.inline-list li{display:inline-block;margin-right:.625rem}.inline-list li:last-child{margin-right:0}.unstyled-list{list-style:none inside;margin-left:0}ol.decimal{list-style-type:decimal}ol.roman-upper{list-style-type:upper-roman}ol.roman-lower{list-style-type:lower-roman}ol.alpha-upper{list-style-type:upper-alpha}ol.alpha-lower{list-style-type:lower-alpha}ol.latin-upper{list-style-type:upper-latin}ol.latin-lower{list-style-type:lower-latin}.no-style{list-style-type:none}.overlay{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.5);z-index:1040}.overlay.transparent{background-color:rgba(255,255,255,0)}.global-overlay{z-index:2000!important}.global-dialog{z-index:2001!important}.fixed-bottom,.fixed-top{position:fixed;left:0;right:0;width:100%}.fixed-top{top:0;bottom:auto}.fixed-bottom{top:auto;bottom:0}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-static{position:static!important}.pos-fixed{position:fixed!important}.put-n{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}.put-left{left:0!important;right:auto!important}.put-right{left:auto!important;right:0!important}.pos-top-left{top:0!important;left:0!important;right:auto!important;bottom:auto!important}.pos-top-center{top:0!important;left:50%!important;right:auto!important;bottom:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-top-right{right:0!important;top:0!important;left:auto!important;bottom:auto!important}.pos-bottom-left{top:auto!important;right:auto!important;left:0!important;bottom:0!important}.pos-bottom-center{top:auto!important;left:50%!important;bottom:0!important;right:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-bottom-right{bottom:0!important;right:0!important;top:auto!important;left:auto!important}.pos-left-center{left:0!important;top:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-right-center{right:0;top:50%;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-center{top:50%!important;left:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.z-absolute{z-index:500!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-popover{z-index:1060!important}.z-tooltip{z-index:1070!important}.z-top{z-index:1080!important}.z-notify{z-index:1085!important}.z-charms{z-index:1090!important}.z-overlay{z-index:2000!important}.z-fullscreen{z-index:2147483647!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-6{z-index:6!important}.z-7{z-index:7!important}.z-8{z-index:8!important}.z-9{z-index:9!important}.z-10{z-index:10!important}@media screen and (min-width:0){.pos-relative-fs{position:relative!important}.pos-absolute-fs{position:absolute!important}.pos-static-fs{position:static!important}.pos-fixed-fs{position:fixed!important}.put-left-fs{left:0!important;right:auto!important}.put-right-fs{left:auto!important;right:0!important}.put-n-fs{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-fs{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-fs{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-fs{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-fs{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-fs{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-fs{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-fs{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-fs{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-fs{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-fs{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-fs{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:576px){.pos-relative-sm{position:relative!important}.pos-absolute-sm{position:absolute!important}.pos-static-sm{position:static!important}.pos-fixed-sm{position:fixed!important}.put-left-sm{left:0!important;right:auto!important}.put-right-sm{left:auto!important;right:0!important}.put-n-sm{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-sm{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-sm{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-sm{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-sm{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-sm{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-sm{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-sm{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-sm{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-sm{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-sm{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-sm{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:768px){.pos-relative-md{position:relative!important}.pos-absolute-md{position:absolute!important}.pos-static-md{position:static!important}.pos-fixed-md{position:fixed!important}.put-left-md{left:0!important;right:auto!important}.put-right-md{left:auto!important;right:0!important}.put-n-md{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-md{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-md{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-md{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-md{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-md{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-md{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-md{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-md{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-md{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-md{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-md{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:992px){.pos-relative-lg{position:relative!important}.pos-absolute-lg{position:absolute!important}.pos-static-lg{position:static!important}.pos-fixed-lg{position:fixed!important}.put-left-lg{left:0!important;right:auto!important}.put-right-lg{left:auto!important;right:0!important}.put-n-lg{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-lg{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-lg{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-lg{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-lg{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-lg{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-lg{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-lg{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-lg{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-lg{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-lg{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-lg{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1200px){.pos-relative-xl{position:relative!important}.pos-absolute-xl{position:absolute!important}.pos-static-xl{position:static!important}.pos-fixed-xl{position:fixed!important}.put-left-xl{left:0!important;right:auto!important}.put-right-xl{left:auto!important;right:0!important}.put-n-xl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1452px){.pos-relative-xxl{position:relative!important}.pos-absolute-xxl{position:absolute!important}.pos-static-xxl{position:static!important}.pos-fixed-xxl{position:fixed!important}.put-left-xxl{left:0!important;right:auto!important}.put-right-xxl{left:auto!important;right:0!important}.put-n-xxl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xxl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xxl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}.no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.no-shadow-text{text-shadow:none!important}.simple-shadow{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.drop-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.4);box-shadow:2px 2px 5px 0 rgba(0,0,0,.4)}.win-shadow{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.ribbon-shadow{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7)}.shadow-1{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.shadow-2{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.shadow-3{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.shadow-4{-webkit-box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22)}.shadow-5{-webkit-box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2);box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2)}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-fs{width:0!important}.w-sm{width:576px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1452px!important}.h-vh-25{height:25vh!important}.h-vw-25{height:25vw!important}.w-vh-25{width:25vh!important}.w-vw-25{width:25vw!important}.h-25{height:25%!important}.w-25{width:25%!important}.mh-25{max-height:25%!important}.mw-25{max-width:25%!important}.h-vh-33{height:33vh!important}.h-vw-33{height:33vw!important}.w-vh-33{width:33vh!important}.w-vw-33{width:33vw!important}.h-33{height:33%!important}.w-33{width:33%!important}.mh-33{max-height:33%!important}.mw-33{max-width:33%!important}.h-vh-50{height:50vh!important}.h-vw-50{height:50vw!important}.w-vh-50{width:50vh!important}.w-vw-50{width:50vw!important}.h-50{height:50%!important}.w-50{width:50%!important}.mh-50{max-height:50%!important}.mw-50{max-width:50%!important}.h-vh-75{height:75vh!important}.h-vw-75{height:75vw!important}.w-vh-75{width:75vh!important}.w-vw-75{width:75vw!important}.h-75{height:75%!important}.w-75{width:75%!important}.mh-75{max-height:75%!important}.mw-75{max-width:75%!important}.h-vh-100{height:100vh!important}.h-vw-100{height:100vw!important}.w-vh-100{width:100vh!important}.w-vw-100{width:100vw!important}.h-100{height:100%!important}.w-100{width:100%!important}.mh-100{max-height:100%!important}.mw-100{max-width:100%!important}@media screen and (min-width:0){.w-auto-fs{width:auto!important}.h-auto-fs{height:auto!important}.h-vh-25-fs{height:25vh!important}.h-vw-25-fs{height:25vw!important}.w-vh-25-fs{width:25vh!important}.w-vw-25-fs{width:25vw!important}.h-25-fs{height:25%!important}.w-25-fs{width:25%!important}.mh-25-fs{max-height:25%!important}.mw-25-fs{max-width:25%!important}.h-vh-33-fs{height:33vh!important}.h-vw-33-fs{height:33vw!important}.w-vh-33-fs{width:33vh!important}.w-vw-33-fs{width:33vw!important}.h-33-fs{height:33%!important}.w-33-fs{width:33%!important}.mh-33-fs{max-height:33%!important}.mw-33-fs{max-width:33%!important}.h-vh-50-fs{height:50vh!important}.h-vw-50-fs{height:50vw!important}.w-vh-50-fs{width:50vh!important}.w-vw-50-fs{width:50vw!important}.h-50-fs{height:50%!important}.w-50-fs{width:50%!important}.mh-50-fs{max-height:50%!important}.mw-50-fs{max-width:50%!important}.h-vh-75-fs{height:75vh!important}.h-vw-75-fs{height:75vw!important}.w-vh-75-fs{width:75vh!important}.w-vw-75-fs{width:75vw!important}.h-75-fs{height:75%!important}.w-75-fs{width:75%!important}.mh-75-fs{max-height:75%!important}.mw-75-fs{max-width:75%!important}.h-vh-100-fs{height:100vh!important}.h-vw-100-fs{height:100vw!important}.w-vh-100-fs{width:100vh!important}.w-vw-100-fs{width:100vw!important}.h-100-fs{height:100%!important}.w-100-fs{width:100%!important}.mh-100-fs{max-height:100%!important}.mw-100-fs{max-width:100%!important}}@media screen and (min-width:576px){.w-auto-sm{width:auto!important}.h-auto-sm{height:auto!important}.h-vh-25-sm{height:25vh!important}.h-vw-25-sm{height:25vw!important}.w-vh-25-sm{width:25vh!important}.w-vw-25-sm{width:25vw!important}.h-25-sm{height:25%!important}.w-25-sm{width:25%!important}.mh-25-sm{max-height:25%!important}.mw-25-sm{max-width:25%!important}.h-vh-33-sm{height:33vh!important}.h-vw-33-sm{height:33vw!important}.w-vh-33-sm{width:33vh!important}.w-vw-33-sm{width:33vw!important}.h-33-sm{height:33%!important}.w-33-sm{width:33%!important}.mh-33-sm{max-height:33%!important}.mw-33-sm{max-width:33%!important}.h-vh-50-sm{height:50vh!important}.h-vw-50-sm{height:50vw!important}.w-vh-50-sm{width:50vh!important}.w-vw-50-sm{width:50vw!important}.h-50-sm{height:50%!important}.w-50-sm{width:50%!important}.mh-50-sm{max-height:50%!important}.mw-50-sm{max-width:50%!important}.h-vh-75-sm{height:75vh!important}.h-vw-75-sm{height:75vw!important}.w-vh-75-sm{width:75vh!important}.w-vw-75-sm{width:75vw!important}.h-75-sm{height:75%!important}.w-75-sm{width:75%!important}.mh-75-sm{max-height:75%!important}.mw-75-sm{max-width:75%!important}.h-vh-100-sm{height:100vh!important}.h-vw-100-sm{height:100vw!important}.w-vh-100-sm{width:100vh!important}.w-vw-100-sm{width:100vw!important}.h-100-sm{height:100%!important}.w-100-sm{width:100%!important}.mh-100-sm{max-height:100%!important}.mw-100-sm{max-width:100%!important}}@media screen and (min-width:768px){.w-auto-md{width:auto!important}.h-auto-md{height:auto!important}.h-vh-25-md{height:25vh!important}.h-vw-25-md{height:25vw!important}.w-vh-25-md{width:25vh!important}.w-vw-25-md{width:25vw!important}.h-25-md{height:25%!important}.w-25-md{width:25%!important}.mh-25-md{max-height:25%!important}.mw-25-md{max-width:25%!important}.h-vh-33-md{height:33vh!important}.h-vw-33-md{height:33vw!important}.w-vh-33-md{width:33vh!important}.w-vw-33-md{width:33vw!important}.h-33-md{height:33%!important}.w-33-md{width:33%!important}.mh-33-md{max-height:33%!important}.mw-33-md{max-width:33%!important}.h-vh-50-md{height:50vh!important}.h-vw-50-md{height:50vw!important}.w-vh-50-md{width:50vh!important}.w-vw-50-md{width:50vw!important}.h-50-md{height:50%!important}.w-50-md{width:50%!important}.mh-50-md{max-height:50%!important}.mw-50-md{max-width:50%!important}.h-vh-75-md{height:75vh!important}.h-vw-75-md{height:75vw!important}.w-vh-75-md{width:75vh!important}.w-vw-75-md{width:75vw!important}.h-75-md{height:75%!important}.w-75-md{width:75%!important}.mh-75-md{max-height:75%!important}.mw-75-md{max-width:75%!important}.h-vh-100-md{height:100vh!important}.h-vw-100-md{height:100vw!important}.w-vh-100-md{width:100vh!important}.w-vw-100-md{width:100vw!important}.h-100-md{height:100%!important}.w-100-md{width:100%!important}.mh-100-md{max-height:100%!important}.mw-100-md{max-width:100%!important}}@media screen and (min-width:992px){.w-auto-lg{width:auto!important}.h-auto-lg{height:auto!important}.h-vh-25-lg{height:25vh!important}.h-vw-25-lg{height:25vw!important}.w-vh-25-lg{width:25vh!important}.w-vw-25-lg{width:25vw!important}.h-25-lg{height:25%!important}.w-25-lg{width:25%!important}.mh-25-lg{max-height:25%!important}.mw-25-lg{max-width:25%!important}.h-vh-33-lg{height:33vh!important}.h-vw-33-lg{height:33vw!important}.w-vh-33-lg{width:33vh!important}.w-vw-33-lg{width:33vw!important}.h-33-lg{height:33%!important}.w-33-lg{width:33%!important}.mh-33-lg{max-height:33%!important}.mw-33-lg{max-width:33%!important}.h-vh-50-lg{height:50vh!important}.h-vw-50-lg{height:50vw!important}.w-vh-50-lg{width:50vh!important}.w-vw-50-lg{width:50vw!important}.h-50-lg{height:50%!important}.w-50-lg{width:50%!important}.mh-50-lg{max-height:50%!important}.mw-50-lg{max-width:50%!important}.h-vh-75-lg{height:75vh!important}.h-vw-75-lg{height:75vw!important}.w-vh-75-lg{width:75vh!important}.w-vw-75-lg{width:75vw!important}.h-75-lg{height:75%!important}.w-75-lg{width:75%!important}.mh-75-lg{max-height:75%!important}.mw-75-lg{max-width:75%!important}.h-vh-100-lg{height:100vh!important}.h-vw-100-lg{height:100vw!important}.w-vh-100-lg{width:100vh!important}.w-vw-100-lg{width:100vw!important}.h-100-lg{height:100%!important}.w-100-lg{width:100%!important}.mh-100-lg{max-height:100%!important}.mw-100-lg{max-width:100%!important}}@media screen and (min-width:1200px){.w-auto-xl{width:auto!important}.h-auto-xl{height:auto!important}.h-vh-25-xl{height:25vh!important}.h-vw-25-xl{height:25vw!important}.w-vh-25-xl{width:25vh!important}.w-vw-25-xl{width:25vw!important}.h-25-xl{height:25%!important}.w-25-xl{width:25%!important}.mh-25-xl{max-height:25%!important}.mw-25-xl{max-width:25%!important}.h-vh-33-xl{height:33vh!important}.h-vw-33-xl{height:33vw!important}.w-vh-33-xl{width:33vh!important}.w-vw-33-xl{width:33vw!important}.h-33-xl{height:33%!important}.w-33-xl{width:33%!important}.mh-33-xl{max-height:33%!important}.mw-33-xl{max-width:33%!important}.h-vh-50-xl{height:50vh!important}.h-vw-50-xl{height:50vw!important}.w-vh-50-xl{width:50vh!important}.w-vw-50-xl{width:50vw!important}.h-50-xl{height:50%!important}.w-50-xl{width:50%!important}.mh-50-xl{max-height:50%!important}.mw-50-xl{max-width:50%!important}.h-vh-75-xl{height:75vh!important}.h-vw-75-xl{height:75vw!important}.w-vh-75-xl{width:75vh!important}.w-vw-75-xl{width:75vw!important}.h-75-xl{height:75%!important}.w-75-xl{width:75%!important}.mh-75-xl{max-height:75%!important}.mw-75-xl{max-width:75%!important}.h-vh-100-xl{height:100vh!important}.h-vw-100-xl{height:100vw!important}.w-vh-100-xl{width:100vh!important}.w-vw-100-xl{width:100vw!important}.h-100-xl{height:100%!important}.w-100-xl{width:100%!important}.mh-100-xl{max-height:100%!important}.mw-100-xl{max-width:100%!important}}@media screen and (min-width:1452px){.w-auto-xxl{width:auto!important}.h-auto-xxl{height:auto!important}.h-vh-25-xxl{height:25vh!important}.h-vw-25-xxl{height:25vw!important}.w-vh-25-xxl{width:25vh!important}.w-vw-25-xxl{width:25vw!important}.h-25-xxl{height:25%!important}.w-25-xxl{width:25%!important}.mh-25-xxl{max-height:25%!important}.mw-25-xxl{max-width:25%!important}.h-vh-33-xxl{height:33vh!important}.h-vw-33-xxl{height:33vw!important}.w-vh-33-xxl{width:33vh!important}.w-vw-33-xxl{width:33vw!important}.h-33-xxl{height:33%!important}.w-33-xxl{width:33%!important}.mh-33-xxl{max-height:33%!important}.mw-33-xxl{max-width:33%!important}.h-vh-50-xxl{height:50vh!important}.h-vw-50-xxl{height:50vw!important}.w-vh-50-xxl{width:50vh!important}.w-vw-50-xxl{width:50vw!important}.h-50-xxl{height:50%!important}.w-50-xxl{width:50%!important}.mh-50-xxl{max-height:50%!important}.mw-50-xxl{max-width:50%!important}.h-vh-75-xxl{height:75vh!important}.h-vw-75-xxl{height:75vw!important}.w-vh-75-xxl{width:75vh!important}.w-vw-75-xxl{width:75vw!important}.h-75-xxl{height:75%!important}.w-75-xxl{width:75%!important}.mh-75-xxl{max-height:75%!important}.mw-75-xxl{max-width:75%!important}.h-vh-100-xxl{height:100vh!important}.h-vw-100-xxl{height:100vw!important}.w-vh-100-xxl{width:100vh!important}.w-vw-100-xxl{width:100vw!important}.h-100-xxl{height:100%!important}.w-100-xxl{width:100%!important}.mh-100-xxl{max-height:100%!important}.mw-100-xxl{max-width:100%!important}}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-left:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-1{padding:4px!important}.pr-1{padding-right:4px!important}.pl-1{padding-left:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.m-1{margin:4px!important}.mr-1{margin-right:4px!important}.ml-1{margin-left:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mr-1-minus{margin-right:-4px!important}.ml-1-minus{margin-left:-4px!important}.mt-1-minus{margin-top:-4px!important}.mb-1-minus{margin-bottom:-4px!important}.p-2{padding:8px!important}.pr-2{padding-right:8px!important}.pl-2{padding-left:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.m-2{margin:8px!important}.mr-2{margin-right:8px!important}.ml-2{margin-left:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mr-2-minus{margin-right:-8px!important}.ml-2-minus{margin-left:-8px!important}.mt-2-minus{margin-top:-8px!important}.mb-2-minus{margin-bottom:-8px!important}.p-3{padding:12px!important}.pr-3{padding-right:12px!important}.pl-3{padding-left:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.m-3{margin:12px!important}.mr-3{margin-right:12px!important}.ml-3{margin-left:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.mr-3-minus{margin-right:-12px!important}.ml-3-minus{margin-left:-12px!important}.mt-3-minus{margin-top:-12px!important}.mb-3-minus{margin-bottom:-12px!important}.p-4{padding:16px!important}.pr-4{padding-right:16px!important}.pl-4{padding-left:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.m-4{margin:16px!important}.mr-4{margin-right:16px!important}.ml-4{margin-left:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.mr-4-minus{margin-right:-16px!important}.ml-4-minus{margin-left:-16px!important}.mt-4-minus{margin-top:-16px!important}.mb-4-minus{margin-bottom:-16px!important}.p-5{padding:20px!important}.pr-5{padding-right:20px!important}.pl-5{padding-left:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.m-5{margin:20px!important}.mr-5{margin-right:20px!important}.ml-5{margin-left:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.mr-5-minus{margin-right:-20px!important}.ml-5-minus{margin-left:-20px!important}.mt-5-minus{margin-top:-20px!important}.mb-5-minus{margin-bottom:-20px!important}.p-6{padding:24px!important}.pr-6{padding-right:24px!important}.pl-6{padding-left:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.m-6{margin:24px!important}.mr-6{margin-right:24px!important}.ml-6{margin-left:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.mr-6-minus{margin-right:-24px!important}.ml-6-minus{margin-left:-24px!important}.mt-6-minus{margin-top:-24px!important}.mb-6-minus{margin-bottom:-24px!important}.p-7{padding:28px!important}.pr-7{padding-right:28px!important}.pl-7{padding-left:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.m-7{margin:28px!important}.mr-7{margin-right:28px!important}.ml-7{margin-left:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.mr-7-minus{margin-right:-28px!important}.ml-7-minus{margin-left:-28px!important}.mt-7-minus{margin-top:-28px!important}.mb-7-minus{margin-bottom:-28px!important}.p-8{padding:32px!important}.pr-8{padding-right:32px!important}.pl-8{padding-left:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.m-8{margin:32px!important}.mr-8{margin-right:32px!important}.ml-8{margin-left:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.mr-8-minus{margin-right:-32px!important}.ml-8-minus{margin-left:-32px!important}.mt-8-minus{margin-top:-32px!important}.mb-8-minus{margin-bottom:-32px!important}.p-9{padding:36px!important}.pr-9{padding-right:36px!important}.pl-9{padding-left:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.m-9{margin:36px!important}.mr-9{margin-right:36px!important}.ml-9{margin-left:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.mr-9-minus{margin-right:-36px!important}.ml-9-minus{margin-left:-36px!important}.mt-9-minus{margin-top:-36px!important}.mb-9-minus{margin-bottom:-36px!important}.p-10{padding:40px!important}.pr-10{padding-right:40px!important}.pl-10{padding-left:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.m-10{margin:40px!important}.mr-10{margin-right:40px!important}.ml-10{margin-left:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.mr-10-minus{margin-right:-40px!important}.ml-10-minus{margin-left:-40px!important}.mt-10-minus{margin-top:-40px!important}.mb-10-minus{margin-bottom:-40px!important}.p-11{padding:44px!important}.pr-11{padding-right:44px!important}.pl-11{padding-left:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.m-11{margin:44px!important}.mr-11{margin-right:44px!important}.ml-11{margin-left:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.mr-11-minus{margin-right:-44px!important}.ml-11-minus{margin-left:-44px!important}.mt-11-minus{margin-top:-44px!important}.mb-11-minus{margin-bottom:-44px!important}.p-12{padding:48px!important}.pr-12{padding-right:48px!important}.pl-12{padding-left:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.m-12{margin:48px!important}.mr-12{margin-right:48px!important}.ml-12{margin-left:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.mr-12-minus{margin-right:-48px!important}.ml-12-minus{margin-left:-48px!important}.mt-12-minus{margin-top:-48px!important}.mb-12-minus{margin-bottom:-48px!important}.p-13{padding:52px!important}.pr-13{padding-right:52px!important}.pl-13{padding-left:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.m-13{margin:52px!important}.mr-13{margin-right:52px!important}.ml-13{margin-left:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.mr-13-minus{margin-right:-52px!important}.ml-13-minus{margin-left:-52px!important}.mt-13-minus{margin-top:-52px!important}.mb-13-minus{margin-bottom:-52px!important}.p-14{padding:56px!important}.pr-14{padding-right:56px!important}.pl-14{padding-left:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.m-14{margin:56px!important}.mr-14{margin-right:56px!important}.ml-14{margin-left:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.mr-14-minus{margin-right:-56px!important}.ml-14-minus{margin-left:-56px!important}.mt-14-minus{margin-top:-56px!important}.mb-14-minus{margin-bottom:-56px!important}.p-15{padding:60px!important}.pr-15{padding-right:60px!important}.pl-15{padding-left:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.m-15{margin:60px!important}.mr-15{margin-right:60px!important}.ml-15{margin-left:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.mr-15-minus{margin-right:-60px!important}.ml-15-minus{margin-left:-60px!important}.mt-15-minus{margin-top:-60px!important}.mb-15-minus{margin-bottom:-60px!important}.p-16{padding:64px!important}.pr-16{padding-right:64px!important}.pl-16{padding-left:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.m-16{margin:64px!important}.mr-16{margin-right:64px!important}.ml-16{margin-left:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.mr-16-minus{margin-right:-64px!important}.ml-16-minus{margin-left:-64px!important}.mt-16-minus{margin-top:-64px!important}.mb-16-minus{margin-bottom:-64px!important}.p-17{padding:68px!important}.pr-17{padding-right:68px!important}.pl-17{padding-left:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.m-17{margin:68px!important}.mr-17{margin-right:68px!important}.ml-17{margin-left:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.mr-17-minus{margin-right:-68px!important}.ml-17-minus{margin-left:-68px!important}.mt-17-minus{margin-top:-68px!important}.mb-17-minus{margin-bottom:-68px!important}.p-18{padding:72px!important}.pr-18{padding-right:72px!important}.pl-18{padding-left:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.m-18{margin:72px!important}.mr-18{margin-right:72px!important}.ml-18{margin-left:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.mr-18-minus{margin-right:-72px!important}.ml-18-minus{margin-left:-72px!important}.mt-18-minus{margin-top:-72px!important}.mb-18-minus{margin-bottom:-72px!important}.p-19{padding:76px!important}.pr-19{padding-right:76px!important}.pl-19{padding-left:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.m-19{margin:76px!important}.mr-19{margin-right:76px!important}.ml-19{margin-left:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.mr-19-minus{margin-right:-76px!important}.ml-19-minus{margin-left:-76px!important}.mt-19-minus{margin-top:-76px!important}.mb-19-minus{margin-bottom:-76px!important}.p-20{padding:80px!important}.pr-20{padding-right:80px!important}.pl-20{padding-left:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.m-20{margin:80px!important}.mr-20{margin-right:80px!important}.ml-20{margin-left:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.mr-20-minus{margin-right:-80px!important}.ml-20-minus{margin-left:-80px!important}.mt-20-minus{margin-top:-80px!important}.mb-20-minus{margin-bottom:-80px!important}@media screen and (min-width:0){.mx-auto-fs{margin-left:auto!important;margin-right:auto!important}.ml-auto-fs{margin-left:auto!important}.mr-auto-fs{margin-right:auto!important}.mt-auto-fs{margin-top:auto!important}.mb-auto-fs{margin-bottom:auto!important}.p-0-fs{padding:0!important}.pl-0-fs{padding-left:0!important}.pr-0-fs{padding-right:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.m-0-fs{margin:0!important}.ml-0-fs{margin-left:0!important}.mr-0-fs{margin-right:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.p-0-fs{padding:0!important}.pr-0-fs{padding-right:0!important}.pl-0-fs{padding-left:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.px-0-fs{padding-left:0!important;padding-right:0!important}.py-0-fs{padding-top:0!important;padding-bottom:0!important}.m-0-fs{margin:0!important}.mr-0-fs{margin-right:0!important}.ml-0-fs{margin-left:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.mx-0-fs{margin-left:0!important;margin-right:0!important}.my-0-fs{margin-top:0!important;margin-bottom:0!important}.m-0-fs-minus{margin:0!important}.mr-0-fs-minus{margin-right:0!important}.ml-0-fs-minus{margin-left:0!important}.mt-0-fs-minus{margin-top:0!important}.mb-0-fs-minus{margin-bottom:0!important}.p-1-fs{padding:4px!important}.pr-1-fs{padding-right:4px!important}.pl-1-fs{padding-left:4px!important}.pt-1-fs{padding-top:4px!important}.pb-1-fs{padding-bottom:4px!important}.px-1-fs{padding-left:4px!important;padding-right:4px!important}.py-1-fs{padding-top:4px!important;padding-bottom:4px!important}.m-1-fs{margin:4px!important}.mr-1-fs{margin-right:4px!important}.ml-1-fs{margin-left:4px!important}.mt-1-fs{margin-top:4px!important}.mb-1-fs{margin-bottom:4px!important}.mx-1-fs{margin-left:4px!important;margin-right:4px!important}.my-1-fs{margin-top:4px!important;margin-bottom:4px!important}.m-1-fs-minus{margin:-4px!important}.mr-1-fs-minus{margin-right:-4px!important}.ml-1-fs-minus{margin-left:-4px!important}.mt-1-fs-minus{margin-top:-4px!important}.mb-1-fs-minus{margin-bottom:-4px!important}.p-2-fs{padding:8px!important}.pr-2-fs{padding-right:8px!important}.pl-2-fs{padding-left:8px!important}.pt-2-fs{padding-top:8px!important}.pb-2-fs{padding-bottom:8px!important}.px-2-fs{padding-left:8px!important;padding-right:8px!important}.py-2-fs{padding-top:8px!important;padding-bottom:8px!important}.m-2-fs{margin:8px!important}.mr-2-fs{margin-right:8px!important}.ml-2-fs{margin-left:8px!important}.mt-2-fs{margin-top:8px!important}.mb-2-fs{margin-bottom:8px!important}.mx-2-fs{margin-left:8px!important;margin-right:8px!important}.my-2-fs{margin-top:8px!important;margin-bottom:8px!important}.m-2-fs-minus{margin:-8px!important}.mr-2-fs-minus{margin-right:-8px!important}.ml-2-fs-minus{margin-left:-8px!important}.mt-2-fs-minus{margin-top:-8px!important}.mb-2-fs-minus{margin-bottom:-8px!important}.p-3-fs{padding:12px!important}.pr-3-fs{padding-right:12px!important}.pl-3-fs{padding-left:12px!important}.pt-3-fs{padding-top:12px!important}.pb-3-fs{padding-bottom:12px!important}.px-3-fs{padding-left:12px!important;padding-right:12px!important}.py-3-fs{padding-top:12px!important;padding-bottom:12px!important}.m-3-fs{margin:12px!important}.mr-3-fs{margin-right:12px!important}.ml-3-fs{margin-left:12px!important}.mt-3-fs{margin-top:12px!important}.mb-3-fs{margin-bottom:12px!important}.mx-3-fs{margin-left:12px!important;margin-right:12px!important}.my-3-fs{margin-top:12px!important;margin-bottom:12px!important}.m-3-fs-minus{margin:-12px!important}.mr-3-fs-minus{margin-right:-12px!important}.ml-3-fs-minus{margin-left:-12px!important}.mt-3-fs-minus{margin-top:-12px!important}.mb-3-fs-minus{margin-bottom:-12px!important}.p-4-fs{padding:16px!important}.pr-4-fs{padding-right:16px!important}.pl-4-fs{padding-left:16px!important}.pt-4-fs{padding-top:16px!important}.pb-4-fs{padding-bottom:16px!important}.px-4-fs{padding-left:16px!important;padding-right:16px!important}.py-4-fs{padding-top:16px!important;padding-bottom:16px!important}.m-4-fs{margin:16px!important}.mr-4-fs{margin-right:16px!important}.ml-4-fs{margin-left:16px!important}.mt-4-fs{margin-top:16px!important}.mb-4-fs{margin-bottom:16px!important}.mx-4-fs{margin-left:16px!important;margin-right:16px!important}.my-4-fs{margin-top:16px!important;margin-bottom:16px!important}.m-4-fs-minus{margin:-16px!important}.mr-4-fs-minus{margin-right:-16px!important}.ml-4-fs-minus{margin-left:-16px!important}.mt-4-fs-minus{margin-top:-16px!important}.mb-4-fs-minus{margin-bottom:-16px!important}.p-5-fs{padding:20px!important}.pr-5-fs{padding-right:20px!important}.pl-5-fs{padding-left:20px!important}.pt-5-fs{padding-top:20px!important}.pb-5-fs{padding-bottom:20px!important}.px-5-fs{padding-left:20px!important;padding-right:20px!important}.py-5-fs{padding-top:20px!important;padding-bottom:20px!important}.m-5-fs{margin:20px!important}.mr-5-fs{margin-right:20px!important}.ml-5-fs{margin-left:20px!important}.mt-5-fs{margin-top:20px!important}.mb-5-fs{margin-bottom:20px!important}.mx-5-fs{margin-left:20px!important;margin-right:20px!important}.my-5-fs{margin-top:20px!important;margin-bottom:20px!important}.m-5-fs-minus{margin:-20px!important}.mr-5-fs-minus{margin-right:-20px!important}.ml-5-fs-minus{margin-left:-20px!important}.mt-5-fs-minus{margin-top:-20px!important}.mb-5-fs-minus{margin-bottom:-20px!important}.p-6-fs{padding:24px!important}.pr-6-fs{padding-right:24px!important}.pl-6-fs{padding-left:24px!important}.pt-6-fs{padding-top:24px!important}.pb-6-fs{padding-bottom:24px!important}.px-6-fs{padding-left:24px!important;padding-right:24px!important}.py-6-fs{padding-top:24px!important;padding-bottom:24px!important}.m-6-fs{margin:24px!important}.mr-6-fs{margin-right:24px!important}.ml-6-fs{margin-left:24px!important}.mt-6-fs{margin-top:24px!important}.mb-6-fs{margin-bottom:24px!important}.mx-6-fs{margin-left:24px!important;margin-right:24px!important}.my-6-fs{margin-top:24px!important;margin-bottom:24px!important}.m-6-fs-minus{margin:-24px!important}.mr-6-fs-minus{margin-right:-24px!important}.ml-6-fs-minus{margin-left:-24px!important}.mt-6-fs-minus{margin-top:-24px!important}.mb-6-fs-minus{margin-bottom:-24px!important}.p-7-fs{padding:28px!important}.pr-7-fs{padding-right:28px!important}.pl-7-fs{padding-left:28px!important}.pt-7-fs{padding-top:28px!important}.pb-7-fs{padding-bottom:28px!important}.px-7-fs{padding-left:28px!important;padding-right:28px!important}.py-7-fs{padding-top:28px!important;padding-bottom:28px!important}.m-7-fs{margin:28px!important}.mr-7-fs{margin-right:28px!important}.ml-7-fs{margin-left:28px!important}.mt-7-fs{margin-top:28px!important}.mb-7-fs{margin-bottom:28px!important}.mx-7-fs{margin-left:28px!important;margin-right:28px!important}.my-7-fs{margin-top:28px!important;margin-bottom:28px!important}.m-7-fs-minus{margin:-28px!important}.mr-7-fs-minus{margin-right:-28px!important}.ml-7-fs-minus{margin-left:-28px!important}.mt-7-fs-minus{margin-top:-28px!important}.mb-7-fs-minus{margin-bottom:-28px!important}.p-8-fs{padding:32px!important}.pr-8-fs{padding-right:32px!important}.pl-8-fs{padding-left:32px!important}.pt-8-fs{padding-top:32px!important}.pb-8-fs{padding-bottom:32px!important}.px-8-fs{padding-left:32px!important;padding-right:32px!important}.py-8-fs{padding-top:32px!important;padding-bottom:32px!important}.m-8-fs{margin:32px!important}.mr-8-fs{margin-right:32px!important}.ml-8-fs{margin-left:32px!important}.mt-8-fs{margin-top:32px!important}.mb-8-fs{margin-bottom:32px!important}.mx-8-fs{margin-left:32px!important;margin-right:32px!important}.my-8-fs{margin-top:32px!important;margin-bottom:32px!important}.m-8-fs-minus{margin:-32px!important}.mr-8-fs-minus{margin-right:-32px!important}.ml-8-fs-minus{margin-left:-32px!important}.mt-8-fs-minus{margin-top:-32px!important}.mb-8-fs-minus{margin-bottom:-32px!important}.p-9-fs{padding:36px!important}.pr-9-fs{padding-right:36px!important}.pl-9-fs{padding-left:36px!important}.pt-9-fs{padding-top:36px!important}.pb-9-fs{padding-bottom:36px!important}.px-9-fs{padding-left:36px!important;padding-right:36px!important}.py-9-fs{padding-top:36px!important;padding-bottom:36px!important}.m-9-fs{margin:36px!important}.mr-9-fs{margin-right:36px!important}.ml-9-fs{margin-left:36px!important}.mt-9-fs{margin-top:36px!important}.mb-9-fs{margin-bottom:36px!important}.mx-9-fs{margin-left:36px!important;margin-right:36px!important}.my-9-fs{margin-top:36px!important;margin-bottom:36px!important}.m-9-fs-minus{margin:-36px!important}.mr-9-fs-minus{margin-right:-36px!important}.ml-9-fs-minus{margin-left:-36px!important}.mt-9-fs-minus{margin-top:-36px!important}.mb-9-fs-minus{margin-bottom:-36px!important}.p-10-fs{padding:40px!important}.pr-10-fs{padding-right:40px!important}.pl-10-fs{padding-left:40px!important}.pt-10-fs{padding-top:40px!important}.pb-10-fs{padding-bottom:40px!important}.px-10-fs{padding-left:40px!important;padding-right:40px!important}.py-10-fs{padding-top:40px!important;padding-bottom:40px!important}.m-10-fs{margin:40px!important}.mr-10-fs{margin-right:40px!important}.ml-10-fs{margin-left:40px!important}.mt-10-fs{margin-top:40px!important}.mb-10-fs{margin-bottom:40px!important}.mx-10-fs{margin-left:40px!important;margin-right:40px!important}.my-10-fs{margin-top:40px!important;margin-bottom:40px!important}.m-10-fs-minus{margin:-40px!important}.mr-10-fs-minus{margin-right:-40px!important}.ml-10-fs-minus{margin-left:-40px!important}.mt-10-fs-minus{margin-top:-40px!important}.mb-10-fs-minus{margin-bottom:-40px!important}.p-11-fs{padding:44px!important}.pr-11-fs{padding-right:44px!important}.pl-11-fs{padding-left:44px!important}.pt-11-fs{padding-top:44px!important}.pb-11-fs{padding-bottom:44px!important}.px-11-fs{padding-left:44px!important;padding-right:44px!important}.py-11-fs{padding-top:44px!important;padding-bottom:44px!important}.m-11-fs{margin:44px!important}.mr-11-fs{margin-right:44px!important}.ml-11-fs{margin-left:44px!important}.mt-11-fs{margin-top:44px!important}.mb-11-fs{margin-bottom:44px!important}.mx-11-fs{margin-left:44px!important;margin-right:44px!important}.my-11-fs{margin-top:44px!important;margin-bottom:44px!important}.m-11-fs-minus{margin:-44px!important}.mr-11-fs-minus{margin-right:-44px!important}.ml-11-fs-minus{margin-left:-44px!important}.mt-11-fs-minus{margin-top:-44px!important}.mb-11-fs-minus{margin-bottom:-44px!important}.p-12-fs{padding:48px!important}.pr-12-fs{padding-right:48px!important}.pl-12-fs{padding-left:48px!important}.pt-12-fs{padding-top:48px!important}.pb-12-fs{padding-bottom:48px!important}.px-12-fs{padding-left:48px!important;padding-right:48px!important}.py-12-fs{padding-top:48px!important;padding-bottom:48px!important}.m-12-fs{margin:48px!important}.mr-12-fs{margin-right:48px!important}.ml-12-fs{margin-left:48px!important}.mt-12-fs{margin-top:48px!important}.mb-12-fs{margin-bottom:48px!important}.mx-12-fs{margin-left:48px!important;margin-right:48px!important}.my-12-fs{margin-top:48px!important;margin-bottom:48px!important}.m-12-fs-minus{margin:-48px!important}.mr-12-fs-minus{margin-right:-48px!important}.ml-12-fs-minus{margin-left:-48px!important}.mt-12-fs-minus{margin-top:-48px!important}.mb-12-fs-minus{margin-bottom:-48px!important}.p-13-fs{padding:52px!important}.pr-13-fs{padding-right:52px!important}.pl-13-fs{padding-left:52px!important}.pt-13-fs{padding-top:52px!important}.pb-13-fs{padding-bottom:52px!important}.px-13-fs{padding-left:52px!important;padding-right:52px!important}.py-13-fs{padding-top:52px!important;padding-bottom:52px!important}.m-13-fs{margin:52px!important}.mr-13-fs{margin-right:52px!important}.ml-13-fs{margin-left:52px!important}.mt-13-fs{margin-top:52px!important}.mb-13-fs{margin-bottom:52px!important}.mx-13-fs{margin-left:52px!important;margin-right:52px!important}.my-13-fs{margin-top:52px!important;margin-bottom:52px!important}.m-13-fs-minus{margin:-52px!important}.mr-13-fs-minus{margin-right:-52px!important}.ml-13-fs-minus{margin-left:-52px!important}.mt-13-fs-minus{margin-top:-52px!important}.mb-13-fs-minus{margin-bottom:-52px!important}.p-14-fs{padding:56px!important}.pr-14-fs{padding-right:56px!important}.pl-14-fs{padding-left:56px!important}.pt-14-fs{padding-top:56px!important}.pb-14-fs{padding-bottom:56px!important}.px-14-fs{padding-left:56px!important;padding-right:56px!important}.py-14-fs{padding-top:56px!important;padding-bottom:56px!important}.m-14-fs{margin:56px!important}.mr-14-fs{margin-right:56px!important}.ml-14-fs{margin-left:56px!important}.mt-14-fs{margin-top:56px!important}.mb-14-fs{margin-bottom:56px!important}.mx-14-fs{margin-left:56px!important;margin-right:56px!important}.my-14-fs{margin-top:56px!important;margin-bottom:56px!important}.m-14-fs-minus{margin:-56px!important}.mr-14-fs-minus{margin-right:-56px!important}.ml-14-fs-minus{margin-left:-56px!important}.mt-14-fs-minus{margin-top:-56px!important}.mb-14-fs-minus{margin-bottom:-56px!important}.p-15-fs{padding:60px!important}.pr-15-fs{padding-right:60px!important}.pl-15-fs{padding-left:60px!important}.pt-15-fs{padding-top:60px!important}.pb-15-fs{padding-bottom:60px!important}.px-15-fs{padding-left:60px!important;padding-right:60px!important}.py-15-fs{padding-top:60px!important;padding-bottom:60px!important}.m-15-fs{margin:60px!important}.mr-15-fs{margin-right:60px!important}.ml-15-fs{margin-left:60px!important}.mt-15-fs{margin-top:60px!important}.mb-15-fs{margin-bottom:60px!important}.mx-15-fs{margin-left:60px!important;margin-right:60px!important}.my-15-fs{margin-top:60px!important;margin-bottom:60px!important}.m-15-fs-minus{margin:-60px!important}.mr-15-fs-minus{margin-right:-60px!important}.ml-15-fs-minus{margin-left:-60px!important}.mt-15-fs-minus{margin-top:-60px!important}.mb-15-fs-minus{margin-bottom:-60px!important}.p-16-fs{padding:64px!important}.pr-16-fs{padding-right:64px!important}.pl-16-fs{padding-left:64px!important}.pt-16-fs{padding-top:64px!important}.pb-16-fs{padding-bottom:64px!important}.px-16-fs{padding-left:64px!important;padding-right:64px!important}.py-16-fs{padding-top:64px!important;padding-bottom:64px!important}.m-16-fs{margin:64px!important}.mr-16-fs{margin-right:64px!important}.ml-16-fs{margin-left:64px!important}.mt-16-fs{margin-top:64px!important}.mb-16-fs{margin-bottom:64px!important}.mx-16-fs{margin-left:64px!important;margin-right:64px!important}.my-16-fs{margin-top:64px!important;margin-bottom:64px!important}.m-16-fs-minus{margin:-64px!important}.mr-16-fs-minus{margin-right:-64px!important}.ml-16-fs-minus{margin-left:-64px!important}.mt-16-fs-minus{margin-top:-64px!important}.mb-16-fs-minus{margin-bottom:-64px!important}.p-17-fs{padding:68px!important}.pr-17-fs{padding-right:68px!important}.pl-17-fs{padding-left:68px!important}.pt-17-fs{padding-top:68px!important}.pb-17-fs{padding-bottom:68px!important}.px-17-fs{padding-left:68px!important;padding-right:68px!important}.py-17-fs{padding-top:68px!important;padding-bottom:68px!important}.m-17-fs{margin:68px!important}.mr-17-fs{margin-right:68px!important}.ml-17-fs{margin-left:68px!important}.mt-17-fs{margin-top:68px!important}.mb-17-fs{margin-bottom:68px!important}.mx-17-fs{margin-left:68px!important;margin-right:68px!important}.my-17-fs{margin-top:68px!important;margin-bottom:68px!important}.m-17-fs-minus{margin:-68px!important}.mr-17-fs-minus{margin-right:-68px!important}.ml-17-fs-minus{margin-left:-68px!important}.mt-17-fs-minus{margin-top:-68px!important}.mb-17-fs-minus{margin-bottom:-68px!important}.p-18-fs{padding:72px!important}.pr-18-fs{padding-right:72px!important}.pl-18-fs{padding-left:72px!important}.pt-18-fs{padding-top:72px!important}.pb-18-fs{padding-bottom:72px!important}.px-18-fs{padding-left:72px!important;padding-right:72px!important}.py-18-fs{padding-top:72px!important;padding-bottom:72px!important}.m-18-fs{margin:72px!important}.mr-18-fs{margin-right:72px!important}.ml-18-fs{margin-left:72px!important}.mt-18-fs{margin-top:72px!important}.mb-18-fs{margin-bottom:72px!important}.mx-18-fs{margin-left:72px!important;margin-right:72px!important}.my-18-fs{margin-top:72px!important;margin-bottom:72px!important}.m-18-fs-minus{margin:-72px!important}.mr-18-fs-minus{margin-right:-72px!important}.ml-18-fs-minus{margin-left:-72px!important}.mt-18-fs-minus{margin-top:-72px!important}.mb-18-fs-minus{margin-bottom:-72px!important}.p-19-fs{padding:76px!important}.pr-19-fs{padding-right:76px!important}.pl-19-fs{padding-left:76px!important}.pt-19-fs{padding-top:76px!important}.pb-19-fs{padding-bottom:76px!important}.px-19-fs{padding-left:76px!important;padding-right:76px!important}.py-19-fs{padding-top:76px!important;padding-bottom:76px!important}.m-19-fs{margin:76px!important}.mr-19-fs{margin-right:76px!important}.ml-19-fs{margin-left:76px!important}.mt-19-fs{margin-top:76px!important}.mb-19-fs{margin-bottom:76px!important}.mx-19-fs{margin-left:76px!important;margin-right:76px!important}.my-19-fs{margin-top:76px!important;margin-bottom:76px!important}.m-19-fs-minus{margin:-76px!important}.mr-19-fs-minus{margin-right:-76px!important}.ml-19-fs-minus{margin-left:-76px!important}.mt-19-fs-minus{margin-top:-76px!important}.mb-19-fs-minus{margin-bottom:-76px!important}.p-20-fs{padding:80px!important}.pr-20-fs{padding-right:80px!important}.pl-20-fs{padding-left:80px!important}.pt-20-fs{padding-top:80px!important}.pb-20-fs{padding-bottom:80px!important}.px-20-fs{padding-left:80px!important;padding-right:80px!important}.py-20-fs{padding-top:80px!important;padding-bottom:80px!important}.m-20-fs{margin:80px!important}.mr-20-fs{margin-right:80px!important}.ml-20-fs{margin-left:80px!important}.mt-20-fs{margin-top:80px!important}.mb-20-fs{margin-bottom:80px!important}.mx-20-fs{margin-left:80px!important;margin-right:80px!important}.my-20-fs{margin-top:80px!important;margin-bottom:80px!important}.m-20-fs-minus{margin:-80px!important}.mr-20-fs-minus{margin-right:-80px!important}.ml-20-fs-minus{margin-left:-80px!important}.mt-20-fs-minus{margin-top:-80px!important}.mb-20-fs-minus{margin-bottom:-80px!important}}@media screen and (min-width:576px){.mx-auto-sm{margin-left:auto!important;margin-right:auto!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-auto-sm{margin-top:auto!important}.mb-auto-sm{margin-bottom:auto!important}.p-0-sm{padding:0!important}.pl-0-sm{padding-left:0!important}.pr-0-sm{padding-right:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.m-0-sm{margin:0!important}.ml-0-sm{margin-left:0!important}.mr-0-sm{margin-right:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.p-0-sm{padding:0!important}.pr-0-sm{padding-right:0!important}.pl-0-sm{padding-left:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-top:0!important;padding-bottom:0!important}.m-0-sm{margin:0!important}.mr-0-sm{margin-right:0!important}.ml-0-sm{margin-left:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.m-0-sm-minus{margin:0!important}.mr-0-sm-minus{margin-right:0!important}.ml-0-sm-minus{margin-left:0!important}.mt-0-sm-minus{margin-top:0!important}.mb-0-sm-minus{margin-bottom:0!important}.p-1-sm{padding:4px!important}.pr-1-sm{padding-right:4px!important}.pl-1-sm{padding-left:4px!important}.pt-1-sm{padding-top:4px!important}.pb-1-sm{padding-bottom:4px!important}.px-1-sm{padding-left:4px!important;padding-right:4px!important}.py-1-sm{padding-top:4px!important;padding-bottom:4px!important}.m-1-sm{margin:4px!important}.mr-1-sm{margin-right:4px!important}.ml-1-sm{margin-left:4px!important}.mt-1-sm{margin-top:4px!important}.mb-1-sm{margin-bottom:4px!important}.mx-1-sm{margin-left:4px!important;margin-right:4px!important}.my-1-sm{margin-top:4px!important;margin-bottom:4px!important}.m-1-sm-minus{margin:-4px!important}.mr-1-sm-minus{margin-right:-4px!important}.ml-1-sm-minus{margin-left:-4px!important}.mt-1-sm-minus{margin-top:-4px!important}.mb-1-sm-minus{margin-bottom:-4px!important}.p-2-sm{padding:8px!important}.pr-2-sm{padding-right:8px!important}.pl-2-sm{padding-left:8px!important}.pt-2-sm{padding-top:8px!important}.pb-2-sm{padding-bottom:8px!important}.px-2-sm{padding-left:8px!important;padding-right:8px!important}.py-2-sm{padding-top:8px!important;padding-bottom:8px!important}.m-2-sm{margin:8px!important}.mr-2-sm{margin-right:8px!important}.ml-2-sm{margin-left:8px!important}.mt-2-sm{margin-top:8px!important}.mb-2-sm{margin-bottom:8px!important}.mx-2-sm{margin-left:8px!important;margin-right:8px!important}.my-2-sm{margin-top:8px!important;margin-bottom:8px!important}.m-2-sm-minus{margin:-8px!important}.mr-2-sm-minus{margin-right:-8px!important}.ml-2-sm-minus{margin-left:-8px!important}.mt-2-sm-minus{margin-top:-8px!important}.mb-2-sm-minus{margin-bottom:-8px!important}.p-3-sm{padding:12px!important}.pr-3-sm{padding-right:12px!important}.pl-3-sm{padding-left:12px!important}.pt-3-sm{padding-top:12px!important}.pb-3-sm{padding-bottom:12px!important}.px-3-sm{padding-left:12px!important;padding-right:12px!important}.py-3-sm{padding-top:12px!important;padding-bottom:12px!important}.m-3-sm{margin:12px!important}.mr-3-sm{margin-right:12px!important}.ml-3-sm{margin-left:12px!important}.mt-3-sm{margin-top:12px!important}.mb-3-sm{margin-bottom:12px!important}.mx-3-sm{margin-left:12px!important;margin-right:12px!important}.my-3-sm{margin-top:12px!important;margin-bottom:12px!important}.m-3-sm-minus{margin:-12px!important}.mr-3-sm-minus{margin-right:-12px!important}.ml-3-sm-minus{margin-left:-12px!important}.mt-3-sm-minus{margin-top:-12px!important}.mb-3-sm-minus{margin-bottom:-12px!important}.p-4-sm{padding:16px!important}.pr-4-sm{padding-right:16px!important}.pl-4-sm{padding-left:16px!important}.pt-4-sm{padding-top:16px!important}.pb-4-sm{padding-bottom:16px!important}.px-4-sm{padding-left:16px!important;padding-right:16px!important}.py-4-sm{padding-top:16px!important;padding-bottom:16px!important}.m-4-sm{margin:16px!important}.mr-4-sm{margin-right:16px!important}.ml-4-sm{margin-left:16px!important}.mt-4-sm{margin-top:16px!important}.mb-4-sm{margin-bottom:16px!important}.mx-4-sm{margin-left:16px!important;margin-right:16px!important}.my-4-sm{margin-top:16px!important;margin-bottom:16px!important}.m-4-sm-minus{margin:-16px!important}.mr-4-sm-minus{margin-right:-16px!important}.ml-4-sm-minus{margin-left:-16px!important}.mt-4-sm-minus{margin-top:-16px!important}.mb-4-sm-minus{margin-bottom:-16px!important}.p-5-sm{padding:20px!important}.pr-5-sm{padding-right:20px!important}.pl-5-sm{padding-left:20px!important}.pt-5-sm{padding-top:20px!important}.pb-5-sm{padding-bottom:20px!important}.px-5-sm{padding-left:20px!important;padding-right:20px!important}.py-5-sm{padding-top:20px!important;padding-bottom:20px!important}.m-5-sm{margin:20px!important}.mr-5-sm{margin-right:20px!important}.ml-5-sm{margin-left:20px!important}.mt-5-sm{margin-top:20px!important}.mb-5-sm{margin-bottom:20px!important}.mx-5-sm{margin-left:20px!important;margin-right:20px!important}.my-5-sm{margin-top:20px!important;margin-bottom:20px!important}.m-5-sm-minus{margin:-20px!important}.mr-5-sm-minus{margin-right:-20px!important}.ml-5-sm-minus{margin-left:-20px!important}.mt-5-sm-minus{margin-top:-20px!important}.mb-5-sm-minus{margin-bottom:-20px!important}.p-6-sm{padding:24px!important}.pr-6-sm{padding-right:24px!important}.pl-6-sm{padding-left:24px!important}.pt-6-sm{padding-top:24px!important}.pb-6-sm{padding-bottom:24px!important}.px-6-sm{padding-left:24px!important;padding-right:24px!important}.py-6-sm{padding-top:24px!important;padding-bottom:24px!important}.m-6-sm{margin:24px!important}.mr-6-sm{margin-right:24px!important}.ml-6-sm{margin-left:24px!important}.mt-6-sm{margin-top:24px!important}.mb-6-sm{margin-bottom:24px!important}.mx-6-sm{margin-left:24px!important;margin-right:24px!important}.my-6-sm{margin-top:24px!important;margin-bottom:24px!important}.m-6-sm-minus{margin:-24px!important}.mr-6-sm-minus{margin-right:-24px!important}.ml-6-sm-minus{margin-left:-24px!important}.mt-6-sm-minus{margin-top:-24px!important}.mb-6-sm-minus{margin-bottom:-24px!important}.p-7-sm{padding:28px!important}.pr-7-sm{padding-right:28px!important}.pl-7-sm{padding-left:28px!important}.pt-7-sm{padding-top:28px!important}.pb-7-sm{padding-bottom:28px!important}.px-7-sm{padding-left:28px!important;padding-right:28px!important}.py-7-sm{padding-top:28px!important;padding-bottom:28px!important}.m-7-sm{margin:28px!important}.mr-7-sm{margin-right:28px!important}.ml-7-sm{margin-left:28px!important}.mt-7-sm{margin-top:28px!important}.mb-7-sm{margin-bottom:28px!important}.mx-7-sm{margin-left:28px!important;margin-right:28px!important}.my-7-sm{margin-top:28px!important;margin-bottom:28px!important}.m-7-sm-minus{margin:-28px!important}.mr-7-sm-minus{margin-right:-28px!important}.ml-7-sm-minus{margin-left:-28px!important}.mt-7-sm-minus{margin-top:-28px!important}.mb-7-sm-minus{margin-bottom:-28px!important}.p-8-sm{padding:32px!important}.pr-8-sm{padding-right:32px!important}.pl-8-sm{padding-left:32px!important}.pt-8-sm{padding-top:32px!important}.pb-8-sm{padding-bottom:32px!important}.px-8-sm{padding-left:32px!important;padding-right:32px!important}.py-8-sm{padding-top:32px!important;padding-bottom:32px!important}.m-8-sm{margin:32px!important}.mr-8-sm{margin-right:32px!important}.ml-8-sm{margin-left:32px!important}.mt-8-sm{margin-top:32px!important}.mb-8-sm{margin-bottom:32px!important}.mx-8-sm{margin-left:32px!important;margin-right:32px!important}.my-8-sm{margin-top:32px!important;margin-bottom:32px!important}.m-8-sm-minus{margin:-32px!important}.mr-8-sm-minus{margin-right:-32px!important}.ml-8-sm-minus{margin-left:-32px!important}.mt-8-sm-minus{margin-top:-32px!important}.mb-8-sm-minus{margin-bottom:-32px!important}.p-9-sm{padding:36px!important}.pr-9-sm{padding-right:36px!important}.pl-9-sm{padding-left:36px!important}.pt-9-sm{padding-top:36px!important}.pb-9-sm{padding-bottom:36px!important}.px-9-sm{padding-left:36px!important;padding-right:36px!important}.py-9-sm{padding-top:36px!important;padding-bottom:36px!important}.m-9-sm{margin:36px!important}.mr-9-sm{margin-right:36px!important}.ml-9-sm{margin-left:36px!important}.mt-9-sm{margin-top:36px!important}.mb-9-sm{margin-bottom:36px!important}.mx-9-sm{margin-left:36px!important;margin-right:36px!important}.my-9-sm{margin-top:36px!important;margin-bottom:36px!important}.m-9-sm-minus{margin:-36px!important}.mr-9-sm-minus{margin-right:-36px!important}.ml-9-sm-minus{margin-left:-36px!important}.mt-9-sm-minus{margin-top:-36px!important}.mb-9-sm-minus{margin-bottom:-36px!important}.p-10-sm{padding:40px!important}.pr-10-sm{padding-right:40px!important}.pl-10-sm{padding-left:40px!important}.pt-10-sm{padding-top:40px!important}.pb-10-sm{padding-bottom:40px!important}.px-10-sm{padding-left:40px!important;padding-right:40px!important}.py-10-sm{padding-top:40px!important;padding-bottom:40px!important}.m-10-sm{margin:40px!important}.mr-10-sm{margin-right:40px!important}.ml-10-sm{margin-left:40px!important}.mt-10-sm{margin-top:40px!important}.mb-10-sm{margin-bottom:40px!important}.mx-10-sm{margin-left:40px!important;margin-right:40px!important}.my-10-sm{margin-top:40px!important;margin-bottom:40px!important}.m-10-sm-minus{margin:-40px!important}.mr-10-sm-minus{margin-right:-40px!important}.ml-10-sm-minus{margin-left:-40px!important}.mt-10-sm-minus{margin-top:-40px!important}.mb-10-sm-minus{margin-bottom:-40px!important}.p-11-sm{padding:44px!important}.pr-11-sm{padding-right:44px!important}.pl-11-sm{padding-left:44px!important}.pt-11-sm{padding-top:44px!important}.pb-11-sm{padding-bottom:44px!important}.px-11-sm{padding-left:44px!important;padding-right:44px!important}.py-11-sm{padding-top:44px!important;padding-bottom:44px!important}.m-11-sm{margin:44px!important}.mr-11-sm{margin-right:44px!important}.ml-11-sm{margin-left:44px!important}.mt-11-sm{margin-top:44px!important}.mb-11-sm{margin-bottom:44px!important}.mx-11-sm{margin-left:44px!important;margin-right:44px!important}.my-11-sm{margin-top:44px!important;margin-bottom:44px!important}.m-11-sm-minus{margin:-44px!important}.mr-11-sm-minus{margin-right:-44px!important}.ml-11-sm-minus{margin-left:-44px!important}.mt-11-sm-minus{margin-top:-44px!important}.mb-11-sm-minus{margin-bottom:-44px!important}.p-12-sm{padding:48px!important}.pr-12-sm{padding-right:48px!important}.pl-12-sm{padding-left:48px!important}.pt-12-sm{padding-top:48px!important}.pb-12-sm{padding-bottom:48px!important}.px-12-sm{padding-left:48px!important;padding-right:48px!important}.py-12-sm{padding-top:48px!important;padding-bottom:48px!important}.m-12-sm{margin:48px!important}.mr-12-sm{margin-right:48px!important}.ml-12-sm{margin-left:48px!important}.mt-12-sm{margin-top:48px!important}.mb-12-sm{margin-bottom:48px!important}.mx-12-sm{margin-left:48px!important;margin-right:48px!important}.my-12-sm{margin-top:48px!important;margin-bottom:48px!important}.m-12-sm-minus{margin:-48px!important}.mr-12-sm-minus{margin-right:-48px!important}.ml-12-sm-minus{margin-left:-48px!important}.mt-12-sm-minus{margin-top:-48px!important}.mb-12-sm-minus{margin-bottom:-48px!important}.p-13-sm{padding:52px!important}.pr-13-sm{padding-right:52px!important}.pl-13-sm{padding-left:52px!important}.pt-13-sm{padding-top:52px!important}.pb-13-sm{padding-bottom:52px!important}.px-13-sm{padding-left:52px!important;padding-right:52px!important}.py-13-sm{padding-top:52px!important;padding-bottom:52px!important}.m-13-sm{margin:52px!important}.mr-13-sm{margin-right:52px!important}.ml-13-sm{margin-left:52px!important}.mt-13-sm{margin-top:52px!important}.mb-13-sm{margin-bottom:52px!important}.mx-13-sm{margin-left:52px!important;margin-right:52px!important}.my-13-sm{margin-top:52px!important;margin-bottom:52px!important}.m-13-sm-minus{margin:-52px!important}.mr-13-sm-minus{margin-right:-52px!important}.ml-13-sm-minus{margin-left:-52px!important}.mt-13-sm-minus{margin-top:-52px!important}.mb-13-sm-minus{margin-bottom:-52px!important}.p-14-sm{padding:56px!important}.pr-14-sm{padding-right:56px!important}.pl-14-sm{padding-left:56px!important}.pt-14-sm{padding-top:56px!important}.pb-14-sm{padding-bottom:56px!important}.px-14-sm{padding-left:56px!important;padding-right:56px!important}.py-14-sm{padding-top:56px!important;padding-bottom:56px!important}.m-14-sm{margin:56px!important}.mr-14-sm{margin-right:56px!important}.ml-14-sm{margin-left:56px!important}.mt-14-sm{margin-top:56px!important}.mb-14-sm{margin-bottom:56px!important}.mx-14-sm{margin-left:56px!important;margin-right:56px!important}.my-14-sm{margin-top:56px!important;margin-bottom:56px!important}.m-14-sm-minus{margin:-56px!important}.mr-14-sm-minus{margin-right:-56px!important}.ml-14-sm-minus{margin-left:-56px!important}.mt-14-sm-minus{margin-top:-56px!important}.mb-14-sm-minus{margin-bottom:-56px!important}.p-15-sm{padding:60px!important}.pr-15-sm{padding-right:60px!important}.pl-15-sm{padding-left:60px!important}.pt-15-sm{padding-top:60px!important}.pb-15-sm{padding-bottom:60px!important}.px-15-sm{padding-left:60px!important;padding-right:60px!important}.py-15-sm{padding-top:60px!important;padding-bottom:60px!important}.m-15-sm{margin:60px!important}.mr-15-sm{margin-right:60px!important}.ml-15-sm{margin-left:60px!important}.mt-15-sm{margin-top:60px!important}.mb-15-sm{margin-bottom:60px!important}.mx-15-sm{margin-left:60px!important;margin-right:60px!important}.my-15-sm{margin-top:60px!important;margin-bottom:60px!important}.m-15-sm-minus{margin:-60px!important}.mr-15-sm-minus{margin-right:-60px!important}.ml-15-sm-minus{margin-left:-60px!important}.mt-15-sm-minus{margin-top:-60px!important}.mb-15-sm-minus{margin-bottom:-60px!important}.p-16-sm{padding:64px!important}.pr-16-sm{padding-right:64px!important}.pl-16-sm{padding-left:64px!important}.pt-16-sm{padding-top:64px!important}.pb-16-sm{padding-bottom:64px!important}.px-16-sm{padding-left:64px!important;padding-right:64px!important}.py-16-sm{padding-top:64px!important;padding-bottom:64px!important}.m-16-sm{margin:64px!important}.mr-16-sm{margin-right:64px!important}.ml-16-sm{margin-left:64px!important}.mt-16-sm{margin-top:64px!important}.mb-16-sm{margin-bottom:64px!important}.mx-16-sm{margin-left:64px!important;margin-right:64px!important}.my-16-sm{margin-top:64px!important;margin-bottom:64px!important}.m-16-sm-minus{margin:-64px!important}.mr-16-sm-minus{margin-right:-64px!important}.ml-16-sm-minus{margin-left:-64px!important}.mt-16-sm-minus{margin-top:-64px!important}.mb-16-sm-minus{margin-bottom:-64px!important}.p-17-sm{padding:68px!important}.pr-17-sm{padding-right:68px!important}.pl-17-sm{padding-left:68px!important}.pt-17-sm{padding-top:68px!important}.pb-17-sm{padding-bottom:68px!important}.px-17-sm{padding-left:68px!important;padding-right:68px!important}.py-17-sm{padding-top:68px!important;padding-bottom:68px!important}.m-17-sm{margin:68px!important}.mr-17-sm{margin-right:68px!important}.ml-17-sm{margin-left:68px!important}.mt-17-sm{margin-top:68px!important}.mb-17-sm{margin-bottom:68px!important}.mx-17-sm{margin-left:68px!important;margin-right:68px!important}.my-17-sm{margin-top:68px!important;margin-bottom:68px!important}.m-17-sm-minus{margin:-68px!important}.mr-17-sm-minus{margin-right:-68px!important}.ml-17-sm-minus{margin-left:-68px!important}.mt-17-sm-minus{margin-top:-68px!important}.mb-17-sm-minus{margin-bottom:-68px!important}.p-18-sm{padding:72px!important}.pr-18-sm{padding-right:72px!important}.pl-18-sm{padding-left:72px!important}.pt-18-sm{padding-top:72px!important}.pb-18-sm{padding-bottom:72px!important}.px-18-sm{padding-left:72px!important;padding-right:72px!important}.py-18-sm{padding-top:72px!important;padding-bottom:72px!important}.m-18-sm{margin:72px!important}.mr-18-sm{margin-right:72px!important}.ml-18-sm{margin-left:72px!important}.mt-18-sm{margin-top:72px!important}.mb-18-sm{margin-bottom:72px!important}.mx-18-sm{margin-left:72px!important;margin-right:72px!important}.my-18-sm{margin-top:72px!important;margin-bottom:72px!important}.m-18-sm-minus{margin:-72px!important}.mr-18-sm-minus{margin-right:-72px!important}.ml-18-sm-minus{margin-left:-72px!important}.mt-18-sm-minus{margin-top:-72px!important}.mb-18-sm-minus{margin-bottom:-72px!important}.p-19-sm{padding:76px!important}.pr-19-sm{padding-right:76px!important}.pl-19-sm{padding-left:76px!important}.pt-19-sm{padding-top:76px!important}.pb-19-sm{padding-bottom:76px!important}.px-19-sm{padding-left:76px!important;padding-right:76px!important}.py-19-sm{padding-top:76px!important;padding-bottom:76px!important}.m-19-sm{margin:76px!important}.mr-19-sm{margin-right:76px!important}.ml-19-sm{margin-left:76px!important}.mt-19-sm{margin-top:76px!important}.mb-19-sm{margin-bottom:76px!important}.mx-19-sm{margin-left:76px!important;margin-right:76px!important}.my-19-sm{margin-top:76px!important;margin-bottom:76px!important}.m-19-sm-minus{margin:-76px!important}.mr-19-sm-minus{margin-right:-76px!important}.ml-19-sm-minus{margin-left:-76px!important}.mt-19-sm-minus{margin-top:-76px!important}.mb-19-sm-minus{margin-bottom:-76px!important}.p-20-sm{padding:80px!important}.pr-20-sm{padding-right:80px!important}.pl-20-sm{padding-left:80px!important}.pt-20-sm{padding-top:80px!important}.pb-20-sm{padding-bottom:80px!important}.px-20-sm{padding-left:80px!important;padding-right:80px!important}.py-20-sm{padding-top:80px!important;padding-bottom:80px!important}.m-20-sm{margin:80px!important}.mr-20-sm{margin-right:80px!important}.ml-20-sm{margin-left:80px!important}.mt-20-sm{margin-top:80px!important}.mb-20-sm{margin-bottom:80px!important}.mx-20-sm{margin-left:80px!important;margin-right:80px!important}.my-20-sm{margin-top:80px!important;margin-bottom:80px!important}.m-20-sm-minus{margin:-80px!important}.mr-20-sm-minus{margin-right:-80px!important}.ml-20-sm-minus{margin-left:-80px!important}.mt-20-sm-minus{margin-top:-80px!important}.mb-20-sm-minus{margin-bottom:-80px!important}}@media screen and (min-width:768px){.mx-auto-md{margin-left:auto!important;margin-right:auto!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-auto-md{margin-top:auto!important}.mb-auto-md{margin-bottom:auto!important}.p-0-md{padding:0!important}.pl-0-md{padding-left:0!important}.pr-0-md{padding-right:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.m-0-md{margin:0!important}.ml-0-md{margin-left:0!important}.mr-0-md{margin-right:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.p-0-md{padding:0!important}.pr-0-md{padding-right:0!important}.pl-0-md{padding-left:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-top:0!important;padding-bottom:0!important}.m-0-md{margin:0!important}.mr-0-md{margin-right:0!important}.ml-0-md{margin-left:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.m-0-md-minus{margin:0!important}.mr-0-md-minus{margin-right:0!important}.ml-0-md-minus{margin-left:0!important}.mt-0-md-minus{margin-top:0!important}.mb-0-md-minus{margin-bottom:0!important}.p-1-md{padding:4px!important}.pr-1-md{padding-right:4px!important}.pl-1-md{padding-left:4px!important}.pt-1-md{padding-top:4px!important}.pb-1-md{padding-bottom:4px!important}.px-1-md{padding-left:4px!important;padding-right:4px!important}.py-1-md{padding-top:4px!important;padding-bottom:4px!important}.m-1-md{margin:4px!important}.mr-1-md{margin-right:4px!important}.ml-1-md{margin-left:4px!important}.mt-1-md{margin-top:4px!important}.mb-1-md{margin-bottom:4px!important}.mx-1-md{margin-left:4px!important;margin-right:4px!important}.my-1-md{margin-top:4px!important;margin-bottom:4px!important}.m-1-md-minus{margin:-4px!important}.mr-1-md-minus{margin-right:-4px!important}.ml-1-md-minus{margin-left:-4px!important}.mt-1-md-minus{margin-top:-4px!important}.mb-1-md-minus{margin-bottom:-4px!important}.p-2-md{padding:8px!important}.pr-2-md{padding-right:8px!important}.pl-2-md{padding-left:8px!important}.pt-2-md{padding-top:8px!important}.pb-2-md{padding-bottom:8px!important}.px-2-md{padding-left:8px!important;padding-right:8px!important}.py-2-md{padding-top:8px!important;padding-bottom:8px!important}.m-2-md{margin:8px!important}.mr-2-md{margin-right:8px!important}.ml-2-md{margin-left:8px!important}.mt-2-md{margin-top:8px!important}.mb-2-md{margin-bottom:8px!important}.mx-2-md{margin-left:8px!important;margin-right:8px!important}.my-2-md{margin-top:8px!important;margin-bottom:8px!important}.m-2-md-minus{margin:-8px!important}.mr-2-md-minus{margin-right:-8px!important}.ml-2-md-minus{margin-left:-8px!important}.mt-2-md-minus{margin-top:-8px!important}.mb-2-md-minus{margin-bottom:-8px!important}.p-3-md{padding:12px!important}.pr-3-md{padding-right:12px!important}.pl-3-md{padding-left:12px!important}.pt-3-md{padding-top:12px!important}.pb-3-md{padding-bottom:12px!important}.px-3-md{padding-left:12px!important;padding-right:12px!important}.py-3-md{padding-top:12px!important;padding-bottom:12px!important}.m-3-md{margin:12px!important}.mr-3-md{margin-right:12px!important}.ml-3-md{margin-left:12px!important}.mt-3-md{margin-top:12px!important}.mb-3-md{margin-bottom:12px!important}.mx-3-md{margin-left:12px!important;margin-right:12px!important}.my-3-md{margin-top:12px!important;margin-bottom:12px!important}.m-3-md-minus{margin:-12px!important}.mr-3-md-minus{margin-right:-12px!important}.ml-3-md-minus{margin-left:-12px!important}.mt-3-md-minus{margin-top:-12px!important}.mb-3-md-minus{margin-bottom:-12px!important}.p-4-md{padding:16px!important}.pr-4-md{padding-right:16px!important}.pl-4-md{padding-left:16px!important}.pt-4-md{padding-top:16px!important}.pb-4-md{padding-bottom:16px!important}.px-4-md{padding-left:16px!important;padding-right:16px!important}.py-4-md{padding-top:16px!important;padding-bottom:16px!important}.m-4-md{margin:16px!important}.mr-4-md{margin-right:16px!important}.ml-4-md{margin-left:16px!important}.mt-4-md{margin-top:16px!important}.mb-4-md{margin-bottom:16px!important}.mx-4-md{margin-left:16px!important;margin-right:16px!important}.my-4-md{margin-top:16px!important;margin-bottom:16px!important}.m-4-md-minus{margin:-16px!important}.mr-4-md-minus{margin-right:-16px!important}.ml-4-md-minus{margin-left:-16px!important}.mt-4-md-minus{margin-top:-16px!important}.mb-4-md-minus{margin-bottom:-16px!important}.p-5-md{padding:20px!important}.pr-5-md{padding-right:20px!important}.pl-5-md{padding-left:20px!important}.pt-5-md{padding-top:20px!important}.pb-5-md{padding-bottom:20px!important}.px-5-md{padding-left:20px!important;padding-right:20px!important}.py-5-md{padding-top:20px!important;padding-bottom:20px!important}.m-5-md{margin:20px!important}.mr-5-md{margin-right:20px!important}.ml-5-md{margin-left:20px!important}.mt-5-md{margin-top:20px!important}.mb-5-md{margin-bottom:20px!important}.mx-5-md{margin-left:20px!important;margin-right:20px!important}.my-5-md{margin-top:20px!important;margin-bottom:20px!important}.m-5-md-minus{margin:-20px!important}.mr-5-md-minus{margin-right:-20px!important}.ml-5-md-minus{margin-left:-20px!important}.mt-5-md-minus{margin-top:-20px!important}.mb-5-md-minus{margin-bottom:-20px!important}.p-6-md{padding:24px!important}.pr-6-md{padding-right:24px!important}.pl-6-md{padding-left:24px!important}.pt-6-md{padding-top:24px!important}.pb-6-md{padding-bottom:24px!important}.px-6-md{padding-left:24px!important;padding-right:24px!important}.py-6-md{padding-top:24px!important;padding-bottom:24px!important}.m-6-md{margin:24px!important}.mr-6-md{margin-right:24px!important}.ml-6-md{margin-left:24px!important}.mt-6-md{margin-top:24px!important}.mb-6-md{margin-bottom:24px!important}.mx-6-md{margin-left:24px!important;margin-right:24px!important}.my-6-md{margin-top:24px!important;margin-bottom:24px!important}.m-6-md-minus{margin:-24px!important}.mr-6-md-minus{margin-right:-24px!important}.ml-6-md-minus{margin-left:-24px!important}.mt-6-md-minus{margin-top:-24px!important}.mb-6-md-minus{margin-bottom:-24px!important}.p-7-md{padding:28px!important}.pr-7-md{padding-right:28px!important}.pl-7-md{padding-left:28px!important}.pt-7-md{padding-top:28px!important}.pb-7-md{padding-bottom:28px!important}.px-7-md{padding-left:28px!important;padding-right:28px!important}.py-7-md{padding-top:28px!important;padding-bottom:28px!important}.m-7-md{margin:28px!important}.mr-7-md{margin-right:28px!important}.ml-7-md{margin-left:28px!important}.mt-7-md{margin-top:28px!important}.mb-7-md{margin-bottom:28px!important}.mx-7-md{margin-left:28px!important;margin-right:28px!important}.my-7-md{margin-top:28px!important;margin-bottom:28px!important}.m-7-md-minus{margin:-28px!important}.mr-7-md-minus{margin-right:-28px!important}.ml-7-md-minus{margin-left:-28px!important}.mt-7-md-minus{margin-top:-28px!important}.mb-7-md-minus{margin-bottom:-28px!important}.p-8-md{padding:32px!important}.pr-8-md{padding-right:32px!important}.pl-8-md{padding-left:32px!important}.pt-8-md{padding-top:32px!important}.pb-8-md{padding-bottom:32px!important}.px-8-md{padding-left:32px!important;padding-right:32px!important}.py-8-md{padding-top:32px!important;padding-bottom:32px!important}.m-8-md{margin:32px!important}.mr-8-md{margin-right:32px!important}.ml-8-md{margin-left:32px!important}.mt-8-md{margin-top:32px!important}.mb-8-md{margin-bottom:32px!important}.mx-8-md{margin-left:32px!important;margin-right:32px!important}.my-8-md{margin-top:32px!important;margin-bottom:32px!important}.m-8-md-minus{margin:-32px!important}.mr-8-md-minus{margin-right:-32px!important}.ml-8-md-minus{margin-left:-32px!important}.mt-8-md-minus{margin-top:-32px!important}.mb-8-md-minus{margin-bottom:-32px!important}.p-9-md{padding:36px!important}.pr-9-md{padding-right:36px!important}.pl-9-md{padding-left:36px!important}.pt-9-md{padding-top:36px!important}.pb-9-md{padding-bottom:36px!important}.px-9-md{padding-left:36px!important;padding-right:36px!important}.py-9-md{padding-top:36px!important;padding-bottom:36px!important}.m-9-md{margin:36px!important}.mr-9-md{margin-right:36px!important}.ml-9-md{margin-left:36px!important}.mt-9-md{margin-top:36px!important}.mb-9-md{margin-bottom:36px!important}.mx-9-md{margin-left:36px!important;margin-right:36px!important}.my-9-md{margin-top:36px!important;margin-bottom:36px!important}.m-9-md-minus{margin:-36px!important}.mr-9-md-minus{margin-right:-36px!important}.ml-9-md-minus{margin-left:-36px!important}.mt-9-md-minus{margin-top:-36px!important}.mb-9-md-minus{margin-bottom:-36px!important}.p-10-md{padding:40px!important}.pr-10-md{padding-right:40px!important}.pl-10-md{padding-left:40px!important}.pt-10-md{padding-top:40px!important}.pb-10-md{padding-bottom:40px!important}.px-10-md{padding-left:40px!important;padding-right:40px!important}.py-10-md{padding-top:40px!important;padding-bottom:40px!important}.m-10-md{margin:40px!important}.mr-10-md{margin-right:40px!important}.ml-10-md{margin-left:40px!important}.mt-10-md{margin-top:40px!important}.mb-10-md{margin-bottom:40px!important}.mx-10-md{margin-left:40px!important;margin-right:40px!important}.my-10-md{margin-top:40px!important;margin-bottom:40px!important}.m-10-md-minus{margin:-40px!important}.mr-10-md-minus{margin-right:-40px!important}.ml-10-md-minus{margin-left:-40px!important}.mt-10-md-minus{margin-top:-40px!important}.mb-10-md-minus{margin-bottom:-40px!important}.p-11-md{padding:44px!important}.pr-11-md{padding-right:44px!important}.pl-11-md{padding-left:44px!important}.pt-11-md{padding-top:44px!important}.pb-11-md{padding-bottom:44px!important}.px-11-md{padding-left:44px!important;padding-right:44px!important}.py-11-md{padding-top:44px!important;padding-bottom:44px!important}.m-11-md{margin:44px!important}.mr-11-md{margin-right:44px!important}.ml-11-md{margin-left:44px!important}.mt-11-md{margin-top:44px!important}.mb-11-md{margin-bottom:44px!important}.mx-11-md{margin-left:44px!important;margin-right:44px!important}.my-11-md{margin-top:44px!important;margin-bottom:44px!important}.m-11-md-minus{margin:-44px!important}.mr-11-md-minus{margin-right:-44px!important}.ml-11-md-minus{margin-left:-44px!important}.mt-11-md-minus{margin-top:-44px!important}.mb-11-md-minus{margin-bottom:-44px!important}.p-12-md{padding:48px!important}.pr-12-md{padding-right:48px!important}.pl-12-md{padding-left:48px!important}.pt-12-md{padding-top:48px!important}.pb-12-md{padding-bottom:48px!important}.px-12-md{padding-left:48px!important;padding-right:48px!important}.py-12-md{padding-top:48px!important;padding-bottom:48px!important}.m-12-md{margin:48px!important}.mr-12-md{margin-right:48px!important}.ml-12-md{margin-left:48px!important}.mt-12-md{margin-top:48px!important}.mb-12-md{margin-bottom:48px!important}.mx-12-md{margin-left:48px!important;margin-right:48px!important}.my-12-md{margin-top:48px!important;margin-bottom:48px!important}.m-12-md-minus{margin:-48px!important}.mr-12-md-minus{margin-right:-48px!important}.ml-12-md-minus{margin-left:-48px!important}.mt-12-md-minus{margin-top:-48px!important}.mb-12-md-minus{margin-bottom:-48px!important}.p-13-md{padding:52px!important}.pr-13-md{padding-right:52px!important}.pl-13-md{padding-left:52px!important}.pt-13-md{padding-top:52px!important}.pb-13-md{padding-bottom:52px!important}.px-13-md{padding-left:52px!important;padding-right:52px!important}.py-13-md{padding-top:52px!important;padding-bottom:52px!important}.m-13-md{margin:52px!important}.mr-13-md{margin-right:52px!important}.ml-13-md{margin-left:52px!important}.mt-13-md{margin-top:52px!important}.mb-13-md{margin-bottom:52px!important}.mx-13-md{margin-left:52px!important;margin-right:52px!important}.my-13-md{margin-top:52px!important;margin-bottom:52px!important}.m-13-md-minus{margin:-52px!important}.mr-13-md-minus{margin-right:-52px!important}.ml-13-md-minus{margin-left:-52px!important}.mt-13-md-minus{margin-top:-52px!important}.mb-13-md-minus{margin-bottom:-52px!important}.p-14-md{padding:56px!important}.pr-14-md{padding-right:56px!important}.pl-14-md{padding-left:56px!important}.pt-14-md{padding-top:56px!important}.pb-14-md{padding-bottom:56px!important}.px-14-md{padding-left:56px!important;padding-right:56px!important}.py-14-md{padding-top:56px!important;padding-bottom:56px!important}.m-14-md{margin:56px!important}.mr-14-md{margin-right:56px!important}.ml-14-md{margin-left:56px!important}.mt-14-md{margin-top:56px!important}.mb-14-md{margin-bottom:56px!important}.mx-14-md{margin-left:56px!important;margin-right:56px!important}.my-14-md{margin-top:56px!important;margin-bottom:56px!important}.m-14-md-minus{margin:-56px!important}.mr-14-md-minus{margin-right:-56px!important}.ml-14-md-minus{margin-left:-56px!important}.mt-14-md-minus{margin-top:-56px!important}.mb-14-md-minus{margin-bottom:-56px!important}.p-15-md{padding:60px!important}.pr-15-md{padding-right:60px!important}.pl-15-md{padding-left:60px!important}.pt-15-md{padding-top:60px!important}.pb-15-md{padding-bottom:60px!important}.px-15-md{padding-left:60px!important;padding-right:60px!important}.py-15-md{padding-top:60px!important;padding-bottom:60px!important}.m-15-md{margin:60px!important}.mr-15-md{margin-right:60px!important}.ml-15-md{margin-left:60px!important}.mt-15-md{margin-top:60px!important}.mb-15-md{margin-bottom:60px!important}.mx-15-md{margin-left:60px!important;margin-right:60px!important}.my-15-md{margin-top:60px!important;margin-bottom:60px!important}.m-15-md-minus{margin:-60px!important}.mr-15-md-minus{margin-right:-60px!important}.ml-15-md-minus{margin-left:-60px!important}.mt-15-md-minus{margin-top:-60px!important}.mb-15-md-minus{margin-bottom:-60px!important}.p-16-md{padding:64px!important}.pr-16-md{padding-right:64px!important}.pl-16-md{padding-left:64px!important}.pt-16-md{padding-top:64px!important}.pb-16-md{padding-bottom:64px!important}.px-16-md{padding-left:64px!important;padding-right:64px!important}.py-16-md{padding-top:64px!important;padding-bottom:64px!important}.m-16-md{margin:64px!important}.mr-16-md{margin-right:64px!important}.ml-16-md{margin-left:64px!important}.mt-16-md{margin-top:64px!important}.mb-16-md{margin-bottom:64px!important}.mx-16-md{margin-left:64px!important;margin-right:64px!important}.my-16-md{margin-top:64px!important;margin-bottom:64px!important}.m-16-md-minus{margin:-64px!important}.mr-16-md-minus{margin-right:-64px!important}.ml-16-md-minus{margin-left:-64px!important}.mt-16-md-minus{margin-top:-64px!important}.mb-16-md-minus{margin-bottom:-64px!important}.p-17-md{padding:68px!important}.pr-17-md{padding-right:68px!important}.pl-17-md{padding-left:68px!important}.pt-17-md{padding-top:68px!important}.pb-17-md{padding-bottom:68px!important}.px-17-md{padding-left:68px!important;padding-right:68px!important}.py-17-md{padding-top:68px!important;padding-bottom:68px!important}.m-17-md{margin:68px!important}.mr-17-md{margin-right:68px!important}.ml-17-md{margin-left:68px!important}.mt-17-md{margin-top:68px!important}.mb-17-md{margin-bottom:68px!important}.mx-17-md{margin-left:68px!important;margin-right:68px!important}.my-17-md{margin-top:68px!important;margin-bottom:68px!important}.m-17-md-minus{margin:-68px!important}.mr-17-md-minus{margin-right:-68px!important}.ml-17-md-minus{margin-left:-68px!important}.mt-17-md-minus{margin-top:-68px!important}.mb-17-md-minus{margin-bottom:-68px!important}.p-18-md{padding:72px!important}.pr-18-md{padding-right:72px!important}.pl-18-md{padding-left:72px!important}.pt-18-md{padding-top:72px!important}.pb-18-md{padding-bottom:72px!important}.px-18-md{padding-left:72px!important;padding-right:72px!important}.py-18-md{padding-top:72px!important;padding-bottom:72px!important}.m-18-md{margin:72px!important}.mr-18-md{margin-right:72px!important}.ml-18-md{margin-left:72px!important}.mt-18-md{margin-top:72px!important}.mb-18-md{margin-bottom:72px!important}.mx-18-md{margin-left:72px!important;margin-right:72px!important}.my-18-md{margin-top:72px!important;margin-bottom:72px!important}.m-18-md-minus{margin:-72px!important}.mr-18-md-minus{margin-right:-72px!important}.ml-18-md-minus{margin-left:-72px!important}.mt-18-md-minus{margin-top:-72px!important}.mb-18-md-minus{margin-bottom:-72px!important}.p-19-md{padding:76px!important}.pr-19-md{padding-right:76px!important}.pl-19-md{padding-left:76px!important}.pt-19-md{padding-top:76px!important}.pb-19-md{padding-bottom:76px!important}.px-19-md{padding-left:76px!important;padding-right:76px!important}.py-19-md{padding-top:76px!important;padding-bottom:76px!important}.m-19-md{margin:76px!important}.mr-19-md{margin-right:76px!important}.ml-19-md{margin-left:76px!important}.mt-19-md{margin-top:76px!important}.mb-19-md{margin-bottom:76px!important}.mx-19-md{margin-left:76px!important;margin-right:76px!important}.my-19-md{margin-top:76px!important;margin-bottom:76px!important}.m-19-md-minus{margin:-76px!important}.mr-19-md-minus{margin-right:-76px!important}.ml-19-md-minus{margin-left:-76px!important}.mt-19-md-minus{margin-top:-76px!important}.mb-19-md-minus{margin-bottom:-76px!important}.p-20-md{padding:80px!important}.pr-20-md{padding-right:80px!important}.pl-20-md{padding-left:80px!important}.pt-20-md{padding-top:80px!important}.pb-20-md{padding-bottom:80px!important}.px-20-md{padding-left:80px!important;padding-right:80px!important}.py-20-md{padding-top:80px!important;padding-bottom:80px!important}.m-20-md{margin:80px!important}.mr-20-md{margin-right:80px!important}.ml-20-md{margin-left:80px!important}.mt-20-md{margin-top:80px!important}.mb-20-md{margin-bottom:80px!important}.mx-20-md{margin-left:80px!important;margin-right:80px!important}.my-20-md{margin-top:80px!important;margin-bottom:80px!important}.m-20-md-minus{margin:-80px!important}.mr-20-md-minus{margin-right:-80px!important}.ml-20-md-minus{margin-left:-80px!important}.mt-20-md-minus{margin-top:-80px!important}.mb-20-md-minus{margin-bottom:-80px!important}}@media screen and (min-width:992px){.mx-auto-lg{margin-left:auto!important;margin-right:auto!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-auto-lg{margin-top:auto!important}.mb-auto-lg{margin-bottom:auto!important}.p-0-lg{padding:0!important}.pl-0-lg{padding-left:0!important}.pr-0-lg{padding-right:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.m-0-lg{margin:0!important}.ml-0-lg{margin-left:0!important}.mr-0-lg{margin-right:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.p-0-lg{padding:0!important}.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-top:0!important;padding-bottom:0!important}.m-0-lg{margin:0!important}.mr-0-lg{margin-right:0!important}.ml-0-lg{margin-left:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.m-0-lg-minus{margin:0!important}.mr-0-lg-minus{margin-right:0!important}.ml-0-lg-minus{margin-left:0!important}.mt-0-lg-minus{margin-top:0!important}.mb-0-lg-minus{margin-bottom:0!important}.p-1-lg{padding:4px!important}.pr-1-lg{padding-right:4px!important}.pl-1-lg{padding-left:4px!important}.pt-1-lg{padding-top:4px!important}.pb-1-lg{padding-bottom:4px!important}.px-1-lg{padding-left:4px!important;padding-right:4px!important}.py-1-lg{padding-top:4px!important;padding-bottom:4px!important}.m-1-lg{margin:4px!important}.mr-1-lg{margin-right:4px!important}.ml-1-lg{margin-left:4px!important}.mt-1-lg{margin-top:4px!important}.mb-1-lg{margin-bottom:4px!important}.mx-1-lg{margin-left:4px!important;margin-right:4px!important}.my-1-lg{margin-top:4px!important;margin-bottom:4px!important}.m-1-lg-minus{margin:-4px!important}.mr-1-lg-minus{margin-right:-4px!important}.ml-1-lg-minus{margin-left:-4px!important}.mt-1-lg-minus{margin-top:-4px!important}.mb-1-lg-minus{margin-bottom:-4px!important}.p-2-lg{padding:8px!important}.pr-2-lg{padding-right:8px!important}.pl-2-lg{padding-left:8px!important}.pt-2-lg{padding-top:8px!important}.pb-2-lg{padding-bottom:8px!important}.px-2-lg{padding-left:8px!important;padding-right:8px!important}.py-2-lg{padding-top:8px!important;padding-bottom:8px!important}.m-2-lg{margin:8px!important}.mr-2-lg{margin-right:8px!important}.ml-2-lg{margin-left:8px!important}.mt-2-lg{margin-top:8px!important}.mb-2-lg{margin-bottom:8px!important}.mx-2-lg{margin-left:8px!important;margin-right:8px!important}.my-2-lg{margin-top:8px!important;margin-bottom:8px!important}.m-2-lg-minus{margin:-8px!important}.mr-2-lg-minus{margin-right:-8px!important}.ml-2-lg-minus{margin-left:-8px!important}.mt-2-lg-minus{margin-top:-8px!important}.mb-2-lg-minus{margin-bottom:-8px!important}.p-3-lg{padding:12px!important}.pr-3-lg{padding-right:12px!important}.pl-3-lg{padding-left:12px!important}.pt-3-lg{padding-top:12px!important}.pb-3-lg{padding-bottom:12px!important}.px-3-lg{padding-left:12px!important;padding-right:12px!important}.py-3-lg{padding-top:12px!important;padding-bottom:12px!important}.m-3-lg{margin:12px!important}.mr-3-lg{margin-right:12px!important}.ml-3-lg{margin-left:12px!important}.mt-3-lg{margin-top:12px!important}.mb-3-lg{margin-bottom:12px!important}.mx-3-lg{margin-left:12px!important;margin-right:12px!important}.my-3-lg{margin-top:12px!important;margin-bottom:12px!important}.m-3-lg-minus{margin:-12px!important}.mr-3-lg-minus{margin-right:-12px!important}.ml-3-lg-minus{margin-left:-12px!important}.mt-3-lg-minus{margin-top:-12px!important}.mb-3-lg-minus{margin-bottom:-12px!important}.p-4-lg{padding:16px!important}.pr-4-lg{padding-right:16px!important}.pl-4-lg{padding-left:16px!important}.pt-4-lg{padding-top:16px!important}.pb-4-lg{padding-bottom:16px!important}.px-4-lg{padding-left:16px!important;padding-right:16px!important}.py-4-lg{padding-top:16px!important;padding-bottom:16px!important}.m-4-lg{margin:16px!important}.mr-4-lg{margin-right:16px!important}.ml-4-lg{margin-left:16px!important}.mt-4-lg{margin-top:16px!important}.mb-4-lg{margin-bottom:16px!important}.mx-4-lg{margin-left:16px!important;margin-right:16px!important}.my-4-lg{margin-top:16px!important;margin-bottom:16px!important}.m-4-lg-minus{margin:-16px!important}.mr-4-lg-minus{margin-right:-16px!important}.ml-4-lg-minus{margin-left:-16px!important}.mt-4-lg-minus{margin-top:-16px!important}.mb-4-lg-minus{margin-bottom:-16px!important}.p-5-lg{padding:20px!important}.pr-5-lg{padding-right:20px!important}.pl-5-lg{padding-left:20px!important}.pt-5-lg{padding-top:20px!important}.pb-5-lg{padding-bottom:20px!important}.px-5-lg{padding-left:20px!important;padding-right:20px!important}.py-5-lg{padding-top:20px!important;padding-bottom:20px!important}.m-5-lg{margin:20px!important}.mr-5-lg{margin-right:20px!important}.ml-5-lg{margin-left:20px!important}.mt-5-lg{margin-top:20px!important}.mb-5-lg{margin-bottom:20px!important}.mx-5-lg{margin-left:20px!important;margin-right:20px!important}.my-5-lg{margin-top:20px!important;margin-bottom:20px!important}.m-5-lg-minus{margin:-20px!important}.mr-5-lg-minus{margin-right:-20px!important}.ml-5-lg-minus{margin-left:-20px!important}.mt-5-lg-minus{margin-top:-20px!important}.mb-5-lg-minus{margin-bottom:-20px!important}.p-6-lg{padding:24px!important}.pr-6-lg{padding-right:24px!important}.pl-6-lg{padding-left:24px!important}.pt-6-lg{padding-top:24px!important}.pb-6-lg{padding-bottom:24px!important}.px-6-lg{padding-left:24px!important;padding-right:24px!important}.py-6-lg{padding-top:24px!important;padding-bottom:24px!important}.m-6-lg{margin:24px!important}.mr-6-lg{margin-right:24px!important}.ml-6-lg{margin-left:24px!important}.mt-6-lg{margin-top:24px!important}.mb-6-lg{margin-bottom:24px!important}.mx-6-lg{margin-left:24px!important;margin-right:24px!important}.my-6-lg{margin-top:24px!important;margin-bottom:24px!important}.m-6-lg-minus{margin:-24px!important}.mr-6-lg-minus{margin-right:-24px!important}.ml-6-lg-minus{margin-left:-24px!important}.mt-6-lg-minus{margin-top:-24px!important}.mb-6-lg-minus{margin-bottom:-24px!important}.p-7-lg{padding:28px!important}.pr-7-lg{padding-right:28px!important}.pl-7-lg{padding-left:28px!important}.pt-7-lg{padding-top:28px!important}.pb-7-lg{padding-bottom:28px!important}.px-7-lg{padding-left:28px!important;padding-right:28px!important}.py-7-lg{padding-top:28px!important;padding-bottom:28px!important}.m-7-lg{margin:28px!important}.mr-7-lg{margin-right:28px!important}.ml-7-lg{margin-left:28px!important}.mt-7-lg{margin-top:28px!important}.mb-7-lg{margin-bottom:28px!important}.mx-7-lg{margin-left:28px!important;margin-right:28px!important}.my-7-lg{margin-top:28px!important;margin-bottom:28px!important}.m-7-lg-minus{margin:-28px!important}.mr-7-lg-minus{margin-right:-28px!important}.ml-7-lg-minus{margin-left:-28px!important}.mt-7-lg-minus{margin-top:-28px!important}.mb-7-lg-minus{margin-bottom:-28px!important}.p-8-lg{padding:32px!important}.pr-8-lg{padding-right:32px!important}.pl-8-lg{padding-left:32px!important}.pt-8-lg{padding-top:32px!important}.pb-8-lg{padding-bottom:32px!important}.px-8-lg{padding-left:32px!important;padding-right:32px!important}.py-8-lg{padding-top:32px!important;padding-bottom:32px!important}.m-8-lg{margin:32px!important}.mr-8-lg{margin-right:32px!important}.ml-8-lg{margin-left:32px!important}.mt-8-lg{margin-top:32px!important}.mb-8-lg{margin-bottom:32px!important}.mx-8-lg{margin-left:32px!important;margin-right:32px!important}.my-8-lg{margin-top:32px!important;margin-bottom:32px!important}.m-8-lg-minus{margin:-32px!important}.mr-8-lg-minus{margin-right:-32px!important}.ml-8-lg-minus{margin-left:-32px!important}.mt-8-lg-minus{margin-top:-32px!important}.mb-8-lg-minus{margin-bottom:-32px!important}.p-9-lg{padding:36px!important}.pr-9-lg{padding-right:36px!important}.pl-9-lg{padding-left:36px!important}.pt-9-lg{padding-top:36px!important}.pb-9-lg{padding-bottom:36px!important}.px-9-lg{padding-left:36px!important;padding-right:36px!important}.py-9-lg{padding-top:36px!important;padding-bottom:36px!important}.m-9-lg{margin:36px!important}.mr-9-lg{margin-right:36px!important}.ml-9-lg{margin-left:36px!important}.mt-9-lg{margin-top:36px!important}.mb-9-lg{margin-bottom:36px!important}.mx-9-lg{margin-left:36px!important;margin-right:36px!important}.my-9-lg{margin-top:36px!important;margin-bottom:36px!important}.m-9-lg-minus{margin:-36px!important}.mr-9-lg-minus{margin-right:-36px!important}.ml-9-lg-minus{margin-left:-36px!important}.mt-9-lg-minus{margin-top:-36px!important}.mb-9-lg-minus{margin-bottom:-36px!important}.p-10-lg{padding:40px!important}.pr-10-lg{padding-right:40px!important}.pl-10-lg{padding-left:40px!important}.pt-10-lg{padding-top:40px!important}.pb-10-lg{padding-bottom:40px!important}.px-10-lg{padding-left:40px!important;padding-right:40px!important}.py-10-lg{padding-top:40px!important;padding-bottom:40px!important}.m-10-lg{margin:40px!important}.mr-10-lg{margin-right:40px!important}.ml-10-lg{margin-left:40px!important}.mt-10-lg{margin-top:40px!important}.mb-10-lg{margin-bottom:40px!important}.mx-10-lg{margin-left:40px!important;margin-right:40px!important}.my-10-lg{margin-top:40px!important;margin-bottom:40px!important}.m-10-lg-minus{margin:-40px!important}.mr-10-lg-minus{margin-right:-40px!important}.ml-10-lg-minus{margin-left:-40px!important}.mt-10-lg-minus{margin-top:-40px!important}.mb-10-lg-minus{margin-bottom:-40px!important}.p-11-lg{padding:44px!important}.pr-11-lg{padding-right:44px!important}.pl-11-lg{padding-left:44px!important}.pt-11-lg{padding-top:44px!important}.pb-11-lg{padding-bottom:44px!important}.px-11-lg{padding-left:44px!important;padding-right:44px!important}.py-11-lg{padding-top:44px!important;padding-bottom:44px!important}.m-11-lg{margin:44px!important}.mr-11-lg{margin-right:44px!important}.ml-11-lg{margin-left:44px!important}.mt-11-lg{margin-top:44px!important}.mb-11-lg{margin-bottom:44px!important}.mx-11-lg{margin-left:44px!important;margin-right:44px!important}.my-11-lg{margin-top:44px!important;margin-bottom:44px!important}.m-11-lg-minus{margin:-44px!important}.mr-11-lg-minus{margin-right:-44px!important}.ml-11-lg-minus{margin-left:-44px!important}.mt-11-lg-minus{margin-top:-44px!important}.mb-11-lg-minus{margin-bottom:-44px!important}.p-12-lg{padding:48px!important}.pr-12-lg{padding-right:48px!important}.pl-12-lg{padding-left:48px!important}.pt-12-lg{padding-top:48px!important}.pb-12-lg{padding-bottom:48px!important}.px-12-lg{padding-left:48px!important;padding-right:48px!important}.py-12-lg{padding-top:48px!important;padding-bottom:48px!important}.m-12-lg{margin:48px!important}.mr-12-lg{margin-right:48px!important}.ml-12-lg{margin-left:48px!important}.mt-12-lg{margin-top:48px!important}.mb-12-lg{margin-bottom:48px!important}.mx-12-lg{margin-left:48px!important;margin-right:48px!important}.my-12-lg{margin-top:48px!important;margin-bottom:48px!important}.m-12-lg-minus{margin:-48px!important}.mr-12-lg-minus{margin-right:-48px!important}.ml-12-lg-minus{margin-left:-48px!important}.mt-12-lg-minus{margin-top:-48px!important}.mb-12-lg-minus{margin-bottom:-48px!important}.p-13-lg{padding:52px!important}.pr-13-lg{padding-right:52px!important}.pl-13-lg{padding-left:52px!important}.pt-13-lg{padding-top:52px!important}.pb-13-lg{padding-bottom:52px!important}.px-13-lg{padding-left:52px!important;padding-right:52px!important}.py-13-lg{padding-top:52px!important;padding-bottom:52px!important}.m-13-lg{margin:52px!important}.mr-13-lg{margin-right:52px!important}.ml-13-lg{margin-left:52px!important}.mt-13-lg{margin-top:52px!important}.mb-13-lg{margin-bottom:52px!important}.mx-13-lg{margin-left:52px!important;margin-right:52px!important}.my-13-lg{margin-top:52px!important;margin-bottom:52px!important}.m-13-lg-minus{margin:-52px!important}.mr-13-lg-minus{margin-right:-52px!important}.ml-13-lg-minus{margin-left:-52px!important}.mt-13-lg-minus{margin-top:-52px!important}.mb-13-lg-minus{margin-bottom:-52px!important}.p-14-lg{padding:56px!important}.pr-14-lg{padding-right:56px!important}.pl-14-lg{padding-left:56px!important}.pt-14-lg{padding-top:56px!important}.pb-14-lg{padding-bottom:56px!important}.px-14-lg{padding-left:56px!important;padding-right:56px!important}.py-14-lg{padding-top:56px!important;padding-bottom:56px!important}.m-14-lg{margin:56px!important}.mr-14-lg{margin-right:56px!important}.ml-14-lg{margin-left:56px!important}.mt-14-lg{margin-top:56px!important}.mb-14-lg{margin-bottom:56px!important}.mx-14-lg{margin-left:56px!important;margin-right:56px!important}.my-14-lg{margin-top:56px!important;margin-bottom:56px!important}.m-14-lg-minus{margin:-56px!important}.mr-14-lg-minus{margin-right:-56px!important}.ml-14-lg-minus{margin-left:-56px!important}.mt-14-lg-minus{margin-top:-56px!important}.mb-14-lg-minus{margin-bottom:-56px!important}.p-15-lg{padding:60px!important}.pr-15-lg{padding-right:60px!important}.pl-15-lg{padding-left:60px!important}.pt-15-lg{padding-top:60px!important}.pb-15-lg{padding-bottom:60px!important}.px-15-lg{padding-left:60px!important;padding-right:60px!important}.py-15-lg{padding-top:60px!important;padding-bottom:60px!important}.m-15-lg{margin:60px!important}.mr-15-lg{margin-right:60px!important}.ml-15-lg{margin-left:60px!important}.mt-15-lg{margin-top:60px!important}.mb-15-lg{margin-bottom:60px!important}.mx-15-lg{margin-left:60px!important;margin-right:60px!important}.my-15-lg{margin-top:60px!important;margin-bottom:60px!important}.m-15-lg-minus{margin:-60px!important}.mr-15-lg-minus{margin-right:-60px!important}.ml-15-lg-minus{margin-left:-60px!important}.mt-15-lg-minus{margin-top:-60px!important}.mb-15-lg-minus{margin-bottom:-60px!important}.p-16-lg{padding:64px!important}.pr-16-lg{padding-right:64px!important}.pl-16-lg{padding-left:64px!important}.pt-16-lg{padding-top:64px!important}.pb-16-lg{padding-bottom:64px!important}.px-16-lg{padding-left:64px!important;padding-right:64px!important}.py-16-lg{padding-top:64px!important;padding-bottom:64px!important}.m-16-lg{margin:64px!important}.mr-16-lg{margin-right:64px!important}.ml-16-lg{margin-left:64px!important}.mt-16-lg{margin-top:64px!important}.mb-16-lg{margin-bottom:64px!important}.mx-16-lg{margin-left:64px!important;margin-right:64px!important}.my-16-lg{margin-top:64px!important;margin-bottom:64px!important}.m-16-lg-minus{margin:-64px!important}.mr-16-lg-minus{margin-right:-64px!important}.ml-16-lg-minus{margin-left:-64px!important}.mt-16-lg-minus{margin-top:-64px!important}.mb-16-lg-minus{margin-bottom:-64px!important}.p-17-lg{padding:68px!important}.pr-17-lg{padding-right:68px!important}.pl-17-lg{padding-left:68px!important}.pt-17-lg{padding-top:68px!important}.pb-17-lg{padding-bottom:68px!important}.px-17-lg{padding-left:68px!important;padding-right:68px!important}.py-17-lg{padding-top:68px!important;padding-bottom:68px!important}.m-17-lg{margin:68px!important}.mr-17-lg{margin-right:68px!important}.ml-17-lg{margin-left:68px!important}.mt-17-lg{margin-top:68px!important}.mb-17-lg{margin-bottom:68px!important}.mx-17-lg{margin-left:68px!important;margin-right:68px!important}.my-17-lg{margin-top:68px!important;margin-bottom:68px!important}.m-17-lg-minus{margin:-68px!important}.mr-17-lg-minus{margin-right:-68px!important}.ml-17-lg-minus{margin-left:-68px!important}.mt-17-lg-minus{margin-top:-68px!important}.mb-17-lg-minus{margin-bottom:-68px!important}.p-18-lg{padding:72px!important}.pr-18-lg{padding-right:72px!important}.pl-18-lg{padding-left:72px!important}.pt-18-lg{padding-top:72px!important}.pb-18-lg{padding-bottom:72px!important}.px-18-lg{padding-left:72px!important;padding-right:72px!important}.py-18-lg{padding-top:72px!important;padding-bottom:72px!important}.m-18-lg{margin:72px!important}.mr-18-lg{margin-right:72px!important}.ml-18-lg{margin-left:72px!important}.mt-18-lg{margin-top:72px!important}.mb-18-lg{margin-bottom:72px!important}.mx-18-lg{margin-left:72px!important;margin-right:72px!important}.my-18-lg{margin-top:72px!important;margin-bottom:72px!important}.m-18-lg-minus{margin:-72px!important}.mr-18-lg-minus{margin-right:-72px!important}.ml-18-lg-minus{margin-left:-72px!important}.mt-18-lg-minus{margin-top:-72px!important}.mb-18-lg-minus{margin-bottom:-72px!important}.p-19-lg{padding:76px!important}.pr-19-lg{padding-right:76px!important}.pl-19-lg{padding-left:76px!important}.pt-19-lg{padding-top:76px!important}.pb-19-lg{padding-bottom:76px!important}.px-19-lg{padding-left:76px!important;padding-right:76px!important}.py-19-lg{padding-top:76px!important;padding-bottom:76px!important}.m-19-lg{margin:76px!important}.mr-19-lg{margin-right:76px!important}.ml-19-lg{margin-left:76px!important}.mt-19-lg{margin-top:76px!important}.mb-19-lg{margin-bottom:76px!important}.mx-19-lg{margin-left:76px!important;margin-right:76px!important}.my-19-lg{margin-top:76px!important;margin-bottom:76px!important}.m-19-lg-minus{margin:-76px!important}.mr-19-lg-minus{margin-right:-76px!important}.ml-19-lg-minus{margin-left:-76px!important}.mt-19-lg-minus{margin-top:-76px!important}.mb-19-lg-minus{margin-bottom:-76px!important}.p-20-lg{padding:80px!important}.pr-20-lg{padding-right:80px!important}.pl-20-lg{padding-left:80px!important}.pt-20-lg{padding-top:80px!important}.pb-20-lg{padding-bottom:80px!important}.px-20-lg{padding-left:80px!important;padding-right:80px!important}.py-20-lg{padding-top:80px!important;padding-bottom:80px!important}.m-20-lg{margin:80px!important}.mr-20-lg{margin-right:80px!important}.ml-20-lg{margin-left:80px!important}.mt-20-lg{margin-top:80px!important}.mb-20-lg{margin-bottom:80px!important}.mx-20-lg{margin-left:80px!important;margin-right:80px!important}.my-20-lg{margin-top:80px!important;margin-bottom:80px!important}.m-20-lg-minus{margin:-80px!important}.mr-20-lg-minus{margin-right:-80px!important}.ml-20-lg-minus{margin-left:-80px!important}.mt-20-lg-minus{margin-top:-80px!important}.mb-20-lg-minus{margin-bottom:-80px!important}}@media screen and (min-width:1200px){.mx-auto-xl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-auto-xl{margin-top:auto!important}.mb-auto-xl{margin-bottom:auto!important}.p-0-xl{padding:0!important}.pl-0-xl{padding-left:0!important}.pr-0-xl{padding-right:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.m-0-xl{margin:0!important}.ml-0-xl{margin-left:0!important}.mr-0-xl{margin-right:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.p-0-xl{padding:0!important}.pr-0-xl{padding-right:0!important}.pl-0-xl{padding-left:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-top:0!important;padding-bottom:0!important}.m-0-xl{margin:0!important}.mr-0-xl{margin-right:0!important}.ml-0-xl{margin-left:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.m-0-xl-minus{margin:0!important}.mr-0-xl-minus{margin-right:0!important}.ml-0-xl-minus{margin-left:0!important}.mt-0-xl-minus{margin-top:0!important}.mb-0-xl-minus{margin-bottom:0!important}.p-1-xl{padding:4px!important}.pr-1-xl{padding-right:4px!important}.pl-1-xl{padding-left:4px!important}.pt-1-xl{padding-top:4px!important}.pb-1-xl{padding-bottom:4px!important}.px-1-xl{padding-left:4px!important;padding-right:4px!important}.py-1-xl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xl{margin:4px!important}.mr-1-xl{margin-right:4px!important}.ml-1-xl{margin-left:4px!important}.mt-1-xl{margin-top:4px!important}.mb-1-xl{margin-bottom:4px!important}.mx-1-xl{margin-left:4px!important;margin-right:4px!important}.my-1-xl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xl-minus{margin:-4px!important}.mr-1-xl-minus{margin-right:-4px!important}.ml-1-xl-minus{margin-left:-4px!important}.mt-1-xl-minus{margin-top:-4px!important}.mb-1-xl-minus{margin-bottom:-4px!important}.p-2-xl{padding:8px!important}.pr-2-xl{padding-right:8px!important}.pl-2-xl{padding-left:8px!important}.pt-2-xl{padding-top:8px!important}.pb-2-xl{padding-bottom:8px!important}.px-2-xl{padding-left:8px!important;padding-right:8px!important}.py-2-xl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xl{margin:8px!important}.mr-2-xl{margin-right:8px!important}.ml-2-xl{margin-left:8px!important}.mt-2-xl{margin-top:8px!important}.mb-2-xl{margin-bottom:8px!important}.mx-2-xl{margin-left:8px!important;margin-right:8px!important}.my-2-xl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xl-minus{margin:-8px!important}.mr-2-xl-minus{margin-right:-8px!important}.ml-2-xl-minus{margin-left:-8px!important}.mt-2-xl-minus{margin-top:-8px!important}.mb-2-xl-minus{margin-bottom:-8px!important}.p-3-xl{padding:12px!important}.pr-3-xl{padding-right:12px!important}.pl-3-xl{padding-left:12px!important}.pt-3-xl{padding-top:12px!important}.pb-3-xl{padding-bottom:12px!important}.px-3-xl{padding-left:12px!important;padding-right:12px!important}.py-3-xl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xl{margin:12px!important}.mr-3-xl{margin-right:12px!important}.ml-3-xl{margin-left:12px!important}.mt-3-xl{margin-top:12px!important}.mb-3-xl{margin-bottom:12px!important}.mx-3-xl{margin-left:12px!important;margin-right:12px!important}.my-3-xl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xl-minus{margin:-12px!important}.mr-3-xl-minus{margin-right:-12px!important}.ml-3-xl-minus{margin-left:-12px!important}.mt-3-xl-minus{margin-top:-12px!important}.mb-3-xl-minus{margin-bottom:-12px!important}.p-4-xl{padding:16px!important}.pr-4-xl{padding-right:16px!important}.pl-4-xl{padding-left:16px!important}.pt-4-xl{padding-top:16px!important}.pb-4-xl{padding-bottom:16px!important}.px-4-xl{padding-left:16px!important;padding-right:16px!important}.py-4-xl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xl{margin:16px!important}.mr-4-xl{margin-right:16px!important}.ml-4-xl{margin-left:16px!important}.mt-4-xl{margin-top:16px!important}.mb-4-xl{margin-bottom:16px!important}.mx-4-xl{margin-left:16px!important;margin-right:16px!important}.my-4-xl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xl-minus{margin:-16px!important}.mr-4-xl-minus{margin-right:-16px!important}.ml-4-xl-minus{margin-left:-16px!important}.mt-4-xl-minus{margin-top:-16px!important}.mb-4-xl-minus{margin-bottom:-16px!important}.p-5-xl{padding:20px!important}.pr-5-xl{padding-right:20px!important}.pl-5-xl{padding-left:20px!important}.pt-5-xl{padding-top:20px!important}.pb-5-xl{padding-bottom:20px!important}.px-5-xl{padding-left:20px!important;padding-right:20px!important}.py-5-xl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xl{margin:20px!important}.mr-5-xl{margin-right:20px!important}.ml-5-xl{margin-left:20px!important}.mt-5-xl{margin-top:20px!important}.mb-5-xl{margin-bottom:20px!important}.mx-5-xl{margin-left:20px!important;margin-right:20px!important}.my-5-xl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xl-minus{margin:-20px!important}.mr-5-xl-minus{margin-right:-20px!important}.ml-5-xl-minus{margin-left:-20px!important}.mt-5-xl-minus{margin-top:-20px!important}.mb-5-xl-minus{margin-bottom:-20px!important}.p-6-xl{padding:24px!important}.pr-6-xl{padding-right:24px!important}.pl-6-xl{padding-left:24px!important}.pt-6-xl{padding-top:24px!important}.pb-6-xl{padding-bottom:24px!important}.px-6-xl{padding-left:24px!important;padding-right:24px!important}.py-6-xl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xl{margin:24px!important}.mr-6-xl{margin-right:24px!important}.ml-6-xl{margin-left:24px!important}.mt-6-xl{margin-top:24px!important}.mb-6-xl{margin-bottom:24px!important}.mx-6-xl{margin-left:24px!important;margin-right:24px!important}.my-6-xl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xl-minus{margin:-24px!important}.mr-6-xl-minus{margin-right:-24px!important}.ml-6-xl-minus{margin-left:-24px!important}.mt-6-xl-minus{margin-top:-24px!important}.mb-6-xl-minus{margin-bottom:-24px!important}.p-7-xl{padding:28px!important}.pr-7-xl{padding-right:28px!important}.pl-7-xl{padding-left:28px!important}.pt-7-xl{padding-top:28px!important}.pb-7-xl{padding-bottom:28px!important}.px-7-xl{padding-left:28px!important;padding-right:28px!important}.py-7-xl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xl{margin:28px!important}.mr-7-xl{margin-right:28px!important}.ml-7-xl{margin-left:28px!important}.mt-7-xl{margin-top:28px!important}.mb-7-xl{margin-bottom:28px!important}.mx-7-xl{margin-left:28px!important;margin-right:28px!important}.my-7-xl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xl-minus{margin:-28px!important}.mr-7-xl-minus{margin-right:-28px!important}.ml-7-xl-minus{margin-left:-28px!important}.mt-7-xl-minus{margin-top:-28px!important}.mb-7-xl-minus{margin-bottom:-28px!important}.p-8-xl{padding:32px!important}.pr-8-xl{padding-right:32px!important}.pl-8-xl{padding-left:32px!important}.pt-8-xl{padding-top:32px!important}.pb-8-xl{padding-bottom:32px!important}.px-8-xl{padding-left:32px!important;padding-right:32px!important}.py-8-xl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xl{margin:32px!important}.mr-8-xl{margin-right:32px!important}.ml-8-xl{margin-left:32px!important}.mt-8-xl{margin-top:32px!important}.mb-8-xl{margin-bottom:32px!important}.mx-8-xl{margin-left:32px!important;margin-right:32px!important}.my-8-xl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xl-minus{margin:-32px!important}.mr-8-xl-minus{margin-right:-32px!important}.ml-8-xl-minus{margin-left:-32px!important}.mt-8-xl-minus{margin-top:-32px!important}.mb-8-xl-minus{margin-bottom:-32px!important}.p-9-xl{padding:36px!important}.pr-9-xl{padding-right:36px!important}.pl-9-xl{padding-left:36px!important}.pt-9-xl{padding-top:36px!important}.pb-9-xl{padding-bottom:36px!important}.px-9-xl{padding-left:36px!important;padding-right:36px!important}.py-9-xl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xl{margin:36px!important}.mr-9-xl{margin-right:36px!important}.ml-9-xl{margin-left:36px!important}.mt-9-xl{margin-top:36px!important}.mb-9-xl{margin-bottom:36px!important}.mx-9-xl{margin-left:36px!important;margin-right:36px!important}.my-9-xl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xl-minus{margin:-36px!important}.mr-9-xl-minus{margin-right:-36px!important}.ml-9-xl-minus{margin-left:-36px!important}.mt-9-xl-minus{margin-top:-36px!important}.mb-9-xl-minus{margin-bottom:-36px!important}.p-10-xl{padding:40px!important}.pr-10-xl{padding-right:40px!important}.pl-10-xl{padding-left:40px!important}.pt-10-xl{padding-top:40px!important}.pb-10-xl{padding-bottom:40px!important}.px-10-xl{padding-left:40px!important;padding-right:40px!important}.py-10-xl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xl{margin:40px!important}.mr-10-xl{margin-right:40px!important}.ml-10-xl{margin-left:40px!important}.mt-10-xl{margin-top:40px!important}.mb-10-xl{margin-bottom:40px!important}.mx-10-xl{margin-left:40px!important;margin-right:40px!important}.my-10-xl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xl-minus{margin:-40px!important}.mr-10-xl-minus{margin-right:-40px!important}.ml-10-xl-minus{margin-left:-40px!important}.mt-10-xl-minus{margin-top:-40px!important}.mb-10-xl-minus{margin-bottom:-40px!important}.p-11-xl{padding:44px!important}.pr-11-xl{padding-right:44px!important}.pl-11-xl{padding-left:44px!important}.pt-11-xl{padding-top:44px!important}.pb-11-xl{padding-bottom:44px!important}.px-11-xl{padding-left:44px!important;padding-right:44px!important}.py-11-xl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xl{margin:44px!important}.mr-11-xl{margin-right:44px!important}.ml-11-xl{margin-left:44px!important}.mt-11-xl{margin-top:44px!important}.mb-11-xl{margin-bottom:44px!important}.mx-11-xl{margin-left:44px!important;margin-right:44px!important}.my-11-xl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xl-minus{margin:-44px!important}.mr-11-xl-minus{margin-right:-44px!important}.ml-11-xl-minus{margin-left:-44px!important}.mt-11-xl-minus{margin-top:-44px!important}.mb-11-xl-minus{margin-bottom:-44px!important}.p-12-xl{padding:48px!important}.pr-12-xl{padding-right:48px!important}.pl-12-xl{padding-left:48px!important}.pt-12-xl{padding-top:48px!important}.pb-12-xl{padding-bottom:48px!important}.px-12-xl{padding-left:48px!important;padding-right:48px!important}.py-12-xl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xl{margin:48px!important}.mr-12-xl{margin-right:48px!important}.ml-12-xl{margin-left:48px!important}.mt-12-xl{margin-top:48px!important}.mb-12-xl{margin-bottom:48px!important}.mx-12-xl{margin-left:48px!important;margin-right:48px!important}.my-12-xl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xl-minus{margin:-48px!important}.mr-12-xl-minus{margin-right:-48px!important}.ml-12-xl-minus{margin-left:-48px!important}.mt-12-xl-minus{margin-top:-48px!important}.mb-12-xl-minus{margin-bottom:-48px!important}.p-13-xl{padding:52px!important}.pr-13-xl{padding-right:52px!important}.pl-13-xl{padding-left:52px!important}.pt-13-xl{padding-top:52px!important}.pb-13-xl{padding-bottom:52px!important}.px-13-xl{padding-left:52px!important;padding-right:52px!important}.py-13-xl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xl{margin:52px!important}.mr-13-xl{margin-right:52px!important}.ml-13-xl{margin-left:52px!important}.mt-13-xl{margin-top:52px!important}.mb-13-xl{margin-bottom:52px!important}.mx-13-xl{margin-left:52px!important;margin-right:52px!important}.my-13-xl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xl-minus{margin:-52px!important}.mr-13-xl-minus{margin-right:-52px!important}.ml-13-xl-minus{margin-left:-52px!important}.mt-13-xl-minus{margin-top:-52px!important}.mb-13-xl-minus{margin-bottom:-52px!important}.p-14-xl{padding:56px!important}.pr-14-xl{padding-right:56px!important}.pl-14-xl{padding-left:56px!important}.pt-14-xl{padding-top:56px!important}.pb-14-xl{padding-bottom:56px!important}.px-14-xl{padding-left:56px!important;padding-right:56px!important}.py-14-xl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xl{margin:56px!important}.mr-14-xl{margin-right:56px!important}.ml-14-xl{margin-left:56px!important}.mt-14-xl{margin-top:56px!important}.mb-14-xl{margin-bottom:56px!important}.mx-14-xl{margin-left:56px!important;margin-right:56px!important}.my-14-xl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xl-minus{margin:-56px!important}.mr-14-xl-minus{margin-right:-56px!important}.ml-14-xl-minus{margin-left:-56px!important}.mt-14-xl-minus{margin-top:-56px!important}.mb-14-xl-minus{margin-bottom:-56px!important}.p-15-xl{padding:60px!important}.pr-15-xl{padding-right:60px!important}.pl-15-xl{padding-left:60px!important}.pt-15-xl{padding-top:60px!important}.pb-15-xl{padding-bottom:60px!important}.px-15-xl{padding-left:60px!important;padding-right:60px!important}.py-15-xl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xl{margin:60px!important}.mr-15-xl{margin-right:60px!important}.ml-15-xl{margin-left:60px!important}.mt-15-xl{margin-top:60px!important}.mb-15-xl{margin-bottom:60px!important}.mx-15-xl{margin-left:60px!important;margin-right:60px!important}.my-15-xl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xl-minus{margin:-60px!important}.mr-15-xl-minus{margin-right:-60px!important}.ml-15-xl-minus{margin-left:-60px!important}.mt-15-xl-minus{margin-top:-60px!important}.mb-15-xl-minus{margin-bottom:-60px!important}.p-16-xl{padding:64px!important}.pr-16-xl{padding-right:64px!important}.pl-16-xl{padding-left:64px!important}.pt-16-xl{padding-top:64px!important}.pb-16-xl{padding-bottom:64px!important}.px-16-xl{padding-left:64px!important;padding-right:64px!important}.py-16-xl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xl{margin:64px!important}.mr-16-xl{margin-right:64px!important}.ml-16-xl{margin-left:64px!important}.mt-16-xl{margin-top:64px!important}.mb-16-xl{margin-bottom:64px!important}.mx-16-xl{margin-left:64px!important;margin-right:64px!important}.my-16-xl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xl-minus{margin:-64px!important}.mr-16-xl-minus{margin-right:-64px!important}.ml-16-xl-minus{margin-left:-64px!important}.mt-16-xl-minus{margin-top:-64px!important}.mb-16-xl-minus{margin-bottom:-64px!important}.p-17-xl{padding:68px!important}.pr-17-xl{padding-right:68px!important}.pl-17-xl{padding-left:68px!important}.pt-17-xl{padding-top:68px!important}.pb-17-xl{padding-bottom:68px!important}.px-17-xl{padding-left:68px!important;padding-right:68px!important}.py-17-xl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xl{margin:68px!important}.mr-17-xl{margin-right:68px!important}.ml-17-xl{margin-left:68px!important}.mt-17-xl{margin-top:68px!important}.mb-17-xl{margin-bottom:68px!important}.mx-17-xl{margin-left:68px!important;margin-right:68px!important}.my-17-xl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xl-minus{margin:-68px!important}.mr-17-xl-minus{margin-right:-68px!important}.ml-17-xl-minus{margin-left:-68px!important}.mt-17-xl-minus{margin-top:-68px!important}.mb-17-xl-minus{margin-bottom:-68px!important}.p-18-xl{padding:72px!important}.pr-18-xl{padding-right:72px!important}.pl-18-xl{padding-left:72px!important}.pt-18-xl{padding-top:72px!important}.pb-18-xl{padding-bottom:72px!important}.px-18-xl{padding-left:72px!important;padding-right:72px!important}.py-18-xl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xl{margin:72px!important}.mr-18-xl{margin-right:72px!important}.ml-18-xl{margin-left:72px!important}.mt-18-xl{margin-top:72px!important}.mb-18-xl{margin-bottom:72px!important}.mx-18-xl{margin-left:72px!important;margin-right:72px!important}.my-18-xl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xl-minus{margin:-72px!important}.mr-18-xl-minus{margin-right:-72px!important}.ml-18-xl-minus{margin-left:-72px!important}.mt-18-xl-minus{margin-top:-72px!important}.mb-18-xl-minus{margin-bottom:-72px!important}.p-19-xl{padding:76px!important}.pr-19-xl{padding-right:76px!important}.pl-19-xl{padding-left:76px!important}.pt-19-xl{padding-top:76px!important}.pb-19-xl{padding-bottom:76px!important}.px-19-xl{padding-left:76px!important;padding-right:76px!important}.py-19-xl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xl{margin:76px!important}.mr-19-xl{margin-right:76px!important}.ml-19-xl{margin-left:76px!important}.mt-19-xl{margin-top:76px!important}.mb-19-xl{margin-bottom:76px!important}.mx-19-xl{margin-left:76px!important;margin-right:76px!important}.my-19-xl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xl-minus{margin:-76px!important}.mr-19-xl-minus{margin-right:-76px!important}.ml-19-xl-minus{margin-left:-76px!important}.mt-19-xl-minus{margin-top:-76px!important}.mb-19-xl-minus{margin-bottom:-76px!important}.p-20-xl{padding:80px!important}.pr-20-xl{padding-right:80px!important}.pl-20-xl{padding-left:80px!important}.pt-20-xl{padding-top:80px!important}.pb-20-xl{padding-bottom:80px!important}.px-20-xl{padding-left:80px!important;padding-right:80px!important}.py-20-xl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xl{margin:80px!important}.mr-20-xl{margin-right:80px!important}.ml-20-xl{margin-left:80px!important}.mt-20-xl{margin-top:80px!important}.mb-20-xl{margin-bottom:80px!important}.mx-20-xl{margin-left:80px!important;margin-right:80px!important}.my-20-xl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xl-minus{margin:-80px!important}.mr-20-xl-minus{margin-right:-80px!important}.ml-20-xl-minus{margin-left:-80px!important}.mt-20-xl-minus{margin-top:-80px!important}.mb-20-xl-minus{margin-bottom:-80px!important}}@media screen and (min-width:1452px){.mx-auto-xxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxl{margin-left:auto!important}.mr-auto-xxl{margin-right:auto!important}.mt-auto-xxl{margin-top:auto!important}.mb-auto-xxl{margin-bottom:auto!important}.p-0-xxl{padding:0!important}.pl-0-xxl{padding-left:0!important}.pr-0-xxl{padding-right:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.m-0-xxl{margin:0!important}.ml-0-xxl{margin-left:0!important}.mr-0-xxl{margin-right:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.p-0-xxl{padding:0!important}.pr-0-xxl{padding-right:0!important}.pl-0-xxl{padding-left:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.px-0-xxl{padding-left:0!important;padding-right:0!important}.py-0-xxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxl{margin:0!important}.mr-0-xxl{margin-right:0!important}.ml-0-xxl{margin-left:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.mx-0-xxl{margin-left:0!important;margin-right:0!important}.my-0-xxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxl-minus{margin:0!important}.mr-0-xxl-minus{margin-right:0!important}.ml-0-xxl-minus{margin-left:0!important}.mt-0-xxl-minus{margin-top:0!important}.mb-0-xxl-minus{margin-bottom:0!important}.p-1-xxl{padding:4px!important}.pr-1-xxl{padding-right:4px!important}.pl-1-xxl{padding-left:4px!important}.pt-1-xxl{padding-top:4px!important}.pb-1-xxl{padding-bottom:4px!important}.px-1-xxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxl{margin:4px!important}.mr-1-xxl{margin-right:4px!important}.ml-1-xxl{margin-left:4px!important}.mt-1-xxl{margin-top:4px!important}.mb-1-xxl{margin-bottom:4px!important}.mx-1-xxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxl-minus{margin:-4px!important}.mr-1-xxl-minus{margin-right:-4px!important}.ml-1-xxl-minus{margin-left:-4px!important}.mt-1-xxl-minus{margin-top:-4px!important}.mb-1-xxl-minus{margin-bottom:-4px!important}.p-2-xxl{padding:8px!important}.pr-2-xxl{padding-right:8px!important}.pl-2-xxl{padding-left:8px!important}.pt-2-xxl{padding-top:8px!important}.pb-2-xxl{padding-bottom:8px!important}.px-2-xxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxl{margin:8px!important}.mr-2-xxl{margin-right:8px!important}.ml-2-xxl{margin-left:8px!important}.mt-2-xxl{margin-top:8px!important}.mb-2-xxl{margin-bottom:8px!important}.mx-2-xxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxl-minus{margin:-8px!important}.mr-2-xxl-minus{margin-right:-8px!important}.ml-2-xxl-minus{margin-left:-8px!important}.mt-2-xxl-minus{margin-top:-8px!important}.mb-2-xxl-minus{margin-bottom:-8px!important}.p-3-xxl{padding:12px!important}.pr-3-xxl{padding-right:12px!important}.pl-3-xxl{padding-left:12px!important}.pt-3-xxl{padding-top:12px!important}.pb-3-xxl{padding-bottom:12px!important}.px-3-xxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxl{margin:12px!important}.mr-3-xxl{margin-right:12px!important}.ml-3-xxl{margin-left:12px!important}.mt-3-xxl{margin-top:12px!important}.mb-3-xxl{margin-bottom:12px!important}.mx-3-xxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxl-minus{margin:-12px!important}.mr-3-xxl-minus{margin-right:-12px!important}.ml-3-xxl-minus{margin-left:-12px!important}.mt-3-xxl-minus{margin-top:-12px!important}.mb-3-xxl-minus{margin-bottom:-12px!important}.p-4-xxl{padding:16px!important}.pr-4-xxl{padding-right:16px!important}.pl-4-xxl{padding-left:16px!important}.pt-4-xxl{padding-top:16px!important}.pb-4-xxl{padding-bottom:16px!important}.px-4-xxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxl{margin:16px!important}.mr-4-xxl{margin-right:16px!important}.ml-4-xxl{margin-left:16px!important}.mt-4-xxl{margin-top:16px!important}.mb-4-xxl{margin-bottom:16px!important}.mx-4-xxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxl-minus{margin:-16px!important}.mr-4-xxl-minus{margin-right:-16px!important}.ml-4-xxl-minus{margin-left:-16px!important}.mt-4-xxl-minus{margin-top:-16px!important}.mb-4-xxl-minus{margin-bottom:-16px!important}.p-5-xxl{padding:20px!important}.pr-5-xxl{padding-right:20px!important}.pl-5-xxl{padding-left:20px!important}.pt-5-xxl{padding-top:20px!important}.pb-5-xxl{padding-bottom:20px!important}.px-5-xxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxl{margin:20px!important}.mr-5-xxl{margin-right:20px!important}.ml-5-xxl{margin-left:20px!important}.mt-5-xxl{margin-top:20px!important}.mb-5-xxl{margin-bottom:20px!important}.mx-5-xxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxl-minus{margin:-20px!important}.mr-5-xxl-minus{margin-right:-20px!important}.ml-5-xxl-minus{margin-left:-20px!important}.mt-5-xxl-minus{margin-top:-20px!important}.mb-5-xxl-minus{margin-bottom:-20px!important}.p-6-xxl{padding:24px!important}.pr-6-xxl{padding-right:24px!important}.pl-6-xxl{padding-left:24px!important}.pt-6-xxl{padding-top:24px!important}.pb-6-xxl{padding-bottom:24px!important}.px-6-xxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxl{margin:24px!important}.mr-6-xxl{margin-right:24px!important}.ml-6-xxl{margin-left:24px!important}.mt-6-xxl{margin-top:24px!important}.mb-6-xxl{margin-bottom:24px!important}.mx-6-xxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxl-minus{margin:-24px!important}.mr-6-xxl-minus{margin-right:-24px!important}.ml-6-xxl-minus{margin-left:-24px!important}.mt-6-xxl-minus{margin-top:-24px!important}.mb-6-xxl-minus{margin-bottom:-24px!important}.p-7-xxl{padding:28px!important}.pr-7-xxl{padding-right:28px!important}.pl-7-xxl{padding-left:28px!important}.pt-7-xxl{padding-top:28px!important}.pb-7-xxl{padding-bottom:28px!important}.px-7-xxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxl{margin:28px!important}.mr-7-xxl{margin-right:28px!important}.ml-7-xxl{margin-left:28px!important}.mt-7-xxl{margin-top:28px!important}.mb-7-xxl{margin-bottom:28px!important}.mx-7-xxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxl-minus{margin:-28px!important}.mr-7-xxl-minus{margin-right:-28px!important}.ml-7-xxl-minus{margin-left:-28px!important}.mt-7-xxl-minus{margin-top:-28px!important}.mb-7-xxl-minus{margin-bottom:-28px!important}.p-8-xxl{padding:32px!important}.pr-8-xxl{padding-right:32px!important}.pl-8-xxl{padding-left:32px!important}.pt-8-xxl{padding-top:32px!important}.pb-8-xxl{padding-bottom:32px!important}.px-8-xxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxl{margin:32px!important}.mr-8-xxl{margin-right:32px!important}.ml-8-xxl{margin-left:32px!important}.mt-8-xxl{margin-top:32px!important}.mb-8-xxl{margin-bottom:32px!important}.mx-8-xxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxl-minus{margin:-32px!important}.mr-8-xxl-minus{margin-right:-32px!important}.ml-8-xxl-minus{margin-left:-32px!important}.mt-8-xxl-minus{margin-top:-32px!important}.mb-8-xxl-minus{margin-bottom:-32px!important}.p-9-xxl{padding:36px!important}.pr-9-xxl{padding-right:36px!important}.pl-9-xxl{padding-left:36px!important}.pt-9-xxl{padding-top:36px!important}.pb-9-xxl{padding-bottom:36px!important}.px-9-xxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxl{margin:36px!important}.mr-9-xxl{margin-right:36px!important}.ml-9-xxl{margin-left:36px!important}.mt-9-xxl{margin-top:36px!important}.mb-9-xxl{margin-bottom:36px!important}.mx-9-xxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxl-minus{margin:-36px!important}.mr-9-xxl-minus{margin-right:-36px!important}.ml-9-xxl-minus{margin-left:-36px!important}.mt-9-xxl-minus{margin-top:-36px!important}.mb-9-xxl-minus{margin-bottom:-36px!important}.p-10-xxl{padding:40px!important}.pr-10-xxl{padding-right:40px!important}.pl-10-xxl{padding-left:40px!important}.pt-10-xxl{padding-top:40px!important}.pb-10-xxl{padding-bottom:40px!important}.px-10-xxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxl{margin:40px!important}.mr-10-xxl{margin-right:40px!important}.ml-10-xxl{margin-left:40px!important}.mt-10-xxl{margin-top:40px!important}.mb-10-xxl{margin-bottom:40px!important}.mx-10-xxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxl-minus{margin:-40px!important}.mr-10-xxl-minus{margin-right:-40px!important}.ml-10-xxl-minus{margin-left:-40px!important}.mt-10-xxl-minus{margin-top:-40px!important}.mb-10-xxl-minus{margin-bottom:-40px!important}.p-11-xxl{padding:44px!important}.pr-11-xxl{padding-right:44px!important}.pl-11-xxl{padding-left:44px!important}.pt-11-xxl{padding-top:44px!important}.pb-11-xxl{padding-bottom:44px!important}.px-11-xxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxl{margin:44px!important}.mr-11-xxl{margin-right:44px!important}.ml-11-xxl{margin-left:44px!important}.mt-11-xxl{margin-top:44px!important}.mb-11-xxl{margin-bottom:44px!important}.mx-11-xxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxl-minus{margin:-44px!important}.mr-11-xxl-minus{margin-right:-44px!important}.ml-11-xxl-minus{margin-left:-44px!important}.mt-11-xxl-minus{margin-top:-44px!important}.mb-11-xxl-minus{margin-bottom:-44px!important}.p-12-xxl{padding:48px!important}.pr-12-xxl{padding-right:48px!important}.pl-12-xxl{padding-left:48px!important}.pt-12-xxl{padding-top:48px!important}.pb-12-xxl{padding-bottom:48px!important}.px-12-xxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxl{margin:48px!important}.mr-12-xxl{margin-right:48px!important}.ml-12-xxl{margin-left:48px!important}.mt-12-xxl{margin-top:48px!important}.mb-12-xxl{margin-bottom:48px!important}.mx-12-xxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxl-minus{margin:-48px!important}.mr-12-xxl-minus{margin-right:-48px!important}.ml-12-xxl-minus{margin-left:-48px!important}.mt-12-xxl-minus{margin-top:-48px!important}.mb-12-xxl-minus{margin-bottom:-48px!important}.p-13-xxl{padding:52px!important}.pr-13-xxl{padding-right:52px!important}.pl-13-xxl{padding-left:52px!important}.pt-13-xxl{padding-top:52px!important}.pb-13-xxl{padding-bottom:52px!important}.px-13-xxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxl{margin:52px!important}.mr-13-xxl{margin-right:52px!important}.ml-13-xxl{margin-left:52px!important}.mt-13-xxl{margin-top:52px!important}.mb-13-xxl{margin-bottom:52px!important}.mx-13-xxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxl-minus{margin:-52px!important}.mr-13-xxl-minus{margin-right:-52px!important}.ml-13-xxl-minus{margin-left:-52px!important}.mt-13-xxl-minus{margin-top:-52px!important}.mb-13-xxl-minus{margin-bottom:-52px!important}.p-14-xxl{padding:56px!important}.pr-14-xxl{padding-right:56px!important}.pl-14-xxl{padding-left:56px!important}.pt-14-xxl{padding-top:56px!important}.pb-14-xxl{padding-bottom:56px!important}.px-14-xxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxl{margin:56px!important}.mr-14-xxl{margin-right:56px!important}.ml-14-xxl{margin-left:56px!important}.mt-14-xxl{margin-top:56px!important}.mb-14-xxl{margin-bottom:56px!important}.mx-14-xxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxl-minus{margin:-56px!important}.mr-14-xxl-minus{margin-right:-56px!important}.ml-14-xxl-minus{margin-left:-56px!important}.mt-14-xxl-minus{margin-top:-56px!important}.mb-14-xxl-minus{margin-bottom:-56px!important}.p-15-xxl{padding:60px!important}.pr-15-xxl{padding-right:60px!important}.pl-15-xxl{padding-left:60px!important}.pt-15-xxl{padding-top:60px!important}.pb-15-xxl{padding-bottom:60px!important}.px-15-xxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxl{margin:60px!important}.mr-15-xxl{margin-right:60px!important}.ml-15-xxl{margin-left:60px!important}.mt-15-xxl{margin-top:60px!important}.mb-15-xxl{margin-bottom:60px!important}.mx-15-xxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxl-minus{margin:-60px!important}.mr-15-xxl-minus{margin-right:-60px!important}.ml-15-xxl-minus{margin-left:-60px!important}.mt-15-xxl-minus{margin-top:-60px!important}.mb-15-xxl-minus{margin-bottom:-60px!important}.p-16-xxl{padding:64px!important}.pr-16-xxl{padding-right:64px!important}.pl-16-xxl{padding-left:64px!important}.pt-16-xxl{padding-top:64px!important}.pb-16-xxl{padding-bottom:64px!important}.px-16-xxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxl{margin:64px!important}.mr-16-xxl{margin-right:64px!important}.ml-16-xxl{margin-left:64px!important}.mt-16-xxl{margin-top:64px!important}.mb-16-xxl{margin-bottom:64px!important}.mx-16-xxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxl-minus{margin:-64px!important}.mr-16-xxl-minus{margin-right:-64px!important}.ml-16-xxl-minus{margin-left:-64px!important}.mt-16-xxl-minus{margin-top:-64px!important}.mb-16-xxl-minus{margin-bottom:-64px!important}.p-17-xxl{padding:68px!important}.pr-17-xxl{padding-right:68px!important}.pl-17-xxl{padding-left:68px!important}.pt-17-xxl{padding-top:68px!important}.pb-17-xxl{padding-bottom:68px!important}.px-17-xxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxl{margin:68px!important}.mr-17-xxl{margin-right:68px!important}.ml-17-xxl{margin-left:68px!important}.mt-17-xxl{margin-top:68px!important}.mb-17-xxl{margin-bottom:68px!important}.mx-17-xxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxl-minus{margin:-68px!important}.mr-17-xxl-minus{margin-right:-68px!important}.ml-17-xxl-minus{margin-left:-68px!important}.mt-17-xxl-minus{margin-top:-68px!important}.mb-17-xxl-minus{margin-bottom:-68px!important}.p-18-xxl{padding:72px!important}.pr-18-xxl{padding-right:72px!important}.pl-18-xxl{padding-left:72px!important}.pt-18-xxl{padding-top:72px!important}.pb-18-xxl{padding-bottom:72px!important}.px-18-xxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxl{margin:72px!important}.mr-18-xxl{margin-right:72px!important}.ml-18-xxl{margin-left:72px!important}.mt-18-xxl{margin-top:72px!important}.mb-18-xxl{margin-bottom:72px!important}.mx-18-xxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxl-minus{margin:-72px!important}.mr-18-xxl-minus{margin-right:-72px!important}.ml-18-xxl-minus{margin-left:-72px!important}.mt-18-xxl-minus{margin-top:-72px!important}.mb-18-xxl-minus{margin-bottom:-72px!important}.p-19-xxl{padding:76px!important}.pr-19-xxl{padding-right:76px!important}.pl-19-xxl{padding-left:76px!important}.pt-19-xxl{padding-top:76px!important}.pb-19-xxl{padding-bottom:76px!important}.px-19-xxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxl{margin:76px!important}.mr-19-xxl{margin-right:76px!important}.ml-19-xxl{margin-left:76px!important}.mt-19-xxl{margin-top:76px!important}.mb-19-xxl{margin-bottom:76px!important}.mx-19-xxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxl-minus{margin:-76px!important}.mr-19-xxl-minus{margin-right:-76px!important}.ml-19-xxl-minus{margin-left:-76px!important}.mt-19-xxl-minus{margin-top:-76px!important}.mb-19-xxl-minus{margin-bottom:-76px!important}.p-20-xxl{padding:80px!important}.pr-20-xxl{padding-right:80px!important}.pl-20-xxl{padding-left:80px!important}.pt-20-xxl{padding-top:80px!important}.pb-20-xxl{padding-bottom:80px!important}.px-20-xxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxl{margin:80px!important}.mr-20-xxl{margin-right:80px!important}.ml-20-xxl{margin-left:80px!important}.mt-20-xxl{margin-top:80px!important}.mb-20-xxl{margin-bottom:80px!important}.mx-20-xxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxl-minus{margin:-80px!important}.mr-20-xxl-minus{margin-right:-80px!important}.ml-20-xxl-minus{margin-left:-80px!important}.mt-20-xxl-minus{margin-top:-80px!important}.mb-20-xxl-minus{margin-bottom:-80px!important}}.text-ultralight{font-weight:100!important}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-bold{font-weight:700!important}.display4{font-size:7rem;font-weight:200}.display3{font-size:3.5rem;font-weight:400}.display2{font-size:3rem;font-weight:400}.display1{font-size:2.25rem;font-weight:400}.display1,.display2,.display3,.display4{margin-top:1.25rem;margin-bottom:1.25rem;line-height:1.2}.display1,.display2,.display3,.display4{color:#757575}.h1,.leader,h1{font-weight:100;font-size:3rem}.h2,.sub-leader,h2{font-weight:400;font-size:2rem}.h3,.header,h3{font-weight:500;font-size:1.75rem}.h4,.sub-header,h4{font-weight:500;font-size:1.5rem}.alt-header,.h5,h5{font-weight:500;font-size:1.25rem}.h6,.sub-alt-header,h6{font-weight:500;font-size:1.125rem}.text-small{font-weight:400;font-size:.75rem}.text-secondary{font-weight:400;font-size:.875rem}.text-leader{font-size:1.5rem;font-weight:300;line-height:1.2}.text-leader2{font-size:1.25rem;font-weight:300;line-height:1.2}.text-muted{color:#bebebe}.alt-header,.h1,.h2,.h3,.h4,.h5,.h6,.header,.leader,.sub-alt-header,.sub-header,.sub-leader,h1,h2,h3,h4,h5,h6{color:inherit;margin:1rem 0;line-height:1.1}.alt-header>.small,.alt-header>small,.h1>.small,.h1>small,.h2>.small,.h2>small,.h3>.small,.h3>small,.h4>.small,.h4>small,.h5>.small,.h5>small,.h6>.small,.h6>small,.header>.small,.header>small,.leader>.small,.leader>small,.sub-alt-header>.small,.sub-alt-header>small,.sub-header>.small,.sub-header>small,.sub-leader>.small,.sub-leader>small,h1>.small,h1>small,h2>.small,h2>small,h3>.small,h3>small,h4>.small,h4>small,h5>.small,h5>small,h6>.small,h6>small{font-weight:400;font-size:.7em;line-height:1;color:#777}.text-upper{text-transform:uppercase!important}.text-lower{text-transform:lowercase!important}.text-cap{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-just{text-align:justify!important}.text-ellipsis{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.va-baseline{vertical-align:baseline!important}.va-middle{vertical-align:middle!important}.va-sub{vertical-align:sub!important}.va-super{vertical-align:super!important}.va-text-top{vertical-align:text-top!important}.va-text-bottom{vertical-align:text-bottom!important}abbr{text-decoration:none;border-bottom:1px #bebebe dotted;cursor:help;display:inline}address{font-weight:400;margin-bottom:1rem;font-style:normal}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{margin-top:0;margin-bottom:1rem;overflow:auto}code{white-space:nowrap}pre code{white-space:inherit}a:not([class]){position:relative;color:#0366d6;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-box-shadow:none;box-shadow:none}a:not([class]):hover{color:#0056b3;text-decoration:underline}a:not([class]):not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([class]):not([href]):not([tabindex]):focus,a:not([class]):not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;outline:0}.no-decor{text-decoration:none!important}mark{padding:.1875rem;background-color:#fcf8e3;color:#000}del{color:#bebebe}*+p{margin-top:1rem}dl,ol,ul{margin:1rem;list-style-position:inside}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin-bottom:0;margin-top:0;padding-left:1.5rem}dir,menu,ul{display:block;list-style-type:disc}ol{list-style-type:decimal}ul ul{list-style:circle}ul ul ul{list-style:square}ol{list-style-type:upper-roman}ol ol{list-style-type:decimal}ol ol ol{list-style-type:lower-alpha}dl dd,dl dt{line-height:1.25rem}dl dt{font-weight:700}dl dd{margin-left:.9375rem}dl.horizontal dt{float:left;width:10rem;overflow:hidden;clear:left;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}dl.horizontal dd{margin-left:11.25rem}.indent:first-letter{margin-left:2.5rem}.indent-letter:first-letter{font-weight:700;float:left;padding:0;line-height:2.5rem;font-size:3rem;margin-right:.5rem;margin-left:-.125rem;margin-top:.125rem}blockquote{margin-bottom:1rem;padding:0 0 0 .625rem;border-left:.25rem #f8f8f8 solid}blockquote small{color:#bebebe}blockquote small:before{content:"\2014 \00A0"}blockquote.right-side{border:0;border-right:4px #f8f8f8 solid;padding-right:.625rem;text-align:right}blockquote.right-side small:before{content:""}blockquote.right-side small:after{content:" \00A0 \2014"}hr{border:0;height:2px;background-color:#f8f8f8}hr.thin{height:1px}hr.fat{height:3px}.tally,code,kbd{display:inline-block;padding:0 6px;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem;line-height:20px;vertical-align:middle;height:20px}a .tally,a code,a kbd{text-decoration:underline;cursor:pointer}kbd{background-color:#004d6f;color:#fff}.tally{line-height:16px;background-color:#e9ecef}pre code{background-color:inherit;height:auto}.remark{display:block;position:relative;border:1px solid #dfdfdf;border-left:4px solid #dfdfdf;padding:1rem;font-size:.875rem;margin:1rem 0}.reduce-1{font-size:.9em!important}.reduce-2{font-size:.8em!important}.reduce-3{font-size:.7em!important}.reduce-4{font-size:.6em!important}.reduce-5{font-size:.5em!important}.reduce-6{font-size:.4em!important}.reduce-7{font-size:.3em!important}.reduce-8{font-size:.2em!important}.reduce-9{font-size:.1em!important}.enlarge{font-size:1em!important}.enlarge-1{font-size:1.1em!important}.enlarge-2{font-size:1.2em!important}.enlarge-3{font-size:1.3em!important}.enlarge-4{font-size:1.4em!important}.enlarge-5{font-size:1.5em!important}.enlarge-6{font-size:1.6em!important}.enlarge-7{font-size:1.7em!important}.enlarge-8{font-size:1.8em!important}.enlarge-9{font-size:1.9em!important}.enlarge-2x{font-size:2em!important}.enlarge-3x{font-size:3em!important}.enlarge-4x{font-size:4em!important}.align-size{font-size:1em!important}.text-underline{text-decoration:underline}@media screen and (min-width:0){.text-upper-fs{text-transform:uppercase!important}.text-lower-fs{text-transform:lowercase!important}.text-cap-fs{text-transform:capitalize!important}.text-left-fs{text-align:left!important}.text-right-fs{text-align:right!important}.text-center-fs{text-align:center!important}.text-just-fs{text-align:justify!important}.va-top-fs{vertical-align:top!important}.va-bottom-fs{vertical-align:bottom!important}.va-baseline-fs{vertical-align:baseline!important}.va-middle-fs{vertical-align:middle!important}.va-sub-fs{vertical-align:sub!important}.va-super-fs{vertical-align:super!important}.va-text-top-fs{vertical-align:text-top!important}.va-text-bottom-fs{vertical-align:text-bottom!important}.reduce-1-fs{font-size:.9em!important}.reduce-2-fs{font-size:.8em!important}.reduce-3-fs{font-size:.7em!important}.reduce-4-fs{font-size:.6em!important}.reduce-5-fs{font-size:.5em!important}.reduce-6-fs{font-size:.4em!important}.reduce-7-fs{font-size:.3em!important}.reduce-8-fs{font-size:.2em!important}.reduce-9-fs{font-size:.1em!important}.enlarge-fs{font-size:1em!important}.enlarge-1-fs{font-size:1.1em!important}.enlarge-2-fs{font-size:1.2em!important}.enlarge-3-fs{font-size:1.3em!important}.enlarge-4-fs{font-size:1.4em!important}.enlarge-5-fs{font-size:1.5em!important}.enlarge-6-fs{font-size:1.6em!important}.enlarge-7-fs{font-size:1.7em!important}.enlarge-8-fs{font-size:1.8em!important}.enlarge-9-fs{font-size:1.9em!important}.enlarge-2x-fs{font-size:2em!important}.enlarge-3x-fs{font-size:3em!important}.enlarge-4x-fs{font-size:4em!important}}@media screen and (min-width:576px){.text-upper-sm{text-transform:uppercase!important}.text-lower-sm{text-transform:lowercase!important}.text-cap-sm{text-transform:capitalize!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}.text-just-sm{text-align:justify!important}.va-top-sm{vertical-align:top!important}.va-bottom-sm{vertical-align:bottom!important}.va-baseline-sm{vertical-align:baseline!important}.va-middle-sm{vertical-align:middle!important}.va-sub-sm{vertical-align:sub!important}.va-super-sm{vertical-align:super!important}.va-text-top-sm{vertical-align:text-top!important}.va-text-bottom-sm{vertical-align:text-bottom!important}.reduce-1-sm{font-size:.9em!important}.reduce-2-sm{font-size:.8em!important}.reduce-3-sm{font-size:.7em!important}.reduce-4-sm{font-size:.6em!important}.reduce-5-sm{font-size:.5em!important}.reduce-6-sm{font-size:.4em!important}.reduce-7-sm{font-size:.3em!important}.reduce-8-sm{font-size:.2em!important}.reduce-9-sm{font-size:.1em!important}.enlarge-sm{font-size:1em!important}.enlarge-1-sm{font-size:1.1em!important}.enlarge-2-sm{font-size:1.2em!important}.enlarge-3-sm{font-size:1.3em!important}.enlarge-4-sm{font-size:1.4em!important}.enlarge-5-sm{font-size:1.5em!important}.enlarge-6-sm{font-size:1.6em!important}.enlarge-7-sm{font-size:1.7em!important}.enlarge-8-sm{font-size:1.8em!important}.enlarge-9-sm{font-size:1.9em!important}.enlarge-2x-sm{font-size:2em!important}.enlarge-3x-sm{font-size:3em!important}.enlarge-4x-sm{font-size:4em!important}}@media screen and (min-width:768px){.text-upper-md{text-transform:uppercase!important}.text-lower-md{text-transform:lowercase!important}.text-cap-md{text-transform:capitalize!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}.text-just-md{text-align:justify!important}.va-top-md{vertical-align:top!important}.va-bottom-md{vertical-align:bottom!important}.va-baseline-md{vertical-align:baseline!important}.va-middle-md{vertical-align:middle!important}.va-sub-md{vertical-align:sub!important}.va-super-md{vertical-align:super!important}.va-text-top-md{vertical-align:text-top!important}.va-text-bottom-md{vertical-align:text-bottom!important}.reduce-1-md{font-size:.9em!important}.reduce-2-md{font-size:.8em!important}.reduce-3-md{font-size:.7em!important}.reduce-4-md{font-size:.6em!important}.reduce-5-md{font-size:.5em!important}.reduce-6-md{font-size:.4em!important}.reduce-7-md{font-size:.3em!important}.reduce-8-md{font-size:.2em!important}.reduce-9-md{font-size:.1em!important}.enlarge-md{font-size:1em!important}.enlarge-1-md{font-size:1.1em!important}.enlarge-2-md{font-size:1.2em!important}.enlarge-3-md{font-size:1.3em!important}.enlarge-4-md{font-size:1.4em!important}.enlarge-5-md{font-size:1.5em!important}.enlarge-6-md{font-size:1.6em!important}.enlarge-7-md{font-size:1.7em!important}.enlarge-8-md{font-size:1.8em!important}.enlarge-9-md{font-size:1.9em!important}.enlarge-2x-md{font-size:2em!important}.enlarge-3x-md{font-size:3em!important}.enlarge-4x-md{font-size:4em!important}}@media screen and (min-width:992px){.text-upper-lg{text-transform:uppercase!important}.text-lower-lg{text-transform:lowercase!important}.text-cap-lg{text-transform:capitalize!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}.text-just-lg{text-align:justify!important}.va-top-lg{vertical-align:top!important}.va-bottom-lg{vertical-align:bottom!important}.va-baseline-lg{vertical-align:baseline!important}.va-middle-lg{vertical-align:middle!important}.va-sub-lg{vertical-align:sub!important}.va-super-lg{vertical-align:super!important}.va-text-top-lg{vertical-align:text-top!important}.va-text-bottom-lg{vertical-align:text-bottom!important}.reduce-1-lg{font-size:.9em!important}.reduce-2-lg{font-size:.8em!important}.reduce-3-lg{font-size:.7em!important}.reduce-4-lg{font-size:.6em!important}.reduce-5-lg{font-size:.5em!important}.reduce-6-lg{font-size:.4em!important}.reduce-7-lg{font-size:.3em!important}.reduce-8-lg{font-size:.2em!important}.reduce-9-lg{font-size:.1em!important}.enlarge-lg{font-size:1em!important}.enlarge-1-lg{font-size:1.1em!important}.enlarge-2-lg{font-size:1.2em!important}.enlarge-3-lg{font-size:1.3em!important}.enlarge-4-lg{font-size:1.4em!important}.enlarge-5-lg{font-size:1.5em!important}.enlarge-6-lg{font-size:1.6em!important}.enlarge-7-lg{font-size:1.7em!important}.enlarge-8-lg{font-size:1.8em!important}.enlarge-9-lg{font-size:1.9em!important}.enlarge-2x-lg{font-size:2em!important}.enlarge-3x-lg{font-size:3em!important}.enlarge-4x-lg{font-size:4em!important}}@media screen and (min-width:1200px){.text-upper-xl{text-transform:uppercase!important}.text-lower-xl{text-transform:lowercase!important}.text-cap-xl{text-transform:capitalize!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.text-center-xl{text-align:center!important}.text-just-xl{text-align:justify!important}.va-top-xl{vertical-align:top!important}.va-bottom-xl{vertical-align:bottom!important}.va-baseline-xl{vertical-align:baseline!important}.va-middle-xl{vertical-align:middle!important}.va-sub-xl{vertical-align:sub!important}.va-super-xl{vertical-align:super!important}.va-text-top-xl{vertical-align:text-top!important}.va-text-bottom-xl{vertical-align:text-bottom!important}.reduce-1-xl{font-size:.9em!important}.reduce-2-xl{font-size:.8em!important}.reduce-3-xl{font-size:.7em!important}.reduce-4-xl{font-size:.6em!important}.reduce-5-xl{font-size:.5em!important}.reduce-6-xl{font-size:.4em!important}.reduce-7-xl{font-size:.3em!important}.reduce-8-xl{font-size:.2em!important}.reduce-9-xl{font-size:.1em!important}.enlarge-xl{font-size:1em!important}.enlarge-1-xl{font-size:1.1em!important}.enlarge-2-xl{font-size:1.2em!important}.enlarge-3-xl{font-size:1.3em!important}.enlarge-4-xl{font-size:1.4em!important}.enlarge-5-xl{font-size:1.5em!important}.enlarge-6-xl{font-size:1.6em!important}.enlarge-7-xl{font-size:1.7em!important}.enlarge-8-xl{font-size:1.8em!important}.enlarge-9-xl{font-size:1.9em!important}.enlarge-2x-xl{font-size:2em!important}.enlarge-3x-xl{font-size:3em!important}.enlarge-4x-xl{font-size:4em!important}}@media screen and (min-width:1452px){.text-upper-xxl{text-transform:uppercase!important}.text-lower-xxl{text-transform:lowercase!important}.text-cap-xxl{text-transform:capitalize!important}.text-left-xxl{text-align:left!important}.text-right-xxl{text-align:right!important}.text-center-xxl{text-align:center!important}.text-just-xxl{text-align:justify!important}.va-top-xxl{vertical-align:top!important}.va-bottom-xxl{vertical-align:bottom!important}.va-baseline-xxl{vertical-align:baseline!important}.va-middle-xxl{vertical-align:middle!important}.va-sub-xxl{vertical-align:sub!important}.va-super-xxl{vertical-align:super!important}.va-text-top-xxl{vertical-align:text-top!important}.va-text-bottom-xxl{vertical-align:text-bottom!important}.reduce-1-xxl{font-size:.9em!important}.reduce-2-xxl{font-size:.8em!important}.reduce-3-xxl{font-size:.7em!important}.reduce-4-xxl{font-size:.6em!important}.reduce-5-xxl{font-size:.5em!important}.reduce-6-xxl{font-size:.4em!important}.reduce-7-xxl{font-size:.3em!important}.reduce-8-xxl{font-size:.2em!important}.reduce-9-xxl{font-size:.1em!important}.enlarge-xxl{font-size:1em!important}.enlarge-1-xxl{font-size:1.1em!important}.enlarge-2-xxl{font-size:1.2em!important}.enlarge-3-xxl{font-size:1.3em!important}.enlarge-4-xxl{font-size:1.4em!important}.enlarge-5-xxl{font-size:1.5em!important}.enlarge-6-xxl{font-size:1.6em!important}.enlarge-7-xxl{font-size:1.7em!important}.enlarge-8-xxl{font-size:1.8em!important}.enlarge-9-xxl{font-size:1.9em!important}.enlarge-2x-xxl{font-size:2em!important}.enlarge-3x-xxl{font-size:3em!important}.enlarge-4x-xxl{font-size:4em!important}}.m4-cloak{opacity:0}.transition{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.inherit-colors{background-color:inherit!important;color:inherit!important}.inherit-background{background-color:inherit!important}.inherit-color{color:inherit!important}[class*=default-icon]{display:block;height:16px;width:16px;border:none!important;background-size:cover;background-color:transparent;opacity:.5;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin:auto}[class*=default-icon]:hover{opacity:1}.clear-fix::after,.clear::after,.clearfix::after{display:block;clear:both;content:""}.overflow{overflow:auto!important}.no-overflow{overflow:hidden!important}.scroll{overflow:scroll!important}.scroll-x{overflow-x:auto!important}.scroll-y{overflow-y:auto!important}.no-scroll{overflow:hidden!important}.no-scroll-x{overflow-x:hidden!important}.no-scroll-y{overflow-y:hidden!important}.wrap{white-space:normal!important}.no-wrap{white-space:nowrap!important}.no-user-select{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.no-appearance{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.collapse{overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}.v-center{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.h-center{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.neb::before{display:block;position:absolute;content:"";width:1rem;height:1rem;background-color:inherit;border:1px solid transparent;border-right-color:inherit;border-bottom-color:inherit}.neb.neb-s::before{top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.neb.neb-sw::before{top:100%;left:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-se::before{top:100%;right:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-n::before{top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-135deg);transform:translateX(-50%) translateY(-50%) rotate(-135deg)}.neb.neb-nw::before{top:0;left:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-ne::before{top:0;right:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-en::before{top:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-e::before{top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg)}.neb.neb-es::before{bottom:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-wn::before{top:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb.neb-w::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg)}.neb.neb-ws::before{bottom:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb2::before{display:block;content:"";width:0;height:0;border-style:solid;position:absolute}.neb2.neb-s::before{border-width:24px 24px 0 24px;border-color:#fff transparent transparent transparent;top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-n::before{border-width:0 24px 24px 24px;border-color:transparent transparent #fff transparent;top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-e::before{border-width:24px 0 24px 24px;border-color:transparent transparent transparent #fff;top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%);-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.neb2.neb-w::before{border-width:24px 24px 24px 0;border-color:transparent #fff transparent transparent;top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.selected{-webkit-box-shadow:0 0 0 4px #5ebdec!important;box-shadow:0 0 0 4px #5ebdec!important}.selected::after{position:absolute;display:block;border-top:28px solid #5ebdec;border-left:28px solid transparent;right:-1px;content:"";top:-1px;z-index:100}.selected::before{position:absolute;display:block;content:"";background-color:transparent;border-color:#fff!important;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;right:.25rem;top:.25rem;z-index:102;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.-disabled,.disabled{pointer-events:none!important;color:#e4e4e4!important}.stop-pointer{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:0){.overflow-fs{overflow:auto!important}.no-overflow-fs{overflow:hidden!important}.scroll-fs{overflow:scroll!important}.scroll-x-fs{overflow-x:auto!important}.scroll-y-fs{overflow-y:auto!important}.no-scroll-fs{overflow:hidden!important}.no-scroll-x-fs{overflow-x:hidden!important}.no-scroll-y-fs{overflow-y:hidden!important}.wrap-fs{white-space:normal!important}.no-wrap-fs{white-space:nowrap!important}.collapse-fs{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-fs{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:576px){.overflow-sm{overflow:auto!important}.no-overflow-sm{overflow:hidden!important}.scroll-sm{overflow:scroll!important}.scroll-x-sm{overflow-x:auto!important}.scroll-y-sm{overflow-y:auto!important}.no-scroll-sm{overflow:hidden!important}.no-scroll-x-sm{overflow-x:hidden!important}.no-scroll-y-sm{overflow-y:hidden!important}.wrap-sm{white-space:normal!important}.no-wrap-sm{white-space:nowrap!important}.collapse-sm{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-sm{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:768px){.overflow-md{overflow:auto!important}.no-overflow-md{overflow:hidden!important}.scroll-md{overflow:scroll!important}.scroll-x-md{overflow-x:auto!important}.scroll-y-md{overflow-y:auto!important}.no-scroll-md{overflow:hidden!important}.no-scroll-x-md{overflow-x:hidden!important}.no-scroll-y-md{overflow-y:hidden!important}.wrap-md{white-space:normal!important}.no-wrap-md{white-space:nowrap!important}.collapse-md{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-md{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:992px){.overflow-lg{overflow:auto!important}.no-overflow-lg{overflow:hidden!important}.scroll-lg{overflow:scroll!important}.scroll-x-lg{overflow-x:auto!important}.scroll-y-lg{overflow-y:auto!important}.no-scroll-lg{overflow:hidden!important}.no-scroll-x-lg{overflow-x:hidden!important}.no-scroll-y-lg{overflow-y:hidden!important}.wrap-lg{white-space:normal!important}.no-wrap-lg{white-space:nowrap!important}.collapse-lg{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-lg{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1200px){.overflow-xl{overflow:auto!important}.no-overflow-xl{overflow:hidden!important}.scroll-xl{overflow:scroll!important}.scroll-x-xl{overflow-x:auto!important}.scroll-y-xl{overflow-y:auto!important}.no-scroll-xl{overflow:hidden!important}.no-scroll-x-xl{overflow-x:hidden!important}.no-scroll-y-xl{overflow-y:hidden!important}.wrap-xl{white-space:normal!important}.no-wrap-xl{white-space:nowrap!important}.collapse-xl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1452px){.overflow-xxl{overflow:auto!important}.no-overflow-xxl{overflow:hidden!important}.scroll-xxl{overflow:scroll!important}.scroll-x-xxl{overflow-x:auto!important}.scroll-y-xxl{overflow-y:auto!important}.no-scroll-xxl{overflow:hidden!important}.no-scroll-x-xxl{overflow-x:hidden!important}.no-scroll-y-xxl{overflow-y:hidden!important}.wrap-xxl{white-space:normal!important}.no-wrap-xxl{white-space:nowrap!important}.collapse-xxl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}.debug{outline:1px dotted red!important;min-width:1px;min-height:1px}@media print{.d-none-print{display:none!important}.d-block-print{display:block!important}.d-inline-print{display:inline!important}.d-inline-block-print{display:inline-block!important}.d-table-print{display:table!important}.d-table-row-print{display:table-row!important}.d-table-cell-print{display:table-cell!important}.d-flex-print{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-print{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.visible-print{visibility:visible!important}.no-visible-print{visibility:hidden!important}.overflow-print{overflow:auto!important}.no-overflow-print{overflow:hidden!important}.scroll-print{overflow:scroll!important}.scroll-x-print{overflow-x:auto!important}.scroll-y-print{overflow-y:auto!important}.no-scroll-print{overflow:hidden!important}.no-scroll-x-print{overflow-x:hidden!important}.no-scroll-y-print{overflow-y:hidden!important}.wrap-print{white-space:normal!important}.no-wrap-print{white-space:nowrap!important}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.d-none-ie{display:none!important}.d-block-ie{display:block!important}.tiles-grid{display:block}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid [class*=tile-]{margin:5px;float:left}.ribbon-menu .content-holder .section{height:130px}.ribbon-toggle-group{height:80px}}@supports (-ms-ime-align:auto){.d-none-edge{display:none!important}.d-block-edge{display:block!important}.ribbon-menu .content-holder .section{height:130px}}.ani-hover-spin:hover,.ani-spin{-webkit-animation:ani-spin 1.5s linear infinite;animation:ani-spin 1.5s linear infinite}.ani-hover-pulse:hover,.ani-pulse{-webkit-animation:ani-pulse 1.7s infinite;animation:ani-pulse 1.7s infinite}.ani-hover-spanner:hover,.ani-spanner{-webkit-transform-origin:90% 35%;-ms-transform-origin:90% 35%;transform-origin:90% 35%;-webkit-animation:ani-wrench 2.5s ease infinite;animation:ani-wrench 2.5s ease infinite}.ani-hover-ring:hover,.ani-ring{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-animation:ani-ring 2s ease infinite;animation:ani-ring 2s ease infinite}.ani-hover-vertical:hover,.ani-vertical{-webkit-animation:ani-vertical 2s ease infinite;animation:ani-vertical 2s ease infinite}.ani-horizontal,.ani-hover-horizontal:hover{-webkit-animation:ani-horizontal 2s ease infinite;animation:ani-horizontal 2s ease infinite}.ani-flash,.ani-hover-flash:hover{-webkit-animation:ani-flash 2s ease infinite;animation:ani-flash 2s ease infinite}.ani-bounce,.ani-hover-bounce:hover{-webkit-animation:ani-bounce 2s ease infinite;animation:ani-bounce 2s ease infinite}.ani-float,.ani-hover-float:hover{-webkit-animation:ani-float 2s linear infinite;animation:ani-float 2s linear infinite}.ani-heartbeat,.ani-hover-heartbeat:hover{-webkit-animation:ani-heartbeat 2s linear infinite;animation:ani-heartbeat 2s linear infinite}.ani-hover-shake:hover,.ani-shake{-webkit-animation:ani-wrench 2.5s ease infinite;animation:ani-wrench 2.5s ease infinite}.ani-hover-shuttle:hover,.ani-shuttle{-webkit-animation:ani-shuttle 2s linear infinite;animation:ani-shuttle 2s linear infinite}.ani-hover-pass:hover,.ani-pass{-webkit-animation:ani-pass 2s linear infinite;animation:ani-pass 2s linear infinite}.ani-hover-ripple:hover,.ani-ripple{-webkit-animation:ani-ripple 2s infinite linear;animation:ani-ripple 2s infinite linear}@-webkit-keyframes swinging{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}10%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}15%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}25%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}35%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}40%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}45%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swinging{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}10%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}15%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}25%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}35%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}40%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}45%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-webkit-keyframes cubemove{25%{-webkit-transform:translateX(10px) rotate(-90deg);transform:translateX(10px) rotate(-90deg)}50%{-webkit-transform:translateX(10px) translateY(10px) rotate(-179deg);transform:translateX(10px) translateY(10px) rotate(-179deg)}50.1%{-webkit-transform:translateX(10px) translateY(10px) rotate(-180deg);transform:translateX(10px) translateY(10px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(10px) rotate(-270deg);transform:translateX(0) translateY(10px) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cubemove{25%{-webkit-transform:translateX(10px) rotate(-90deg);transform:translateX(10px) rotate(-90deg)}50%{-webkit-transform:translateX(10px) translateY(10px) rotate(-179deg);transform:translateX(10px) translateY(10px) rotate(-179deg)}50.1%{-webkit-transform:translateX(10px) translateY(10px) rotate(-180deg);transform:translateX(10px) translateY(10px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(10px) rotate(-270deg);transform:translateX(0) translateY(10px) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes orbit{0%{opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:rotate(225deg);transform:rotate(225deg)}7%{-webkit-transform:rotate(345deg);transform:rotate(345deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}35%{-webkit-transform:rotate(495deg);transform:rotate(495deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}42%{-webkit-transform:rotate(690deg);transform:rotate(690deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}70%{opacity:1;-webkit-transform:rotate(835deg);transform:rotate(835deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}76%{opacity:1}77%{-webkit-transform:rotate(955deg);transform:rotate(955deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}78%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}100%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}}@keyframes orbit{0%{opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:rotate(225deg);transform:rotate(225deg)}7%{-webkit-transform:rotate(345deg);transform:rotate(345deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}35%{-webkit-transform:rotate(495deg);transform:rotate(495deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}42%{-webkit-transform:rotate(690deg);transform:rotate(690deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}70%{opacity:1;-webkit-transform:rotate(835deg);transform:rotate(835deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}76%{opacity:1}77%{-webkit-transform:rotate(955deg);transform:rotate(955deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}78%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}100%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}}@-webkit-keyframes metro-slide{0%{left:-50%}100%{left:150%}}@keyframes metro-slide{0%{left:-50%}100%{left:150%}}@-webkit-keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes ani-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ani-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ani-pulse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ani-pulse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ani-wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ani-wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes ani-ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ani-ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes ani-vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ani-vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ani-horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ani-horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ani-flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes ani-flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes ani-bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes ani-bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes ani-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ani-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ani-heartbeat{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ani-heartbeat{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ani-shuttle{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes ani-shuttle{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes ani-pass{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes ani-pass{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@-webkit-keyframes ani-ripple{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes ani-ripple{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@-webkit-keyframes ani-shrink{0%{-webkit-transform:scale(1);transform:scale(1)}90%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes ani-shrink{0%{-webkit-transform:scale(1);transform:scale(1)}90%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}@-webkit-keyframes ani-drop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}25%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}25%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-drop2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}50%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}50%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-drop3{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}75%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop3{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}75%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-pre-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ani-pre-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ani-bg-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes ani-bg-stripes{from{background-position:40px 0}to{background-position:0 0}}.flip-card .back,.flip-card .front{width:100%;height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear;top:0;left:0}.flip-card .front{-webkit-transform:perspective(600px) rotateY(0);transform:perspective(600px) rotateY(0)}.flip-card .back{-webkit-transform:perspective(600px) rotateY(180deg);transform:perspective(600px) rotateY(180deg)}.flip-card.flip-horizontal .front{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0)}.flip-card.flip-horizontal .back{-webkit-transform:perspective(600px) rotateX(180deg);transform:perspective(600px) rotateX(180deg)}.flip-card.effect-on-active.active>.front,.flip-card.effect-on-hover:hover>.front{-webkit-transform:perspective(600px) rotateY(-180deg);transform:perspective(600px) rotateY(-180deg)}.flip-card.effect-on-active.active>.back,.flip-card.effect-on-hover:hover>.back{-webkit-transform:perspective(600px) rotateY(0);transform:perspective(600px) rotateY(0)}.flip-card.effect-on-active.active.flip-horizontal>.front,.flip-card.effect-on-hover:hover.flip-horizontal>.front{-webkit-transform:perspective(600px) rotateX(-180deg);transform:perspective(600px) rotateX(-180deg)}.flip-card.effect-on-active.active.flip-horizontal>.back,.flip-card.effect-on-hover:hover.flip-horizontal>.back{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0)}.post-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.post-card .left,.post-card .right{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.post-card .left{-webkit-transform:perspective(1600px) rotateY(25deg);transform:perspective(1600px) rotateY(25deg);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;border-right:1px solid #f8f8f8}.post-card .right{-webkit-transform:perspective(1600px) rotateY(-25deg);transform:perspective(1600px) rotateY(-25deg);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;border-left:1px solid #f8f8f8}.post-card.effect-on-active.active>.left,.post-card.effect-on-hover:hover>.left{-webkit-transform:perspective(1600px) rotateY(0);transform:perspective(1600px) rotateY(0)}.post-card.effect-on-active.active>.right,.post-card.effect-on-hover:hover>.right{-webkit-transform:perspective(1600px) rotateY(-35deg);transform:perspective(1600px) rotateY(-35deg)}.post-card.effect-on-active.active.rotate-to-left>.right,.post-card.effect-on-hover:hover.rotate-to-left>.right{-webkit-transform:perspective(1600px) rotateY(0);transform:perspective(1600px) rotateY(0)}.post-card.effect-on-active.active.rotate-to-left>.left,.post-card.effect-on-hover:hover.rotate-to-left>.left{-webkit-transform:perspective(1600px) rotateY(35deg);transform:perspective(1600px) rotateY(35deg)}.op-default{background-color:rgba(27,161,226,.1)!important}.bg-transparent{background-color:transparent!important}.bg-hover:hover{background-color:rgba(29,29,29,.1)!important}.bg-hover2:hover{background-color:rgba(29,29,29,.5)!important}.bg-hover-light:hover{background-color:rgba(255,255,255,.01)!important}.bg-hover-light1:hover{background-color:rgba(255,255,255,.1)!important}.bg-hover-light2:hover{background-color:rgba(255,255,255,.2)!important}.bg-hover-light3:hover{background-color:rgba(255,255,255,.3)!important}.bg-facebook{background-color:#4267b2}.bg-twitter{background-color:#1da1f2}.bg-github{background-color:#24292e}.bg-bootstrap{background-color:#563d7c}.bg-gitlab{background-color:#e65328}.bg-amazon{background-color:#232f3e}.bd-default{border-color:#dfdfdf!important}.bd-transparent{border-color:transparent!important}.fg-black{color:#000!important}.bg-black{background-color:#000!important}.bd-black{border-color:#000!important}.ol-black{outline-color:#000!important}.fg-black-active:active{color:#000!important}.fg-black-hover:hover{color:#000!important}.fg-black-focus:focus{color:#000!important}.bg-black-active:active{background-color:#000!important}.bg-black-hover:hover{background-color:#000!important}.bg-black-focus:focus{background-color:#000!important}.bd-black-active:active{border-color:#000!important}.bd-black-hover:hover{border-color:#000!important}.bd-black-focus:focus{border-color:#000!important}.ol-black-active:active{outline-color:#000!important}.ol-black-hover:hover{outline-color:#000!important}.ol-black-focus:focus{outline-color:#000!important}.ribbed-black{background:#000 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-black::before{background:#000!important}.before-fg-black::before{color:#000!important}.after-bg-black::after{background:#000!important}.after-fg-black::after{color:#000!important}.op-black{background-color:rgba(0,0,0,.1)!important}.tg-black::before{border-color:#000}.fg-white{color:#fff!important}.bg-white{background-color:#fff!important}.bd-white{border-color:#fff!important}.ol-white{outline-color:#fff!important}.fg-white-active:active{color:#fff!important}.fg-white-hover:hover{color:#fff!important}.fg-white-focus:focus{color:#fff!important}.bg-white-active:active{background-color:#fff!important}.bg-white-hover:hover{background-color:#fff!important}.bg-white-focus:focus{background-color:#fff!important}.bd-white-active:active{border-color:#fff!important}.bd-white-hover:hover{border-color:#fff!important}.bd-white-focus:focus{border-color:#fff!important}.ol-white-active:active{outline-color:#fff!important}.ol-white-hover:hover{outline-color:#fff!important}.ol-white-focus:focus{outline-color:#fff!important}.ribbed-white{background:#fff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-white::before{background:#fff!important}.before-fg-white::before{color:#fff!important}.after-bg-white::after{background:#fff!important}.after-fg-white::after{color:#fff!important}.op-white{background-color:rgba(255,255,255,.1)!important}.tg-white::before{border-color:#fff}.fg-dark{color:#1d1d1d!important}.bg-dark{background-color:#1d1d1d!important}.bd-dark{border-color:#1d1d1d!important}.ol-dark{outline-color:#1d1d1d!important}.fg-dark-active:active{color:#1d1d1d!important}.fg-dark-hover:hover{color:#1d1d1d!important}.fg-dark-focus:focus{color:#1d1d1d!important}.bg-dark-active:active{background-color:#1d1d1d!important}.bg-dark-hover:hover{background-color:#1d1d1d!important}.bg-dark-focus:focus{background-color:#1d1d1d!important}.bd-dark-active:active{border-color:#1d1d1d!important}.bd-dark-hover:hover{border-color:#1d1d1d!important}.bd-dark-focus:focus{border-color:#1d1d1d!important}.ol-dark-active:active{outline-color:#1d1d1d!important}.ol-dark-hover:hover{outline-color:#1d1d1d!important}.ol-dark-focus:focus{outline-color:#1d1d1d!important}.ribbed-dark{background:#1d1d1d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#1d1d1d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-dark::before{background:#1d1d1d!important}.before-fg-dark::before{color:#1d1d1d!important}.after-bg-dark::after{background:#1d1d1d!important}.after-fg-dark::after{color:#1d1d1d!important}.op-dark{background-color:rgba(29,29,29,.1)!important}.tg-dark::before{border-color:#1d1d1d}.fg-light{color:#f8f8f8!important}.bg-light{background-color:#f8f8f8!important}.bd-light{border-color:#f8f8f8!important}.ol-light{outline-color:#f8f8f8!important}.fg-light-active:active{color:#f8f8f8!important}.fg-light-hover:hover{color:#f8f8f8!important}.fg-light-focus:focus{color:#f8f8f8!important}.bg-light-active:active{background-color:#f8f8f8!important}.bg-light-hover:hover{background-color:#f8f8f8!important}.bg-light-focus:focus{background-color:#f8f8f8!important}.bd-light-active:active{border-color:#f8f8f8!important}.bd-light-hover:hover{border-color:#f8f8f8!important}.bd-light-focus:focus{border-color:#f8f8f8!important}.ol-light-active:active{outline-color:#f8f8f8!important}.ol-light-hover:hover{outline-color:#f8f8f8!important}.ol-light-focus:focus{outline-color:#f8f8f8!important}.ribbed-light{background:#f8f8f8 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f8f8f8 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-light::before{background:#f8f8f8!important}.before-fg-light::before{color:#f8f8f8!important}.after-bg-light::after{background:#f8f8f8!important}.after-fg-light::after{color:#f8f8f8!important}.op-light{background-color:rgba(248,248,248,.1)!important}.tg-light::before{border-color:#f8f8f8}.fg-grayBlue{color:#607d8b!important}.bg-grayBlue{background-color:#607d8b!important}.bd-grayBlue{border-color:#607d8b!important}.ol-grayBlue{outline-color:#607d8b!important}.fg-grayBlue-active:active{color:#607d8b!important}.fg-grayBlue-hover:hover{color:#607d8b!important}.fg-grayBlue-focus:focus{color:#607d8b!important}.bg-grayBlue-active:active{background-color:#607d8b!important}.bg-grayBlue-hover:hover{background-color:#607d8b!important}.bg-grayBlue-focus:focus{background-color:#607d8b!important}.bd-grayBlue-active:active{border-color:#607d8b!important}.bd-grayBlue-hover:hover{border-color:#607d8b!important}.bd-grayBlue-focus:focus{border-color:#607d8b!important}.ol-grayBlue-active:active{outline-color:#607d8b!important}.ol-grayBlue-hover:hover{outline-color:#607d8b!important}.ol-grayBlue-focus:focus{outline-color:#607d8b!important}.ribbed-grayBlue{background:#607d8b -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#607d8b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-grayBlue::before{background:#607d8b!important}.before-fg-grayBlue::before{color:#607d8b!important}.after-bg-grayBlue::after{background:#607d8b!important}.after-fg-grayBlue::after{color:#607d8b!important}.op-grayBlue{background-color:rgba(96,125,139,.1)!important}.tg-grayBlue::before{border-color:#607d8b}.fg-grayWhite{color:#f5f5f5!important}.bg-grayWhite{background-color:#f5f5f5!important}.bd-grayWhite{border-color:#f5f5f5!important}.ol-grayWhite{outline-color:#f5f5f5!important}.fg-grayWhite-active:active{color:#f5f5f5!important}.fg-grayWhite-hover:hover{color:#f5f5f5!important}.fg-grayWhite-focus:focus{color:#f5f5f5!important}.bg-grayWhite-active:active{background-color:#f5f5f5!important}.bg-grayWhite-hover:hover{background-color:#f5f5f5!important}.bg-grayWhite-focus:focus{background-color:#f5f5f5!important}.bd-grayWhite-active:active{border-color:#f5f5f5!important}.bd-grayWhite-hover:hover{border-color:#f5f5f5!important}.bd-grayWhite-focus:focus{border-color:#f5f5f5!important}.ol-grayWhite-active:active{outline-color:#f5f5f5!important}.ol-grayWhite-hover:hover{outline-color:#f5f5f5!important}.ol-grayWhite-focus:focus{outline-color:#f5f5f5!important}.ribbed-grayWhite{background:#f5f5f5 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f5f5f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-grayWhite::before{background:#f5f5f5!important}.before-fg-grayWhite::before{color:#f5f5f5!important}.after-bg-grayWhite::after{background:#f5f5f5!important}.after-fg-grayWhite::after{color:#f5f5f5!important}.op-grayWhite{background-color:rgba(245,245,245,.1)!important}.tg-grayWhite::before{border-color:#f5f5f5}.fg-grayMouse{color:#455a64!important}.bg-grayMouse{background-color:#455a64!important}.bd-grayMouse{border-color:#455a64!important}.ol-grayMouse{outline-color:#455a64!important}.fg-grayMouse-active:active{color:#455a64!important}.fg-grayMouse-hover:hover{color:#455a64!important}.fg-grayMouse-focus:focus{color:#455a64!important}.bg-grayMouse-active:active{background-color:#455a64!important}.bg-grayMouse-hover:hover{background-color:#455a64!important}.bg-grayMouse-focus:focus{background-color:#455a64!important}.bd-grayMouse-active:active{border-color:#455a64!important}.bd-grayMouse-hover:hover{border-color:#455a64!important}.bd-grayMouse-focus:focus{border-color:#455a64!important}.ol-grayMouse-active:active{outline-color:#455a64!important}.ol-grayMouse-hover:hover{outline-color:#455a64!important}.ol-grayMouse-focus:focus{outline-color:#455a64!important}.ribbed-grayMouse{background:#455a64 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#455a64 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-grayMouse::before{background:#455a64!important}.before-fg-grayMouse::before{color:#455a64!important}.after-bg-grayMouse::after{background:#455a64!important}.after-fg-grayMouse::after{color:#455a64!important}.op-grayMouse{background-color:rgba(69,90,100,.1)!important}.tg-grayMouse::before{border-color:#455a64}.fg-brandColor1{color:#2ac4f4!important}.bg-brandColor1{background-color:#2ac4f4!important}.bd-brandColor1{border-color:#2ac4f4!important}.ol-brandColor1{outline-color:#2ac4f4!important}.fg-brandColor1-active:active{color:#2ac4f4!important}.fg-brandColor1-hover:hover{color:#2ac4f4!important}.fg-brandColor1-focus:focus{color:#2ac4f4!important}.bg-brandColor1-active:active{background-color:#2ac4f4!important}.bg-brandColor1-hover:hover{background-color:#2ac4f4!important}.bg-brandColor1-focus:focus{background-color:#2ac4f4!important}.bd-brandColor1-active:active{border-color:#2ac4f4!important}.bd-brandColor1-hover:hover{border-color:#2ac4f4!important}.bd-brandColor1-focus:focus{border-color:#2ac4f4!important}.ol-brandColor1-active:active{outline-color:#2ac4f4!important}.ol-brandColor1-hover:hover{outline-color:#2ac4f4!important}.ol-brandColor1-focus:focus{outline-color:#2ac4f4!important}.ribbed-brandColor1{background:#2ac4f4 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#2ac4f4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-brandColor1::before{background:#2ac4f4!important}.before-fg-brandColor1::before{color:#2ac4f4!important}.after-bg-brandColor1::after{background:#2ac4f4!important}.after-fg-brandColor1::after{color:#2ac4f4!important}.op-brandColor1{background-color:rgba(42,196,244,.1)!important}.tg-brandColor1::before{border-color:#2ac4f4}.fg-brandColor2{color:#004d6f!important}.bg-brandColor2{background-color:#004d6f!important}.bd-brandColor2{border-color:#004d6f!important}.ol-brandColor2{outline-color:#004d6f!important}.fg-brandColor2-active:active{color:#004d6f!important}.fg-brandColor2-hover:hover{color:#004d6f!important}.fg-brandColor2-focus:focus{color:#004d6f!important}.bg-brandColor2-active:active{background-color:#004d6f!important}.bg-brandColor2-hover:hover{background-color:#004d6f!important}.bg-brandColor2-focus:focus{background-color:#004d6f!important}.bd-brandColor2-active:active{border-color:#004d6f!important}.bd-brandColor2-hover:hover{border-color:#004d6f!important}.bd-brandColor2-focus:focus{border-color:#004d6f!important}.ol-brandColor2-active:active{outline-color:#004d6f!important}.ol-brandColor2-hover:hover{outline-color:#004d6f!important}.ol-brandColor2-focus:focus{outline-color:#004d6f!important}.ribbed-brandColor2{background:#004d6f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#004d6f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-brandColor2::before{background:#004d6f!important}.before-fg-brandColor2::before{color:#004d6f!important}.after-bg-brandColor2::after{background:#004d6f!important}.after-fg-brandColor2::after{color:#004d6f!important}.op-brandColor2{background-color:rgba(0,77,111,.1)!important}.tg-brandColor2::before{border-color:#004d6f}.fg-lime{color:#a4c400!important}.bg-lime{background-color:#a4c400!important}.bd-lime{border-color:#a4c400!important}.ol-lime{outline-color:#a4c400!important}.fg-lime-active:active{color:#a4c400!important}.fg-lime-hover:hover{color:#a4c400!important}.fg-lime-focus:focus{color:#a4c400!important}.bg-lime-active:active{background-color:#a4c400!important}.bg-lime-hover:hover{background-color:#a4c400!important}.bg-lime-focus:focus{background-color:#a4c400!important}.bd-lime-active:active{border-color:#a4c400!important}.bd-lime-hover:hover{border-color:#a4c400!important}.bd-lime-focus:focus{border-color:#a4c400!important}.ol-lime-active:active{outline-color:#a4c400!important}.ol-lime-hover:hover{outline-color:#a4c400!important}.ol-lime-focus:focus{outline-color:#a4c400!important}.ribbed-lime{background:#a4c400 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a4c400 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lime::before{background:#a4c400!important}.before-fg-lime::before{color:#a4c400!important}.after-bg-lime::after{background:#a4c400!important}.after-fg-lime::after{color:#a4c400!important}.op-lime{background-color:rgba(164,196,0,.1)!important}.tg-lime::before{border-color:#a4c400}.fg-green{color:#60a917!important}.bg-green{background-color:#60a917!important}.bd-green{border-color:#60a917!important}.ol-green{outline-color:#60a917!important}.fg-green-active:active{color:#60a917!important}.fg-green-hover:hover{color:#60a917!important}.fg-green-focus:focus{color:#60a917!important}.bg-green-active:active{background-color:#60a917!important}.bg-green-hover:hover{background-color:#60a917!important}.bg-green-focus:focus{background-color:#60a917!important}.bd-green-active:active{border-color:#60a917!important}.bd-green-hover:hover{border-color:#60a917!important}.bd-green-focus:focus{border-color:#60a917!important}.ol-green-active:active{outline-color:#60a917!important}.ol-green-hover:hover{outline-color:#60a917!important}.ol-green-focus:focus{outline-color:#60a917!important}.ribbed-green{background:#60a917 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#60a917 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-green::before{background:#60a917!important}.before-fg-green::before{color:#60a917!important}.after-bg-green::after{background:#60a917!important}.after-fg-green::after{color:#60a917!important}.op-green{background-color:rgba(96,169,23,.1)!important}.tg-green::before{border-color:#60a917}.fg-emerald{color:#008a00!important}.bg-emerald{background-color:#008a00!important}.bd-emerald{border-color:#008a00!important}.ol-emerald{outline-color:#008a00!important}.fg-emerald-active:active{color:#008a00!important}.fg-emerald-hover:hover{color:#008a00!important}.fg-emerald-focus:focus{color:#008a00!important}.bg-emerald-active:active{background-color:#008a00!important}.bg-emerald-hover:hover{background-color:#008a00!important}.bg-emerald-focus:focus{background-color:#008a00!important}.bd-emerald-active:active{border-color:#008a00!important}.bd-emerald-hover:hover{border-color:#008a00!important}.bd-emerald-focus:focus{border-color:#008a00!important}.ol-emerald-active:active{outline-color:#008a00!important}.ol-emerald-hover:hover{outline-color:#008a00!important}.ol-emerald-focus:focus{outline-color:#008a00!important}.ribbed-emerald{background:#008a00 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#008a00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-emerald::before{background:#008a00!important}.before-fg-emerald::before{color:#008a00!important}.after-bg-emerald::after{background:#008a00!important}.after-fg-emerald::after{color:#008a00!important}.op-emerald{background-color:rgba(0,138,0,.1)!important}.tg-emerald::before{border-color:#008a00}.fg-blue{color:#00aff0!important}.bg-blue{background-color:#00aff0!important}.bd-blue{border-color:#00aff0!important}.ol-blue{outline-color:#00aff0!important}.fg-blue-active:active{color:#00aff0!important}.fg-blue-hover:hover{color:#00aff0!important}.fg-blue-focus:focus{color:#00aff0!important}.bg-blue-active:active{background-color:#00aff0!important}.bg-blue-hover:hover{background-color:#00aff0!important}.bg-blue-focus:focus{background-color:#00aff0!important}.bd-blue-active:active{border-color:#00aff0!important}.bd-blue-hover:hover{border-color:#00aff0!important}.bd-blue-focus:focus{border-color:#00aff0!important}.ol-blue-active:active{outline-color:#00aff0!important}.ol-blue-hover:hover{outline-color:#00aff0!important}.ol-blue-focus:focus{outline-color:#00aff0!important}.ribbed-blue{background:#00aff0 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00aff0 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-blue::before{background:#00aff0!important}.before-fg-blue::before{color:#00aff0!important}.after-bg-blue::after{background:#00aff0!important}.after-fg-blue::after{color:#00aff0!important}.op-blue{background-color:rgba(0,175,240,.1)!important}.tg-blue::before{border-color:#00aff0}.fg-teal{color:#00aba9!important}.bg-teal{background-color:#00aba9!important}.bd-teal{border-color:#00aba9!important}.ol-teal{outline-color:#00aba9!important}.fg-teal-active:active{color:#00aba9!important}.fg-teal-hover:hover{color:#00aba9!important}.fg-teal-focus:focus{color:#00aba9!important}.bg-teal-active:active{background-color:#00aba9!important}.bg-teal-hover:hover{background-color:#00aba9!important}.bg-teal-focus:focus{background-color:#00aba9!important}.bd-teal-active:active{border-color:#00aba9!important}.bd-teal-hover:hover{border-color:#00aba9!important}.bd-teal-focus:focus{border-color:#00aba9!important}.ol-teal-active:active{outline-color:#00aba9!important}.ol-teal-hover:hover{outline-color:#00aba9!important}.ol-teal-focus:focus{outline-color:#00aba9!important}.ribbed-teal{background:#00aba9 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00aba9 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-teal::before{background:#00aba9!important}.before-fg-teal::before{color:#00aba9!important}.after-bg-teal::after{background:#00aba9!important}.after-fg-teal::after{color:#00aba9!important}.op-teal{background-color:rgba(0,171,169,.1)!important}.tg-teal::before{border-color:#00aba9}.fg-cyan{color:#1ba1e2!important}.bg-cyan{background-color:#1ba1e2!important}.bd-cyan{border-color:#1ba1e2!important}.ol-cyan{outline-color:#1ba1e2!important}.fg-cyan-active:active{color:#1ba1e2!important}.fg-cyan-hover:hover{color:#1ba1e2!important}.fg-cyan-focus:focus{color:#1ba1e2!important}.bg-cyan-active:active{background-color:#1ba1e2!important}.bg-cyan-hover:hover{background-color:#1ba1e2!important}.bg-cyan-focus:focus{background-color:#1ba1e2!important}.bd-cyan-active:active{border-color:#1ba1e2!important}.bd-cyan-hover:hover{border-color:#1ba1e2!important}.bd-cyan-focus:focus{border-color:#1ba1e2!important}.ol-cyan-active:active{outline-color:#1ba1e2!important}.ol-cyan-hover:hover{outline-color:#1ba1e2!important}.ol-cyan-focus:focus{outline-color:#1ba1e2!important}.ribbed-cyan{background:#1ba1e2 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#1ba1e2 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-cyan::before{background:#1ba1e2!important}.before-fg-cyan::before{color:#1ba1e2!important}.after-bg-cyan::after{background:#1ba1e2!important}.after-fg-cyan::after{color:#1ba1e2!important}.op-cyan{background-color:rgba(27,161,226,.1)!important}.tg-cyan::before{border-color:#1ba1e2}.fg-cobalt{color:#0050ef!important}.bg-cobalt{background-color:#0050ef!important}.bd-cobalt{border-color:#0050ef!important}.ol-cobalt{outline-color:#0050ef!important}.fg-cobalt-active:active{color:#0050ef!important}.fg-cobalt-hover:hover{color:#0050ef!important}.fg-cobalt-focus:focus{color:#0050ef!important}.bg-cobalt-active:active{background-color:#0050ef!important}.bg-cobalt-hover:hover{background-color:#0050ef!important}.bg-cobalt-focus:focus{background-color:#0050ef!important}.bd-cobalt-active:active{border-color:#0050ef!important}.bd-cobalt-hover:hover{border-color:#0050ef!important}.bd-cobalt-focus:focus{border-color:#0050ef!important}.ol-cobalt-active:active{outline-color:#0050ef!important}.ol-cobalt-hover:hover{outline-color:#0050ef!important}.ol-cobalt-focus:focus{outline-color:#0050ef!important}.ribbed-cobalt{background:#0050ef -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#0050ef linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-cobalt::before{background:#0050ef!important}.before-fg-cobalt::before{color:#0050ef!important}.after-bg-cobalt::after{background:#0050ef!important}.after-fg-cobalt::after{color:#0050ef!important}.op-cobalt{background-color:rgba(0,80,239,.1)!important}.tg-cobalt::before{border-color:#0050ef}.fg-indigo{color:#6a00ff!important}.bg-indigo{background-color:#6a00ff!important}.bd-indigo{border-color:#6a00ff!important}.ol-indigo{outline-color:#6a00ff!important}.fg-indigo-active:active{color:#6a00ff!important}.fg-indigo-hover:hover{color:#6a00ff!important}.fg-indigo-focus:focus{color:#6a00ff!important}.bg-indigo-active:active{background-color:#6a00ff!important}.bg-indigo-hover:hover{background-color:#6a00ff!important}.bg-indigo-focus:focus{background-color:#6a00ff!important}.bd-indigo-active:active{border-color:#6a00ff!important}.bd-indigo-hover:hover{border-color:#6a00ff!important}.bd-indigo-focus:focus{border-color:#6a00ff!important}.ol-indigo-active:active{outline-color:#6a00ff!important}.ol-indigo-hover:hover{outline-color:#6a00ff!important}.ol-indigo-focus:focus{outline-color:#6a00ff!important}.ribbed-indigo{background:#6a00ff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#6a00ff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-indigo::before{background:#6a00ff!important}.before-fg-indigo::before{color:#6a00ff!important}.after-bg-indigo::after{background:#6a00ff!important}.after-fg-indigo::after{color:#6a00ff!important}.op-indigo{background-color:rgba(106,0,255,.1)!important}.tg-indigo::before{border-color:#6a00ff}.fg-violet{color:#a0f!important}.bg-violet{background-color:#a0f!important}.bd-violet{border-color:#a0f!important}.ol-violet{outline-color:#a0f!important}.fg-violet-active:active{color:#a0f!important}.fg-violet-hover:hover{color:#a0f!important}.fg-violet-focus:focus{color:#a0f!important}.bg-violet-active:active{background-color:#a0f!important}.bg-violet-hover:hover{background-color:#a0f!important}.bg-violet-focus:focus{background-color:#a0f!important}.bd-violet-active:active{border-color:#a0f!important}.bd-violet-hover:hover{border-color:#a0f!important}.bd-violet-focus:focus{border-color:#a0f!important}.ol-violet-active:active{outline-color:#a0f!important}.ol-violet-hover:hover{outline-color:#a0f!important}.ol-violet-focus:focus{outline-color:#a0f!important}.ribbed-violet{background:#a0f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a0f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-violet::before{background:#a0f!important}.before-fg-violet::before{color:#a0f!important}.after-bg-violet::after{background:#a0f!important}.after-fg-violet::after{color:#a0f!important}.op-violet{background-color:rgba(170,0,255,.1)!important}.tg-violet::before{border-color:#a0f}.fg-pink{color:#dc4fad!important}.bg-pink{background-color:#dc4fad!important}.bd-pink{border-color:#dc4fad!important}.ol-pink{outline-color:#dc4fad!important}.fg-pink-active:active{color:#dc4fad!important}.fg-pink-hover:hover{color:#dc4fad!important}.fg-pink-focus:focus{color:#dc4fad!important}.bg-pink-active:active{background-color:#dc4fad!important}.bg-pink-hover:hover{background-color:#dc4fad!important}.bg-pink-focus:focus{background-color:#dc4fad!important}.bd-pink-active:active{border-color:#dc4fad!important}.bd-pink-hover:hover{border-color:#dc4fad!important}.bd-pink-focus:focus{border-color:#dc4fad!important}.ol-pink-active:active{outline-color:#dc4fad!important}.ol-pink-hover:hover{outline-color:#dc4fad!important}.ol-pink-focus:focus{outline-color:#dc4fad!important}.ribbed-pink{background:#dc4fad -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#dc4fad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-pink::before{background:#dc4fad!important}.before-fg-pink::before{color:#dc4fad!important}.after-bg-pink::after{background:#dc4fad!important}.after-fg-pink::after{color:#dc4fad!important}.op-pink{background-color:rgba(220,79,173,.1)!important}.tg-pink::before{border-color:#dc4fad}.fg-magenta{color:#d80073!important}.bg-magenta{background-color:#d80073!important}.bd-magenta{border-color:#d80073!important}.ol-magenta{outline-color:#d80073!important}.fg-magenta-active:active{color:#d80073!important}.fg-magenta-hover:hover{color:#d80073!important}.fg-magenta-focus:focus{color:#d80073!important}.bg-magenta-active:active{background-color:#d80073!important}.bg-magenta-hover:hover{background-color:#d80073!important}.bg-magenta-focus:focus{background-color:#d80073!important}.bd-magenta-active:active{border-color:#d80073!important}.bd-magenta-hover:hover{border-color:#d80073!important}.bd-magenta-focus:focus{border-color:#d80073!important}.ol-magenta-active:active{outline-color:#d80073!important}.ol-magenta-hover:hover{outline-color:#d80073!important}.ol-magenta-focus:focus{outline-color:#d80073!important}.ribbed-magenta{background:#d80073 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#d80073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-magenta::before{background:#d80073!important}.before-fg-magenta::before{color:#d80073!important}.after-bg-magenta::after{background:#d80073!important}.after-fg-magenta::after{color:#d80073!important}.op-magenta{background-color:rgba(216,0,115,.1)!important}.tg-magenta::before{border-color:#d80073}.fg-crimson{color:#a20025!important}.bg-crimson{background-color:#a20025!important}.bd-crimson{border-color:#a20025!important}.ol-crimson{outline-color:#a20025!important}.fg-crimson-active:active{color:#a20025!important}.fg-crimson-hover:hover{color:#a20025!important}.fg-crimson-focus:focus{color:#a20025!important}.bg-crimson-active:active{background-color:#a20025!important}.bg-crimson-hover:hover{background-color:#a20025!important}.bg-crimson-focus:focus{background-color:#a20025!important}.bd-crimson-active:active{border-color:#a20025!important}.bd-crimson-hover:hover{border-color:#a20025!important}.bd-crimson-focus:focus{border-color:#a20025!important}.ol-crimson-active:active{outline-color:#a20025!important}.ol-crimson-hover:hover{outline-color:#a20025!important}.ol-crimson-focus:focus{outline-color:#a20025!important}.ribbed-crimson{background:#a20025 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a20025 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-crimson::before{background:#a20025!important}.before-fg-crimson::before{color:#a20025!important}.after-bg-crimson::after{background:#a20025!important}.after-fg-crimson::after{color:#a20025!important}.op-crimson{background-color:rgba(162,0,37,.1)!important}.tg-crimson::before{border-color:#a20025}.fg-red{color:#ce352c!important}.bg-red{background-color:#ce352c!important}.bd-red{border-color:#ce352c!important}.ol-red{outline-color:#ce352c!important}.fg-red-active:active{color:#ce352c!important}.fg-red-hover:hover{color:#ce352c!important}.fg-red-focus:focus{color:#ce352c!important}.bg-red-active:active{background-color:#ce352c!important}.bg-red-hover:hover{background-color:#ce352c!important}.bg-red-focus:focus{background-color:#ce352c!important}.bd-red-active:active{border-color:#ce352c!important}.bd-red-hover:hover{border-color:#ce352c!important}.bd-red-focus:focus{border-color:#ce352c!important}.ol-red-active:active{outline-color:#ce352c!important}.ol-red-hover:hover{outline-color:#ce352c!important}.ol-red-focus:focus{outline-color:#ce352c!important}.ribbed-red{background:#ce352c -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ce352c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-red::before{background:#ce352c!important}.before-fg-red::before{color:#ce352c!important}.after-bg-red::after{background:#ce352c!important}.after-fg-red::after{color:#ce352c!important}.op-red{background-color:rgba(206,53,44,.1)!important}.tg-red::before{border-color:#ce352c}.fg-orange{color:#fa6800!important}.bg-orange{background-color:#fa6800!important}.bd-orange{border-color:#fa6800!important}.ol-orange{outline-color:#fa6800!important}.fg-orange-active:active{color:#fa6800!important}.fg-orange-hover:hover{color:#fa6800!important}.fg-orange-focus:focus{color:#fa6800!important}.bg-orange-active:active{background-color:#fa6800!important}.bg-orange-hover:hover{background-color:#fa6800!important}.bg-orange-focus:focus{background-color:#fa6800!important}.bd-orange-active:active{border-color:#fa6800!important}.bd-orange-hover:hover{border-color:#fa6800!important}.bd-orange-focus:focus{border-color:#fa6800!important}.ol-orange-active:active{outline-color:#fa6800!important}.ol-orange-hover:hover{outline-color:#fa6800!important}.ol-orange-focus:focus{outline-color:#fa6800!important}.ribbed-orange{background:#fa6800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fa6800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-orange::before{background:#fa6800!important}.before-fg-orange::before{color:#fa6800!important}.after-bg-orange::after{background:#fa6800!important}.after-fg-orange::after{color:#fa6800!important}.op-orange{background-color:rgba(250,104,0,.1)!important}.tg-orange::before{border-color:#fa6800}.fg-amber{color:#f0a30a!important}.bg-amber{background-color:#f0a30a!important}.bd-amber{border-color:#f0a30a!important}.ol-amber{outline-color:#f0a30a!important}.fg-amber-active:active{color:#f0a30a!important}.fg-amber-hover:hover{color:#f0a30a!important}.fg-amber-focus:focus{color:#f0a30a!important}.bg-amber-active:active{background-color:#f0a30a!important}.bg-amber-hover:hover{background-color:#f0a30a!important}.bg-amber-focus:focus{background-color:#f0a30a!important}.bd-amber-active:active{border-color:#f0a30a!important}.bd-amber-hover:hover{border-color:#f0a30a!important}.bd-amber-focus:focus{border-color:#f0a30a!important}.ol-amber-active:active{outline-color:#f0a30a!important}.ol-amber-hover:hover{outline-color:#f0a30a!important}.ol-amber-focus:focus{outline-color:#f0a30a!important}.ribbed-amber{background:#f0a30a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f0a30a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-amber::before{background:#f0a30a!important}.before-fg-amber::before{color:#f0a30a!important}.after-bg-amber::after{background:#f0a30a!important}.after-fg-amber::after{color:#f0a30a!important}.op-amber{background-color:rgba(240,163,10,.1)!important}.tg-amber::before{border-color:#f0a30a}.fg-yellow{color:#fff000!important}.bg-yellow{background-color:#fff000!important}.bd-yellow{border-color:#fff000!important}.ol-yellow{outline-color:#fff000!important}.fg-yellow-active:active{color:#fff000!important}.fg-yellow-hover:hover{color:#fff000!important}.fg-yellow-focus:focus{color:#fff000!important}.bg-yellow-active:active{background-color:#fff000!important}.bg-yellow-hover:hover{background-color:#fff000!important}.bg-yellow-focus:focus{background-color:#fff000!important}.bd-yellow-active:active{border-color:#fff000!important}.bd-yellow-hover:hover{border-color:#fff000!important}.bd-yellow-focus:focus{border-color:#fff000!important}.ol-yellow-active:active{outline-color:#fff000!important}.ol-yellow-hover:hover{outline-color:#fff000!important}.ol-yellow-focus:focus{outline-color:#fff000!important}.ribbed-yellow{background:#fff000 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fff000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-yellow::before{background:#fff000!important}.before-fg-yellow::before{color:#fff000!important}.after-bg-yellow::after{background:#fff000!important}.after-fg-yellow::after{color:#fff000!important}.op-yellow{background-color:rgba(255,240,0,.1)!important}.tg-yellow::before{border-color:#fff000}.fg-brown{color:#825a2c!important}.bg-brown{background-color:#825a2c!important}.bd-brown{border-color:#825a2c!important}.ol-brown{outline-color:#825a2c!important}.fg-brown-active:active{color:#825a2c!important}.fg-brown-hover:hover{color:#825a2c!important}.fg-brown-focus:focus{color:#825a2c!important}.bg-brown-active:active{background-color:#825a2c!important}.bg-brown-hover:hover{background-color:#825a2c!important}.bg-brown-focus:focus{background-color:#825a2c!important}.bd-brown-active:active{border-color:#825a2c!important}.bd-brown-hover:hover{border-color:#825a2c!important}.bd-brown-focus:focus{border-color:#825a2c!important}.ol-brown-active:active{outline-color:#825a2c!important}.ol-brown-hover:hover{outline-color:#825a2c!important}.ol-brown-focus:focus{outline-color:#825a2c!important}.ribbed-brown{background:#825a2c -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#825a2c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-brown::before{background:#825a2c!important}.before-fg-brown::before{color:#825a2c!important}.after-bg-brown::after{background:#825a2c!important}.after-fg-brown::after{color:#825a2c!important}.op-brown{background-color:rgba(130,90,44,.1)!important}.tg-brown::before{border-color:#825a2c}.fg-olive{color:#6d8764!important}.bg-olive{background-color:#6d8764!important}.bd-olive{border-color:#6d8764!important}.ol-olive{outline-color:#6d8764!important}.fg-olive-active:active{color:#6d8764!important}.fg-olive-hover:hover{color:#6d8764!important}.fg-olive-focus:focus{color:#6d8764!important}.bg-olive-active:active{background-color:#6d8764!important}.bg-olive-hover:hover{background-color:#6d8764!important}.bg-olive-focus:focus{background-color:#6d8764!important}.bd-olive-active:active{border-color:#6d8764!important}.bd-olive-hover:hover{border-color:#6d8764!important}.bd-olive-focus:focus{border-color:#6d8764!important}.ol-olive-active:active{outline-color:#6d8764!important}.ol-olive-hover:hover{outline-color:#6d8764!important}.ol-olive-focus:focus{outline-color:#6d8764!important}.ribbed-olive{background:#6d8764 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#6d8764 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-olive::before{background:#6d8764!important}.before-fg-olive::before{color:#6d8764!important}.after-bg-olive::after{background:#6d8764!important}.after-fg-olive::after{color:#6d8764!important}.op-olive{background-color:rgba(109,135,100,.1)!important}.tg-olive::before{border-color:#6d8764}.fg-steel{color:#647687!important}.bg-steel{background-color:#647687!important}.bd-steel{border-color:#647687!important}.ol-steel{outline-color:#647687!important}.fg-steel-active:active{color:#647687!important}.fg-steel-hover:hover{color:#647687!important}.fg-steel-focus:focus{color:#647687!important}.bg-steel-active:active{background-color:#647687!important}.bg-steel-hover:hover{background-color:#647687!important}.bg-steel-focus:focus{background-color:#647687!important}.bd-steel-active:active{border-color:#647687!important}.bd-steel-hover:hover{border-color:#647687!important}.bd-steel-focus:focus{border-color:#647687!important}.ol-steel-active:active{outline-color:#647687!important}.ol-steel-hover:hover{outline-color:#647687!important}.ol-steel-focus:focus{outline-color:#647687!important}.ribbed-steel{background:#647687 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#647687 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-steel::before{background:#647687!important}.before-fg-steel::before{color:#647687!important}.after-bg-steel::after{background:#647687!important}.after-fg-steel::after{color:#647687!important}.op-steel{background-color:rgba(100,118,135,.1)!important}.tg-steel::before{border-color:#647687}.fg-mauve{color:#76608a!important}.bg-mauve{background-color:#76608a!important}.bd-mauve{border-color:#76608a!important}.ol-mauve{outline-color:#76608a!important}.fg-mauve-active:active{color:#76608a!important}.fg-mauve-hover:hover{color:#76608a!important}.fg-mauve-focus:focus{color:#76608a!important}.bg-mauve-active:active{background-color:#76608a!important}.bg-mauve-hover:hover{background-color:#76608a!important}.bg-mauve-focus:focus{background-color:#76608a!important}.bd-mauve-active:active{border-color:#76608a!important}.bd-mauve-hover:hover{border-color:#76608a!important}.bd-mauve-focus:focus{border-color:#76608a!important}.ol-mauve-active:active{outline-color:#76608a!important}.ol-mauve-hover:hover{outline-color:#76608a!important}.ol-mauve-focus:focus{outline-color:#76608a!important}.ribbed-mauve{background:#76608a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#76608a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-mauve::before{background:#76608a!important}.before-fg-mauve::before{color:#76608a!important}.after-bg-mauve::after{background:#76608a!important}.after-fg-mauve::after{color:#76608a!important}.op-mauve{background-color:rgba(118,96,138,.1)!important}.tg-mauve::before{border-color:#76608a}.fg-taupe{color:#87794e!important}.bg-taupe{background-color:#87794e!important}.bd-taupe{border-color:#87794e!important}.ol-taupe{outline-color:#87794e!important}.fg-taupe-active:active{color:#87794e!important}.fg-taupe-hover:hover{color:#87794e!important}.fg-taupe-focus:focus{color:#87794e!important}.bg-taupe-active:active{background-color:#87794e!important}.bg-taupe-hover:hover{background-color:#87794e!important}.bg-taupe-focus:focus{background-color:#87794e!important}.bd-taupe-active:active{border-color:#87794e!important}.bd-taupe-hover:hover{border-color:#87794e!important}.bd-taupe-focus:focus{border-color:#87794e!important}.ol-taupe-active:active{outline-color:#87794e!important}.ol-taupe-hover:hover{outline-color:#87794e!important}.ol-taupe-focus:focus{outline-color:#87794e!important}.ribbed-taupe{background:#87794e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#87794e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-taupe::before{background:#87794e!important}.before-fg-taupe::before{color:#87794e!important}.after-bg-taupe::after{background:#87794e!important}.after-fg-taupe::after{color:#87794e!important}.op-taupe{background-color:rgba(135,121,78,.1)!important}.tg-taupe::before{border-color:#87794e}.fg-gray{color:#bebebe!important}.bg-gray{background-color:#bebebe!important}.bd-gray{border-color:#bebebe!important}.ol-gray{outline-color:#bebebe!important}.fg-gray-active:active{color:#bebebe!important}.fg-gray-hover:hover{color:#bebebe!important}.fg-gray-focus:focus{color:#bebebe!important}.bg-gray-active:active{background-color:#bebebe!important}.bg-gray-hover:hover{background-color:#bebebe!important}.bg-gray-focus:focus{background-color:#bebebe!important}.bd-gray-active:active{border-color:#bebebe!important}.bd-gray-hover:hover{border-color:#bebebe!important}.bd-gray-focus:focus{border-color:#bebebe!important}.ol-gray-active:active{outline-color:#bebebe!important}.ol-gray-hover:hover{outline-color:#bebebe!important}.ol-gray-focus:focus{outline-color:#bebebe!important}.ribbed-gray{background:#bebebe -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#bebebe linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-gray::before{background:#bebebe!important}.before-fg-gray::before{color:#bebebe!important}.after-bg-gray::after{background:#bebebe!important}.after-fg-gray::after{color:#bebebe!important}.op-gray{background-color:rgba(190,190,190,.1)!important}.tg-gray::before{border-color:#bebebe}.fg-lightLime{color:#d8ff12!important}.bg-lightLime{background-color:#d8ff12!important}.bd-lightLime{border-color:#d8ff12!important}.ol-lightLime{outline-color:#d8ff12!important}.fg-lightLime-active:active{color:#d8ff12!important}.fg-lightLime-hover:hover{color:#d8ff12!important}.fg-lightLime-focus:focus{color:#d8ff12!important}.bg-lightLime-active:active{background-color:#d8ff12!important}.bg-lightLime-hover:hover{background-color:#d8ff12!important}.bg-lightLime-focus:focus{background-color:#d8ff12!important}.bd-lightLime-active:active{border-color:#d8ff12!important}.bd-lightLime-hover:hover{border-color:#d8ff12!important}.bd-lightLime-focus:focus{border-color:#d8ff12!important}.ol-lightLime-active:active{outline-color:#d8ff12!important}.ol-lightLime-hover:hover{outline-color:#d8ff12!important}.ol-lightLime-focus:focus{outline-color:#d8ff12!important}.ribbed-lightLime{background:#d8ff12 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#d8ff12 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightLime::before{background:#d8ff12!important}.before-fg-lightLime::before{color:#d8ff12!important}.after-bg-lightLime::after{background:#d8ff12!important}.after-fg-lightLime::after{color:#d8ff12!important}.op-lightLime{background-color:rgba(216,255,18,.1)!important}.tg-lightLime::before{border-color:#d8ff12}.fg-lightGreen{color:#86e22a!important}.bg-lightGreen{background-color:#86e22a!important}.bd-lightGreen{border-color:#86e22a!important}.ol-lightGreen{outline-color:#86e22a!important}.fg-lightGreen-active:active{color:#86e22a!important}.fg-lightGreen-hover:hover{color:#86e22a!important}.fg-lightGreen-focus:focus{color:#86e22a!important}.bg-lightGreen-active:active{background-color:#86e22a!important}.bg-lightGreen-hover:hover{background-color:#86e22a!important}.bg-lightGreen-focus:focus{background-color:#86e22a!important}.bd-lightGreen-active:active{border-color:#86e22a!important}.bd-lightGreen-hover:hover{border-color:#86e22a!important}.bd-lightGreen-focus:focus{border-color:#86e22a!important}.ol-lightGreen-active:active{outline-color:#86e22a!important}.ol-lightGreen-hover:hover{outline-color:#86e22a!important}.ol-lightGreen-focus:focus{outline-color:#86e22a!important}.ribbed-lightGreen{background:#86e22a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#86e22a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightGreen::before{background:#86e22a!important}.before-fg-lightGreen::before{color:#86e22a!important}.after-bg-lightGreen::after{background:#86e22a!important}.after-fg-lightGreen::after{color:#86e22a!important}.op-lightGreen{background-color:rgba(134,226,42,.1)!important}.tg-lightGreen::before{border-color:#86e22a}.fg-lightEmerald{color:#00d600!important}.bg-lightEmerald{background-color:#00d600!important}.bd-lightEmerald{border-color:#00d600!important}.ol-lightEmerald{outline-color:#00d600!important}.fg-lightEmerald-active:active{color:#00d600!important}.fg-lightEmerald-hover:hover{color:#00d600!important}.fg-lightEmerald-focus:focus{color:#00d600!important}.bg-lightEmerald-active:active{background-color:#00d600!important}.bg-lightEmerald-hover:hover{background-color:#00d600!important}.bg-lightEmerald-focus:focus{background-color:#00d600!important}.bd-lightEmerald-active:active{border-color:#00d600!important}.bd-lightEmerald-hover:hover{border-color:#00d600!important}.bd-lightEmerald-focus:focus{border-color:#00d600!important}.ol-lightEmerald-active:active{outline-color:#00d600!important}.ol-lightEmerald-hover:hover{outline-color:#00d600!important}.ol-lightEmerald-focus:focus{outline-color:#00d600!important}.ribbed-lightEmerald{background:#00d600 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00d600 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightEmerald::before{background:#00d600!important}.before-fg-lightEmerald::before{color:#00d600!important}.after-bg-lightEmerald::after{background:#00d600!important}.after-fg-lightEmerald::after{color:#00d600!important}.op-lightEmerald{background-color:rgba(0,214,0,.1)!important}.tg-lightEmerald::before{border-color:#00d600}.fg-lightBlue{color:#3ecbff!important}.bg-lightBlue{background-color:#3ecbff!important}.bd-lightBlue{border-color:#3ecbff!important}.ol-lightBlue{outline-color:#3ecbff!important}.fg-lightBlue-active:active{color:#3ecbff!important}.fg-lightBlue-hover:hover{color:#3ecbff!important}.fg-lightBlue-focus:focus{color:#3ecbff!important}.bg-lightBlue-active:active{background-color:#3ecbff!important}.bg-lightBlue-hover:hover{background-color:#3ecbff!important}.bg-lightBlue-focus:focus{background-color:#3ecbff!important}.bd-lightBlue-active:active{border-color:#3ecbff!important}.bd-lightBlue-hover:hover{border-color:#3ecbff!important}.bd-lightBlue-focus:focus{border-color:#3ecbff!important}.ol-lightBlue-active:active{outline-color:#3ecbff!important}.ol-lightBlue-hover:hover{outline-color:#3ecbff!important}.ol-lightBlue-focus:focus{outline-color:#3ecbff!important}.ribbed-lightBlue{background:#3ecbff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#3ecbff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightBlue::before{background:#3ecbff!important}.before-fg-lightBlue::before{color:#3ecbff!important}.after-bg-lightBlue::after{background:#3ecbff!important}.after-fg-lightBlue::after{color:#3ecbff!important}.op-lightBlue{background-color:rgba(62,203,255,.1)!important}.tg-lightBlue::before{border-color:#3ecbff}.fg-lightTeal{color:#00f7f5!important}.bg-lightTeal{background-color:#00f7f5!important}.bd-lightTeal{border-color:#00f7f5!important}.ol-lightTeal{outline-color:#00f7f5!important}.fg-lightTeal-active:active{color:#00f7f5!important}.fg-lightTeal-hover:hover{color:#00f7f5!important}.fg-lightTeal-focus:focus{color:#00f7f5!important}.bg-lightTeal-active:active{background-color:#00f7f5!important}.bg-lightTeal-hover:hover{background-color:#00f7f5!important}.bg-lightTeal-focus:focus{background-color:#00f7f5!important}.bd-lightTeal-active:active{border-color:#00f7f5!important}.bd-lightTeal-hover:hover{border-color:#00f7f5!important}.bd-lightTeal-focus:focus{border-color:#00f7f5!important}.ol-lightTeal-active:active{outline-color:#00f7f5!important}.ol-lightTeal-hover:hover{outline-color:#00f7f5!important}.ol-lightTeal-focus:focus{outline-color:#00f7f5!important}.ribbed-lightTeal{background:#00f7f5 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00f7f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightTeal::before{background:#00f7f5!important}.before-fg-lightTeal::before{color:#00f7f5!important}.after-bg-lightTeal::after{background:#00f7f5!important}.after-fg-lightTeal::after{color:#00f7f5!important}.op-lightTeal{background-color:rgba(0,247,245,.1)!important}.tg-lightTeal::before{border-color:#00f7f5}.fg-lightCyan{color:#5ebdec!important}.bg-lightCyan{background-color:#5ebdec!important}.bd-lightCyan{border-color:#5ebdec!important}.ol-lightCyan{outline-color:#5ebdec!important}.fg-lightCyan-active:active{color:#5ebdec!important}.fg-lightCyan-hover:hover{color:#5ebdec!important}.fg-lightCyan-focus:focus{color:#5ebdec!important}.bg-lightCyan-active:active{background-color:#5ebdec!important}.bg-lightCyan-hover:hover{background-color:#5ebdec!important}.bg-lightCyan-focus:focus{background-color:#5ebdec!important}.bd-lightCyan-active:active{border-color:#5ebdec!important}.bd-lightCyan-hover:hover{border-color:#5ebdec!important}.bd-lightCyan-focus:focus{border-color:#5ebdec!important}.ol-lightCyan-active:active{outline-color:#5ebdec!important}.ol-lightCyan-hover:hover{outline-color:#5ebdec!important}.ol-lightCyan-focus:focus{outline-color:#5ebdec!important}.ribbed-lightCyan{background:#5ebdec -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#5ebdec linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightCyan::before{background:#5ebdec!important}.before-fg-lightCyan::before{color:#5ebdec!important}.after-bg-lightCyan::after{background:#5ebdec!important}.after-fg-lightCyan::after{color:#5ebdec!important}.op-lightCyan{background-color:rgba(94,189,236,.1)!important}.tg-lightCyan::before{border-color:#5ebdec}.fg-lightCobalt{color:#3d7eff!important}.bg-lightCobalt{background-color:#3d7eff!important}.bd-lightCobalt{border-color:#3d7eff!important}.ol-lightCobalt{outline-color:#3d7eff!important}.fg-lightCobalt-active:active{color:#3d7eff!important}.fg-lightCobalt-hover:hover{color:#3d7eff!important}.fg-lightCobalt-focus:focus{color:#3d7eff!important}.bg-lightCobalt-active:active{background-color:#3d7eff!important}.bg-lightCobalt-hover:hover{background-color:#3d7eff!important}.bg-lightCobalt-focus:focus{background-color:#3d7eff!important}.bd-lightCobalt-active:active{border-color:#3d7eff!important}.bd-lightCobalt-hover:hover{border-color:#3d7eff!important}.bd-lightCobalt-focus:focus{border-color:#3d7eff!important}.ol-lightCobalt-active:active{outline-color:#3d7eff!important}.ol-lightCobalt-hover:hover{outline-color:#3d7eff!important}.ol-lightCobalt-focus:focus{outline-color:#3d7eff!important}.ribbed-lightCobalt{background:#3d7eff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#3d7eff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightCobalt::before{background:#3d7eff!important}.before-fg-lightCobalt::before{color:#3d7eff!important}.after-bg-lightCobalt::after{background:#3d7eff!important}.after-fg-lightCobalt::after{color:#3d7eff!important}.op-lightCobalt{background-color:rgba(61,126,255,.1)!important}.tg-lightCobalt::before{border-color:#3d7eff}.fg-lightIndigo{color:#974dff!important}.bg-lightIndigo{background-color:#974dff!important}.bd-lightIndigo{border-color:#974dff!important}.ol-lightIndigo{outline-color:#974dff!important}.fg-lightIndigo-active:active{color:#974dff!important}.fg-lightIndigo-hover:hover{color:#974dff!important}.fg-lightIndigo-focus:focus{color:#974dff!important}.bg-lightIndigo-active:active{background-color:#974dff!important}.bg-lightIndigo-hover:hover{background-color:#974dff!important}.bg-lightIndigo-focus:focus{background-color:#974dff!important}.bd-lightIndigo-active:active{border-color:#974dff!important}.bd-lightIndigo-hover:hover{border-color:#974dff!important}.bd-lightIndigo-focus:focus{border-color:#974dff!important}.ol-lightIndigo-active:active{outline-color:#974dff!important}.ol-lightIndigo-hover:hover{outline-color:#974dff!important}.ol-lightIndigo-focus:focus{outline-color:#974dff!important}.ribbed-lightIndigo{background:#974dff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#974dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightIndigo::before{background:#974dff!important}.before-fg-lightIndigo::before{color:#974dff!important}.after-bg-lightIndigo::after{background:#974dff!important}.after-fg-lightIndigo::after{color:#974dff!important}.op-lightIndigo{background-color:rgba(151,77,255,.1)!important}.tg-lightIndigo::before{border-color:#974dff}.fg-lightViolet{color:#c44dff!important}.bg-lightViolet{background-color:#c44dff!important}.bd-lightViolet{border-color:#c44dff!important}.ol-lightViolet{outline-color:#c44dff!important}.fg-lightViolet-active:active{color:#c44dff!important}.fg-lightViolet-hover:hover{color:#c44dff!important}.fg-lightViolet-focus:focus{color:#c44dff!important}.bg-lightViolet-active:active{background-color:#c44dff!important}.bg-lightViolet-hover:hover{background-color:#c44dff!important}.bg-lightViolet-focus:focus{background-color:#c44dff!important}.bd-lightViolet-active:active{border-color:#c44dff!important}.bd-lightViolet-hover:hover{border-color:#c44dff!important}.bd-lightViolet-focus:focus{border-color:#c44dff!important}.ol-lightViolet-active:active{outline-color:#c44dff!important}.ol-lightViolet-hover:hover{outline-color:#c44dff!important}.ol-lightViolet-focus:focus{outline-color:#c44dff!important}.ribbed-lightViolet{background:#c44dff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#c44dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightViolet::before{background:#c44dff!important}.before-fg-lightViolet::before{color:#c44dff!important}.after-bg-lightViolet::after{background:#c44dff!important}.after-fg-lightViolet::after{color:#c44dff!important}.op-lightViolet{background-color:rgba(196,77,255,.1)!important}.tg-lightViolet::before{border-color:#c44dff}.fg-lightPink{color:#e98fcb!important}.bg-lightPink{background-color:#e98fcb!important}.bd-lightPink{border-color:#e98fcb!important}.ol-lightPink{outline-color:#e98fcb!important}.fg-lightPink-active:active{color:#e98fcb!important}.fg-lightPink-hover:hover{color:#e98fcb!important}.fg-lightPink-focus:focus{color:#e98fcb!important}.bg-lightPink-active:active{background-color:#e98fcb!important}.bg-lightPink-hover:hover{background-color:#e98fcb!important}.bg-lightPink-focus:focus{background-color:#e98fcb!important}.bd-lightPink-active:active{border-color:#e98fcb!important}.bd-lightPink-hover:hover{border-color:#e98fcb!important}.bd-lightPink-focus:focus{border-color:#e98fcb!important}.ol-lightPink-active:active{outline-color:#e98fcb!important}.ol-lightPink-hover:hover{outline-color:#e98fcb!important}.ol-lightPink-focus:focus{outline-color:#e98fcb!important}.ribbed-lightPink{background:#e98fcb -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#e98fcb linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightPink::before{background:#e98fcb!important}.before-fg-lightPink::before{color:#e98fcb!important}.after-bg-lightPink::after{background:#e98fcb!important}.after-fg-lightPink::after{color:#e98fcb!important}.op-lightPink{background-color:rgba(233,143,203,.1)!important}.tg-lightPink::before{border-color:#e98fcb}.fg-lightMagenta{color:#ff2599!important}.bg-lightMagenta{background-color:#ff2599!important}.bd-lightMagenta{border-color:#ff2599!important}.ol-lightMagenta{outline-color:#ff2599!important}.fg-lightMagenta-active:active{color:#ff2599!important}.fg-lightMagenta-hover:hover{color:#ff2599!important}.fg-lightMagenta-focus:focus{color:#ff2599!important}.bg-lightMagenta-active:active{background-color:#ff2599!important}.bg-lightMagenta-hover:hover{background-color:#ff2599!important}.bg-lightMagenta-focus:focus{background-color:#ff2599!important}.bd-lightMagenta-active:active{border-color:#ff2599!important}.bd-lightMagenta-hover:hover{border-color:#ff2599!important}.bd-lightMagenta-focus:focus{border-color:#ff2599!important}.ol-lightMagenta-active:active{outline-color:#ff2599!important}.ol-lightMagenta-hover:hover{outline-color:#ff2599!important}.ol-lightMagenta-focus:focus{outline-color:#ff2599!important}.ribbed-lightMagenta{background:#ff2599 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ff2599 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightMagenta::before{background:#ff2599!important}.before-fg-lightMagenta::before{color:#ff2599!important}.after-bg-lightMagenta::after{background:#ff2599!important}.after-fg-lightMagenta::after{color:#ff2599!important}.op-lightMagenta{background-color:rgba(255,37,153,.1)!important}.tg-lightMagenta::before{border-color:#ff2599}.fg-lightCrimson{color:#ef0036!important}.bg-lightCrimson{background-color:#ef0036!important}.bd-lightCrimson{border-color:#ef0036!important}.ol-lightCrimson{outline-color:#ef0036!important}.fg-lightCrimson-active:active{color:#ef0036!important}.fg-lightCrimson-hover:hover{color:#ef0036!important}.fg-lightCrimson-focus:focus{color:#ef0036!important}.bg-lightCrimson-active:active{background-color:#ef0036!important}.bg-lightCrimson-hover:hover{background-color:#ef0036!important}.bg-lightCrimson-focus:focus{background-color:#ef0036!important}.bd-lightCrimson-active:active{border-color:#ef0036!important}.bd-lightCrimson-hover:hover{border-color:#ef0036!important}.bd-lightCrimson-focus:focus{border-color:#ef0036!important}.ol-lightCrimson-active:active{outline-color:#ef0036!important}.ol-lightCrimson-hover:hover{outline-color:#ef0036!important}.ol-lightCrimson-focus:focus{outline-color:#ef0036!important}.ribbed-lightCrimson{background:#ef0036 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ef0036 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightCrimson::before{background:#ef0036!important}.before-fg-lightCrimson::before{color:#ef0036!important}.after-bg-lightCrimson::after{background:#ef0036!important}.after-fg-lightCrimson::after{color:#ef0036!important}.op-lightCrimson{background-color:rgba(239,0,54,.1)!important}.tg-lightCrimson::before{border-color:#ef0036}.fg-lightRed{color:#df6e68!important}.bg-lightRed{background-color:#df6e68!important}.bd-lightRed{border-color:#df6e68!important}.ol-lightRed{outline-color:#df6e68!important}.fg-lightRed-active:active{color:#df6e68!important}.fg-lightRed-hover:hover{color:#df6e68!important}.fg-lightRed-focus:focus{color:#df6e68!important}.bg-lightRed-active:active{background-color:#df6e68!important}.bg-lightRed-hover:hover{background-color:#df6e68!important}.bg-lightRed-focus:focus{background-color:#df6e68!important}.bd-lightRed-active:active{border-color:#df6e68!important}.bd-lightRed-hover:hover{border-color:#df6e68!important}.bd-lightRed-focus:focus{border-color:#df6e68!important}.ol-lightRed-active:active{outline-color:#df6e68!important}.ol-lightRed-hover:hover{outline-color:#df6e68!important}.ol-lightRed-focus:focus{outline-color:#df6e68!important}.ribbed-lightRed{background:#df6e68 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#df6e68 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightRed::before{background:#df6e68!important}.before-fg-lightRed::before{color:#df6e68!important}.after-bg-lightRed::after{background:#df6e68!important}.after-fg-lightRed::after{color:#df6e68!important}.op-lightRed{background-color:rgba(223,110,104,.1)!important}.tg-lightRed::before{border-color:#df6e68}.fg-lightOrange{color:#ff9447!important}.bg-lightOrange{background-color:#ff9447!important}.bd-lightOrange{border-color:#ff9447!important}.ol-lightOrange{outline-color:#ff9447!important}.fg-lightOrange-active:active{color:#ff9447!important}.fg-lightOrange-hover:hover{color:#ff9447!important}.fg-lightOrange-focus:focus{color:#ff9447!important}.bg-lightOrange-active:active{background-color:#ff9447!important}.bg-lightOrange-hover:hover{background-color:#ff9447!important}.bg-lightOrange-focus:focus{background-color:#ff9447!important}.bd-lightOrange-active:active{border-color:#ff9447!important}.bd-lightOrange-hover:hover{border-color:#ff9447!important}.bd-lightOrange-focus:focus{border-color:#ff9447!important}.ol-lightOrange-active:active{outline-color:#ff9447!important}.ol-lightOrange-hover:hover{outline-color:#ff9447!important}.ol-lightOrange-focus:focus{outline-color:#ff9447!important}.ribbed-lightOrange{background:#ff9447 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ff9447 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightOrange::before{background:#ff9447!important}.before-fg-lightOrange::before{color:#ff9447!important}.after-bg-lightOrange::after{background:#ff9447!important}.after-fg-lightOrange::after{color:#ff9447!important}.op-lightOrange{background-color:rgba(255,148,71,.1)!important}.tg-lightOrange::before{border-color:#ff9447}.fg-lightAmber{color:#f8bf4f!important}.bg-lightAmber{background-color:#f8bf4f!important}.bd-lightAmber{border-color:#f8bf4f!important}.ol-lightAmber{outline-color:#f8bf4f!important}.fg-lightAmber-active:active{color:#f8bf4f!important}.fg-lightAmber-hover:hover{color:#f8bf4f!important}.fg-lightAmber-focus:focus{color:#f8bf4f!important}.bg-lightAmber-active:active{background-color:#f8bf4f!important}.bg-lightAmber-hover:hover{background-color:#f8bf4f!important}.bg-lightAmber-focus:focus{background-color:#f8bf4f!important}.bd-lightAmber-active:active{border-color:#f8bf4f!important}.bd-lightAmber-hover:hover{border-color:#f8bf4f!important}.bd-lightAmber-focus:focus{border-color:#f8bf4f!important}.ol-lightAmber-active:active{outline-color:#f8bf4f!important}.ol-lightAmber-hover:hover{outline-color:#f8bf4f!important}.ol-lightAmber-focus:focus{outline-color:#f8bf4f!important}.ribbed-lightAmber{background:#f8bf4f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f8bf4f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightAmber::before{background:#f8bf4f!important}.before-fg-lightAmber::before{color:#f8bf4f!important}.after-bg-lightAmber::after{background:#f8bf4f!important}.after-fg-lightAmber::after{color:#f8bf4f!important}.op-lightAmber{background-color:rgba(248,191,79,.1)!important}.tg-lightAmber::before{border-color:#f8bf4f}.fg-lightYellow{color:#fff44d!important}.bg-lightYellow{background-color:#fff44d!important}.bd-lightYellow{border-color:#fff44d!important}.ol-lightYellow{outline-color:#fff44d!important}.fg-lightYellow-active:active{color:#fff44d!important}.fg-lightYellow-hover:hover{color:#fff44d!important}.fg-lightYellow-focus:focus{color:#fff44d!important}.bg-lightYellow-active:active{background-color:#fff44d!important}.bg-lightYellow-hover:hover{background-color:#fff44d!important}.bg-lightYellow-focus:focus{background-color:#fff44d!important}.bd-lightYellow-active:active{border-color:#fff44d!important}.bd-lightYellow-hover:hover{border-color:#fff44d!important}.bd-lightYellow-focus:focus{border-color:#fff44d!important}.ol-lightYellow-active:active{outline-color:#fff44d!important}.ol-lightYellow-hover:hover{outline-color:#fff44d!important}.ol-lightYellow-focus:focus{outline-color:#fff44d!important}.ribbed-lightYellow{background:#fff44d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fff44d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightYellow::before{background:#fff44d!important}.before-fg-lightYellow::before{color:#fff44d!important}.after-bg-lightYellow::after{background:#fff44d!important}.after-fg-lightYellow::after{color:#fff44d!important}.op-lightYellow{background-color:rgba(255,244,77,.1)!important}.tg-lightYellow::before{border-color:#fff44d}.fg-lightBrown{color:#bb823f!important}.bg-lightBrown{background-color:#bb823f!important}.bd-lightBrown{border-color:#bb823f!important}.ol-lightBrown{outline-color:#bb823f!important}.fg-lightBrown-active:active{color:#bb823f!important}.fg-lightBrown-hover:hover{color:#bb823f!important}.fg-lightBrown-focus:focus{color:#bb823f!important}.bg-lightBrown-active:active{background-color:#bb823f!important}.bg-lightBrown-hover:hover{background-color:#bb823f!important}.bg-lightBrown-focus:focus{background-color:#bb823f!important}.bd-lightBrown-active:active{border-color:#bb823f!important}.bd-lightBrown-hover:hover{border-color:#bb823f!important}.bd-lightBrown-focus:focus{border-color:#bb823f!important}.ol-lightBrown-active:active{outline-color:#bb823f!important}.ol-lightBrown-hover:hover{outline-color:#bb823f!important}.ol-lightBrown-focus:focus{outline-color:#bb823f!important}.ribbed-lightBrown{background:#bb823f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#bb823f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightBrown::before{background:#bb823f!important}.before-fg-lightBrown::before{color:#bb823f!important}.after-bg-lightBrown::after{background:#bb823f!important}.after-fg-lightBrown::after{color:#bb823f!important}.op-lightBrown{background-color:rgba(187,130,63,.1)!important}.tg-lightBrown::before{border-color:#bb823f}.fg-lightOlive{color:#95ab8d!important}.bg-lightOlive{background-color:#95ab8d!important}.bd-lightOlive{border-color:#95ab8d!important}.ol-lightOlive{outline-color:#95ab8d!important}.fg-lightOlive-active:active{color:#95ab8d!important}.fg-lightOlive-hover:hover{color:#95ab8d!important}.fg-lightOlive-focus:focus{color:#95ab8d!important}.bg-lightOlive-active:active{background-color:#95ab8d!important}.bg-lightOlive-hover:hover{background-color:#95ab8d!important}.bg-lightOlive-focus:focus{background-color:#95ab8d!important}.bd-lightOlive-active:active{border-color:#95ab8d!important}.bd-lightOlive-hover:hover{border-color:#95ab8d!important}.bd-lightOlive-focus:focus{border-color:#95ab8d!important}.ol-lightOlive-active:active{outline-color:#95ab8d!important}.ol-lightOlive-hover:hover{outline-color:#95ab8d!important}.ol-lightOlive-focus:focus{outline-color:#95ab8d!important}.ribbed-lightOlive{background:#95ab8d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#95ab8d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightOlive::before{background:#95ab8d!important}.before-fg-lightOlive::before{color:#95ab8d!important}.after-bg-lightOlive::after{background:#95ab8d!important}.after-fg-lightOlive::after{color:#95ab8d!important}.op-lightOlive{background-color:rgba(149,171,141,.1)!important}.tg-lightOlive::before{border-color:#95ab8d}.fg-lightSteel{color:#8d9cab!important}.bg-lightSteel{background-color:#8d9cab!important}.bd-lightSteel{border-color:#8d9cab!important}.ol-lightSteel{outline-color:#8d9cab!important}.fg-lightSteel-active:active{color:#8d9cab!important}.fg-lightSteel-hover:hover{color:#8d9cab!important}.fg-lightSteel-focus:focus{color:#8d9cab!important}.bg-lightSteel-active:active{background-color:#8d9cab!important}.bg-lightSteel-hover:hover{background-color:#8d9cab!important}.bg-lightSteel-focus:focus{background-color:#8d9cab!important}.bd-lightSteel-active:active{border-color:#8d9cab!important}.bd-lightSteel-hover:hover{border-color:#8d9cab!important}.bd-lightSteel-focus:focus{border-color:#8d9cab!important}.ol-lightSteel-active:active{outline-color:#8d9cab!important}.ol-lightSteel-hover:hover{outline-color:#8d9cab!important}.ol-lightSteel-focus:focus{outline-color:#8d9cab!important}.ribbed-lightSteel{background:#8d9cab -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8d9cab linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightSteel::before{background:#8d9cab!important}.before-fg-lightSteel::before{color:#8d9cab!important}.after-bg-lightSteel::after{background:#8d9cab!important}.after-fg-lightSteel::after{color:#8d9cab!important}.op-lightSteel{background-color:rgba(141,156,171,.1)!important}.tg-lightSteel::before{border-color:#8d9cab}.fg-lightMauve{color:#9c89ad!important}.bg-lightMauve{background-color:#9c89ad!important}.bd-lightMauve{border-color:#9c89ad!important}.ol-lightMauve{outline-color:#9c89ad!important}.fg-lightMauve-active:active{color:#9c89ad!important}.fg-lightMauve-hover:hover{color:#9c89ad!important}.fg-lightMauve-focus:focus{color:#9c89ad!important}.bg-lightMauve-active:active{background-color:#9c89ad!important}.bg-lightMauve-hover:hover{background-color:#9c89ad!important}.bg-lightMauve-focus:focus{background-color:#9c89ad!important}.bd-lightMauve-active:active{border-color:#9c89ad!important}.bd-lightMauve-hover:hover{border-color:#9c89ad!important}.bd-lightMauve-focus:focus{border-color:#9c89ad!important}.ol-lightMauve-active:active{outline-color:#9c89ad!important}.ol-lightMauve-hover:hover{outline-color:#9c89ad!important}.ol-lightMauve-focus:focus{outline-color:#9c89ad!important}.ribbed-lightMauve{background:#9c89ad -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#9c89ad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightMauve::before{background:#9c89ad!important}.before-fg-lightMauve::before{color:#9c89ad!important}.after-bg-lightMauve::after{background:#9c89ad!important}.after-fg-lightMauve::after{color:#9c89ad!important}.op-lightMauve{background-color:rgba(156,137,173,.1)!important}.tg-lightMauve::before{border-color:#9c89ad}.fg-lightTaupe{color:#aea073!important}.bg-lightTaupe{background-color:#aea073!important}.bd-lightTaupe{border-color:#aea073!important}.ol-lightTaupe{outline-color:#aea073!important}.fg-lightTaupe-active:active{color:#aea073!important}.fg-lightTaupe-hover:hover{color:#aea073!important}.fg-lightTaupe-focus:focus{color:#aea073!important}.bg-lightTaupe-active:active{background-color:#aea073!important}.bg-lightTaupe-hover:hover{background-color:#aea073!important}.bg-lightTaupe-focus:focus{background-color:#aea073!important}.bd-lightTaupe-active:active{border-color:#aea073!important}.bd-lightTaupe-hover:hover{border-color:#aea073!important}.bd-lightTaupe-focus:focus{border-color:#aea073!important}.ol-lightTaupe-active:active{outline-color:#aea073!important}.ol-lightTaupe-hover:hover{outline-color:#aea073!important}.ol-lightTaupe-focus:focus{outline-color:#aea073!important}.ribbed-lightTaupe{background:#aea073 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#aea073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightTaupe::before{background:#aea073!important}.before-fg-lightTaupe::before{color:#aea073!important}.after-bg-lightTaupe::after{background:#aea073!important}.after-fg-lightTaupe::after{color:#aea073!important}.op-lightTaupe{background-color:rgba(174,160,115,.1)!important}.tg-lightTaupe::before{border-color:#aea073}.fg-lightGray{color:#e4e4e4!important}.bg-lightGray{background-color:#e4e4e4!important}.bd-lightGray{border-color:#e4e4e4!important}.ol-lightGray{outline-color:#e4e4e4!important}.fg-lightGray-active:active{color:#e4e4e4!important}.fg-lightGray-hover:hover{color:#e4e4e4!important}.fg-lightGray-focus:focus{color:#e4e4e4!important}.bg-lightGray-active:active{background-color:#e4e4e4!important}.bg-lightGray-hover:hover{background-color:#e4e4e4!important}.bg-lightGray-focus:focus{background-color:#e4e4e4!important}.bd-lightGray-active:active{border-color:#e4e4e4!important}.bd-lightGray-hover:hover{border-color:#e4e4e4!important}.bd-lightGray-focus:focus{border-color:#e4e4e4!important}.ol-lightGray-active:active{outline-color:#e4e4e4!important}.ol-lightGray-hover:hover{outline-color:#e4e4e4!important}.ol-lightGray-focus:focus{outline-color:#e4e4e4!important}.ribbed-lightGray{background:#e4e4e4 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#e4e4e4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightGray::before{background:#e4e4e4!important}.before-fg-lightGray::before{color:#e4e4e4!important}.after-bg-lightGray::after{background:#e4e4e4!important}.after-fg-lightGray::after{color:#e4e4e4!important}.op-lightGray{background-color:rgba(228,228,228,.1)!important}.tg-lightGray::before{border-color:#e4e4e4}.fg-lightGrayBlue{color:#8aa2ae!important}.bg-lightGrayBlue{background-color:#8aa2ae!important}.bd-lightGrayBlue{border-color:#8aa2ae!important}.ol-lightGrayBlue{outline-color:#8aa2ae!important}.fg-lightGrayBlue-active:active{color:#8aa2ae!important}.fg-lightGrayBlue-hover:hover{color:#8aa2ae!important}.fg-lightGrayBlue-focus:focus{color:#8aa2ae!important}.bg-lightGrayBlue-active:active{background-color:#8aa2ae!important}.bg-lightGrayBlue-hover:hover{background-color:#8aa2ae!important}.bg-lightGrayBlue-focus:focus{background-color:#8aa2ae!important}.bd-lightGrayBlue-active:active{border-color:#8aa2ae!important}.bd-lightGrayBlue-hover:hover{border-color:#8aa2ae!important}.bd-lightGrayBlue-focus:focus{border-color:#8aa2ae!important}.ol-lightGrayBlue-active:active{outline-color:#8aa2ae!important}.ol-lightGrayBlue-hover:hover{outline-color:#8aa2ae!important}.ol-lightGrayBlue-focus:focus{outline-color:#8aa2ae!important}.ribbed-lightGrayBlue{background:#8aa2ae -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8aa2ae linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightGrayBlue::before{background:#8aa2ae!important}.before-fg-lightGrayBlue::before{color:#8aa2ae!important}.after-bg-lightGrayBlue::after{background:#8aa2ae!important}.after-fg-lightGrayBlue::after{color:#8aa2ae!important}.op-lightGrayBlue{background-color:rgba(138,162,174,.1)!important}.tg-lightGrayBlue::before{border-color:#8aa2ae}.fg-darkLime{color:#647800!important}.bg-darkLime{background-color:#647800!important}.bd-darkLime{border-color:#647800!important}.ol-darkLime{outline-color:#647800!important}.fg-darkLime-active:active{color:#647800!important}.fg-darkLime-hover:hover{color:#647800!important}.fg-darkLime-focus:focus{color:#647800!important}.bg-darkLime-active:active{background-color:#647800!important}.bg-darkLime-hover:hover{background-color:#647800!important}.bg-darkLime-focus:focus{background-color:#647800!important}.bd-darkLime-active:active{border-color:#647800!important}.bd-darkLime-hover:hover{border-color:#647800!important}.bd-darkLime-focus:focus{border-color:#647800!important}.ol-darkLime-active:active{outline-color:#647800!important}.ol-darkLime-hover:hover{outline-color:#647800!important}.ol-darkLime-focus:focus{outline-color:#647800!important}.ribbed-darkLime{background:#647800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#647800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkLime::before{background:#647800!important}.before-fg-darkLime::before{color:#647800!important}.after-bg-darkLime::after{background:#647800!important}.after-fg-darkLime::after{color:#647800!important}.op-darkLime{background-color:rgba(100,120,0,.1)!important}.tg-darkLime::before{border-color:#647800}.fg-darkGreen{color:#3a660e!important}.bg-darkGreen{background-color:#3a660e!important}.bd-darkGreen{border-color:#3a660e!important}.ol-darkGreen{outline-color:#3a660e!important}.fg-darkGreen-active:active{color:#3a660e!important}.fg-darkGreen-hover:hover{color:#3a660e!important}.fg-darkGreen-focus:focus{color:#3a660e!important}.bg-darkGreen-active:active{background-color:#3a660e!important}.bg-darkGreen-hover:hover{background-color:#3a660e!important}.bg-darkGreen-focus:focus{background-color:#3a660e!important}.bd-darkGreen-active:active{border-color:#3a660e!important}.bd-darkGreen-hover:hover{border-color:#3a660e!important}.bd-darkGreen-focus:focus{border-color:#3a660e!important}.ol-darkGreen-active:active{outline-color:#3a660e!important}.ol-darkGreen-hover:hover{outline-color:#3a660e!important}.ol-darkGreen-focus:focus{outline-color:#3a660e!important}.ribbed-darkGreen{background:#3a660e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#3a660e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkGreen::before{background:#3a660e!important}.before-fg-darkGreen::before{color:#3a660e!important}.after-bg-darkGreen::after{background:#3a660e!important}.after-fg-darkGreen::after{color:#3a660e!important}.op-darkGreen{background-color:rgba(58,102,14,.1)!important}.tg-darkGreen::before{border-color:#3a660e}.fg-darkEmerald{color:#003d00!important}.bg-darkEmerald{background-color:#003d00!important}.bd-darkEmerald{border-color:#003d00!important}.ol-darkEmerald{outline-color:#003d00!important}.fg-darkEmerald-active:active{color:#003d00!important}.fg-darkEmerald-hover:hover{color:#003d00!important}.fg-darkEmerald-focus:focus{color:#003d00!important}.bg-darkEmerald-active:active{background-color:#003d00!important}.bg-darkEmerald-hover:hover{background-color:#003d00!important}.bg-darkEmerald-focus:focus{background-color:#003d00!important}.bd-darkEmerald-active:active{border-color:#003d00!important}.bd-darkEmerald-hover:hover{border-color:#003d00!important}.bd-darkEmerald-focus:focus{border-color:#003d00!important}.ol-darkEmerald-active:active{outline-color:#003d00!important}.ol-darkEmerald-hover:hover{outline-color:#003d00!important}.ol-darkEmerald-focus:focus{outline-color:#003d00!important}.ribbed-darkEmerald{background:#003d00 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#003d00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkEmerald::before{background:#003d00!important}.before-fg-darkEmerald::before{color:#003d00!important}.after-bg-darkEmerald::after{background:#003d00!important}.after-fg-darkEmerald::after{color:#003d00!important}.op-darkEmerald{background-color:rgba(0,61,0,.1)!important}.tg-darkEmerald::before{border-color:#003d00}.fg-darkBlue{color:#0077a3!important}.bg-darkBlue{background-color:#0077a3!important}.bd-darkBlue{border-color:#0077a3!important}.ol-darkBlue{outline-color:#0077a3!important}.fg-darkBlue-active:active{color:#0077a3!important}.fg-darkBlue-hover:hover{color:#0077a3!important}.fg-darkBlue-focus:focus{color:#0077a3!important}.bg-darkBlue-active:active{background-color:#0077a3!important}.bg-darkBlue-hover:hover{background-color:#0077a3!important}.bg-darkBlue-focus:focus{background-color:#0077a3!important}.bd-darkBlue-active:active{border-color:#0077a3!important}.bd-darkBlue-hover:hover{border-color:#0077a3!important}.bd-darkBlue-focus:focus{border-color:#0077a3!important}.ol-darkBlue-active:active{outline-color:#0077a3!important}.ol-darkBlue-hover:hover{outline-color:#0077a3!important}.ol-darkBlue-focus:focus{outline-color:#0077a3!important}.ribbed-darkBlue{background:#0077a3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#0077a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkBlue::before{background:#0077a3!important}.before-fg-darkBlue::before{color:#0077a3!important}.after-bg-darkBlue::after{background:#0077a3!important}.after-fg-darkBlue::after{color:#0077a3!important}.op-darkBlue{background-color:rgba(0,119,163,.1)!important}.tg-darkBlue::before{border-color:#0077a3}.fg-darkTeal{color:#005e5d!important}.bg-darkTeal{background-color:#005e5d!important}.bd-darkTeal{border-color:#005e5d!important}.ol-darkTeal{outline-color:#005e5d!important}.fg-darkTeal-active:active{color:#005e5d!important}.fg-darkTeal-hover:hover{color:#005e5d!important}.fg-darkTeal-focus:focus{color:#005e5d!important}.bg-darkTeal-active:active{background-color:#005e5d!important}.bg-darkTeal-hover:hover{background-color:#005e5d!important}.bg-darkTeal-focus:focus{background-color:#005e5d!important}.bd-darkTeal-active:active{border-color:#005e5d!important}.bd-darkTeal-hover:hover{border-color:#005e5d!important}.bd-darkTeal-focus:focus{border-color:#005e5d!important}.ol-darkTeal-active:active{outline-color:#005e5d!important}.ol-darkTeal-hover:hover{outline-color:#005e5d!important}.ol-darkTeal-focus:focus{outline-color:#005e5d!important}.ribbed-darkTeal{background:#005e5d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#005e5d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkTeal::before{background:#005e5d!important}.before-fg-darkTeal::before{color:#005e5d!important}.after-bg-darkTeal::after{background:#005e5d!important}.after-fg-darkTeal::after{color:#005e5d!important}.op-darkTeal{background-color:rgba(0,94,93,.1)!important}.tg-darkTeal::before{border-color:#005e5d}.fg-darkCyan{color:#13709e!important}.bg-darkCyan{background-color:#13709e!important}.bd-darkCyan{border-color:#13709e!important}.ol-darkCyan{outline-color:#13709e!important}.fg-darkCyan-active:active{color:#13709e!important}.fg-darkCyan-hover:hover{color:#13709e!important}.fg-darkCyan-focus:focus{color:#13709e!important}.bg-darkCyan-active:active{background-color:#13709e!important}.bg-darkCyan-hover:hover{background-color:#13709e!important}.bg-darkCyan-focus:focus{background-color:#13709e!important}.bd-darkCyan-active:active{border-color:#13709e!important}.bd-darkCyan-hover:hover{border-color:#13709e!important}.bd-darkCyan-focus:focus{border-color:#13709e!important}.ol-darkCyan-active:active{outline-color:#13709e!important}.ol-darkCyan-hover:hover{outline-color:#13709e!important}.ol-darkCyan-focus:focus{outline-color:#13709e!important}.ribbed-darkCyan{background:#13709e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#13709e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkCyan::before{background:#13709e!important}.before-fg-darkCyan::before{color:#13709e!important}.after-bg-darkCyan::after{background:#13709e!important}.after-fg-darkCyan::after{color:#13709e!important}.op-darkCyan{background-color:rgba(19,112,158,.1)!important}.tg-darkCyan::before{border-color:#13709e}.fg-darkCobalt{color:#0036a3!important}.bg-darkCobalt{background-color:#0036a3!important}.bd-darkCobalt{border-color:#0036a3!important}.ol-darkCobalt{outline-color:#0036a3!important}.fg-darkCobalt-active:active{color:#0036a3!important}.fg-darkCobalt-hover:hover{color:#0036a3!important}.fg-darkCobalt-focus:focus{color:#0036a3!important}.bg-darkCobalt-active:active{background-color:#0036a3!important}.bg-darkCobalt-hover:hover{background-color:#0036a3!important}.bg-darkCobalt-focus:focus{background-color:#0036a3!important}.bd-darkCobalt-active:active{border-color:#0036a3!important}.bd-darkCobalt-hover:hover{border-color:#0036a3!important}.bd-darkCobalt-focus:focus{border-color:#0036a3!important}.ol-darkCobalt-active:active{outline-color:#0036a3!important}.ol-darkCobalt-hover:hover{outline-color:#0036a3!important}.ol-darkCobalt-focus:focus{outline-color:#0036a3!important}.ribbed-darkCobalt{background:#0036a3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#0036a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkCobalt::before{background:#0036a3!important}.before-fg-darkCobalt::before{color:#0036a3!important}.after-bg-darkCobalt::after{background:#0036a3!important}.after-fg-darkCobalt::after{color:#0036a3!important}.op-darkCobalt{background-color:rgba(0,54,163,.1)!important}.tg-darkCobalt::before{border-color:#0036a3}.fg-darkIndigo{color:#4a00b3!important}.bg-darkIndigo{background-color:#4a00b3!important}.bd-darkIndigo{border-color:#4a00b3!important}.ol-darkIndigo{outline-color:#4a00b3!important}.fg-darkIndigo-active:active{color:#4a00b3!important}.fg-darkIndigo-hover:hover{color:#4a00b3!important}.fg-darkIndigo-focus:focus{color:#4a00b3!important}.bg-darkIndigo-active:active{background-color:#4a00b3!important}.bg-darkIndigo-hover:hover{background-color:#4a00b3!important}.bg-darkIndigo-focus:focus{background-color:#4a00b3!important}.bd-darkIndigo-active:active{border-color:#4a00b3!important}.bd-darkIndigo-hover:hover{border-color:#4a00b3!important}.bd-darkIndigo-focus:focus{border-color:#4a00b3!important}.ol-darkIndigo-active:active{outline-color:#4a00b3!important}.ol-darkIndigo-hover:hover{outline-color:#4a00b3!important}.ol-darkIndigo-focus:focus{outline-color:#4a00b3!important}.ribbed-darkIndigo{background:#4a00b3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#4a00b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkIndigo::before{background:#4a00b3!important}.before-fg-darkIndigo::before{color:#4a00b3!important}.after-bg-darkIndigo::after{background:#4a00b3!important}.after-fg-darkIndigo::after{color:#4a00b3!important}.op-darkIndigo{background-color:rgba(74,0,179,.1)!important}.tg-darkIndigo::before{border-color:#4a00b3}.fg-darkViolet{color:#7700b3!important}.bg-darkViolet{background-color:#7700b3!important}.bd-darkViolet{border-color:#7700b3!important}.ol-darkViolet{outline-color:#7700b3!important}.fg-darkViolet-active:active{color:#7700b3!important}.fg-darkViolet-hover:hover{color:#7700b3!important}.fg-darkViolet-focus:focus{color:#7700b3!important}.bg-darkViolet-active:active{background-color:#7700b3!important}.bg-darkViolet-hover:hover{background-color:#7700b3!important}.bg-darkViolet-focus:focus{background-color:#7700b3!important}.bd-darkViolet-active:active{border-color:#7700b3!important}.bd-darkViolet-hover:hover{border-color:#7700b3!important}.bd-darkViolet-focus:focus{border-color:#7700b3!important}.ol-darkViolet-active:active{outline-color:#7700b3!important}.ol-darkViolet-hover:hover{outline-color:#7700b3!important}.ol-darkViolet-focus:focus{outline-color:#7700b3!important}.ribbed-darkViolet{background:#7700b3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#7700b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkViolet::before{background:#7700b3!important}.before-fg-darkViolet::before{color:#7700b3!important}.after-bg-darkViolet::after{background:#7700b3!important}.after-fg-darkViolet::after{color:#7700b3!important}.op-darkViolet{background-color:rgba(119,0,179,.1)!important}.tg-darkViolet::before{border-color:#7700b3}.fg-darkPink{color:#ba2588!important}.bg-darkPink{background-color:#ba2588!important}.bd-darkPink{border-color:#ba2588!important}.ol-darkPink{outline-color:#ba2588!important}.fg-darkPink-active:active{color:#ba2588!important}.fg-darkPink-hover:hover{color:#ba2588!important}.fg-darkPink-focus:focus{color:#ba2588!important}.bg-darkPink-active:active{background-color:#ba2588!important}.bg-darkPink-hover:hover{background-color:#ba2588!important}.bg-darkPink-focus:focus{background-color:#ba2588!important}.bd-darkPink-active:active{border-color:#ba2588!important}.bd-darkPink-hover:hover{border-color:#ba2588!important}.bd-darkPink-focus:focus{border-color:#ba2588!important}.ol-darkPink-active:active{outline-color:#ba2588!important}.ol-darkPink-hover:hover{outline-color:#ba2588!important}.ol-darkPink-focus:focus{outline-color:#ba2588!important}.ribbed-darkPink{background:#ba2588 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ba2588 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkPink::before{background:#ba2588!important}.before-fg-darkPink::before{color:#ba2588!important}.after-bg-darkPink::after{background:#ba2588!important}.after-fg-darkPink::after{color:#ba2588!important}.op-darkPink{background-color:rgba(186,37,136,.1)!important}.tg-darkPink::before{border-color:#ba2588}.fg-darkMagenta{color:#8c004a!important}.bg-darkMagenta{background-color:#8c004a!important}.bd-darkMagenta{border-color:#8c004a!important}.ol-darkMagenta{outline-color:#8c004a!important}.fg-darkMagenta-active:active{color:#8c004a!important}.fg-darkMagenta-hover:hover{color:#8c004a!important}.fg-darkMagenta-focus:focus{color:#8c004a!important}.bg-darkMagenta-active:active{background-color:#8c004a!important}.bg-darkMagenta-hover:hover{background-color:#8c004a!important}.bg-darkMagenta-focus:focus{background-color:#8c004a!important}.bd-darkMagenta-active:active{border-color:#8c004a!important}.bd-darkMagenta-hover:hover{border-color:#8c004a!important}.bd-darkMagenta-focus:focus{border-color:#8c004a!important}.ol-darkMagenta-active:active{outline-color:#8c004a!important}.ol-darkMagenta-hover:hover{outline-color:#8c004a!important}.ol-darkMagenta-focus:focus{outline-color:#8c004a!important}.ribbed-darkMagenta{background:#8c004a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8c004a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkMagenta::before{background:#8c004a!important}.before-fg-darkMagenta::before{color:#8c004a!important}.after-bg-darkMagenta::after{background:#8c004a!important}.after-fg-darkMagenta::after{color:#8c004a!important}.op-darkMagenta{background-color:rgba(140,0,74,.1)!important}.tg-darkMagenta::before{border-color:#8c004a}.fg-darkCrimson{color:#560014!important}.bg-darkCrimson{background-color:#560014!important}.bd-darkCrimson{border-color:#560014!important}.ol-darkCrimson{outline-color:#560014!important}.fg-darkCrimson-active:active{color:#560014!important}.fg-darkCrimson-hover:hover{color:#560014!important}.fg-darkCrimson-focus:focus{color:#560014!important}.bg-darkCrimson-active:active{background-color:#560014!important}.bg-darkCrimson-hover:hover{background-color:#560014!important}.bg-darkCrimson-focus:focus{background-color:#560014!important}.bd-darkCrimson-active:active{border-color:#560014!important}.bd-darkCrimson-hover:hover{border-color:#560014!important}.bd-darkCrimson-focus:focus{border-color:#560014!important}.ol-darkCrimson-active:active{outline-color:#560014!important}.ol-darkCrimson-hover:hover{outline-color:#560014!important}.ol-darkCrimson-focus:focus{outline-color:#560014!important}.ribbed-darkCrimson{background:#560014 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#560014 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkCrimson::before{background:#560014!important}.before-fg-darkCrimson::before{color:#560014!important}.after-bg-darkCrimson::after{background:#560014!important}.after-fg-darkCrimson::after{color:#560014!important}.op-darkCrimson{background-color:rgba(86,0,20,.1)!important}.tg-darkCrimson::before{border-color:#560014}.fg-darkRed{color:#8f251f!important}.bg-darkRed{background-color:#8f251f!important}.bd-darkRed{border-color:#8f251f!important}.ol-darkRed{outline-color:#8f251f!important}.fg-darkRed-active:active{color:#8f251f!important}.fg-darkRed-hover:hover{color:#8f251f!important}.fg-darkRed-focus:focus{color:#8f251f!important}.bg-darkRed-active:active{background-color:#8f251f!important}.bg-darkRed-hover:hover{background-color:#8f251f!important}.bg-darkRed-focus:focus{background-color:#8f251f!important}.bd-darkRed-active:active{border-color:#8f251f!important}.bd-darkRed-hover:hover{border-color:#8f251f!important}.bd-darkRed-focus:focus{border-color:#8f251f!important}.ol-darkRed-active:active{outline-color:#8f251f!important}.ol-darkRed-hover:hover{outline-color:#8f251f!important}.ol-darkRed-focus:focus{outline-color:#8f251f!important}.ribbed-darkRed{background:#8f251f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8f251f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkRed::before{background:#8f251f!important}.before-fg-darkRed::before{color:#8f251f!important}.after-bg-darkRed::after{background:#8f251f!important}.after-fg-darkRed::after{color:#8f251f!important}.op-darkRed{background-color:rgba(143,37,31,.1)!important}.tg-darkRed::before{border-color:#8f251f}.fg-darkOrange{color:#ae4800!important}.bg-darkOrange{background-color:#ae4800!important}.bd-darkOrange{border-color:#ae4800!important}.ol-darkOrange{outline-color:#ae4800!important}.fg-darkOrange-active:active{color:#ae4800!important}.fg-darkOrange-hover:hover{color:#ae4800!important}.fg-darkOrange-focus:focus{color:#ae4800!important}.bg-darkOrange-active:active{background-color:#ae4800!important}.bg-darkOrange-hover:hover{background-color:#ae4800!important}.bg-darkOrange-focus:focus{background-color:#ae4800!important}.bd-darkOrange-active:active{border-color:#ae4800!important}.bd-darkOrange-hover:hover{border-color:#ae4800!important}.bd-darkOrange-focus:focus{border-color:#ae4800!important}.ol-darkOrange-active:active{outline-color:#ae4800!important}.ol-darkOrange-hover:hover{outline-color:#ae4800!important}.ol-darkOrange-focus:focus{outline-color:#ae4800!important}.ribbed-darkOrange{background:#ae4800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ae4800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkOrange::before{background:#ae4800!important}.before-fg-darkOrange::before{color:#ae4800!important}.after-bg-darkOrange::after{background:#ae4800!important}.after-fg-darkOrange::after{color:#ae4800!important}.op-darkOrange{background-color:rgba(174,72,0,.1)!important}.tg-darkOrange::before{border-color:#ae4800}.fg-darkAmber{color:#a77107!important}.bg-darkAmber{background-color:#a77107!important}.bd-darkAmber{border-color:#a77107!important}.ol-darkAmber{outline-color:#a77107!important}.fg-darkAmber-active:active{color:#a77107!important}.fg-darkAmber-hover:hover{color:#a77107!important}.fg-darkAmber-focus:focus{color:#a77107!important}.bg-darkAmber-active:active{background-color:#a77107!important}.bg-darkAmber-hover:hover{background-color:#a77107!important}.bg-darkAmber-focus:focus{background-color:#a77107!important}.bd-darkAmber-active:active{border-color:#a77107!important}.bd-darkAmber-hover:hover{border-color:#a77107!important}.bd-darkAmber-focus:focus{border-color:#a77107!important}.ol-darkAmber-active:active{outline-color:#a77107!important}.ol-darkAmber-hover:hover{outline-color:#a77107!important}.ol-darkAmber-focus:focus{outline-color:#a77107!important}.ribbed-darkAmber{background:#a77107 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a77107 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkAmber::before{background:#a77107!important}.before-fg-darkAmber::before{color:#a77107!important}.after-bg-darkAmber::after{background:#a77107!important}.after-fg-darkAmber::after{color:#a77107!important}.op-darkAmber{background-color:rgba(167,113,7,.1)!important}.tg-darkAmber::before{border-color:#a77107}.fg-darkYellow{color:#b3a800!important}.bg-darkYellow{background-color:#b3a800!important}.bd-darkYellow{border-color:#b3a800!important}.ol-darkYellow{outline-color:#b3a800!important}.fg-darkYellow-active:active{color:#b3a800!important}.fg-darkYellow-hover:hover{color:#b3a800!important}.fg-darkYellow-focus:focus{color:#b3a800!important}.bg-darkYellow-active:active{background-color:#b3a800!important}.bg-darkYellow-hover:hover{background-color:#b3a800!important}.bg-darkYellow-focus:focus{background-color:#b3a800!important}.bd-darkYellow-active:active{border-color:#b3a800!important}.bd-darkYellow-hover:hover{border-color:#b3a800!important}.bd-darkYellow-focus:focus{border-color:#b3a800!important}.ol-darkYellow-active:active{outline-color:#b3a800!important}.ol-darkYellow-hover:hover{outline-color:#b3a800!important}.ol-darkYellow-focus:focus{outline-color:#b3a800!important}.ribbed-darkYellow{background:#b3a800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#b3a800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkYellow::before{background:#b3a800!important}.before-fg-darkYellow::before{color:#b3a800!important}.after-bg-darkYellow::after{background:#b3a800!important}.after-fg-darkYellow::after{color:#b3a800!important}.op-darkYellow{background-color:rgba(179,168,0,.1)!important}.tg-darkYellow::before{border-color:#b3a800}.fg-darkBrown{color:#493219!important}.bg-darkBrown{background-color:#493219!important}.bd-darkBrown{border-color:#493219!important}.ol-darkBrown{outline-color:#493219!important}.fg-darkBrown-active:active{color:#493219!important}.fg-darkBrown-hover:hover{color:#493219!important}.fg-darkBrown-focus:focus{color:#493219!important}.bg-darkBrown-active:active{background-color:#493219!important}.bg-darkBrown-hover:hover{background-color:#493219!important}.bg-darkBrown-focus:focus{background-color:#493219!important}.bd-darkBrown-active:active{border-color:#493219!important}.bd-darkBrown-hover:hover{border-color:#493219!important}.bd-darkBrown-focus:focus{border-color:#493219!important}.ol-darkBrown-active:active{outline-color:#493219!important}.ol-darkBrown-hover:hover{outline-color:#493219!important}.ol-darkBrown-focus:focus{outline-color:#493219!important}.ribbed-darkBrown{background:#493219 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#493219 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkBrown::before{background:#493219!important}.before-fg-darkBrown::before{color:#493219!important}.after-bg-darkBrown::after{background:#493219!important}.after-fg-darkBrown::after{color:#493219!important}.op-darkBrown{background-color:rgba(73,50,25,.1)!important}.tg-darkBrown::before{border-color:#493219}.fg-darkOlive{color:#4a5b43!important}.bg-darkOlive{background-color:#4a5b43!important}.bd-darkOlive{border-color:#4a5b43!important}.ol-darkOlive{outline-color:#4a5b43!important}.fg-darkOlive-active:active{color:#4a5b43!important}.fg-darkOlive-hover:hover{color:#4a5b43!important}.fg-darkOlive-focus:focus{color:#4a5b43!important}.bg-darkOlive-active:active{background-color:#4a5b43!important}.bg-darkOlive-hover:hover{background-color:#4a5b43!important}.bg-darkOlive-focus:focus{background-color:#4a5b43!important}.bd-darkOlive-active:active{border-color:#4a5b43!important}.bd-darkOlive-hover:hover{border-color:#4a5b43!important}.bd-darkOlive-focus:focus{border-color:#4a5b43!important}.ol-darkOlive-active:active{outline-color:#4a5b43!important}.ol-darkOlive-hover:hover{outline-color:#4a5b43!important}.ol-darkOlive-focus:focus{outline-color:#4a5b43!important}.ribbed-darkOlive{background:#4a5b43 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#4a5b43 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkOlive::before{background:#4a5b43!important}.before-fg-darkOlive::before{color:#4a5b43!important}.after-bg-darkOlive::after{background:#4a5b43!important}.after-fg-darkOlive::after{color:#4a5b43!important}.op-darkOlive{background-color:rgba(74,91,67,.1)!important}.tg-darkOlive::before{border-color:#4a5b43}.fg-darkSteel{color:#43505b!important}.bg-darkSteel{background-color:#43505b!important}.bd-darkSteel{border-color:#43505b!important}.ol-darkSteel{outline-color:#43505b!important}.fg-darkSteel-active:active{color:#43505b!important}.fg-darkSteel-hover:hover{color:#43505b!important}.fg-darkSteel-focus:focus{color:#43505b!important}.bg-darkSteel-active:active{background-color:#43505b!important}.bg-darkSteel-hover:hover{background-color:#43505b!important}.bg-darkSteel-focus:focus{background-color:#43505b!important}.bd-darkSteel-active:active{border-color:#43505b!important}.bd-darkSteel-hover:hover{border-color:#43505b!important}.bd-darkSteel-focus:focus{border-color:#43505b!important}.ol-darkSteel-active:active{outline-color:#43505b!important}.ol-darkSteel-hover:hover{outline-color:#43505b!important}.ol-darkSteel-focus:focus{outline-color:#43505b!important}.ribbed-darkSteel{background:#43505b -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#43505b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkSteel::before{background:#43505b!important}.before-fg-darkSteel::before{color:#43505b!important}.after-bg-darkSteel::after{background:#43505b!important}.after-fg-darkSteel::after{color:#43505b!important}.op-darkSteel{background-color:rgba(67,80,91,.1)!important}.tg-darkSteel::before{border-color:#43505b}.fg-darkMauve{color:#4f415d!important}.bg-darkMauve{background-color:#4f415d!important}.bd-darkMauve{border-color:#4f415d!important}.ol-darkMauve{outline-color:#4f415d!important}.fg-darkMauve-active:active{color:#4f415d!important}.fg-darkMauve-hover:hover{color:#4f415d!important}.fg-darkMauve-focus:focus{color:#4f415d!important}.bg-darkMauve-active:active{background-color:#4f415d!important}.bg-darkMauve-hover:hover{background-color:#4f415d!important}.bg-darkMauve-focus:focus{background-color:#4f415d!important}.bd-darkMauve-active:active{border-color:#4f415d!important}.bd-darkMauve-hover:hover{border-color:#4f415d!important}.bd-darkMauve-focus:focus{border-color:#4f415d!important}.ol-darkMauve-active:active{outline-color:#4f415d!important}.ol-darkMauve-hover:hover{outline-color:#4f415d!important}.ol-darkMauve-focus:focus{outline-color:#4f415d!important}.ribbed-darkMauve{background:#4f415d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#4f415d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkMauve::before{background:#4f415d!important}.before-fg-darkMauve::before{color:#4f415d!important}.after-bg-darkMauve::after{background:#4f415d!important}.after-fg-darkMauve::after{color:#4f415d!important}.op-darkMauve{background-color:rgba(79,65,93,.1)!important}.tg-darkMauve::before{border-color:#4f415d}.fg-darkTaupe{color:#574e32!important}.bg-darkTaupe{background-color:#574e32!important}.bd-darkTaupe{border-color:#574e32!important}.ol-darkTaupe{outline-color:#574e32!important}.fg-darkTaupe-active:active{color:#574e32!important}.fg-darkTaupe-hover:hover{color:#574e32!important}.fg-darkTaupe-focus:focus{color:#574e32!important}.bg-darkTaupe-active:active{background-color:#574e32!important}.bg-darkTaupe-hover:hover{background-color:#574e32!important}.bg-darkTaupe-focus:focus{background-color:#574e32!important}.bd-darkTaupe-active:active{border-color:#574e32!important}.bd-darkTaupe-hover:hover{border-color:#574e32!important}.bd-darkTaupe-focus:focus{border-color:#574e32!important}.ol-darkTaupe-active:active{outline-color:#574e32!important}.ol-darkTaupe-hover:hover{outline-color:#574e32!important}.ol-darkTaupe-focus:focus{outline-color:#574e32!important}.ribbed-darkTaupe{background:#574e32 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#574e32 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkTaupe::before{background:#574e32!important}.before-fg-darkTaupe::before{color:#574e32!important}.after-bg-darkTaupe::after{background:#574e32!important}.after-fg-darkTaupe::after{color:#574e32!important}.op-darkTaupe{background-color:rgba(87,78,50,.1)!important}.tg-darkTaupe::before{border-color:#574e32}.fg-darkGray{color:#989898!important}.bg-darkGray{background-color:#989898!important}.bd-darkGray{border-color:#989898!important}.ol-darkGray{outline-color:#989898!important}.fg-darkGray-active:active{color:#989898!important}.fg-darkGray-hover:hover{color:#989898!important}.fg-darkGray-focus:focus{color:#989898!important}.bg-darkGray-active:active{background-color:#989898!important}.bg-darkGray-hover:hover{background-color:#989898!important}.bg-darkGray-focus:focus{background-color:#989898!important}.bd-darkGray-active:active{border-color:#989898!important}.bd-darkGray-hover:hover{border-color:#989898!important}.bd-darkGray-focus:focus{border-color:#989898!important}.ol-darkGray-active:active{outline-color:#989898!important}.ol-darkGray-hover:hover{outline-color:#989898!important}.ol-darkGray-focus:focus{outline-color:#989898!important}.ribbed-darkGray{background:#989898 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#989898 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkGray::before{background:#989898!important}.before-fg-darkGray::before{color:#989898!important}.after-bg-darkGray::after{background:#989898!important}.after-fg-darkGray::after{color:#989898!important}.op-darkGray{background-color:rgba(152,152,152,.1)!important}.tg-darkGray::before{border-color:#989898}.fg-darkGrayBlue{color:#41545e!important}.bg-darkGrayBlue{background-color:#41545e!important}.bd-darkGrayBlue{border-color:#41545e!important}.ol-darkGrayBlue{outline-color:#41545e!important}.fg-darkGrayBlue-active:active{color:#41545e!important}.fg-darkGrayBlue-hover:hover{color:#41545e!important}.fg-darkGrayBlue-focus:focus{color:#41545e!important}.bg-darkGrayBlue-active:active{background-color:#41545e!important}.bg-darkGrayBlue-hover:hover{background-color:#41545e!important}.bg-darkGrayBlue-focus:focus{background-color:#41545e!important}.bd-darkGrayBlue-active:active{border-color:#41545e!important}.bd-darkGrayBlue-hover:hover{border-color:#41545e!important}.bd-darkGrayBlue-focus:focus{border-color:#41545e!important}.ol-darkGrayBlue-active:active{outline-color:#41545e!important}.ol-darkGrayBlue-hover:hover{outline-color:#41545e!important}.ol-darkGrayBlue-focus:focus{outline-color:#41545e!important}.ribbed-darkGrayBlue{background:#41545e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#41545e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkGrayBlue::before{background:#41545e!important}.before-fg-darkGrayBlue::before{color:#41545e!important}.after-bg-darkGrayBlue::after{background:#41545e!important}.after-fg-darkGrayBlue::after{color:#41545e!important}.op-darkGrayBlue{background-color:rgba(65,84,94,.1)!important}.tg-darkGrayBlue::before{border-color:#41545e}.accordion.rtl.material>.frame>.heading,.accordion[dir=rtl].material>.frame>.heading{padding:16px 16px 16px 42px}.accordion.rtl.material>.frame>.heading::after,.accordion[dir=rtl].material>.frame>.heading::after{left:16px;right:auto;top:8px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.accordion.rtl.material>.frame.active .heading::after,.accordion[dir=rtl].material>.frame.active .heading::after{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}input.rtl,input[dir=rtl]{direction:rtl}.input.rtl,.input[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.input.rtl input,.input[dir=rtl] input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;direction:rtl}.input.rtl .button-group,.input[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input.rtl .prepend,.input[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input.rtl .append,.input[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .append,.file[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .prepend,.file[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file.rtl .caption,.file[dir=rtl] .caption{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.file.rtl button,.file[dir=rtl] button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0;margin-right:auto}.textarea.rtl,.textarea[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.textarea.rtl .prepend,.textarea[dir=rtl] .prepend{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea.rtl .append,.textarea[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea.rtl textarea,.textarea[dir=rtl] textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea.rtl .input-clear-button,.textarea[dir=rtl] .input-clear-button{right:auto;left:.25rem}.textarea.rtl .input-clear-button~textarea,.textarea[dir=rtl] .input-clear-button~textarea{padding-left:48px;padding-right:.75rem}.select.rtl,.select[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.select.rtl .select-input,.select[dir=rtl] .select-input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select.rtl .prepend,.select[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.rtl .append,.select[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select.rtl .button-group,.select[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select.rtl.dropdown-toggle,.select[dir=rtl].dropdown-toggle{padding-right:0!important;padding-left:.9rem}.select.rtl.dropdown-toggle::before,.select[dir=rtl].dropdown-toggle::before{margin-left:.9rem;left:0}@font-face{font-family:metro;src:url(../mif/metro.ttf?niykz5) format('truetype'),url(../mif/metro.woff?niykz5) format('woff'),url(../mif/metro.svg?niykz5#metro) format('svg');font-weight:400;font-style:normal}[class*=mif-]{font-family:metro!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;display:inline-block;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mif-lg{font-size:1.2em}.mif-2x{font-size:1.5em}.mif-3x{font-size:2em}.mif-4x{font-size:2.5em}.mif-5x{font-size:3em}.mif-6x{font-size:3.5em}.mif-7x{font-size:4em}.mif-8x{font-size:4.5em}.mif-9x{font-size:5em}.mif-10x{font-size:5.5em}.mif-whatsapp:before{content:"\e90b"}.mif-copy:before{content:"\e92c"}.mif-paste:before{content:"\e92d"}.mif-cut:before{content:"\ea5a"}.mif-earth2:before{content:"\e6c1"}.mif-shit:before{content:"\e6c2"}.mif-broadcast:before{content:"\f048"}.mif-organization:before{content:"\f037"}.mif-squirrel:before{content:"\f0b2"}.mif-steps:before{content:"\f0c7"}.mif-versions:before{content:"\f064"}.mif-microscope:before{content:"\f089"}.mif-library:before{content:"\e921"}.mif-file-binary:before{content:"\f094"}.mif-mail-read:before{content:"\f03c"}.mif-quote:before{content:"\f063"}.mif-sunrise:before{content:"\e66c"}.mif-sun:before{content:"\e66d"}.mif-moon:before{content:"\e66e"}.mif-sun3:before{content:"\e66f"}.mif-windy:before{content:"\e670"}.mif-wind:before{content:"\e671"}.mif-snowflake:before{content:"\e672"}.mif-cloudy:before{content:"\e673"}.mif-cloud2:before{content:"\e674"}.mif-weather:before{content:"\e675"}.mif-weather2:before{content:"\e676"}.mif-weather3:before{content:"\e677"}.mif-lines:before{content:"\e678"}.mif-cloud3:before{content:"\e679"}.mif-lightning:before{content:"\e67a"}.mif-lightning2:before{content:"\e67b"}.mif-rainy:before{content:"\e67c"}.mif-rainy2:before{content:"\e67d"}.mif-windy2:before{content:"\e67e"}.mif-windy3:before{content:"\e67f"}.mif-snowy:before{content:"\e680"}.mif-snowy2:before{content:"\e681"}.mif-snowy3:before{content:"\e682"}.mif-weather4:before{content:"\e683"}.mif-cloudy2:before{content:"\e684"}.mif-cloud4:before{content:"\e685"}.mif-lightning3:before{content:"\e686"}.mif-sun4:before{content:"\e687"}.mif-moon2:before{content:"\e688"}.mif-cloudy3:before{content:"\e689"}.mif-cloud5:before{content:"\e68a"}.mif-cloud6:before{content:"\e68b"}.mif-lightning4:before{content:"\e68c"}.mif-rainy3:before{content:"\e68d"}.mif-rainy4:before{content:"\e68e"}.mif-windy4:before{content:"\e68f"}.mif-windy5:before{content:"\e690"}.mif-snowy4:before{content:"\e691"}.mif-snowy5:before{content:"\e692"}.mif-weather5:before{content:"\e693"}.mif-cloudy4:before{content:"\e694"}.mif-lightning5:before{content:"\e695"}.mif-thermometer:before{content:"\e696"}.mif-none:before{content:"\e698"}.mif-celsius:before{content:"\e699"}.mif-fahrenheit:before{content:"\e69a"}.mif-home:before{content:"\e900"}.mif-pencil:before{content:"\e905"}.mif-eyedropper:before{content:"\e90a"}.mif-paint:before{content:"\e90c"}.mif-image:before{content:"\e90d"}.mif-images:before{content:"\e90e"}.mif-camera:before{content:"\e90f"}.mif-headphones:before{content:"\e910"}.mif-music:before{content:"\e911"}.mif-film:before{content:"\e913"}.mif-video-camera:before{content:"\e914"}.mif-dice:before{content:"\e915"}.mif-wifi-connect:before{content:"\e91b"}.mif-feed:before{content:"\e91d"}.mif-mic:before{content:"\e91e"}.mif-books:before{content:"\e920"}.mif-file-empty:before{content:"\e924"}.mif-files-empty:before{content:"\e925"}.mif-file-text:before{content:"\e926"}.mif-file-picture:before{content:"\e927"}.mif-file-music:before{content:"\e928"}.mif-file-play:before{content:"\e929"}.mif-file-video:before{content:"\e92a"}.mif-file-zip:before{content:"\e92b"}.mif-stack:before{content:"\e92e"}.mif-folder:before{content:"\e92f"}.mif-folder-open:before{content:"\e930"}.mif-folder-plus:before{content:"\e931"}.mif-folder-minus:before{content:"\e932"}.mif-folder-download:before{content:"\e933"}.mif-folder-upload:before{content:"\e934"}.mif-tag:before{content:"\e935"}.mif-tags:before{content:"\e936"}.mif-barcode:before{content:"\e937"}.mif-qrcode:before{content:"\e938"}.mif-cart:before{content:"\e93a"}.mif-credit-card:before{content:"\e93f"}.mif-calculator:before{content:"\e940"}.mif-help:before{content:"\e941"}.mif-phone:before{content:"\e942"}.mif-envelop:before{content:"\e945"}.mif-location:before{content:"\e948"}.mif-compass:before{content:"\e949"}.mif-compass2:before{content:"\e94a"}.mif-map:before{content:"\e94b"}.mif-history:before{content:"\e94d"}.mif-bell:before{content:"\e951"}.mif-calendar:before{content:"\e953"}.mif-printer:before{content:"\e954"}.mif-keyboard:before{content:"\e955"}.mif-display:before{content:"\e956"}.mif-laptop:before{content:"\e957"}.mif-mobile:before{content:"\e959"}.mif-tablet:before{content:"\e95a"}.mif-download:before{content:"\e960"}.mif-upload:before{content:"\e961"}.mif-floppy-disk:before{content:"\e962"}.mif-drive:before{content:"\e963"}.mif-database:before{content:"\e964"}.mif-undo:before{content:"\e965"}.mif-redo:before{content:"\e966"}.mif-bubble:before{content:"\e96b"}.mif-bubbles:before{content:"\e96c"}.mif-user:before{content:"\e971"}.mif-users:before{content:"\e972"}.mif-user-plus:before{content:"\e973"}.mif-user-minus:before{content:"\e974"}.mif-user-check:before{content:"\e975"}.mif-hour-glass:before{content:"\e979"}.mif-spinner:before{content:"\e97a"}.mif-spinner1:before{content:"\e97b"}.mif-spinner2:before{content:"\e97d"}.mif-spinner3:before{content:"\e981"}.mif-spinner4:before{content:"\e982"}.mif-spinner5:before{content:"\e983"}.mif-search:before{content:"\e986"}.mif-zoom-in:before{content:"\e987"}.mif-zoom-out:before{content:"\e988"}.mif-enlarge:before{content:"\e989"}.mif-shrink:before{content:"\e98a"}.mif-enlarge2:before{content:"\e98b"}.mif-shrink2:before{content:"\e98c"}.mif-key:before{content:"\e98d"}.mif-wrench:before{content:"\e991"}.mif-equalizer:before{content:"\e992"}.mif-equalizer-v:before{content:"\e993"}.mif-cog:before{content:"\e994"}.mif-cogs:before{content:"\e995"}.mif-magic-wand:before{content:"\e997"}.mif-bug:before{content:"\e999"}.mif-chart-pie:before{content:"\e99a"}.mif-chart-dots:before{content:"\e99b"}.mif-chart-bars:before{content:"\e99c"}.mif-chart-bars2:before{content:"\e99d"}.mif-trophy:before{content:"\e99e"}.mif-gift:before{content:"\e99f"}.mif-spoon-fork:before{content:"\e9a3"}.mif-rocket:before{content:"\e9a5"}.mif-meter:before{content:"\e9a6"}.mif-hammer:before{content:"\e9a8"}.mif-fire:before{content:"\e9a9"}.mif-lab:before{content:"\e9aa"}.mif-bin:before{content:"\e9ac"}.mif-truck:before{content:"\e9b0"}.mif-target:before{content:"\e9b3"}.mif-power:before{content:"\e9b5"}.mif-switch:before{content:"\e9b6"}.mif-power-cord:before{content:"\e9b7"}.mif-clipboard:before{content:"\e9b8"}.mif-list-numbered:before{content:"\e9b9"}.mif-list:before{content:"\e9ba"}.mif-list2:before{content:"\e9bb"}.mif-tree:before{content:"\e9bc"}.mif-cloud:before{content:"\e9c1"}.mif-cloud-download:before{content:"\e9c2"}.mif-cloud-upload:before{content:"\e9c3"}.mif-download2:before{content:"\e9c7"}.mif-upload2:before{content:"\e9c8"}.mif-earth:before{content:"\e9ca"}.mif-link:before{content:"\e9cb"}.mif-flag:before{content:"\e9cc"}.mif-attachment:before{content:"\e9cd"}.mif-eye:before{content:"\e9ce"}.mif-bookmark:before{content:"\e9d2"}.mif-bookmarks:before{content:"\e9d3"}.mif-contrast:before{content:"\e9d5"}.mif-brightness:before{content:"\e9d6"}.mif-star-empty:before{content:"\e9d7"}.mif-star-half:before{content:"\e9d8"}.mif-star-full:before{content:"\e9d9"}.mif-heart:before{content:"\e9da"}.mif-heart-broken:before{content:"\e9db"}.mif-warning:before{content:"\ea07"}.mif-notification:before{content:"\ea08"}.mif-question:before{content:"\ea09"}.mif-plus:before{content:"\ea0a"}.mif-minus:before{content:"\ea0b"}.mif-info:before{content:"\ea0c"}.mif-cancel:before{content:"\ea0d"}.mif-blocked:before{content:"\ea0e"}.mif-cross:before{content:"\ea0f"}.mif-checkmark:before{content:"\ea10"}.mif-spell-check:before{content:"\ea12"}.mif-enter:before{content:"\ea13"}.mif-exit:before{content:"\ea14"}.mif-play:before{content:"\ea1c"}.mif-pause:before{content:"\ea1d"}.mif-stop:before{content:"\ea1e"}.mif-backward:before{content:"\ea1f"}.mif-forward:before{content:"\ea20"}.mif-first:before{content:"\ea21"}.mif-last:before{content:"\ea22"}.mif-previous:before{content:"\ea23"}.mif-next:before{content:"\ea24"}.mif-eject:before{content:"\ea25"}.mif-volume-high:before{content:"\ea26"}.mif-volume-medium:before{content:"\ea27"}.mif-volume-low:before{content:"\ea28"}.mif-volume-mute:before{content:"\ea29"}.mif-volume-mute2:before{content:"\ea2a"}.mif-volume-plus:before{content:"\ea2b"}.mif-volume-minus:before{content:"\ea2c"}.mif-loop:before{content:"\ea2d"}.mif-loop2:before{content:"\ea2e"}.mif-infinite:before{content:"\ea2f"}.mif-shuffle:before{content:"\ea30"}.mif-arrow-up-left:before{content:"\ea39"}.mif-arrow-up:before{content:"\ea3a"}.mif-arrow-up-right:before{content:"\ea3b"}.mif-arrow-right:before{content:"\ea3c"}.mif-arrow-down-right:before{content:"\ea3d"}.mif-arrow-down:before{content:"\ea3e"}.mif-arrow-down-left:before{content:"\ea3f"}.mif-arrow-left:before{content:"\ea40"}.mif-tab:before{content:"\ea45"}.mif-move-up:before{content:"\ea46"}.mif-move-down:before{content:"\ea47"}.mif-sort-asc:before{content:"\ea4c"}.mif-sort-desc:before{content:"\ea4d"}.mif-command:before{content:"\ea4e"}.mif-shift:before{content:"\ea4f"}.mif-crop:before{content:"\ea57"}.mif-filter:before{content:"\ea5b"}.mif-bold:before{content:"\ea62"}.mif-underline:before{content:"\ea63"}.mif-italic:before{content:"\ea64"}.mif-strikethrough:before{content:"\ea65"}.mif-page-break:before{content:"\ea68"}.mif-superscript:before{content:"\ea69"}.mif-subscript:before{content:"\ea6a"}.mif-table:before{content:"\ea71"}.mif-insert-template:before{content:"\ea72"}.mif-pilcrow:before{content:"\ea73"}.mif-ltr:before{content:"\ea74"}.mif-rtl:before{content:"\ea75"}.mif-section:before{content:"\ea76"}.mif-paragraph-left:before{content:"\ea77"}.mif-paragraph-center:before{content:"\ea78"}.mif-paragraph-right:before{content:"\ea79"}.mif-paragraph-justify:before{content:"\ea7a"}.mif-indent-increase:before{content:"\ea7b"}.mif-indent-decrease:before{content:"\ea7c"}.mif-embed:before{content:"\ea7f"}.mif-embed2:before{content:"\ea80"}.mif-share:before{content:"\ea82"}.mif-google:before{content:"\ea87"}.mif-google-plus2:before{content:"\ea88"}.mif-facebook2:before{content:"\ea8d"}.mif-twitter:before{content:"\ea91"}.mif-feed3:before{content:"\ea95"}.mif-youtube:before{content:"\ea99"}.mif-steam2:before{content:"\eaae"}.mif-onedrive:before{content:"\eab0"}.mif-github:before{content:"\eab3"}.mif-git:before{content:"\eab5"}.mif-apple:before{content:"\eabf"}.mif-android:before{content:"\eac1"}.mif-windows:before{content:"\eac3"}.mif-skype:before{content:"\eac6"}.mif-linkedin:before{content:"\eac8"}.mif-html5:before{content:"\eadf"}.mif-css3:before{content:"\eae1"}.mif-chrome:before{content:"\eae5"}.mif-firefox:before{content:"\eae6"}.mif-ie:before{content:"\eae7"}.mif-opera:before{content:"\eae8"}.mif-safari:before{content:"\eae9"}.mif-airplane:before{content:"\e6c3"}.mif-instagram:before{content:"\e6c5"}.mif-twitch:before{content:"\e6c6"}.mif-picassa:before{content:"\e6c7"}.mif-deviantart:before{content:"\e6c8"}.mif-wordpress:before{content:"\e6c9"}.mif-joomla:before{content:"\e6ca"}.mif-blogger:before{content:"\e6cb"}.mif-tux:before{content:"\e6cc"}.mif-finder:before{content:"\e6cd"}.mif-soundcloud:before{content:"\e6ce"}.mif-reddit:before{content:"\e6cf"}.mif-delicious:before{content:"\e6d0"}.mif-stackoverflow:before{content:"\e6d1"}.mif-flattr:before{content:"\e6d2"}.mif-foursquare:before{content:"\e6d3"}.mif-file-openoffice:before{content:"\e6d4"}.mif-libreoffice:before{content:"\e6d5"}.mif-codepen:before{content:"\e6d6"}.mif-IcoMoon:before{content:"\e6d7"}.mif-ac_unit:before{content:"\eb3b"}.mif-accessible:before{content:"\e916"}.mif-adb:before{content:"\e6d8"}.mif-add:before{content:"\e145"}.mif-add-photo:before{content:"\e439"}.mif-arrow-drop-down:before{content:"\e5c5"}.mif-arrow-drop-up:before{content:"\e5c7"}.mif-assignment:before{content:"\e85d"}.mif-backspace1:before{content:"\e14a"}.mif-beenhere:before{content:"\e52d"}.mif-cake:before{content:"\e7e9"}.mif-photo-camera:before{content:"\e412"}.mif-photo-camera-enhance:before{content:"\e8fc"}.mif-camera-front:before{content:"\e3b1"}.mif-camera-rear:before{content:"\e3b2"}.mif-chat:before{content:"\e0b7"}.mif-chat-bubble:before{content:"\e0ca"}.mif-chat-bubble-outline:before{content:"\e0cb"}.mif-comment:before{content:"\e0b9"}.mif-developer_board:before{content:"\e30d"}.mif-devices:before{content:"\e337"}.mif-done:before{content:"\e876"}.mif-done_all:before{content:"\e877"}.mif-flash-auto:before{content:"\e3e5"}.mif-flash-off:before{content:"\e3e6"}.mif-flash-on:before{content:"\e3e7"}.mif-qa:before{content:"\e8af"}.mif-hdr-off:before{content:"\e3ed"}.mif-hdr-on:before{content:"\e3ee"}.mif-http:before{content:"\e909"}.mif-import-export:before{content:"\e0c3"}.mif-inbox:before{content:"\e156"}.mif-backspace:before{content:"\e317"}.mif-keyboard-tab:before{content:"\e31c"}.mif-restaurant:before{content:"\e561"}.mif-location-off:before{content:"\e0c7"}.mif-room:before{content:"\e8b4"}.mif-move_to_inbox:before{content:"\e168"}.mif-navigation:before{content:"\e55d"}.mif-near-me:before{content:"\e569"}.mif-network-cell:before{content:"\e1b9"}.mif-network-locked:before{content:"\e6d9"}.mif-network-wifi:before{content:"\e1ba"}.mif-cell-setting:before{content:"\e8a4"}.mif-phonelink-erase:before{content:"\e0db"}.mif-phonelink-lock:before{content:"\e0dc"}.mif-phonelink-ring:before{content:"\e0dd"}.mif-phonelink-setup:before{content:"\e0de"}.mif-present-all:before{content:"\e0df"}.mif-record_voice_over:before{content:"\e91f"}.mif-refresh:before{content:"\e5d5"}.mif-replay:before{content:"\e042"}.mif-reply:before{content:"\e15e"}.mif-reply_all:before{content:"\e15f"}.mif-lock-rotation:before{content:"\e1c0"}.mif-rotation:before{content:"\e1c1"}.mif-cell-on:before{content:"\e1c8"}.mif-cell-no-internet:before{content:"\e1cd"}.mif-cell-null:before{content:"\e1cf"}.mif-cell-off:before{content:"\e1d0"}.mif-wifi-lock:before{content:"\e1d9"}.mif-wifi-off:before{content:"\e1da"}.mif-verified:before{content:"\e8e8"}.mif-watch:before{content:"\e334"}.mif-add-shopping-cart:before{content:"\e854"}.mif-cast:before{content:"\e307"}.mif-cast-connected:before{content:"\e308"}.mif-create-new-folder:before{content:"\e2cc"}.mif-dashboard:before{content:"\e871"}.mif-description:before{content:"\e873"}.mif-equalizer2:before{content:"\e01d"}.mif-ev-station:before{content:"\e56d"}.mif-featured-play-list:before{content:"\e06d"}.mif-featured-video:before{content:"\e06e"}.mif-fingerprint:before{content:"\e912"}.mif-folder2:before{content:"\e2c7"}.mif-folder-open2:before{content:"\e2c8"}.mif-folder-shared:before{content:"\e2c9"}.mif-folder-special2:before{content:"\e6c4"}.mif-goat:before{content:"\e901"}.mif-import-contacts:before{content:"\e0e0"}.mif-insert-drive-file:before{content:"\e24d"}.mif-keyboard-hide:before{content:"\e31a"}.mif-note:before{content:"\e06f"}.mif-note-add:before{content:"\e89c"}.mif-pan-tool:before{content:"\e939"}.mif-directions-bike:before{content:"\e6bf"}.mif-location-city:before{content:"\e6c0"}.mif-wifi-low:before{content:"\e60c"}.mif-wifi-mid:before{content:"\e60d"}.mif-wifi-full:before{content:"\e634"}.mif-tablet-landscape:before{content:"\e635"}.mif-calculator2:before{content:"\e636"}.mif-barbell:before{content:"\e637"}.mif-chart-line:before{content:"\e656"}.mif-3d-rotation:before{content:"\e600"}.mif-alarm:before{content:"\e601"}.mif-alarm-on:before{content:"\e602"}.mif-favorite:before{content:"\e603"}.mif-perm-phone-msg:before{content:"\e604"}.mif-print:before{content:"\e605"}.mif-bt-settings:before{content:"\e606"}.mif-settings-ethernet:before{content:"\e607"}.mif-settings-phone:before{content:"\e608"}.mif-settings-power:before{content:"\e609"}.mif-settings-voice:before{content:"\e60a"}.mif-shopping-basket:before{content:"\e60b"}.mif-dialer-sip:before{content:"\e60e"}.mif-dialpad:before{content:"\e60f"}.mif-contacts-dialer:before{content:"\e610"}.mif-contacts-mail:before{content:"\e611"}.mif-ring-volume:before{content:"\e612"}.mif-voicemail:before{content:"\e613"}.mif-drafts:before{content:"\e614"}.mif-mail:before{content:"\e615"}.mif-bluetooth:before{content:"\e626"}.mif-bt-connected:before{content:"\e627"}.mif-bt-disabled:before{content:"\e628"}.mif-bt-searching:before{content:"\e629"}.mif-brightness-auto:before{content:"\e62a"}.mif-multitrack-audio:before{content:"\e616"}.mif-widgets:before{content:"\e617"}.mif-usb:before{content:"\e638"}.mif-money:before{content:"\e639"}.mif-vertical-align-bottom:before{content:"\e63a"}.mif-vertical-align-center:before{content:"\e63b"}.mif-vertical-align-top:before{content:"\e63c"}.mif-file-download:before{content:"\e63d"}.mif-file-upload:before{content:"\e63e"}.mif-keyboard-return:before{content:"\e63f"}.mif-keyboard-voice:before{content:"\e640"}.mif-phonelink:before{content:"\e641"}.mif-phonelink-off:before{content:"\e642"}.mif-security:before{content:"\e618"}.mif-looks:before{content:"\e643"}.mif-palette:before{content:"\e619"}.mif-layers:before{content:"\e644"}.mif-layers-clear:before{content:"\e61a"}.mif-local-airport:before{content:"\e645"}.mif-florist:before{content:"\e61b"}.mif-gas-station:before{content:"\e61c"}.mif-hotel:before{content:"\e646"}.mif-local-service:before{content:"\e61d"}.mif-map2:before{content:"\e620"}.mif-my-location:before{content:"\e61e"}.mif-traff:before{content:"\e621"}.mif-apps:before{content:"\e647"}.mif-chevron-left:before{content:"\e648"}.mif-chevron-right:before{content:"\e649"}.mif-expand-less:before{content:"\e64a"}.mif-expand-more:before{content:"\e64b"}.mif-menu:before{content:"\e64c"}.mif-more-horiz:before{content:"\e64d"}.mif-more-vert:before{content:"\e64e"}.mif-unfold-less:before{content:"\e64f"}.mif-unfold-more:before{content:"\e650"}.mif-bt-audio:before{content:"\e651"}.mif-not:before{content:"\e633"}.mif-drive-eta:before{content:"\e652"}.mif-event-available:before{content:"\e653"}.mif-event-busy:before{content:"\e654"}.mif-folder-special:before{content:"\e655"}.mif-phone-bt:before{content:"\e657"}.mif-phone-forwarded:before{content:"\e658"}.mif-phone-in-talk:before{content:"\e659"}.mif-phone-locked:before{content:"\e65a"}.mif-phone-missed:before{content:"\e65b"}.mif-phone-paused:before{content:"\e65c"}.mif-sd-card:before{content:"\e65d"}.mif-sync-disabled:before{content:"\e622"}.mif-sync-problem:before{content:"\e623"}.mif-vpn-lock:before{content:"\e624"}.mif-vpn-publ:before{content:"\e625"}.mif-school:before{content:"\e61f"}.mif-stack2:before{content:"\e6b9"}.mif-stack3:before{content:"\e6ba"}.mif-lamp:before{content:"\e6bb"}.mif-injection:before{content:"\e6bc"}.mif-thermometer2:before{content:"\e6bd"}.mif-justice:before{content:"\e6be"}.mif-cabinet:before{content:"\e62b"}.mif-suitcase:before{content:"\e62c"}.mif-gamepad:before{content:"\e65e"}.mif-satellite:before{content:"\e65f"}.mif-lock:before{content:"\e660"}.mif-unlock:before{content:"\e661"}.mif-battery-full:before{content:"\e62d"}.mif-battery-two:before{content:"\e62e"}.mif-battery-one:before{content:"\e62f"}.mif-battery-empty:before{content:"\e630"}.mif-battery-charge:before{content:"\e631"}.mif-tools:before{content:"\e632"}.mif-pin:before{content:"\e662"}.mif-discout:before{content:"\e663"}.mif-profile:before{content:"\e664"}.mif-dollar:before{content:"\e665"}.mif-dollars:before{content:"\e666"}.mif-coins:before{content:"\e6b8"}.mif-male:before{content:"\e667"}.mif-female:before{content:"\e668"}.mif-piano:before{content:"\e669"}.mif-anchor:before{content:"\e66a"}.mif-install:before{content:"\e902"}.mif-open-book:before{content:"\e903"}.mif-uninstall:before{content:"\e904"}.mif-drive2:before{content:"\e906"}.mif-news:before{content:"\e907"}.mif-book-reference:before{content:"\e908"}.mif-chevron-thin-down:before{content:"\e66b"}.mif-chevron-thin-left:before{content:"\e697"}.mif-chevron-thin-right:before{content:"\e69b"}.mif-chevron-thin-up:before{content:"\e69c"}.mif-flow-branch:before{content:"\e69d"}.mif-flow-cascade:before{content:"\e69e"}.mif-flow-line:before{content:"\e69f"}.mif-flow-parallel:before{content:"\e6a0"}.mif-flow-tree:before{content:"\e6a1"}.mif-air:before{content:"\e6a2"}.mif-medal:before{content:"\e6a3"}.mif-paper-plane:before{content:"\e6a4"}.mif-shareable:before{content:"\e6a5"}.mif-shop:before{content:"\e6a6"}.mif-shopping-basket2:before{content:"\e6a7"}.mif-thumbs-down:before{content:"\e6a8"}.mif-thumbs-up:before{content:"\e6a9"}.mif-traffic-cone:before{content:"\e6aa"}.mif-water:before{content:"\e6ab"}.mif-creative-cloud:before{content:"\e6ac"}.mif-dropbox:before{content:"\e6ad"}.mif-evernote:before{content:"\e6ae"}.mif-paypal:before{content:"\e6af"}.mif-swarm:before{content:"\e6b0"}.mif-vk:before{content:"\e6b1"}.mif-yelp:before{content:"\e6b2"}.mif-dribbble:before{content:"\e6b3"}.mif-lastfm:before{content:"\e6b4"}.mif-pinterest:before{content:"\e6b5"}.mif-stumbleupon:before{content:"\e6b6"}.mif-vimeo:before{content:"\e6b7"}.mif-facebook:before{content:"\f09a"}.mif-google-plus:before{content:"\f0d5"}.mif-steam:before{content:"\f1b6"}.mif-leanpub:before{content:"\f212"}.mif-user-secret:before{content:"\f21b"}.mif-server:before{content:"\f233"}.mif-balance-scale:before{content:"\f24e"}.mif-odnoklassniki:before{content:"\f263"}.mif-gitlab:before{content:"\f296"}.mif-themeisle:before{content:"\f2b2"}.mif-handshake:before{content:"\f2b5"}.mif-grav:before{content:"\f2d6"}.mif-imdb:before{content:"\f2d8"}.mif-meetup:before{content:"\f2e0"}.mif-unlink:before{content:"\f127"}.mif-fire-extinguisher:before{content:"\f134"}.mif-eur:before{content:"\f153"}.mif-gbp:before{content:"\f154"}.mif-dollar2:before{content:"\f155"}.mif-inr:before{content:"\f156"}.mif-cny:before{content:"\f157"}.mif-rouble:before{content:"\f158"}.mif-krw:before{content:"\f159"}.mif-bitcoin:before{content:"\f15a"}.mif-youtube2:before{content:"\f167"}.mif-youtube-play:before{content:"\f16a"}.mif-linux:before{content:"\f17c"}.mif-try:before{content:"\f195"}.mif-space-shuttle:before{content:"\f197"}.mif-openid:before{content:"\f19b"}.mif-digg:before{content:"\f1a6"}.mif-language:before{content:"\f1ab"}.mif-automobile:before{content:"\f1b9"}.mif-cab:before{content:"\f1ba"}.mif-jsfiddle:before{content:"\f1cc"}.mif-google-wallet:before{content:"\f1ee"}.mif-copyright:before{content:"\f1f9"}.mif-bicycle:before{content:"\f206"}.mif-bus:before{content:"\f207"}.mif-ship:before{content:"\f21a"}.mif-motorcycle:before{content:"\f21c"}.mif-train:before{content:"\f238"}.mif-subway:before{content:"\f239"}.mif-opencart:before{content:"\f23d"}.mif-trademark:before{content:"\f25c"}.mif-registered:before{content:"\f25d"}.mif-creative-commons:before{content:"\f25e"}.mif-wikipedia:before{content:"\f266"}.mif-amazon:before{content:"\f270"}.mif-fonticons:before{content:"\f280"}.mif-user-md:before{content:"\f0f0"}.mif-stethoscope:before{content:"\f0f1"}.mif-ambulance:before{content:"\f0f9"}.mif-medkit:before{content:"\f0fa"}.mif-paw:before{content:"\f1b0"}.mif-file-pdf:before{content:"\f1c1"}.mif-file-word:before{content:"\f1c2"}.mif-file-excel:before{content:"\f1c3"}.mif-file-powerpoint:before{content:"\f1c4"}.mif-file-image:before{content:"\f1c5"}.mif-file-archive:before{content:"\f1c6"}.mif-file-audio:before{content:"\f1c7"}.mif-file-movie:before{content:"\f1c8"}.mif-file-code:before{content:"\f1c9"}.mif-visa:before{content:"\f1f0"}.mif-mastercard:before{content:"\f1f1"}.mif-discover:before{content:"\f1f2"}.mif-amex:before{content:"\f1f3"}.mif-cc-paypal:before{content:"\f1f4"}.mif-heartbeat:before{content:"\f21e"}.mif-venus:before{content:"\f221"}.mif-mars:before{content:"\f222"}.mif-medium:before{content:"\f23a"} \ No newline at end of file +*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;scroll-behavior:smooth}body{line-height:1.5;overflow-x:hidden;background-color:#fff;min-height:100vh;text-rendering:optimizeSpeed}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}table{border-collapse:collapse;border-spacing:0}base,basefont,datalist,head,meta,noembed,param,script,style,template,title{display:none}[tabindex="-1"]:focus{outline:0!important}[hidden]{display:none!important}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}svg:not(:root){overflow:hidden}img{vertical-align:middle;border-style:none;max-width:100%}div{position:relative}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:0s!important;animation-duration:0s!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;scroll-behavior:auto!important}}.button.primary,.command-button.primary,.image-button.primary,.info-button.primary,.input .button.primary,.notify.primary,.select .button.primary,.shortcut.primary,.spinner .button.primary,.split-button .split.primary,.tag-input .button.primary,.tally.primary,.toast.primary,.tool-button.primary,code.primary,tbody td.primary,tbody tr.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.button.primary.outline,.command-button.primary.outline,.image-button.primary.outline,.info-button.primary.outline,.input .button.primary.outline,.notify.primary.outline,.select .button.primary.outline,.shortcut.primary.outline,.spinner .button.primary.outline,.split-button .split.primary.outline,.tag-input .button.primary.outline,.tally.primary.outline,.toast.primary.outline,.tool-button.primary.outline,code.primary.outline,tbody td.primary.outline,tbody tr.primary.outline{color:#0366d6;border-color:#0366d6}.button.primary.outline.dropdown-toggle::before,.command-button.primary.outline.dropdown-toggle::before,.image-button.primary.outline.dropdown-toggle::before,.info-button.primary.outline.dropdown-toggle::before,.input .button.primary.outline.dropdown-toggle::before,.notify.primary.outline.dropdown-toggle::before,.select .button.primary.outline.dropdown-toggle::before,.shortcut.primary.outline.dropdown-toggle::before,.spinner .button.primary.outline.dropdown-toggle::before,.split-button .split.primary.outline.dropdown-toggle::before,.tag-input .button.primary.outline.dropdown-toggle::before,.tally.primary.outline.dropdown-toggle::before,.toast.primary.outline.dropdown-toggle::before,.tool-button.primary.outline.dropdown-toggle::before,code.primary.outline.dropdown-toggle::before,tbody td.primary.outline.dropdown-toggle::before,tbody tr.primary.outline.dropdown-toggle::before{border-color:#0366d6}.button.primary.outline:hover,.command-button.primary.outline:hover,.image-button.primary.outline:hover,.info-button.primary.outline:hover,.input .button.primary.outline:hover,.notify.primary.outline:hover,.select .button.primary.outline:hover,.shortcut.primary.outline:hover,.spinner .button.primary.outline:hover,.split-button .split.primary.outline:hover,.tag-input .button.primary.outline:hover,.tally.primary.outline:hover,.toast.primary.outline:hover,.tool-button.primary.outline:hover,code.primary.outline:hover,tbody td.primary.outline:hover,tbody tr.primary.outline:hover{color:#fff}.button.primary.dropdown-toggle::before,.command-button.primary.dropdown-toggle::before,.image-button.primary.dropdown-toggle::before,.info-button.primary.dropdown-toggle::before,.input .button.primary.dropdown-toggle::before,.notify.primary.dropdown-toggle::before,.select .button.primary.dropdown-toggle::before,.shortcut.primary.dropdown-toggle::before,.spinner .button.primary.dropdown-toggle::before,.split-button .split.primary.dropdown-toggle::before,.tag-input .button.primary.dropdown-toggle::before,.tally.primary.dropdown-toggle::before,.toast.primary.dropdown-toggle::before,.tool-button.primary.dropdown-toggle::before,code.primary.dropdown-toggle::before,tbody td.primary.dropdown-toggle::before,tbody tr.primary.dropdown-toggle::before{border-color:#fff}.button.primary:hover,.command-button.primary:hover,.image-button.primary:hover,.info-button.primary:hover,.input .button.primary:hover,.notify.primary:hover,.select .button.primary:hover,.shortcut.primary:hover,.spinner .button.primary:hover,.split-button .split.primary:hover,.tag-input .button.primary:hover,.tally.primary:hover,.toast.primary:hover,.tool-button.primary:hover,code.primary:hover,tbody td.primary:hover,tbody tr.primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}.button.primary:hover.dropdown-toggle::before,.command-button.primary:hover.dropdown-toggle::before,.image-button.primary:hover.dropdown-toggle::before,.info-button.primary:hover.dropdown-toggle::before,.input .button.primary:hover.dropdown-toggle::before,.notify.primary:hover.dropdown-toggle::before,.select .button.primary:hover.dropdown-toggle::before,.shortcut.primary:hover.dropdown-toggle::before,.spinner .button.primary:hover.dropdown-toggle::before,.split-button .split.primary:hover.dropdown-toggle::before,.tag-input .button.primary:hover.dropdown-toggle::before,.tally.primary:hover.dropdown-toggle::before,.toast.primary:hover.dropdown-toggle::before,.tool-button.primary:hover.dropdown-toggle::before,code.primary:hover.dropdown-toggle::before,tbody td.primary:hover.dropdown-toggle::before,tbody tr.primary:hover.dropdown-toggle::before{border-color:#fff}.button.primary.same-color:hover,.command-button.primary.same-color:hover,.image-button.primary.same-color:hover,.info-button.primary.same-color:hover,.input .button.primary.same-color:hover,.notify.primary.same-color:hover,.select .button.primary.same-color:hover,.shortcut.primary.same-color:hover,.spinner .button.primary.same-color:hover,.split-button .split.primary.same-color:hover,.tag-input .button.primary.same-color:hover,.tally.primary.same-color:hover,.toast.primary.same-color:hover,.tool-button.primary.same-color:hover,code.primary.same-color:hover,tbody td.primary.same-color:hover,tbody tr.primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}.button.primary.focus,.button.primary:active,.button.primary:focus,.command-button.primary.focus,.command-button.primary:active,.command-button.primary:focus,.image-button.primary.focus,.image-button.primary:active,.image-button.primary:focus,.info-button.primary.focus,.info-button.primary:active,.info-button.primary:focus,.input .button.primary.focus,.input .button.primary:active,.input .button.primary:focus,.notify.primary.focus,.notify.primary:active,.notify.primary:focus,.select .button.primary.focus,.select .button.primary:active,.select .button.primary:focus,.shortcut.primary.focus,.shortcut.primary:active,.shortcut.primary:focus,.spinner .button.primary.focus,.spinner .button.primary:active,.spinner .button.primary:focus,.split-button .split.primary.focus,.split-button .split.primary:active,.split-button .split.primary:focus,.tag-input .button.primary.focus,.tag-input .button.primary:active,.tag-input .button.primary:focus,.tally.primary.focus,.tally.primary:active,.tally.primary:focus,.toast.primary.focus,.toast.primary:active,.toast.primary:focus,.tool-button.primary.focus,.tool-button.primary:active,.tool-button.primary:focus,code.primary.focus,code.primary:active,code.primary:focus,tbody td.primary.focus,tbody td.primary:active,tbody td.primary:focus,tbody tr.primary.focus,tbody tr.primary:active,tbody tr.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.button.secondary,.command-button.secondary,.image-button.secondary,.info-button.secondary,.input .button.secondary,.notify.secondary,.select .button.secondary,.shortcut.secondary,.spinner .button.secondary,.split-button .split.secondary,.tag-input .button.secondary,.tally.secondary,.toast.secondary,.tool-button.secondary,code.secondary,tbody td.secondary,tbody tr.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.button.secondary.outline,.command-button.secondary.outline,.image-button.secondary.outline,.info-button.secondary.outline,.input .button.secondary.outline,.notify.secondary.outline,.select .button.secondary.outline,.shortcut.secondary.outline,.spinner .button.secondary.outline,.split-button .split.secondary.outline,.tag-input .button.secondary.outline,.tally.secondary.outline,.toast.secondary.outline,.tool-button.secondary.outline,code.secondary.outline,tbody td.secondary.outline,tbody tr.secondary.outline{color:#607d8b;border-color:#607d8b}.button.secondary.outline.dropdown-toggle::before,.command-button.secondary.outline.dropdown-toggle::before,.image-button.secondary.outline.dropdown-toggle::before,.info-button.secondary.outline.dropdown-toggle::before,.input .button.secondary.outline.dropdown-toggle::before,.notify.secondary.outline.dropdown-toggle::before,.select .button.secondary.outline.dropdown-toggle::before,.shortcut.secondary.outline.dropdown-toggle::before,.spinner .button.secondary.outline.dropdown-toggle::before,.split-button .split.secondary.outline.dropdown-toggle::before,.tag-input .button.secondary.outline.dropdown-toggle::before,.tally.secondary.outline.dropdown-toggle::before,.toast.secondary.outline.dropdown-toggle::before,.tool-button.secondary.outline.dropdown-toggle::before,code.secondary.outline.dropdown-toggle::before,tbody td.secondary.outline.dropdown-toggle::before,tbody tr.secondary.outline.dropdown-toggle::before{border-color:#607d8b}.button.secondary.outline:hover,.command-button.secondary.outline:hover,.image-button.secondary.outline:hover,.info-button.secondary.outline:hover,.input .button.secondary.outline:hover,.notify.secondary.outline:hover,.select .button.secondary.outline:hover,.shortcut.secondary.outline:hover,.spinner .button.secondary.outline:hover,.split-button .split.secondary.outline:hover,.tag-input .button.secondary.outline:hover,.tally.secondary.outline:hover,.toast.secondary.outline:hover,.tool-button.secondary.outline:hover,code.secondary.outline:hover,tbody td.secondary.outline:hover,tbody tr.secondary.outline:hover{color:#fff}.button.secondary.dropdown-toggle::before,.command-button.secondary.dropdown-toggle::before,.image-button.secondary.dropdown-toggle::before,.info-button.secondary.dropdown-toggle::before,.input .button.secondary.dropdown-toggle::before,.notify.secondary.dropdown-toggle::before,.select .button.secondary.dropdown-toggle::before,.shortcut.secondary.dropdown-toggle::before,.spinner .button.secondary.dropdown-toggle::before,.split-button .split.secondary.dropdown-toggle::before,.tag-input .button.secondary.dropdown-toggle::before,.tally.secondary.dropdown-toggle::before,.toast.secondary.dropdown-toggle::before,.tool-button.secondary.dropdown-toggle::before,code.secondary.dropdown-toggle::before,tbody td.secondary.dropdown-toggle::before,tbody tr.secondary.dropdown-toggle::before{border-color:#fff}.button.secondary:hover,.command-button.secondary:hover,.image-button.secondary:hover,.info-button.secondary:hover,.input .button.secondary:hover,.notify.secondary:hover,.select .button.secondary:hover,.shortcut.secondary:hover,.spinner .button.secondary:hover,.split-button .split.secondary:hover,.tag-input .button.secondary:hover,.tally.secondary:hover,.toast.secondary:hover,.tool-button.secondary:hover,code.secondary:hover,tbody td.secondary:hover,tbody tr.secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}.button.secondary:hover.dropdown-toggle::before,.command-button.secondary:hover.dropdown-toggle::before,.image-button.secondary:hover.dropdown-toggle::before,.info-button.secondary:hover.dropdown-toggle::before,.input .button.secondary:hover.dropdown-toggle::before,.notify.secondary:hover.dropdown-toggle::before,.select .button.secondary:hover.dropdown-toggle::before,.shortcut.secondary:hover.dropdown-toggle::before,.spinner .button.secondary:hover.dropdown-toggle::before,.split-button .split.secondary:hover.dropdown-toggle::before,.tag-input .button.secondary:hover.dropdown-toggle::before,.tally.secondary:hover.dropdown-toggle::before,.toast.secondary:hover.dropdown-toggle::before,.tool-button.secondary:hover.dropdown-toggle::before,code.secondary:hover.dropdown-toggle::before,tbody td.secondary:hover.dropdown-toggle::before,tbody tr.secondary:hover.dropdown-toggle::before{border-color:#fff}.button.secondary.same-color:hover,.command-button.secondary.same-color:hover,.image-button.secondary.same-color:hover,.info-button.secondary.same-color:hover,.input .button.secondary.same-color:hover,.notify.secondary.same-color:hover,.select .button.secondary.same-color:hover,.shortcut.secondary.same-color:hover,.spinner .button.secondary.same-color:hover,.split-button .split.secondary.same-color:hover,.tag-input .button.secondary.same-color:hover,.tally.secondary.same-color:hover,.toast.secondary.same-color:hover,.tool-button.secondary.same-color:hover,code.secondary.same-color:hover,tbody td.secondary.same-color:hover,tbody tr.secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}.button.secondary.focus,.button.secondary:active,.button.secondary:focus,.command-button.secondary.focus,.command-button.secondary:active,.command-button.secondary:focus,.image-button.secondary.focus,.image-button.secondary:active,.image-button.secondary:focus,.info-button.secondary.focus,.info-button.secondary:active,.info-button.secondary:focus,.input .button.secondary.focus,.input .button.secondary:active,.input .button.secondary:focus,.notify.secondary.focus,.notify.secondary:active,.notify.secondary:focus,.select .button.secondary.focus,.select .button.secondary:active,.select .button.secondary:focus,.shortcut.secondary.focus,.shortcut.secondary:active,.shortcut.secondary:focus,.spinner .button.secondary.focus,.spinner .button.secondary:active,.spinner .button.secondary:focus,.split-button .split.secondary.focus,.split-button .split.secondary:active,.split-button .split.secondary:focus,.tag-input .button.secondary.focus,.tag-input .button.secondary:active,.tag-input .button.secondary:focus,.tally.secondary.focus,.tally.secondary:active,.tally.secondary:focus,.toast.secondary.focus,.toast.secondary:active,.toast.secondary:focus,.tool-button.secondary.focus,.tool-button.secondary:active,.tool-button.secondary:focus,code.secondary.focus,code.secondary:active,code.secondary:focus,tbody td.secondary.focus,tbody td.secondary:active,tbody td.secondary:focus,tbody tr.secondary.focus,tbody tr.secondary:active,tbody tr.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.button.success,.command-button.success,.image-button.success,.info-button.success,.input .button.success,.notify.success,.select .button.success,.shortcut.success,.spinner .button.success,.split-button .split.success,.tag-input .button.success,.tally.success,.toast.success,.tool-button.success,code.success,tbody td.success,tbody tr.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.button.success.outline,.command-button.success.outline,.image-button.success.outline,.info-button.success.outline,.input .button.success.outline,.notify.success.outline,.select .button.success.outline,.shortcut.success.outline,.spinner .button.success.outline,.split-button .split.success.outline,.tag-input .button.success.outline,.tally.success.outline,.toast.success.outline,.tool-button.success.outline,code.success.outline,tbody td.success.outline,tbody tr.success.outline{color:#60a917;border-color:#60a917}.button.success.outline.dropdown-toggle::before,.command-button.success.outline.dropdown-toggle::before,.image-button.success.outline.dropdown-toggle::before,.info-button.success.outline.dropdown-toggle::before,.input .button.success.outline.dropdown-toggle::before,.notify.success.outline.dropdown-toggle::before,.select .button.success.outline.dropdown-toggle::before,.shortcut.success.outline.dropdown-toggle::before,.spinner .button.success.outline.dropdown-toggle::before,.split-button .split.success.outline.dropdown-toggle::before,.tag-input .button.success.outline.dropdown-toggle::before,.tally.success.outline.dropdown-toggle::before,.toast.success.outline.dropdown-toggle::before,.tool-button.success.outline.dropdown-toggle::before,code.success.outline.dropdown-toggle::before,tbody td.success.outline.dropdown-toggle::before,tbody tr.success.outline.dropdown-toggle::before{border-color:#60a917}.button.success.outline:hover,.command-button.success.outline:hover,.image-button.success.outline:hover,.info-button.success.outline:hover,.input .button.success.outline:hover,.notify.success.outline:hover,.select .button.success.outline:hover,.shortcut.success.outline:hover,.spinner .button.success.outline:hover,.split-button .split.success.outline:hover,.tag-input .button.success.outline:hover,.tally.success.outline:hover,.toast.success.outline:hover,.tool-button.success.outline:hover,code.success.outline:hover,tbody td.success.outline:hover,tbody tr.success.outline:hover{color:#fff}.button.success.dropdown-toggle::before,.command-button.success.dropdown-toggle::before,.image-button.success.dropdown-toggle::before,.info-button.success.dropdown-toggle::before,.input .button.success.dropdown-toggle::before,.notify.success.dropdown-toggle::before,.select .button.success.dropdown-toggle::before,.shortcut.success.dropdown-toggle::before,.spinner .button.success.dropdown-toggle::before,.split-button .split.success.dropdown-toggle::before,.tag-input .button.success.dropdown-toggle::before,.tally.success.dropdown-toggle::before,.toast.success.dropdown-toggle::before,.tool-button.success.dropdown-toggle::before,code.success.dropdown-toggle::before,tbody td.success.dropdown-toggle::before,tbody tr.success.dropdown-toggle::before{border-color:#fff}.button.success:hover,.command-button.success:hover,.image-button.success:hover,.info-button.success:hover,.input .button.success:hover,.notify.success:hover,.select .button.success:hover,.shortcut.success:hover,.spinner .button.success:hover,.split-button .split.success:hover,.tag-input .button.success:hover,.tally.success:hover,.toast.success:hover,.tool-button.success:hover,code.success:hover,tbody td.success:hover,tbody tr.success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}.button.success:hover.dropdown-toggle::before,.command-button.success:hover.dropdown-toggle::before,.image-button.success:hover.dropdown-toggle::before,.info-button.success:hover.dropdown-toggle::before,.input .button.success:hover.dropdown-toggle::before,.notify.success:hover.dropdown-toggle::before,.select .button.success:hover.dropdown-toggle::before,.shortcut.success:hover.dropdown-toggle::before,.spinner .button.success:hover.dropdown-toggle::before,.split-button .split.success:hover.dropdown-toggle::before,.tag-input .button.success:hover.dropdown-toggle::before,.tally.success:hover.dropdown-toggle::before,.toast.success:hover.dropdown-toggle::before,.tool-button.success:hover.dropdown-toggle::before,code.success:hover.dropdown-toggle::before,tbody td.success:hover.dropdown-toggle::before,tbody tr.success:hover.dropdown-toggle::before{border-color:#fff}.button.success.same-color:hover,.command-button.success.same-color:hover,.image-button.success.same-color:hover,.info-button.success.same-color:hover,.input .button.success.same-color:hover,.notify.success.same-color:hover,.select .button.success.same-color:hover,.shortcut.success.same-color:hover,.spinner .button.success.same-color:hover,.split-button .split.success.same-color:hover,.tag-input .button.success.same-color:hover,.tally.success.same-color:hover,.toast.success.same-color:hover,.tool-button.success.same-color:hover,code.success.same-color:hover,tbody td.success.same-color:hover,tbody tr.success.same-color:hover{background-color:#60a917;border-color:#60a917}.button.success.focus,.button.success:active,.button.success:focus,.command-button.success.focus,.command-button.success:active,.command-button.success:focus,.image-button.success.focus,.image-button.success:active,.image-button.success:focus,.info-button.success.focus,.info-button.success:active,.info-button.success:focus,.input .button.success.focus,.input .button.success:active,.input .button.success:focus,.notify.success.focus,.notify.success:active,.notify.success:focus,.select .button.success.focus,.select .button.success:active,.select .button.success:focus,.shortcut.success.focus,.shortcut.success:active,.shortcut.success:focus,.spinner .button.success.focus,.spinner .button.success:active,.spinner .button.success:focus,.split-button .split.success.focus,.split-button .split.success:active,.split-button .split.success:focus,.tag-input .button.success.focus,.tag-input .button.success:active,.tag-input .button.success:focus,.tally.success.focus,.tally.success:active,.tally.success:focus,.toast.success.focus,.toast.success:active,.toast.success:focus,.tool-button.success.focus,.tool-button.success:active,.tool-button.success:focus,code.success.focus,code.success:active,code.success:focus,tbody td.success.focus,tbody td.success:active,tbody td.success:focus,tbody tr.success.focus,tbody tr.success:active,tbody tr.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.button.alert,.command-button.alert,.image-button.alert,.info-button.alert,.input .button.alert,.notify.alert,.select .button.alert,.shortcut.alert,.spinner .button.alert,.split-button .split.alert,.tag-input .button.alert,.tally.alert,.toast.alert,.tool-button.alert,code.alert,tbody td.alert,tbody tr.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.button.alert.outline,.command-button.alert.outline,.image-button.alert.outline,.info-button.alert.outline,.input .button.alert.outline,.notify.alert.outline,.select .button.alert.outline,.shortcut.alert.outline,.spinner .button.alert.outline,.split-button .split.alert.outline,.tag-input .button.alert.outline,.tally.alert.outline,.toast.alert.outline,.tool-button.alert.outline,code.alert.outline,tbody td.alert.outline,tbody tr.alert.outline{color:#ce352c;border-color:#ce352c}.button.alert.outline.dropdown-toggle::before,.command-button.alert.outline.dropdown-toggle::before,.image-button.alert.outline.dropdown-toggle::before,.info-button.alert.outline.dropdown-toggle::before,.input .button.alert.outline.dropdown-toggle::before,.notify.alert.outline.dropdown-toggle::before,.select .button.alert.outline.dropdown-toggle::before,.shortcut.alert.outline.dropdown-toggle::before,.spinner .button.alert.outline.dropdown-toggle::before,.split-button .split.alert.outline.dropdown-toggle::before,.tag-input .button.alert.outline.dropdown-toggle::before,.tally.alert.outline.dropdown-toggle::before,.toast.alert.outline.dropdown-toggle::before,.tool-button.alert.outline.dropdown-toggle::before,code.alert.outline.dropdown-toggle::before,tbody td.alert.outline.dropdown-toggle::before,tbody tr.alert.outline.dropdown-toggle::before{border-color:#ce352c}.button.alert.outline:hover,.command-button.alert.outline:hover,.image-button.alert.outline:hover,.info-button.alert.outline:hover,.input .button.alert.outline:hover,.notify.alert.outline:hover,.select .button.alert.outline:hover,.shortcut.alert.outline:hover,.spinner .button.alert.outline:hover,.split-button .split.alert.outline:hover,.tag-input .button.alert.outline:hover,.tally.alert.outline:hover,.toast.alert.outline:hover,.tool-button.alert.outline:hover,code.alert.outline:hover,tbody td.alert.outline:hover,tbody tr.alert.outline:hover{color:#fff}.button.alert.dropdown-toggle::before,.command-button.alert.dropdown-toggle::before,.image-button.alert.dropdown-toggle::before,.info-button.alert.dropdown-toggle::before,.input .button.alert.dropdown-toggle::before,.notify.alert.dropdown-toggle::before,.select .button.alert.dropdown-toggle::before,.shortcut.alert.dropdown-toggle::before,.spinner .button.alert.dropdown-toggle::before,.split-button .split.alert.dropdown-toggle::before,.tag-input .button.alert.dropdown-toggle::before,.tally.alert.dropdown-toggle::before,.toast.alert.dropdown-toggle::before,.tool-button.alert.dropdown-toggle::before,code.alert.dropdown-toggle::before,tbody td.alert.dropdown-toggle::before,tbody tr.alert.dropdown-toggle::before{border-color:#fff}.button.alert:hover,.command-button.alert:hover,.image-button.alert:hover,.info-button.alert:hover,.input .button.alert:hover,.notify.alert:hover,.select .button.alert:hover,.shortcut.alert:hover,.spinner .button.alert:hover,.split-button .split.alert:hover,.tag-input .button.alert:hover,.tally.alert:hover,.toast.alert:hover,.tool-button.alert:hover,code.alert:hover,tbody td.alert:hover,tbody tr.alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}.button.alert:hover.dropdown-toggle::before,.command-button.alert:hover.dropdown-toggle::before,.image-button.alert:hover.dropdown-toggle::before,.info-button.alert:hover.dropdown-toggle::before,.input .button.alert:hover.dropdown-toggle::before,.notify.alert:hover.dropdown-toggle::before,.select .button.alert:hover.dropdown-toggle::before,.shortcut.alert:hover.dropdown-toggle::before,.spinner .button.alert:hover.dropdown-toggle::before,.split-button .split.alert:hover.dropdown-toggle::before,.tag-input .button.alert:hover.dropdown-toggle::before,.tally.alert:hover.dropdown-toggle::before,.toast.alert:hover.dropdown-toggle::before,.tool-button.alert:hover.dropdown-toggle::before,code.alert:hover.dropdown-toggle::before,tbody td.alert:hover.dropdown-toggle::before,tbody tr.alert:hover.dropdown-toggle::before{border-color:#fff}.button.alert.same-color:hover,.command-button.alert.same-color:hover,.image-button.alert.same-color:hover,.info-button.alert.same-color:hover,.input .button.alert.same-color:hover,.notify.alert.same-color:hover,.select .button.alert.same-color:hover,.shortcut.alert.same-color:hover,.spinner .button.alert.same-color:hover,.split-button .split.alert.same-color:hover,.tag-input .button.alert.same-color:hover,.tally.alert.same-color:hover,.toast.alert.same-color:hover,.tool-button.alert.same-color:hover,code.alert.same-color:hover,tbody td.alert.same-color:hover,tbody tr.alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}.button.alert.focus,.button.alert:active,.button.alert:focus,.command-button.alert.focus,.command-button.alert:active,.command-button.alert:focus,.image-button.alert.focus,.image-button.alert:active,.image-button.alert:focus,.info-button.alert.focus,.info-button.alert:active,.info-button.alert:focus,.input .button.alert.focus,.input .button.alert:active,.input .button.alert:focus,.notify.alert.focus,.notify.alert:active,.notify.alert:focus,.select .button.alert.focus,.select .button.alert:active,.select .button.alert:focus,.shortcut.alert.focus,.shortcut.alert:active,.shortcut.alert:focus,.spinner .button.alert.focus,.spinner .button.alert:active,.spinner .button.alert:focus,.split-button .split.alert.focus,.split-button .split.alert:active,.split-button .split.alert:focus,.tag-input .button.alert.focus,.tag-input .button.alert:active,.tag-input .button.alert:focus,.tally.alert.focus,.tally.alert:active,.tally.alert:focus,.toast.alert.focus,.toast.alert:active,.toast.alert:focus,.tool-button.alert.focus,.tool-button.alert:active,.tool-button.alert:focus,code.alert.focus,code.alert:active,code.alert:focus,tbody td.alert.focus,tbody td.alert:active,tbody td.alert:focus,tbody tr.alert.focus,tbody tr.alert:active,tbody tr.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.button.warning,.command-button.warning,.image-button.warning,.info-button.warning,.input .button.warning,.notify.warning,.select .button.warning,.shortcut.warning,.spinner .button.warning,.split-button .split.warning,.tag-input .button.warning,.tally.warning,.toast.warning,.tool-button.warning,code.warning,tbody td.warning,tbody tr.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.button.warning.outline,.command-button.warning.outline,.image-button.warning.outline,.info-button.warning.outline,.input .button.warning.outline,.notify.warning.outline,.select .button.warning.outline,.shortcut.warning.outline,.spinner .button.warning.outline,.split-button .split.warning.outline,.tag-input .button.warning.outline,.tally.warning.outline,.toast.warning.outline,.tool-button.warning.outline,code.warning.outline,tbody td.warning.outline,tbody tr.warning.outline{color:#ff9447;border-color:#ff9447}.button.warning.outline.dropdown-toggle::before,.command-button.warning.outline.dropdown-toggle::before,.image-button.warning.outline.dropdown-toggle::before,.info-button.warning.outline.dropdown-toggle::before,.input .button.warning.outline.dropdown-toggle::before,.notify.warning.outline.dropdown-toggle::before,.select .button.warning.outline.dropdown-toggle::before,.shortcut.warning.outline.dropdown-toggle::before,.spinner .button.warning.outline.dropdown-toggle::before,.split-button .split.warning.outline.dropdown-toggle::before,.tag-input .button.warning.outline.dropdown-toggle::before,.tally.warning.outline.dropdown-toggle::before,.toast.warning.outline.dropdown-toggle::before,.tool-button.warning.outline.dropdown-toggle::before,code.warning.outline.dropdown-toggle::before,tbody td.warning.outline.dropdown-toggle::before,tbody tr.warning.outline.dropdown-toggle::before{border-color:#ff9447}.button.warning.outline:hover,.command-button.warning.outline:hover,.image-button.warning.outline:hover,.info-button.warning.outline:hover,.input .button.warning.outline:hover,.notify.warning.outline:hover,.select .button.warning.outline:hover,.shortcut.warning.outline:hover,.spinner .button.warning.outline:hover,.split-button .split.warning.outline:hover,.tag-input .button.warning.outline:hover,.tally.warning.outline:hover,.toast.warning.outline:hover,.tool-button.warning.outline:hover,code.warning.outline:hover,tbody td.warning.outline:hover,tbody tr.warning.outline:hover{color:#fff}.button.warning.dropdown-toggle::before,.command-button.warning.dropdown-toggle::before,.image-button.warning.dropdown-toggle::before,.info-button.warning.dropdown-toggle::before,.input .button.warning.dropdown-toggle::before,.notify.warning.dropdown-toggle::before,.select .button.warning.dropdown-toggle::before,.shortcut.warning.dropdown-toggle::before,.spinner .button.warning.dropdown-toggle::before,.split-button .split.warning.dropdown-toggle::before,.tag-input .button.warning.dropdown-toggle::before,.tally.warning.dropdown-toggle::before,.toast.warning.dropdown-toggle::before,.tool-button.warning.dropdown-toggle::before,code.warning.dropdown-toggle::before,tbody td.warning.dropdown-toggle::before,tbody tr.warning.dropdown-toggle::before{border-color:#fff}.button.warning:hover,.command-button.warning:hover,.image-button.warning:hover,.info-button.warning:hover,.input .button.warning:hover,.notify.warning:hover,.select .button.warning:hover,.shortcut.warning:hover,.spinner .button.warning:hover,.split-button .split.warning:hover,.tag-input .button.warning:hover,.tally.warning:hover,.toast.warning:hover,.tool-button.warning:hover,code.warning:hover,tbody td.warning:hover,tbody tr.warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}.button.warning:hover.dropdown-toggle::before,.command-button.warning:hover.dropdown-toggle::before,.image-button.warning:hover.dropdown-toggle::before,.info-button.warning:hover.dropdown-toggle::before,.input .button.warning:hover.dropdown-toggle::before,.notify.warning:hover.dropdown-toggle::before,.select .button.warning:hover.dropdown-toggle::before,.shortcut.warning:hover.dropdown-toggle::before,.spinner .button.warning:hover.dropdown-toggle::before,.split-button .split.warning:hover.dropdown-toggle::before,.tag-input .button.warning:hover.dropdown-toggle::before,.tally.warning:hover.dropdown-toggle::before,.toast.warning:hover.dropdown-toggle::before,.tool-button.warning:hover.dropdown-toggle::before,code.warning:hover.dropdown-toggle::before,tbody td.warning:hover.dropdown-toggle::before,tbody tr.warning:hover.dropdown-toggle::before{border-color:#fff}.button.warning.same-color:hover,.command-button.warning.same-color:hover,.image-button.warning.same-color:hover,.info-button.warning.same-color:hover,.input .button.warning.same-color:hover,.notify.warning.same-color:hover,.select .button.warning.same-color:hover,.shortcut.warning.same-color:hover,.spinner .button.warning.same-color:hover,.split-button .split.warning.same-color:hover,.tag-input .button.warning.same-color:hover,.tally.warning.same-color:hover,.toast.warning.same-color:hover,.tool-button.warning.same-color:hover,code.warning.same-color:hover,tbody td.warning.same-color:hover,tbody tr.warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}.button.warning.focus,.button.warning:active,.button.warning:focus,.command-button.warning.focus,.command-button.warning:active,.command-button.warning:focus,.image-button.warning.focus,.image-button.warning:active,.image-button.warning:focus,.info-button.warning.focus,.info-button.warning:active,.info-button.warning:focus,.input .button.warning.focus,.input .button.warning:active,.input .button.warning:focus,.notify.warning.focus,.notify.warning:active,.notify.warning:focus,.select .button.warning.focus,.select .button.warning:active,.select .button.warning:focus,.shortcut.warning.focus,.shortcut.warning:active,.shortcut.warning:focus,.spinner .button.warning.focus,.spinner .button.warning:active,.spinner .button.warning:focus,.split-button .split.warning.focus,.split-button .split.warning:active,.split-button .split.warning:focus,.tag-input .button.warning.focus,.tag-input .button.warning:active,.tag-input .button.warning:focus,.tally.warning.focus,.tally.warning:active,.tally.warning:focus,.toast.warning.focus,.toast.warning:active,.toast.warning:focus,.tool-button.warning.focus,.tool-button.warning:active,.tool-button.warning:focus,code.warning.focus,code.warning:active,code.warning:focus,tbody td.warning.focus,tbody td.warning:active,tbody td.warning:focus,tbody tr.warning.focus,tbody tr.warning:active,tbody tr.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.button.yellow,.command-button.yellow,.image-button.yellow,.info-button.yellow,.input .button.yellow,.notify.yellow,.select .button.yellow,.shortcut.yellow,.spinner .button.yellow,.split-button .split.yellow,.tag-input .button.yellow,.tally.yellow,.toast.yellow,.tool-button.yellow,code.yellow,tbody td.yellow,tbody tr.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.button.yellow.outline,.command-button.yellow.outline,.image-button.yellow.outline,.info-button.yellow.outline,.input .button.yellow.outline,.notify.yellow.outline,.select .button.yellow.outline,.shortcut.yellow.outline,.spinner .button.yellow.outline,.split-button .split.yellow.outline,.tag-input .button.yellow.outline,.tally.yellow.outline,.toast.yellow.outline,.tool-button.yellow.outline,code.yellow.outline,tbody td.yellow.outline,tbody tr.yellow.outline{color:#ffe484;border-color:#ffe484}.button.yellow.outline.dropdown-toggle::before,.command-button.yellow.outline.dropdown-toggle::before,.image-button.yellow.outline.dropdown-toggle::before,.info-button.yellow.outline.dropdown-toggle::before,.input .button.yellow.outline.dropdown-toggle::before,.notify.yellow.outline.dropdown-toggle::before,.select .button.yellow.outline.dropdown-toggle::before,.shortcut.yellow.outline.dropdown-toggle::before,.spinner .button.yellow.outline.dropdown-toggle::before,.split-button .split.yellow.outline.dropdown-toggle::before,.tag-input .button.yellow.outline.dropdown-toggle::before,.tally.yellow.outline.dropdown-toggle::before,.toast.yellow.outline.dropdown-toggle::before,.tool-button.yellow.outline.dropdown-toggle::before,code.yellow.outline.dropdown-toggle::before,tbody td.yellow.outline.dropdown-toggle::before,tbody tr.yellow.outline.dropdown-toggle::before{border-color:#ffe484}.button.yellow.outline:hover,.command-button.yellow.outline:hover,.image-button.yellow.outline:hover,.info-button.yellow.outline:hover,.input .button.yellow.outline:hover,.notify.yellow.outline:hover,.select .button.yellow.outline:hover,.shortcut.yellow.outline:hover,.spinner .button.yellow.outline:hover,.split-button .split.yellow.outline:hover,.tag-input .button.yellow.outline:hover,.tally.yellow.outline:hover,.toast.yellow.outline:hover,.tool-button.yellow.outline:hover,code.yellow.outline:hover,tbody td.yellow.outline:hover,tbody tr.yellow.outline:hover{color:#fff}.button.yellow.dropdown-toggle::before,.command-button.yellow.dropdown-toggle::before,.image-button.yellow.dropdown-toggle::before,.info-button.yellow.dropdown-toggle::before,.input .button.yellow.dropdown-toggle::before,.notify.yellow.dropdown-toggle::before,.select .button.yellow.dropdown-toggle::before,.shortcut.yellow.dropdown-toggle::before,.spinner .button.yellow.dropdown-toggle::before,.split-button .split.yellow.dropdown-toggle::before,.tag-input .button.yellow.dropdown-toggle::before,.tally.yellow.dropdown-toggle::before,.toast.yellow.dropdown-toggle::before,.tool-button.yellow.dropdown-toggle::before,code.yellow.dropdown-toggle::before,tbody td.yellow.dropdown-toggle::before,tbody tr.yellow.dropdown-toggle::before{border-color:#fff}.button.yellow:hover,.command-button.yellow:hover,.image-button.yellow:hover,.info-button.yellow:hover,.input .button.yellow:hover,.notify.yellow:hover,.select .button.yellow:hover,.shortcut.yellow:hover,.spinner .button.yellow:hover,.split-button .split.yellow:hover,.tag-input .button.yellow:hover,.tally.yellow:hover,.toast.yellow:hover,.tool-button.yellow:hover,code.yellow:hover,tbody td.yellow:hover,tbody tr.yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}.button.yellow:hover.dropdown-toggle::before,.command-button.yellow:hover.dropdown-toggle::before,.image-button.yellow:hover.dropdown-toggle::before,.info-button.yellow:hover.dropdown-toggle::before,.input .button.yellow:hover.dropdown-toggle::before,.notify.yellow:hover.dropdown-toggle::before,.select .button.yellow:hover.dropdown-toggle::before,.shortcut.yellow:hover.dropdown-toggle::before,.spinner .button.yellow:hover.dropdown-toggle::before,.split-button .split.yellow:hover.dropdown-toggle::before,.tag-input .button.yellow:hover.dropdown-toggle::before,.tally.yellow:hover.dropdown-toggle::before,.toast.yellow:hover.dropdown-toggle::before,.tool-button.yellow:hover.dropdown-toggle::before,code.yellow:hover.dropdown-toggle::before,tbody td.yellow:hover.dropdown-toggle::before,tbody tr.yellow:hover.dropdown-toggle::before{border-color:#fff}.button.yellow.same-color:hover,.command-button.yellow.same-color:hover,.image-button.yellow.same-color:hover,.info-button.yellow.same-color:hover,.input .button.yellow.same-color:hover,.notify.yellow.same-color:hover,.select .button.yellow.same-color:hover,.shortcut.yellow.same-color:hover,.spinner .button.yellow.same-color:hover,.split-button .split.yellow.same-color:hover,.tag-input .button.yellow.same-color:hover,.tally.yellow.same-color:hover,.toast.yellow.same-color:hover,.tool-button.yellow.same-color:hover,code.yellow.same-color:hover,tbody td.yellow.same-color:hover,tbody tr.yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}.button.yellow.focus,.button.yellow:active,.button.yellow:focus,.command-button.yellow.focus,.command-button.yellow:active,.command-button.yellow:focus,.image-button.yellow.focus,.image-button.yellow:active,.image-button.yellow:focus,.info-button.yellow.focus,.info-button.yellow:active,.info-button.yellow:focus,.input .button.yellow.focus,.input .button.yellow:active,.input .button.yellow:focus,.notify.yellow.focus,.notify.yellow:active,.notify.yellow:focus,.select .button.yellow.focus,.select .button.yellow:active,.select .button.yellow:focus,.shortcut.yellow.focus,.shortcut.yellow:active,.shortcut.yellow:focus,.spinner .button.yellow.focus,.spinner .button.yellow:active,.spinner .button.yellow:focus,.split-button .split.yellow.focus,.split-button .split.yellow:active,.split-button .split.yellow:focus,.tag-input .button.yellow.focus,.tag-input .button.yellow:active,.tag-input .button.yellow:focus,.tally.yellow.focus,.tally.yellow:active,.tally.yellow:focus,.toast.yellow.focus,.toast.yellow:active,.toast.yellow:focus,.tool-button.yellow.focus,.tool-button.yellow:active,.tool-button.yellow:focus,code.yellow.focus,code.yellow:active,code.yellow:focus,tbody td.yellow.focus,tbody td.yellow:active,tbody td.yellow:focus,tbody tr.yellow.focus,tbody tr.yellow:active,tbody tr.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.button.info,.command-button.info,.image-button.info,.info-button.info,.input .button.info,.notify.info,.select .button.info,.shortcut.info,.spinner .button.info,.split-button .split.info,.tag-input .button.info,.tally.info,.toast.info,.tool-button.info,code.info,tbody td.info,tbody tr.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.button.info.outline,.command-button.info.outline,.image-button.info.outline,.info-button.info.outline,.input .button.info.outline,.notify.info.outline,.select .button.info.outline,.shortcut.info.outline,.spinner .button.info.outline,.split-button .split.info.outline,.tag-input .button.info.outline,.tally.info.outline,.toast.info.outline,.tool-button.info.outline,code.info.outline,tbody td.info.outline,tbody tr.info.outline{color:#5ebdec;border-color:#5ebdec}.button.info.outline.dropdown-toggle::before,.command-button.info.outline.dropdown-toggle::before,.image-button.info.outline.dropdown-toggle::before,.info-button.info.outline.dropdown-toggle::before,.input .button.info.outline.dropdown-toggle::before,.notify.info.outline.dropdown-toggle::before,.select .button.info.outline.dropdown-toggle::before,.shortcut.info.outline.dropdown-toggle::before,.spinner .button.info.outline.dropdown-toggle::before,.split-button .split.info.outline.dropdown-toggle::before,.tag-input .button.info.outline.dropdown-toggle::before,.tally.info.outline.dropdown-toggle::before,.toast.info.outline.dropdown-toggle::before,.tool-button.info.outline.dropdown-toggle::before,code.info.outline.dropdown-toggle::before,tbody td.info.outline.dropdown-toggle::before,tbody tr.info.outline.dropdown-toggle::before{border-color:#5ebdec}.button.info.outline:hover,.command-button.info.outline:hover,.image-button.info.outline:hover,.info-button.info.outline:hover,.input .button.info.outline:hover,.notify.info.outline:hover,.select .button.info.outline:hover,.shortcut.info.outline:hover,.spinner .button.info.outline:hover,.split-button .split.info.outline:hover,.tag-input .button.info.outline:hover,.tally.info.outline:hover,.toast.info.outline:hover,.tool-button.info.outline:hover,code.info.outline:hover,tbody td.info.outline:hover,tbody tr.info.outline:hover{color:#fff}.button.info.dropdown-toggle::before,.command-button.info.dropdown-toggle::before,.image-button.info.dropdown-toggle::before,.info-button.info.dropdown-toggle::before,.input .button.info.dropdown-toggle::before,.notify.info.dropdown-toggle::before,.select .button.info.dropdown-toggle::before,.shortcut.info.dropdown-toggle::before,.spinner .button.info.dropdown-toggle::before,.split-button .split.info.dropdown-toggle::before,.tag-input .button.info.dropdown-toggle::before,.tally.info.dropdown-toggle::before,.toast.info.dropdown-toggle::before,.tool-button.info.dropdown-toggle::before,code.info.dropdown-toggle::before,tbody td.info.dropdown-toggle::before,tbody tr.info.dropdown-toggle::before{border-color:#fff}.button.info:hover,.command-button.info:hover,.image-button.info:hover,.info-button.info:hover,.input .button.info:hover,.notify.info:hover,.select .button.info:hover,.shortcut.info:hover,.spinner .button.info:hover,.split-button .split.info:hover,.tag-input .button.info:hover,.tally.info:hover,.toast.info:hover,.tool-button.info:hover,code.info:hover,tbody td.info:hover,tbody tr.info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}.button.info:hover.dropdown-toggle::before,.command-button.info:hover.dropdown-toggle::before,.image-button.info:hover.dropdown-toggle::before,.info-button.info:hover.dropdown-toggle::before,.input .button.info:hover.dropdown-toggle::before,.notify.info:hover.dropdown-toggle::before,.select .button.info:hover.dropdown-toggle::before,.shortcut.info:hover.dropdown-toggle::before,.spinner .button.info:hover.dropdown-toggle::before,.split-button .split.info:hover.dropdown-toggle::before,.tag-input .button.info:hover.dropdown-toggle::before,.tally.info:hover.dropdown-toggle::before,.toast.info:hover.dropdown-toggle::before,.tool-button.info:hover.dropdown-toggle::before,code.info:hover.dropdown-toggle::before,tbody td.info:hover.dropdown-toggle::before,tbody tr.info:hover.dropdown-toggle::before{border-color:#fff}.button.info.same-color:hover,.command-button.info.same-color:hover,.image-button.info.same-color:hover,.info-button.info.same-color:hover,.input .button.info.same-color:hover,.notify.info.same-color:hover,.select .button.info.same-color:hover,.shortcut.info.same-color:hover,.spinner .button.info.same-color:hover,.split-button .split.info.same-color:hover,.tag-input .button.info.same-color:hover,.tally.info.same-color:hover,.toast.info.same-color:hover,.tool-button.info.same-color:hover,code.info.same-color:hover,tbody td.info.same-color:hover,tbody tr.info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}.button.info.focus,.button.info:active,.button.info:focus,.command-button.info.focus,.command-button.info:active,.command-button.info:focus,.image-button.info.focus,.image-button.info:active,.image-button.info:focus,.info-button.info.focus,.info-button.info:active,.info-button.info:focus,.input .button.info.focus,.input .button.info:active,.input .button.info:focus,.notify.info.focus,.notify.info:active,.notify.info:focus,.select .button.info.focus,.select .button.info:active,.select .button.info:focus,.shortcut.info.focus,.shortcut.info:active,.shortcut.info:focus,.spinner .button.info.focus,.spinner .button.info:active,.spinner .button.info:focus,.split-button .split.info.focus,.split-button .split.info:active,.split-button .split.info:focus,.tag-input .button.info.focus,.tag-input .button.info:active,.tag-input .button.info:focus,.tally.info.focus,.tally.info:active,.tally.info:focus,.toast.info.focus,.toast.info:active,.toast.info:focus,.tool-button.info.focus,.tool-button.info:active,.tool-button.info:focus,code.info.focus,code.info:active,code.info:focus,tbody td.info.focus,tbody td.info:active,tbody td.info:focus,tbody tr.info.focus,tbody tr.info:active,tbody tr.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.button.dark,.command-button.dark,.image-button.dark,.info-button.dark,.input .button.dark,.notify.dark,.select .button.dark,.shortcut.dark,.spinner .button.dark,.split-button .split.dark,.tag-input .button.dark,.tally.dark,.toast.dark,.tool-button.dark,code.dark,tbody td.dark,tbody tr.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.button.dark.outline,.command-button.dark.outline,.image-button.dark.outline,.info-button.dark.outline,.input .button.dark.outline,.notify.dark.outline,.select .button.dark.outline,.shortcut.dark.outline,.spinner .button.dark.outline,.split-button .split.dark.outline,.tag-input .button.dark.outline,.tally.dark.outline,.toast.dark.outline,.tool-button.dark.outline,code.dark.outline,tbody td.dark.outline,tbody tr.dark.outline{color:#505050;border-color:#505050}.button.dark.outline.dropdown-toggle::before,.command-button.dark.outline.dropdown-toggle::before,.image-button.dark.outline.dropdown-toggle::before,.info-button.dark.outline.dropdown-toggle::before,.input .button.dark.outline.dropdown-toggle::before,.notify.dark.outline.dropdown-toggle::before,.select .button.dark.outline.dropdown-toggle::before,.shortcut.dark.outline.dropdown-toggle::before,.spinner .button.dark.outline.dropdown-toggle::before,.split-button .split.dark.outline.dropdown-toggle::before,.tag-input .button.dark.outline.dropdown-toggle::before,.tally.dark.outline.dropdown-toggle::before,.toast.dark.outline.dropdown-toggle::before,.tool-button.dark.outline.dropdown-toggle::before,code.dark.outline.dropdown-toggle::before,tbody td.dark.outline.dropdown-toggle::before,tbody tr.dark.outline.dropdown-toggle::before{border-color:#505050}.button.dark.outline:hover,.command-button.dark.outline:hover,.image-button.dark.outline:hover,.info-button.dark.outline:hover,.input .button.dark.outline:hover,.notify.dark.outline:hover,.select .button.dark.outline:hover,.shortcut.dark.outline:hover,.spinner .button.dark.outline:hover,.split-button .split.dark.outline:hover,.tag-input .button.dark.outline:hover,.tally.dark.outline:hover,.toast.dark.outline:hover,.tool-button.dark.outline:hover,code.dark.outline:hover,tbody td.dark.outline:hover,tbody tr.dark.outline:hover{color:#fff}.button.dark.dropdown-toggle::before,.command-button.dark.dropdown-toggle::before,.image-button.dark.dropdown-toggle::before,.info-button.dark.dropdown-toggle::before,.input .button.dark.dropdown-toggle::before,.notify.dark.dropdown-toggle::before,.select .button.dark.dropdown-toggle::before,.shortcut.dark.dropdown-toggle::before,.spinner .button.dark.dropdown-toggle::before,.split-button .split.dark.dropdown-toggle::before,.tag-input .button.dark.dropdown-toggle::before,.tally.dark.dropdown-toggle::before,.toast.dark.dropdown-toggle::before,.tool-button.dark.dropdown-toggle::before,code.dark.dropdown-toggle::before,tbody td.dark.dropdown-toggle::before,tbody tr.dark.dropdown-toggle::before{border-color:#fff}.button.dark:hover,.command-button.dark:hover,.image-button.dark:hover,.info-button.dark:hover,.input .button.dark:hover,.notify.dark:hover,.select .button.dark:hover,.shortcut.dark:hover,.spinner .button.dark:hover,.split-button .split.dark:hover,.tag-input .button.dark:hover,.tally.dark:hover,.toast.dark:hover,.tool-button.dark:hover,code.dark:hover,tbody td.dark:hover,tbody tr.dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}.button.dark:hover.dropdown-toggle::before,.command-button.dark:hover.dropdown-toggle::before,.image-button.dark:hover.dropdown-toggle::before,.info-button.dark:hover.dropdown-toggle::before,.input .button.dark:hover.dropdown-toggle::before,.notify.dark:hover.dropdown-toggle::before,.select .button.dark:hover.dropdown-toggle::before,.shortcut.dark:hover.dropdown-toggle::before,.spinner .button.dark:hover.dropdown-toggle::before,.split-button .split.dark:hover.dropdown-toggle::before,.tag-input .button.dark:hover.dropdown-toggle::before,.tally.dark:hover.dropdown-toggle::before,.toast.dark:hover.dropdown-toggle::before,.tool-button.dark:hover.dropdown-toggle::before,code.dark:hover.dropdown-toggle::before,tbody td.dark:hover.dropdown-toggle::before,tbody tr.dark:hover.dropdown-toggle::before{border-color:#fff}.button.dark.same-color:hover,.command-button.dark.same-color:hover,.image-button.dark.same-color:hover,.info-button.dark.same-color:hover,.input .button.dark.same-color:hover,.notify.dark.same-color:hover,.select .button.dark.same-color:hover,.shortcut.dark.same-color:hover,.spinner .button.dark.same-color:hover,.split-button .split.dark.same-color:hover,.tag-input .button.dark.same-color:hover,.tally.dark.same-color:hover,.toast.dark.same-color:hover,.tool-button.dark.same-color:hover,code.dark.same-color:hover,tbody td.dark.same-color:hover,tbody tr.dark.same-color:hover{background-color:#505050;border-color:#505050}.button.dark.focus,.button.dark:active,.button.dark:focus,.command-button.dark.focus,.command-button.dark:active,.command-button.dark:focus,.image-button.dark.focus,.image-button.dark:active,.image-button.dark:focus,.info-button.dark.focus,.info-button.dark:active,.info-button.dark:focus,.input .button.dark.focus,.input .button.dark:active,.input .button.dark:focus,.notify.dark.focus,.notify.dark:active,.notify.dark:focus,.select .button.dark.focus,.select .button.dark:active,.select .button.dark:focus,.shortcut.dark.focus,.shortcut.dark:active,.shortcut.dark:focus,.spinner .button.dark.focus,.spinner .button.dark:active,.spinner .button.dark:focus,.split-button .split.dark.focus,.split-button .split.dark:active,.split-button .split.dark:focus,.tag-input .button.dark.focus,.tag-input .button.dark:active,.tag-input .button.dark:focus,.tally.dark.focus,.tally.dark:active,.tally.dark:focus,.toast.dark.focus,.toast.dark:active,.toast.dark:focus,.tool-button.dark.focus,.tool-button.dark:active,.tool-button.dark:focus,code.dark.focus,code.dark:active,code.dark:focus,tbody td.dark.focus,tbody td.dark:active,tbody td.dark:focus,tbody tr.dark.focus,tbody tr.dark:active,tbody tr.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.button.light,.command-button.light,.image-button.light,.info-button.light,.input .button.light,.notify.light,.select .button.light,.shortcut.light,.spinner .button.light,.split-button .split.light,.tag-input .button.light,.tally.light,.toast.light,.tool-button.light,code.light,tbody td.light,tbody tr.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.button.light.outline,.command-button.light.outline,.image-button.light.outline,.info-button.light.outline,.input .button.light.outline,.notify.light.outline,.select .button.light.outline,.shortcut.light.outline,.spinner .button.light.outline,.split-button .split.light.outline,.tag-input .button.light.outline,.tally.light.outline,.toast.light.outline,.tool-button.light.outline,code.light.outline,tbody td.light.outline,tbody tr.light.outline{color:#f8f8f8;border-color:#f8f8f8}.button.light.outline.dropdown-toggle::before,.command-button.light.outline.dropdown-toggle::before,.image-button.light.outline.dropdown-toggle::before,.info-button.light.outline.dropdown-toggle::before,.input .button.light.outline.dropdown-toggle::before,.notify.light.outline.dropdown-toggle::before,.select .button.light.outline.dropdown-toggle::before,.shortcut.light.outline.dropdown-toggle::before,.spinner .button.light.outline.dropdown-toggle::before,.split-button .split.light.outline.dropdown-toggle::before,.tag-input .button.light.outline.dropdown-toggle::before,.tally.light.outline.dropdown-toggle::before,.toast.light.outline.dropdown-toggle::before,.tool-button.light.outline.dropdown-toggle::before,code.light.outline.dropdown-toggle::before,tbody td.light.outline.dropdown-toggle::before,tbody tr.light.outline.dropdown-toggle::before{border-color:#f8f8f8}.button.light.outline:hover,.command-button.light.outline:hover,.image-button.light.outline:hover,.info-button.light.outline:hover,.input .button.light.outline:hover,.notify.light.outline:hover,.select .button.light.outline:hover,.shortcut.light.outline:hover,.spinner .button.light.outline:hover,.split-button .split.light.outline:hover,.tag-input .button.light.outline:hover,.tally.light.outline:hover,.toast.light.outline:hover,.tool-button.light.outline:hover,code.light.outline:hover,tbody td.light.outline:hover,tbody tr.light.outline:hover{color:#fff}.button.light.dropdown-toggle::before,.command-button.light.dropdown-toggle::before,.image-button.light.dropdown-toggle::before,.info-button.light.dropdown-toggle::before,.input .button.light.dropdown-toggle::before,.notify.light.dropdown-toggle::before,.select .button.light.dropdown-toggle::before,.shortcut.light.dropdown-toggle::before,.spinner .button.light.dropdown-toggle::before,.split-button .split.light.dropdown-toggle::before,.tag-input .button.light.dropdown-toggle::before,.tally.light.dropdown-toggle::before,.toast.light.dropdown-toggle::before,.tool-button.light.dropdown-toggle::before,code.light.dropdown-toggle::before,tbody td.light.dropdown-toggle::before,tbody tr.light.dropdown-toggle::before{border-color:#fff}.button.light:hover,.command-button.light:hover,.image-button.light:hover,.info-button.light:hover,.input .button.light:hover,.notify.light:hover,.select .button.light:hover,.shortcut.light:hover,.spinner .button.light:hover,.split-button .split.light:hover,.tag-input .button.light:hover,.tally.light:hover,.toast.light:hover,.tool-button.light:hover,code.light:hover,tbody td.light:hover,tbody tr.light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}.button.light:hover.dropdown-toggle::before,.command-button.light:hover.dropdown-toggle::before,.image-button.light:hover.dropdown-toggle::before,.info-button.light:hover.dropdown-toggle::before,.input .button.light:hover.dropdown-toggle::before,.notify.light:hover.dropdown-toggle::before,.select .button.light:hover.dropdown-toggle::before,.shortcut.light:hover.dropdown-toggle::before,.spinner .button.light:hover.dropdown-toggle::before,.split-button .split.light:hover.dropdown-toggle::before,.tag-input .button.light:hover.dropdown-toggle::before,.tally.light:hover.dropdown-toggle::before,.toast.light:hover.dropdown-toggle::before,.tool-button.light:hover.dropdown-toggle::before,code.light:hover.dropdown-toggle::before,tbody td.light:hover.dropdown-toggle::before,tbody tr.light:hover.dropdown-toggle::before{border-color:#fff}.button.light.same-color:hover,.command-button.light.same-color:hover,.image-button.light.same-color:hover,.info-button.light.same-color:hover,.input .button.light.same-color:hover,.notify.light.same-color:hover,.select .button.light.same-color:hover,.shortcut.light.same-color:hover,.spinner .button.light.same-color:hover,.split-button .split.light.same-color:hover,.tag-input .button.light.same-color:hover,.tally.light.same-color:hover,.toast.light.same-color:hover,.tool-button.light.same-color:hover,code.light.same-color:hover,tbody td.light.same-color:hover,tbody tr.light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}.button.light.focus,.button.light:active,.button.light:focus,.command-button.light.focus,.command-button.light:active,.command-button.light:focus,.image-button.light.focus,.image-button.light:active,.image-button.light:focus,.info-button.light.focus,.info-button.light:active,.info-button.light:focus,.input .button.light.focus,.input .button.light:active,.input .button.light:focus,.notify.light.focus,.notify.light:active,.notify.light:focus,.select .button.light.focus,.select .button.light:active,.select .button.light:focus,.shortcut.light.focus,.shortcut.light:active,.shortcut.light:focus,.spinner .button.light.focus,.spinner .button.light:active,.spinner .button.light:focus,.split-button .split.light.focus,.split-button .split.light:active,.split-button .split.light:focus,.tag-input .button.light.focus,.tag-input .button.light:active,.tag-input .button.light:focus,.tally.light.focus,.tally.light:active,.tally.light:focus,.toast.light.focus,.toast.light:active,.toast.light:focus,.tool-button.light.focus,.tool-button.light:active,.tool-button.light:focus,code.light.focus,code.light:active,code.light:focus,tbody td.light.focus,tbody td.light:active,tbody td.light:focus,tbody tr.light.focus,tbody tr.light:active,tbody tr.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.button.light,.button.yellow,.command-button.light,.command-button.yellow,.image-button.light,.image-button.yellow,.info-button.light,.info-button.yellow,.input .button.light,.input .button.yellow,.notify.light,.notify.yellow,.select .button.light,.select .button.yellow,.shortcut.light,.shortcut.yellow,.spinner .button.light,.spinner .button.yellow,.split-button .split.light,.split-button .split.yellow,.tag-input .button.light,.tag-input .button.yellow,.tally.light,.tally.yellow,.toast.light,.toast.yellow,.tool-button.light,.tool-button.yellow,code.light,code.yellow,tbody td.light,tbody td.yellow,tbody tr.light,tbody tr.yellow{color:#1d1d1d}.button.light.outline:hover,.button.light:hover,.button.yellow.outline:hover,.button.yellow:hover,.command-button.light.outline:hover,.command-button.light:hover,.command-button.yellow.outline:hover,.command-button.yellow:hover,.image-button.light.outline:hover,.image-button.light:hover,.image-button.yellow.outline:hover,.image-button.yellow:hover,.info-button.light.outline:hover,.info-button.light:hover,.info-button.yellow.outline:hover,.info-button.yellow:hover,.input .button.light.outline:hover,.input .button.light:hover,.input .button.yellow.outline:hover,.input .button.yellow:hover,.notify.light.outline:hover,.notify.light:hover,.notify.yellow.outline:hover,.notify.yellow:hover,.select .button.light.outline:hover,.select .button.light:hover,.select .button.yellow.outline:hover,.select .button.yellow:hover,.shortcut.light.outline:hover,.shortcut.light:hover,.shortcut.yellow.outline:hover,.shortcut.yellow:hover,.spinner .button.light.outline:hover,.spinner .button.light:hover,.spinner .button.yellow.outline:hover,.spinner .button.yellow:hover,.split-button .split.light.outline:hover,.split-button .split.light:hover,.split-button .split.yellow.outline:hover,.split-button .split.yellow:hover,.tag-input .button.light.outline:hover,.tag-input .button.light:hover,.tag-input .button.yellow.outline:hover,.tag-input .button.yellow:hover,.tally.light.outline:hover,.tally.light:hover,.tally.yellow.outline:hover,.tally.yellow:hover,.toast.light.outline:hover,.toast.light:hover,.toast.yellow.outline:hover,.toast.yellow:hover,.tool-button.light.outline:hover,.tool-button.light:hover,.tool-button.yellow.outline:hover,.tool-button.yellow:hover,code.light.outline:hover,code.light:hover,code.yellow.outline:hover,code.yellow:hover,tbody td.light.outline:hover,tbody td.light:hover,tbody td.yellow.outline:hover,tbody td.yellow:hover,tbody tr.light.outline:hover,tbody tr.light:hover,tbody tr.yellow.outline:hover,tbody tr.yellow:hover{color:#1d1d1d}.action-button.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.action-button.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.action-button.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.action-button.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.action-button.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.action-button.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.action-button.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.action-button.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.action-button.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.action-button.light,.action-button.yellow{color:#1d1d1d}.action-button.light.outline:hover,.action-button.light:hover,.action-button.yellow.outline:hover,.action-button.yellow:hover{color:#1d1d1d}.pagination.primary .page-item.active,.pagination.primary .page-item.service,.pagination.primary .page-item:hover{background-color:#0366d6;border-color:#0366d6;color:#fff}.pagination.primary .page-item.active:hover,.pagination.primary .page-item.service:hover,.pagination.primary .page-item:hover:hover{background-color:#024ea4}.pagination.secondary .page-item.active,.pagination.secondary .page-item.service,.pagination.secondary .page-item:hover{background-color:#607d8b;border-color:#607d8b;color:#fff}.pagination.secondary .page-item.active:hover,.pagination.secondary .page-item.service:hover,.pagination.secondary .page-item:hover:hover{background-color:#4b626d}.pagination.success .page-item.active,.pagination.success .page-item.service,.pagination.success .page-item:hover{background-color:#60a917;border-color:#60a917;color:#fff}.pagination.success .page-item.active:hover,.pagination.success .page-item.service:hover,.pagination.success .page-item:hover:hover{background-color:#477c11}.pagination.alert .page-item.active,.pagination.alert .page-item.service,.pagination.alert .page-item:hover{background-color:#ce352c;border-color:#ce352c;color:#fff}.pagination.alert .page-item.active:hover,.pagination.alert .page-item.service:hover,.pagination.alert .page-item:hover:hover{background-color:#a42a23}.pagination.warning .page-item.active,.pagination.warning .page-item.service,.pagination.warning .page-item:hover{background-color:#ff9447;border-color:#ff9447;color:#fff}.pagination.warning .page-item.active:hover,.pagination.warning .page-item.service:hover,.pagination.warning .page-item:hover:hover{background-color:#ff7615}.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{background-color:#ffe484;border-color:#ffe484;color:#fff}.pagination.yellow .page-item.active:hover,.pagination.yellow .page-item.service:hover,.pagination.yellow .page-item:hover:hover{background-color:#ffd951}.pagination.info .page-item.active,.pagination.info .page-item.service,.pagination.info .page-item:hover{background-color:#5ebdec;border-color:#5ebdec;color:#fff}.pagination.info .page-item.active:hover,.pagination.info .page-item.service:hover,.pagination.info .page-item:hover:hover{background-color:#30abe6}.pagination.dark .page-item.active,.pagination.dark .page-item.service,.pagination.dark .page-item:hover{background-color:#505050;border-color:#505050;color:#fff}.pagination.dark .page-item.active:hover,.pagination.dark .page-item.service:hover,.pagination.dark .page-item:hover:hover{background-color:#373737}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover{background-color:#f8f8f8;border-color:#f8f8f8;color:#fff}.pagination.light .page-item.active:hover,.pagination.light .page-item.service:hover,.pagination.light .page-item:hover:hover{background-color:#dfdfdf}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover,.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{color:#1d1d1d}.remark.primary{background:#75b5fd;border:1px solid #75b5fd}.remark.primary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#0366d6}.remark.primary{background:#daebfe;border:1px solid #daebfe}.remark.secondary{background:#b7c6cd;border:1px solid #b7c6cd}.remark.secondary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#607d8b}.remark.secondary{background:#f3f6f7;border:1px solid #f3f6f7}.remark.success{background:#adeb6e;border:1px solid #adeb6e}.remark.success::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#60a917}.remark.success{background:#ecfbde;border:1px solid #ecfbde}.remark.alert{background:#ecaba7;border:1px solid #ecaba7}.remark.alert::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ce352c}.remark.alert{background:#fae7e6;border:1px solid #fae7e6}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.warning::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ff9447}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.yellow{background:#fff;border:1px solid #fff}.remark.yellow::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ffe484}.remark.yellow{background:#fff7db;border:1px solid #fff7db}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.info::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#5ebdec}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.dark{background:#9d9d9d;border:1px solid #9d9d9d}.remark.dark::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#505050}.remark.dark{background:#e9e9e9;border:1px solid #e9e9e9}.remark.light{background:#fff;border:1px solid #fff}.remark.light::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#f8f8f8}.file.primary,.input.primary,.keypad.primary,.select.primary,.spinner.primary,.tag-input.primary,.textarea.primary,input[type=datetime-local].primary,input[type=email].primary,input[type=file].primary,input[type=month].primary,input[type=number].primary,input[type=password].primary,input[type=search].primary,input[type=tel].primary,input[type=text].primary,input[type=time].primary,input[type=url].primary,input[type=week].primary,select.primary,textarea.primary{border-color:#0366d6}.file.primary.focused,.file.primary:focus,.input.primary.focused,.input.primary:focus,.keypad.primary.focused,.keypad.primary:focus,.select.primary.focused,.select.primary:focus,.spinner.primary.focused,.spinner.primary:focus,.tag-input.primary.focused,.tag-input.primary:focus,.textarea.primary.focused,.textarea.primary:focus,input[type=datetime-local].primary.focused,input[type=datetime-local].primary:focus,input[type=email].primary.focused,input[type=email].primary:focus,input[type=file].primary.focused,input[type=file].primary:focus,input[type=month].primary.focused,input[type=month].primary:focus,input[type=number].primary.focused,input[type=number].primary:focus,input[type=password].primary.focused,input[type=password].primary:focus,input[type=search].primary.focused,input[type=search].primary:focus,input[type=tel].primary.focused,input[type=tel].primary:focus,input[type=text].primary.focused,input[type=text].primary:focus,input[type=time].primary.focused,input[type=time].primary:focus,input[type=url].primary.focused,input[type=url].primary:focus,input[type=week].primary.focused,input[type=week].primary:focus,select.primary.focused,select.primary:focus,textarea.primary.focused,textarea.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.file.secondary,.input.secondary,.keypad.secondary,.select.secondary,.spinner.secondary,.tag-input.secondary,.textarea.secondary,input[type=datetime-local].secondary,input[type=email].secondary,input[type=file].secondary,input[type=month].secondary,input[type=number].secondary,input[type=password].secondary,input[type=search].secondary,input[type=tel].secondary,input[type=text].secondary,input[type=time].secondary,input[type=url].secondary,input[type=week].secondary,select.secondary,textarea.secondary{border-color:#607d8b}.file.secondary.focused,.file.secondary:focus,.input.secondary.focused,.input.secondary:focus,.keypad.secondary.focused,.keypad.secondary:focus,.select.secondary.focused,.select.secondary:focus,.spinner.secondary.focused,.spinner.secondary:focus,.tag-input.secondary.focused,.tag-input.secondary:focus,.textarea.secondary.focused,.textarea.secondary:focus,input[type=datetime-local].secondary.focused,input[type=datetime-local].secondary:focus,input[type=email].secondary.focused,input[type=email].secondary:focus,input[type=file].secondary.focused,input[type=file].secondary:focus,input[type=month].secondary.focused,input[type=month].secondary:focus,input[type=number].secondary.focused,input[type=number].secondary:focus,input[type=password].secondary.focused,input[type=password].secondary:focus,input[type=search].secondary.focused,input[type=search].secondary:focus,input[type=tel].secondary.focused,input[type=tel].secondary:focus,input[type=text].secondary.focused,input[type=text].secondary:focus,input[type=time].secondary.focused,input[type=time].secondary:focus,input[type=url].secondary.focused,input[type=url].secondary:focus,input[type=week].secondary.focused,input[type=week].secondary:focus,select.secondary.focused,select.secondary:focus,textarea.secondary.focused,textarea.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.file.success,.input.success,.keypad.success,.select.success,.spinner.success,.tag-input.success,.textarea.success,input[type=datetime-local].success,input[type=email].success,input[type=file].success,input[type=month].success,input[type=number].success,input[type=password].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=time].success,input[type=url].success,input[type=week].success,select.success,textarea.success{border-color:#60a917}.file.success.focused,.file.success:focus,.input.success.focused,.input.success:focus,.keypad.success.focused,.keypad.success:focus,.select.success.focused,.select.success:focus,.spinner.success.focused,.spinner.success:focus,.tag-input.success.focused,.tag-input.success:focus,.textarea.success.focused,.textarea.success:focus,input[type=datetime-local].success.focused,input[type=datetime-local].success:focus,input[type=email].success.focused,input[type=email].success:focus,input[type=file].success.focused,input[type=file].success:focus,input[type=month].success.focused,input[type=month].success:focus,input[type=number].success.focused,input[type=number].success:focus,input[type=password].success.focused,input[type=password].success:focus,input[type=search].success.focused,input[type=search].success:focus,input[type=tel].success.focused,input[type=tel].success:focus,input[type=text].success.focused,input[type=text].success:focus,input[type=time].success.focused,input[type=time].success:focus,input[type=url].success.focused,input[type=url].success:focus,input[type=week].success.focused,input[type=week].success:focus,select.success.focused,select.success:focus,textarea.success.focused,textarea.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.file.alert,.input.alert,.keypad.alert,.select.alert,.spinner.alert,.tag-input.alert,.textarea.alert,input[type=datetime-local].alert,input[type=email].alert,input[type=file].alert,input[type=month].alert,input[type=number].alert,input[type=password].alert,input[type=search].alert,input[type=tel].alert,input[type=text].alert,input[type=time].alert,input[type=url].alert,input[type=week].alert,select.alert,textarea.alert{border-color:#ce352c}.file.alert.focused,.file.alert:focus,.input.alert.focused,.input.alert:focus,.keypad.alert.focused,.keypad.alert:focus,.select.alert.focused,.select.alert:focus,.spinner.alert.focused,.spinner.alert:focus,.tag-input.alert.focused,.tag-input.alert:focus,.textarea.alert.focused,.textarea.alert:focus,input[type=datetime-local].alert.focused,input[type=datetime-local].alert:focus,input[type=email].alert.focused,input[type=email].alert:focus,input[type=file].alert.focused,input[type=file].alert:focus,input[type=month].alert.focused,input[type=month].alert:focus,input[type=number].alert.focused,input[type=number].alert:focus,input[type=password].alert.focused,input[type=password].alert:focus,input[type=search].alert.focused,input[type=search].alert:focus,input[type=tel].alert.focused,input[type=tel].alert:focus,input[type=text].alert.focused,input[type=text].alert:focus,input[type=time].alert.focused,input[type=time].alert:focus,input[type=url].alert.focused,input[type=url].alert:focus,input[type=week].alert.focused,input[type=week].alert:focus,select.alert.focused,select.alert:focus,textarea.alert.focused,textarea.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.file.warning,.input.warning,.keypad.warning,.select.warning,.spinner.warning,.tag-input.warning,.textarea.warning,input[type=datetime-local].warning,input[type=email].warning,input[type=file].warning,input[type=month].warning,input[type=number].warning,input[type=password].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=time].warning,input[type=url].warning,input[type=week].warning,select.warning,textarea.warning{border-color:#ff9447}.file.warning.focused,.file.warning:focus,.input.warning.focused,.input.warning:focus,.keypad.warning.focused,.keypad.warning:focus,.select.warning.focused,.select.warning:focus,.spinner.warning.focused,.spinner.warning:focus,.tag-input.warning.focused,.tag-input.warning:focus,.textarea.warning.focused,.textarea.warning:focus,input[type=datetime-local].warning.focused,input[type=datetime-local].warning:focus,input[type=email].warning.focused,input[type=email].warning:focus,input[type=file].warning.focused,input[type=file].warning:focus,input[type=month].warning.focused,input[type=month].warning:focus,input[type=number].warning.focused,input[type=number].warning:focus,input[type=password].warning.focused,input[type=password].warning:focus,input[type=search].warning.focused,input[type=search].warning:focus,input[type=tel].warning.focused,input[type=tel].warning:focus,input[type=text].warning.focused,input[type=text].warning:focus,input[type=time].warning.focused,input[type=time].warning:focus,input[type=url].warning.focused,input[type=url].warning:focus,input[type=week].warning.focused,input[type=week].warning:focus,select.warning.focused,select.warning:focus,textarea.warning.focused,textarea.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.file.yellow,.input.yellow,.keypad.yellow,.select.yellow,.spinner.yellow,.tag-input.yellow,.textarea.yellow,input[type=datetime-local].yellow,input[type=email].yellow,input[type=file].yellow,input[type=month].yellow,input[type=number].yellow,input[type=password].yellow,input[type=search].yellow,input[type=tel].yellow,input[type=text].yellow,input[type=time].yellow,input[type=url].yellow,input[type=week].yellow,select.yellow,textarea.yellow{border-color:#ffe484}.file.yellow.focused,.file.yellow:focus,.input.yellow.focused,.input.yellow:focus,.keypad.yellow.focused,.keypad.yellow:focus,.select.yellow.focused,.select.yellow:focus,.spinner.yellow.focused,.spinner.yellow:focus,.tag-input.yellow.focused,.tag-input.yellow:focus,.textarea.yellow.focused,.textarea.yellow:focus,input[type=datetime-local].yellow.focused,input[type=datetime-local].yellow:focus,input[type=email].yellow.focused,input[type=email].yellow:focus,input[type=file].yellow.focused,input[type=file].yellow:focus,input[type=month].yellow.focused,input[type=month].yellow:focus,input[type=number].yellow.focused,input[type=number].yellow:focus,input[type=password].yellow.focused,input[type=password].yellow:focus,input[type=search].yellow.focused,input[type=search].yellow:focus,input[type=tel].yellow.focused,input[type=tel].yellow:focus,input[type=text].yellow.focused,input[type=text].yellow:focus,input[type=time].yellow.focused,input[type=time].yellow:focus,input[type=url].yellow.focused,input[type=url].yellow:focus,input[type=week].yellow.focused,input[type=week].yellow:focus,select.yellow.focused,select.yellow:focus,textarea.yellow.focused,textarea.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.file.info,.input.info,.keypad.info,.select.info,.spinner.info,.tag-input.info,.textarea.info,input[type=datetime-local].info,input[type=email].info,input[type=file].info,input[type=month].info,input[type=number].info,input[type=password].info,input[type=search].info,input[type=tel].info,input[type=text].info,input[type=time].info,input[type=url].info,input[type=week].info,select.info,textarea.info{border-color:#5ebdec}.file.info.focused,.file.info:focus,.input.info.focused,.input.info:focus,.keypad.info.focused,.keypad.info:focus,.select.info.focused,.select.info:focus,.spinner.info.focused,.spinner.info:focus,.tag-input.info.focused,.tag-input.info:focus,.textarea.info.focused,.textarea.info:focus,input[type=datetime-local].info.focused,input[type=datetime-local].info:focus,input[type=email].info.focused,input[type=email].info:focus,input[type=file].info.focused,input[type=file].info:focus,input[type=month].info.focused,input[type=month].info:focus,input[type=number].info.focused,input[type=number].info:focus,input[type=password].info.focused,input[type=password].info:focus,input[type=search].info.focused,input[type=search].info:focus,input[type=tel].info.focused,input[type=tel].info:focus,input[type=text].info.focused,input[type=text].info:focus,input[type=time].info.focused,input[type=time].info:focus,input[type=url].info.focused,input[type=url].info:focus,input[type=week].info.focused,input[type=week].info:focus,select.info.focused,select.info:focus,textarea.info.focused,textarea.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.file.dark,.input.dark,.keypad.dark,.select.dark,.spinner.dark,.tag-input.dark,.textarea.dark,input[type=datetime-local].dark,input[type=email].dark,input[type=file].dark,input[type=month].dark,input[type=number].dark,input[type=password].dark,input[type=search].dark,input[type=tel].dark,input[type=text].dark,input[type=time].dark,input[type=url].dark,input[type=week].dark,select.dark,textarea.dark{border-color:#505050}.file.dark.focused,.file.dark:focus,.input.dark.focused,.input.dark:focus,.keypad.dark.focused,.keypad.dark:focus,.select.dark.focused,.select.dark:focus,.spinner.dark.focused,.spinner.dark:focus,.tag-input.dark.focused,.tag-input.dark:focus,.textarea.dark.focused,.textarea.dark:focus,input[type=datetime-local].dark.focused,input[type=datetime-local].dark:focus,input[type=email].dark.focused,input[type=email].dark:focus,input[type=file].dark.focused,input[type=file].dark:focus,input[type=month].dark.focused,input[type=month].dark:focus,input[type=number].dark.focused,input[type=number].dark:focus,input[type=password].dark.focused,input[type=password].dark:focus,input[type=search].dark.focused,input[type=search].dark:focus,input[type=tel].dark.focused,input[type=tel].dark:focus,input[type=text].dark.focused,input[type=text].dark:focus,input[type=time].dark.focused,input[type=time].dark:focus,input[type=url].dark.focused,input[type=url].dark:focus,input[type=week].dark.focused,input[type=week].dark:focus,select.dark.focused,select.dark:focus,textarea.dark.focused,textarea.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.file.light,.input.light,.keypad.light,.select.light,.spinner.light,.tag-input.light,.textarea.light,input[type=datetime-local].light,input[type=email].light,input[type=file].light,input[type=month].light,input[type=number].light,input[type=password].light,input[type=search].light,input[type=tel].light,input[type=text].light,input[type=time].light,input[type=url].light,input[type=week].light,select.light,textarea.light{border-color:#f8f8f8}.file.light.focused,.file.light:focus,.input.light.focused,.input.light:focus,.keypad.light.focused,.keypad.light:focus,.select.light.focused,.select.light:focus,.spinner.light.focused,.spinner.light:focus,.tag-input.light.focused,.tag-input.light:focus,.textarea.light.focused,.textarea.light:focus,input[type=datetime-local].light.focused,input[type=datetime-local].light:focus,input[type=email].light.focused,input[type=email].light:focus,input[type=file].light.focused,input[type=file].light:focus,input[type=month].light.focused,input[type=month].light:focus,input[type=number].light.focused,input[type=number].light:focus,input[type=password].light.focused,input[type=password].light:focus,input[type=search].light.focused,input[type=search].light:focus,input[type=tel].light.focused,input[type=tel].light:focus,input[type=text].light.focused,input[type=text].light:focus,input[type=time].light.focused,input[type=time].light:focus,input[type=url].light.focused,input[type=url].light:focus,input[type=week].light.focused,input[type=week].light:focus,select.light.focused,select.light:focus,textarea.light.focused,textarea.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.accent-block.primary{background-color:#0366d6;color:#fff}.accent-block.secondary{background-color:#607d8b;color:#fff}.accent-block.success{background-color:#60a917;color:#fff}.accent-block.alert{background-color:#ce352c;color:#fff}.accent-block.warning{background-color:#ff9447;color:#fff}.accent-block.yellow{background-color:#ffe484;color:#fff}.accent-block.info{background-color:#5ebdec;color:#fff}.accent-block.dark{background-color:#505050;color:#fff}.accent-block.light{background-color:#f8f8f8;color:#fff}.accent-block.light,.accent-block.yellow{color:#1d1d1d}.no-border{border:0!important}.no-border-left{border-left:none!important}.no-border-right{border-right:none!important}.no-border-top{border-top:none!important}.no-border-bottom{border-bottom:none!important}.no-border-visible{border-color:transparent!important}.border-none{border:0!important}.border-left-none{border-left:none!important}.border-right-none{border-right:none!important}.border-top-none{border-top:none!important}.border-bottom-none{border-bottom:none!important}.border-visible-none{border-color:transparent!important}.border{border:1px solid transparent}.border-left{border-left:1px solid transparent}.border-right{border-right:1px solid transparent}.border-top{border-top:1px solid transparent}.border-bottom{border-bottom:1px solid transparent}.border-left-top,.border-top-left{border-top:1px solid transparent;border-left:1px solid transparent}.border-right-top,.border-top-right{border-top:1px solid transparent;border-right:1px solid transparent}.border-bottom-right,.border-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-bottom-left,.border-left-bottom{border-bottom:1px solid transparent;border-left:1px solid transparent}.border-bottom-top,.border-top-bottom{border-bottom:1px solid transparent;border-top:1px solid transparent}.border-left-right,.border-right-left{border-right:1px solid transparent;border-left:1px solid transparent}.border-top-right-bottom{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-right-bottom-left{border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-bottom-left-top{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-left-top-right{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-radius{border-radius:.25rem}.border-radius-half{border-radius:50%}.border-20{border-width:20px}.border-size-20{border-width:20px}.border-radius-20{border-radius:20px}.border-19{border-width:19px}.border-size-19{border-width:19px}.border-radius-19{border-radius:19px}.border-18{border-width:18px}.border-size-18{border-width:18px}.border-radius-18{border-radius:18px}.border-17{border-width:17px}.border-size-17{border-width:17px}.border-radius-17{border-radius:17px}.border-16{border-width:16px}.border-size-16{border-width:16px}.border-radius-16{border-radius:16px}.border-15{border-width:15px}.border-size-15{border-width:15px}.border-radius-15{border-radius:15px}.border-14{border-width:14px}.border-size-14{border-width:14px}.border-radius-14{border-radius:14px}.border-13{border-width:13px}.border-size-13{border-width:13px}.border-radius-13{border-radius:13px}.border-12{border-width:12px}.border-size-12{border-width:12px}.border-radius-12{border-radius:12px}.border-11{border-width:11px}.border-size-11{border-width:11px}.border-radius-11{border-radius:11px}.border-10{border-width:10px}.border-size-10{border-width:10px}.border-radius-10{border-radius:10px}.border-9{border-width:9px}.border-size-9{border-width:9px}.border-radius-9{border-radius:9px}.border-8{border-width:8px}.border-size-8{border-width:8px}.border-radius-8{border-radius:8px}.border-7{border-width:7px}.border-size-7{border-width:7px}.border-radius-7{border-radius:7px}.border-6{border-width:6px}.border-size-6{border-width:6px}.border-radius-6{border-radius:6px}.border-5{border-width:5px}.border-size-5{border-width:5px}.border-radius-5{border-radius:5px}.border-4{border-width:4px}.border-size-4{border-width:4px}.border-radius-4{border-radius:4px}.border-3{border-width:3px}.border-size-3{border-width:3px}.border-radius-3{border-radius:3px}.border-2{border-width:2px}.border-size-2{border-width:2px}.border-radius-2{border-radius:2px}.border-1{border-width:1px}.border-size-1{border-width:1px}.border-radius-1{border-radius:1px}.rounded{border-radius:.25rem!important}.border-50{border-radius:50%!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-ridge{border-style:ridge!important}.c-auto{cursor:auto}.c-default{cursor:default}.c-none{cursor:none}.c-context-menu{cursor:context-menu}.c-help{cursor:help}.c-pointer{cursor:pointer}.c-progress{cursor:progress}.c-wait{cursor:wait}.c-cell{cursor:cell}.c-crosshair{cursor:crosshair}.c-text{cursor:text}.c-text-vertical{cursor:vertical-text}.c-alias{cursor:alias}.c-copy{cursor:copy}.c-move{cursor:move}.c-no-drop{cursor:no-drop}.c-not-allowed{cursor:not-allowed}.c-all-scroll{cursor:all-scroll}.c-col-resize{cursor:col-resize}.c-row-resize{cursor:row-resize}.c-n-resize{cursor:n-resize}.c-e-resize{cursor:e-resize}.c-s-resize{cursor:s-resize}.c-w-resize{cursor:w-resize}.c-ne-resize{cursor:ne-resize}.c-nw-resize{cursor:nw-resize}.c-se-resize{cursor:se-resize}.c-sw-resize{cursor:sw-resize}.c-ew-resize{cursor:ew-resize}.c-ns-resize{cursor:ns-resize}.c-nesw-resize{cursor:nesw-resize}.c-nwse-resize{cursor:nwse-resize}.c-zoom-in{cursor:-webkit-zoom-in;cursor:zoom-in}.c-zoom-out{cursor:-webkit-zoom-out;cursor:zoom-out}.c-grab{cursor:-webkit-grab;cursor:grab}.c-grabbing{cursor:-webkit-grabbing;cursor:grabbing}.c-none{cursor:none}.default-icon-check{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-left-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-right-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-help{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-search{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-cross{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eye{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-calendar{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-clock{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-menu{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-plus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-minus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-upload{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pencil{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-left{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-right{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.visible{visibility:visible!important}.no-visible{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch{display:none!important}html.metro-touch-device .d-block-touch{display:block!important}html.metro-touch-device .d-inline-touch{display:inline!important}html.metro-touch-device .d-inline-block-touch{display:inline-block!important}html.metro-touch-device .d-table-touch{display:table!important}html.metro-touch-device .d-table-row-touch{display:table-row!important}html.metro-touch-device .d-table-cell-touch{display:table-cell!important}html.metro-touch-device .d-flex-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch{display:none!important}html.metro-no-touch-device .d-block-no-touch{display:block!important}html.metro-no-touch-device .d-inline-no-touch{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch{display:table!important}html.metro-no-touch-device .d-table-row-no-touch{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media screen and (min-width:0){.visible-fs{visibility:visible!important}.no-visible-fs{visibility:hidden!important}.d-none-fs{display:none!important}.d-block-fs{display:block!important}.d-inline-fs{display:inline!important}.d-inline-block-fs{display:inline-block!important}.d-table-fs{display:table!important}.d-table-row-fs{display:table-row!important}.d-table-cell-fs{display:table-cell!important}.d-flex-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-fs{display:none!important}html.metro-touch-device .d-block-touch-fs{display:block!important}html.metro-touch-device .d-inline-touch-fs{display:inline!important}html.metro-touch-device .d-inline-block-touch-fs{display:inline-block!important}html.metro-touch-device .d-table-touch-fs{display:table!important}html.metro-touch-device .d-table-row-touch-fs{display:table-row!important}html.metro-touch-device .d-table-cell-touch-fs{display:table-cell!important}html.metro-touch-device .d-flex-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-fs{display:none!important}html.metro-no-touch-device .d-block-no-touch-fs{display:block!important}html.metro-no-touch-device .d-inline-no-touch-fs{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-fs{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-fs{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-fs{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-fs{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:576px){.visible-sm{visibility:visible!important}.no-visible-sm{visibility:hidden!important}.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-sm{display:inline!important}.d-inline-block-sm{display:inline-block!important}.d-table-sm{display:table!important}.d-table-row-sm{display:table-row!important}.d-table-cell-sm{display:table-cell!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-sm{display:none!important}html.metro-touch-device .d-block-touch-sm{display:block!important}html.metro-touch-device .d-inline-touch-sm{display:inline!important}html.metro-touch-device .d-inline-block-touch-sm{display:inline-block!important}html.metro-touch-device .d-table-touch-sm{display:table!important}html.metro-touch-device .d-table-row-touch-sm{display:table-row!important}html.metro-touch-device .d-table-cell-touch-sm{display:table-cell!important}html.metro-touch-device .d-flex-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-sm{display:none!important}html.metro-no-touch-device .d-block-no-touch-sm{display:block!important}html.metro-no-touch-device .d-inline-no-touch-sm{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-sm{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-sm{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-sm{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-sm{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:768px){.visible-md{visibility:visible!important}.no-visible-md{visibility:hidden!important}.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-md{display:inline!important}.d-inline-block-md{display:inline-block!important}.d-table-md{display:table!important}.d-table-row-md{display:table-row!important}.d-table-cell-md{display:table-cell!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-md{display:none!important}html.metro-touch-device .d-block-touch-md{display:block!important}html.metro-touch-device .d-inline-touch-md{display:inline!important}html.metro-touch-device .d-inline-block-touch-md{display:inline-block!important}html.metro-touch-device .d-table-touch-md{display:table!important}html.metro-touch-device .d-table-row-touch-md{display:table-row!important}html.metro-touch-device .d-table-cell-touch-md{display:table-cell!important}html.metro-touch-device .d-flex-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-md{display:none!important}html.metro-no-touch-device .d-block-no-touch-md{display:block!important}html.metro-no-touch-device .d-inline-no-touch-md{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-md{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-md{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-md{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-md{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:992px){.visible-lg{visibility:visible!important}.no-visible-lg{visibility:hidden!important}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-lg{display:inline!important}.d-inline-block-lg{display:inline-block!important}.d-table-lg{display:table!important}.d-table-row-lg{display:table-row!important}.d-table-cell-lg{display:table-cell!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-lg{display:none!important}html.metro-touch-device .d-block-touch-lg{display:block!important}html.metro-touch-device .d-inline-touch-lg{display:inline!important}html.metro-touch-device .d-inline-block-touch-lg{display:inline-block!important}html.metro-touch-device .d-table-touch-lg{display:table!important}html.metro-touch-device .d-table-row-touch-lg{display:table-row!important}html.metro-touch-device .d-table-cell-touch-lg{display:table-cell!important}html.metro-touch-device .d-flex-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-lg{display:none!important}html.metro-no-touch-device .d-block-no-touch-lg{display:block!important}html.metro-no-touch-device .d-inline-no-touch-lg{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-lg{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-lg{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-lg{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-lg{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1200px){.visible-xl{visibility:visible!important}.no-visible-xl{visibility:hidden!important}.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-xl{display:inline!important}.d-inline-block-xl{display:inline-block!important}.d-table-xl{display:table!important}.d-table-row-xl{display:table-row!important}.d-table-cell-xl{display:table-cell!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xl{display:none!important}html.metro-touch-device .d-block-touch-xl{display:block!important}html.metro-touch-device .d-inline-touch-xl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xl{display:inline-block!important}html.metro-touch-device .d-table-touch-xl{display:table!important}html.metro-touch-device .d-table-row-touch-xl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1452px){.visible-xxl{visibility:visible!important}.no-visible-xxl{visibility:hidden!important}.d-none-xxl{display:none!important}.d-block-xxl{display:block!important}.d-inline-xxl{display:inline!important}.d-inline-block-xxl{display:inline-block!important}.d-table-xxl{display:table!important}.d-table-row-xxl{display:table-row!important}.d-table-cell-xxl{display:table-cell!important}.d-flex-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxl{display:none!important}html.metro-touch-device .d-block-touch-xxl{display:block!important}html.metro-touch-device .d-inline-touch-xxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-container{position:relative;display:block;padding:0;overflow:hidden;width:100%;height:100%}.embed-container::before{padding-top:56.25%;display:block;content:""}.embed-container .embed-item,.embed-container embed,.embed-container iframe,.embed-container object,.embed-container video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.embed-container.size-21x9::before{padding-top:42.85714286%}.embed-container.size-16x9::before{padding-top:56.25%}.embed-container.size-4x3::before{padding-top:75%}.embed-container.size-1x1::before{padding-top:100%}.order-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-equal-items>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right{margin-left:auto}.flex-left{margin-right:auto}.flex-top{margin-bottom:auto}.flex-bottom{margin-top:auto}@media screen and (min-width:0){.flex-nowrap-fs{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-fs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-fs{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-fs{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-fs{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-fs{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-fs{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-fs{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-fs{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-fs{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-fs{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-fs{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-fs{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-fs{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-fs{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-fs{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-fs{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-fs{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-fs{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-fs{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-fs{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-fs{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-fs{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-fs{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-fs>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-fs>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-fs>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-fs>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-fs{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-fs{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-fs{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-fs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-fs{margin-left:auto}.flex-left-fs{margin-right:auto}.flex-top-fs{margin-bottom:auto}.flex-bottom-fs{margin-top:auto}.order-fs-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-fs-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-fs-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-fs-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-fs-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-fs-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-fs-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-fs-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-fs-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-fs-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-fs-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-fs-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-fs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-fs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-fs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-fs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-fs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-fs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-fs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-fs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-fs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-fs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-fs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-fs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:576px){.flex-nowrap-sm{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-sm{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-sm{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-sm{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-sm{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-sm{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-sm{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-sm{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-sm{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-sm{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-sm{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-sm{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-sm{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-sm{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-sm>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-sm>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-sm>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-sm>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-sm{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-sm{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-sm{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-sm{margin-left:auto}.flex-left-sm{margin-right:auto}.flex-top-sm{margin-bottom:auto}.flex-bottom-sm{margin-top:auto}.order-sm-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-sm-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-sm-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-sm-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-sm-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-sm-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-sm-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-sm-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-sm-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-sm-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-sm-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-sm-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px){.flex-nowrap-md{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-md{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-md{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-md{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-md{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-md{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-md{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-md{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-md{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-md{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-md{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-md{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-md{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-md{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-md{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-md{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-md>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-md>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-md>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-md>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-md{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-md{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-md{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-md{margin-left:auto}.flex-left-md{margin-right:auto}.flex-top-md{margin-bottom:auto}.flex-bottom-md{margin-top:auto}.order-md-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-md-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-md-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-md-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-md-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-md-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-md-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-md-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-md-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-md-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-md-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-md-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.flex-nowrap-lg{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-lg{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-lg{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-lg{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-lg{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-lg{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-lg{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-lg{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-lg{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-lg{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-lg{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-lg{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-lg{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-lg{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-lg>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-lg>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-lg>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-lg>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-lg{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-lg{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-lg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-lg{margin-left:auto}.flex-left-lg{margin-right:auto}.flex-top-lg{margin-bottom:auto}.flex-bottom-lg{margin-top:auto}.order-lg-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-lg-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-lg-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-lg-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-lg-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-lg-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-lg-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-lg-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-lg-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-lg-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-lg-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-lg-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1200px){.flex-nowrap-xl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xl{margin-left:auto}.flex-left-xl{margin-right:auto}.flex-top-xl{margin-bottom:auto}.flex-bottom-xl{margin-top:auto}.order-xl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1452px){.flex-nowrap-xxl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xxl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xxl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xxl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xxl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xxl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xxl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xxl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xxl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xxl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xxl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xxl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xxl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xxl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xxl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xxl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xxl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xxl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xxl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xxl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xxl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xxl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xxl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xxl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xxl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xxl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xxl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xxl{margin-left:auto}.flex-left-xxl{margin-right:auto}.flex-top-xxl{margin-bottom:auto}.flex-bottom-xxl{margin-top:auto}.order-xxl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xxl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xxl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xxl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xxl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xxl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xxl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xxl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xxl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xxl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xxl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xxl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.clear-float::after{display:block;clear:both;content:""}.clear-float::after{display:block;clear:both;content:""}.float-right,.place-right{float:right!important}.float-left,.place-left{float:left!important}.float-none,.no-float,.place-none{float:none!important}@media screen and (min-width:0){.place-left-fs{float:left!important}.place-right-fs{float:right!important}.place-none-fs{float:none!important}.float-left-fs{float:left!important}.float-right-fs{float:right!important}.float-none-fs{float:none!important}}@media screen and (min-width:576px){.place-left-sm{float:left!important}.place-right-sm{float:right!important}.place-none-sm{float:none!important}.float-left-sm{float:left!important}.float-right-sm{float:right!important}.float-none-sm{float:none!important}}@media screen and (min-width:768px){.place-left-md{float:left!important}.place-right-md{float:right!important}.place-none-md{float:none!important}.float-left-md{float:left!important}.float-right-md{float:right!important}.float-none-md{float:none!important}}@media screen and (min-width:992px){.place-left-lg{float:left!important}.place-right-lg{float:right!important}.place-none-lg{float:none!important}.float-left-lg{float:left!important}.float-right-lg{float:right!important}.float-none-lg{float:none!important}}@media screen and (min-width:1200px){.place-left-xl{float:left!important}.place-right-xl{float:right!important}.place-none-xl{float:none!important}.float-left-xl{float:left!important}.float-right-xl{float:right!important}.float-none-xl{float:none!important}}@media screen and (min-width:1452px){.place-left-xxl{float:left!important}.place-right-xxl{float:right!important}.place-none-xxl{float:none!important}.float-left-xxl{float:left!important}.float-right-xxl{float:right!important}.float-none-xxl{float:none!important}}html{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.5;font-style:normal;font-weight:400;color:#212121}.img-container,.img-fluid,.img-thumbnail{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:visible}.img-thumbnail{padding:.25rem;border:1px solid #dfdfdf;border-radius:.25rem;background-color:#fff}.img-container{display:block}.img-container img{width:100%;max-width:100%;height:auto;position:relative}.img-container .image-overlay{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;overflow:hidden;font-size:.875rem;line-height:1rem;padding:2em;background-color:rgba(27,161,226,.7);color:#fff;text-align:center;border-radius:inherit;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay *{color:#fff}.img-container .image-overlay:hover{opacity:1}.img-container .image-overlay:hover:after,.img-container .image-overlay:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.img-container .image-overlay:after,.img-container .image-overlay:before{display:block;position:absolute;content:"";border:1px solid rgba(255,255,255,.7);top:1em;bottom:1em;left:1em;right:1em;opacity:0;border-radius:inherit;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay:after{border-left:none;border-right:none;bottom:1em;top:1em}.img-container .image-overlay:before{border-top:none;border-bottom:none;bottom:1em;top:1em}.img-container.rounded img{border-radius:.25rem}.img-container.thumbnail{padding:.25rem;border:1px solid #dfdfdf;background-color:#fff}.img-container.thumbnail .title{font-size:.9rem;line-height:1}.img-container img+.title{margin-top:.25rem}.img-container .title+img{margin-top:.25rem}.img-container.cover{background-size:cover;background:no-repeat 100% 100%}figure{margin:0 0 1rem}figure img{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.file,.input,.select,.spinner,.tag-input,.textarea,input[type=datetime-local],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:1px #d9d9d9 solid;color:#1d1d1d;width:100%;display:block;padding:0 .75rem;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;height:36px;line-height:36px;background:#fff none;background-clip:padding-box;min-width:0}.file:focus,.input:focus,.select:focus,.spinner:focus,.tag-input:focus,.textarea:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=file]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{outline:0}.file:hover,.input:hover,.select:hover,.spinner:hover,.tag-input:hover,.textarea:hover,input[type=datetime-local]:hover,input[type=email]:hover,input[type=file]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,select:hover,textarea:hover{border-color:silver}.file .input-clear-button,.file .input-reveal-button,.input .input-clear-button,.input .input-reveal-button,.select .input-clear-button,.select .input-reveal-button,.spinner .input-clear-button,.spinner .input-reveal-button,.tag-input .input-clear-button,.tag-input .input-reveal-button,.textarea .input-clear-button,.textarea .input-reveal-button,input[type=datetime-local] .input-clear-button,input[type=datetime-local] .input-reveal-button,input[type=email] .input-clear-button,input[type=email] .input-reveal-button,input[type=file] .input-clear-button,input[type=file] .input-reveal-button,input[type=month] .input-clear-button,input[type=month] .input-reveal-button,input[type=number] .input-clear-button,input[type=number] .input-reveal-button,input[type=password] .input-clear-button,input[type=password] .input-reveal-button,input[type=search] .input-clear-button,input[type=search] .input-reveal-button,input[type=tel] .input-clear-button,input[type=tel] .input-reveal-button,input[type=text] .input-clear-button,input[type=text] .input-reveal-button,input[type=time] .input-clear-button,input[type=time] .input-reveal-button,input[type=url] .input-clear-button,input[type=url] .input-reveal-button,input[type=week] .input-clear-button,input[type=week] .input-reveal-button,select .input-clear-button,select .input-reveal-button,textarea .input-clear-button,textarea .input-reveal-button{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.file .input-clear-button:active,.file .input-clear-button:focus,.file .input-clear-button:hover,.file .input-reveal-button:active,.file .input-reveal-button:focus,.file .input-reveal-button:hover,.input .input-clear-button:active,.input .input-clear-button:focus,.input .input-clear-button:hover,.input .input-reveal-button:active,.input .input-reveal-button:focus,.input .input-reveal-button:hover,.select .input-clear-button:active,.select .input-clear-button:focus,.select .input-clear-button:hover,.select .input-reveal-button:active,.select .input-reveal-button:focus,.select .input-reveal-button:hover,.spinner .input-clear-button:active,.spinner .input-clear-button:focus,.spinner .input-clear-button:hover,.spinner .input-reveal-button:active,.spinner .input-reveal-button:focus,.spinner .input-reveal-button:hover,.tag-input .input-clear-button:active,.tag-input .input-clear-button:focus,.tag-input .input-clear-button:hover,.tag-input .input-reveal-button:active,.tag-input .input-reveal-button:focus,.tag-input .input-reveal-button:hover,.textarea .input-clear-button:active,.textarea .input-clear-button:focus,.textarea .input-clear-button:hover,.textarea .input-reveal-button:active,.textarea .input-reveal-button:focus,.textarea .input-reveal-button:hover,input[type=datetime-local] .input-clear-button:active,input[type=datetime-local] .input-clear-button:focus,input[type=datetime-local] .input-clear-button:hover,input[type=datetime-local] .input-reveal-button:active,input[type=datetime-local] .input-reveal-button:focus,input[type=datetime-local] .input-reveal-button:hover,input[type=email] .input-clear-button:active,input[type=email] .input-clear-button:focus,input[type=email] .input-clear-button:hover,input[type=email] .input-reveal-button:active,input[type=email] .input-reveal-button:focus,input[type=email] .input-reveal-button:hover,input[type=file] .input-clear-button:active,input[type=file] .input-clear-button:focus,input[type=file] .input-clear-button:hover,input[type=file] .input-reveal-button:active,input[type=file] .input-reveal-button:focus,input[type=file] .input-reveal-button:hover,input[type=month] .input-clear-button:active,input[type=month] .input-clear-button:focus,input[type=month] .input-clear-button:hover,input[type=month] .input-reveal-button:active,input[type=month] .input-reveal-button:focus,input[type=month] .input-reveal-button:hover,input[type=number] .input-clear-button:active,input[type=number] .input-clear-button:focus,input[type=number] .input-clear-button:hover,input[type=number] .input-reveal-button:active,input[type=number] .input-reveal-button:focus,input[type=number] .input-reveal-button:hover,input[type=password] .input-clear-button:active,input[type=password] .input-clear-button:focus,input[type=password] .input-clear-button:hover,input[type=password] .input-reveal-button:active,input[type=password] .input-reveal-button:focus,input[type=password] .input-reveal-button:hover,input[type=search] .input-clear-button:active,input[type=search] .input-clear-button:focus,input[type=search] .input-clear-button:hover,input[type=search] .input-reveal-button:active,input[type=search] .input-reveal-button:focus,input[type=search] .input-reveal-button:hover,input[type=tel] .input-clear-button:active,input[type=tel] .input-clear-button:focus,input[type=tel] .input-clear-button:hover,input[type=tel] .input-reveal-button:active,input[type=tel] .input-reveal-button:focus,input[type=tel] .input-reveal-button:hover,input[type=text] .input-clear-button:active,input[type=text] .input-clear-button:focus,input[type=text] .input-clear-button:hover,input[type=text] .input-reveal-button:active,input[type=text] .input-reveal-button:focus,input[type=text] .input-reveal-button:hover,input[type=time] .input-clear-button:active,input[type=time] .input-clear-button:focus,input[type=time] .input-clear-button:hover,input[type=time] .input-reveal-button:active,input[type=time] .input-reveal-button:focus,input[type=time] .input-reveal-button:hover,input[type=url] .input-clear-button:active,input[type=url] .input-clear-button:focus,input[type=url] .input-clear-button:hover,input[type=url] .input-reveal-button:active,input[type=url] .input-reveal-button:focus,input[type=url] .input-reveal-button:hover,input[type=week] .input-clear-button:active,input[type=week] .input-clear-button:focus,input[type=week] .input-clear-button:hover,input[type=week] .input-reveal-button:active,input[type=week] .input-reveal-button:focus,input[type=week] .input-reveal-button:hover,select .input-clear-button:active,select .input-clear-button:focus,select .input-clear-button:hover,select .input-reveal-button:active,select .input-reveal-button:focus,select .input-reveal-button:hover,textarea .input-clear-button:active,textarea .input-clear-button:focus,textarea .input-clear-button:hover,textarea .input-reveal-button:active,textarea .input-reveal-button:focus,textarea .input-reveal-button:hover{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused,.file:focus,.input.focused,.input:focus,.select.focused,.select:focus,.spinner.focused,.spinner:focus,.tag-input.focused,.tag-input:focus,.textarea.focused,.textarea:focus,input[type=datetime-local].focused,input[type=datetime-local]:focus,input[type=email].focused,input[type=email]:focus,input[type=file].focused,input[type=file]:focus,input[type=month].focused,input[type=month]:focus,input[type=number].focused,input[type=number]:focus,input[type=password].focused,input[type=password]:focus,input[type=search].focused,input[type=search]:focus,input[type=tel].focused,input[type=tel]:focus,input[type=text].focused,input[type=text]:focus,input[type=time].focused,input[type=time]:focus,input[type=url].focused,input[type=url]:focus,input[type=week].focused,input[type=week]:focus,select.focused,select:focus,textarea.focused,textarea:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{visibility:visible}.file.disabled,.file:disabled,.input.disabled,.input:disabled,.select.disabled,.select:disabled,.spinner.disabled,.spinner:disabled,.tag-input.disabled,.tag-input:disabled,.textarea.disabled,.textarea:disabled,input[type=datetime-local].disabled,input[type=datetime-local]:disabled,input[type=email].disabled,input[type=email]:disabled,input[type=file].disabled,input[type=file]:disabled,input[type=month].disabled,input[type=month]:disabled,input[type=number].disabled,input[type=number]:disabled,input[type=password].disabled,input[type=password]:disabled,input[type=search].disabled,input[type=search]:disabled,input[type=tel].disabled,input[type=tel]:disabled,input[type=text].disabled,input[type=text]:disabled,input[type=time].disabled,input[type=time]:disabled,input[type=url].disabled,input[type=url]:disabled,input[type=week].disabled,input[type=week]:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.file.hide-cursor input,.input.hide-cursor input,.select.hide-cursor input,.spinner.hide-cursor input,.tag-input.hide-cursor input,.textarea.hide-cursor input,input[type=datetime-local].hide-cursor input,input[type=email].hide-cursor input,input[type=file].hide-cursor input,input[type=month].hide-cursor input,input[type=number].hide-cursor input,input[type=password].hide-cursor input,input[type=search].hide-cursor input,input[type=tel].hide-cursor input,input[type=text].hide-cursor input,input[type=time].hide-cursor input,input[type=url].hide-cursor input,input[type=week].hide-cursor input,select.hide-cursor input,textarea.hide-cursor input{color:transparent;text-shadow:0 0 0 #1d1d1d}.file::-ms-clear,.input::-ms-clear,.select::-ms-clear,.spinner::-ms-clear,.tag-input::-ms-clear,.textarea::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=email]::-ms-clear,input[type=file]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=password]::-ms-clear,input[type=search]::-ms-clear,input[type=tel]::-ms-clear,input[type=text]::-ms-clear,input[type=time]::-ms-clear,input[type=url]::-ms-clear,input[type=week]::-ms-clear,select::-ms-clear,textarea::-ms-clear{display:none}.file::-ms-reveal,.input::-ms-reveal,.select::-ms-reveal,.spinner::-ms-reveal,.tag-input::-ms-reveal,.textarea::-ms-reveal,input[type=datetime-local]::-ms-reveal,input[type=email]::-ms-reveal,input[type=file]::-ms-reveal,input[type=month]::-ms-reveal,input[type=number]::-ms-reveal,input[type=password]::-ms-reveal,input[type=search]::-ms-reveal,input[type=tel]::-ms-reveal,input[type=text]::-ms-reveal,input[type=time]::-ms-reveal,input[type=url]::-ms-reveal,input[type=week]::-ms-reveal,select::-ms-reveal,textarea::-ms-reveal{display:none}.file::-webkit-clear-button,.input::-webkit-clear-button,.select::-webkit-clear-button,.spinner::-webkit-clear-button,.tag-input::-webkit-clear-button,.textarea::-webkit-clear-button,input[type=datetime-local]::-webkit-clear-button,input[type=email]::-webkit-clear-button,input[type=file]::-webkit-clear-button,input[type=month]::-webkit-clear-button,input[type=number]::-webkit-clear-button,input[type=password]::-webkit-clear-button,input[type=search]::-webkit-clear-button,input[type=tel]::-webkit-clear-button,input[type=text]::-webkit-clear-button,input[type=time]::-webkit-clear-button,input[type=url]::-webkit-clear-button,input[type=week]::-webkit-clear-button,select::-webkit-clear-button,textarea::-webkit-clear-button{display:none}.file::-webkit-inner-spin-button,.input::-webkit-inner-spin-button,.select::-webkit-inner-spin-button,.spinner::-webkit-inner-spin-button,.tag-input::-webkit-inner-spin-button,.textarea::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-inner-spin-button,input[type=email]::-webkit-inner-spin-button,input[type=file]::-webkit-inner-spin-button,input[type=month]::-webkit-inner-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=password]::-webkit-inner-spin-button,input[type=search]::-webkit-inner-spin-button,input[type=tel]::-webkit-inner-spin-button,input[type=text]::-webkit-inner-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=url]::-webkit-inner-spin-button,input[type=week]::-webkit-inner-spin-button,select::-webkit-inner-spin-button,textarea::-webkit-inner-spin-button{height:100%}.file.required,.input.required,.select.required,.spinner.required,.tag-input.required,.textarea.required,input[type=datetime-local].required,input[type=email].required,input[type=file].required,input[type=month].required,input[type=number].required,input[type=password].required,input[type=search].required,input[type=tel].required,input[type=text].required,input[type=time].required,input[type=url].required,input[type=week].required,select.required,textarea.required{border:1px #1ba1e2 dashed!important}.file.required.focused,.file.required:focus,.input.required.focused,.input.required:focus,.select.required.focused,.select.required:focus,.spinner.required.focused,.spinner.required:focus,.tag-input.required.focused,.tag-input.required:focus,.textarea.required.focused,.textarea.required:focus,input[type=datetime-local].required.focused,input[type=datetime-local].required:focus,input[type=email].required.focused,input[type=email].required:focus,input[type=file].required.focused,input[type=file].required:focus,input[type=month].required.focused,input[type=month].required:focus,input[type=number].required.focused,input[type=number].required:focus,input[type=password].required.focused,input[type=password].required:focus,input[type=search].required.focused,input[type=search].required:focus,input[type=tel].required.focused,input[type=tel].required:focus,input[type=text].required.focused,input[type=text].required:focus,input[type=time].required.focused,input[type=time].required:focus,input[type=url].required.focused,input[type=url].required:focus,input[type=week].required.focused,input[type=week].required:focus,select.required.focused,select.required:focus,textarea.required.focused,textarea.required:focus{-webkit-box-shadow:0 0 0 3px rgba(27,161,226,.45)!important;box-shadow:0 0 0 3px rgba(27,161,226,.45)!important}.file.invalid,.input.invalid,.select.invalid,.spinner.invalid,.tag-input.invalid,.textarea.invalid,input[type=datetime-local].invalid,input[type=email].invalid,input[type=file].invalid,input[type=month].invalid,input[type=number].invalid,input[type=password].invalid,input[type=search].invalid,input[type=tel].invalid,input[type=text].invalid,input[type=time].invalid,input[type=url].invalid,input[type=week].invalid,select.invalid,textarea.invalid{border:1px #ce352c solid!important}.file.invalid.focused,.file.invalid:focus,.input.invalid.focused,.input.invalid:focus,.select.invalid.focused,.select.invalid:focus,.spinner.invalid.focused,.spinner.invalid:focus,.tag-input.invalid.focused,.tag-input.invalid:focus,.textarea.invalid.focused,.textarea.invalid:focus,input[type=datetime-local].invalid.focused,input[type=datetime-local].invalid:focus,input[type=email].invalid.focused,input[type=email].invalid:focus,input[type=file].invalid.focused,input[type=file].invalid:focus,input[type=month].invalid.focused,input[type=month].invalid:focus,input[type=number].invalid.focused,input[type=number].invalid:focus,input[type=password].invalid.focused,input[type=password].invalid:focus,input[type=search].invalid.focused,input[type=search].invalid:focus,input[type=tel].invalid.focused,input[type=tel].invalid:focus,input[type=text].invalid.focused,input[type=text].invalid:focus,input[type=time].invalid.focused,input[type=time].invalid:focus,input[type=url].invalid.focused,input[type=url].invalid:focus,input[type=week].invalid.focused,input[type=week].invalid:focus,select.invalid.focused,select.invalid:focus,textarea.invalid.focused,textarea.invalid:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45)!important;box-shadow:0 0 0 3px rgba(206,53,44,.45)!important}.file.invalid::after,.input.invalid::after,.select.invalid::after,.spinner.invalid::after,.tag-input.invalid::after,.textarea.invalid::after,input[type=datetime-local].invalid::after,input[type=email].invalid::after,input[type=file].invalid::after,input[type=month].invalid::after,input[type=number].invalid::after,input[type=password].invalid::after,input[type=search].invalid::after,input[type=tel].invalid::after,input[type=text].invalid::after,input[type=time].invalid::after,input[type=url].invalid::after,input[type=week].invalid::after,select.invalid::after,textarea.invalid::after{position:absolute;content:attr(data-exclaim);color:#ce352c;left:-16px;top:0;font-size:1.625rem;font-weight:700}.file.valid,.input.valid,.select.valid,.spinner.valid,.tag-input.valid,.textarea.valid,input[type=datetime-local].valid,input[type=email].valid,input[type=file].valid,input[type=month].valid,input[type=number].valid,input[type=password].valid,input[type=search].valid,input[type=tel].valid,input[type=text].valid,input[type=time].valid,input[type=url].valid,input[type=week].valid,select.valid,textarea.valid{border:1px #60a917 solid!important}.file.valid.focused,.file.valid:focus,.input.valid.focused,.input.valid:focus,.select.valid.focused,.select.valid:focus,.spinner.valid.focused,.spinner.valid:focus,.tag-input.valid.focused,.tag-input.valid:focus,.textarea.valid.focused,.textarea.valid:focus,input[type=datetime-local].valid.focused,input[type=datetime-local].valid:focus,input[type=email].valid.focused,input[type=email].valid:focus,input[type=file].valid.focused,input[type=file].valid:focus,input[type=month].valid.focused,input[type=month].valid:focus,input[type=number].valid.focused,input[type=number].valid:focus,input[type=password].valid.focused,input[type=password].valid:focus,input[type=search].valid.focused,input[type=search].valid:focus,input[type=tel].valid.focused,input[type=tel].valid:focus,input[type=text].valid.focused,input[type=text].valid:focus,input[type=time].valid.focused,input[type=time].valid:focus,input[type=url].valid.focused,input[type=url].valid:focus,input[type=week].valid.focused,input[type=week].valid:focus,select.valid.focused,select.valid:focus,textarea.valid.focused,textarea.valid:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45)!important;box-shadow:0 0 0 3px rgba(96,169,23,.45)!important}input[type=button],input[type=reset],input[type=submit]{width:auto}label{margin-bottom:.5rem}.file .append,.file .prepend,.input .append,.input .prepend,.select .append,.select .prepend,.spinner .append,.spinner .prepend,.tag-input .append,.tag-input .prepend,.textarea .append,.textarea .prepend{padding:.5rem .75rem;background-color:#f8f8f8;color:#1d1d1d;line-height:1.25rem;white-space:nowrap}.hidden-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file.disabled .caption,.file.disabled .select-input,.file.disabled .stars li,.file.disabled input,.file.disabled select,.file.disabled textarea,.file:disabled .caption,.file:disabled .select-input,.file:disabled .stars li,.file:disabled input,.file:disabled select,.file:disabled textarea,.input.disabled .caption,.input.disabled .select-input,.input.disabled .stars li,.input.disabled input,.input.disabled select,.input.disabled textarea,.input:disabled .caption,.input:disabled .select-input,.input:disabled .stars li,.input:disabled input,.input:disabled select,.input:disabled textarea,.rating.disabled .caption,.rating.disabled .select-input,.rating.disabled .stars li,.rating.disabled input,.rating.disabled select,.rating.disabled textarea,.rating:disabled .caption,.rating:disabled .select-input,.rating:disabled .stars li,.rating:disabled input,.rating:disabled select,.rating:disabled textarea,.select.disabled .caption,.select.disabled .select-input,.select.disabled .stars li,.select.disabled input,.select.disabled select,.select.disabled textarea,.select:disabled .caption,.select:disabled .select-input,.select:disabled .stars li,.select:disabled input,.select:disabled select,.select:disabled textarea,.spinner.disabled .caption,.spinner.disabled .select-input,.spinner.disabled .stars li,.spinner.disabled input,.spinner.disabled select,.spinner.disabled textarea,.spinner:disabled .caption,.spinner:disabled .select-input,.spinner:disabled .stars li,.spinner:disabled input,.spinner:disabled select,.spinner:disabled textarea,.tag-input.disabled .caption,.tag-input.disabled .select-input,.tag-input.disabled .stars li,.tag-input.disabled input,.tag-input.disabled select,.tag-input.disabled textarea,.tag-input:disabled .caption,.tag-input:disabled .select-input,.tag-input:disabled .stars li,.tag-input:disabled input,.tag-input:disabled select,.tag-input:disabled textarea,.textarea.disabled .caption,.textarea.disabled .select-input,.textarea.disabled .stars li,.textarea.disabled input,.textarea.disabled select,.textarea.disabled textarea,.textarea:disabled .caption,.textarea:disabled .select-input,.textarea:disabled .stars li,.textarea:disabled input,.textarea:disabled select,.textarea:disabled textarea{background:0 0;color:#989898}.file.disabled .button-group,.file:disabled .button-group,.input.disabled .button-group,.input:disabled .button-group,.rating.disabled .button-group,.rating:disabled .button-group,.select.disabled .button-group,.select:disabled .button-group,.spinner.disabled .button-group,.spinner:disabled .button-group,.tag-input.disabled .button-group,.tag-input:disabled .button-group,.textarea.disabled .button-group,.textarea:disabled .button-group{display:none}.invalid_feedback{font-size:.9em;color:#ce352c}.custom-validation input[required]:valid,.custom-validation select[required]:valid,.custom-validation textarea[required]:valid{border-color:#60a917}.custom-validation input[required]:valid+.invalid_feedback,.custom-validation select[required]:valid+.invalid_feedback,.custom-validation textarea[required]:valid+.invalid_feedback{display:none}.custom-validation input[required]:invalid,.custom-validation select[required]:invalid,.custom-validation textarea[required]:invalid{border-color:#ce352c}.custom-validation input[required]:invalid+.invalid_feedback,.custom-validation select[required]:invalid+.invalid_feedback,.custom-validation textarea[required]:invalid+.invalid_feedback{display:block}.invalid_feedback{display:none}.invalid+.invalid_feedback,.invalid>.invalid_feedback{display:block!important}::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-search-results-button{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset;background-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}.step-list{margin:0 0 0 3em;padding:0;list-style-type:none;counter-reset:li}.step-list>li{border-left:1px #ccc solid;position:relative;padding:0 .625rem;margin:.625rem;vertical-align:top}.step-list>li::before{position:absolute;content:counter(li);counter-increment:li;font-size:2rem;color:#e4e4e4;left:0;top:.3125rem;margin-left:-2em;width:1.8em;text-align:right}.custom-list-marker{list-style:none inside}.custom-list-marker li{position:relative;padding-left:1.2em}.custom-list-marker li::before{content:attr(data-marker);position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.feed-list,.items-list{margin:0;padding:4px;position:relative;display:block;list-style:none inside}.feed-list .item,.feed-list>li,.items-list .item,.items-list>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:56px;padding:8px 16px;vertical-align:middle;overflow:hidden;cursor:default}.feed-list .item .avatar,.feed-list>li .avatar,.items-list .item .avatar,.items-list>li .avatar{width:42px;height:42px;border-radius:50%;position:absolute;left:16px;top:50%;margin-top:-21px;font-size:32px;line-height:42px}.feed-list .item .second-action,.feed-list>li .second-action,.items-list .item .second-action,.items-list>li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;line-height:24px;top:50%;margin-top:-12px;cursor:pointer}.feed-list .item .label,.feed-list .item .second-label,.feed-list>li .label,.feed-list>li .second-label,.items-list .item .label,.items-list .item .second-label,.items-list>li .label,.items-list>li .second-label{display:block}.feed-list .item .label,.feed-list>li .label,.items-list .item .label,.items-list>li .label{line-height:1}.feed-list .item .second-label,.feed-list>li .second-label,.items-list .item .second-label,.items-list>li .second-label{font-size:.9em;color:#989898;line-height:1}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label,.items-list .item .avatar~.label,.items-list .item .avatar~.second-label,.items-list>li .avatar~.label,.items-list>li .avatar~.second-label{padding-left:56px}.feed-list .item+.item,.items-list .item+.item{border-top:1px #dfdfdf solid}.feed-list>li+li,.items-list>li+li{border-top:1px #dfdfdf solid}.feed-list .title{padding:0 16px;font-size:18px;font-weight:500;height:36px;line-height:36px;display:block}.feed-list .item+.title,.feed-list li+.title{margin-top:32px}.feed-list .title+.item,.feed-list .title+li,.feed-list li+.title{border-top:1px transparent solid}.feed-list .item,.feed-list>li{height:104px;padding:16px 0;-ms-flex-pack:distribute;justify-content:space-around}.feed-list .item .avatar,.feed-list>li .avatar{position:absolute;top:16px;left:16px;width:96px;height:72px;border-radius:0;margin-top:0}.feed-list .item .second-label,.feed-list>li .second-label{font-size:10px}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label{margin-left:128px;margin-right:16px;padding-left:0}.feed-list .item .avatar.on-right,.feed-list>li .avatar.on-right{float:none;left:auto;right:16px}.feed-list .item .avatar.on-right~.label,.feed-list .item .avatar.on-right~.second-label,.feed-list>li .avatar.on-right~.label,.feed-list>li .avatar.on-right~.second-label{margin-left:16px;margin-right:128px}.group-list{margin:0;position:relative;display:block;list-style:none inside;border:1px solid #dfdfdf}.group-list .item,.group-list>li{display:block;position:relative;padding:4px 8px}.group-list .item+.item,.group-list>li+li{border-top:1px solid #dfdfdf}.group-list.horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-list.horizontal .item,.group-list.horizontal>li{-ms-flex-preferred-size:100%;flex-basis:100%}.group-list.horizontal .item+.item,.group-list.horizontal>li+li{border-top:none;border-left:1px solid #dfdfdf}.inline-list{list-style:none;padding-left:0;margin-left:0}.inline-list li{display:inline-block;margin-right:.625rem}.inline-list li:last-child{margin-right:0}.unstyled-list{list-style:none inside;margin-left:0}ol.decimal{list-style-type:decimal}ol.roman-upper{list-style-type:upper-roman}ol.roman-lower{list-style-type:lower-roman}ol.alpha-upper{list-style-type:upper-alpha}ol.alpha-lower{list-style-type:lower-alpha}ol.latin-upper{list-style-type:upper-latin}ol.latin-lower{list-style-type:lower-latin}.no-style{list-style-type:none}.overlay{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.5);z-index:1040}.overlay.transparent{background-color:rgba(255,255,255,0)}.global-overlay{z-index:2000!important}.global-dialog{z-index:2001!important}.fixed-bottom,.fixed-top{position:fixed;left:0;right:0;width:100%}.fixed-top{top:0;bottom:auto}.fixed-bottom{top:auto;bottom:0}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-static{position:static!important}.pos-fixed{position:fixed!important}.put-n{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}.put-left{left:0!important;right:auto!important}.put-right{left:auto!important;right:0!important}.pos-top-left{top:0!important;left:0!important;right:auto!important;bottom:auto!important}.pos-top-center{top:0!important;left:50%!important;right:auto!important;bottom:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-top-right{right:0!important;top:0!important;left:auto!important;bottom:auto!important}.pos-bottom-left{top:auto!important;right:auto!important;left:0!important;bottom:0!important}.pos-bottom-center{top:auto!important;left:50%!important;bottom:0!important;right:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-bottom-right{bottom:0!important;right:0!important;top:auto!important;left:auto!important}.pos-left-center{left:0!important;top:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-right-center{right:0;top:50%;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-center{top:50%!important;left:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.z-absolute{z-index:500!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-popover{z-index:1060!important}.z-tooltip{z-index:1070!important}.z-top{z-index:1080!important}.z-notify{z-index:1085!important}.z-charms{z-index:1090!important}.z-overlay{z-index:2000!important}.z-fullscreen{z-index:2147483647!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-6{z-index:6!important}.z-7{z-index:7!important}.z-8{z-index:8!important}.z-9{z-index:9!important}.z-10{z-index:10!important}@media screen and (min-width:0){.pos-relative-fs{position:relative!important}.pos-absolute-fs{position:absolute!important}.pos-static-fs{position:static!important}.pos-fixed-fs{position:fixed!important}.put-left-fs{left:0!important;right:auto!important}.put-right-fs{left:auto!important;right:0!important}.put-n-fs{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-fs{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-fs{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-fs{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-fs{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-fs{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-fs{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-fs{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-fs{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-fs{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-fs{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-fs{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:576px){.pos-relative-sm{position:relative!important}.pos-absolute-sm{position:absolute!important}.pos-static-sm{position:static!important}.pos-fixed-sm{position:fixed!important}.put-left-sm{left:0!important;right:auto!important}.put-right-sm{left:auto!important;right:0!important}.put-n-sm{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-sm{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-sm{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-sm{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-sm{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-sm{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-sm{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-sm{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-sm{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-sm{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-sm{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-sm{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:768px){.pos-relative-md{position:relative!important}.pos-absolute-md{position:absolute!important}.pos-static-md{position:static!important}.pos-fixed-md{position:fixed!important}.put-left-md{left:0!important;right:auto!important}.put-right-md{left:auto!important;right:0!important}.put-n-md{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-md{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-md{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-md{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-md{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-md{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-md{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-md{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-md{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-md{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-md{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-md{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:992px){.pos-relative-lg{position:relative!important}.pos-absolute-lg{position:absolute!important}.pos-static-lg{position:static!important}.pos-fixed-lg{position:fixed!important}.put-left-lg{left:0!important;right:auto!important}.put-right-lg{left:auto!important;right:0!important}.put-n-lg{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-lg{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-lg{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-lg{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-lg{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-lg{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-lg{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-lg{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-lg{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-lg{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-lg{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-lg{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1200px){.pos-relative-xl{position:relative!important}.pos-absolute-xl{position:absolute!important}.pos-static-xl{position:static!important}.pos-fixed-xl{position:fixed!important}.put-left-xl{left:0!important;right:auto!important}.put-right-xl{left:auto!important;right:0!important}.put-n-xl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1452px){.pos-relative-xxl{position:relative!important}.pos-absolute-xxl{position:absolute!important}.pos-static-xxl{position:static!important}.pos-fixed-xxl{position:fixed!important}.put-left-xxl{left:0!important;right:auto!important}.put-right-xxl{left:auto!important;right:0!important}.put-n-xxl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xxl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xxl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}.no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.no-shadow-text{text-shadow:none!important}.simple-shadow{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.drop-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.4);box-shadow:2px 2px 5px 0 rgba(0,0,0,.4)}.win-shadow{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.ribbon-shadow{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7)}.shadow-1{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.shadow-2{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.shadow-3{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.shadow-4{-webkit-box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22)}.shadow-5{-webkit-box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2);box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2)}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-fs{width:0!important}.w-sm{width:576px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1452px!important}.h-vh-25{height:25vh!important}.h-vw-25{height:25vw!important}.w-vh-25{width:25vh!important}.w-vw-25{width:25vw!important}.h-25{height:25%!important}.w-25{width:25%!important}.mh-25{max-height:25%!important}.mw-25{max-width:25%!important}.h-vh-33{height:33vh!important}.h-vw-33{height:33vw!important}.w-vh-33{width:33vh!important}.w-vw-33{width:33vw!important}.h-33{height:33%!important}.w-33{width:33%!important}.mh-33{max-height:33%!important}.mw-33{max-width:33%!important}.h-vh-50{height:50vh!important}.h-vw-50{height:50vw!important}.w-vh-50{width:50vh!important}.w-vw-50{width:50vw!important}.h-50{height:50%!important}.w-50{width:50%!important}.mh-50{max-height:50%!important}.mw-50{max-width:50%!important}.h-vh-75{height:75vh!important}.h-vw-75{height:75vw!important}.w-vh-75{width:75vh!important}.w-vw-75{width:75vw!important}.h-75{height:75%!important}.w-75{width:75%!important}.mh-75{max-height:75%!important}.mw-75{max-width:75%!important}.h-vh-100{height:100vh!important}.h-vw-100{height:100vw!important}.w-vh-100{width:100vh!important}.w-vw-100{width:100vw!important}.h-100{height:100%!important}.w-100{width:100%!important}.mh-100{max-height:100%!important}.mw-100{max-width:100%!important}@media screen and (min-width:0){.w-auto-fs{width:auto!important}.h-auto-fs{height:auto!important}.h-vh-25-fs{height:25vh!important}.h-vw-25-fs{height:25vw!important}.w-vh-25-fs{width:25vh!important}.w-vw-25-fs{width:25vw!important}.h-25-fs{height:25%!important}.w-25-fs{width:25%!important}.mh-25-fs{max-height:25%!important}.mw-25-fs{max-width:25%!important}.h-vh-33-fs{height:33vh!important}.h-vw-33-fs{height:33vw!important}.w-vh-33-fs{width:33vh!important}.w-vw-33-fs{width:33vw!important}.h-33-fs{height:33%!important}.w-33-fs{width:33%!important}.mh-33-fs{max-height:33%!important}.mw-33-fs{max-width:33%!important}.h-vh-50-fs{height:50vh!important}.h-vw-50-fs{height:50vw!important}.w-vh-50-fs{width:50vh!important}.w-vw-50-fs{width:50vw!important}.h-50-fs{height:50%!important}.w-50-fs{width:50%!important}.mh-50-fs{max-height:50%!important}.mw-50-fs{max-width:50%!important}.h-vh-75-fs{height:75vh!important}.h-vw-75-fs{height:75vw!important}.w-vh-75-fs{width:75vh!important}.w-vw-75-fs{width:75vw!important}.h-75-fs{height:75%!important}.w-75-fs{width:75%!important}.mh-75-fs{max-height:75%!important}.mw-75-fs{max-width:75%!important}.h-vh-100-fs{height:100vh!important}.h-vw-100-fs{height:100vw!important}.w-vh-100-fs{width:100vh!important}.w-vw-100-fs{width:100vw!important}.h-100-fs{height:100%!important}.w-100-fs{width:100%!important}.mh-100-fs{max-height:100%!important}.mw-100-fs{max-width:100%!important}}@media screen and (min-width:576px){.w-auto-sm{width:auto!important}.h-auto-sm{height:auto!important}.h-vh-25-sm{height:25vh!important}.h-vw-25-sm{height:25vw!important}.w-vh-25-sm{width:25vh!important}.w-vw-25-sm{width:25vw!important}.h-25-sm{height:25%!important}.w-25-sm{width:25%!important}.mh-25-sm{max-height:25%!important}.mw-25-sm{max-width:25%!important}.h-vh-33-sm{height:33vh!important}.h-vw-33-sm{height:33vw!important}.w-vh-33-sm{width:33vh!important}.w-vw-33-sm{width:33vw!important}.h-33-sm{height:33%!important}.w-33-sm{width:33%!important}.mh-33-sm{max-height:33%!important}.mw-33-sm{max-width:33%!important}.h-vh-50-sm{height:50vh!important}.h-vw-50-sm{height:50vw!important}.w-vh-50-sm{width:50vh!important}.w-vw-50-sm{width:50vw!important}.h-50-sm{height:50%!important}.w-50-sm{width:50%!important}.mh-50-sm{max-height:50%!important}.mw-50-sm{max-width:50%!important}.h-vh-75-sm{height:75vh!important}.h-vw-75-sm{height:75vw!important}.w-vh-75-sm{width:75vh!important}.w-vw-75-sm{width:75vw!important}.h-75-sm{height:75%!important}.w-75-sm{width:75%!important}.mh-75-sm{max-height:75%!important}.mw-75-sm{max-width:75%!important}.h-vh-100-sm{height:100vh!important}.h-vw-100-sm{height:100vw!important}.w-vh-100-sm{width:100vh!important}.w-vw-100-sm{width:100vw!important}.h-100-sm{height:100%!important}.w-100-sm{width:100%!important}.mh-100-sm{max-height:100%!important}.mw-100-sm{max-width:100%!important}}@media screen and (min-width:768px){.w-auto-md{width:auto!important}.h-auto-md{height:auto!important}.h-vh-25-md{height:25vh!important}.h-vw-25-md{height:25vw!important}.w-vh-25-md{width:25vh!important}.w-vw-25-md{width:25vw!important}.h-25-md{height:25%!important}.w-25-md{width:25%!important}.mh-25-md{max-height:25%!important}.mw-25-md{max-width:25%!important}.h-vh-33-md{height:33vh!important}.h-vw-33-md{height:33vw!important}.w-vh-33-md{width:33vh!important}.w-vw-33-md{width:33vw!important}.h-33-md{height:33%!important}.w-33-md{width:33%!important}.mh-33-md{max-height:33%!important}.mw-33-md{max-width:33%!important}.h-vh-50-md{height:50vh!important}.h-vw-50-md{height:50vw!important}.w-vh-50-md{width:50vh!important}.w-vw-50-md{width:50vw!important}.h-50-md{height:50%!important}.w-50-md{width:50%!important}.mh-50-md{max-height:50%!important}.mw-50-md{max-width:50%!important}.h-vh-75-md{height:75vh!important}.h-vw-75-md{height:75vw!important}.w-vh-75-md{width:75vh!important}.w-vw-75-md{width:75vw!important}.h-75-md{height:75%!important}.w-75-md{width:75%!important}.mh-75-md{max-height:75%!important}.mw-75-md{max-width:75%!important}.h-vh-100-md{height:100vh!important}.h-vw-100-md{height:100vw!important}.w-vh-100-md{width:100vh!important}.w-vw-100-md{width:100vw!important}.h-100-md{height:100%!important}.w-100-md{width:100%!important}.mh-100-md{max-height:100%!important}.mw-100-md{max-width:100%!important}}@media screen and (min-width:992px){.w-auto-lg{width:auto!important}.h-auto-lg{height:auto!important}.h-vh-25-lg{height:25vh!important}.h-vw-25-lg{height:25vw!important}.w-vh-25-lg{width:25vh!important}.w-vw-25-lg{width:25vw!important}.h-25-lg{height:25%!important}.w-25-lg{width:25%!important}.mh-25-lg{max-height:25%!important}.mw-25-lg{max-width:25%!important}.h-vh-33-lg{height:33vh!important}.h-vw-33-lg{height:33vw!important}.w-vh-33-lg{width:33vh!important}.w-vw-33-lg{width:33vw!important}.h-33-lg{height:33%!important}.w-33-lg{width:33%!important}.mh-33-lg{max-height:33%!important}.mw-33-lg{max-width:33%!important}.h-vh-50-lg{height:50vh!important}.h-vw-50-lg{height:50vw!important}.w-vh-50-lg{width:50vh!important}.w-vw-50-lg{width:50vw!important}.h-50-lg{height:50%!important}.w-50-lg{width:50%!important}.mh-50-lg{max-height:50%!important}.mw-50-lg{max-width:50%!important}.h-vh-75-lg{height:75vh!important}.h-vw-75-lg{height:75vw!important}.w-vh-75-lg{width:75vh!important}.w-vw-75-lg{width:75vw!important}.h-75-lg{height:75%!important}.w-75-lg{width:75%!important}.mh-75-lg{max-height:75%!important}.mw-75-lg{max-width:75%!important}.h-vh-100-lg{height:100vh!important}.h-vw-100-lg{height:100vw!important}.w-vh-100-lg{width:100vh!important}.w-vw-100-lg{width:100vw!important}.h-100-lg{height:100%!important}.w-100-lg{width:100%!important}.mh-100-lg{max-height:100%!important}.mw-100-lg{max-width:100%!important}}@media screen and (min-width:1200px){.w-auto-xl{width:auto!important}.h-auto-xl{height:auto!important}.h-vh-25-xl{height:25vh!important}.h-vw-25-xl{height:25vw!important}.w-vh-25-xl{width:25vh!important}.w-vw-25-xl{width:25vw!important}.h-25-xl{height:25%!important}.w-25-xl{width:25%!important}.mh-25-xl{max-height:25%!important}.mw-25-xl{max-width:25%!important}.h-vh-33-xl{height:33vh!important}.h-vw-33-xl{height:33vw!important}.w-vh-33-xl{width:33vh!important}.w-vw-33-xl{width:33vw!important}.h-33-xl{height:33%!important}.w-33-xl{width:33%!important}.mh-33-xl{max-height:33%!important}.mw-33-xl{max-width:33%!important}.h-vh-50-xl{height:50vh!important}.h-vw-50-xl{height:50vw!important}.w-vh-50-xl{width:50vh!important}.w-vw-50-xl{width:50vw!important}.h-50-xl{height:50%!important}.w-50-xl{width:50%!important}.mh-50-xl{max-height:50%!important}.mw-50-xl{max-width:50%!important}.h-vh-75-xl{height:75vh!important}.h-vw-75-xl{height:75vw!important}.w-vh-75-xl{width:75vh!important}.w-vw-75-xl{width:75vw!important}.h-75-xl{height:75%!important}.w-75-xl{width:75%!important}.mh-75-xl{max-height:75%!important}.mw-75-xl{max-width:75%!important}.h-vh-100-xl{height:100vh!important}.h-vw-100-xl{height:100vw!important}.w-vh-100-xl{width:100vh!important}.w-vw-100-xl{width:100vw!important}.h-100-xl{height:100%!important}.w-100-xl{width:100%!important}.mh-100-xl{max-height:100%!important}.mw-100-xl{max-width:100%!important}}@media screen and (min-width:1452px){.w-auto-xxl{width:auto!important}.h-auto-xxl{height:auto!important}.h-vh-25-xxl{height:25vh!important}.h-vw-25-xxl{height:25vw!important}.w-vh-25-xxl{width:25vh!important}.w-vw-25-xxl{width:25vw!important}.h-25-xxl{height:25%!important}.w-25-xxl{width:25%!important}.mh-25-xxl{max-height:25%!important}.mw-25-xxl{max-width:25%!important}.h-vh-33-xxl{height:33vh!important}.h-vw-33-xxl{height:33vw!important}.w-vh-33-xxl{width:33vh!important}.w-vw-33-xxl{width:33vw!important}.h-33-xxl{height:33%!important}.w-33-xxl{width:33%!important}.mh-33-xxl{max-height:33%!important}.mw-33-xxl{max-width:33%!important}.h-vh-50-xxl{height:50vh!important}.h-vw-50-xxl{height:50vw!important}.w-vh-50-xxl{width:50vh!important}.w-vw-50-xxl{width:50vw!important}.h-50-xxl{height:50%!important}.w-50-xxl{width:50%!important}.mh-50-xxl{max-height:50%!important}.mw-50-xxl{max-width:50%!important}.h-vh-75-xxl{height:75vh!important}.h-vw-75-xxl{height:75vw!important}.w-vh-75-xxl{width:75vh!important}.w-vw-75-xxl{width:75vw!important}.h-75-xxl{height:75%!important}.w-75-xxl{width:75%!important}.mh-75-xxl{max-height:75%!important}.mw-75-xxl{max-width:75%!important}.h-vh-100-xxl{height:100vh!important}.h-vw-100-xxl{height:100vw!important}.w-vh-100-xxl{width:100vh!important}.w-vw-100-xxl{width:100vw!important}.h-100-xxl{height:100%!important}.w-100-xxl{width:100%!important}.mh-100-xxl{max-height:100%!important}.mw-100-xxl{max-width:100%!important}}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-left:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-1{padding:4px!important}.pr-1{padding-right:4px!important}.pl-1{padding-left:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.m-1{margin:4px!important}.mr-1{margin-right:4px!important}.ml-1{margin-left:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mr-1-minus{margin-right:-4px!important}.ml-1-minus{margin-left:-4px!important}.mt-1-minus{margin-top:-4px!important}.mb-1-minus{margin-bottom:-4px!important}.p-2{padding:8px!important}.pr-2{padding-right:8px!important}.pl-2{padding-left:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.m-2{margin:8px!important}.mr-2{margin-right:8px!important}.ml-2{margin-left:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mr-2-minus{margin-right:-8px!important}.ml-2-minus{margin-left:-8px!important}.mt-2-minus{margin-top:-8px!important}.mb-2-minus{margin-bottom:-8px!important}.p-3{padding:12px!important}.pr-3{padding-right:12px!important}.pl-3{padding-left:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.m-3{margin:12px!important}.mr-3{margin-right:12px!important}.ml-3{margin-left:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.mr-3-minus{margin-right:-12px!important}.ml-3-minus{margin-left:-12px!important}.mt-3-minus{margin-top:-12px!important}.mb-3-minus{margin-bottom:-12px!important}.p-4{padding:16px!important}.pr-4{padding-right:16px!important}.pl-4{padding-left:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.m-4{margin:16px!important}.mr-4{margin-right:16px!important}.ml-4{margin-left:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.mr-4-minus{margin-right:-16px!important}.ml-4-minus{margin-left:-16px!important}.mt-4-minus{margin-top:-16px!important}.mb-4-minus{margin-bottom:-16px!important}.p-5{padding:20px!important}.pr-5{padding-right:20px!important}.pl-5{padding-left:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.m-5{margin:20px!important}.mr-5{margin-right:20px!important}.ml-5{margin-left:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.mr-5-minus{margin-right:-20px!important}.ml-5-minus{margin-left:-20px!important}.mt-5-minus{margin-top:-20px!important}.mb-5-minus{margin-bottom:-20px!important}.p-6{padding:24px!important}.pr-6{padding-right:24px!important}.pl-6{padding-left:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.m-6{margin:24px!important}.mr-6{margin-right:24px!important}.ml-6{margin-left:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.mr-6-minus{margin-right:-24px!important}.ml-6-minus{margin-left:-24px!important}.mt-6-minus{margin-top:-24px!important}.mb-6-minus{margin-bottom:-24px!important}.p-7{padding:28px!important}.pr-7{padding-right:28px!important}.pl-7{padding-left:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.m-7{margin:28px!important}.mr-7{margin-right:28px!important}.ml-7{margin-left:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.mr-7-minus{margin-right:-28px!important}.ml-7-minus{margin-left:-28px!important}.mt-7-minus{margin-top:-28px!important}.mb-7-minus{margin-bottom:-28px!important}.p-8{padding:32px!important}.pr-8{padding-right:32px!important}.pl-8{padding-left:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.m-8{margin:32px!important}.mr-8{margin-right:32px!important}.ml-8{margin-left:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.mr-8-minus{margin-right:-32px!important}.ml-8-minus{margin-left:-32px!important}.mt-8-minus{margin-top:-32px!important}.mb-8-minus{margin-bottom:-32px!important}.p-9{padding:36px!important}.pr-9{padding-right:36px!important}.pl-9{padding-left:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.m-9{margin:36px!important}.mr-9{margin-right:36px!important}.ml-9{margin-left:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.mr-9-minus{margin-right:-36px!important}.ml-9-minus{margin-left:-36px!important}.mt-9-minus{margin-top:-36px!important}.mb-9-minus{margin-bottom:-36px!important}.p-10{padding:40px!important}.pr-10{padding-right:40px!important}.pl-10{padding-left:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.m-10{margin:40px!important}.mr-10{margin-right:40px!important}.ml-10{margin-left:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.mr-10-minus{margin-right:-40px!important}.ml-10-minus{margin-left:-40px!important}.mt-10-minus{margin-top:-40px!important}.mb-10-minus{margin-bottom:-40px!important}.p-11{padding:44px!important}.pr-11{padding-right:44px!important}.pl-11{padding-left:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.m-11{margin:44px!important}.mr-11{margin-right:44px!important}.ml-11{margin-left:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.mr-11-minus{margin-right:-44px!important}.ml-11-minus{margin-left:-44px!important}.mt-11-minus{margin-top:-44px!important}.mb-11-minus{margin-bottom:-44px!important}.p-12{padding:48px!important}.pr-12{padding-right:48px!important}.pl-12{padding-left:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.m-12{margin:48px!important}.mr-12{margin-right:48px!important}.ml-12{margin-left:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.mr-12-minus{margin-right:-48px!important}.ml-12-minus{margin-left:-48px!important}.mt-12-minus{margin-top:-48px!important}.mb-12-minus{margin-bottom:-48px!important}.p-13{padding:52px!important}.pr-13{padding-right:52px!important}.pl-13{padding-left:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.m-13{margin:52px!important}.mr-13{margin-right:52px!important}.ml-13{margin-left:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.mr-13-minus{margin-right:-52px!important}.ml-13-minus{margin-left:-52px!important}.mt-13-minus{margin-top:-52px!important}.mb-13-minus{margin-bottom:-52px!important}.p-14{padding:56px!important}.pr-14{padding-right:56px!important}.pl-14{padding-left:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.m-14{margin:56px!important}.mr-14{margin-right:56px!important}.ml-14{margin-left:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.mr-14-minus{margin-right:-56px!important}.ml-14-minus{margin-left:-56px!important}.mt-14-minus{margin-top:-56px!important}.mb-14-minus{margin-bottom:-56px!important}.p-15{padding:60px!important}.pr-15{padding-right:60px!important}.pl-15{padding-left:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.m-15{margin:60px!important}.mr-15{margin-right:60px!important}.ml-15{margin-left:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.mr-15-minus{margin-right:-60px!important}.ml-15-minus{margin-left:-60px!important}.mt-15-minus{margin-top:-60px!important}.mb-15-minus{margin-bottom:-60px!important}.p-16{padding:64px!important}.pr-16{padding-right:64px!important}.pl-16{padding-left:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.m-16{margin:64px!important}.mr-16{margin-right:64px!important}.ml-16{margin-left:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.mr-16-minus{margin-right:-64px!important}.ml-16-minus{margin-left:-64px!important}.mt-16-minus{margin-top:-64px!important}.mb-16-minus{margin-bottom:-64px!important}.p-17{padding:68px!important}.pr-17{padding-right:68px!important}.pl-17{padding-left:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.m-17{margin:68px!important}.mr-17{margin-right:68px!important}.ml-17{margin-left:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.mr-17-minus{margin-right:-68px!important}.ml-17-minus{margin-left:-68px!important}.mt-17-minus{margin-top:-68px!important}.mb-17-minus{margin-bottom:-68px!important}.p-18{padding:72px!important}.pr-18{padding-right:72px!important}.pl-18{padding-left:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.m-18{margin:72px!important}.mr-18{margin-right:72px!important}.ml-18{margin-left:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.mr-18-minus{margin-right:-72px!important}.ml-18-minus{margin-left:-72px!important}.mt-18-minus{margin-top:-72px!important}.mb-18-minus{margin-bottom:-72px!important}.p-19{padding:76px!important}.pr-19{padding-right:76px!important}.pl-19{padding-left:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.m-19{margin:76px!important}.mr-19{margin-right:76px!important}.ml-19{margin-left:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.mr-19-minus{margin-right:-76px!important}.ml-19-minus{margin-left:-76px!important}.mt-19-minus{margin-top:-76px!important}.mb-19-minus{margin-bottom:-76px!important}.p-20{padding:80px!important}.pr-20{padding-right:80px!important}.pl-20{padding-left:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.m-20{margin:80px!important}.mr-20{margin-right:80px!important}.ml-20{margin-left:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.mr-20-minus{margin-right:-80px!important}.ml-20-minus{margin-left:-80px!important}.mt-20-minus{margin-top:-80px!important}.mb-20-minus{margin-bottom:-80px!important}@media screen and (min-width:0){.mx-auto-fs{margin-left:auto!important;margin-right:auto!important}.ml-auto-fs{margin-left:auto!important}.mr-auto-fs{margin-right:auto!important}.mt-auto-fs{margin-top:auto!important}.mb-auto-fs{margin-bottom:auto!important}.p-0-fs{padding:0!important}.pl-0-fs{padding-left:0!important}.pr-0-fs{padding-right:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.m-0-fs{margin:0!important}.ml-0-fs{margin-left:0!important}.mr-0-fs{margin-right:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.p-0-fs{padding:0!important}.pr-0-fs{padding-right:0!important}.pl-0-fs{padding-left:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.px-0-fs{padding-left:0!important;padding-right:0!important}.py-0-fs{padding-top:0!important;padding-bottom:0!important}.m-0-fs{margin:0!important}.mr-0-fs{margin-right:0!important}.ml-0-fs{margin-left:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.mx-0-fs{margin-left:0!important;margin-right:0!important}.my-0-fs{margin-top:0!important;margin-bottom:0!important}.m-0-fs-minus{margin:0!important}.mr-0-fs-minus{margin-right:0!important}.ml-0-fs-minus{margin-left:0!important}.mt-0-fs-minus{margin-top:0!important}.mb-0-fs-minus{margin-bottom:0!important}.p-1-fs{padding:4px!important}.pr-1-fs{padding-right:4px!important}.pl-1-fs{padding-left:4px!important}.pt-1-fs{padding-top:4px!important}.pb-1-fs{padding-bottom:4px!important}.px-1-fs{padding-left:4px!important;padding-right:4px!important}.py-1-fs{padding-top:4px!important;padding-bottom:4px!important}.m-1-fs{margin:4px!important}.mr-1-fs{margin-right:4px!important}.ml-1-fs{margin-left:4px!important}.mt-1-fs{margin-top:4px!important}.mb-1-fs{margin-bottom:4px!important}.mx-1-fs{margin-left:4px!important;margin-right:4px!important}.my-1-fs{margin-top:4px!important;margin-bottom:4px!important}.m-1-fs-minus{margin:-4px!important}.mr-1-fs-minus{margin-right:-4px!important}.ml-1-fs-minus{margin-left:-4px!important}.mt-1-fs-minus{margin-top:-4px!important}.mb-1-fs-minus{margin-bottom:-4px!important}.p-2-fs{padding:8px!important}.pr-2-fs{padding-right:8px!important}.pl-2-fs{padding-left:8px!important}.pt-2-fs{padding-top:8px!important}.pb-2-fs{padding-bottom:8px!important}.px-2-fs{padding-left:8px!important;padding-right:8px!important}.py-2-fs{padding-top:8px!important;padding-bottom:8px!important}.m-2-fs{margin:8px!important}.mr-2-fs{margin-right:8px!important}.ml-2-fs{margin-left:8px!important}.mt-2-fs{margin-top:8px!important}.mb-2-fs{margin-bottom:8px!important}.mx-2-fs{margin-left:8px!important;margin-right:8px!important}.my-2-fs{margin-top:8px!important;margin-bottom:8px!important}.m-2-fs-minus{margin:-8px!important}.mr-2-fs-minus{margin-right:-8px!important}.ml-2-fs-minus{margin-left:-8px!important}.mt-2-fs-minus{margin-top:-8px!important}.mb-2-fs-minus{margin-bottom:-8px!important}.p-3-fs{padding:12px!important}.pr-3-fs{padding-right:12px!important}.pl-3-fs{padding-left:12px!important}.pt-3-fs{padding-top:12px!important}.pb-3-fs{padding-bottom:12px!important}.px-3-fs{padding-left:12px!important;padding-right:12px!important}.py-3-fs{padding-top:12px!important;padding-bottom:12px!important}.m-3-fs{margin:12px!important}.mr-3-fs{margin-right:12px!important}.ml-3-fs{margin-left:12px!important}.mt-3-fs{margin-top:12px!important}.mb-3-fs{margin-bottom:12px!important}.mx-3-fs{margin-left:12px!important;margin-right:12px!important}.my-3-fs{margin-top:12px!important;margin-bottom:12px!important}.m-3-fs-minus{margin:-12px!important}.mr-3-fs-minus{margin-right:-12px!important}.ml-3-fs-minus{margin-left:-12px!important}.mt-3-fs-minus{margin-top:-12px!important}.mb-3-fs-minus{margin-bottom:-12px!important}.p-4-fs{padding:16px!important}.pr-4-fs{padding-right:16px!important}.pl-4-fs{padding-left:16px!important}.pt-4-fs{padding-top:16px!important}.pb-4-fs{padding-bottom:16px!important}.px-4-fs{padding-left:16px!important;padding-right:16px!important}.py-4-fs{padding-top:16px!important;padding-bottom:16px!important}.m-4-fs{margin:16px!important}.mr-4-fs{margin-right:16px!important}.ml-4-fs{margin-left:16px!important}.mt-4-fs{margin-top:16px!important}.mb-4-fs{margin-bottom:16px!important}.mx-4-fs{margin-left:16px!important;margin-right:16px!important}.my-4-fs{margin-top:16px!important;margin-bottom:16px!important}.m-4-fs-minus{margin:-16px!important}.mr-4-fs-minus{margin-right:-16px!important}.ml-4-fs-minus{margin-left:-16px!important}.mt-4-fs-minus{margin-top:-16px!important}.mb-4-fs-minus{margin-bottom:-16px!important}.p-5-fs{padding:20px!important}.pr-5-fs{padding-right:20px!important}.pl-5-fs{padding-left:20px!important}.pt-5-fs{padding-top:20px!important}.pb-5-fs{padding-bottom:20px!important}.px-5-fs{padding-left:20px!important;padding-right:20px!important}.py-5-fs{padding-top:20px!important;padding-bottom:20px!important}.m-5-fs{margin:20px!important}.mr-5-fs{margin-right:20px!important}.ml-5-fs{margin-left:20px!important}.mt-5-fs{margin-top:20px!important}.mb-5-fs{margin-bottom:20px!important}.mx-5-fs{margin-left:20px!important;margin-right:20px!important}.my-5-fs{margin-top:20px!important;margin-bottom:20px!important}.m-5-fs-minus{margin:-20px!important}.mr-5-fs-minus{margin-right:-20px!important}.ml-5-fs-minus{margin-left:-20px!important}.mt-5-fs-minus{margin-top:-20px!important}.mb-5-fs-minus{margin-bottom:-20px!important}.p-6-fs{padding:24px!important}.pr-6-fs{padding-right:24px!important}.pl-6-fs{padding-left:24px!important}.pt-6-fs{padding-top:24px!important}.pb-6-fs{padding-bottom:24px!important}.px-6-fs{padding-left:24px!important;padding-right:24px!important}.py-6-fs{padding-top:24px!important;padding-bottom:24px!important}.m-6-fs{margin:24px!important}.mr-6-fs{margin-right:24px!important}.ml-6-fs{margin-left:24px!important}.mt-6-fs{margin-top:24px!important}.mb-6-fs{margin-bottom:24px!important}.mx-6-fs{margin-left:24px!important;margin-right:24px!important}.my-6-fs{margin-top:24px!important;margin-bottom:24px!important}.m-6-fs-minus{margin:-24px!important}.mr-6-fs-minus{margin-right:-24px!important}.ml-6-fs-minus{margin-left:-24px!important}.mt-6-fs-minus{margin-top:-24px!important}.mb-6-fs-minus{margin-bottom:-24px!important}.p-7-fs{padding:28px!important}.pr-7-fs{padding-right:28px!important}.pl-7-fs{padding-left:28px!important}.pt-7-fs{padding-top:28px!important}.pb-7-fs{padding-bottom:28px!important}.px-7-fs{padding-left:28px!important;padding-right:28px!important}.py-7-fs{padding-top:28px!important;padding-bottom:28px!important}.m-7-fs{margin:28px!important}.mr-7-fs{margin-right:28px!important}.ml-7-fs{margin-left:28px!important}.mt-7-fs{margin-top:28px!important}.mb-7-fs{margin-bottom:28px!important}.mx-7-fs{margin-left:28px!important;margin-right:28px!important}.my-7-fs{margin-top:28px!important;margin-bottom:28px!important}.m-7-fs-minus{margin:-28px!important}.mr-7-fs-minus{margin-right:-28px!important}.ml-7-fs-minus{margin-left:-28px!important}.mt-7-fs-minus{margin-top:-28px!important}.mb-7-fs-minus{margin-bottom:-28px!important}.p-8-fs{padding:32px!important}.pr-8-fs{padding-right:32px!important}.pl-8-fs{padding-left:32px!important}.pt-8-fs{padding-top:32px!important}.pb-8-fs{padding-bottom:32px!important}.px-8-fs{padding-left:32px!important;padding-right:32px!important}.py-8-fs{padding-top:32px!important;padding-bottom:32px!important}.m-8-fs{margin:32px!important}.mr-8-fs{margin-right:32px!important}.ml-8-fs{margin-left:32px!important}.mt-8-fs{margin-top:32px!important}.mb-8-fs{margin-bottom:32px!important}.mx-8-fs{margin-left:32px!important;margin-right:32px!important}.my-8-fs{margin-top:32px!important;margin-bottom:32px!important}.m-8-fs-minus{margin:-32px!important}.mr-8-fs-minus{margin-right:-32px!important}.ml-8-fs-minus{margin-left:-32px!important}.mt-8-fs-minus{margin-top:-32px!important}.mb-8-fs-minus{margin-bottom:-32px!important}.p-9-fs{padding:36px!important}.pr-9-fs{padding-right:36px!important}.pl-9-fs{padding-left:36px!important}.pt-9-fs{padding-top:36px!important}.pb-9-fs{padding-bottom:36px!important}.px-9-fs{padding-left:36px!important;padding-right:36px!important}.py-9-fs{padding-top:36px!important;padding-bottom:36px!important}.m-9-fs{margin:36px!important}.mr-9-fs{margin-right:36px!important}.ml-9-fs{margin-left:36px!important}.mt-9-fs{margin-top:36px!important}.mb-9-fs{margin-bottom:36px!important}.mx-9-fs{margin-left:36px!important;margin-right:36px!important}.my-9-fs{margin-top:36px!important;margin-bottom:36px!important}.m-9-fs-minus{margin:-36px!important}.mr-9-fs-minus{margin-right:-36px!important}.ml-9-fs-minus{margin-left:-36px!important}.mt-9-fs-minus{margin-top:-36px!important}.mb-9-fs-minus{margin-bottom:-36px!important}.p-10-fs{padding:40px!important}.pr-10-fs{padding-right:40px!important}.pl-10-fs{padding-left:40px!important}.pt-10-fs{padding-top:40px!important}.pb-10-fs{padding-bottom:40px!important}.px-10-fs{padding-left:40px!important;padding-right:40px!important}.py-10-fs{padding-top:40px!important;padding-bottom:40px!important}.m-10-fs{margin:40px!important}.mr-10-fs{margin-right:40px!important}.ml-10-fs{margin-left:40px!important}.mt-10-fs{margin-top:40px!important}.mb-10-fs{margin-bottom:40px!important}.mx-10-fs{margin-left:40px!important;margin-right:40px!important}.my-10-fs{margin-top:40px!important;margin-bottom:40px!important}.m-10-fs-minus{margin:-40px!important}.mr-10-fs-minus{margin-right:-40px!important}.ml-10-fs-minus{margin-left:-40px!important}.mt-10-fs-minus{margin-top:-40px!important}.mb-10-fs-minus{margin-bottom:-40px!important}.p-11-fs{padding:44px!important}.pr-11-fs{padding-right:44px!important}.pl-11-fs{padding-left:44px!important}.pt-11-fs{padding-top:44px!important}.pb-11-fs{padding-bottom:44px!important}.px-11-fs{padding-left:44px!important;padding-right:44px!important}.py-11-fs{padding-top:44px!important;padding-bottom:44px!important}.m-11-fs{margin:44px!important}.mr-11-fs{margin-right:44px!important}.ml-11-fs{margin-left:44px!important}.mt-11-fs{margin-top:44px!important}.mb-11-fs{margin-bottom:44px!important}.mx-11-fs{margin-left:44px!important;margin-right:44px!important}.my-11-fs{margin-top:44px!important;margin-bottom:44px!important}.m-11-fs-minus{margin:-44px!important}.mr-11-fs-minus{margin-right:-44px!important}.ml-11-fs-minus{margin-left:-44px!important}.mt-11-fs-minus{margin-top:-44px!important}.mb-11-fs-minus{margin-bottom:-44px!important}.p-12-fs{padding:48px!important}.pr-12-fs{padding-right:48px!important}.pl-12-fs{padding-left:48px!important}.pt-12-fs{padding-top:48px!important}.pb-12-fs{padding-bottom:48px!important}.px-12-fs{padding-left:48px!important;padding-right:48px!important}.py-12-fs{padding-top:48px!important;padding-bottom:48px!important}.m-12-fs{margin:48px!important}.mr-12-fs{margin-right:48px!important}.ml-12-fs{margin-left:48px!important}.mt-12-fs{margin-top:48px!important}.mb-12-fs{margin-bottom:48px!important}.mx-12-fs{margin-left:48px!important;margin-right:48px!important}.my-12-fs{margin-top:48px!important;margin-bottom:48px!important}.m-12-fs-minus{margin:-48px!important}.mr-12-fs-minus{margin-right:-48px!important}.ml-12-fs-minus{margin-left:-48px!important}.mt-12-fs-minus{margin-top:-48px!important}.mb-12-fs-minus{margin-bottom:-48px!important}.p-13-fs{padding:52px!important}.pr-13-fs{padding-right:52px!important}.pl-13-fs{padding-left:52px!important}.pt-13-fs{padding-top:52px!important}.pb-13-fs{padding-bottom:52px!important}.px-13-fs{padding-left:52px!important;padding-right:52px!important}.py-13-fs{padding-top:52px!important;padding-bottom:52px!important}.m-13-fs{margin:52px!important}.mr-13-fs{margin-right:52px!important}.ml-13-fs{margin-left:52px!important}.mt-13-fs{margin-top:52px!important}.mb-13-fs{margin-bottom:52px!important}.mx-13-fs{margin-left:52px!important;margin-right:52px!important}.my-13-fs{margin-top:52px!important;margin-bottom:52px!important}.m-13-fs-minus{margin:-52px!important}.mr-13-fs-minus{margin-right:-52px!important}.ml-13-fs-minus{margin-left:-52px!important}.mt-13-fs-minus{margin-top:-52px!important}.mb-13-fs-minus{margin-bottom:-52px!important}.p-14-fs{padding:56px!important}.pr-14-fs{padding-right:56px!important}.pl-14-fs{padding-left:56px!important}.pt-14-fs{padding-top:56px!important}.pb-14-fs{padding-bottom:56px!important}.px-14-fs{padding-left:56px!important;padding-right:56px!important}.py-14-fs{padding-top:56px!important;padding-bottom:56px!important}.m-14-fs{margin:56px!important}.mr-14-fs{margin-right:56px!important}.ml-14-fs{margin-left:56px!important}.mt-14-fs{margin-top:56px!important}.mb-14-fs{margin-bottom:56px!important}.mx-14-fs{margin-left:56px!important;margin-right:56px!important}.my-14-fs{margin-top:56px!important;margin-bottom:56px!important}.m-14-fs-minus{margin:-56px!important}.mr-14-fs-minus{margin-right:-56px!important}.ml-14-fs-minus{margin-left:-56px!important}.mt-14-fs-minus{margin-top:-56px!important}.mb-14-fs-minus{margin-bottom:-56px!important}.p-15-fs{padding:60px!important}.pr-15-fs{padding-right:60px!important}.pl-15-fs{padding-left:60px!important}.pt-15-fs{padding-top:60px!important}.pb-15-fs{padding-bottom:60px!important}.px-15-fs{padding-left:60px!important;padding-right:60px!important}.py-15-fs{padding-top:60px!important;padding-bottom:60px!important}.m-15-fs{margin:60px!important}.mr-15-fs{margin-right:60px!important}.ml-15-fs{margin-left:60px!important}.mt-15-fs{margin-top:60px!important}.mb-15-fs{margin-bottom:60px!important}.mx-15-fs{margin-left:60px!important;margin-right:60px!important}.my-15-fs{margin-top:60px!important;margin-bottom:60px!important}.m-15-fs-minus{margin:-60px!important}.mr-15-fs-minus{margin-right:-60px!important}.ml-15-fs-minus{margin-left:-60px!important}.mt-15-fs-minus{margin-top:-60px!important}.mb-15-fs-minus{margin-bottom:-60px!important}.p-16-fs{padding:64px!important}.pr-16-fs{padding-right:64px!important}.pl-16-fs{padding-left:64px!important}.pt-16-fs{padding-top:64px!important}.pb-16-fs{padding-bottom:64px!important}.px-16-fs{padding-left:64px!important;padding-right:64px!important}.py-16-fs{padding-top:64px!important;padding-bottom:64px!important}.m-16-fs{margin:64px!important}.mr-16-fs{margin-right:64px!important}.ml-16-fs{margin-left:64px!important}.mt-16-fs{margin-top:64px!important}.mb-16-fs{margin-bottom:64px!important}.mx-16-fs{margin-left:64px!important;margin-right:64px!important}.my-16-fs{margin-top:64px!important;margin-bottom:64px!important}.m-16-fs-minus{margin:-64px!important}.mr-16-fs-minus{margin-right:-64px!important}.ml-16-fs-minus{margin-left:-64px!important}.mt-16-fs-minus{margin-top:-64px!important}.mb-16-fs-minus{margin-bottom:-64px!important}.p-17-fs{padding:68px!important}.pr-17-fs{padding-right:68px!important}.pl-17-fs{padding-left:68px!important}.pt-17-fs{padding-top:68px!important}.pb-17-fs{padding-bottom:68px!important}.px-17-fs{padding-left:68px!important;padding-right:68px!important}.py-17-fs{padding-top:68px!important;padding-bottom:68px!important}.m-17-fs{margin:68px!important}.mr-17-fs{margin-right:68px!important}.ml-17-fs{margin-left:68px!important}.mt-17-fs{margin-top:68px!important}.mb-17-fs{margin-bottom:68px!important}.mx-17-fs{margin-left:68px!important;margin-right:68px!important}.my-17-fs{margin-top:68px!important;margin-bottom:68px!important}.m-17-fs-minus{margin:-68px!important}.mr-17-fs-minus{margin-right:-68px!important}.ml-17-fs-minus{margin-left:-68px!important}.mt-17-fs-minus{margin-top:-68px!important}.mb-17-fs-minus{margin-bottom:-68px!important}.p-18-fs{padding:72px!important}.pr-18-fs{padding-right:72px!important}.pl-18-fs{padding-left:72px!important}.pt-18-fs{padding-top:72px!important}.pb-18-fs{padding-bottom:72px!important}.px-18-fs{padding-left:72px!important;padding-right:72px!important}.py-18-fs{padding-top:72px!important;padding-bottom:72px!important}.m-18-fs{margin:72px!important}.mr-18-fs{margin-right:72px!important}.ml-18-fs{margin-left:72px!important}.mt-18-fs{margin-top:72px!important}.mb-18-fs{margin-bottom:72px!important}.mx-18-fs{margin-left:72px!important;margin-right:72px!important}.my-18-fs{margin-top:72px!important;margin-bottom:72px!important}.m-18-fs-minus{margin:-72px!important}.mr-18-fs-minus{margin-right:-72px!important}.ml-18-fs-minus{margin-left:-72px!important}.mt-18-fs-minus{margin-top:-72px!important}.mb-18-fs-minus{margin-bottom:-72px!important}.p-19-fs{padding:76px!important}.pr-19-fs{padding-right:76px!important}.pl-19-fs{padding-left:76px!important}.pt-19-fs{padding-top:76px!important}.pb-19-fs{padding-bottom:76px!important}.px-19-fs{padding-left:76px!important;padding-right:76px!important}.py-19-fs{padding-top:76px!important;padding-bottom:76px!important}.m-19-fs{margin:76px!important}.mr-19-fs{margin-right:76px!important}.ml-19-fs{margin-left:76px!important}.mt-19-fs{margin-top:76px!important}.mb-19-fs{margin-bottom:76px!important}.mx-19-fs{margin-left:76px!important;margin-right:76px!important}.my-19-fs{margin-top:76px!important;margin-bottom:76px!important}.m-19-fs-minus{margin:-76px!important}.mr-19-fs-minus{margin-right:-76px!important}.ml-19-fs-minus{margin-left:-76px!important}.mt-19-fs-minus{margin-top:-76px!important}.mb-19-fs-minus{margin-bottom:-76px!important}.p-20-fs{padding:80px!important}.pr-20-fs{padding-right:80px!important}.pl-20-fs{padding-left:80px!important}.pt-20-fs{padding-top:80px!important}.pb-20-fs{padding-bottom:80px!important}.px-20-fs{padding-left:80px!important;padding-right:80px!important}.py-20-fs{padding-top:80px!important;padding-bottom:80px!important}.m-20-fs{margin:80px!important}.mr-20-fs{margin-right:80px!important}.ml-20-fs{margin-left:80px!important}.mt-20-fs{margin-top:80px!important}.mb-20-fs{margin-bottom:80px!important}.mx-20-fs{margin-left:80px!important;margin-right:80px!important}.my-20-fs{margin-top:80px!important;margin-bottom:80px!important}.m-20-fs-minus{margin:-80px!important}.mr-20-fs-minus{margin-right:-80px!important}.ml-20-fs-minus{margin-left:-80px!important}.mt-20-fs-minus{margin-top:-80px!important}.mb-20-fs-minus{margin-bottom:-80px!important}}@media screen and (min-width:576px){.mx-auto-sm{margin-left:auto!important;margin-right:auto!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-auto-sm{margin-top:auto!important}.mb-auto-sm{margin-bottom:auto!important}.p-0-sm{padding:0!important}.pl-0-sm{padding-left:0!important}.pr-0-sm{padding-right:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.m-0-sm{margin:0!important}.ml-0-sm{margin-left:0!important}.mr-0-sm{margin-right:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.p-0-sm{padding:0!important}.pr-0-sm{padding-right:0!important}.pl-0-sm{padding-left:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-top:0!important;padding-bottom:0!important}.m-0-sm{margin:0!important}.mr-0-sm{margin-right:0!important}.ml-0-sm{margin-left:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.m-0-sm-minus{margin:0!important}.mr-0-sm-minus{margin-right:0!important}.ml-0-sm-minus{margin-left:0!important}.mt-0-sm-minus{margin-top:0!important}.mb-0-sm-minus{margin-bottom:0!important}.p-1-sm{padding:4px!important}.pr-1-sm{padding-right:4px!important}.pl-1-sm{padding-left:4px!important}.pt-1-sm{padding-top:4px!important}.pb-1-sm{padding-bottom:4px!important}.px-1-sm{padding-left:4px!important;padding-right:4px!important}.py-1-sm{padding-top:4px!important;padding-bottom:4px!important}.m-1-sm{margin:4px!important}.mr-1-sm{margin-right:4px!important}.ml-1-sm{margin-left:4px!important}.mt-1-sm{margin-top:4px!important}.mb-1-sm{margin-bottom:4px!important}.mx-1-sm{margin-left:4px!important;margin-right:4px!important}.my-1-sm{margin-top:4px!important;margin-bottom:4px!important}.m-1-sm-minus{margin:-4px!important}.mr-1-sm-minus{margin-right:-4px!important}.ml-1-sm-minus{margin-left:-4px!important}.mt-1-sm-minus{margin-top:-4px!important}.mb-1-sm-minus{margin-bottom:-4px!important}.p-2-sm{padding:8px!important}.pr-2-sm{padding-right:8px!important}.pl-2-sm{padding-left:8px!important}.pt-2-sm{padding-top:8px!important}.pb-2-sm{padding-bottom:8px!important}.px-2-sm{padding-left:8px!important;padding-right:8px!important}.py-2-sm{padding-top:8px!important;padding-bottom:8px!important}.m-2-sm{margin:8px!important}.mr-2-sm{margin-right:8px!important}.ml-2-sm{margin-left:8px!important}.mt-2-sm{margin-top:8px!important}.mb-2-sm{margin-bottom:8px!important}.mx-2-sm{margin-left:8px!important;margin-right:8px!important}.my-2-sm{margin-top:8px!important;margin-bottom:8px!important}.m-2-sm-minus{margin:-8px!important}.mr-2-sm-minus{margin-right:-8px!important}.ml-2-sm-minus{margin-left:-8px!important}.mt-2-sm-minus{margin-top:-8px!important}.mb-2-sm-minus{margin-bottom:-8px!important}.p-3-sm{padding:12px!important}.pr-3-sm{padding-right:12px!important}.pl-3-sm{padding-left:12px!important}.pt-3-sm{padding-top:12px!important}.pb-3-sm{padding-bottom:12px!important}.px-3-sm{padding-left:12px!important;padding-right:12px!important}.py-3-sm{padding-top:12px!important;padding-bottom:12px!important}.m-3-sm{margin:12px!important}.mr-3-sm{margin-right:12px!important}.ml-3-sm{margin-left:12px!important}.mt-3-sm{margin-top:12px!important}.mb-3-sm{margin-bottom:12px!important}.mx-3-sm{margin-left:12px!important;margin-right:12px!important}.my-3-sm{margin-top:12px!important;margin-bottom:12px!important}.m-3-sm-minus{margin:-12px!important}.mr-3-sm-minus{margin-right:-12px!important}.ml-3-sm-minus{margin-left:-12px!important}.mt-3-sm-minus{margin-top:-12px!important}.mb-3-sm-minus{margin-bottom:-12px!important}.p-4-sm{padding:16px!important}.pr-4-sm{padding-right:16px!important}.pl-4-sm{padding-left:16px!important}.pt-4-sm{padding-top:16px!important}.pb-4-sm{padding-bottom:16px!important}.px-4-sm{padding-left:16px!important;padding-right:16px!important}.py-4-sm{padding-top:16px!important;padding-bottom:16px!important}.m-4-sm{margin:16px!important}.mr-4-sm{margin-right:16px!important}.ml-4-sm{margin-left:16px!important}.mt-4-sm{margin-top:16px!important}.mb-4-sm{margin-bottom:16px!important}.mx-4-sm{margin-left:16px!important;margin-right:16px!important}.my-4-sm{margin-top:16px!important;margin-bottom:16px!important}.m-4-sm-minus{margin:-16px!important}.mr-4-sm-minus{margin-right:-16px!important}.ml-4-sm-minus{margin-left:-16px!important}.mt-4-sm-minus{margin-top:-16px!important}.mb-4-sm-minus{margin-bottom:-16px!important}.p-5-sm{padding:20px!important}.pr-5-sm{padding-right:20px!important}.pl-5-sm{padding-left:20px!important}.pt-5-sm{padding-top:20px!important}.pb-5-sm{padding-bottom:20px!important}.px-5-sm{padding-left:20px!important;padding-right:20px!important}.py-5-sm{padding-top:20px!important;padding-bottom:20px!important}.m-5-sm{margin:20px!important}.mr-5-sm{margin-right:20px!important}.ml-5-sm{margin-left:20px!important}.mt-5-sm{margin-top:20px!important}.mb-5-sm{margin-bottom:20px!important}.mx-5-sm{margin-left:20px!important;margin-right:20px!important}.my-5-sm{margin-top:20px!important;margin-bottom:20px!important}.m-5-sm-minus{margin:-20px!important}.mr-5-sm-minus{margin-right:-20px!important}.ml-5-sm-minus{margin-left:-20px!important}.mt-5-sm-minus{margin-top:-20px!important}.mb-5-sm-minus{margin-bottom:-20px!important}.p-6-sm{padding:24px!important}.pr-6-sm{padding-right:24px!important}.pl-6-sm{padding-left:24px!important}.pt-6-sm{padding-top:24px!important}.pb-6-sm{padding-bottom:24px!important}.px-6-sm{padding-left:24px!important;padding-right:24px!important}.py-6-sm{padding-top:24px!important;padding-bottom:24px!important}.m-6-sm{margin:24px!important}.mr-6-sm{margin-right:24px!important}.ml-6-sm{margin-left:24px!important}.mt-6-sm{margin-top:24px!important}.mb-6-sm{margin-bottom:24px!important}.mx-6-sm{margin-left:24px!important;margin-right:24px!important}.my-6-sm{margin-top:24px!important;margin-bottom:24px!important}.m-6-sm-minus{margin:-24px!important}.mr-6-sm-minus{margin-right:-24px!important}.ml-6-sm-minus{margin-left:-24px!important}.mt-6-sm-minus{margin-top:-24px!important}.mb-6-sm-minus{margin-bottom:-24px!important}.p-7-sm{padding:28px!important}.pr-7-sm{padding-right:28px!important}.pl-7-sm{padding-left:28px!important}.pt-7-sm{padding-top:28px!important}.pb-7-sm{padding-bottom:28px!important}.px-7-sm{padding-left:28px!important;padding-right:28px!important}.py-7-sm{padding-top:28px!important;padding-bottom:28px!important}.m-7-sm{margin:28px!important}.mr-7-sm{margin-right:28px!important}.ml-7-sm{margin-left:28px!important}.mt-7-sm{margin-top:28px!important}.mb-7-sm{margin-bottom:28px!important}.mx-7-sm{margin-left:28px!important;margin-right:28px!important}.my-7-sm{margin-top:28px!important;margin-bottom:28px!important}.m-7-sm-minus{margin:-28px!important}.mr-7-sm-minus{margin-right:-28px!important}.ml-7-sm-minus{margin-left:-28px!important}.mt-7-sm-minus{margin-top:-28px!important}.mb-7-sm-minus{margin-bottom:-28px!important}.p-8-sm{padding:32px!important}.pr-8-sm{padding-right:32px!important}.pl-8-sm{padding-left:32px!important}.pt-8-sm{padding-top:32px!important}.pb-8-sm{padding-bottom:32px!important}.px-8-sm{padding-left:32px!important;padding-right:32px!important}.py-8-sm{padding-top:32px!important;padding-bottom:32px!important}.m-8-sm{margin:32px!important}.mr-8-sm{margin-right:32px!important}.ml-8-sm{margin-left:32px!important}.mt-8-sm{margin-top:32px!important}.mb-8-sm{margin-bottom:32px!important}.mx-8-sm{margin-left:32px!important;margin-right:32px!important}.my-8-sm{margin-top:32px!important;margin-bottom:32px!important}.m-8-sm-minus{margin:-32px!important}.mr-8-sm-minus{margin-right:-32px!important}.ml-8-sm-minus{margin-left:-32px!important}.mt-8-sm-minus{margin-top:-32px!important}.mb-8-sm-minus{margin-bottom:-32px!important}.p-9-sm{padding:36px!important}.pr-9-sm{padding-right:36px!important}.pl-9-sm{padding-left:36px!important}.pt-9-sm{padding-top:36px!important}.pb-9-sm{padding-bottom:36px!important}.px-9-sm{padding-left:36px!important;padding-right:36px!important}.py-9-sm{padding-top:36px!important;padding-bottom:36px!important}.m-9-sm{margin:36px!important}.mr-9-sm{margin-right:36px!important}.ml-9-sm{margin-left:36px!important}.mt-9-sm{margin-top:36px!important}.mb-9-sm{margin-bottom:36px!important}.mx-9-sm{margin-left:36px!important;margin-right:36px!important}.my-9-sm{margin-top:36px!important;margin-bottom:36px!important}.m-9-sm-minus{margin:-36px!important}.mr-9-sm-minus{margin-right:-36px!important}.ml-9-sm-minus{margin-left:-36px!important}.mt-9-sm-minus{margin-top:-36px!important}.mb-9-sm-minus{margin-bottom:-36px!important}.p-10-sm{padding:40px!important}.pr-10-sm{padding-right:40px!important}.pl-10-sm{padding-left:40px!important}.pt-10-sm{padding-top:40px!important}.pb-10-sm{padding-bottom:40px!important}.px-10-sm{padding-left:40px!important;padding-right:40px!important}.py-10-sm{padding-top:40px!important;padding-bottom:40px!important}.m-10-sm{margin:40px!important}.mr-10-sm{margin-right:40px!important}.ml-10-sm{margin-left:40px!important}.mt-10-sm{margin-top:40px!important}.mb-10-sm{margin-bottom:40px!important}.mx-10-sm{margin-left:40px!important;margin-right:40px!important}.my-10-sm{margin-top:40px!important;margin-bottom:40px!important}.m-10-sm-minus{margin:-40px!important}.mr-10-sm-minus{margin-right:-40px!important}.ml-10-sm-minus{margin-left:-40px!important}.mt-10-sm-minus{margin-top:-40px!important}.mb-10-sm-minus{margin-bottom:-40px!important}.p-11-sm{padding:44px!important}.pr-11-sm{padding-right:44px!important}.pl-11-sm{padding-left:44px!important}.pt-11-sm{padding-top:44px!important}.pb-11-sm{padding-bottom:44px!important}.px-11-sm{padding-left:44px!important;padding-right:44px!important}.py-11-sm{padding-top:44px!important;padding-bottom:44px!important}.m-11-sm{margin:44px!important}.mr-11-sm{margin-right:44px!important}.ml-11-sm{margin-left:44px!important}.mt-11-sm{margin-top:44px!important}.mb-11-sm{margin-bottom:44px!important}.mx-11-sm{margin-left:44px!important;margin-right:44px!important}.my-11-sm{margin-top:44px!important;margin-bottom:44px!important}.m-11-sm-minus{margin:-44px!important}.mr-11-sm-minus{margin-right:-44px!important}.ml-11-sm-minus{margin-left:-44px!important}.mt-11-sm-minus{margin-top:-44px!important}.mb-11-sm-minus{margin-bottom:-44px!important}.p-12-sm{padding:48px!important}.pr-12-sm{padding-right:48px!important}.pl-12-sm{padding-left:48px!important}.pt-12-sm{padding-top:48px!important}.pb-12-sm{padding-bottom:48px!important}.px-12-sm{padding-left:48px!important;padding-right:48px!important}.py-12-sm{padding-top:48px!important;padding-bottom:48px!important}.m-12-sm{margin:48px!important}.mr-12-sm{margin-right:48px!important}.ml-12-sm{margin-left:48px!important}.mt-12-sm{margin-top:48px!important}.mb-12-sm{margin-bottom:48px!important}.mx-12-sm{margin-left:48px!important;margin-right:48px!important}.my-12-sm{margin-top:48px!important;margin-bottom:48px!important}.m-12-sm-minus{margin:-48px!important}.mr-12-sm-minus{margin-right:-48px!important}.ml-12-sm-minus{margin-left:-48px!important}.mt-12-sm-minus{margin-top:-48px!important}.mb-12-sm-minus{margin-bottom:-48px!important}.p-13-sm{padding:52px!important}.pr-13-sm{padding-right:52px!important}.pl-13-sm{padding-left:52px!important}.pt-13-sm{padding-top:52px!important}.pb-13-sm{padding-bottom:52px!important}.px-13-sm{padding-left:52px!important;padding-right:52px!important}.py-13-sm{padding-top:52px!important;padding-bottom:52px!important}.m-13-sm{margin:52px!important}.mr-13-sm{margin-right:52px!important}.ml-13-sm{margin-left:52px!important}.mt-13-sm{margin-top:52px!important}.mb-13-sm{margin-bottom:52px!important}.mx-13-sm{margin-left:52px!important;margin-right:52px!important}.my-13-sm{margin-top:52px!important;margin-bottom:52px!important}.m-13-sm-minus{margin:-52px!important}.mr-13-sm-minus{margin-right:-52px!important}.ml-13-sm-minus{margin-left:-52px!important}.mt-13-sm-minus{margin-top:-52px!important}.mb-13-sm-minus{margin-bottom:-52px!important}.p-14-sm{padding:56px!important}.pr-14-sm{padding-right:56px!important}.pl-14-sm{padding-left:56px!important}.pt-14-sm{padding-top:56px!important}.pb-14-sm{padding-bottom:56px!important}.px-14-sm{padding-left:56px!important;padding-right:56px!important}.py-14-sm{padding-top:56px!important;padding-bottom:56px!important}.m-14-sm{margin:56px!important}.mr-14-sm{margin-right:56px!important}.ml-14-sm{margin-left:56px!important}.mt-14-sm{margin-top:56px!important}.mb-14-sm{margin-bottom:56px!important}.mx-14-sm{margin-left:56px!important;margin-right:56px!important}.my-14-sm{margin-top:56px!important;margin-bottom:56px!important}.m-14-sm-minus{margin:-56px!important}.mr-14-sm-minus{margin-right:-56px!important}.ml-14-sm-minus{margin-left:-56px!important}.mt-14-sm-minus{margin-top:-56px!important}.mb-14-sm-minus{margin-bottom:-56px!important}.p-15-sm{padding:60px!important}.pr-15-sm{padding-right:60px!important}.pl-15-sm{padding-left:60px!important}.pt-15-sm{padding-top:60px!important}.pb-15-sm{padding-bottom:60px!important}.px-15-sm{padding-left:60px!important;padding-right:60px!important}.py-15-sm{padding-top:60px!important;padding-bottom:60px!important}.m-15-sm{margin:60px!important}.mr-15-sm{margin-right:60px!important}.ml-15-sm{margin-left:60px!important}.mt-15-sm{margin-top:60px!important}.mb-15-sm{margin-bottom:60px!important}.mx-15-sm{margin-left:60px!important;margin-right:60px!important}.my-15-sm{margin-top:60px!important;margin-bottom:60px!important}.m-15-sm-minus{margin:-60px!important}.mr-15-sm-minus{margin-right:-60px!important}.ml-15-sm-minus{margin-left:-60px!important}.mt-15-sm-minus{margin-top:-60px!important}.mb-15-sm-minus{margin-bottom:-60px!important}.p-16-sm{padding:64px!important}.pr-16-sm{padding-right:64px!important}.pl-16-sm{padding-left:64px!important}.pt-16-sm{padding-top:64px!important}.pb-16-sm{padding-bottom:64px!important}.px-16-sm{padding-left:64px!important;padding-right:64px!important}.py-16-sm{padding-top:64px!important;padding-bottom:64px!important}.m-16-sm{margin:64px!important}.mr-16-sm{margin-right:64px!important}.ml-16-sm{margin-left:64px!important}.mt-16-sm{margin-top:64px!important}.mb-16-sm{margin-bottom:64px!important}.mx-16-sm{margin-left:64px!important;margin-right:64px!important}.my-16-sm{margin-top:64px!important;margin-bottom:64px!important}.m-16-sm-minus{margin:-64px!important}.mr-16-sm-minus{margin-right:-64px!important}.ml-16-sm-minus{margin-left:-64px!important}.mt-16-sm-minus{margin-top:-64px!important}.mb-16-sm-minus{margin-bottom:-64px!important}.p-17-sm{padding:68px!important}.pr-17-sm{padding-right:68px!important}.pl-17-sm{padding-left:68px!important}.pt-17-sm{padding-top:68px!important}.pb-17-sm{padding-bottom:68px!important}.px-17-sm{padding-left:68px!important;padding-right:68px!important}.py-17-sm{padding-top:68px!important;padding-bottom:68px!important}.m-17-sm{margin:68px!important}.mr-17-sm{margin-right:68px!important}.ml-17-sm{margin-left:68px!important}.mt-17-sm{margin-top:68px!important}.mb-17-sm{margin-bottom:68px!important}.mx-17-sm{margin-left:68px!important;margin-right:68px!important}.my-17-sm{margin-top:68px!important;margin-bottom:68px!important}.m-17-sm-minus{margin:-68px!important}.mr-17-sm-minus{margin-right:-68px!important}.ml-17-sm-minus{margin-left:-68px!important}.mt-17-sm-minus{margin-top:-68px!important}.mb-17-sm-minus{margin-bottom:-68px!important}.p-18-sm{padding:72px!important}.pr-18-sm{padding-right:72px!important}.pl-18-sm{padding-left:72px!important}.pt-18-sm{padding-top:72px!important}.pb-18-sm{padding-bottom:72px!important}.px-18-sm{padding-left:72px!important;padding-right:72px!important}.py-18-sm{padding-top:72px!important;padding-bottom:72px!important}.m-18-sm{margin:72px!important}.mr-18-sm{margin-right:72px!important}.ml-18-sm{margin-left:72px!important}.mt-18-sm{margin-top:72px!important}.mb-18-sm{margin-bottom:72px!important}.mx-18-sm{margin-left:72px!important;margin-right:72px!important}.my-18-sm{margin-top:72px!important;margin-bottom:72px!important}.m-18-sm-minus{margin:-72px!important}.mr-18-sm-minus{margin-right:-72px!important}.ml-18-sm-minus{margin-left:-72px!important}.mt-18-sm-minus{margin-top:-72px!important}.mb-18-sm-minus{margin-bottom:-72px!important}.p-19-sm{padding:76px!important}.pr-19-sm{padding-right:76px!important}.pl-19-sm{padding-left:76px!important}.pt-19-sm{padding-top:76px!important}.pb-19-sm{padding-bottom:76px!important}.px-19-sm{padding-left:76px!important;padding-right:76px!important}.py-19-sm{padding-top:76px!important;padding-bottom:76px!important}.m-19-sm{margin:76px!important}.mr-19-sm{margin-right:76px!important}.ml-19-sm{margin-left:76px!important}.mt-19-sm{margin-top:76px!important}.mb-19-sm{margin-bottom:76px!important}.mx-19-sm{margin-left:76px!important;margin-right:76px!important}.my-19-sm{margin-top:76px!important;margin-bottom:76px!important}.m-19-sm-minus{margin:-76px!important}.mr-19-sm-minus{margin-right:-76px!important}.ml-19-sm-minus{margin-left:-76px!important}.mt-19-sm-minus{margin-top:-76px!important}.mb-19-sm-minus{margin-bottom:-76px!important}.p-20-sm{padding:80px!important}.pr-20-sm{padding-right:80px!important}.pl-20-sm{padding-left:80px!important}.pt-20-sm{padding-top:80px!important}.pb-20-sm{padding-bottom:80px!important}.px-20-sm{padding-left:80px!important;padding-right:80px!important}.py-20-sm{padding-top:80px!important;padding-bottom:80px!important}.m-20-sm{margin:80px!important}.mr-20-sm{margin-right:80px!important}.ml-20-sm{margin-left:80px!important}.mt-20-sm{margin-top:80px!important}.mb-20-sm{margin-bottom:80px!important}.mx-20-sm{margin-left:80px!important;margin-right:80px!important}.my-20-sm{margin-top:80px!important;margin-bottom:80px!important}.m-20-sm-minus{margin:-80px!important}.mr-20-sm-minus{margin-right:-80px!important}.ml-20-sm-minus{margin-left:-80px!important}.mt-20-sm-minus{margin-top:-80px!important}.mb-20-sm-minus{margin-bottom:-80px!important}}@media screen and (min-width:768px){.mx-auto-md{margin-left:auto!important;margin-right:auto!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-auto-md{margin-top:auto!important}.mb-auto-md{margin-bottom:auto!important}.p-0-md{padding:0!important}.pl-0-md{padding-left:0!important}.pr-0-md{padding-right:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.m-0-md{margin:0!important}.ml-0-md{margin-left:0!important}.mr-0-md{margin-right:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.p-0-md{padding:0!important}.pr-0-md{padding-right:0!important}.pl-0-md{padding-left:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-top:0!important;padding-bottom:0!important}.m-0-md{margin:0!important}.mr-0-md{margin-right:0!important}.ml-0-md{margin-left:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.m-0-md-minus{margin:0!important}.mr-0-md-minus{margin-right:0!important}.ml-0-md-minus{margin-left:0!important}.mt-0-md-minus{margin-top:0!important}.mb-0-md-minus{margin-bottom:0!important}.p-1-md{padding:4px!important}.pr-1-md{padding-right:4px!important}.pl-1-md{padding-left:4px!important}.pt-1-md{padding-top:4px!important}.pb-1-md{padding-bottom:4px!important}.px-1-md{padding-left:4px!important;padding-right:4px!important}.py-1-md{padding-top:4px!important;padding-bottom:4px!important}.m-1-md{margin:4px!important}.mr-1-md{margin-right:4px!important}.ml-1-md{margin-left:4px!important}.mt-1-md{margin-top:4px!important}.mb-1-md{margin-bottom:4px!important}.mx-1-md{margin-left:4px!important;margin-right:4px!important}.my-1-md{margin-top:4px!important;margin-bottom:4px!important}.m-1-md-minus{margin:-4px!important}.mr-1-md-minus{margin-right:-4px!important}.ml-1-md-minus{margin-left:-4px!important}.mt-1-md-minus{margin-top:-4px!important}.mb-1-md-minus{margin-bottom:-4px!important}.p-2-md{padding:8px!important}.pr-2-md{padding-right:8px!important}.pl-2-md{padding-left:8px!important}.pt-2-md{padding-top:8px!important}.pb-2-md{padding-bottom:8px!important}.px-2-md{padding-left:8px!important;padding-right:8px!important}.py-2-md{padding-top:8px!important;padding-bottom:8px!important}.m-2-md{margin:8px!important}.mr-2-md{margin-right:8px!important}.ml-2-md{margin-left:8px!important}.mt-2-md{margin-top:8px!important}.mb-2-md{margin-bottom:8px!important}.mx-2-md{margin-left:8px!important;margin-right:8px!important}.my-2-md{margin-top:8px!important;margin-bottom:8px!important}.m-2-md-minus{margin:-8px!important}.mr-2-md-minus{margin-right:-8px!important}.ml-2-md-minus{margin-left:-8px!important}.mt-2-md-minus{margin-top:-8px!important}.mb-2-md-minus{margin-bottom:-8px!important}.p-3-md{padding:12px!important}.pr-3-md{padding-right:12px!important}.pl-3-md{padding-left:12px!important}.pt-3-md{padding-top:12px!important}.pb-3-md{padding-bottom:12px!important}.px-3-md{padding-left:12px!important;padding-right:12px!important}.py-3-md{padding-top:12px!important;padding-bottom:12px!important}.m-3-md{margin:12px!important}.mr-3-md{margin-right:12px!important}.ml-3-md{margin-left:12px!important}.mt-3-md{margin-top:12px!important}.mb-3-md{margin-bottom:12px!important}.mx-3-md{margin-left:12px!important;margin-right:12px!important}.my-3-md{margin-top:12px!important;margin-bottom:12px!important}.m-3-md-minus{margin:-12px!important}.mr-3-md-minus{margin-right:-12px!important}.ml-3-md-minus{margin-left:-12px!important}.mt-3-md-minus{margin-top:-12px!important}.mb-3-md-minus{margin-bottom:-12px!important}.p-4-md{padding:16px!important}.pr-4-md{padding-right:16px!important}.pl-4-md{padding-left:16px!important}.pt-4-md{padding-top:16px!important}.pb-4-md{padding-bottom:16px!important}.px-4-md{padding-left:16px!important;padding-right:16px!important}.py-4-md{padding-top:16px!important;padding-bottom:16px!important}.m-4-md{margin:16px!important}.mr-4-md{margin-right:16px!important}.ml-4-md{margin-left:16px!important}.mt-4-md{margin-top:16px!important}.mb-4-md{margin-bottom:16px!important}.mx-4-md{margin-left:16px!important;margin-right:16px!important}.my-4-md{margin-top:16px!important;margin-bottom:16px!important}.m-4-md-minus{margin:-16px!important}.mr-4-md-minus{margin-right:-16px!important}.ml-4-md-minus{margin-left:-16px!important}.mt-4-md-minus{margin-top:-16px!important}.mb-4-md-minus{margin-bottom:-16px!important}.p-5-md{padding:20px!important}.pr-5-md{padding-right:20px!important}.pl-5-md{padding-left:20px!important}.pt-5-md{padding-top:20px!important}.pb-5-md{padding-bottom:20px!important}.px-5-md{padding-left:20px!important;padding-right:20px!important}.py-5-md{padding-top:20px!important;padding-bottom:20px!important}.m-5-md{margin:20px!important}.mr-5-md{margin-right:20px!important}.ml-5-md{margin-left:20px!important}.mt-5-md{margin-top:20px!important}.mb-5-md{margin-bottom:20px!important}.mx-5-md{margin-left:20px!important;margin-right:20px!important}.my-5-md{margin-top:20px!important;margin-bottom:20px!important}.m-5-md-minus{margin:-20px!important}.mr-5-md-minus{margin-right:-20px!important}.ml-5-md-minus{margin-left:-20px!important}.mt-5-md-minus{margin-top:-20px!important}.mb-5-md-minus{margin-bottom:-20px!important}.p-6-md{padding:24px!important}.pr-6-md{padding-right:24px!important}.pl-6-md{padding-left:24px!important}.pt-6-md{padding-top:24px!important}.pb-6-md{padding-bottom:24px!important}.px-6-md{padding-left:24px!important;padding-right:24px!important}.py-6-md{padding-top:24px!important;padding-bottom:24px!important}.m-6-md{margin:24px!important}.mr-6-md{margin-right:24px!important}.ml-6-md{margin-left:24px!important}.mt-6-md{margin-top:24px!important}.mb-6-md{margin-bottom:24px!important}.mx-6-md{margin-left:24px!important;margin-right:24px!important}.my-6-md{margin-top:24px!important;margin-bottom:24px!important}.m-6-md-minus{margin:-24px!important}.mr-6-md-minus{margin-right:-24px!important}.ml-6-md-minus{margin-left:-24px!important}.mt-6-md-minus{margin-top:-24px!important}.mb-6-md-minus{margin-bottom:-24px!important}.p-7-md{padding:28px!important}.pr-7-md{padding-right:28px!important}.pl-7-md{padding-left:28px!important}.pt-7-md{padding-top:28px!important}.pb-7-md{padding-bottom:28px!important}.px-7-md{padding-left:28px!important;padding-right:28px!important}.py-7-md{padding-top:28px!important;padding-bottom:28px!important}.m-7-md{margin:28px!important}.mr-7-md{margin-right:28px!important}.ml-7-md{margin-left:28px!important}.mt-7-md{margin-top:28px!important}.mb-7-md{margin-bottom:28px!important}.mx-7-md{margin-left:28px!important;margin-right:28px!important}.my-7-md{margin-top:28px!important;margin-bottom:28px!important}.m-7-md-minus{margin:-28px!important}.mr-7-md-minus{margin-right:-28px!important}.ml-7-md-minus{margin-left:-28px!important}.mt-7-md-minus{margin-top:-28px!important}.mb-7-md-minus{margin-bottom:-28px!important}.p-8-md{padding:32px!important}.pr-8-md{padding-right:32px!important}.pl-8-md{padding-left:32px!important}.pt-8-md{padding-top:32px!important}.pb-8-md{padding-bottom:32px!important}.px-8-md{padding-left:32px!important;padding-right:32px!important}.py-8-md{padding-top:32px!important;padding-bottom:32px!important}.m-8-md{margin:32px!important}.mr-8-md{margin-right:32px!important}.ml-8-md{margin-left:32px!important}.mt-8-md{margin-top:32px!important}.mb-8-md{margin-bottom:32px!important}.mx-8-md{margin-left:32px!important;margin-right:32px!important}.my-8-md{margin-top:32px!important;margin-bottom:32px!important}.m-8-md-minus{margin:-32px!important}.mr-8-md-minus{margin-right:-32px!important}.ml-8-md-minus{margin-left:-32px!important}.mt-8-md-minus{margin-top:-32px!important}.mb-8-md-minus{margin-bottom:-32px!important}.p-9-md{padding:36px!important}.pr-9-md{padding-right:36px!important}.pl-9-md{padding-left:36px!important}.pt-9-md{padding-top:36px!important}.pb-9-md{padding-bottom:36px!important}.px-9-md{padding-left:36px!important;padding-right:36px!important}.py-9-md{padding-top:36px!important;padding-bottom:36px!important}.m-9-md{margin:36px!important}.mr-9-md{margin-right:36px!important}.ml-9-md{margin-left:36px!important}.mt-9-md{margin-top:36px!important}.mb-9-md{margin-bottom:36px!important}.mx-9-md{margin-left:36px!important;margin-right:36px!important}.my-9-md{margin-top:36px!important;margin-bottom:36px!important}.m-9-md-minus{margin:-36px!important}.mr-9-md-minus{margin-right:-36px!important}.ml-9-md-minus{margin-left:-36px!important}.mt-9-md-minus{margin-top:-36px!important}.mb-9-md-minus{margin-bottom:-36px!important}.p-10-md{padding:40px!important}.pr-10-md{padding-right:40px!important}.pl-10-md{padding-left:40px!important}.pt-10-md{padding-top:40px!important}.pb-10-md{padding-bottom:40px!important}.px-10-md{padding-left:40px!important;padding-right:40px!important}.py-10-md{padding-top:40px!important;padding-bottom:40px!important}.m-10-md{margin:40px!important}.mr-10-md{margin-right:40px!important}.ml-10-md{margin-left:40px!important}.mt-10-md{margin-top:40px!important}.mb-10-md{margin-bottom:40px!important}.mx-10-md{margin-left:40px!important;margin-right:40px!important}.my-10-md{margin-top:40px!important;margin-bottom:40px!important}.m-10-md-minus{margin:-40px!important}.mr-10-md-minus{margin-right:-40px!important}.ml-10-md-minus{margin-left:-40px!important}.mt-10-md-minus{margin-top:-40px!important}.mb-10-md-minus{margin-bottom:-40px!important}.p-11-md{padding:44px!important}.pr-11-md{padding-right:44px!important}.pl-11-md{padding-left:44px!important}.pt-11-md{padding-top:44px!important}.pb-11-md{padding-bottom:44px!important}.px-11-md{padding-left:44px!important;padding-right:44px!important}.py-11-md{padding-top:44px!important;padding-bottom:44px!important}.m-11-md{margin:44px!important}.mr-11-md{margin-right:44px!important}.ml-11-md{margin-left:44px!important}.mt-11-md{margin-top:44px!important}.mb-11-md{margin-bottom:44px!important}.mx-11-md{margin-left:44px!important;margin-right:44px!important}.my-11-md{margin-top:44px!important;margin-bottom:44px!important}.m-11-md-minus{margin:-44px!important}.mr-11-md-minus{margin-right:-44px!important}.ml-11-md-minus{margin-left:-44px!important}.mt-11-md-minus{margin-top:-44px!important}.mb-11-md-minus{margin-bottom:-44px!important}.p-12-md{padding:48px!important}.pr-12-md{padding-right:48px!important}.pl-12-md{padding-left:48px!important}.pt-12-md{padding-top:48px!important}.pb-12-md{padding-bottom:48px!important}.px-12-md{padding-left:48px!important;padding-right:48px!important}.py-12-md{padding-top:48px!important;padding-bottom:48px!important}.m-12-md{margin:48px!important}.mr-12-md{margin-right:48px!important}.ml-12-md{margin-left:48px!important}.mt-12-md{margin-top:48px!important}.mb-12-md{margin-bottom:48px!important}.mx-12-md{margin-left:48px!important;margin-right:48px!important}.my-12-md{margin-top:48px!important;margin-bottom:48px!important}.m-12-md-minus{margin:-48px!important}.mr-12-md-minus{margin-right:-48px!important}.ml-12-md-minus{margin-left:-48px!important}.mt-12-md-minus{margin-top:-48px!important}.mb-12-md-minus{margin-bottom:-48px!important}.p-13-md{padding:52px!important}.pr-13-md{padding-right:52px!important}.pl-13-md{padding-left:52px!important}.pt-13-md{padding-top:52px!important}.pb-13-md{padding-bottom:52px!important}.px-13-md{padding-left:52px!important;padding-right:52px!important}.py-13-md{padding-top:52px!important;padding-bottom:52px!important}.m-13-md{margin:52px!important}.mr-13-md{margin-right:52px!important}.ml-13-md{margin-left:52px!important}.mt-13-md{margin-top:52px!important}.mb-13-md{margin-bottom:52px!important}.mx-13-md{margin-left:52px!important;margin-right:52px!important}.my-13-md{margin-top:52px!important;margin-bottom:52px!important}.m-13-md-minus{margin:-52px!important}.mr-13-md-minus{margin-right:-52px!important}.ml-13-md-minus{margin-left:-52px!important}.mt-13-md-minus{margin-top:-52px!important}.mb-13-md-minus{margin-bottom:-52px!important}.p-14-md{padding:56px!important}.pr-14-md{padding-right:56px!important}.pl-14-md{padding-left:56px!important}.pt-14-md{padding-top:56px!important}.pb-14-md{padding-bottom:56px!important}.px-14-md{padding-left:56px!important;padding-right:56px!important}.py-14-md{padding-top:56px!important;padding-bottom:56px!important}.m-14-md{margin:56px!important}.mr-14-md{margin-right:56px!important}.ml-14-md{margin-left:56px!important}.mt-14-md{margin-top:56px!important}.mb-14-md{margin-bottom:56px!important}.mx-14-md{margin-left:56px!important;margin-right:56px!important}.my-14-md{margin-top:56px!important;margin-bottom:56px!important}.m-14-md-minus{margin:-56px!important}.mr-14-md-minus{margin-right:-56px!important}.ml-14-md-minus{margin-left:-56px!important}.mt-14-md-minus{margin-top:-56px!important}.mb-14-md-minus{margin-bottom:-56px!important}.p-15-md{padding:60px!important}.pr-15-md{padding-right:60px!important}.pl-15-md{padding-left:60px!important}.pt-15-md{padding-top:60px!important}.pb-15-md{padding-bottom:60px!important}.px-15-md{padding-left:60px!important;padding-right:60px!important}.py-15-md{padding-top:60px!important;padding-bottom:60px!important}.m-15-md{margin:60px!important}.mr-15-md{margin-right:60px!important}.ml-15-md{margin-left:60px!important}.mt-15-md{margin-top:60px!important}.mb-15-md{margin-bottom:60px!important}.mx-15-md{margin-left:60px!important;margin-right:60px!important}.my-15-md{margin-top:60px!important;margin-bottom:60px!important}.m-15-md-minus{margin:-60px!important}.mr-15-md-minus{margin-right:-60px!important}.ml-15-md-minus{margin-left:-60px!important}.mt-15-md-minus{margin-top:-60px!important}.mb-15-md-minus{margin-bottom:-60px!important}.p-16-md{padding:64px!important}.pr-16-md{padding-right:64px!important}.pl-16-md{padding-left:64px!important}.pt-16-md{padding-top:64px!important}.pb-16-md{padding-bottom:64px!important}.px-16-md{padding-left:64px!important;padding-right:64px!important}.py-16-md{padding-top:64px!important;padding-bottom:64px!important}.m-16-md{margin:64px!important}.mr-16-md{margin-right:64px!important}.ml-16-md{margin-left:64px!important}.mt-16-md{margin-top:64px!important}.mb-16-md{margin-bottom:64px!important}.mx-16-md{margin-left:64px!important;margin-right:64px!important}.my-16-md{margin-top:64px!important;margin-bottom:64px!important}.m-16-md-minus{margin:-64px!important}.mr-16-md-minus{margin-right:-64px!important}.ml-16-md-minus{margin-left:-64px!important}.mt-16-md-minus{margin-top:-64px!important}.mb-16-md-minus{margin-bottom:-64px!important}.p-17-md{padding:68px!important}.pr-17-md{padding-right:68px!important}.pl-17-md{padding-left:68px!important}.pt-17-md{padding-top:68px!important}.pb-17-md{padding-bottom:68px!important}.px-17-md{padding-left:68px!important;padding-right:68px!important}.py-17-md{padding-top:68px!important;padding-bottom:68px!important}.m-17-md{margin:68px!important}.mr-17-md{margin-right:68px!important}.ml-17-md{margin-left:68px!important}.mt-17-md{margin-top:68px!important}.mb-17-md{margin-bottom:68px!important}.mx-17-md{margin-left:68px!important;margin-right:68px!important}.my-17-md{margin-top:68px!important;margin-bottom:68px!important}.m-17-md-minus{margin:-68px!important}.mr-17-md-minus{margin-right:-68px!important}.ml-17-md-minus{margin-left:-68px!important}.mt-17-md-minus{margin-top:-68px!important}.mb-17-md-minus{margin-bottom:-68px!important}.p-18-md{padding:72px!important}.pr-18-md{padding-right:72px!important}.pl-18-md{padding-left:72px!important}.pt-18-md{padding-top:72px!important}.pb-18-md{padding-bottom:72px!important}.px-18-md{padding-left:72px!important;padding-right:72px!important}.py-18-md{padding-top:72px!important;padding-bottom:72px!important}.m-18-md{margin:72px!important}.mr-18-md{margin-right:72px!important}.ml-18-md{margin-left:72px!important}.mt-18-md{margin-top:72px!important}.mb-18-md{margin-bottom:72px!important}.mx-18-md{margin-left:72px!important;margin-right:72px!important}.my-18-md{margin-top:72px!important;margin-bottom:72px!important}.m-18-md-minus{margin:-72px!important}.mr-18-md-minus{margin-right:-72px!important}.ml-18-md-minus{margin-left:-72px!important}.mt-18-md-minus{margin-top:-72px!important}.mb-18-md-minus{margin-bottom:-72px!important}.p-19-md{padding:76px!important}.pr-19-md{padding-right:76px!important}.pl-19-md{padding-left:76px!important}.pt-19-md{padding-top:76px!important}.pb-19-md{padding-bottom:76px!important}.px-19-md{padding-left:76px!important;padding-right:76px!important}.py-19-md{padding-top:76px!important;padding-bottom:76px!important}.m-19-md{margin:76px!important}.mr-19-md{margin-right:76px!important}.ml-19-md{margin-left:76px!important}.mt-19-md{margin-top:76px!important}.mb-19-md{margin-bottom:76px!important}.mx-19-md{margin-left:76px!important;margin-right:76px!important}.my-19-md{margin-top:76px!important;margin-bottom:76px!important}.m-19-md-minus{margin:-76px!important}.mr-19-md-minus{margin-right:-76px!important}.ml-19-md-minus{margin-left:-76px!important}.mt-19-md-minus{margin-top:-76px!important}.mb-19-md-minus{margin-bottom:-76px!important}.p-20-md{padding:80px!important}.pr-20-md{padding-right:80px!important}.pl-20-md{padding-left:80px!important}.pt-20-md{padding-top:80px!important}.pb-20-md{padding-bottom:80px!important}.px-20-md{padding-left:80px!important;padding-right:80px!important}.py-20-md{padding-top:80px!important;padding-bottom:80px!important}.m-20-md{margin:80px!important}.mr-20-md{margin-right:80px!important}.ml-20-md{margin-left:80px!important}.mt-20-md{margin-top:80px!important}.mb-20-md{margin-bottom:80px!important}.mx-20-md{margin-left:80px!important;margin-right:80px!important}.my-20-md{margin-top:80px!important;margin-bottom:80px!important}.m-20-md-minus{margin:-80px!important}.mr-20-md-minus{margin-right:-80px!important}.ml-20-md-minus{margin-left:-80px!important}.mt-20-md-minus{margin-top:-80px!important}.mb-20-md-minus{margin-bottom:-80px!important}}@media screen and (min-width:992px){.mx-auto-lg{margin-left:auto!important;margin-right:auto!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-auto-lg{margin-top:auto!important}.mb-auto-lg{margin-bottom:auto!important}.p-0-lg{padding:0!important}.pl-0-lg{padding-left:0!important}.pr-0-lg{padding-right:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.m-0-lg{margin:0!important}.ml-0-lg{margin-left:0!important}.mr-0-lg{margin-right:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.p-0-lg{padding:0!important}.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-top:0!important;padding-bottom:0!important}.m-0-lg{margin:0!important}.mr-0-lg{margin-right:0!important}.ml-0-lg{margin-left:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.m-0-lg-minus{margin:0!important}.mr-0-lg-minus{margin-right:0!important}.ml-0-lg-minus{margin-left:0!important}.mt-0-lg-minus{margin-top:0!important}.mb-0-lg-minus{margin-bottom:0!important}.p-1-lg{padding:4px!important}.pr-1-lg{padding-right:4px!important}.pl-1-lg{padding-left:4px!important}.pt-1-lg{padding-top:4px!important}.pb-1-lg{padding-bottom:4px!important}.px-1-lg{padding-left:4px!important;padding-right:4px!important}.py-1-lg{padding-top:4px!important;padding-bottom:4px!important}.m-1-lg{margin:4px!important}.mr-1-lg{margin-right:4px!important}.ml-1-lg{margin-left:4px!important}.mt-1-lg{margin-top:4px!important}.mb-1-lg{margin-bottom:4px!important}.mx-1-lg{margin-left:4px!important;margin-right:4px!important}.my-1-lg{margin-top:4px!important;margin-bottom:4px!important}.m-1-lg-minus{margin:-4px!important}.mr-1-lg-minus{margin-right:-4px!important}.ml-1-lg-minus{margin-left:-4px!important}.mt-1-lg-minus{margin-top:-4px!important}.mb-1-lg-minus{margin-bottom:-4px!important}.p-2-lg{padding:8px!important}.pr-2-lg{padding-right:8px!important}.pl-2-lg{padding-left:8px!important}.pt-2-lg{padding-top:8px!important}.pb-2-lg{padding-bottom:8px!important}.px-2-lg{padding-left:8px!important;padding-right:8px!important}.py-2-lg{padding-top:8px!important;padding-bottom:8px!important}.m-2-lg{margin:8px!important}.mr-2-lg{margin-right:8px!important}.ml-2-lg{margin-left:8px!important}.mt-2-lg{margin-top:8px!important}.mb-2-lg{margin-bottom:8px!important}.mx-2-lg{margin-left:8px!important;margin-right:8px!important}.my-2-lg{margin-top:8px!important;margin-bottom:8px!important}.m-2-lg-minus{margin:-8px!important}.mr-2-lg-minus{margin-right:-8px!important}.ml-2-lg-minus{margin-left:-8px!important}.mt-2-lg-minus{margin-top:-8px!important}.mb-2-lg-minus{margin-bottom:-8px!important}.p-3-lg{padding:12px!important}.pr-3-lg{padding-right:12px!important}.pl-3-lg{padding-left:12px!important}.pt-3-lg{padding-top:12px!important}.pb-3-lg{padding-bottom:12px!important}.px-3-lg{padding-left:12px!important;padding-right:12px!important}.py-3-lg{padding-top:12px!important;padding-bottom:12px!important}.m-3-lg{margin:12px!important}.mr-3-lg{margin-right:12px!important}.ml-3-lg{margin-left:12px!important}.mt-3-lg{margin-top:12px!important}.mb-3-lg{margin-bottom:12px!important}.mx-3-lg{margin-left:12px!important;margin-right:12px!important}.my-3-lg{margin-top:12px!important;margin-bottom:12px!important}.m-3-lg-minus{margin:-12px!important}.mr-3-lg-minus{margin-right:-12px!important}.ml-3-lg-minus{margin-left:-12px!important}.mt-3-lg-minus{margin-top:-12px!important}.mb-3-lg-minus{margin-bottom:-12px!important}.p-4-lg{padding:16px!important}.pr-4-lg{padding-right:16px!important}.pl-4-lg{padding-left:16px!important}.pt-4-lg{padding-top:16px!important}.pb-4-lg{padding-bottom:16px!important}.px-4-lg{padding-left:16px!important;padding-right:16px!important}.py-4-lg{padding-top:16px!important;padding-bottom:16px!important}.m-4-lg{margin:16px!important}.mr-4-lg{margin-right:16px!important}.ml-4-lg{margin-left:16px!important}.mt-4-lg{margin-top:16px!important}.mb-4-lg{margin-bottom:16px!important}.mx-4-lg{margin-left:16px!important;margin-right:16px!important}.my-4-lg{margin-top:16px!important;margin-bottom:16px!important}.m-4-lg-minus{margin:-16px!important}.mr-4-lg-minus{margin-right:-16px!important}.ml-4-lg-minus{margin-left:-16px!important}.mt-4-lg-minus{margin-top:-16px!important}.mb-4-lg-minus{margin-bottom:-16px!important}.p-5-lg{padding:20px!important}.pr-5-lg{padding-right:20px!important}.pl-5-lg{padding-left:20px!important}.pt-5-lg{padding-top:20px!important}.pb-5-lg{padding-bottom:20px!important}.px-5-lg{padding-left:20px!important;padding-right:20px!important}.py-5-lg{padding-top:20px!important;padding-bottom:20px!important}.m-5-lg{margin:20px!important}.mr-5-lg{margin-right:20px!important}.ml-5-lg{margin-left:20px!important}.mt-5-lg{margin-top:20px!important}.mb-5-lg{margin-bottom:20px!important}.mx-5-lg{margin-left:20px!important;margin-right:20px!important}.my-5-lg{margin-top:20px!important;margin-bottom:20px!important}.m-5-lg-minus{margin:-20px!important}.mr-5-lg-minus{margin-right:-20px!important}.ml-5-lg-minus{margin-left:-20px!important}.mt-5-lg-minus{margin-top:-20px!important}.mb-5-lg-minus{margin-bottom:-20px!important}.p-6-lg{padding:24px!important}.pr-6-lg{padding-right:24px!important}.pl-6-lg{padding-left:24px!important}.pt-6-lg{padding-top:24px!important}.pb-6-lg{padding-bottom:24px!important}.px-6-lg{padding-left:24px!important;padding-right:24px!important}.py-6-lg{padding-top:24px!important;padding-bottom:24px!important}.m-6-lg{margin:24px!important}.mr-6-lg{margin-right:24px!important}.ml-6-lg{margin-left:24px!important}.mt-6-lg{margin-top:24px!important}.mb-6-lg{margin-bottom:24px!important}.mx-6-lg{margin-left:24px!important;margin-right:24px!important}.my-6-lg{margin-top:24px!important;margin-bottom:24px!important}.m-6-lg-minus{margin:-24px!important}.mr-6-lg-minus{margin-right:-24px!important}.ml-6-lg-minus{margin-left:-24px!important}.mt-6-lg-minus{margin-top:-24px!important}.mb-6-lg-minus{margin-bottom:-24px!important}.p-7-lg{padding:28px!important}.pr-7-lg{padding-right:28px!important}.pl-7-lg{padding-left:28px!important}.pt-7-lg{padding-top:28px!important}.pb-7-lg{padding-bottom:28px!important}.px-7-lg{padding-left:28px!important;padding-right:28px!important}.py-7-lg{padding-top:28px!important;padding-bottom:28px!important}.m-7-lg{margin:28px!important}.mr-7-lg{margin-right:28px!important}.ml-7-lg{margin-left:28px!important}.mt-7-lg{margin-top:28px!important}.mb-7-lg{margin-bottom:28px!important}.mx-7-lg{margin-left:28px!important;margin-right:28px!important}.my-7-lg{margin-top:28px!important;margin-bottom:28px!important}.m-7-lg-minus{margin:-28px!important}.mr-7-lg-minus{margin-right:-28px!important}.ml-7-lg-minus{margin-left:-28px!important}.mt-7-lg-minus{margin-top:-28px!important}.mb-7-lg-minus{margin-bottom:-28px!important}.p-8-lg{padding:32px!important}.pr-8-lg{padding-right:32px!important}.pl-8-lg{padding-left:32px!important}.pt-8-lg{padding-top:32px!important}.pb-8-lg{padding-bottom:32px!important}.px-8-lg{padding-left:32px!important;padding-right:32px!important}.py-8-lg{padding-top:32px!important;padding-bottom:32px!important}.m-8-lg{margin:32px!important}.mr-8-lg{margin-right:32px!important}.ml-8-lg{margin-left:32px!important}.mt-8-lg{margin-top:32px!important}.mb-8-lg{margin-bottom:32px!important}.mx-8-lg{margin-left:32px!important;margin-right:32px!important}.my-8-lg{margin-top:32px!important;margin-bottom:32px!important}.m-8-lg-minus{margin:-32px!important}.mr-8-lg-minus{margin-right:-32px!important}.ml-8-lg-minus{margin-left:-32px!important}.mt-8-lg-minus{margin-top:-32px!important}.mb-8-lg-minus{margin-bottom:-32px!important}.p-9-lg{padding:36px!important}.pr-9-lg{padding-right:36px!important}.pl-9-lg{padding-left:36px!important}.pt-9-lg{padding-top:36px!important}.pb-9-lg{padding-bottom:36px!important}.px-9-lg{padding-left:36px!important;padding-right:36px!important}.py-9-lg{padding-top:36px!important;padding-bottom:36px!important}.m-9-lg{margin:36px!important}.mr-9-lg{margin-right:36px!important}.ml-9-lg{margin-left:36px!important}.mt-9-lg{margin-top:36px!important}.mb-9-lg{margin-bottom:36px!important}.mx-9-lg{margin-left:36px!important;margin-right:36px!important}.my-9-lg{margin-top:36px!important;margin-bottom:36px!important}.m-9-lg-minus{margin:-36px!important}.mr-9-lg-minus{margin-right:-36px!important}.ml-9-lg-minus{margin-left:-36px!important}.mt-9-lg-minus{margin-top:-36px!important}.mb-9-lg-minus{margin-bottom:-36px!important}.p-10-lg{padding:40px!important}.pr-10-lg{padding-right:40px!important}.pl-10-lg{padding-left:40px!important}.pt-10-lg{padding-top:40px!important}.pb-10-lg{padding-bottom:40px!important}.px-10-lg{padding-left:40px!important;padding-right:40px!important}.py-10-lg{padding-top:40px!important;padding-bottom:40px!important}.m-10-lg{margin:40px!important}.mr-10-lg{margin-right:40px!important}.ml-10-lg{margin-left:40px!important}.mt-10-lg{margin-top:40px!important}.mb-10-lg{margin-bottom:40px!important}.mx-10-lg{margin-left:40px!important;margin-right:40px!important}.my-10-lg{margin-top:40px!important;margin-bottom:40px!important}.m-10-lg-minus{margin:-40px!important}.mr-10-lg-minus{margin-right:-40px!important}.ml-10-lg-minus{margin-left:-40px!important}.mt-10-lg-minus{margin-top:-40px!important}.mb-10-lg-minus{margin-bottom:-40px!important}.p-11-lg{padding:44px!important}.pr-11-lg{padding-right:44px!important}.pl-11-lg{padding-left:44px!important}.pt-11-lg{padding-top:44px!important}.pb-11-lg{padding-bottom:44px!important}.px-11-lg{padding-left:44px!important;padding-right:44px!important}.py-11-lg{padding-top:44px!important;padding-bottom:44px!important}.m-11-lg{margin:44px!important}.mr-11-lg{margin-right:44px!important}.ml-11-lg{margin-left:44px!important}.mt-11-lg{margin-top:44px!important}.mb-11-lg{margin-bottom:44px!important}.mx-11-lg{margin-left:44px!important;margin-right:44px!important}.my-11-lg{margin-top:44px!important;margin-bottom:44px!important}.m-11-lg-minus{margin:-44px!important}.mr-11-lg-minus{margin-right:-44px!important}.ml-11-lg-minus{margin-left:-44px!important}.mt-11-lg-minus{margin-top:-44px!important}.mb-11-lg-minus{margin-bottom:-44px!important}.p-12-lg{padding:48px!important}.pr-12-lg{padding-right:48px!important}.pl-12-lg{padding-left:48px!important}.pt-12-lg{padding-top:48px!important}.pb-12-lg{padding-bottom:48px!important}.px-12-lg{padding-left:48px!important;padding-right:48px!important}.py-12-lg{padding-top:48px!important;padding-bottom:48px!important}.m-12-lg{margin:48px!important}.mr-12-lg{margin-right:48px!important}.ml-12-lg{margin-left:48px!important}.mt-12-lg{margin-top:48px!important}.mb-12-lg{margin-bottom:48px!important}.mx-12-lg{margin-left:48px!important;margin-right:48px!important}.my-12-lg{margin-top:48px!important;margin-bottom:48px!important}.m-12-lg-minus{margin:-48px!important}.mr-12-lg-minus{margin-right:-48px!important}.ml-12-lg-minus{margin-left:-48px!important}.mt-12-lg-minus{margin-top:-48px!important}.mb-12-lg-minus{margin-bottom:-48px!important}.p-13-lg{padding:52px!important}.pr-13-lg{padding-right:52px!important}.pl-13-lg{padding-left:52px!important}.pt-13-lg{padding-top:52px!important}.pb-13-lg{padding-bottom:52px!important}.px-13-lg{padding-left:52px!important;padding-right:52px!important}.py-13-lg{padding-top:52px!important;padding-bottom:52px!important}.m-13-lg{margin:52px!important}.mr-13-lg{margin-right:52px!important}.ml-13-lg{margin-left:52px!important}.mt-13-lg{margin-top:52px!important}.mb-13-lg{margin-bottom:52px!important}.mx-13-lg{margin-left:52px!important;margin-right:52px!important}.my-13-lg{margin-top:52px!important;margin-bottom:52px!important}.m-13-lg-minus{margin:-52px!important}.mr-13-lg-minus{margin-right:-52px!important}.ml-13-lg-minus{margin-left:-52px!important}.mt-13-lg-minus{margin-top:-52px!important}.mb-13-lg-minus{margin-bottom:-52px!important}.p-14-lg{padding:56px!important}.pr-14-lg{padding-right:56px!important}.pl-14-lg{padding-left:56px!important}.pt-14-lg{padding-top:56px!important}.pb-14-lg{padding-bottom:56px!important}.px-14-lg{padding-left:56px!important;padding-right:56px!important}.py-14-lg{padding-top:56px!important;padding-bottom:56px!important}.m-14-lg{margin:56px!important}.mr-14-lg{margin-right:56px!important}.ml-14-lg{margin-left:56px!important}.mt-14-lg{margin-top:56px!important}.mb-14-lg{margin-bottom:56px!important}.mx-14-lg{margin-left:56px!important;margin-right:56px!important}.my-14-lg{margin-top:56px!important;margin-bottom:56px!important}.m-14-lg-minus{margin:-56px!important}.mr-14-lg-minus{margin-right:-56px!important}.ml-14-lg-minus{margin-left:-56px!important}.mt-14-lg-minus{margin-top:-56px!important}.mb-14-lg-minus{margin-bottom:-56px!important}.p-15-lg{padding:60px!important}.pr-15-lg{padding-right:60px!important}.pl-15-lg{padding-left:60px!important}.pt-15-lg{padding-top:60px!important}.pb-15-lg{padding-bottom:60px!important}.px-15-lg{padding-left:60px!important;padding-right:60px!important}.py-15-lg{padding-top:60px!important;padding-bottom:60px!important}.m-15-lg{margin:60px!important}.mr-15-lg{margin-right:60px!important}.ml-15-lg{margin-left:60px!important}.mt-15-lg{margin-top:60px!important}.mb-15-lg{margin-bottom:60px!important}.mx-15-lg{margin-left:60px!important;margin-right:60px!important}.my-15-lg{margin-top:60px!important;margin-bottom:60px!important}.m-15-lg-minus{margin:-60px!important}.mr-15-lg-minus{margin-right:-60px!important}.ml-15-lg-minus{margin-left:-60px!important}.mt-15-lg-minus{margin-top:-60px!important}.mb-15-lg-minus{margin-bottom:-60px!important}.p-16-lg{padding:64px!important}.pr-16-lg{padding-right:64px!important}.pl-16-lg{padding-left:64px!important}.pt-16-lg{padding-top:64px!important}.pb-16-lg{padding-bottom:64px!important}.px-16-lg{padding-left:64px!important;padding-right:64px!important}.py-16-lg{padding-top:64px!important;padding-bottom:64px!important}.m-16-lg{margin:64px!important}.mr-16-lg{margin-right:64px!important}.ml-16-lg{margin-left:64px!important}.mt-16-lg{margin-top:64px!important}.mb-16-lg{margin-bottom:64px!important}.mx-16-lg{margin-left:64px!important;margin-right:64px!important}.my-16-lg{margin-top:64px!important;margin-bottom:64px!important}.m-16-lg-minus{margin:-64px!important}.mr-16-lg-minus{margin-right:-64px!important}.ml-16-lg-minus{margin-left:-64px!important}.mt-16-lg-minus{margin-top:-64px!important}.mb-16-lg-minus{margin-bottom:-64px!important}.p-17-lg{padding:68px!important}.pr-17-lg{padding-right:68px!important}.pl-17-lg{padding-left:68px!important}.pt-17-lg{padding-top:68px!important}.pb-17-lg{padding-bottom:68px!important}.px-17-lg{padding-left:68px!important;padding-right:68px!important}.py-17-lg{padding-top:68px!important;padding-bottom:68px!important}.m-17-lg{margin:68px!important}.mr-17-lg{margin-right:68px!important}.ml-17-lg{margin-left:68px!important}.mt-17-lg{margin-top:68px!important}.mb-17-lg{margin-bottom:68px!important}.mx-17-lg{margin-left:68px!important;margin-right:68px!important}.my-17-lg{margin-top:68px!important;margin-bottom:68px!important}.m-17-lg-minus{margin:-68px!important}.mr-17-lg-minus{margin-right:-68px!important}.ml-17-lg-minus{margin-left:-68px!important}.mt-17-lg-minus{margin-top:-68px!important}.mb-17-lg-minus{margin-bottom:-68px!important}.p-18-lg{padding:72px!important}.pr-18-lg{padding-right:72px!important}.pl-18-lg{padding-left:72px!important}.pt-18-lg{padding-top:72px!important}.pb-18-lg{padding-bottom:72px!important}.px-18-lg{padding-left:72px!important;padding-right:72px!important}.py-18-lg{padding-top:72px!important;padding-bottom:72px!important}.m-18-lg{margin:72px!important}.mr-18-lg{margin-right:72px!important}.ml-18-lg{margin-left:72px!important}.mt-18-lg{margin-top:72px!important}.mb-18-lg{margin-bottom:72px!important}.mx-18-lg{margin-left:72px!important;margin-right:72px!important}.my-18-lg{margin-top:72px!important;margin-bottom:72px!important}.m-18-lg-minus{margin:-72px!important}.mr-18-lg-minus{margin-right:-72px!important}.ml-18-lg-minus{margin-left:-72px!important}.mt-18-lg-minus{margin-top:-72px!important}.mb-18-lg-minus{margin-bottom:-72px!important}.p-19-lg{padding:76px!important}.pr-19-lg{padding-right:76px!important}.pl-19-lg{padding-left:76px!important}.pt-19-lg{padding-top:76px!important}.pb-19-lg{padding-bottom:76px!important}.px-19-lg{padding-left:76px!important;padding-right:76px!important}.py-19-lg{padding-top:76px!important;padding-bottom:76px!important}.m-19-lg{margin:76px!important}.mr-19-lg{margin-right:76px!important}.ml-19-lg{margin-left:76px!important}.mt-19-lg{margin-top:76px!important}.mb-19-lg{margin-bottom:76px!important}.mx-19-lg{margin-left:76px!important;margin-right:76px!important}.my-19-lg{margin-top:76px!important;margin-bottom:76px!important}.m-19-lg-minus{margin:-76px!important}.mr-19-lg-minus{margin-right:-76px!important}.ml-19-lg-minus{margin-left:-76px!important}.mt-19-lg-minus{margin-top:-76px!important}.mb-19-lg-minus{margin-bottom:-76px!important}.p-20-lg{padding:80px!important}.pr-20-lg{padding-right:80px!important}.pl-20-lg{padding-left:80px!important}.pt-20-lg{padding-top:80px!important}.pb-20-lg{padding-bottom:80px!important}.px-20-lg{padding-left:80px!important;padding-right:80px!important}.py-20-lg{padding-top:80px!important;padding-bottom:80px!important}.m-20-lg{margin:80px!important}.mr-20-lg{margin-right:80px!important}.ml-20-lg{margin-left:80px!important}.mt-20-lg{margin-top:80px!important}.mb-20-lg{margin-bottom:80px!important}.mx-20-lg{margin-left:80px!important;margin-right:80px!important}.my-20-lg{margin-top:80px!important;margin-bottom:80px!important}.m-20-lg-minus{margin:-80px!important}.mr-20-lg-minus{margin-right:-80px!important}.ml-20-lg-minus{margin-left:-80px!important}.mt-20-lg-minus{margin-top:-80px!important}.mb-20-lg-minus{margin-bottom:-80px!important}}@media screen and (min-width:1200px){.mx-auto-xl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-auto-xl{margin-top:auto!important}.mb-auto-xl{margin-bottom:auto!important}.p-0-xl{padding:0!important}.pl-0-xl{padding-left:0!important}.pr-0-xl{padding-right:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.m-0-xl{margin:0!important}.ml-0-xl{margin-left:0!important}.mr-0-xl{margin-right:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.p-0-xl{padding:0!important}.pr-0-xl{padding-right:0!important}.pl-0-xl{padding-left:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-top:0!important;padding-bottom:0!important}.m-0-xl{margin:0!important}.mr-0-xl{margin-right:0!important}.ml-0-xl{margin-left:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.m-0-xl-minus{margin:0!important}.mr-0-xl-minus{margin-right:0!important}.ml-0-xl-minus{margin-left:0!important}.mt-0-xl-minus{margin-top:0!important}.mb-0-xl-minus{margin-bottom:0!important}.p-1-xl{padding:4px!important}.pr-1-xl{padding-right:4px!important}.pl-1-xl{padding-left:4px!important}.pt-1-xl{padding-top:4px!important}.pb-1-xl{padding-bottom:4px!important}.px-1-xl{padding-left:4px!important;padding-right:4px!important}.py-1-xl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xl{margin:4px!important}.mr-1-xl{margin-right:4px!important}.ml-1-xl{margin-left:4px!important}.mt-1-xl{margin-top:4px!important}.mb-1-xl{margin-bottom:4px!important}.mx-1-xl{margin-left:4px!important;margin-right:4px!important}.my-1-xl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xl-minus{margin:-4px!important}.mr-1-xl-minus{margin-right:-4px!important}.ml-1-xl-minus{margin-left:-4px!important}.mt-1-xl-minus{margin-top:-4px!important}.mb-1-xl-minus{margin-bottom:-4px!important}.p-2-xl{padding:8px!important}.pr-2-xl{padding-right:8px!important}.pl-2-xl{padding-left:8px!important}.pt-2-xl{padding-top:8px!important}.pb-2-xl{padding-bottom:8px!important}.px-2-xl{padding-left:8px!important;padding-right:8px!important}.py-2-xl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xl{margin:8px!important}.mr-2-xl{margin-right:8px!important}.ml-2-xl{margin-left:8px!important}.mt-2-xl{margin-top:8px!important}.mb-2-xl{margin-bottom:8px!important}.mx-2-xl{margin-left:8px!important;margin-right:8px!important}.my-2-xl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xl-minus{margin:-8px!important}.mr-2-xl-minus{margin-right:-8px!important}.ml-2-xl-minus{margin-left:-8px!important}.mt-2-xl-minus{margin-top:-8px!important}.mb-2-xl-minus{margin-bottom:-8px!important}.p-3-xl{padding:12px!important}.pr-3-xl{padding-right:12px!important}.pl-3-xl{padding-left:12px!important}.pt-3-xl{padding-top:12px!important}.pb-3-xl{padding-bottom:12px!important}.px-3-xl{padding-left:12px!important;padding-right:12px!important}.py-3-xl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xl{margin:12px!important}.mr-3-xl{margin-right:12px!important}.ml-3-xl{margin-left:12px!important}.mt-3-xl{margin-top:12px!important}.mb-3-xl{margin-bottom:12px!important}.mx-3-xl{margin-left:12px!important;margin-right:12px!important}.my-3-xl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xl-minus{margin:-12px!important}.mr-3-xl-minus{margin-right:-12px!important}.ml-3-xl-minus{margin-left:-12px!important}.mt-3-xl-minus{margin-top:-12px!important}.mb-3-xl-minus{margin-bottom:-12px!important}.p-4-xl{padding:16px!important}.pr-4-xl{padding-right:16px!important}.pl-4-xl{padding-left:16px!important}.pt-4-xl{padding-top:16px!important}.pb-4-xl{padding-bottom:16px!important}.px-4-xl{padding-left:16px!important;padding-right:16px!important}.py-4-xl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xl{margin:16px!important}.mr-4-xl{margin-right:16px!important}.ml-4-xl{margin-left:16px!important}.mt-4-xl{margin-top:16px!important}.mb-4-xl{margin-bottom:16px!important}.mx-4-xl{margin-left:16px!important;margin-right:16px!important}.my-4-xl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xl-minus{margin:-16px!important}.mr-4-xl-minus{margin-right:-16px!important}.ml-4-xl-minus{margin-left:-16px!important}.mt-4-xl-minus{margin-top:-16px!important}.mb-4-xl-minus{margin-bottom:-16px!important}.p-5-xl{padding:20px!important}.pr-5-xl{padding-right:20px!important}.pl-5-xl{padding-left:20px!important}.pt-5-xl{padding-top:20px!important}.pb-5-xl{padding-bottom:20px!important}.px-5-xl{padding-left:20px!important;padding-right:20px!important}.py-5-xl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xl{margin:20px!important}.mr-5-xl{margin-right:20px!important}.ml-5-xl{margin-left:20px!important}.mt-5-xl{margin-top:20px!important}.mb-5-xl{margin-bottom:20px!important}.mx-5-xl{margin-left:20px!important;margin-right:20px!important}.my-5-xl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xl-minus{margin:-20px!important}.mr-5-xl-minus{margin-right:-20px!important}.ml-5-xl-minus{margin-left:-20px!important}.mt-5-xl-minus{margin-top:-20px!important}.mb-5-xl-minus{margin-bottom:-20px!important}.p-6-xl{padding:24px!important}.pr-6-xl{padding-right:24px!important}.pl-6-xl{padding-left:24px!important}.pt-6-xl{padding-top:24px!important}.pb-6-xl{padding-bottom:24px!important}.px-6-xl{padding-left:24px!important;padding-right:24px!important}.py-6-xl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xl{margin:24px!important}.mr-6-xl{margin-right:24px!important}.ml-6-xl{margin-left:24px!important}.mt-6-xl{margin-top:24px!important}.mb-6-xl{margin-bottom:24px!important}.mx-6-xl{margin-left:24px!important;margin-right:24px!important}.my-6-xl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xl-minus{margin:-24px!important}.mr-6-xl-minus{margin-right:-24px!important}.ml-6-xl-minus{margin-left:-24px!important}.mt-6-xl-minus{margin-top:-24px!important}.mb-6-xl-minus{margin-bottom:-24px!important}.p-7-xl{padding:28px!important}.pr-7-xl{padding-right:28px!important}.pl-7-xl{padding-left:28px!important}.pt-7-xl{padding-top:28px!important}.pb-7-xl{padding-bottom:28px!important}.px-7-xl{padding-left:28px!important;padding-right:28px!important}.py-7-xl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xl{margin:28px!important}.mr-7-xl{margin-right:28px!important}.ml-7-xl{margin-left:28px!important}.mt-7-xl{margin-top:28px!important}.mb-7-xl{margin-bottom:28px!important}.mx-7-xl{margin-left:28px!important;margin-right:28px!important}.my-7-xl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xl-minus{margin:-28px!important}.mr-7-xl-minus{margin-right:-28px!important}.ml-7-xl-minus{margin-left:-28px!important}.mt-7-xl-minus{margin-top:-28px!important}.mb-7-xl-minus{margin-bottom:-28px!important}.p-8-xl{padding:32px!important}.pr-8-xl{padding-right:32px!important}.pl-8-xl{padding-left:32px!important}.pt-8-xl{padding-top:32px!important}.pb-8-xl{padding-bottom:32px!important}.px-8-xl{padding-left:32px!important;padding-right:32px!important}.py-8-xl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xl{margin:32px!important}.mr-8-xl{margin-right:32px!important}.ml-8-xl{margin-left:32px!important}.mt-8-xl{margin-top:32px!important}.mb-8-xl{margin-bottom:32px!important}.mx-8-xl{margin-left:32px!important;margin-right:32px!important}.my-8-xl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xl-minus{margin:-32px!important}.mr-8-xl-minus{margin-right:-32px!important}.ml-8-xl-minus{margin-left:-32px!important}.mt-8-xl-minus{margin-top:-32px!important}.mb-8-xl-minus{margin-bottom:-32px!important}.p-9-xl{padding:36px!important}.pr-9-xl{padding-right:36px!important}.pl-9-xl{padding-left:36px!important}.pt-9-xl{padding-top:36px!important}.pb-9-xl{padding-bottom:36px!important}.px-9-xl{padding-left:36px!important;padding-right:36px!important}.py-9-xl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xl{margin:36px!important}.mr-9-xl{margin-right:36px!important}.ml-9-xl{margin-left:36px!important}.mt-9-xl{margin-top:36px!important}.mb-9-xl{margin-bottom:36px!important}.mx-9-xl{margin-left:36px!important;margin-right:36px!important}.my-9-xl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xl-minus{margin:-36px!important}.mr-9-xl-minus{margin-right:-36px!important}.ml-9-xl-minus{margin-left:-36px!important}.mt-9-xl-minus{margin-top:-36px!important}.mb-9-xl-minus{margin-bottom:-36px!important}.p-10-xl{padding:40px!important}.pr-10-xl{padding-right:40px!important}.pl-10-xl{padding-left:40px!important}.pt-10-xl{padding-top:40px!important}.pb-10-xl{padding-bottom:40px!important}.px-10-xl{padding-left:40px!important;padding-right:40px!important}.py-10-xl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xl{margin:40px!important}.mr-10-xl{margin-right:40px!important}.ml-10-xl{margin-left:40px!important}.mt-10-xl{margin-top:40px!important}.mb-10-xl{margin-bottom:40px!important}.mx-10-xl{margin-left:40px!important;margin-right:40px!important}.my-10-xl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xl-minus{margin:-40px!important}.mr-10-xl-minus{margin-right:-40px!important}.ml-10-xl-minus{margin-left:-40px!important}.mt-10-xl-minus{margin-top:-40px!important}.mb-10-xl-minus{margin-bottom:-40px!important}.p-11-xl{padding:44px!important}.pr-11-xl{padding-right:44px!important}.pl-11-xl{padding-left:44px!important}.pt-11-xl{padding-top:44px!important}.pb-11-xl{padding-bottom:44px!important}.px-11-xl{padding-left:44px!important;padding-right:44px!important}.py-11-xl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xl{margin:44px!important}.mr-11-xl{margin-right:44px!important}.ml-11-xl{margin-left:44px!important}.mt-11-xl{margin-top:44px!important}.mb-11-xl{margin-bottom:44px!important}.mx-11-xl{margin-left:44px!important;margin-right:44px!important}.my-11-xl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xl-minus{margin:-44px!important}.mr-11-xl-minus{margin-right:-44px!important}.ml-11-xl-minus{margin-left:-44px!important}.mt-11-xl-minus{margin-top:-44px!important}.mb-11-xl-minus{margin-bottom:-44px!important}.p-12-xl{padding:48px!important}.pr-12-xl{padding-right:48px!important}.pl-12-xl{padding-left:48px!important}.pt-12-xl{padding-top:48px!important}.pb-12-xl{padding-bottom:48px!important}.px-12-xl{padding-left:48px!important;padding-right:48px!important}.py-12-xl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xl{margin:48px!important}.mr-12-xl{margin-right:48px!important}.ml-12-xl{margin-left:48px!important}.mt-12-xl{margin-top:48px!important}.mb-12-xl{margin-bottom:48px!important}.mx-12-xl{margin-left:48px!important;margin-right:48px!important}.my-12-xl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xl-minus{margin:-48px!important}.mr-12-xl-minus{margin-right:-48px!important}.ml-12-xl-minus{margin-left:-48px!important}.mt-12-xl-minus{margin-top:-48px!important}.mb-12-xl-minus{margin-bottom:-48px!important}.p-13-xl{padding:52px!important}.pr-13-xl{padding-right:52px!important}.pl-13-xl{padding-left:52px!important}.pt-13-xl{padding-top:52px!important}.pb-13-xl{padding-bottom:52px!important}.px-13-xl{padding-left:52px!important;padding-right:52px!important}.py-13-xl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xl{margin:52px!important}.mr-13-xl{margin-right:52px!important}.ml-13-xl{margin-left:52px!important}.mt-13-xl{margin-top:52px!important}.mb-13-xl{margin-bottom:52px!important}.mx-13-xl{margin-left:52px!important;margin-right:52px!important}.my-13-xl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xl-minus{margin:-52px!important}.mr-13-xl-minus{margin-right:-52px!important}.ml-13-xl-minus{margin-left:-52px!important}.mt-13-xl-minus{margin-top:-52px!important}.mb-13-xl-minus{margin-bottom:-52px!important}.p-14-xl{padding:56px!important}.pr-14-xl{padding-right:56px!important}.pl-14-xl{padding-left:56px!important}.pt-14-xl{padding-top:56px!important}.pb-14-xl{padding-bottom:56px!important}.px-14-xl{padding-left:56px!important;padding-right:56px!important}.py-14-xl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xl{margin:56px!important}.mr-14-xl{margin-right:56px!important}.ml-14-xl{margin-left:56px!important}.mt-14-xl{margin-top:56px!important}.mb-14-xl{margin-bottom:56px!important}.mx-14-xl{margin-left:56px!important;margin-right:56px!important}.my-14-xl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xl-minus{margin:-56px!important}.mr-14-xl-minus{margin-right:-56px!important}.ml-14-xl-minus{margin-left:-56px!important}.mt-14-xl-minus{margin-top:-56px!important}.mb-14-xl-minus{margin-bottom:-56px!important}.p-15-xl{padding:60px!important}.pr-15-xl{padding-right:60px!important}.pl-15-xl{padding-left:60px!important}.pt-15-xl{padding-top:60px!important}.pb-15-xl{padding-bottom:60px!important}.px-15-xl{padding-left:60px!important;padding-right:60px!important}.py-15-xl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xl{margin:60px!important}.mr-15-xl{margin-right:60px!important}.ml-15-xl{margin-left:60px!important}.mt-15-xl{margin-top:60px!important}.mb-15-xl{margin-bottom:60px!important}.mx-15-xl{margin-left:60px!important;margin-right:60px!important}.my-15-xl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xl-minus{margin:-60px!important}.mr-15-xl-minus{margin-right:-60px!important}.ml-15-xl-minus{margin-left:-60px!important}.mt-15-xl-minus{margin-top:-60px!important}.mb-15-xl-minus{margin-bottom:-60px!important}.p-16-xl{padding:64px!important}.pr-16-xl{padding-right:64px!important}.pl-16-xl{padding-left:64px!important}.pt-16-xl{padding-top:64px!important}.pb-16-xl{padding-bottom:64px!important}.px-16-xl{padding-left:64px!important;padding-right:64px!important}.py-16-xl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xl{margin:64px!important}.mr-16-xl{margin-right:64px!important}.ml-16-xl{margin-left:64px!important}.mt-16-xl{margin-top:64px!important}.mb-16-xl{margin-bottom:64px!important}.mx-16-xl{margin-left:64px!important;margin-right:64px!important}.my-16-xl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xl-minus{margin:-64px!important}.mr-16-xl-minus{margin-right:-64px!important}.ml-16-xl-minus{margin-left:-64px!important}.mt-16-xl-minus{margin-top:-64px!important}.mb-16-xl-minus{margin-bottom:-64px!important}.p-17-xl{padding:68px!important}.pr-17-xl{padding-right:68px!important}.pl-17-xl{padding-left:68px!important}.pt-17-xl{padding-top:68px!important}.pb-17-xl{padding-bottom:68px!important}.px-17-xl{padding-left:68px!important;padding-right:68px!important}.py-17-xl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xl{margin:68px!important}.mr-17-xl{margin-right:68px!important}.ml-17-xl{margin-left:68px!important}.mt-17-xl{margin-top:68px!important}.mb-17-xl{margin-bottom:68px!important}.mx-17-xl{margin-left:68px!important;margin-right:68px!important}.my-17-xl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xl-minus{margin:-68px!important}.mr-17-xl-minus{margin-right:-68px!important}.ml-17-xl-minus{margin-left:-68px!important}.mt-17-xl-minus{margin-top:-68px!important}.mb-17-xl-minus{margin-bottom:-68px!important}.p-18-xl{padding:72px!important}.pr-18-xl{padding-right:72px!important}.pl-18-xl{padding-left:72px!important}.pt-18-xl{padding-top:72px!important}.pb-18-xl{padding-bottom:72px!important}.px-18-xl{padding-left:72px!important;padding-right:72px!important}.py-18-xl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xl{margin:72px!important}.mr-18-xl{margin-right:72px!important}.ml-18-xl{margin-left:72px!important}.mt-18-xl{margin-top:72px!important}.mb-18-xl{margin-bottom:72px!important}.mx-18-xl{margin-left:72px!important;margin-right:72px!important}.my-18-xl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xl-minus{margin:-72px!important}.mr-18-xl-minus{margin-right:-72px!important}.ml-18-xl-minus{margin-left:-72px!important}.mt-18-xl-minus{margin-top:-72px!important}.mb-18-xl-minus{margin-bottom:-72px!important}.p-19-xl{padding:76px!important}.pr-19-xl{padding-right:76px!important}.pl-19-xl{padding-left:76px!important}.pt-19-xl{padding-top:76px!important}.pb-19-xl{padding-bottom:76px!important}.px-19-xl{padding-left:76px!important;padding-right:76px!important}.py-19-xl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xl{margin:76px!important}.mr-19-xl{margin-right:76px!important}.ml-19-xl{margin-left:76px!important}.mt-19-xl{margin-top:76px!important}.mb-19-xl{margin-bottom:76px!important}.mx-19-xl{margin-left:76px!important;margin-right:76px!important}.my-19-xl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xl-minus{margin:-76px!important}.mr-19-xl-minus{margin-right:-76px!important}.ml-19-xl-minus{margin-left:-76px!important}.mt-19-xl-minus{margin-top:-76px!important}.mb-19-xl-minus{margin-bottom:-76px!important}.p-20-xl{padding:80px!important}.pr-20-xl{padding-right:80px!important}.pl-20-xl{padding-left:80px!important}.pt-20-xl{padding-top:80px!important}.pb-20-xl{padding-bottom:80px!important}.px-20-xl{padding-left:80px!important;padding-right:80px!important}.py-20-xl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xl{margin:80px!important}.mr-20-xl{margin-right:80px!important}.ml-20-xl{margin-left:80px!important}.mt-20-xl{margin-top:80px!important}.mb-20-xl{margin-bottom:80px!important}.mx-20-xl{margin-left:80px!important;margin-right:80px!important}.my-20-xl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xl-minus{margin:-80px!important}.mr-20-xl-minus{margin-right:-80px!important}.ml-20-xl-minus{margin-left:-80px!important}.mt-20-xl-minus{margin-top:-80px!important}.mb-20-xl-minus{margin-bottom:-80px!important}}@media screen and (min-width:1452px){.mx-auto-xxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxl{margin-left:auto!important}.mr-auto-xxl{margin-right:auto!important}.mt-auto-xxl{margin-top:auto!important}.mb-auto-xxl{margin-bottom:auto!important}.p-0-xxl{padding:0!important}.pl-0-xxl{padding-left:0!important}.pr-0-xxl{padding-right:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.m-0-xxl{margin:0!important}.ml-0-xxl{margin-left:0!important}.mr-0-xxl{margin-right:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.p-0-xxl{padding:0!important}.pr-0-xxl{padding-right:0!important}.pl-0-xxl{padding-left:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.px-0-xxl{padding-left:0!important;padding-right:0!important}.py-0-xxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxl{margin:0!important}.mr-0-xxl{margin-right:0!important}.ml-0-xxl{margin-left:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.mx-0-xxl{margin-left:0!important;margin-right:0!important}.my-0-xxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxl-minus{margin:0!important}.mr-0-xxl-minus{margin-right:0!important}.ml-0-xxl-minus{margin-left:0!important}.mt-0-xxl-minus{margin-top:0!important}.mb-0-xxl-minus{margin-bottom:0!important}.p-1-xxl{padding:4px!important}.pr-1-xxl{padding-right:4px!important}.pl-1-xxl{padding-left:4px!important}.pt-1-xxl{padding-top:4px!important}.pb-1-xxl{padding-bottom:4px!important}.px-1-xxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxl{margin:4px!important}.mr-1-xxl{margin-right:4px!important}.ml-1-xxl{margin-left:4px!important}.mt-1-xxl{margin-top:4px!important}.mb-1-xxl{margin-bottom:4px!important}.mx-1-xxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxl-minus{margin:-4px!important}.mr-1-xxl-minus{margin-right:-4px!important}.ml-1-xxl-minus{margin-left:-4px!important}.mt-1-xxl-minus{margin-top:-4px!important}.mb-1-xxl-minus{margin-bottom:-4px!important}.p-2-xxl{padding:8px!important}.pr-2-xxl{padding-right:8px!important}.pl-2-xxl{padding-left:8px!important}.pt-2-xxl{padding-top:8px!important}.pb-2-xxl{padding-bottom:8px!important}.px-2-xxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxl{margin:8px!important}.mr-2-xxl{margin-right:8px!important}.ml-2-xxl{margin-left:8px!important}.mt-2-xxl{margin-top:8px!important}.mb-2-xxl{margin-bottom:8px!important}.mx-2-xxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxl-minus{margin:-8px!important}.mr-2-xxl-minus{margin-right:-8px!important}.ml-2-xxl-minus{margin-left:-8px!important}.mt-2-xxl-minus{margin-top:-8px!important}.mb-2-xxl-minus{margin-bottom:-8px!important}.p-3-xxl{padding:12px!important}.pr-3-xxl{padding-right:12px!important}.pl-3-xxl{padding-left:12px!important}.pt-3-xxl{padding-top:12px!important}.pb-3-xxl{padding-bottom:12px!important}.px-3-xxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxl{margin:12px!important}.mr-3-xxl{margin-right:12px!important}.ml-3-xxl{margin-left:12px!important}.mt-3-xxl{margin-top:12px!important}.mb-3-xxl{margin-bottom:12px!important}.mx-3-xxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxl-minus{margin:-12px!important}.mr-3-xxl-minus{margin-right:-12px!important}.ml-3-xxl-minus{margin-left:-12px!important}.mt-3-xxl-minus{margin-top:-12px!important}.mb-3-xxl-minus{margin-bottom:-12px!important}.p-4-xxl{padding:16px!important}.pr-4-xxl{padding-right:16px!important}.pl-4-xxl{padding-left:16px!important}.pt-4-xxl{padding-top:16px!important}.pb-4-xxl{padding-bottom:16px!important}.px-4-xxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxl{margin:16px!important}.mr-4-xxl{margin-right:16px!important}.ml-4-xxl{margin-left:16px!important}.mt-4-xxl{margin-top:16px!important}.mb-4-xxl{margin-bottom:16px!important}.mx-4-xxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxl-minus{margin:-16px!important}.mr-4-xxl-minus{margin-right:-16px!important}.ml-4-xxl-minus{margin-left:-16px!important}.mt-4-xxl-minus{margin-top:-16px!important}.mb-4-xxl-minus{margin-bottom:-16px!important}.p-5-xxl{padding:20px!important}.pr-5-xxl{padding-right:20px!important}.pl-5-xxl{padding-left:20px!important}.pt-5-xxl{padding-top:20px!important}.pb-5-xxl{padding-bottom:20px!important}.px-5-xxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxl{margin:20px!important}.mr-5-xxl{margin-right:20px!important}.ml-5-xxl{margin-left:20px!important}.mt-5-xxl{margin-top:20px!important}.mb-5-xxl{margin-bottom:20px!important}.mx-5-xxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxl-minus{margin:-20px!important}.mr-5-xxl-minus{margin-right:-20px!important}.ml-5-xxl-minus{margin-left:-20px!important}.mt-5-xxl-minus{margin-top:-20px!important}.mb-5-xxl-minus{margin-bottom:-20px!important}.p-6-xxl{padding:24px!important}.pr-6-xxl{padding-right:24px!important}.pl-6-xxl{padding-left:24px!important}.pt-6-xxl{padding-top:24px!important}.pb-6-xxl{padding-bottom:24px!important}.px-6-xxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxl{margin:24px!important}.mr-6-xxl{margin-right:24px!important}.ml-6-xxl{margin-left:24px!important}.mt-6-xxl{margin-top:24px!important}.mb-6-xxl{margin-bottom:24px!important}.mx-6-xxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxl-minus{margin:-24px!important}.mr-6-xxl-minus{margin-right:-24px!important}.ml-6-xxl-minus{margin-left:-24px!important}.mt-6-xxl-minus{margin-top:-24px!important}.mb-6-xxl-minus{margin-bottom:-24px!important}.p-7-xxl{padding:28px!important}.pr-7-xxl{padding-right:28px!important}.pl-7-xxl{padding-left:28px!important}.pt-7-xxl{padding-top:28px!important}.pb-7-xxl{padding-bottom:28px!important}.px-7-xxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxl{margin:28px!important}.mr-7-xxl{margin-right:28px!important}.ml-7-xxl{margin-left:28px!important}.mt-7-xxl{margin-top:28px!important}.mb-7-xxl{margin-bottom:28px!important}.mx-7-xxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxl-minus{margin:-28px!important}.mr-7-xxl-minus{margin-right:-28px!important}.ml-7-xxl-minus{margin-left:-28px!important}.mt-7-xxl-minus{margin-top:-28px!important}.mb-7-xxl-minus{margin-bottom:-28px!important}.p-8-xxl{padding:32px!important}.pr-8-xxl{padding-right:32px!important}.pl-8-xxl{padding-left:32px!important}.pt-8-xxl{padding-top:32px!important}.pb-8-xxl{padding-bottom:32px!important}.px-8-xxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxl{margin:32px!important}.mr-8-xxl{margin-right:32px!important}.ml-8-xxl{margin-left:32px!important}.mt-8-xxl{margin-top:32px!important}.mb-8-xxl{margin-bottom:32px!important}.mx-8-xxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxl-minus{margin:-32px!important}.mr-8-xxl-minus{margin-right:-32px!important}.ml-8-xxl-minus{margin-left:-32px!important}.mt-8-xxl-minus{margin-top:-32px!important}.mb-8-xxl-minus{margin-bottom:-32px!important}.p-9-xxl{padding:36px!important}.pr-9-xxl{padding-right:36px!important}.pl-9-xxl{padding-left:36px!important}.pt-9-xxl{padding-top:36px!important}.pb-9-xxl{padding-bottom:36px!important}.px-9-xxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxl{margin:36px!important}.mr-9-xxl{margin-right:36px!important}.ml-9-xxl{margin-left:36px!important}.mt-9-xxl{margin-top:36px!important}.mb-9-xxl{margin-bottom:36px!important}.mx-9-xxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxl-minus{margin:-36px!important}.mr-9-xxl-minus{margin-right:-36px!important}.ml-9-xxl-minus{margin-left:-36px!important}.mt-9-xxl-minus{margin-top:-36px!important}.mb-9-xxl-minus{margin-bottom:-36px!important}.p-10-xxl{padding:40px!important}.pr-10-xxl{padding-right:40px!important}.pl-10-xxl{padding-left:40px!important}.pt-10-xxl{padding-top:40px!important}.pb-10-xxl{padding-bottom:40px!important}.px-10-xxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxl{margin:40px!important}.mr-10-xxl{margin-right:40px!important}.ml-10-xxl{margin-left:40px!important}.mt-10-xxl{margin-top:40px!important}.mb-10-xxl{margin-bottom:40px!important}.mx-10-xxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxl-minus{margin:-40px!important}.mr-10-xxl-minus{margin-right:-40px!important}.ml-10-xxl-minus{margin-left:-40px!important}.mt-10-xxl-minus{margin-top:-40px!important}.mb-10-xxl-minus{margin-bottom:-40px!important}.p-11-xxl{padding:44px!important}.pr-11-xxl{padding-right:44px!important}.pl-11-xxl{padding-left:44px!important}.pt-11-xxl{padding-top:44px!important}.pb-11-xxl{padding-bottom:44px!important}.px-11-xxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxl{margin:44px!important}.mr-11-xxl{margin-right:44px!important}.ml-11-xxl{margin-left:44px!important}.mt-11-xxl{margin-top:44px!important}.mb-11-xxl{margin-bottom:44px!important}.mx-11-xxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxl-minus{margin:-44px!important}.mr-11-xxl-minus{margin-right:-44px!important}.ml-11-xxl-minus{margin-left:-44px!important}.mt-11-xxl-minus{margin-top:-44px!important}.mb-11-xxl-minus{margin-bottom:-44px!important}.p-12-xxl{padding:48px!important}.pr-12-xxl{padding-right:48px!important}.pl-12-xxl{padding-left:48px!important}.pt-12-xxl{padding-top:48px!important}.pb-12-xxl{padding-bottom:48px!important}.px-12-xxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxl{margin:48px!important}.mr-12-xxl{margin-right:48px!important}.ml-12-xxl{margin-left:48px!important}.mt-12-xxl{margin-top:48px!important}.mb-12-xxl{margin-bottom:48px!important}.mx-12-xxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxl-minus{margin:-48px!important}.mr-12-xxl-minus{margin-right:-48px!important}.ml-12-xxl-minus{margin-left:-48px!important}.mt-12-xxl-minus{margin-top:-48px!important}.mb-12-xxl-minus{margin-bottom:-48px!important}.p-13-xxl{padding:52px!important}.pr-13-xxl{padding-right:52px!important}.pl-13-xxl{padding-left:52px!important}.pt-13-xxl{padding-top:52px!important}.pb-13-xxl{padding-bottom:52px!important}.px-13-xxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxl{margin:52px!important}.mr-13-xxl{margin-right:52px!important}.ml-13-xxl{margin-left:52px!important}.mt-13-xxl{margin-top:52px!important}.mb-13-xxl{margin-bottom:52px!important}.mx-13-xxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxl-minus{margin:-52px!important}.mr-13-xxl-minus{margin-right:-52px!important}.ml-13-xxl-minus{margin-left:-52px!important}.mt-13-xxl-minus{margin-top:-52px!important}.mb-13-xxl-minus{margin-bottom:-52px!important}.p-14-xxl{padding:56px!important}.pr-14-xxl{padding-right:56px!important}.pl-14-xxl{padding-left:56px!important}.pt-14-xxl{padding-top:56px!important}.pb-14-xxl{padding-bottom:56px!important}.px-14-xxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxl{margin:56px!important}.mr-14-xxl{margin-right:56px!important}.ml-14-xxl{margin-left:56px!important}.mt-14-xxl{margin-top:56px!important}.mb-14-xxl{margin-bottom:56px!important}.mx-14-xxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxl-minus{margin:-56px!important}.mr-14-xxl-minus{margin-right:-56px!important}.ml-14-xxl-minus{margin-left:-56px!important}.mt-14-xxl-minus{margin-top:-56px!important}.mb-14-xxl-minus{margin-bottom:-56px!important}.p-15-xxl{padding:60px!important}.pr-15-xxl{padding-right:60px!important}.pl-15-xxl{padding-left:60px!important}.pt-15-xxl{padding-top:60px!important}.pb-15-xxl{padding-bottom:60px!important}.px-15-xxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxl{margin:60px!important}.mr-15-xxl{margin-right:60px!important}.ml-15-xxl{margin-left:60px!important}.mt-15-xxl{margin-top:60px!important}.mb-15-xxl{margin-bottom:60px!important}.mx-15-xxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxl-minus{margin:-60px!important}.mr-15-xxl-minus{margin-right:-60px!important}.ml-15-xxl-minus{margin-left:-60px!important}.mt-15-xxl-minus{margin-top:-60px!important}.mb-15-xxl-minus{margin-bottom:-60px!important}.p-16-xxl{padding:64px!important}.pr-16-xxl{padding-right:64px!important}.pl-16-xxl{padding-left:64px!important}.pt-16-xxl{padding-top:64px!important}.pb-16-xxl{padding-bottom:64px!important}.px-16-xxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxl{margin:64px!important}.mr-16-xxl{margin-right:64px!important}.ml-16-xxl{margin-left:64px!important}.mt-16-xxl{margin-top:64px!important}.mb-16-xxl{margin-bottom:64px!important}.mx-16-xxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxl-minus{margin:-64px!important}.mr-16-xxl-minus{margin-right:-64px!important}.ml-16-xxl-minus{margin-left:-64px!important}.mt-16-xxl-minus{margin-top:-64px!important}.mb-16-xxl-minus{margin-bottom:-64px!important}.p-17-xxl{padding:68px!important}.pr-17-xxl{padding-right:68px!important}.pl-17-xxl{padding-left:68px!important}.pt-17-xxl{padding-top:68px!important}.pb-17-xxl{padding-bottom:68px!important}.px-17-xxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxl{margin:68px!important}.mr-17-xxl{margin-right:68px!important}.ml-17-xxl{margin-left:68px!important}.mt-17-xxl{margin-top:68px!important}.mb-17-xxl{margin-bottom:68px!important}.mx-17-xxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxl-minus{margin:-68px!important}.mr-17-xxl-minus{margin-right:-68px!important}.ml-17-xxl-minus{margin-left:-68px!important}.mt-17-xxl-minus{margin-top:-68px!important}.mb-17-xxl-minus{margin-bottom:-68px!important}.p-18-xxl{padding:72px!important}.pr-18-xxl{padding-right:72px!important}.pl-18-xxl{padding-left:72px!important}.pt-18-xxl{padding-top:72px!important}.pb-18-xxl{padding-bottom:72px!important}.px-18-xxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxl{margin:72px!important}.mr-18-xxl{margin-right:72px!important}.ml-18-xxl{margin-left:72px!important}.mt-18-xxl{margin-top:72px!important}.mb-18-xxl{margin-bottom:72px!important}.mx-18-xxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxl-minus{margin:-72px!important}.mr-18-xxl-minus{margin-right:-72px!important}.ml-18-xxl-minus{margin-left:-72px!important}.mt-18-xxl-minus{margin-top:-72px!important}.mb-18-xxl-minus{margin-bottom:-72px!important}.p-19-xxl{padding:76px!important}.pr-19-xxl{padding-right:76px!important}.pl-19-xxl{padding-left:76px!important}.pt-19-xxl{padding-top:76px!important}.pb-19-xxl{padding-bottom:76px!important}.px-19-xxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxl{margin:76px!important}.mr-19-xxl{margin-right:76px!important}.ml-19-xxl{margin-left:76px!important}.mt-19-xxl{margin-top:76px!important}.mb-19-xxl{margin-bottom:76px!important}.mx-19-xxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxl-minus{margin:-76px!important}.mr-19-xxl-minus{margin-right:-76px!important}.ml-19-xxl-minus{margin-left:-76px!important}.mt-19-xxl-minus{margin-top:-76px!important}.mb-19-xxl-minus{margin-bottom:-76px!important}.p-20-xxl{padding:80px!important}.pr-20-xxl{padding-right:80px!important}.pl-20-xxl{padding-left:80px!important}.pt-20-xxl{padding-top:80px!important}.pb-20-xxl{padding-bottom:80px!important}.px-20-xxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxl{margin:80px!important}.mr-20-xxl{margin-right:80px!important}.ml-20-xxl{margin-left:80px!important}.mt-20-xxl{margin-top:80px!important}.mb-20-xxl{margin-bottom:80px!important}.mx-20-xxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxl-minus{margin:-80px!important}.mr-20-xxl-minus{margin-right:-80px!important}.ml-20-xxl-minus{margin-left:-80px!important}.mt-20-xxl-minus{margin-top:-80px!important}.mb-20-xxl-minus{margin-bottom:-80px!important}}.text-ultralight{font-weight:100!important}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-bold{font-weight:700!important}.display4{font-size:7rem;font-weight:200}.display3{font-size:3.5rem;font-weight:400}.display2{font-size:3rem;font-weight:400}.display1{font-size:2.25rem;font-weight:400}.display1,.display2,.display3,.display4{margin-top:1.25rem;margin-bottom:1.25rem;line-height:1.2}.display1,.display2,.display3,.display4{color:#757575}.h1,.leader,h1{font-weight:100;font-size:3rem}.h2,.sub-leader,h2{font-weight:400;font-size:2rem}.h3,.header,h3{font-weight:500;font-size:1.75rem}.h4,.sub-header,h4{font-weight:500;font-size:1.5rem}.alt-header,.h5,h5{font-weight:500;font-size:1.25rem}.h6,.sub-alt-header,h6{font-weight:500;font-size:1.125rem}.text-small{font-weight:400;font-size:.75rem}.text-secondary{font-weight:400;font-size:.875rem}.text-leader{font-size:1.5rem;font-weight:300;line-height:1.2}.text-leader2{font-size:1.25rem;font-weight:300;line-height:1.2}.text-muted{color:#bebebe}.alt-header,.h1,.h2,.h3,.h4,.h5,.h6,.header,.leader,.sub-alt-header,.sub-header,.sub-leader,h1,h2,h3,h4,h5,h6{color:inherit;margin:1rem 0;line-height:1.1}.alt-header>.small,.alt-header>small,.h1>.small,.h1>small,.h2>.small,.h2>small,.h3>.small,.h3>small,.h4>.small,.h4>small,.h5>.small,.h5>small,.h6>.small,.h6>small,.header>.small,.header>small,.leader>.small,.leader>small,.sub-alt-header>.small,.sub-alt-header>small,.sub-header>.small,.sub-header>small,.sub-leader>.small,.sub-leader>small,h1>.small,h1>small,h2>.small,h2>small,h3>.small,h3>small,h4>.small,h4>small,h5>.small,h5>small,h6>.small,h6>small{font-weight:400;font-size:.7em;line-height:1;color:#777}.text-upper{text-transform:uppercase!important}.text-lower{text-transform:lowercase!important}.text-cap{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-just{text-align:justify!important}.text-ellipsis{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.va-baseline{vertical-align:baseline!important}.va-middle{vertical-align:middle!important}.va-sub{vertical-align:sub!important}.va-super{vertical-align:super!important}.va-text-top{vertical-align:text-top!important}.va-text-bottom{vertical-align:text-bottom!important}abbr{text-decoration:none;border-bottom:1px #bebebe dotted;cursor:help;display:inline}address{font-weight:400;margin-bottom:1rem;font-style:normal}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{margin-top:0;margin-bottom:1rem;overflow:auto}code{white-space:nowrap}pre code{white-space:inherit}a:not([class]){position:relative;color:#0366d6;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-box-shadow:none;box-shadow:none}a:not([class]):hover{color:#0056b3;text-decoration:underline}a:not([class]):not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([class]):not([href]):not([tabindex]):focus,a:not([class]):not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;outline:0}.no-decor{text-decoration:none!important}mark{padding:.1875rem;background-color:#fcf8e3;color:#000}del{color:#bebebe}*+p{margin-top:1rem}dl,ol,ul{margin:1rem;list-style-position:inside}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin-bottom:0;margin-top:0;padding-left:1.5rem}dir,menu,ul{display:block;list-style-type:disc}ol{list-style-type:decimal}ul ul{list-style:circle}ul ul ul{list-style:square}ol{list-style-type:upper-roman}ol ol{list-style-type:decimal}ol ol ol{list-style-type:lower-alpha}dl dd,dl dt{line-height:1.25rem}dl dt{font-weight:700}dl dd{margin-left:.9375rem}dl.horizontal dt{float:left;width:10rem;overflow:hidden;clear:left;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}dl.horizontal dd{margin-left:11.25rem}.indent:first-letter{margin-left:2.5rem}.indent-letter:first-letter{font-weight:700;float:left;padding:0;line-height:2.5rem;font-size:3rem;margin-right:.5rem;margin-left:-.125rem;margin-top:.125rem}blockquote{margin-bottom:1rem;padding:0 0 0 .625rem;border-left:.25rem #f8f8f8 solid}blockquote small{color:#bebebe}blockquote small:before{content:"\2014 \00A0"}blockquote.right-side{border:0;border-right:4px #f8f8f8 solid;padding-right:.625rem;text-align:right}blockquote.right-side small:before{content:""}blockquote.right-side small:after{content:" \00A0 \2014"}hr{border:0;height:2px;background-color:#f8f8f8}hr.thin{height:1px}hr.fat{height:3px}.tally,code,kbd{display:inline-block;padding:0 6px;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem;line-height:20px;vertical-align:middle;height:20px}a .tally,a code,a kbd{text-decoration:underline;cursor:pointer}kbd{background-color:#004d6f;color:#fff}.tally{line-height:16px;background-color:#e9ecef}pre code{background-color:inherit;height:auto}.remark{display:block;position:relative;border:1px solid #dfdfdf;border-left:4px solid #dfdfdf;padding:1rem;font-size:.875rem;margin:1rem 0}.reduce-1{font-size:.9em!important}.reduce-2{font-size:.8em!important}.reduce-3{font-size:.7em!important}.reduce-4{font-size:.6em!important}.reduce-5{font-size:.5em!important}.reduce-6{font-size:.4em!important}.reduce-7{font-size:.3em!important}.reduce-8{font-size:.2em!important}.reduce-9{font-size:.1em!important}.enlarge{font-size:1em!important}.enlarge-1{font-size:1.1em!important}.enlarge-2{font-size:1.2em!important}.enlarge-3{font-size:1.3em!important}.enlarge-4{font-size:1.4em!important}.enlarge-5{font-size:1.5em!important}.enlarge-6{font-size:1.6em!important}.enlarge-7{font-size:1.7em!important}.enlarge-8{font-size:1.8em!important}.enlarge-9{font-size:1.9em!important}.enlarge-2x{font-size:2em!important}.enlarge-3x{font-size:3em!important}.enlarge-4x{font-size:4em!important}.align-size{font-size:1em!important}.text-underline{text-decoration:underline}@media screen and (min-width:0){.text-upper-fs{text-transform:uppercase!important}.text-lower-fs{text-transform:lowercase!important}.text-cap-fs{text-transform:capitalize!important}.text-left-fs{text-align:left!important}.text-right-fs{text-align:right!important}.text-center-fs{text-align:center!important}.text-just-fs{text-align:justify!important}.va-top-fs{vertical-align:top!important}.va-bottom-fs{vertical-align:bottom!important}.va-baseline-fs{vertical-align:baseline!important}.va-middle-fs{vertical-align:middle!important}.va-sub-fs{vertical-align:sub!important}.va-super-fs{vertical-align:super!important}.va-text-top-fs{vertical-align:text-top!important}.va-text-bottom-fs{vertical-align:text-bottom!important}.reduce-1-fs{font-size:.9em!important}.reduce-2-fs{font-size:.8em!important}.reduce-3-fs{font-size:.7em!important}.reduce-4-fs{font-size:.6em!important}.reduce-5-fs{font-size:.5em!important}.reduce-6-fs{font-size:.4em!important}.reduce-7-fs{font-size:.3em!important}.reduce-8-fs{font-size:.2em!important}.reduce-9-fs{font-size:.1em!important}.enlarge-fs{font-size:1em!important}.enlarge-1-fs{font-size:1.1em!important}.enlarge-2-fs{font-size:1.2em!important}.enlarge-3-fs{font-size:1.3em!important}.enlarge-4-fs{font-size:1.4em!important}.enlarge-5-fs{font-size:1.5em!important}.enlarge-6-fs{font-size:1.6em!important}.enlarge-7-fs{font-size:1.7em!important}.enlarge-8-fs{font-size:1.8em!important}.enlarge-9-fs{font-size:1.9em!important}.enlarge-2x-fs{font-size:2em!important}.enlarge-3x-fs{font-size:3em!important}.enlarge-4x-fs{font-size:4em!important}}@media screen and (min-width:576px){.text-upper-sm{text-transform:uppercase!important}.text-lower-sm{text-transform:lowercase!important}.text-cap-sm{text-transform:capitalize!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}.text-just-sm{text-align:justify!important}.va-top-sm{vertical-align:top!important}.va-bottom-sm{vertical-align:bottom!important}.va-baseline-sm{vertical-align:baseline!important}.va-middle-sm{vertical-align:middle!important}.va-sub-sm{vertical-align:sub!important}.va-super-sm{vertical-align:super!important}.va-text-top-sm{vertical-align:text-top!important}.va-text-bottom-sm{vertical-align:text-bottom!important}.reduce-1-sm{font-size:.9em!important}.reduce-2-sm{font-size:.8em!important}.reduce-3-sm{font-size:.7em!important}.reduce-4-sm{font-size:.6em!important}.reduce-5-sm{font-size:.5em!important}.reduce-6-sm{font-size:.4em!important}.reduce-7-sm{font-size:.3em!important}.reduce-8-sm{font-size:.2em!important}.reduce-9-sm{font-size:.1em!important}.enlarge-sm{font-size:1em!important}.enlarge-1-sm{font-size:1.1em!important}.enlarge-2-sm{font-size:1.2em!important}.enlarge-3-sm{font-size:1.3em!important}.enlarge-4-sm{font-size:1.4em!important}.enlarge-5-sm{font-size:1.5em!important}.enlarge-6-sm{font-size:1.6em!important}.enlarge-7-sm{font-size:1.7em!important}.enlarge-8-sm{font-size:1.8em!important}.enlarge-9-sm{font-size:1.9em!important}.enlarge-2x-sm{font-size:2em!important}.enlarge-3x-sm{font-size:3em!important}.enlarge-4x-sm{font-size:4em!important}}@media screen and (min-width:768px){.text-upper-md{text-transform:uppercase!important}.text-lower-md{text-transform:lowercase!important}.text-cap-md{text-transform:capitalize!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}.text-just-md{text-align:justify!important}.va-top-md{vertical-align:top!important}.va-bottom-md{vertical-align:bottom!important}.va-baseline-md{vertical-align:baseline!important}.va-middle-md{vertical-align:middle!important}.va-sub-md{vertical-align:sub!important}.va-super-md{vertical-align:super!important}.va-text-top-md{vertical-align:text-top!important}.va-text-bottom-md{vertical-align:text-bottom!important}.reduce-1-md{font-size:.9em!important}.reduce-2-md{font-size:.8em!important}.reduce-3-md{font-size:.7em!important}.reduce-4-md{font-size:.6em!important}.reduce-5-md{font-size:.5em!important}.reduce-6-md{font-size:.4em!important}.reduce-7-md{font-size:.3em!important}.reduce-8-md{font-size:.2em!important}.reduce-9-md{font-size:.1em!important}.enlarge-md{font-size:1em!important}.enlarge-1-md{font-size:1.1em!important}.enlarge-2-md{font-size:1.2em!important}.enlarge-3-md{font-size:1.3em!important}.enlarge-4-md{font-size:1.4em!important}.enlarge-5-md{font-size:1.5em!important}.enlarge-6-md{font-size:1.6em!important}.enlarge-7-md{font-size:1.7em!important}.enlarge-8-md{font-size:1.8em!important}.enlarge-9-md{font-size:1.9em!important}.enlarge-2x-md{font-size:2em!important}.enlarge-3x-md{font-size:3em!important}.enlarge-4x-md{font-size:4em!important}}@media screen and (min-width:992px){.text-upper-lg{text-transform:uppercase!important}.text-lower-lg{text-transform:lowercase!important}.text-cap-lg{text-transform:capitalize!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}.text-just-lg{text-align:justify!important}.va-top-lg{vertical-align:top!important}.va-bottom-lg{vertical-align:bottom!important}.va-baseline-lg{vertical-align:baseline!important}.va-middle-lg{vertical-align:middle!important}.va-sub-lg{vertical-align:sub!important}.va-super-lg{vertical-align:super!important}.va-text-top-lg{vertical-align:text-top!important}.va-text-bottom-lg{vertical-align:text-bottom!important}.reduce-1-lg{font-size:.9em!important}.reduce-2-lg{font-size:.8em!important}.reduce-3-lg{font-size:.7em!important}.reduce-4-lg{font-size:.6em!important}.reduce-5-lg{font-size:.5em!important}.reduce-6-lg{font-size:.4em!important}.reduce-7-lg{font-size:.3em!important}.reduce-8-lg{font-size:.2em!important}.reduce-9-lg{font-size:.1em!important}.enlarge-lg{font-size:1em!important}.enlarge-1-lg{font-size:1.1em!important}.enlarge-2-lg{font-size:1.2em!important}.enlarge-3-lg{font-size:1.3em!important}.enlarge-4-lg{font-size:1.4em!important}.enlarge-5-lg{font-size:1.5em!important}.enlarge-6-lg{font-size:1.6em!important}.enlarge-7-lg{font-size:1.7em!important}.enlarge-8-lg{font-size:1.8em!important}.enlarge-9-lg{font-size:1.9em!important}.enlarge-2x-lg{font-size:2em!important}.enlarge-3x-lg{font-size:3em!important}.enlarge-4x-lg{font-size:4em!important}}@media screen and (min-width:1200px){.text-upper-xl{text-transform:uppercase!important}.text-lower-xl{text-transform:lowercase!important}.text-cap-xl{text-transform:capitalize!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.text-center-xl{text-align:center!important}.text-just-xl{text-align:justify!important}.va-top-xl{vertical-align:top!important}.va-bottom-xl{vertical-align:bottom!important}.va-baseline-xl{vertical-align:baseline!important}.va-middle-xl{vertical-align:middle!important}.va-sub-xl{vertical-align:sub!important}.va-super-xl{vertical-align:super!important}.va-text-top-xl{vertical-align:text-top!important}.va-text-bottom-xl{vertical-align:text-bottom!important}.reduce-1-xl{font-size:.9em!important}.reduce-2-xl{font-size:.8em!important}.reduce-3-xl{font-size:.7em!important}.reduce-4-xl{font-size:.6em!important}.reduce-5-xl{font-size:.5em!important}.reduce-6-xl{font-size:.4em!important}.reduce-7-xl{font-size:.3em!important}.reduce-8-xl{font-size:.2em!important}.reduce-9-xl{font-size:.1em!important}.enlarge-xl{font-size:1em!important}.enlarge-1-xl{font-size:1.1em!important}.enlarge-2-xl{font-size:1.2em!important}.enlarge-3-xl{font-size:1.3em!important}.enlarge-4-xl{font-size:1.4em!important}.enlarge-5-xl{font-size:1.5em!important}.enlarge-6-xl{font-size:1.6em!important}.enlarge-7-xl{font-size:1.7em!important}.enlarge-8-xl{font-size:1.8em!important}.enlarge-9-xl{font-size:1.9em!important}.enlarge-2x-xl{font-size:2em!important}.enlarge-3x-xl{font-size:3em!important}.enlarge-4x-xl{font-size:4em!important}}@media screen and (min-width:1452px){.text-upper-xxl{text-transform:uppercase!important}.text-lower-xxl{text-transform:lowercase!important}.text-cap-xxl{text-transform:capitalize!important}.text-left-xxl{text-align:left!important}.text-right-xxl{text-align:right!important}.text-center-xxl{text-align:center!important}.text-just-xxl{text-align:justify!important}.va-top-xxl{vertical-align:top!important}.va-bottom-xxl{vertical-align:bottom!important}.va-baseline-xxl{vertical-align:baseline!important}.va-middle-xxl{vertical-align:middle!important}.va-sub-xxl{vertical-align:sub!important}.va-super-xxl{vertical-align:super!important}.va-text-top-xxl{vertical-align:text-top!important}.va-text-bottom-xxl{vertical-align:text-bottom!important}.reduce-1-xxl{font-size:.9em!important}.reduce-2-xxl{font-size:.8em!important}.reduce-3-xxl{font-size:.7em!important}.reduce-4-xxl{font-size:.6em!important}.reduce-5-xxl{font-size:.5em!important}.reduce-6-xxl{font-size:.4em!important}.reduce-7-xxl{font-size:.3em!important}.reduce-8-xxl{font-size:.2em!important}.reduce-9-xxl{font-size:.1em!important}.enlarge-xxl{font-size:1em!important}.enlarge-1-xxl{font-size:1.1em!important}.enlarge-2-xxl{font-size:1.2em!important}.enlarge-3-xxl{font-size:1.3em!important}.enlarge-4-xxl{font-size:1.4em!important}.enlarge-5-xxl{font-size:1.5em!important}.enlarge-6-xxl{font-size:1.6em!important}.enlarge-7-xxl{font-size:1.7em!important}.enlarge-8-xxl{font-size:1.8em!important}.enlarge-9-xxl{font-size:1.9em!important}.enlarge-2x-xxl{font-size:2em!important}.enlarge-3x-xxl{font-size:3em!important}.enlarge-4x-xxl{font-size:4em!important}}.m4-cloak{opacity:0}.transition{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.inherit-colors{background-color:inherit!important;color:inherit!important}.inherit-background{background-color:inherit!important}.inherit-color{color:inherit!important}[class*=default-icon]{display:block;height:16px;width:16px;border:none!important;background-size:cover;background-color:transparent;opacity:.5;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin:auto}[class*=default-icon]:hover{opacity:1}.clear-fix::after,.clear::after,.clearfix::after{display:block;clear:both;content:""}.overflow{overflow:auto!important}.no-overflow{overflow:hidden!important}.scroll{overflow:scroll!important}.scroll-x{overflow-x:auto!important}.scroll-y{overflow-y:auto!important}.no-scroll{overflow:hidden!important}.no-scroll-x{overflow-x:hidden!important}.no-scroll-y{overflow-y:hidden!important}.wrap{white-space:normal!important}.no-wrap{white-space:nowrap!important}.no-user-select{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.no-appearance{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.collapse{overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}.v-center{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.h-center{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.neb::before{display:block;position:absolute;content:"";width:1rem;height:1rem;background-color:inherit;border:1px solid transparent;border-right-color:inherit;border-bottom-color:inherit}.neb.neb-s::before{top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.neb.neb-sw::before{top:100%;left:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-se::before{top:100%;right:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-n::before{top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-135deg);transform:translateX(-50%) translateY(-50%) rotate(-135deg)}.neb.neb-nw::before{top:0;left:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-ne::before{top:0;right:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-en::before{top:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-e::before{top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg)}.neb.neb-es::before{bottom:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-wn::before{top:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb.neb-w::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg)}.neb.neb-ws::before{bottom:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb2::before{display:block;content:"";width:0;height:0;border-style:solid;position:absolute}.neb2.neb-s::before{border-width:24px 24px 0 24px;border-color:#fff transparent transparent transparent;top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-n::before{border-width:0 24px 24px 24px;border-color:transparent transparent #fff transparent;top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-e::before{border-width:24px 0 24px 24px;border-color:transparent transparent transparent #fff;top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%);-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.neb2.neb-w::before{border-width:24px 24px 24px 0;border-color:transparent #fff transparent transparent;top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.selected{-webkit-box-shadow:0 0 0 4px #5ebdec!important;box-shadow:0 0 0 4px #5ebdec!important}.selected::after{position:absolute;display:block;border-top:28px solid #5ebdec;border-left:28px solid transparent;right:-1px;content:"";top:-1px;z-index:100}.selected::before{position:absolute;display:block;content:"";background-color:transparent;border-color:#fff!important;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;right:.25rem;top:.25rem;z-index:102;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.-disabled,.disabled{pointer-events:none!important;color:#e4e4e4!important}.stop-pointer{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:0){.overflow-fs{overflow:auto!important}.no-overflow-fs{overflow:hidden!important}.scroll-fs{overflow:scroll!important}.scroll-x-fs{overflow-x:auto!important}.scroll-y-fs{overflow-y:auto!important}.no-scroll-fs{overflow:hidden!important}.no-scroll-x-fs{overflow-x:hidden!important}.no-scroll-y-fs{overflow-y:hidden!important}.wrap-fs{white-space:normal!important}.no-wrap-fs{white-space:nowrap!important}.collapse-fs{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-fs{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:576px){.overflow-sm{overflow:auto!important}.no-overflow-sm{overflow:hidden!important}.scroll-sm{overflow:scroll!important}.scroll-x-sm{overflow-x:auto!important}.scroll-y-sm{overflow-y:auto!important}.no-scroll-sm{overflow:hidden!important}.no-scroll-x-sm{overflow-x:hidden!important}.no-scroll-y-sm{overflow-y:hidden!important}.wrap-sm{white-space:normal!important}.no-wrap-sm{white-space:nowrap!important}.collapse-sm{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-sm{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:768px){.overflow-md{overflow:auto!important}.no-overflow-md{overflow:hidden!important}.scroll-md{overflow:scroll!important}.scroll-x-md{overflow-x:auto!important}.scroll-y-md{overflow-y:auto!important}.no-scroll-md{overflow:hidden!important}.no-scroll-x-md{overflow-x:hidden!important}.no-scroll-y-md{overflow-y:hidden!important}.wrap-md{white-space:normal!important}.no-wrap-md{white-space:nowrap!important}.collapse-md{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-md{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:992px){.overflow-lg{overflow:auto!important}.no-overflow-lg{overflow:hidden!important}.scroll-lg{overflow:scroll!important}.scroll-x-lg{overflow-x:auto!important}.scroll-y-lg{overflow-y:auto!important}.no-scroll-lg{overflow:hidden!important}.no-scroll-x-lg{overflow-x:hidden!important}.no-scroll-y-lg{overflow-y:hidden!important}.wrap-lg{white-space:normal!important}.no-wrap-lg{white-space:nowrap!important}.collapse-lg{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-lg{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1200px){.overflow-xl{overflow:auto!important}.no-overflow-xl{overflow:hidden!important}.scroll-xl{overflow:scroll!important}.scroll-x-xl{overflow-x:auto!important}.scroll-y-xl{overflow-y:auto!important}.no-scroll-xl{overflow:hidden!important}.no-scroll-x-xl{overflow-x:hidden!important}.no-scroll-y-xl{overflow-y:hidden!important}.wrap-xl{white-space:normal!important}.no-wrap-xl{white-space:nowrap!important}.collapse-xl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1452px){.overflow-xxl{overflow:auto!important}.no-overflow-xxl{overflow:hidden!important}.scroll-xxl{overflow:scroll!important}.scroll-x-xxl{overflow-x:auto!important}.scroll-y-xxl{overflow-y:auto!important}.no-scroll-xxl{overflow:hidden!important}.no-scroll-x-xxl{overflow-x:hidden!important}.no-scroll-y-xxl{overflow-y:hidden!important}.wrap-xxl{white-space:normal!important}.no-wrap-xxl{white-space:nowrap!important}.collapse-xxl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}.debug{outline:1px dotted red!important;min-width:1px;min-height:1px}@media print{.d-none-print{display:none!important}.d-block-print{display:block!important}.d-inline-print{display:inline!important}.d-inline-block-print{display:inline-block!important}.d-table-print{display:table!important}.d-table-row-print{display:table-row!important}.d-table-cell-print{display:table-cell!important}.d-flex-print{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-print{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.visible-print{visibility:visible!important}.no-visible-print{visibility:hidden!important}.overflow-print{overflow:auto!important}.no-overflow-print{overflow:hidden!important}.scroll-print{overflow:scroll!important}.scroll-x-print{overflow-x:auto!important}.scroll-y-print{overflow-y:auto!important}.no-scroll-print{overflow:hidden!important}.no-scroll-x-print{overflow-x:hidden!important}.no-scroll-y-print{overflow-y:hidden!important}.wrap-print{white-space:normal!important}.no-wrap-print{white-space:nowrap!important}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.d-none-ie{display:none!important}.d-block-ie{display:block!important}.tiles-grid{display:block}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid [class*=tile-]{margin:5px;float:left}.ribbon-menu .content-holder .section{height:130px}.ribbon-toggle-group{height:80px}}@supports (-ms-ime-align:auto){.d-none-edge{display:none!important}.d-block-edge{display:block!important}.ribbon-menu .content-holder .section{height:130px}}.container,.container-fluid,.container2,aside,footer,header,section{display:block;position:relative;margin:0 auto}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container,.container2{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width:576px){.container{max-width:540px}.container2{max-width:90%}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container,.container2{max-width:960px}}@media (min-width:1200px){.container,.container2{max-width:1140px}}@media (min-width:1452px){.container,.container2{max-width:1360px}}.container-fs{max-width:0!important}.container-sm{max-width:576px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:.5rem 1rem;background-color:#f8f8f8;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:32px}.accordion.marker-on .heading::before{line-height:1;display:block;content:"\203A";position:absolute;left:0;top:0;font-size:32px;width:40px;height:40px;text-align:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading::before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.material .heading::before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:#fff}.accordion.material>.frame>.heading::after{display:block;content:"\203A";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px #dfdfdf solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-size:.875rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.action-button:active{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.multi-action{display:inline-block;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);margin:0;background:#989898;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);line-height:40px;font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.multi-action .action-button.active~.actions li{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.multi-action .action-button.active.rotate .icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation:orbit 4s infinite;animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:'';width:4px;height:4px;border-radius:4px;background:#fff}.activity-ring>.wrap:nth-child(2){-webkit-transform:rotate(-14deg);-ms-transform:rotate(-14deg);transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{-webkit-animation-delay:.133s;animation-delay:.133s}.activity-ring>.wrap:nth-child(3){-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{-webkit-animation-delay:.266s;animation-delay:.266s}.activity-ring>.wrap:nth-child(4){-webkit-transform:rotate(-42deg);-ms-transform:rotate(-42deg);transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{-webkit-animation-delay:.4s;animation-delay:.4s}.activity-ring>.wrap:nth-child(5){-webkit-transform:rotate(-56deg);-ms-transform:rotate(-56deg);transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{-webkit-animation-delay:.533s;animation-delay:.533s}.activity-ring.dark-style>.wrap>.circle:after{background-color:#989898}.activity-ring.color-style>.wrap>.circle:after{background-color:#1ba1e2}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:#fff;opacity:0;margin-left:5px;-webkit-animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){-webkit-animation-delay:.8s;animation-delay:.8s}.activity-metro>.circle:nth-child(3){-webkit-animation-delay:.7s;animation-delay:.7s}.activity-metro>.circle:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.activity-metro>.circle:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.activity-metro.dark-style>.circle{background-color:#989898}.activity-metro.color-style>.circle{background-color:#1ba1e2}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-animation:ani-shrink 1s linear infinite;animation:ani-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:#fff}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;-webkit-animation:ani-drop 1s linear infinite;animation:ani-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;-webkit-animation:ani-drop2 1s linear infinite;animation:ani-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;-webkit-animation:ani-drop3 1s linear infinite;animation:ani-drop3 1s linear infinite}.activity-square.dark-style>.square{background-color:#989898}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1ba1e2}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;-webkit-animation:ani-pre-spin 1s linear infinite;animation:ani-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle::after,.activity-cycle .cycle::before{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#fff}.activity-cycle .cycle:before{top:5px;left:5px;right:5px;bottom:5px;-webkit-animation:ani-pre-spin 2s linear infinite;animation:ani-pre-spin 2s linear infinite}.activity-cycle .cycle:after{top:15px;left:15px;right:15px;bottom:15px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.activity-cycle.dark-style .cycle{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:before{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:after{border-top-color:#1d1d1d}.activity-cycle.color-style .cycle{border-top-color:#1ba1e2}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#fff}.activity-simple.dark-style .path{stroke:#1d1d1d}.activity-simple.color-style .path{-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}.app-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:1030;background-color:#f8f8f8;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-bar .app-bar-container{background-color:inherit;color:inherit}.app-bar .app-bar-button,.app-bar .app-bar-container,.app-bar .app-bar-item,.app-bar .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:52px;line-height:52px;padding:0 16px;background-color:inherit;color:inherit;text-decoration:none;font-size:14px;-ms-flex-negative:0;flex-shrink:0;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-bar .app-bar-button:focus,.app-bar .app-bar-container:focus,.app-bar .app-bar-item:focus,.app-bar .brand:focus{outline:0}.app-bar .app-bar-container{padding:0}.app-bar .app-bar-item{white-space:nowrap}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{-ms-flex-negative:0;flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li,.app-bar .app-bar-menu>li>a{display:block;line-height:52px;background-color:inherit;color:inherit;-ms-flex-negative:0;flex-shrink:0}.app-bar .app-bar-menu>li>a{padding:0 16px;text-decoration:none;font-size:14px;position:relative}.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item:not(.no-hover) .active,.app-bar .app-bar-item:not(.no-hover):active,.app-bar .app-bar-item:not(.no-hover):hover,.app-bar .app-bar-menu li:not(.no-hover) .active,.app-bar .app-bar-menu li:not(.no-hover):active,.app-bar .app-bar-menu li:not(.no-hover):hover,.app-bar .brand:not(.no-hover) .active,.app-bar .brand:not(.no-hover):active,.app-bar .brand:not(.no-hover):hover,.app-bar .hamburger:not(.no-hover) .active,.app-bar .hamburger:not(.no-hover):active,.app-bar .hamburger:not(.no-hover):hover{background:rgba(29,29,29,.1)}.app-bar .hamburger{position:absolute;right:0;top:0;display:block;height:52px;width:52px}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu .d-menu,.app-bar .app-bar-menu .v-menu{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;background-color:#f8f8f8}.app-bar .app-bar-container .divider,.app-bar .app-bar-menu .divider{height:1px!important;line-height:1px!important;background-color:#e4e4e4}.app-bar .app-bar-container .d-menu{background-color:#f8f8f8;position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar .app-bar-container .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar .app-bar-container>.d-menu,.app-bar .app-bar-container>.v-menu{top:100%}.app-bar .app-bar-container a{color:inherit;text-decoration:none}.app-bar a{outline:0!important}.app-bar .app-bar-menu .d-menu .d-menu,.app-bar .app-bar-menu .d-menu .v-menu,.app-bar .app-bar-menu .v-menu .d-menu,.app-bar .app-bar-menu .v-menu .v-menu{left:0}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar .hamburger:not(.hidden)~.ml-auto{margin-right:48px}.app-bar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.app-bar-expand .app-bar-container,.app-bar-expand .app-bar-item,.app-bar-expand .brand{width:auto;-ms-flex-negative:1;flex-shrink:1}.app-bar-expand .app-bar-menu{float:left}.app-bar-expand .app-bar-menu{width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-bar-expand .app-bar-menu .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar-expand .app-bar-menu .d-menu a,.app-bar-expand .app-bar-menu .d-menu li{height:38px;line-height:38px}.app-bar-expand .app-bar-menu .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar-expand .app-bar-menu.collapsed{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.app-bar-expand .app-bar-menu .d-menu .d-menu,.app-bar-expand .app-bar-menu .d-menu .v-menu,.app-bar-expand .app-bar-menu .v-menu .d-menu,.app-bar-expand .app-bar-menu .v-menu .v-menu{left:100%}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.badge{position:absolute;z-index:1;top:0;right:0;background-color:#f8f8f8;color:#1d1d1d;border-radius:.25rem;display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.app-bar-item .badge,.app-bar-menu>li>a .badge,.brand .badge,.d-menu>li>a .badge,.h-menu>li>a .badge,.t-menu>li>a .badge,.v-menu>li>a .badge{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inside{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.bottom-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;-webkit-box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);z-index:1030}.bottom-nav .button{width:auto;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:rgba(0,0,0,.87)}.bottom-sheet>.item,.bottom-sheet>li{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>.item .icon,.bottom-sheet>li .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>.item.active,.bottom-sheet>.item.hovered,.bottom-sheet>.item:hover,.bottom-sheet>li.active,.bottom-sheet>li.hovered,.bottom-sheet>li:hover{background-color:rgba(29,29,29,.1)}.bottom-sheet>.divider{height:1px;background-color:#dfdfdf}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>.item,.bottom-sheet.grid-style>li{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>.item .icon,.bottom-sheet.grid-style>li .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}.breadcrumbs{margin-bottom:1rem;margin-left:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#6a6a6a}.breadcrumbs .breadcrumb-item,.breadcrumbs .page-item{position:relative;cursor:pointer;display:list-item;background-color:inherit;color:inherit;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin:4px}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::after,.breadcrumbs .page-item+.page-item::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:1px;width:.375rem;background-color:#1d1d1d;top:50%;left:0;margin-left:-.5rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-.125rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .page-item+.page-item::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:.125rem}.breadcrumbs .breadcrumb-item a,.breadcrumbs .page-item a,.breadcrumbs .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs .breadcrumb-item a:hover,.breadcrumbs .page-item a:hover,.breadcrumbs .page-link:hover{color:#1d1d1d}.breadcrumbs .breadcrumb-item:last-child,.breadcrumbs .page-item:last-child{font-weight:700}.button,.flat-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}.button .icon+.caption,.flat-button .icon+.caption{margin-left:8px}.button .caption+.icon,.flat-button .caption+.icon{margin-left:8px}.flat-button{min-width:64px;background-color:transparent}.button.focus,.button:active,.button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.button:hover{background-color:rgba(29,29,29,.1)}.button.link{background-color:transparent;color:#0366d6}.button.link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}.button.link.focus,.button.link:focus{-webkit-box-shadow:none;box-shadow:none}.button.hovered:hover{background-color:rgba(29,29,29,.2)}.button img{height:1rem}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.cycle,.button.square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}.button.cycle.mini,.button.square.mini{width:1.39875rem;height:1.39875rem}.button.cycle.small,.button.square.small{width:1.724375rem;height:1.724375rem}.button.cycle.large,.button.square.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.cycle.dropdown-toggle::before,.button.square.dropdown-toggle::before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button:focus,.button:hover{text-decoration:none}.button:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.button.disabled,.button:disabled{opacity:.65}.button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.button:active{-webkit-box-shadow:none;box-shadow:none}a.button,a.flat-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#1d1d1d;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}a.button:hover,a.flat-button:hover{-webkit-box-shadow:none;box-shadow:none}a.button.focus,a.button:active,a.button:focus,a.flat-button.focus,a.flat-button:active,a.flat-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button],input[type=reset],input[type=submit]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}input[type=button].primary,input[type=reset].primary,input[type=submit].primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}input[type=button].primary.outline,input[type=reset].primary.outline,input[type=submit].primary.outline{color:#0366d6;border-color:#0366d6}input[type=button].primary.outline.dropdown-toggle::before,input[type=reset].primary.outline.dropdown-toggle::before,input[type=submit].primary.outline.dropdown-toggle::before{border-color:#0366d6}input[type=button].primary.outline:hover,input[type=reset].primary.outline:hover,input[type=submit].primary.outline:hover{color:#fff}input[type=button].primary.dropdown-toggle::before,input[type=reset].primary.dropdown-toggle::before,input[type=submit].primary.dropdown-toggle::before{border-color:#fff}input[type=button].primary:hover,input[type=reset].primary:hover,input[type=submit].primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}input[type=button].primary:hover.dropdown-toggle::before,input[type=reset].primary:hover.dropdown-toggle::before,input[type=submit].primary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].primary.same-color:hover,input[type=reset].primary.same-color:hover,input[type=submit].primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}input[type=button].primary.focus,input[type=button].primary:active,input[type=button].primary:focus,input[type=reset].primary.focus,input[type=reset].primary:active,input[type=reset].primary:focus,input[type=submit].primary.focus,input[type=submit].primary:active,input[type=submit].primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}input[type=button].secondary,input[type=reset].secondary,input[type=submit].secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}input[type=button].secondary.outline,input[type=reset].secondary.outline,input[type=submit].secondary.outline{color:#607d8b;border-color:#607d8b}input[type=button].secondary.outline.dropdown-toggle::before,input[type=reset].secondary.outline.dropdown-toggle::before,input[type=submit].secondary.outline.dropdown-toggle::before{border-color:#607d8b}input[type=button].secondary.outline:hover,input[type=reset].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:#fff}input[type=button].secondary.dropdown-toggle::before,input[type=reset].secondary.dropdown-toggle::before,input[type=submit].secondary.dropdown-toggle::before{border-color:#fff}input[type=button].secondary:hover,input[type=reset].secondary:hover,input[type=submit].secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}input[type=button].secondary:hover.dropdown-toggle::before,input[type=reset].secondary:hover.dropdown-toggle::before,input[type=submit].secondary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].secondary.same-color:hover,input[type=reset].secondary.same-color:hover,input[type=submit].secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}input[type=button].secondary.focus,input[type=button].secondary:active,input[type=button].secondary:focus,input[type=reset].secondary.focus,input[type=reset].secondary:active,input[type=reset].secondary:focus,input[type=submit].secondary.focus,input[type=submit].secondary:active,input[type=submit].secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}input[type=button].success,input[type=reset].success,input[type=submit].success{outline-color:#adeb6e;background-color:#60a917;color:#fff}input[type=button].success.outline,input[type=reset].success.outline,input[type=submit].success.outline{color:#60a917;border-color:#60a917}input[type=button].success.outline.dropdown-toggle::before,input[type=reset].success.outline.dropdown-toggle::before,input[type=submit].success.outline.dropdown-toggle::before{border-color:#60a917}input[type=button].success.outline:hover,input[type=reset].success.outline:hover,input[type=submit].success.outline:hover{color:#fff}input[type=button].success.dropdown-toggle::before,input[type=reset].success.dropdown-toggle::before,input[type=submit].success.dropdown-toggle::before{border-color:#fff}input[type=button].success:hover,input[type=reset].success:hover,input[type=submit].success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}input[type=button].success:hover.dropdown-toggle::before,input[type=reset].success:hover.dropdown-toggle::before,input[type=submit].success:hover.dropdown-toggle::before{border-color:#fff}input[type=button].success.same-color:hover,input[type=reset].success.same-color:hover,input[type=submit].success.same-color:hover{background-color:#60a917;border-color:#60a917}input[type=button].success.focus,input[type=button].success:active,input[type=button].success:focus,input[type=reset].success.focus,input[type=reset].success:active,input[type=reset].success:focus,input[type=submit].success.focus,input[type=submit].success:active,input[type=submit].success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}input[type=button].alert,input[type=reset].alert,input[type=submit].alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}input[type=button].alert.outline,input[type=reset].alert.outline,input[type=submit].alert.outline{color:#ce352c;border-color:#ce352c}input[type=button].alert.outline.dropdown-toggle::before,input[type=reset].alert.outline.dropdown-toggle::before,input[type=submit].alert.outline.dropdown-toggle::before{border-color:#ce352c}input[type=button].alert.outline:hover,input[type=reset].alert.outline:hover,input[type=submit].alert.outline:hover{color:#fff}input[type=button].alert.dropdown-toggle::before,input[type=reset].alert.dropdown-toggle::before,input[type=submit].alert.dropdown-toggle::before{border-color:#fff}input[type=button].alert:hover,input[type=reset].alert:hover,input[type=submit].alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}input[type=button].alert:hover.dropdown-toggle::before,input[type=reset].alert:hover.dropdown-toggle::before,input[type=submit].alert:hover.dropdown-toggle::before{border-color:#fff}input[type=button].alert.same-color:hover,input[type=reset].alert.same-color:hover,input[type=submit].alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}input[type=button].alert.focus,input[type=button].alert:active,input[type=button].alert:focus,input[type=reset].alert.focus,input[type=reset].alert:active,input[type=reset].alert:focus,input[type=submit].alert.focus,input[type=submit].alert:active,input[type=submit].alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}input[type=button].warning,input[type=reset].warning,input[type=submit].warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}input[type=button].warning.outline,input[type=reset].warning.outline,input[type=submit].warning.outline{color:#ff9447;border-color:#ff9447}input[type=button].warning.outline.dropdown-toggle::before,input[type=reset].warning.outline.dropdown-toggle::before,input[type=submit].warning.outline.dropdown-toggle::before{border-color:#ff9447}input[type=button].warning.outline:hover,input[type=reset].warning.outline:hover,input[type=submit].warning.outline:hover{color:#fff}input[type=button].warning.dropdown-toggle::before,input[type=reset].warning.dropdown-toggle::before,input[type=submit].warning.dropdown-toggle::before{border-color:#fff}input[type=button].warning:hover,input[type=reset].warning:hover,input[type=submit].warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}input[type=button].warning:hover.dropdown-toggle::before,input[type=reset].warning:hover.dropdown-toggle::before,input[type=submit].warning:hover.dropdown-toggle::before{border-color:#fff}input[type=button].warning.same-color:hover,input[type=reset].warning.same-color:hover,input[type=submit].warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}input[type=button].warning.focus,input[type=button].warning:active,input[type=button].warning:focus,input[type=reset].warning.focus,input[type=reset].warning:active,input[type=reset].warning:focus,input[type=submit].warning.focus,input[type=submit].warning:active,input[type=submit].warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}input[type=button].yellow,input[type=reset].yellow,input[type=submit].yellow{outline-color:#fff;background-color:#ffe484;color:#fff}input[type=button].yellow.outline,input[type=reset].yellow.outline,input[type=submit].yellow.outline{color:#ffe484;border-color:#ffe484}input[type=button].yellow.outline.dropdown-toggle::before,input[type=reset].yellow.outline.dropdown-toggle::before,input[type=submit].yellow.outline.dropdown-toggle::before{border-color:#ffe484}input[type=button].yellow.outline:hover,input[type=reset].yellow.outline:hover,input[type=submit].yellow.outline:hover{color:#fff}input[type=button].yellow.dropdown-toggle::before,input[type=reset].yellow.dropdown-toggle::before,input[type=submit].yellow.dropdown-toggle::before{border-color:#fff}input[type=button].yellow:hover,input[type=reset].yellow:hover,input[type=submit].yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}input[type=button].yellow:hover.dropdown-toggle::before,input[type=reset].yellow:hover.dropdown-toggle::before,input[type=submit].yellow:hover.dropdown-toggle::before{border-color:#fff}input[type=button].yellow.same-color:hover,input[type=reset].yellow.same-color:hover,input[type=submit].yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}input[type=button].yellow.focus,input[type=button].yellow:active,input[type=button].yellow:focus,input[type=reset].yellow.focus,input[type=reset].yellow:active,input[type=reset].yellow:focus,input[type=submit].yellow.focus,input[type=submit].yellow:active,input[type=submit].yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}input[type=button].info,input[type=reset].info,input[type=submit].info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}input[type=button].info.outline,input[type=reset].info.outline,input[type=submit].info.outline{color:#5ebdec;border-color:#5ebdec}input[type=button].info.outline.dropdown-toggle::before,input[type=reset].info.outline.dropdown-toggle::before,input[type=submit].info.outline.dropdown-toggle::before{border-color:#5ebdec}input[type=button].info.outline:hover,input[type=reset].info.outline:hover,input[type=submit].info.outline:hover{color:#fff}input[type=button].info.dropdown-toggle::before,input[type=reset].info.dropdown-toggle::before,input[type=submit].info.dropdown-toggle::before{border-color:#fff}input[type=button].info:hover,input[type=reset].info:hover,input[type=submit].info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}input[type=button].info:hover.dropdown-toggle::before,input[type=reset].info:hover.dropdown-toggle::before,input[type=submit].info:hover.dropdown-toggle::before{border-color:#fff}input[type=button].info.same-color:hover,input[type=reset].info.same-color:hover,input[type=submit].info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}input[type=button].info.focus,input[type=button].info:active,input[type=button].info:focus,input[type=reset].info.focus,input[type=reset].info:active,input[type=reset].info:focus,input[type=submit].info.focus,input[type=submit].info:active,input[type=submit].info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}input[type=button].dark,input[type=reset].dark,input[type=submit].dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}input[type=button].dark.outline,input[type=reset].dark.outline,input[type=submit].dark.outline{color:#505050;border-color:#505050}input[type=button].dark.outline.dropdown-toggle::before,input[type=reset].dark.outline.dropdown-toggle::before,input[type=submit].dark.outline.dropdown-toggle::before{border-color:#505050}input[type=button].dark.outline:hover,input[type=reset].dark.outline:hover,input[type=submit].dark.outline:hover{color:#fff}input[type=button].dark.dropdown-toggle::before,input[type=reset].dark.dropdown-toggle::before,input[type=submit].dark.dropdown-toggle::before{border-color:#fff}input[type=button].dark:hover,input[type=reset].dark:hover,input[type=submit].dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}input[type=button].dark:hover.dropdown-toggle::before,input[type=reset].dark:hover.dropdown-toggle::before,input[type=submit].dark:hover.dropdown-toggle::before{border-color:#fff}input[type=button].dark.same-color:hover,input[type=reset].dark.same-color:hover,input[type=submit].dark.same-color:hover{background-color:#505050;border-color:#505050}input[type=button].dark.focus,input[type=button].dark:active,input[type=button].dark:focus,input[type=reset].dark.focus,input[type=reset].dark:active,input[type=reset].dark:focus,input[type=submit].dark.focus,input[type=submit].dark:active,input[type=submit].dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}input[type=button].light,input[type=reset].light,input[type=submit].light{outline-color:#fff;background-color:#f8f8f8;color:#fff}input[type=button].light.outline,input[type=reset].light.outline,input[type=submit].light.outline{color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.outline.dropdown-toggle::before,input[type=reset].light.outline.dropdown-toggle::before,input[type=submit].light.outline.dropdown-toggle::before{border-color:#f8f8f8}input[type=button].light.outline:hover,input[type=reset].light.outline:hover,input[type=submit].light.outline:hover{color:#fff}input[type=button].light.dropdown-toggle::before,input[type=reset].light.dropdown-toggle::before,input[type=submit].light.dropdown-toggle::before{border-color:#fff}input[type=button].light:hover,input[type=reset].light:hover,input[type=submit].light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}input[type=button].light:hover.dropdown-toggle::before,input[type=reset].light:hover.dropdown-toggle::before,input[type=submit].light:hover.dropdown-toggle::before{border-color:#fff}input[type=button].light.same-color:hover,input[type=reset].light.same-color:hover,input[type=submit].light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.focus,input[type=button].light:active,input[type=button].light:focus,input[type=reset].light.focus,input[type=reset].light:active,input[type=reset].light:focus,input[type=submit].light.focus,input[type=submit].light:active,input[type=submit].light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}input[type=button].light,input[type=button].yellow,input[type=reset].light,input[type=reset].yellow,input[type=submit].light,input[type=submit].yellow{color:#1d1d1d}input[type=button].light.outline:hover,input[type=button].light:hover,input[type=button].yellow.outline:hover,input[type=button].yellow:hover,input[type=reset].light.outline:hover,input[type=reset].light:hover,input[type=reset].yellow.outline:hover,input[type=reset].yellow:hover,input[type=submit].light.outline:hover,input[type=submit].light:hover,input[type=submit].yellow.outline:hover,input[type=submit].yellow:hover{color:#1d1d1d}input[type=button] .icon+.caption,input[type=reset] .icon+.caption,input[type=submit] .icon+.caption{margin-left:8px}input[type=button] .caption+.icon,input[type=reset] .caption+.icon,input[type=submit] .caption+.icon{margin-left:8px}input[type=button].focus,input[type=button]:active,input[type=button]:focus,input[type=reset].focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit].focus,input[type=submit]:active,input[type=submit]:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:rgba(29,29,29,.1)}input[type=button].link,input[type=reset].link,input[type=submit].link{background-color:transparent;color:#0366d6}input[type=button].link:hover,input[type=reset].link:hover,input[type=submit].link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}input[type=button].link.focus,input[type=button].link:focus,input[type=reset].link.focus,input[type=reset].link:focus,input[type=submit].link.focus,input[type=submit].link:focus{-webkit-box-shadow:none;box-shadow:none}input[type=button].hovered:hover,input[type=reset].hovered:hover,input[type=submit].hovered:hover{background-color:rgba(29,29,29,.2)}input[type=button] img,input[type=reset] img,input[type=submit] img{height:1rem}input[type=button].mini,input[type=reset].mini,input[type=submit].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=reset].mini img,input[type=submit].mini img{height:.625rem}input[type=button].small,input[type=reset].small,input[type=submit].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=reset].small img,input[type=submit].small img{height:.75rem}input[type=button].large,input[type=reset].large,input[type=submit].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=reset].large img,input[type=submit].large img{height:1.375rem}input[type=button].cycle,input[type=button].square,input[type=reset].cycle,input[type=reset].square,input[type=submit].cycle,input[type=submit].square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}input[type=button].cycle.mini,input[type=button].square.mini,input[type=reset].cycle.mini,input[type=reset].square.mini,input[type=submit].cycle.mini,input[type=submit].square.mini{width:1.39875rem;height:1.39875rem}input[type=button].cycle.small,input[type=button].square.small,input[type=reset].cycle.small,input[type=reset].square.small,input[type=submit].cycle.small,input[type=submit].square.small{width:1.724375rem;height:1.724375rem}input[type=button].cycle.large,input[type=button].square.large,input[type=reset].cycle.large,input[type=reset].square.large,input[type=submit].cycle.large,input[type=submit].square.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=reset].cycle,input[type=submit].cycle{border-radius:50%}input[type=button].cycle.dropdown-toggle::before,input[type=button].square.dropdown-toggle::before,input[type=reset].cycle.dropdown-toggle::before,input[type=reset].square.dropdown-toggle::before,input[type=submit].cycle.dropdown-toggle::before,input[type=submit].square.dropdown-toggle::before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{text-decoration:none}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.65}input[type=button].outline,input[type=reset].outline,input[type=submit].outline{background:transparent none;border-width:1px;border-color:#dfdfdf}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{-webkit-box-shadow:none;box-shadow:none}.button-group .active{background-color:#989898;color:#fff}.calendar{display:block;position:relative;width:280px;border:1px solid #dfdfdf;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.calendar-content,.calendar-footer,.calendar-header{position:relative;display:block;background-color:#fff;color:#1d1d1d}.calendar-header{padding:1rem;background-color:#004d6f;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.calendar-content .calendar-toolbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .days,.calendar-content .week-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;font-size:.75rem}.calendar-content .days{border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.calendar-content .days-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-content .day,.calendar-content .week-number{width:calc(100%/7);text-align:center;cursor:pointer;font-size:.85rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;height:36px;line-height:36px}.calendar-content .day.and-week-number{width:calc(100% / 8)}.calendar-content .day.selected{-webkit-box-shadow:inset 0 0 0 1px #5ebdec!important;box-shadow:inset 0 0 0 1px #5ebdec!important}.calendar-content .day.selected::after{border-top:20px solid #5ebdec;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected::before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .week-days .day{font-weight:700}.calendar-content .week-number{width:calc(100% / 8);background-color:#fff;font-weight:700;font-size:12px;border-right:1px solid #dfdfdf}.calendar-content .outside{color:#bebebe;font-size:.75rem}.calendar-content .today{background-color:rgba(27,161,226,.5);color:#fff;font-weight:700}.calendar-content .excluded{background-color:#f8f8f8}.calendar.day-border .days-row:not(:nth-child(1)){border-top:1px solid #dfdfdf}.calendar.day-border .days-row .day:not(:nth-child(1)),.calendar.day-border .week-days .day:not(:nth-child(1)){border-left:1px solid #dfdfdf}.calendar.day-border .days-row .week-number,.calendar.day-border .week-days .week-number{border-right:none}.calendar-months,.calendar-years{height:100%;display:block;position:absolute;top:0;background-color:#f8f8f8;color:#1d1d1d;float:left;width:120px;overflow:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:500}.calendar-months>.months-list,.calendar-years>.years-list{height:100%;overflow-x:hidden;overflow-y:auto!important}.calendar-months>.months-list li.active,.calendar-years>.years-list li.active{background-color:#1ba1e2;color:#fff}.calendar-months{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:160px}.calendar-months.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:5px 0 7px -6px rgba(0,0,0,.75);box-shadow:5px 0 7px -6px rgba(0,0,0,.75)}.calendar-months .months-list{list-style:none inside;padding:0;margin:10px 0}.calendar-months .months-list li{padding:4px 16px;cursor:pointer}.calendar-months .months-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-years{left:100%}.calendar-years.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:-5px 0 7px -6px rgba(0,0,0,.75);box-shadow:-5px 0 7px -6px rgba(0,0,0,.75)}.calendar-years .years-list{list-style:none inside;padding:0;margin:10px 0;text-align:center}.calendar-years .years-list li{padding:4px 16px;cursor:pointer}.calendar-years .years-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-footer{padding:.5rem;border-top:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:240px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar.compact .day+.day{margin-left:1px}.calendar.compact .months-list,.calendar.compact .years-list{font-size:.85rem}.calendar-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:560px}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-footer,.calendar-wide .calendar-header{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:none;border-left:1px solid #dfdfdf;width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid #dfdfdf;background-color:#fff}.card-header{border-bottom:1px #eee solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:#bebebe}.card-content{display:block}.card-footer{border-top:1px #eee solid;padding:1rem;border-radius:0 0 2px 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid #fff}*+.card{margin-top:1rem}.card.flex-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card.flex-card .card-footer,.card.flex-card .card-header{height:57px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:#fff}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat}.carousel.fixed-size .slide{overflow:hidden}.carousel .carousel-bullets,.carousel [class*=carousel-switch]{position:absolute;display:block;z-index:501;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{width:auto;line-height:4rem;height:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-size:4rem;font-weight:300;color:#bebebe;cursor:pointer;vertical-align:middle;padding:0}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:#e4e4e4}.carousel .carousel-switch-next img,.carousel .carousel-switch-prev img{max-width:64px;max-height:64px}.carousel .carousel-switch-next [class*=mif-],.carousel .carousel-switch-prev [class*=mif-]{display:block}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:#ababab;border-radius:50%;cursor:pointer;border:1px #fff solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:#5ebdec}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem 4rem}.carousel.controls-outside .carousel-bullets{bottom:0}.carousel.with-thumbnails .thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:100%;left:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.carousel.with-thumbnails .thumb{display:block;position:relative!important;top:auto!important;left:auto!important;margin:.5rem;cursor:pointer;overflow:hidden;background-color:#f8f8f8}.carousel.with-thumbnails .thumb.thumb-on{border:4px solid #1ba1e2}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.charm-notify,.charm-tile{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .content,.charm-notify .secondary,.charm-notify .title{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}.chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;border:1px solid #dfdfdf;background-color:#fff}.chat .message-input,.chat .messages,.chat .title{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid #dfdfdf}.chat .messages{padding:8px;border-bottom:1px solid #dfdfdf;height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.chat .message .message-sender{width:50%;font-weight:600;font-size:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-time{width:50%;font-size:12px;text-align:right;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:.5}.chat .message .message-item{width:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:8px 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-item .message-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e4e4e4;margin-left:8px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:1.2;padding:5px 10px;width:100%;background-color:#e4e4e4}.chat .message .message-item .message-text::before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:#e4e4e4;content:' ';height:0;width:0;pointer-events:none}.chat .message.right .message-time{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.chat .message.right .message-sender{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right}.chat .message.right .message-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chat .message.right .message-text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text::before{right:auto;left:100%;border-right-color:transparent;border-left-color:#e4e4e4}.chat .message-input{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message .message-item .message-text.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.chat .message .message-item .message-text.primary::before{border-right-color:#0366d6}.chat .message .message-item .message-text.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.chat .message .message-item .message-text.secondary::before{border-right-color:#607d8b}.chat .message .message-item .message-text.success{border-color:#60a917;background-color:#60a917;color:#fff}.chat .message .message-item .message-text.success::before{border-right-color:#60a917}.chat .message .message-item .message-text.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.chat .message .message-item .message-text.alert::before{border-right-color:#ce352c}.chat .message .message-item .message-text.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.chat .message .message-item .message-text.warning::before{border-right-color:#ff9447}.chat .message .message-item .message-text.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.chat .message .message-item .message-text.yellow::before{border-right-color:#ffe484}.chat .message .message-item .message-text.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.chat .message .message-item .message-text.info::before{border-right-color:#5ebdec}.chat .message .message-item .message-text.dark{border-color:#505050;background-color:#505050;color:#fff}.chat .message .message-item .message-text.dark::before{border-right-color:#505050}.chat .message .message-item .message-text.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.chat .message .message-item .message-text.light::before{border-right-color:#f8f8f8}.chat .message .message-item .message-text.brand1{border-color:#2ac4f4;background-color:#2ac4f4;color:#fff}.chat .message .message-item .message-text.brand1::before{border-right-color:#2ac4f4}.chat .message .message-item .message-text.brand2{border-color:#004d6f;background-color:#004d6f;color:#fff}.chat .message .message-item .message-text.brand2::before{border-right-color:#004d6f}.chat .message .message-item .message-text.light,.chat .message .message-item .message-text.yellow{color:#1d1d1d}.chat .message.right .message-item .message-text.primary::before{border-right-color:transparent;border-left-color:#0366d6}.chat .message.right .message-item .message-text.secondary::before{border-right-color:transparent;border-left-color:#607d8b}.chat .message.right .message-item .message-text.success::before{border-right-color:transparent;border-left-color:#60a917}.chat .message.right .message-item .message-text.alert::before{border-right-color:transparent;border-left-color:#ce352c}.chat .message.right .message-item .message-text.warning::before{border-right-color:transparent;border-left-color:#ff9447}.chat .message.right .message-item .message-text.yellow::before{border-right-color:transparent;border-left-color:#ffe484}.chat .message.right .message-item .message-text.info::before{border-right-color:transparent;border-left-color:#5ebdec}.chat .message.right .message-item .message-text.dark::before{border-right-color:transparent;border-left-color:#505050}.chat .message.right .message-item .message-text.light::before{border-right-color:transparent;border-left-color:#f8f8f8}.chat .message.right .message-item .message-text.brand1::before{border-right-color:transparent;border-left-color:#2ac4f4}.chat .message.right .message-item .message-text.brand2::before{border-right-color:transparent;border-left-color:#004d6f}.checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .caption,.checkbox .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px #d9d9d9 solid;width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.checkbox .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:#fff;left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[type=checkbox]:checked~.check::before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.checkbox input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[data-indeterminate=true]~.check::before{display:block!important;width:6px;height:6px;background-color:#fff;border:2px solid #fff;left:50%;top:50%;margin-left:-3px;margin-top:-3px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.checkbox .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkbox .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkbox.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.checkbox.invalid,.checkbox.required,.checkbox.valid{border:none!important}.checkbox.invalid::after{display:none}.checkbox:active input[type=checkbox]:not(:disabled)~.check::after,.checkbox:focus input[type=checkbox]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.style2 input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 .check{border-color:#989898}.checkbox.style2 .check::before{border-color:#1d1d1d}.checkbox.style2 input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.checkbox.style2 input[type=checkbox]:disabled~.check::before{border-color:#e9e9e9}.checkbox.style2 input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 input[data-indeterminate=true]~.check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.checkbox.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:rgba(29,29,29,.1)}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.command-button,.image-button{padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.5rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.command-button:hover,.image-button:hover{background-color:rgba(29,29,29,.1)}.command-button.focus,.command-button:active,.command-button:focus,.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.command-button.focus,.command-button:focus,.command-button:hover,.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.command-button:active,.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.command-button.disabled,.command-button:disabled,.image-button.disabled,.image-button:disabled{opacity:.65}.countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem .5rem .5em;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part::before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:-o-radial-gradient(at left,#dfdfdf,transparent);background:radial-gradient(at left,#dfdfdf,transparent)}.countdown .part.d-none+.part::before{display:none}.countdown .part.no-divider::before{display:none}.countdown .part.days::after,.countdown .part.hours::after,.countdown .part.minutes::after,.countdown .part.seconds::after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.countdown .hours{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.countdown .minutes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.countdown .seconds{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;-webkit-transform:rotateY(30deg);transform:rotateY(30deg)}.cube .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{-webkit-transform:skewY(23deg) rotateX(10deg);transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;-webkit-transform:skewY(-23deg) rotateY(10deg);transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;-webkit-transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg);-ms-transform:rotate(45deg) rotate(0) skew(-22deg,-22deg);transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;-webkit-box-shadow:0 0 5px rgba(118,118,118,.8);box-shadow:0 0 5px rgba(118,118,118,.8);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{-webkit-animation:pulsar-cell 2.5s 0s ease-out infinite;animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@-webkit-keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}@keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0}.cube .axis::after,.cube .axis::before{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow::after,.cube .axis.arrow::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.arrow::before{-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.cube .axis.arrow::after{-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg);right:-1px}.cube .axis.line::after,.cube .axis.line::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.line::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.cube .axis.line::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y::before{-webkit-transform:rotate(113deg);-ms-transform:rotate(113deg);transform:rotate(113deg)}.cube .axis.line.axis-y::after{-webkit-transform:rotate(-67deg);-ms-transform:rotate(-67deg);transform:rotate(-67deg)}.cube .axis.line.axis-x::before{-webkit-transform:rotate(67deg);-ms-transform:rotate(67deg);transform:rotate(67deg)}.cube .axis.line.axis-x::after{-webkit-transform:rotate(-113deg);-ms-transform:rotate(-113deg);transform:rotate(-113deg)}.cube .axis.no-style::after,.cube .axis.no-style::before{display:none}.cube .axis.axis-x{-webkit-transform:rotate(203deg);-ms-transform:rotate(203deg);transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.d-menu,.v-menu{position:absolute;display:none;float:left;width:auto;margin:0;padding:0;list-style:none inside none;background-color:#fff;color:#1d1d1d}.d-menu.open,.v-menu.open{display:block!important}.d-menu.place-right,.v-menu.place-right{left:auto;right:0}.d-menu{z-index:1000}.d-menu a,.d-menu li,.v-menu a,.v-menu li{display:block;float:none;position:relative;cursor:pointer;color:inherit;background-color:inherit;height:auto}.d-menu li a,.v-menu li a{font-size:.875rem;padding:0 2rem 0 2.5rem;line-height:45px;height:45px;text-decoration:none;vertical-align:middle;white-space:nowrap;border:none}.d-menu li a .icon,.d-menu li a img,.v-menu li a .icon,.v-menu li a img{display:block;position:absolute;vertical-align:middle;text-align:center;text-decoration:none;font-size:1.2rem;left:.5rem;top:50%;margin-top:-.6rem;width:1.2rem;height:1.2rem;color:inherit}.d-menu li a .icon::before,.d-menu li a img::before,.v-menu li a .icon::before,.v-menu li a img::before{position:absolute;top:0;left:0;line-height:1.2rem}.d-menu li.active,.v-menu li.active{border-left:2px solid;border-color:#dfdfdf}.d-menu li.active>a,.v-menu li.active>a{background-color:#5ebdec;color:#fff;font-weight:700}.d-menu li:hover,.v-menu li:hover{text-decoration:none;background-color:rgba(29,29,29,.1)}.d-menu li:hover .icon,.d-menu li:hover>a,.v-menu li:hover .icon,.v-menu li:hover>a{color:inherit}.d-menu li a[data-hotkey],.v-menu li a[data-hotkey]{padding-right:4rem}.d-menu li a[data-hotkey]::after,.v-menu li a[data-hotkey]::after{content:attr(data-hotkey);position:absolute;right:1.2rem;width:auto;font-size:.8em}.d-menu li a.dropdown-toggle::before,.v-menu li a.dropdown-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.d-menu li a.dropdown-toggle.active-toggle::before,.v-menu li a.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.d-menu .divider,.v-menu .divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#f2f2f2;cursor:default;pointer-events:none}.d-menu .divider:hover,.v-menu .divider:hover{background-color:#f2f2f2}.d-menu.disabled,.v-menu.disabled{cursor:default;pointer-events:none}.d-menu.disabled a,.v-menu.disabled a{color:#e4e4e4}.d-menu{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.d-menu.context li a{height:32px;line-height:32px;font-size:.75rem;padding:0 2rem 0 2.5rem}.d-menu.context li a .icon{width:.92rem;height:.92rem;font-size:.92rem}.v-menu{display:block;position:relative;width:100%;float:none}.v-menu.for-dropdown{width:auto;float:left;display:none}.v-menu .v-menu{display:none;min-width:0;position:relative;width:100%;left:0;right:0;top:100%;-webkit-box-shadow:none;box-shadow:none;float:none}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu.dropdown{position:absolute;float:left;width:auto;top:100%;border:1px solid #dfdfdf}.d-menu .d-menu{left:100%;top:-.5rem}@media screen and (min-width:0){.d-menu.place-right-fs,.v-menu.place-right-fs{left:auto;right:0}}@media screen and (min-width:576px){.d-menu.place-right-sm,.v-menu.place-right-sm{left:auto;right:0}}@media screen and (min-width:768px){.d-menu.place-right-md,.v-menu.place-right-md{left:auto;right:0}}@media screen and (min-width:992px){.d-menu.place-right-lg,.v-menu.place-right-lg{left:auto;right:0}}@media screen and (min-width:1200px){.d-menu.place-right-xl,.v-menu.place-right-xl{left:auto;right:0}}@media screen and (min-width:1452px){.d-menu.place-right-xxl,.v-menu.place-right-xxl{left:auto;right:0}}.sorting,.sorting_asc,.sorting_desc{position:relative;cursor:pointer}.sorting:after,.sorting_asc:after,.sorting_desc:after{position:absolute;content:"";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.5rem;font-size:1rem;line-height:1;color:#1d1d1d}.sorting_asc{background-color:#ebebeb}.sorting_asc:after{content:"\2191"}.sorting_desc{background-color:#ebebeb}.sorting_desc:after{content:"\2193"}.dataTables_length label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_length label select{margin:0 10px;width:100px}.dataTables_filter label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_filter label input{width:200px;margin-left:10px}.dataTables_paginate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dataTables_paginate .next,.dataTables_paginate .previous,.dataTables_paginate span a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem}.dataTables_paginate .next:hover,.dataTables_paginate .previous:hover,.dataTables_paginate span a:hover{background-color:rgba(29,29,29,.1)}.dataTables_paginate span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.dataTables_paginate .current{background-color:#e4e4e4}.dataTables_wrapper{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.dataTables_filter,.dataTables_length{-webkit-box-flex:1;-ms-flex:1;flex:1}.dataTable,.dataTables_info,.dataTables_paginate{width:100%}.dataTables_info{line-height:42px;text-align:center}@media all and (min-width:576px){.dataTables_filter label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_length label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width:992px){.dataTables_info,.dataTables_paginate{width:auto}.dataTables_info{text-align:left}.dataTables_paginate{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.date-picker .date-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.date-picker .day,.date-picker .month,.date-picker .year{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.date-picker .sel-month{-webkit-box-flex:2!important;-ms-flex-positive:2!important;flex-grow:2!important}.dialog{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:#fff;color:#1d1d1d;z-index:1050;border:1px solid #dfdfdf}.dialog.shadow-on{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.dialog-actions,.dialog-content,.dialog-title{display:block}.dialog-title{font-size:1.325rem;padding:12px 24px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-bottom:1px solid #dfdfdf}.dialog-content{padding:12px 24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.dialog-actions{border-top:1px solid #e9e9e9;padding:8px 16px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.dialog .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #ce352c}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #5ebdec}.dialog.info .dialog-title{background-color:#5ebdec;border-bottom-color:#5ebdec;color:#fff}.dialog.info .dialog-actions{border-top-color:#5ebdec}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.brand1{border:1px solid #2ac4f4}.dialog.brand1 .dialog-title{background-color:#2ac4f4;border-bottom-color:#2ac4f4;color:#fff}.dialog.brand1 .dialog-actions{border-top-color:#2ac4f4}.dialog.brand2{border:1px solid #004d6f}.dialog.brand2 .dialog-title{background-color:#004d6f;border-bottom-color:#004d6f;color:#fff}.dialog.brand2 .dialog-actions{border-top-color:#004d6f}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #fff}.drag-item-marker::after,.drag-item-marker::before{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker::before{top:4px}.drag-item-marker::after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark::after,.drag-marker-dark::before{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;-webkit-box-shadow:inset -1px 0 10px -4px #0366d6;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{-webkit-animation:drag-flush 1s ease infinite;animation:drag-flush 1s ease infinite}@-webkit-keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}@keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light::before,.dropdown-toggle.marker-light::before{border-color:#fff}.dropdown-toggle.no-marker::before{display:none}.dropdown-toggle.active-container::before,.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.dropdown-toggle.marker-center::before{left:50%;top:50%;margin-left:0;margin-top:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-container::before,.dropdown-toggle.marker-center.active-toggle::before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.expand-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:0}.expand-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0 0 0;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after,.expand-button span:before{content:'';position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after{top:.5rem}.expand-button.transform span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:#1d1d1d}.expand-button.transform span:after,.expand-button.transform span:before{content:'';top:-5px;right:0;width:.75rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.expand-button.transform span:after{top:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.expand-button.light span{background-color:#fff}.expand-button.light span:after,.expand-button.light span:before{background-color:#fff}.drop-zone input,.file input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.file .button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto;height:34px}.drop-zone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inline-form .file,.inline-form .input,.inline-form .select,.inline-form .spinner,.inline-form .tag-input,.inline-form .textarea,.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=password],.inline-form input[type=search],.inline-form input[type=tel],.inline-form input[type=text],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form-group.disabled,.form-group:disabled,fieldset.disabled,fieldset:disabled,form.disabled,form:disabled{pointer-events:none}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}.cell,.col{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%;padding:6px}[class*=cell-],[class*=col-]{position:relative;display:block;padding:6px;width:100%;min-height:1px}.cell-auto,.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.cell-1,.col-1,.colspan-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-1{margin-left:8.333335%}.cell-2,.col-2,.colspan-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-2{margin-left:16.66667%}.cell-3,.col-3,.colspan-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-3{margin-left:25.000005%}.cell-4,.col-4,.colspan-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-4{margin-left:33.33334%}.cell-5,.col-5,.colspan-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-5{margin-left:41.666675%}.cell-6,.col-6,.colspan-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-6{margin-left:50.00001%}.cell-7,.col-7,.colspan-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-7{margin-left:58.333345%}.cell-8,.col-8,.colspan-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-8{margin-left:66.66668%}.cell-9,.col-9,.colspan-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-9{margin-left:75.000015%}.cell-10,.col-10,.colspan-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-10{margin-left:83.33335%}.cell-11,.col-11,.colspan-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-11{margin-left:91.666685%}.cell-12,.col-12,.colspan-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-12{margin-left:100.00002%}.stub{-webkit-box-flex:0;-ms-flex:none;flex:none;display:block;padding:0 12px}.grid.no-gap .row{margin-left:0;margin-right:0}.grid.no-gap .row .cell,.grid.no-gap .row .col,.grid.no-gap .row .stub{padding:0}.grid.no-gap .row+.row{margin-top:0}.row.no-gap{margin-left:0;margin-right:0;margin-top:0}.row.no-gap .cell,.row.no-gap .col,.row.no-gap .stub,.row.no-gap [class*=cell-],.row.no-gap [class*=col-]{padding:0}@media screen and (min-width:0){.cell-fs-full,.col-fs-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-fs-half,.col-fs-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-fs-one-third,.col-fs-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-fs-two-third,.col-fs-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-fs-quarter,.col-fs-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-fs,.col-fs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-fs-auto,.col-fs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-fs-1,.col-fs-1,.colspan-fs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-fs-1{margin-left:8.333335%}.cell-fs-2,.col-fs-2,.colspan-fs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-fs-2{margin-left:16.66667%}.cell-fs-3,.col-fs-3,.colspan-fs-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-fs-3{margin-left:25.000005%}.cell-fs-4,.col-fs-4,.colspan-fs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-fs-4{margin-left:33.33334%}.cell-fs-5,.col-fs-5,.colspan-fs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-fs-5{margin-left:41.666675%}.cell-fs-6,.col-fs-6,.colspan-fs-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-fs-6{margin-left:50.00001%}.cell-fs-7,.col-fs-7,.colspan-fs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-fs-7{margin-left:58.333345%}.cell-fs-8,.col-fs-8,.colspan-fs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-fs-8{margin-left:66.66668%}.cell-fs-9,.col-fs-9,.colspan-fs-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-fs-9{margin-left:75.000015%}.cell-fs-10,.col-fs-10,.colspan-fs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-fs-10{margin-left:83.33335%}.cell-fs-11,.col-fs-11,.colspan-fs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-fs-11{margin-left:91.666685%}.cell-fs-12,.col-fs-12,.colspan-fs-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width:576px){.cell-sm-full,.col-sm-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-sm-half,.col-sm-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-sm-one-third,.col-sm-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-sm-two-third,.col-sm-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-sm-quarter,.col-sm-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-sm,.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-sm-auto,.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-sm-1,.col-sm-1,.colspan-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-sm-1{margin-left:8.333335%}.cell-sm-2,.col-sm-2,.colspan-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-sm-2{margin-left:16.66667%}.cell-sm-3,.col-sm-3,.colspan-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-sm-3{margin-left:25.000005%}.cell-sm-4,.col-sm-4,.colspan-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-sm-4{margin-left:33.33334%}.cell-sm-5,.col-sm-5,.colspan-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-sm-5{margin-left:41.666675%}.cell-sm-6,.col-sm-6,.colspan-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-sm-6{margin-left:50.00001%}.cell-sm-7,.col-sm-7,.colspan-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-sm-7{margin-left:58.333345%}.cell-sm-8,.col-sm-8,.colspan-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-sm-8{margin-left:66.66668%}.cell-sm-9,.col-sm-9,.colspan-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-sm-9{margin-left:75.000015%}.cell-sm-10,.col-sm-10,.colspan-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-sm-10{margin-left:83.33335%}.cell-sm-11,.col-sm-11,.colspan-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-sm-11{margin-left:91.666685%}.cell-sm-12,.col-sm-12,.colspan-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width:768px){.cell-md-full,.col-md-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-md-half,.col-md-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-md-one-third,.col-md-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-md-two-third,.col-md-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-md-quarter,.col-md-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-md,.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-md-auto,.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-md-1,.col-md-1,.colspan-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-md-1{margin-left:8.333335%}.cell-md-2,.col-md-2,.colspan-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-md-2{margin-left:16.66667%}.cell-md-3,.col-md-3,.colspan-md-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-md-3{margin-left:25.000005%}.cell-md-4,.col-md-4,.colspan-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-md-4{margin-left:33.33334%}.cell-md-5,.col-md-5,.colspan-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-md-5{margin-left:41.666675%}.cell-md-6,.col-md-6,.colspan-md-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-md-6{margin-left:50.00001%}.cell-md-7,.col-md-7,.colspan-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-md-7{margin-left:58.333345%}.cell-md-8,.col-md-8,.colspan-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-md-8{margin-left:66.66668%}.cell-md-9,.col-md-9,.colspan-md-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-md-9{margin-left:75.000015%}.cell-md-10,.col-md-10,.colspan-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-md-10{margin-left:83.33335%}.cell-md-11,.col-md-11,.colspan-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-md-11{margin-left:91.666685%}.cell-md-12,.col-md-12,.colspan-md-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-md-12{margin-left:100.00002%}}@media screen and (min-width:992px){.cell-lg-full,.col-lg-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-lg-half,.col-lg-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-lg-one-third,.col-lg-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-lg-two-third,.col-lg-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-lg-quarter,.col-lg-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-lg,.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-lg-auto,.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-lg-1,.col-lg-1,.colspan-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-lg-1{margin-left:8.333335%}.cell-lg-2,.col-lg-2,.colspan-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-lg-2{margin-left:16.66667%}.cell-lg-3,.col-lg-3,.colspan-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-lg-3{margin-left:25.000005%}.cell-lg-4,.col-lg-4,.colspan-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-lg-4{margin-left:33.33334%}.cell-lg-5,.col-lg-5,.colspan-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-lg-5{margin-left:41.666675%}.cell-lg-6,.col-lg-6,.colspan-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-lg-6{margin-left:50.00001%}.cell-lg-7,.col-lg-7,.colspan-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-lg-7{margin-left:58.333345%}.cell-lg-8,.col-lg-8,.colspan-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-lg-8{margin-left:66.66668%}.cell-lg-9,.col-lg-9,.colspan-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-lg-9{margin-left:75.000015%}.cell-lg-10,.col-lg-10,.colspan-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-lg-10{margin-left:83.33335%}.cell-lg-11,.col-lg-11,.colspan-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-lg-11{margin-left:91.666685%}.cell-lg-12,.col-lg-12,.colspan-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width:1200px){.cell-xl-full,.col-xl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xl-half,.col-xl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xl-one-third,.col-xl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xl-two-third,.col-xl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xl-quarter,.col-xl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xl,.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xl-auto,.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xl-1,.col-xl-1,.colspan-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xl-1{margin-left:8.333335%}.cell-xl-2,.col-xl-2,.colspan-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xl-2{margin-left:16.66667%}.cell-xl-3,.col-xl-3,.colspan-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xl-3{margin-left:25.000005%}.cell-xl-4,.col-xl-4,.colspan-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xl-4{margin-left:33.33334%}.cell-xl-5,.col-xl-5,.colspan-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xl-5{margin-left:41.666675%}.cell-xl-6,.col-xl-6,.colspan-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xl-6{margin-left:50.00001%}.cell-xl-7,.col-xl-7,.colspan-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xl-7{margin-left:58.333345%}.cell-xl-8,.col-xl-8,.colspan-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xl-8{margin-left:66.66668%}.cell-xl-9,.col-xl-9,.colspan-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xl-9{margin-left:75.000015%}.cell-xl-10,.col-xl-10,.colspan-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xl-10{margin-left:83.33335%}.cell-xl-11,.col-xl-11,.colspan-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xl-11{margin-left:91.666685%}.cell-xl-12,.col-xl-12,.colspan-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width:1452px){.cell-xxl-full,.col-xxl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xxl-half,.col-xxl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xxl-one-third,.col-xxl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xxl-two-third,.col-xxl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xxl-quarter,.col-xxl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xxl,.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xxl-auto,.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xxl-1,.col-xxl-1,.colspan-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xxl-1{margin-left:8.333335%}.cell-xxl-2,.col-xxl-2,.colspan-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xxl-2{margin-left:16.66667%}.cell-xxl-3,.col-xxl-3,.colspan-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xxl-3{margin-left:25.000005%}.cell-xxl-4,.col-xxl-4,.colspan-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xxl-4{margin-left:33.33334%}.cell-xxl-5,.col-xxl-5,.colspan-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xxl-5{margin-left:41.666675%}.cell-xxl-6,.col-xxl-6,.colspan-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xxl-6{margin-left:50.00001%}.cell-xxl-7,.col-xxl-7,.colspan-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xxl-7{margin-left:58.333345%}.cell-xxl-8,.col-xxl-8,.colspan-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xxl-8{margin-left:66.66668%}.cell-xxl-9,.col-xxl-9,.colspan-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xxl-9{margin-left:75.000015%}.cell-xxl-10,.col-xxl-10,.colspan-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xxl-10{margin-left:83.33335%}.cell-xxl-11,.col-xxl-11,.colspan-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xxl-11{margin-left:91.666685%}.cell-xxl-12,.col-xxl-12,.colspan-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xxl-12{margin-left:100.00002%}}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu::after{display:block;clear:both;content:""}.h-menu::after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:rgba(29,29,29,.1)}.h-menu>li:hover .icon,.h-menu>li:hover>a{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:0;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle::before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle::before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;-webkit-box-shadow:2px 2px 2px 0 rgba(29,29,29,.4);box-shadow:2px 2px 2px 0 rgba(29,29,29,.4)}.h-menu.mega .mega-container *{color:inherit}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:0;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.chevron-down .line:nth-child(2),.hamburger.menu-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-down.active,.hamburger.menu-down.active,.nav-button.chevron-down.active,.nav-button.menu-down.active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger.chevron-down.active .line:nth-child(2),.hamburger.menu-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.chevron-up .line:nth-child(2),.hamburger.menu-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-up.active,.hamburger.menu-up.active,.nav-button.chevron-up.active,.nav-button.menu-up.active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger.chevron-up.active .line:nth-child(2),.hamburger.menu-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.head-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}.hero{padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (min-width:768px){.hero{padding:160px 80px}}.hint{display:block;position:fixed;z-index:1070;background-color:#fffcc0;color:#1d1d1d;font-size:.75rem;max-width:13.75rem;padding:.625rem}.icon-box{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background-color:#fff}.icon-box .content,.icon-box .icon{position:relative}.icon-box .icon{height:90px;width:90px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.1)}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-size:14px;padding:0 .5rem 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;line-height:30px;font-weight:400}.image-button:hover{background-color:rgba(29,29,29,.1)}.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.image-button .icon{width:34px;height:34px;line-height:34px;font-size:1rem;background-color:rgba(69,90,100,.55);color:#fff;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container-overlay.image-container-overlay,.image-compare .image-container.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid #dfdfdf;background-color:#ebebeb;overflow:hidden;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button::after{display:block;clear:both;content:""}.info-button::after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .button:focus,.info-button .info:active,.info-button .info:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:rgba(29,29,29,.1)}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.input input{border:none!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;height:34px}.input input:focus{-webkit-box-shadow:none;box-shadow:none}.input .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.input .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.input .button:active,.input .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.input .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{background-color:transparent}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.input .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.input .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.input input[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}.input input::-moz-placeholder{text-overflow:ellipsis}.input input:-moz-placeholder{text-overflow:ellipsis}.input input:-ms-input-placeholder{text-overflow:ellipsis}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid #dfdfdf;z-index:3}.input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.input .autocomplete-list .item:hover{background-color:rgba(29,29,29,.1)}.input .autocomplete-list .item+.item{border-top:1px solid #dfdfdf}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;top:16px;left:0;right:0;bottom:8px;border:0;border-bottom:2px #dfdfdf solid;background-color:transparent;outline:0;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;-webkit-box-shadow:none!important;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer,.input-material .label{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:#dfdfdf}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:active,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1000}.keypad .keys::before{content:'';position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid #dfdfdf;z-index:2;left:-5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.keypad .keys.open{display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom::before{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:1px}.keypad .keys.top::before{top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.left{left:0;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);top:50%;margin-left:1px}.keypad .keys.left::before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:100%;margin-left:-5px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left::before{top:0;left:.625rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-top:-1px}.keypad .keys.bottom-right::before{top:0;left:100%;margin-left:-1rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left::before{top:100%;left:.625rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;-webkit-transform:translateY(-100%) translateX(-100%);-ms-transform:translateY(-100%) translateX(-100%);transform:translateY(-100%) translateX(-100%);margin-top:1px}.keypad .keys.top-right::before{top:100%;left:100%;margin-left:-1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid #dfdfdf;font-size:1rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .key:hover{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:#fff;color:#1d1d1d;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex}.listview.view-content,.listview.view-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-icons,.listview.view-icons-large,.listview.view-icons-medium,.listview.view-tiles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.listview.view-icons-large.vertical-layout,.listview.view-icons-medium.vertical-layout,.listview.view-icons.vertical-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-table{display:table}.listview .node{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit}.listview .node:hover{background-color:#e5f3ff}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon [class*=mif-],.listview .node>.icon img{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table>li{display:table-row}.listview.view-table>li>*{display:table-cell}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid #dfdfdf}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-icons .node,.listview.view-icons-large .node,.listview.view-icons-medium .node{width:74px;height:auto;padding:8px 8px 2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-large .node>.icon,.listview.view-icons-medium .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-large .node>.data,.listview.view-icons-medium .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-large .node .checkbox,.listview.view-icons-medium .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:#cce8ff;border-color:#84bcea!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.master{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .page,.master .pages{background-color:transparent;color:inherit}.master .controls{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:40px;font-size:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 20px}.master .controls .next,.master .controls .prev,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.master .controls .next,.master .controls .prev{width:40px;height:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.master .controls .next.disabled,.master .controls .prev.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .controls .title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.master .pages{position:relative;display:block;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls-bottom{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .pages{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:rgba(34,34,34,.5)}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:100%;position:relative;overflow:hidden}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;-ms-flex-negative:0;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:rgba(111,111,111,.5)}.media-player .loop{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:none}.media-player .play{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player .stop{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background:rgba(34,34,34,.5);color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.media-player .volume{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;width:96px;padding:0 .625rem;background:rgba(34,34,34,.5);display:none}.media-player .full{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .controls>button.active{background-color:#dfdfdf}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width:576px){.media-player .loop,.media-player .stop,.media-player .volume{display:block}}.more-info-box{height:128px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#fff}.more-info-box .content,.more-info-box .icon{position:relative}.more-info-box .icon{height:64px;width:64px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:16px;margin-top:16px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:rgba(0,0,0,.15)}.more-info-box .content{line-height:1.2;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;-ms-flex-negative:0;flex-shrink:0;text-align:right;background:rgba(0,0,0,.1);text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;color:rgba(255,255,255,.8);font-size:12px}.more-info-box .more:hover{color:#fff;background:rgba(0,0,0,.15)}.more-info-box:hover .icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.navview{display:block;position:relative;background-color:#fff;color:#1d1d1d;overflow:hidden;height:100%;min-height:100%}.navview .navview-content,.navview .navview-pane{display:block;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-height:100%}.navview .navview-pane{width:280px;background-color:#e5e5e5;position:absolute;left:0;top:0;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.navview .navview-pane.open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview .navview-content{position:relative}.navview .holder,.navview .pull-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;background-color:transparent;border:2px solid transparent;outline:0;cursor:pointer}.navview .holder{height:40px;display:none}.navview .navview-menu{display:block;position:relative;list-style:none inside;margin:0;padding:0;width:100%;background-color:#e5e5e5;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.navview .navview-menu::-webkit-scrollbar{display:none!important}.navview .navview-menu li{display:block;position:relative}.navview .navview-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:40px;text-decoration:none;color:inherit;white-space:nowrap;border:2px solid transparent;height:40px}.navview .navview-menu .icon{width:48px;height:40px;display:block;text-align:center}.navview .navview-menu .caption{padding-left:48px;white-space:nowrap;display:block}.navview .navview-menu .icon+.caption{padding-left:0}.navview .navview-menu .item-header{font-size:22px;height:32px;line-height:32px;padding-left:16px;cursor:default;background-color:transparent;white-space:nowrap;display:block}.navview .navview-menu li.active::before{content:"";display:block;position:absolute;height:24px;top:8px;left:0;width:4px;background-color:#1ba1e2;z-index:1}.navview .navview-menu li.disabled{color:#9c9c9c!important}.navview .navview-menu li.disabled img{opacity:.5}.navview .navview-menu .icon>*,.navview .pull-button>*,.navview .suggest-box .holder>*{width:16px;height:16px;line-height:16px;font-size:16px;vertical-align:initial}.navview .holder:hover,.navview .navview-menu li a:hover,.navview .pull-button:hover{background-color:#cecece}.navview .holder:active,.navview .navview-menu li a:active,.navview .pull-button:active{background-color:#b7b7b7}.navview .suggest-box{display:block;margin:8px 0}.navview .suggest-box .input,.navview .suggest-box .select,.navview .suggest-box .textarea{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 24px)!important;margin:0 12px}.navview .item-separator{height:16px!important;width:100%;display:block;background-color:transparent;cursor:default}.navview .navview-menu .dropdown-toggle{padding-right:0!important}.navview .navview-menu .dropdown-toggle::before{display:none}.navview .navview-menu .dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.navview.focusableItems .holder:focus,.navview.focusableItems .navview-menu li a:focus,.navview.focusableItems .pull-button:focus{border:2px solid #0a0a0a}.navview .badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:8px}.navview .badges .badge{margin:0 2px}.navview .data-box{display:block}.navview .navview-menu .navview-menu .item-header{display:none!important}.navview.expanded .navview-pane{width:280px!important}.navview.expanded .navview-pane .item-header,.navview.expanded .navview-pane .navview-menu .caption{display:block!important}.navview.expanded .navview-pane .suggest-box>:not(.holder){display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .navview-pane .holder{display:none!important}.navview.expanded .badges{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .data-box{display:block!important}.navview.compacted .navview-pane{width:48px!important;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.compacted .navview-pane .item-header,.navview.compacted .navview-pane .navview-menu .caption{display:none!important}.navview.compacted .navview-pane .suggest-box>:not(.holder){display:none!important}.navview.compacted .navview-pane .holder{display:block!important}.navview.compacted .navview-content{margin-left:48px!important}.navview.compacted .badges,.navview.compacted .data-box{display:none!important}@media screen and (min-width:0){.navview-margin-fs{margin-left:280px}.navview-margin-compact-fs{margin-left:48px}.navview.navview-compact-fs .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-fs .navview-pane .item-header,.navview.navview-compact-fs .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-fs .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-fs .navview-pane .holder{display:block}.navview.navview-compact-fs .navview-content{margin-left:48px}.navview.navview-compact-fs .badges,.navview.navview-compact-fs .data-box{display:none}.navview.navview-expand-fs .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-fs .navview-pane .item-header,.navview.navview-expand-fs .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-fs .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .navview-pane .holder{display:none}.navview.navview-expand-fs .navview-content{margin-left:280px}.navview.navview-expand-fs .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .data-box{display:block}}@media screen and (min-width:576px){.navview-margin-sm{margin-left:280px}.navview-margin-compact-sm{margin-left:48px}.navview.navview-compact-sm .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-sm .navview-pane .item-header,.navview.navview-compact-sm .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-sm .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-sm .navview-pane .holder{display:block}.navview.navview-compact-sm .navview-content{margin-left:48px}.navview.navview-compact-sm .badges,.navview.navview-compact-sm .data-box{display:none}.navview.navview-expand-sm .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-sm .navview-pane .item-header,.navview.navview-expand-sm .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-sm .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .navview-pane .holder{display:none}.navview.navview-expand-sm .navview-content{margin-left:280px}.navview.navview-expand-sm .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .data-box{display:block}}@media screen and (min-width:768px){.navview-margin-md{margin-left:280px}.navview-margin-compact-md{margin-left:48px}.navview.navview-compact-md .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-md .navview-pane .item-header,.navview.navview-compact-md .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-md .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-md .navview-pane .holder{display:block}.navview.navview-compact-md .navview-content{margin-left:48px}.navview.navview-compact-md .badges,.navview.navview-compact-md .data-box{display:none}.navview.navview-expand-md .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-md .navview-pane .item-header,.navview.navview-expand-md .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-md .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .navview-pane .holder{display:none}.navview.navview-expand-md .navview-content{margin-left:280px}.navview.navview-expand-md .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .data-box{display:block}}@media screen and (min-width:992px){.navview-margin-lg{margin-left:280px}.navview-margin-compact-lg{margin-left:48px}.navview.navview-compact-lg .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-lg .navview-pane .item-header,.navview.navview-compact-lg .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-lg .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-lg .navview-pane .holder{display:block}.navview.navview-compact-lg .navview-content{margin-left:48px}.navview.navview-compact-lg .badges,.navview.navview-compact-lg .data-box{display:none}.navview.navview-expand-lg .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-lg .navview-pane .item-header,.navview.navview-expand-lg .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-lg .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .navview-pane .holder{display:none}.navview.navview-expand-lg .navview-content{margin-left:280px}.navview.navview-expand-lg .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .data-box{display:block}}@media screen and (min-width:1200px){.navview-margin-xl{margin-left:280px}.navview-margin-compact-xl{margin-left:48px}.navview.navview-compact-xl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xl .navview-pane .item-header,.navview.navview-compact-xl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xl .navview-pane .holder{display:block}.navview.navview-compact-xl .navview-content{margin-left:48px}.navview.navview-compact-xl .badges,.navview.navview-compact-xl .data-box{display:none}.navview.navview-expand-xl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xl .navview-pane .item-header,.navview.navview-expand-xl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .navview-pane .holder{display:none}.navview.navview-expand-xl .navview-content{margin-left:280px}.navview.navview-expand-xl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .data-box{display:block}}@media screen and (min-width:1452px){.navview-margin-xxl{margin-left:280px}.navview-margin-compact-xxl{margin-left:48px}.navview.navview-compact-xxl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xxl .navview-pane .item-header,.navview.navview-compact-xxl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xxl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xxl .navview-pane .holder{display:block}.navview.navview-compact-xxl .navview-content{margin-left:48px}.navview.navview-compact-xxl .badges,.navview.navview-compact-xxl .data-box{display:none}.navview.navview-expand-xxl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xxl .navview-pane .item-header,.navview.navview-expand-xxl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xxl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .navview-pane .holder{display:none}.navview.navview-expand-xxl .navview-content{margin-left:280px}.navview.navview-expand-xxl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .data-box{display:block}}.navview.compacted .navview-pane>.navview-menu,.navview.js-compact:not(.expanded) .navview-pane>.navview-menu{overflow:visible}.navview.compacted .navview-menu .navview-menu,.navview.js-compact:not(.expanded) .navview-menu .navview-menu{position:absolute;left:100%;top:0;width:220px;max-width:280px}.navview.compacted .navview-menu .navview-menu .caption,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption{display:block!important}.navview.compacted .navview-menu .navview-menu .item-header,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header{display:block!important}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-bottom,.notify-container.position-top{width:100%!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid #dfdfdf;cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem -.25rem;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item.service:hover,.pagination .page-item:hover{background-color:rgba(29,29,29,.1)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:#fff!important;border-color:transparent;color:#1d1d1d}.pagination .page-item.disabled{pointer-events:none;color:#e4e4e4}.pagination .page-item.active{background-color:#e4e4e4}.pagination.rounded .page-item{border-radius:.25rem}.pagination.no-gap{margin:0 0 1rem 0}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}.panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;background-color:#fff;border:1px solid #dfdfdf}.panel .panel-content,.panel .panel-title{position:relative}.panel .panel-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;border-bottom:1px solid #dfdfdf;line-height:2.625rem;cursor:default;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;height:100%;width:2.625rem;border-left:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .custom-buttons{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:active,.panel .panel-title .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.panel .panel-content{display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:auto;padding:.5rem}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid #dfdfdf;cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.progress{display:block;position:relative;width:100%;height:12px;background-color:#eee;overflow:hidden}.progress.with-load{background:0 0}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;-webkit-animation:progress-loading 3s infinite linear;animation:progress-loading 3s infinite linear;background:-o-radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background:radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background-size:12px 12px;z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:#ce352c}.progress .bar{z-index:3;background:#60a917}.progress.line{background-color:#b3d4fc;display:-webkit-box;display:-ms-flexbox;display:flex}.progress.line::before{height:100%;width:100%;background-color:#004d6f;content:'';-webkit-animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite;animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.progress.small{height:6px}.progress.small .load{background-size:6px 6px}@-webkit-keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@-webkit-keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}.radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .caption,.radio .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px #d9d9d9 solid;width:20px;height:20px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.radio .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:#fff;border:2px solid #fff;border-radius:50%;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.radio input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.radio input[type=radio]:checked~.check::before{display:block}.radio input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.radio .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.radio .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.radio.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.radio.invalid,.radio.required,.radio.valid{border:none!important}.radio.invalid::after{display:none}.radio:active input[type=radio]:not(:disabled)~.check::after,.radio:focus input[type=radio]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.style2 input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#fff}.radio.style2 .check{border-color:#989898}.radio.style2 .check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.radio.style2 input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.radio.style2 input[type=radio]:disabled~.check::before{background-color:#e9e9e9;border-color:#e9e9e9}.radio.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .result,.rating .stars,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.rating .stars li::before{position:absolute;content:'\2605';display:block;z-index:1;left:0}.rating .stars li.half::after{left:0;display:block;position:absolute;content:'\2605';width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10::after{width:.1em}.rating .stars li.half.half-20::after{width:.2em}.rating .stars li.half.half-30::after{width:.3em}.rating .stars li.half.half-40::after{width:.4em}.rating .stars li.half.half-50::after{width:.42em}.rating .stars li.half.half-60::after{width:.49em}.rating .stars li.half.half-70::after{width:.6em}.rating .stars li.half.half-80::after{width:.7em}.rating .stars li.half.half-90::after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.half::after,.rating .stars li.on{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{-webkit-animation:star-scale .3s ease-in-out;animation:star-scale .3s ease-in-out}@-webkit-keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element::after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled::after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover::after{-webkit-animation:resize-element-animation 1s ease infinite;animation:resize-element-animation 1s ease infinite}@-webkit-keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}@keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu .tabs-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder a,.ribbon-menu .tabs-holder li{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:none;padding:4px 4px;border-bottom:1px solid #dadbdc;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:-webkit-box;display:-ms-flexbox;display:flex}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;background-color:inherit;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{-ms-flex-preferred-size:100%;flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>:not(.group-divider),.ribbon-menu .content-holder .group>:not(.title){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-button-dropdown,.ribbon-icon-button,.ribbon-tool-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:0;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle::before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px}.ribbon-icon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .caption+.icon,.ribbon-icon-button .icon+.caption{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle::before,.ribbon-tool-button.dropdown-toggle::before{display:none}.ribbon-icon-button.dropdown-toggle::after,.ribbon-tool-button.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:hover{border-color:#a4cef9}.ribbon-split-button:hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:rgba(164,206,249,.2)}.ribbon-split-button .ribbon-main{background-color:inherit;outline:0;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle::before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:2px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);z-index:1000;top:100%;left:0}.ribbon-dropdown a,.ribbon-dropdown li{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::after,.ribbon-dropdown .checked::before{position:absolute;display:block;content:""}.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked::after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked::after{border:1px solid #a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown .checked-one::before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle::before{-webkit-transform:rotate(-135deg)!important;-ms-transform:rotate(-135deg)!important;transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;padding:1px 4px;background-color:inherit}.ribbon-button:hover,.ribbon-icon-button:hover,.ribbon-tool-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button.active,.ribbon-button:active,.ribbon-icon-button.active,.ribbon-icon-button:active,.ribbon-main.active,.ribbon-main:active,.ribbon-split.active,.ribbon-split:active,.ribbon-tool-button.active,.ribbon-tool-button:active{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-icon-button,.ribbon-menu .active-container .ribbon-tool-button{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ripple{display:block;width:0;height:0;border-radius:100%;background:rgba(255,255,255,.4);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;opacity:1}.rippleEffect{-webkit-animation:rippleDrop .5s linear;animation:rippleDrop .5s linear}@-webkit-keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}.select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle::before{margin-left:-1.1rem}.select .d-menu li a,.select .v-menu li a{min-width:auto}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.select .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.select .button:active,.select .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.select .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button{background-color:transparent}.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{-webkit-box-shadow:none;box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid #dfdfdf;padding:2px;margin-left:-1px;z-index:1000;background-color:#fff;-webkit-box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);box-shadow:3px 3px 5px 0 rgba(0,0,0,.3)}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select .d-menu{width:100%;overflow-y:auto;position:relative;display:block;-webkit-box-shadow:none;box-shadow:none}.select .d-menu li a{height:32px;line-height:32px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .d-menu li a .icon{top:.3rem;margin-top:0}.select .d-menu .active{border:none;color:#fff}.select .d-menu .active:hover{color:#fff}.select.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select.dropdown-toggle::before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:#fff}.select .group-title{background-color:#f6f7f8;font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;color:#646464;font-weight:700}.select .group-title:hover{background-color:#f6f7f8;cursor:default;border:0}.select ul{right:0;left:0}.select .selected-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.select .selected-item .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 4px}.select .selected-item .remover{display:block;position:relative;width:25px;height:25px;line-height:24px;text-align:center;cursor:pointer;background-color:#e4e4e4}.select.multiple{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .select-input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle::before{margin-left:-1.5rem}.select.input-large .append,.select.input-large .prepend,.select.input-large .select-input{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle::before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-large .selected-item{margin:2px 2px;height:36px;line-height:36px}.select.input-large .selected-item .title{font-size:1.3rem;line-height:36px;padding:0 8px}.select.input-large .selected-item .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle::before{margin-left:-1rem}.select.input-small .append,.select.input-small .prepend,.select.input-small .select-input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle::before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .selected-item{height:18px;line-height:18px}.select.input-small .selected-item .title{font-size:.7rem;line-height:18px}.select.input-small .selected-item .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.select2-container .selection .select2-selection--single{height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:36px}.select2-container .selection .select2-selection--single .select2-selection__arrow{height:36px}.select2-container .selection .select2-selection--multiple{min-height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--multiple .select2-selection__rendered{display:block}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{border-radius:0;background-color:#f8f8f8;font-size:14px;height:26px;line-height:26px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{margin-top:0}.select2-container .select2-dropdown,.select2-container .select2-selection{border-radius:0}.select2 .selection .select2-selection--multiple,.select2 .selection .select2-selection--single{outline:0}.select2 .selection .select2-selection--multiple:hover,.select2 .selection .select2-selection--single:hover{border-color:silver}.select2 .selection .select2-selection--multiple.focused,.select2 .selection .select2-selection--multiple:focus,.select2 .selection .select2-selection--single.focused,.select2 .selection .select2-selection--single:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select2 .selection .select2-selection--multiple.disabled,.select2 .selection .select2-selection--multiple:disabled,.select2 .selection .select2-selection--single.disabled,.select2 .selection .select2-selection--single:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.shortcut{width:6rem;height:6rem;padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.9rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0}.shortcut .caption,.shortcut .icon{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:1.7rem;height:1.7rem;font-size:1.7rem;margin-top:1rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shortcut .caption{color:inherit;height:1.2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;-webkit-transform:none;-ms-transform:none;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:2rem;height:2rem;font-size:2rem;margin-top:1.5rem}.shortcut:hover{background-color:rgba(29,29,29,.1)}.shortcut.focus,.shortcut:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.shortcut.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.shortcut:active,.shortcut:focus,.shortcut:hover{text-decoration:none}.shortcut:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{-webkit-box-shadow:none;box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{-webkit-box-shadow:2px 0 0 0 rgba(0,0,0,.15);box-shadow:2px 0 0 0 rgba(0,0,0,.15)}.sidebar.on-right{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{-webkit-box-shadow:-2px 0 0 0 rgba(0,0,0,.15);box-shadow:-2px 0 0 0 rgba(0,0,0,.15)}.sidebar-content,.sidebar-header,.sidebar-menu{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.subtitle,.sidebar-header>.title{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidebar-menu::-webkit-scrollbar{display:none!important}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:rgba(204,204,204,.3)}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#dfdfdf}.sidebar-menu li.divider:hover{background-color:#dfdfdf}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:rgba(29,29,29,.1)}.sidebar-menu li.group-title:hover{background-color:initial}.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}.sidenav-counter{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter a,.sidenav-counter li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-counter .counter,.sidenav-counter .title{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:.6875rem;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px}.sidenav-counter li:hover{background-color:rgba(29,29,29,.1)}.sidenav-counter li:active{background-color:#13709e;color:#fff}.sidenav-counter .active,.sidenav-counter li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-counter-expand-fs{width:220px}.sidenav-counter-expand-fs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-fs .title{display:block}.sidenav-counter-expand-fs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-counter-expand-sm{width:220px}.sidenav-counter-expand-sm a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-sm .title{display:block}.sidenav-counter-expand-sm .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-counter-expand-md{width:220px}.sidenav-counter-expand-md a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-md .title{display:block}.sidenav-counter-expand-md .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-counter-expand-lg{width:220px}.sidenav-counter-expand-lg a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-lg .title{display:block}.sidenav-counter-expand-lg .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-counter-expand-xl{width:220px}.sidenav-counter-expand-xl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xl .title{display:block}.sidenav-counter-expand-xl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-counter-expand-xxl{width:220px}.sidenav-counter-expand-xxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxl .title{display:block}.sidenav-counter-expand-xxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 a,.sidenav-m3 li{position:relative;display:block;color:inherit}.sidenav-m3>li{background:0 0}.sidenav-m3>li.stick-left::before,.sidenav-m3>li.stick-right::before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.sidenav-m3>li.stick-right::before{left:100%;border-radius:0 .25rem .25rem 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidenav-m3 li+li{border-top:1px solid #dfdfdf}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px 20px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;width:100%;float:none}.sidenav-m3 .d-menu a{padding:0 1rem 0 3rem;text-decoration:none}.sidenav-m3 .d-menu li{border-top:1px solid #dfdfdf}.sidenav-m3 .d-menu .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:50%}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle::before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple a,.sidenav-simple li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:rgba(29,29,29,.1)}.sidenav-simple li:active{background-color:#13709e;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid #dfdfdf}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);float:right}.slider{display:block;position:relative;height:2.125rem;background:0 0;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .buffer,.slider .complete,.slider .marker{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:0;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.slider .marker:active::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint::before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:-8px}.slider .hint.top-side::before{top:100%;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side::before{top:0;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);margin-left:-8px}.slider .hint.left-side::before{top:50%;right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .buffer,.slider.thin .complete{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .buffer,.slider.ultra-thin .complete{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete,.slider.vertical-slider .marker{top:auto;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%)}.slider.rounded .backside,.slider.rounded .buffer,.slider.rounded .complete,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.social-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px 20px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #fff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0 0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid #dfdfdf}.spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px;text-align:center}.spinner input:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.spinner .button{width:34px;min-width:34px;height:34px;line-height:34px;text-align:center;font-weight:700;background-color:#f8f8f8;padding:0}.spinner .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner.buttons-left input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner.buttons-right .spinner-button-minus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-right input{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-minus,.spinner.input-large .default-icon-plus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-minus,.spinner.input-small .default-icon-plus{width:14px;height:14px}.split-button{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.split-button>:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4px}.split-button .dropdown{position:static}.split-button .drop-object{left:0}.split-button>.split-button{margin-left:4px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.split-button .split{margin-left:-2px;padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:0;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle::before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.split-button .split:active{-webkit-box-shadow:none;box-shadow:none}.splitter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.splitter.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitter>.gutter{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #f8f8f8;background-color:#f8f8f8;cursor:col-resize;z-index:1}.splitter>.gutter.active{background-color:#bebebe}.splitter>.gutter::before{content:"";z-index:1;display:block;position:absolute;left:0;width:100%;top:50%;height:24px;margin-top:-12px;background-color:#bebebe}.splitter.vertical>.gutter{cursor:row-resize}.splitter.vertical>.gutter::before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter>.split-block{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden}.stepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:.5rem 0}.stepper::before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1ba1e2;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.stepper.diamond .step span{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid #dfdfdf;line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:0;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action{color:#1d1d1d}.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.streamer .stream-secondary,.streamer .stream-title{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-fake-timeline,.streamer .streamer-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.streamer .streamer-fake-timeline li,.streamer .streamer-timeline li{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative}.streamer .streamer-fake-timeline li em,.streamer .streamer-timeline li em{font-size:10px;font-style:normal;margin:4px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;-ms-flex-negative:0;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:#dfdfdf}.streamer .stream-event-slide{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .desc,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .title{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.streamer .stream-event.selected{-webkit-box-shadow:0 0 0 1px #5ebdec!important;box-shadow:0 0 0 1px #5ebdec!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-secondary,html.metro-no-touch-device .streamer .stream:hover .stream-title{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{bottom:4px;right:4px;top:auto;left:auto}html.metro-touch-device .streamer .stream.focused{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-secondary,html.metro-touch-device .streamer .stream.focused .stream-title{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{bottom:4px;right:4px;top:auto;left:auto}@media screen and (min-width:0){.streamer.streamer-expand-fs .stream,.streamer.streamer-expand-fs .streams{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-fs .stream-secondary,.streamer.streamer-expand-fs .stream-title{display:block}.streamer.streamer-expand-fs .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width:576px){.streamer.streamer-expand-sm .stream,.streamer.streamer-expand-sm .streams{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-sm .stream-secondary,.streamer.streamer-expand-sm .stream-title{display:block}.streamer.streamer-expand-sm .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width:768px){.streamer.streamer-expand-md .stream,.streamer.streamer-expand-md .streams{width:200px}.streamer.streamer-expand-md .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-md .stream-secondary,.streamer.streamer-expand-md .stream-title{display:block}.streamer.streamer-expand-md .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width:992px){.streamer.streamer-expand-lg .stream,.streamer.streamer-expand-lg .streams{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-lg .stream-secondary,.streamer.streamer-expand-lg .stream-title{display:block}.streamer.streamer-expand-lg .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width:1200px){.streamer.streamer-expand-xl .stream,.streamer.streamer-expand-xl .streams{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xl .stream-secondary,.streamer.streamer-expand-xl .stream-title{display:block}.streamer.streamer-expand-xl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width:1452px){.streamer.streamer-expand-xxl .stream,.streamer.streamer-expand-xxl .streams{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xxl .stream-secondary,.streamer.streamer-expand-xxl .stream-title{display:block}.streamer.streamer-expand-xxl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}.switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .caption,.switch .check{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:1.25rem;width:2.8125rem;border:2px #1d1d1d solid;cursor:pointer;background:0 0;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;-ms-flex-negative:0;flex-shrink:0}.switch .check::after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d}.switch input[type=checkbox]:checked~.check::after{background-color:#fff;border-color:#fff;left:auto;-webkit-transform:translateX(1.625rem) translateY(-50%);-ms-transform:translateX(1.625rem) translateY(-50%);transform:translateX(1.625rem) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check::after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch.invalid,.switch.required,.switch.valid{border:none!important}.switch.invalid::after{display:none}.switch.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on .check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .caption,.switch-material .check{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:36px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check::before{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:not(:checked)~.check::before{background-color:#fff}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:checked~.check::before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:before{background-color:#bdbdbd}.switch-material .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch-material .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch-material.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch-material.transition-on{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.switch-material.transition-on input:checked~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px #dfdfdf solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:rgba(29,29,29,.1)}.t-menu>li:last-child a{border-bottom:0}.t-menu a{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;left:auto;top:auto;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px #dfdfdf solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}.table-container{display:block;position:relative}.table-container.horizontal-scroll{overflow:hidden;overflow-x:auto}.table-container.horizontal-scroll .table{width:auto;min-width:100%}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.td,.th{display:table-cell}.table{width:100%;margin-bottom:1rem;margin-top:1rem}.table .td,.table .th,.table td,.table th{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout .td,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout th{white-space:nowrap;overflow:hidden}.table .tfoot,.table .thead,.table tfoot,.table thead{border-bottom:4px solid #e4e4e4}.table .tfoot .td,.table .tfoot .th,.table .tfoot td,.table .tfoot th,.table .thead .td,.table .thead .th,.table .thead td,.table .thead th,.table tfoot .td,.table tfoot .th,.table tfoot td,.table tfoot th,.table thead .td,.table thead .th,.table thead td,.table thead th{cursor:default;color:#1d1d1d;border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table .tfoot,.table tfoot{border-top:4px solid #e4e4e4}.table .tbody .td,.table .tbody td,.table tbody .td,.table tbody td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21C5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sortable-column.sort-desc,.table .sortable-column.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sort-asc,.table .sorting.sort-desc,.table .sorting.sorting_asc,.table .sorting.sorting_desc{background-color:#ebebeb}.table .sortable-column.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-asc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_asc:after,.table .sorting.sorting_desc:after{color:#1d1d1d;opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sort-asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:after,.table.sortable-markers-on-left .sorting:before{left:0;margin-left:.625rem}.table .tr.selected .td,.table .tr.selected td,.table tr.selected .td,.table tr.selected td{background-color:rgba(28,183,236,.1)}.table .td.selected,.table td.selected{background-color:rgba(28,183,236,.3)}.table.striped .tbody .tr:nth-child(odd),.table.striped tbody tr:nth-child(odd){background:#f8f8f8}.table.row-hover .tbody .tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover tbody tr:hover{background-color:rgba(28,183,236,.1)}.table.cell-hover .tbody .td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover tbody td:hover{background-color:rgba(28,183,236,.3)}.table.table-border{border:1px #dfdfdf solid}.table.cell-border .td,.table.cell-border .th,.table.cell-border td,.table.cell-border th{border:1px #dfdfdf solid}.table.cell-border .thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .th,.table.cell-border .thead .tr:first-child td,.table.cell-border .thead .tr:first-child th,.table.cell-border .thead tr:first-child .td,.table.cell-border .thead tr:first-child .th,.table.cell-border .thead tr:first-child td,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child .td,.table.cell-border thead .tr:first-child .th,.table.cell-border thead .tr:first-child td,.table.cell-border thead .tr:first-child th,.table.cell-border thead tr:first-child .td,.table.cell-border thead tr:first-child .th,.table.cell-border thead tr:first-child td,.table.cell-border thead tr:first-child th{border-top:none}.table.cell-border .thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border thead tr:first-child th:first-child{border-left:none}.table.cell-border .thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border thead tr:first-child th:last-child{border-right:none}.table.cell-border .tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child td,.table.cell-border .tbody tr:first-child .td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child .td,.table.cell-border tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border tbody tr:first-child td{border-top:none}.table.cell-border .tbody .tr .td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border tbody tr td:first-child{border-left:none}.table.cell-border .tbody .tr .td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border tbody tr td:last-child{border-right:none}.table.cell-border .tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child td,.table.cell-border .tbody tr:last-child .td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child .td,.table.cell-border tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border tbody tr:last-child td{border-bottom:none}.table.row-border .tr+.tr,.table.row-border tr+tr{border-top:1px #dfdfdf solid}.table.subcompact .td,.table.subcompact .th,.table.subcompact td,.table.subcompact th{padding:3px 8px;font-size:80%}.table.compact .td,.table.compact .th,.table.compact td,.table.compact th{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table .tbody .td.hidden,.table .tbody .th.hidden,.table .tbody td.hidden,.table .tbody th.hidden,.table .thead .td.hidden,.table .thead .th.hidden,.table .thead td.hidden,.table .thead th.hidden,.table tbody .td.hidden,.table tbody .th.hidden,.table tbody td.hidden,.table tbody th.hidden,.table thead .td.hidden,.table thead .th.hidden,.table thead td.hidden,.table thead th.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{-ms-flex-preferred-size:auto;flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:#fff;color:#1d1d1d;z-index:500;border:1px double #dfdfdf;width:auto;padding:10px;max-height:calc(100vh - 40px);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid #dfdfdf;font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid #dfdfdf;padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector .table,.table-inspector table{margin-bottom:0}.table-inspector .table .td,.table-inspector .table td,.table-inspector table .td,.table-inspector table td{vertical-align:middle}.table-inspector .table .tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector table tr.flash{-webkit-animation:flash-bg 1s ease-out;animation:flash-bg 1s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:1px solid #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}@-webkit-keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@media screen and (min-width:0){.table.normal-fs .td,.table.normal-fs .th,.table.normal-fs td,.table.normal-fs th{padding:.625rem;font-size:1em}.table.compact-fs .td,.table.compact-fs .th,.table.compact-fs td,.table.compact-fs th{padding:7px 8px;font-size:80%}.table.subcompact-fs .td,.table.subcompact-fs .th,.table.subcompact-fs td,.table.subcompact-fs th{padding:3px 8px;font-size:80%}}@media screen and (min-width:576px){.table.normal-sm .td,.table.normal-sm .th,.table.normal-sm td,.table.normal-sm th{padding:.625rem;font-size:1em}.table.compact-sm .td,.table.compact-sm .th,.table.compact-sm td,.table.compact-sm th{padding:7px 8px;font-size:80%}.table.subcompact-sm .td,.table.subcompact-sm .th,.table.subcompact-sm td,.table.subcompact-sm th{padding:3px 8px;font-size:80%}}@media screen and (min-width:768px){.table.normal-md .td,.table.normal-md .th,.table.normal-md td,.table.normal-md th{padding:.625rem;font-size:1em}.table.compact-md .td,.table.compact-md .th,.table.compact-md td,.table.compact-md th{padding:7px 8px;font-size:80%}.table.subcompact-md .td,.table.subcompact-md .th,.table.subcompact-md td,.table.subcompact-md th{padding:3px 8px;font-size:80%}}@media screen and (min-width:992px){.table.normal-lg .td,.table.normal-lg .th,.table.normal-lg td,.table.normal-lg th{padding:.625rem;font-size:1em}.table.compact-lg .td,.table.compact-lg .th,.table.compact-lg td,.table.compact-lg th{padding:7px 8px;font-size:80%}.table.subcompact-lg .td,.table.subcompact-lg .th,.table.subcompact-lg td,.table.subcompact-lg th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1200px){.table.normal-xl .td,.table.normal-xl .th,.table.normal-xl td,.table.normal-xl th{padding:.625rem;font-size:1em}.table.compact-xl .td,.table.compact-xl .th,.table.compact-xl td,.table.compact-xl th{padding:7px 8px;font-size:80%}.table.subcompact-xl .td,.table.subcompact-xl .th,.table.subcompact-xl td,.table.subcompact-xl th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1452px){.table.normal-xxl .td,.table.normal-xxl .th,.table.normal-xxl td,.table.normal-xxl th{padding:.625rem;font-size:1em}.table.compact-xxl .td,.table.compact-xxl .th,.table.compact-xxl td,.table.compact-xxl th{padding:7px 8px;font-size:80%}.table.subcompact-xxl .td,.table.subcompact-xxl .th,.table.subcompact-xxl td,.table.subcompact-xxl th{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.table-skip input{width:220px}.tabs{position:relative;border:1px solid #dfdfdf;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;color:#1d1d1d}.tabs .expand-title,.tabs .hamburger{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;margin-top:.5rem;margin-bottom:1px;position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.tabs>ul.tabs-list a,.tabs>ul.tabs-list>li{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:#fff;color:#1d1d1d;margin:0 0 -1px 0}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:#f8f8f8}.tabs>ul.tabs-list>li.active{background-color:#dfdfdf}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;-webkit-box-shadow:none;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0 0}.tabs.vertical>ul.tabs-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none;border-right:1px solid #dfdfdf;width:auto;height:100%;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid #dfdfdf;margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid #dfdfdf}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid #dfdfdf;margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid #dfdfdf;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid #dfdfdf}.tabs-expand>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-bottom:none;background-color:#fff}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-top:none}.tabs-expand.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-expand .expand-title,.tabs-expand .hamburger{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:0 0}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid #dfdfdf;width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:#dfdfdf;background:#e4e4e4}.tabs-material{margin:0;padding:0 52px;position:fixed;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.tabs-material::-webkit-scrollbar{display:none!important}.tabs-material li{-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px 16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material::after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tabs-material.fixed-tabs::after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material.app-bar-present-more{top:112px}.tag-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.tag-input .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag-input .tag .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 8px}.tag-input .tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large .tag{margin:2px 2px;height:36px;line-height:36px}.tag-input.input-large .tag .title{font-size:1.3rem;line-height:36px}.tag-input.input-large .tag .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small .tag{margin:2px 2px;height:18px;line-height:18px}.tag-input.input-small .tag .title{font-size:.7rem;line-height:18px}.tag-input.input-small .tag .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .tag{border-radius:10px;background:#d4f0ff;color:#1d1d1d}.tag-input.static-mode .tag .remover{display:none!important}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.textarea,textarea{height:auto;padding:.5rem .75rem}textarea{line-height:1.2}.textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0;background:#add8e6;border:1px solid red}.textarea textarea{min-height:4rem;overflow-y:hidden;resize:none;border:none!important;-webkit-transition:height .1s linear;-o-transition:height .1s linear;transition:height .1s linear}.textarea textarea:focus{-webkit-box-shadow:none;box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea.disabled .clear-button{display:none}.textarea .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea .input-clear-button~textarea{padding-right:48px}.tile-app,.tile-large,.tile-medium,.tile-small,.tile-wide{display:block;background-color:#1ba1e2;color:#fff;width:150px;height:150px;-webkit-box-shadow:inset 0 0 1px #ffc;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-app .icon,.tile-large .icon,.tile-medium .icon,.tile-small .icon,.tile-wide .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:50px;line-height:50px;z-index:2}.tile-app .branding-bar,.tile-large .branding-bar,.tile-medium .branding-bar,.tile-small .branding-bar,.tile-wide .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:2}.tile-app .badge-bottom,.tile-app .badge-top,.tile-large .badge-bottom,.tile-large .badge-top,.tile-medium .badge-bottom,.tile-medium .badge-top,.tile-small .badge-bottom,.tile-small .badge-top,.tile-wide .badge-bottom,.tile-wide .badge-top{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:rgba(29,29,29,.1);z-index:2}.tile-app .badge-bottom,.tile-large .badge-bottom,.tile-medium .badge-bottom,.tile-small .badge-bottom,.tile-wide .badge-bottom{right:10px;bottom:0}.tile-app .badge-top,.tile-large .badge-top,.tile-medium .badge-top,.tile-small .badge-top,.tile-wide .badge-top{top:10px;right:10px}.tile-app:hover,.tile-large:hover,.tile-medium:hover,.tile-small:hover,.tile-wide:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-app.transform-right,.tile-large.transform-right,.tile-medium.transform-right,.tile-small.transform-right,.tile-wide.transform-right{-webkit-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;-webkit-transform:perspective(500px) rotateY(.138372rad)!important;transform:perspective(500px) rotateY(.138372rad)!important}.tile-app.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-small.transform-right.tile-small,.tile-wide.transform-right.tile-small{-webkit-transform:perspective(500px) rotateY(.276744rad)!important;transform:perspective(500px) rotateY(.276744rad)!important}.tile-app.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-small.transform-right.tile-wide,.tile-wide.transform-right.tile-wide{-webkit-transform:perspective(500px) rotateY(.069186rad)!important;transform:perspective(500px) rotateY(.069186rad)!important}.tile-app.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-small.transform-right.tile-large,.tile-wide.transform-right.tile-large{-webkit-transform:perspective(500px) rotateY(.046124rad)!important;transform:perspective(500px) rotateY(.046124rad)!important}.tile-app.transform-left,.tile-large.transform-left,.tile-medium.transform-left,.tile-small.transform-left,.tile-wide.transform-left{-webkit-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;-webkit-transform:perspective(500px) rotateY(-.138372rad)!important;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-app.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-small.transform-left.tile-small,.tile-wide.transform-left.tile-small{-webkit-transform:perspective(500px) rotateY(-.276744rad)!important;transform:perspective(500px) rotateY(-.276744rad)!important}.tile-app.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-small.transform-left.tile-wide,.tile-wide.transform-left.tile-wide{-webkit-transform:perspective(500px) rotateY(-.069186rad)!important;transform:perspective(500px) rotateY(-.069186rad)!important}.tile-app.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-small.transform-left.tile-large,.tile-wide.transform-left.tile-large{-webkit-transform:perspective(500px) rotateY(-.046124rad)!important;transform:perspective(500px) rotateY(-.046124rad)!important}.tile-app.transform-top,.tile-large.transform-top,.tile-medium.transform-top,.tile-small.transform-top,.tile-wide.transform-top{-webkit-transform-origin:50% bottom;-ms-transform-origin:50% bottom;transform-origin:50% bottom;-webkit-transform:perspective(500px) rotateX(.138372rad)!important;transform:perspective(500px) rotateX(.138372rad)!important}.tile-app.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-small.transform-top.tile-small,.tile-wide.transform-top.tile-small{-webkit-transform:perspective(500px) rotateX(.276744rad)!important;transform:perspective(500px) rotateX(.276744rad)!important}.tile-app.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-small.transform-top.tile-wide,.tile-wide.transform-top.tile-wide{-webkit-transform:perspective(500px) rotateX(.069186rad)!important;transform:perspective(500px) rotateX(.069186rad)!important}.tile-app.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-small.transform-top.tile-large,.tile-wide.transform-top.tile-large{-webkit-transform:perspective(500px) rotateX(.046124rad)!important;transform:perspective(500px) rotateX(.046124rad)!important}.tile-app.transform-bottom,.tile-large.transform-bottom,.tile-medium.transform-bottom,.tile-small.transform-bottom,.tile-wide.transform-bottom{-webkit-transform-origin:50% top;-ms-transform-origin:50% top;transform-origin:50% top;-webkit-transform:perspective(500px) rotateX(-.138372rad)!important;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-app.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-small.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small{-webkit-transform:perspective(500px) rotateX(-.276744rad)!important;transform:perspective(500px) rotateX(-.276744rad)!important}.tile-app.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-small.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide{-webkit-transform:perspective(500px) rotateX(-.069186rad)!important;transform:perspective(500px) rotateX(-.069186rad)!important}.tile-app.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-small.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large{-webkit-transform:perspective(500px) rotateX(-.046124rad)!important;transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1/span 1}.tiles-grid .tile-medium.col-1{grid-column:1/span 2}.tiles-grid .tile-wide.col-1{grid-column:1/span 4}.tiles-grid .tile-large.col-1{grid-column:1/span 4}.tiles-grid .tile-small.row-1{grid-row:1/span 1}.tiles-grid .tile-medium.row-1{grid-row:1/span 2}.tiles-grid .tile-wide.row-1{grid-row:1/span 4}.tiles-grid .tile-large.row-1{grid-row:1/span 4}.tiles-grid .tile-small.col-2{grid-column:2/span 1}.tiles-grid .tile-medium.col-2{grid-column:2/span 2}.tiles-grid .tile-wide.col-2{grid-column:2/span 4}.tiles-grid .tile-large.col-2{grid-column:2/span 4}.tiles-grid .tile-small.row-2{grid-row:2/span 1}.tiles-grid .tile-medium.row-2{grid-row:2/span 2}.tiles-grid .tile-wide.row-2{grid-row:2/span 4}.tiles-grid .tile-large.row-2{grid-row:2/span 4}.tiles-grid .tile-small.col-3{grid-column:3/span 1}.tiles-grid .tile-medium.col-3{grid-column:3/span 2}.tiles-grid .tile-wide.col-3{grid-column:3/span 4}.tiles-grid .tile-large.col-3{grid-column:3/span 4}.tiles-grid .tile-small.row-3{grid-row:3/span 1}.tiles-grid .tile-medium.row-3{grid-row:3/span 2}.tiles-grid .tile-wide.row-3{grid-row:3/span 4}.tiles-grid .tile-large.row-3{grid-row:3/span 4}.tiles-grid .tile-small.col-4{grid-column:4/span 1}.tiles-grid .tile-medium.col-4{grid-column:4/span 2}.tiles-grid .tile-wide.col-4{grid-column:4/span 4}.tiles-grid .tile-large.col-4{grid-column:4/span 4}.tiles-grid .tile-small.row-4{grid-row:4/span 1}.tiles-grid .tile-medium.row-4{grid-row:4/span 2}.tiles-grid .tile-wide.row-4{grid-row:4/span 4}.tiles-grid .tile-large.row-4{grid-row:4/span 4}.tiles-grid .tile-small.col-5{grid-column:5/span 1}.tiles-grid .tile-medium.col-5{grid-column:5/span 2}.tiles-grid .tile-wide.col-5{grid-column:5/span 4}.tiles-grid .tile-large.col-5{grid-column:5/span 4}.tiles-grid .tile-small.row-5{grid-row:5/span 1}.tiles-grid .tile-medium.row-5{grid-row:5/span 2}.tiles-grid .tile-wide.row-5{grid-row:5/span 4}.tiles-grid .tile-large.row-5{grid-row:5/span 4}.tiles-grid .tile-small.col-6{grid-column:6/span 1}.tiles-grid .tile-medium.col-6{grid-column:6/span 2}.tiles-grid .tile-wide.col-6{grid-column:6/span 4}.tiles-grid .tile-large.col-6{grid-column:6/span 4}.tiles-grid .tile-small.row-6{grid-row:6/span 1}.tiles-grid .tile-medium.row-6{grid-row:6/span 2}.tiles-grid .tile-wide.row-6{grid-row:6/span 4}.tiles-grid .tile-large.row-6{grid-row:6/span 4}.tiles-grid .tile-small.col-7{grid-column:7/span 1}.tiles-grid .tile-medium.col-7{grid-column:7/span 2}.tiles-grid .tile-wide.col-7{grid-column:7/span 4}.tiles-grid .tile-large.col-7{grid-column:7/span 4}.tiles-grid .tile-small.row-7{grid-row:7/span 1}.tiles-grid .tile-medium.row-7{grid-row:7/span 2}.tiles-grid .tile-wide.row-7{grid-row:7/span 4}.tiles-grid .tile-large.row-7{grid-row:7/span 4}.tiles-grid .tile-small.col-8{grid-column:8/span 1}.tiles-grid .tile-medium.col-8{grid-column:8/span 2}.tiles-grid .tile-wide.col-8{grid-column:8/span 4}.tiles-grid .tile-large.col-8{grid-column:8/span 4}.tiles-grid .tile-small.row-8{grid-row:8/span 1}.tiles-grid .tile-medium.row-8{grid-row:8/span 2}.tiles-grid .tile-wide.row-8{grid-row:8/span 4}.tiles-grid .tile-large.row-8{grid-row:8/span 4}.tiles-grid .tile-small.col-9{grid-column:9/span 1}.tiles-grid .tile-medium.col-9{grid-column:9/span 2}.tiles-grid .tile-wide.col-9{grid-column:9/span 4}.tiles-grid .tile-large.col-9{grid-column:9/span 4}.tiles-grid .tile-small.row-9{grid-row:9/span 1}.tiles-grid .tile-medium.row-9{grid-row:9/span 2}.tiles-grid .tile-wide.row-9{grid-row:9/span 4}.tiles-grid .tile-large.row-9{grid-row:9/span 4}.tiles-grid .tile-small.col-10{grid-column:10/span 1}.tiles-grid .tile-medium.col-10{grid-column:10/span 2}.tiles-grid .tile-wide.col-10{grid-column:10/span 4}.tiles-grid .tile-large.col-10{grid-column:10/span 4}.tiles-grid .tile-small.row-10{grid-row:10/span 1}.tiles-grid .tile-medium.row-10{grid-row:10/span 2}.tiles-grid .tile-wide.row-10{grid-row:10/span 4}.tiles-grid .tile-large.row-10{grid-row:10/span 4}.tiles-grid .tile-small.col-11{grid-column:11/span 1}.tiles-grid .tile-medium.col-11{grid-column:11/span 2}.tiles-grid .tile-wide.col-11{grid-column:11/span 4}.tiles-grid .tile-large.col-11{grid-column:11/span 4}.tiles-grid .tile-small.row-11{grid-row:11/span 1}.tiles-grid .tile-medium.row-11{grid-row:11/span 2}.tiles-grid .tile-wide.row-11{grid-row:11/span 4}.tiles-grid .tile-large.row-11{grid-row:11/span 4}.tiles-grid .tile-small.col-12{grid-column:12/span 1}.tiles-grid .tile-medium.col-12{grid-column:12/span 2}.tiles-grid .tile-wide.col-12{grid-column:12/span 4}.tiles-grid .tile-large.col-12{grid-column:12/span 4}.tiles-grid .tile-small.row-12{grid-row:12/span 1}.tiles-grid .tile-medium.row-12{grid-row:12/span 2}.tiles-grid .tile-wide.row-12{grid-row:12/span 4}.tiles-grid .tile-large.row-12{grid-row:12/span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width:0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width:576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width:768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width:992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width:1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width:1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group::before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{left:0;top:0;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.time-picker .time-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours::before,.time-picker.show-labels .minutes::before,.time-picker.show-labels .seconds::before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080}.toast.show-top{bottom:auto;top:20px}.tool-button{width:2rem;height:2rem;line-height:2rem;vertical-align:middle;display:inline-block;text-align:center;background-color:#ebebeb;color:#1d1d1d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:0;margin:0 2px;position:relative;font-size:14px}.tool-button .icon,.tool-button [class*=mif],.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:rgba(29,29,29,.1)}.tool-button:active{outline:0;-webkit-box-shadow:none;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;padding:0 0 0 .5725rem;top:2px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider::before{display:none}.toolbar::before{position:absolute;content:"";width:.325rem;height:100%;top:0;left:0;background-color:rgba(69,90,100,.2);cursor:move}.toolbar.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:.5725rem 0 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical::before{width:32px;height:.325rem}.toolbar.vertical .tool-button{margin:2px 0}.topbar{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:-webkit-sticky;position:sticky;top:0;background:#004d6f;color:#fff;z-index:1080}.topbar-brand,.topbar-element,.topbar-menu{display:block;white-space:nowrap;background:inherit;color:#fff;text-decoration:none!important;height:2.5rem;line-height:2.5rem;font-size:.875rem;margin-bottom:1rem}.topbar-brand{font-size:1.25rem;margin-top:1rem}.topbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;list-style:none}.topbar-menu li a{display:block;text-decoration:none;color:inherit;height:2.5rem;line-height:2.5rem;padding:0 .5rem;font-size:.875rem}.topbar-menu li a:active,.topbar-menu li a:hover{background:rgba(29,29,29,.1)}@media screen and (min-width:0){.topbar-expand-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-fs .topbar-brand,.topbar-expand-fs .topbar-element,.topbar-expand-fs .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:576px){.topbar-expand-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-sm .topbar-brand,.topbar-expand-sm .topbar-element,.topbar-expand-sm .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:768px){.topbar-expand-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-md .topbar-brand,.topbar-expand-md .topbar-element,.topbar-expand-md .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:992px){.topbar-expand-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-lg .topbar-brand,.topbar-expand-lg .topbar-element,.topbar-expand-lg .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1200px){.topbar-expand-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xl .topbar-brand,.topbar-expand-xl .topbar-element,.topbar-expand-xl .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1452px){.topbar-expand-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xxl .topbar-brand,.topbar-expand-xxl .topbar-element,.topbar-expand-xxl .topbar-menu{margin-bottom:0;margin-top:0}}.treeview{margin:0;padding:0 0 0 24px;font-size:.8125rem;list-style:none inside;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li{display:block;position:relative;padding:2px 0;cursor:pointer;line-height:1.25rem}.treeview li .icon{position:absolute;width:16px;height:16px;font-size:16px;left:0;top:2px;line-height:16px}.treeview li .icon img{max-width:100%;height:100%}.treeview li .caption{position:relative}.treeview li .icon~.caption{margin-left:20px}.treeview li .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.treeview li .node-toggle{position:absolute;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:24px;height:24px}.treeview li .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.treeview li.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.treeview li.current>.caption{color:#000}.treeview ul{margin:0 0 0 1rem;padding:0;list-style:none inside;display:block;position:relative;font-weight:400}.treeview .select .d-menu{position:absolute;left:0;margin:0;width:auto}.treeview li .checkbox,.treeview li .checkbox .caption,.treeview li .checkbox .check{line-height:1}.treeview li .radio,.treeview li .radio .caption,.treeview li .radio .check{line-height:1}.treeview li .switch,.treeview li .switch .caption,.treeview li .switch .check{line-height:1}.treeview li .checkbox,.treeview li .radio,.treeview li .switch{height:24px}.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;-o-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wheel-picker:focus{outline:1px dotted red!important;min-width:1px;min-height:1px}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;-ms-flex-negative:0;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block::before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:rgba(27,161,226,.5);top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #dfdfdf;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.wheel-picker .action-block>:not(:last-child){border-right:1px solid #dfdfdf}.wheel-picker .select-wrapper{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.window{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;-ms-flex-negative:0;flex-shrink:0;display:block;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.window-caption .btn-custom:active,.window-caption .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom,.window-caption .buttons .btn-max,.window-caption .buttons .btn-min{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem 0;outline:0;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:rgba(255,255,255,.1)}.window-caption .buttons .sys-button:hover::before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:rgba(255,255,255,.3);color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover::before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close::before{border-color:#777;content:'\D7';position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-max::before,.window-caption .buttons .btn-min::before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:' ';bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max::before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;-ms-flex-negative:0;flex-shrink:0}.window-caption .buttons .btn-custom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.window-caption .buttons .btn-min{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.window-caption .buttons .btn-max{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.window-caption .buttons .btn-close{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1ba1e2;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max::before{border:1px #fff solid;z-index:2}.window.maximized .btn-max::after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:' ';bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid #dfdfdf;counter-reset:wizard-step;position:relative}.wizard>.section,.wizard>section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section::before,.wizard>section::before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>.section .page-content,.wizard>section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>.section.current,.wizard>section.current{width:100%;border:0!important}.wizard>.section.current .page-content,.wizard>section.current .page-content{display:block}.wizard>.section.current::before,.wizard>section.current::before{display:block;left:0;color:#fff;background-color:#1ba1e2}.wizard>.section.complete,.wizard>.section.current,.wizard>section.complete,.wizard>section.current{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section.complete,.wizard>section.complete{cursor:pointer}.wizard .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#000}.wizard>section:nth-child(1){border-color:#1ba1e2}.wizard>section:nth-child(2){border-color:#1891cb}.wizard>section:nth-child(3){border-color:#1681b4}.wizard>section:nth-child(4){border-color:#13709e}.wizard>section:nth-child(5){border-color:#106087}.wizard>section:nth-child(6){border-color:#0d5070}.wizard>section:nth-child(7){border-color:#0b4059}.wizard>section:nth-child(8){border-color:#082f43}.wizard>section:nth-child(9){border-color:#051f2c}.wizard>section:nth-child(10){border-color:#000}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width:0){.wizard.wizard-wide-fs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section::before{display:block}}@media screen and (min-width:576px){.wizard.wizard-wide-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section::before{display:block}}@media screen and (min-width:768px){.wizard.wizard-wide-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section::before{display:block}}@media screen and (min-width:992px){.wizard.wizard-wide-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section::before{display:block}}@media screen and (min-width:1200px){.wizard.wizard-wide-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section::before{display:block}}@media screen and (min-width:1452px){.wizard.wizard-wide-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section::before{display:block}}.ani-hover-spin:hover,.ani-spin{-webkit-animation:ani-spin 1.5s linear infinite;animation:ani-spin 1.5s linear infinite}.ani-hover-pulse:hover,.ani-pulse{-webkit-animation:ani-pulse 1.7s infinite;animation:ani-pulse 1.7s infinite}.ani-hover-spanner:hover,.ani-spanner{-webkit-transform-origin:90% 35%;-ms-transform-origin:90% 35%;transform-origin:90% 35%;-webkit-animation:ani-wrench 2.5s ease infinite;animation:ani-wrench 2.5s ease infinite}.ani-hover-ring:hover,.ani-ring{-webkit-transform-origin:50% 0;-ms-transform-origin:50% 0;transform-origin:50% 0;-webkit-animation:ani-ring 2s ease infinite;animation:ani-ring 2s ease infinite}.ani-hover-vertical:hover,.ani-vertical{-webkit-animation:ani-vertical 2s ease infinite;animation:ani-vertical 2s ease infinite}.ani-horizontal,.ani-hover-horizontal:hover{-webkit-animation:ani-horizontal 2s ease infinite;animation:ani-horizontal 2s ease infinite}.ani-flash,.ani-hover-flash:hover{-webkit-animation:ani-flash 2s ease infinite;animation:ani-flash 2s ease infinite}.ani-bounce,.ani-hover-bounce:hover{-webkit-animation:ani-bounce 2s ease infinite;animation:ani-bounce 2s ease infinite}.ani-float,.ani-hover-float:hover{-webkit-animation:ani-float 2s linear infinite;animation:ani-float 2s linear infinite}.ani-heartbeat,.ani-hover-heartbeat:hover{-webkit-animation:ani-heartbeat 2s linear infinite;animation:ani-heartbeat 2s linear infinite}.ani-hover-shake:hover,.ani-shake{-webkit-animation:ani-wrench 2.5s ease infinite;animation:ani-wrench 2.5s ease infinite}.ani-hover-shuttle:hover,.ani-shuttle{-webkit-animation:ani-shuttle 2s linear infinite;animation:ani-shuttle 2s linear infinite}.ani-hover-pass:hover,.ani-pass{-webkit-animation:ani-pass 2s linear infinite;animation:ani-pass 2s linear infinite}.ani-hover-ripple:hover,.ani-ripple{-webkit-animation:ani-ripple 2s infinite linear;animation:ani-ripple 2s infinite linear}@-webkit-keyframes swinging{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}10%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}15%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}25%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}35%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}40%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}45%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes swinging{0%{-webkit-transform:rotate(0);transform:rotate(0)}5%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}10%{-webkit-transform:rotate(-9deg);transform:rotate(-9deg)}15%{-webkit-transform:rotate(8deg);transform:rotate(8deg)}20%{-webkit-transform:rotate(-7deg);transform:rotate(-7deg)}25%{-webkit-transform:rotate(6deg);transform:rotate(6deg)}30%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}35%{-webkit-transform:rotate(4deg);transform:rotate(4deg)}40%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}45%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes scaleout{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@-webkit-keyframes cubemove{25%{-webkit-transform:translateX(10px) rotate(-90deg);transform:translateX(10px) rotate(-90deg)}50%{-webkit-transform:translateX(10px) translateY(10px) rotate(-179deg);transform:translateX(10px) translateY(10px) rotate(-179deg)}50.1%{-webkit-transform:translateX(10px) translateY(10px) rotate(-180deg);transform:translateX(10px) translateY(10px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(10px) rotate(-270deg);transform:translateX(0) translateY(10px) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cubemove{25%{-webkit-transform:translateX(10px) rotate(-90deg);transform:translateX(10px) rotate(-90deg)}50%{-webkit-transform:translateX(10px) translateY(10px) rotate(-179deg);transform:translateX(10px) translateY(10px) rotate(-179deg)}50.1%{-webkit-transform:translateX(10px) translateY(10px) rotate(-180deg);transform:translateX(10px) translateY(10px) rotate(-180deg)}75%{-webkit-transform:translateX(0) translateY(10px) rotate(-270deg);transform:translateX(0) translateY(10px) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@-webkit-keyframes orbit{0%{opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:rotate(225deg);transform:rotate(225deg)}7%{-webkit-transform:rotate(345deg);transform:rotate(345deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}35%{-webkit-transform:rotate(495deg);transform:rotate(495deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}42%{-webkit-transform:rotate(690deg);transform:rotate(690deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}70%{opacity:1;-webkit-transform:rotate(835deg);transform:rotate(835deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}76%{opacity:1}77%{-webkit-transform:rotate(955deg);transform:rotate(955deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}78%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}100%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}}@keyframes orbit{0%{opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:rotate(225deg);transform:rotate(225deg)}7%{-webkit-transform:rotate(345deg);transform:rotate(345deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}35%{-webkit-transform:rotate(495deg);transform:rotate(495deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}42%{-webkit-transform:rotate(690deg);transform:rotate(690deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}70%{opacity:1;-webkit-transform:rotate(835deg);transform:rotate(835deg);-webkit-animation-timing-function:linear;animation-timing-function:linear}76%{opacity:1}77%{-webkit-transform:rotate(955deg);transform:rotate(955deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}78%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}100%{-webkit-transform:rotate(955deg);transform:rotate(955deg);opacity:0}}@-webkit-keyframes metro-slide{0%{left:-50%}100%{left:150%}}@keyframes metro-slide{0%{left:-50%}100%{left:150%}}@-webkit-keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@keyframes metro-opacity{0%{opacity:0}50%{opacity:.5}100%{opacity:1}}@-webkit-keyframes ani-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ani-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ani-pulse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ani-pulse{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ani-wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ani-wrench{0%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}8%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}10%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}18%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}20%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}28%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}30%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}38%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}40%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}48%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}50%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}58%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}60%{-webkit-transform:rotate(-24deg);transform:rotate(-24deg)}68%{-webkit-transform:rotate(24deg);transform:rotate(24deg)}75%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes ani-ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes ani-ring{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}2%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}4%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}6%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}8%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}10%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}12%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}14%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}18%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}20%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes ani-vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ani-vertical{0%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}4%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}8%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}12%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}16%{-webkit-transform:translate(0,-3px);transform:translate(0,-3px)}20%{-webkit-transform:translate(0,3px);transform:translate(0,3px)}22%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ani-horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ani-horizontal{0%{-webkit-transform:translate(0,0);transform:translate(0,0)}6%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}12%{-webkit-transform:translate(0,0);transform:translate(0,0)}18%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}24%{-webkit-transform:translate(0,0);transform:translate(0,0)}30%{-webkit-transform:translate(5px,0);transform:translate(5px,0)}36%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ani-flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes ani-flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@-webkit-keyframes ani-bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@keyframes ani-bounce{0%,10%,20%,50%,80%{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px)}}@-webkit-keyframes ani-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ani-float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-6px);transform:translateY(-6px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes ani-heartbeat{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@keyframes ani-heartbeat{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(.8);transform:scale(.8)}100%{-webkit-transform:scale(1.1);transform:scale(1.1)}}@-webkit-keyframes ani-shuttle{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@keyframes ani-shuttle{0%{-webkit-transform:scale(1);transform:scale(1)}10%,20%{-webkit-transform:scale(.9) rotate(-8deg);transform:scale(.9) rotate(-8deg)}30%,50%,70%{-webkit-transform:scale(1.3) rotate(8deg);transform:scale(1.3) rotate(8deg)}40%,60%{-webkit-transform:scale(1.3) rotate(-8deg);transform:scale(1.3) rotate(-8deg)}80%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)}}@-webkit-keyframes ani-pass{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@keyframes ani-pass{0%{-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0}50%{-webkit-transform:translateX(0);transform:translateX(0);opacity:1}100%{-webkit-transform:translateX(50%);transform:translateX(50%);opacity:0}}@-webkit-keyframes ani-ripple{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@keyframes ani-ripple{0%{opacity:.6}50%{-webkit-transform:scale(1.8);transform:scale(1.8);opacity:0}100%{opacity:0}}@-webkit-keyframes ani-shrink{0%{-webkit-transform:scale(1);transform:scale(1)}90%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes ani-shrink{0%{-webkit-transform:scale(1);transform:scale(1)}90%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(.5);transform:scale(.5)}}@-webkit-keyframes ani-drop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}25%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}25%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-drop2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}50%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop2{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}50%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-drop3{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}75%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@keyframes ani-drop3{0%{-webkit-transform:translateY(-50px);transform:translateY(-50px)}75%{-webkit-transform:translate(0);transform:translate(0)}100%{-webkit-transform:translate(0);transform:translate(0)}}@-webkit-keyframes ani-pre-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ani-pre-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ani-bg-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes ani-bg-stripes{from{background-position:40px 0}to{background-position:0 0}}.flip-card .back,.flip-card .front{width:100%;height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;-webkit-transition:-webkit-transform .3s linear;transition:-webkit-transform .3s linear;-o-transition:transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear;top:0;left:0}.flip-card .front{-webkit-transform:perspective(600px) rotateY(0);transform:perspective(600px) rotateY(0)}.flip-card .back{-webkit-transform:perspective(600px) rotateY(180deg);transform:perspective(600px) rotateY(180deg)}.flip-card.flip-horizontal .front{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0)}.flip-card.flip-horizontal .back{-webkit-transform:perspective(600px) rotateX(180deg);transform:perspective(600px) rotateX(180deg)}.flip-card.effect-on-active.active>.front,.flip-card.effect-on-hover:hover>.front{-webkit-transform:perspective(600px) rotateY(-180deg);transform:perspective(600px) rotateY(-180deg)}.flip-card.effect-on-active.active>.back,.flip-card.effect-on-hover:hover>.back{-webkit-transform:perspective(600px) rotateY(0);transform:perspective(600px) rotateY(0)}.flip-card.effect-on-active.active.flip-horizontal>.front,.flip-card.effect-on-hover:hover.flip-horizontal>.front{-webkit-transform:perspective(600px) rotateX(-180deg);transform:perspective(600px) rotateX(-180deg)}.flip-card.effect-on-active.active.flip-horizontal>.back,.flip-card.effect-on-hover:hover.flip-horizontal>.back{-webkit-transform:perspective(600px) rotateX(0);transform:perspective(600px) rotateX(0)}.post-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.post-card .left,.post-card .right{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:50%;flex-basis:50%;width:50%;height:100%;overflow:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:relative;-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.post-card .left{-webkit-transform:perspective(1600px) rotateY(25deg);transform:perspective(1600px) rotateY(25deg);-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;border-right:1px solid #f8f8f8}.post-card .right{-webkit-transform:perspective(1600px) rotateY(-25deg);transform:perspective(1600px) rotateY(-25deg);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;border-left:1px solid #f8f8f8}.post-card.effect-on-active.active>.left,.post-card.effect-on-hover:hover>.left{-webkit-transform:perspective(1600px) rotateY(0);transform:perspective(1600px) rotateY(0)}.post-card.effect-on-active.active>.right,.post-card.effect-on-hover:hover>.right{-webkit-transform:perspective(1600px) rotateY(-35deg);transform:perspective(1600px) rotateY(-35deg)}.post-card.effect-on-active.active.rotate-to-left>.right,.post-card.effect-on-hover:hover.rotate-to-left>.right{-webkit-transform:perspective(1600px) rotateY(0);transform:perspective(1600px) rotateY(0)}.post-card.effect-on-active.active.rotate-to-left>.left,.post-card.effect-on-hover:hover.rotate-to-left>.left{-webkit-transform:perspective(1600px) rotateY(35deg);transform:perspective(1600px) rotateY(35deg)}.op-default{background-color:rgba(27,161,226,.1)!important}.bg-transparent{background-color:transparent!important}.bg-hover:hover{background-color:rgba(29,29,29,.1)!important}.bg-hover2:hover{background-color:rgba(29,29,29,.5)!important}.bg-hover-light:hover{background-color:rgba(255,255,255,.01)!important}.bg-hover-light1:hover{background-color:rgba(255,255,255,.1)!important}.bg-hover-light2:hover{background-color:rgba(255,255,255,.2)!important}.bg-hover-light3:hover{background-color:rgba(255,255,255,.3)!important}.bg-facebook{background-color:#4267b2}.bg-twitter{background-color:#1da1f2}.bg-github{background-color:#24292e}.bg-bootstrap{background-color:#563d7c}.bg-gitlab{background-color:#e65328}.bg-amazon{background-color:#232f3e}.bd-default{border-color:#dfdfdf!important}.bd-transparent{border-color:transparent!important}.fg-black{color:#000!important}.bg-black{background-color:#000!important}.bd-black{border-color:#000!important}.ol-black{outline-color:#000!important}.fg-black-active:active{color:#000!important}.fg-black-hover:hover{color:#000!important}.fg-black-focus:focus{color:#000!important}.bg-black-active:active{background-color:#000!important}.bg-black-hover:hover{background-color:#000!important}.bg-black-focus:focus{background-color:#000!important}.bd-black-active:active{border-color:#000!important}.bd-black-hover:hover{border-color:#000!important}.bd-black-focus:focus{border-color:#000!important}.ol-black-active:active{outline-color:#000!important}.ol-black-hover:hover{outline-color:#000!important}.ol-black-focus:focus{outline-color:#000!important}.ribbed-black{background:#000 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-black::before{background:#000!important}.before-fg-black::before{color:#000!important}.after-bg-black::after{background:#000!important}.after-fg-black::after{color:#000!important}.op-black{background-color:rgba(0,0,0,.1)!important}.tg-black::before{border-color:#000}.fg-white{color:#fff!important}.bg-white{background-color:#fff!important}.bd-white{border-color:#fff!important}.ol-white{outline-color:#fff!important}.fg-white-active:active{color:#fff!important}.fg-white-hover:hover{color:#fff!important}.fg-white-focus:focus{color:#fff!important}.bg-white-active:active{background-color:#fff!important}.bg-white-hover:hover{background-color:#fff!important}.bg-white-focus:focus{background-color:#fff!important}.bd-white-active:active{border-color:#fff!important}.bd-white-hover:hover{border-color:#fff!important}.bd-white-focus:focus{border-color:#fff!important}.ol-white-active:active{outline-color:#fff!important}.ol-white-hover:hover{outline-color:#fff!important}.ol-white-focus:focus{outline-color:#fff!important}.ribbed-white{background:#fff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-white::before{background:#fff!important}.before-fg-white::before{color:#fff!important}.after-bg-white::after{background:#fff!important}.after-fg-white::after{color:#fff!important}.op-white{background-color:rgba(255,255,255,.1)!important}.tg-white::before{border-color:#fff}.fg-dark{color:#1d1d1d!important}.bg-dark{background-color:#1d1d1d!important}.bd-dark{border-color:#1d1d1d!important}.ol-dark{outline-color:#1d1d1d!important}.fg-dark-active:active{color:#1d1d1d!important}.fg-dark-hover:hover{color:#1d1d1d!important}.fg-dark-focus:focus{color:#1d1d1d!important}.bg-dark-active:active{background-color:#1d1d1d!important}.bg-dark-hover:hover{background-color:#1d1d1d!important}.bg-dark-focus:focus{background-color:#1d1d1d!important}.bd-dark-active:active{border-color:#1d1d1d!important}.bd-dark-hover:hover{border-color:#1d1d1d!important}.bd-dark-focus:focus{border-color:#1d1d1d!important}.ol-dark-active:active{outline-color:#1d1d1d!important}.ol-dark-hover:hover{outline-color:#1d1d1d!important}.ol-dark-focus:focus{outline-color:#1d1d1d!important}.ribbed-dark{background:#1d1d1d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#1d1d1d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-dark::before{background:#1d1d1d!important}.before-fg-dark::before{color:#1d1d1d!important}.after-bg-dark::after{background:#1d1d1d!important}.after-fg-dark::after{color:#1d1d1d!important}.op-dark{background-color:rgba(29,29,29,.1)!important}.tg-dark::before{border-color:#1d1d1d}.fg-light{color:#f8f8f8!important}.bg-light{background-color:#f8f8f8!important}.bd-light{border-color:#f8f8f8!important}.ol-light{outline-color:#f8f8f8!important}.fg-light-active:active{color:#f8f8f8!important}.fg-light-hover:hover{color:#f8f8f8!important}.fg-light-focus:focus{color:#f8f8f8!important}.bg-light-active:active{background-color:#f8f8f8!important}.bg-light-hover:hover{background-color:#f8f8f8!important}.bg-light-focus:focus{background-color:#f8f8f8!important}.bd-light-active:active{border-color:#f8f8f8!important}.bd-light-hover:hover{border-color:#f8f8f8!important}.bd-light-focus:focus{border-color:#f8f8f8!important}.ol-light-active:active{outline-color:#f8f8f8!important}.ol-light-hover:hover{outline-color:#f8f8f8!important}.ol-light-focus:focus{outline-color:#f8f8f8!important}.ribbed-light{background:#f8f8f8 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f8f8f8 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-light::before{background:#f8f8f8!important}.before-fg-light::before{color:#f8f8f8!important}.after-bg-light::after{background:#f8f8f8!important}.after-fg-light::after{color:#f8f8f8!important}.op-light{background-color:rgba(248,248,248,.1)!important}.tg-light::before{border-color:#f8f8f8}.fg-grayBlue{color:#607d8b!important}.bg-grayBlue{background-color:#607d8b!important}.bd-grayBlue{border-color:#607d8b!important}.ol-grayBlue{outline-color:#607d8b!important}.fg-grayBlue-active:active{color:#607d8b!important}.fg-grayBlue-hover:hover{color:#607d8b!important}.fg-grayBlue-focus:focus{color:#607d8b!important}.bg-grayBlue-active:active{background-color:#607d8b!important}.bg-grayBlue-hover:hover{background-color:#607d8b!important}.bg-grayBlue-focus:focus{background-color:#607d8b!important}.bd-grayBlue-active:active{border-color:#607d8b!important}.bd-grayBlue-hover:hover{border-color:#607d8b!important}.bd-grayBlue-focus:focus{border-color:#607d8b!important}.ol-grayBlue-active:active{outline-color:#607d8b!important}.ol-grayBlue-hover:hover{outline-color:#607d8b!important}.ol-grayBlue-focus:focus{outline-color:#607d8b!important}.ribbed-grayBlue{background:#607d8b -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#607d8b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-grayBlue::before{background:#607d8b!important}.before-fg-grayBlue::before{color:#607d8b!important}.after-bg-grayBlue::after{background:#607d8b!important}.after-fg-grayBlue::after{color:#607d8b!important}.op-grayBlue{background-color:rgba(96,125,139,.1)!important}.tg-grayBlue::before{border-color:#607d8b}.fg-grayWhite{color:#f5f5f5!important}.bg-grayWhite{background-color:#f5f5f5!important}.bd-grayWhite{border-color:#f5f5f5!important}.ol-grayWhite{outline-color:#f5f5f5!important}.fg-grayWhite-active:active{color:#f5f5f5!important}.fg-grayWhite-hover:hover{color:#f5f5f5!important}.fg-grayWhite-focus:focus{color:#f5f5f5!important}.bg-grayWhite-active:active{background-color:#f5f5f5!important}.bg-grayWhite-hover:hover{background-color:#f5f5f5!important}.bg-grayWhite-focus:focus{background-color:#f5f5f5!important}.bd-grayWhite-active:active{border-color:#f5f5f5!important}.bd-grayWhite-hover:hover{border-color:#f5f5f5!important}.bd-grayWhite-focus:focus{border-color:#f5f5f5!important}.ol-grayWhite-active:active{outline-color:#f5f5f5!important}.ol-grayWhite-hover:hover{outline-color:#f5f5f5!important}.ol-grayWhite-focus:focus{outline-color:#f5f5f5!important}.ribbed-grayWhite{background:#f5f5f5 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f5f5f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-grayWhite::before{background:#f5f5f5!important}.before-fg-grayWhite::before{color:#f5f5f5!important}.after-bg-grayWhite::after{background:#f5f5f5!important}.after-fg-grayWhite::after{color:#f5f5f5!important}.op-grayWhite{background-color:rgba(245,245,245,.1)!important}.tg-grayWhite::before{border-color:#f5f5f5}.fg-grayMouse{color:#455a64!important}.bg-grayMouse{background-color:#455a64!important}.bd-grayMouse{border-color:#455a64!important}.ol-grayMouse{outline-color:#455a64!important}.fg-grayMouse-active:active{color:#455a64!important}.fg-grayMouse-hover:hover{color:#455a64!important}.fg-grayMouse-focus:focus{color:#455a64!important}.bg-grayMouse-active:active{background-color:#455a64!important}.bg-grayMouse-hover:hover{background-color:#455a64!important}.bg-grayMouse-focus:focus{background-color:#455a64!important}.bd-grayMouse-active:active{border-color:#455a64!important}.bd-grayMouse-hover:hover{border-color:#455a64!important}.bd-grayMouse-focus:focus{border-color:#455a64!important}.ol-grayMouse-active:active{outline-color:#455a64!important}.ol-grayMouse-hover:hover{outline-color:#455a64!important}.ol-grayMouse-focus:focus{outline-color:#455a64!important}.ribbed-grayMouse{background:#455a64 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#455a64 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-grayMouse::before{background:#455a64!important}.before-fg-grayMouse::before{color:#455a64!important}.after-bg-grayMouse::after{background:#455a64!important}.after-fg-grayMouse::after{color:#455a64!important}.op-grayMouse{background-color:rgba(69,90,100,.1)!important}.tg-grayMouse::before{border-color:#455a64}.fg-brandColor1{color:#2ac4f4!important}.bg-brandColor1{background-color:#2ac4f4!important}.bd-brandColor1{border-color:#2ac4f4!important}.ol-brandColor1{outline-color:#2ac4f4!important}.fg-brandColor1-active:active{color:#2ac4f4!important}.fg-brandColor1-hover:hover{color:#2ac4f4!important}.fg-brandColor1-focus:focus{color:#2ac4f4!important}.bg-brandColor1-active:active{background-color:#2ac4f4!important}.bg-brandColor1-hover:hover{background-color:#2ac4f4!important}.bg-brandColor1-focus:focus{background-color:#2ac4f4!important}.bd-brandColor1-active:active{border-color:#2ac4f4!important}.bd-brandColor1-hover:hover{border-color:#2ac4f4!important}.bd-brandColor1-focus:focus{border-color:#2ac4f4!important}.ol-brandColor1-active:active{outline-color:#2ac4f4!important}.ol-brandColor1-hover:hover{outline-color:#2ac4f4!important}.ol-brandColor1-focus:focus{outline-color:#2ac4f4!important}.ribbed-brandColor1{background:#2ac4f4 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#2ac4f4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-brandColor1::before{background:#2ac4f4!important}.before-fg-brandColor1::before{color:#2ac4f4!important}.after-bg-brandColor1::after{background:#2ac4f4!important}.after-fg-brandColor1::after{color:#2ac4f4!important}.op-brandColor1{background-color:rgba(42,196,244,.1)!important}.tg-brandColor1::before{border-color:#2ac4f4}.fg-brandColor2{color:#004d6f!important}.bg-brandColor2{background-color:#004d6f!important}.bd-brandColor2{border-color:#004d6f!important}.ol-brandColor2{outline-color:#004d6f!important}.fg-brandColor2-active:active{color:#004d6f!important}.fg-brandColor2-hover:hover{color:#004d6f!important}.fg-brandColor2-focus:focus{color:#004d6f!important}.bg-brandColor2-active:active{background-color:#004d6f!important}.bg-brandColor2-hover:hover{background-color:#004d6f!important}.bg-brandColor2-focus:focus{background-color:#004d6f!important}.bd-brandColor2-active:active{border-color:#004d6f!important}.bd-brandColor2-hover:hover{border-color:#004d6f!important}.bd-brandColor2-focus:focus{border-color:#004d6f!important}.ol-brandColor2-active:active{outline-color:#004d6f!important}.ol-brandColor2-hover:hover{outline-color:#004d6f!important}.ol-brandColor2-focus:focus{outline-color:#004d6f!important}.ribbed-brandColor2{background:#004d6f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#004d6f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-brandColor2::before{background:#004d6f!important}.before-fg-brandColor2::before{color:#004d6f!important}.after-bg-brandColor2::after{background:#004d6f!important}.after-fg-brandColor2::after{color:#004d6f!important}.op-brandColor2{background-color:rgba(0,77,111,.1)!important}.tg-brandColor2::before{border-color:#004d6f}.fg-lime{color:#a4c400!important}.bg-lime{background-color:#a4c400!important}.bd-lime{border-color:#a4c400!important}.ol-lime{outline-color:#a4c400!important}.fg-lime-active:active{color:#a4c400!important}.fg-lime-hover:hover{color:#a4c400!important}.fg-lime-focus:focus{color:#a4c400!important}.bg-lime-active:active{background-color:#a4c400!important}.bg-lime-hover:hover{background-color:#a4c400!important}.bg-lime-focus:focus{background-color:#a4c400!important}.bd-lime-active:active{border-color:#a4c400!important}.bd-lime-hover:hover{border-color:#a4c400!important}.bd-lime-focus:focus{border-color:#a4c400!important}.ol-lime-active:active{outline-color:#a4c400!important}.ol-lime-hover:hover{outline-color:#a4c400!important}.ol-lime-focus:focus{outline-color:#a4c400!important}.ribbed-lime{background:#a4c400 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a4c400 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lime::before{background:#a4c400!important}.before-fg-lime::before{color:#a4c400!important}.after-bg-lime::after{background:#a4c400!important}.after-fg-lime::after{color:#a4c400!important}.op-lime{background-color:rgba(164,196,0,.1)!important}.tg-lime::before{border-color:#a4c400}.fg-green{color:#60a917!important}.bg-green{background-color:#60a917!important}.bd-green{border-color:#60a917!important}.ol-green{outline-color:#60a917!important}.fg-green-active:active{color:#60a917!important}.fg-green-hover:hover{color:#60a917!important}.fg-green-focus:focus{color:#60a917!important}.bg-green-active:active{background-color:#60a917!important}.bg-green-hover:hover{background-color:#60a917!important}.bg-green-focus:focus{background-color:#60a917!important}.bd-green-active:active{border-color:#60a917!important}.bd-green-hover:hover{border-color:#60a917!important}.bd-green-focus:focus{border-color:#60a917!important}.ol-green-active:active{outline-color:#60a917!important}.ol-green-hover:hover{outline-color:#60a917!important}.ol-green-focus:focus{outline-color:#60a917!important}.ribbed-green{background:#60a917 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#60a917 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-green::before{background:#60a917!important}.before-fg-green::before{color:#60a917!important}.after-bg-green::after{background:#60a917!important}.after-fg-green::after{color:#60a917!important}.op-green{background-color:rgba(96,169,23,.1)!important}.tg-green::before{border-color:#60a917}.fg-emerald{color:#008a00!important}.bg-emerald{background-color:#008a00!important}.bd-emerald{border-color:#008a00!important}.ol-emerald{outline-color:#008a00!important}.fg-emerald-active:active{color:#008a00!important}.fg-emerald-hover:hover{color:#008a00!important}.fg-emerald-focus:focus{color:#008a00!important}.bg-emerald-active:active{background-color:#008a00!important}.bg-emerald-hover:hover{background-color:#008a00!important}.bg-emerald-focus:focus{background-color:#008a00!important}.bd-emerald-active:active{border-color:#008a00!important}.bd-emerald-hover:hover{border-color:#008a00!important}.bd-emerald-focus:focus{border-color:#008a00!important}.ol-emerald-active:active{outline-color:#008a00!important}.ol-emerald-hover:hover{outline-color:#008a00!important}.ol-emerald-focus:focus{outline-color:#008a00!important}.ribbed-emerald{background:#008a00 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#008a00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-emerald::before{background:#008a00!important}.before-fg-emerald::before{color:#008a00!important}.after-bg-emerald::after{background:#008a00!important}.after-fg-emerald::after{color:#008a00!important}.op-emerald{background-color:rgba(0,138,0,.1)!important}.tg-emerald::before{border-color:#008a00}.fg-blue{color:#00aff0!important}.bg-blue{background-color:#00aff0!important}.bd-blue{border-color:#00aff0!important}.ol-blue{outline-color:#00aff0!important}.fg-blue-active:active{color:#00aff0!important}.fg-blue-hover:hover{color:#00aff0!important}.fg-blue-focus:focus{color:#00aff0!important}.bg-blue-active:active{background-color:#00aff0!important}.bg-blue-hover:hover{background-color:#00aff0!important}.bg-blue-focus:focus{background-color:#00aff0!important}.bd-blue-active:active{border-color:#00aff0!important}.bd-blue-hover:hover{border-color:#00aff0!important}.bd-blue-focus:focus{border-color:#00aff0!important}.ol-blue-active:active{outline-color:#00aff0!important}.ol-blue-hover:hover{outline-color:#00aff0!important}.ol-blue-focus:focus{outline-color:#00aff0!important}.ribbed-blue{background:#00aff0 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00aff0 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-blue::before{background:#00aff0!important}.before-fg-blue::before{color:#00aff0!important}.after-bg-blue::after{background:#00aff0!important}.after-fg-blue::after{color:#00aff0!important}.op-blue{background-color:rgba(0,175,240,.1)!important}.tg-blue::before{border-color:#00aff0}.fg-teal{color:#00aba9!important}.bg-teal{background-color:#00aba9!important}.bd-teal{border-color:#00aba9!important}.ol-teal{outline-color:#00aba9!important}.fg-teal-active:active{color:#00aba9!important}.fg-teal-hover:hover{color:#00aba9!important}.fg-teal-focus:focus{color:#00aba9!important}.bg-teal-active:active{background-color:#00aba9!important}.bg-teal-hover:hover{background-color:#00aba9!important}.bg-teal-focus:focus{background-color:#00aba9!important}.bd-teal-active:active{border-color:#00aba9!important}.bd-teal-hover:hover{border-color:#00aba9!important}.bd-teal-focus:focus{border-color:#00aba9!important}.ol-teal-active:active{outline-color:#00aba9!important}.ol-teal-hover:hover{outline-color:#00aba9!important}.ol-teal-focus:focus{outline-color:#00aba9!important}.ribbed-teal{background:#00aba9 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00aba9 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-teal::before{background:#00aba9!important}.before-fg-teal::before{color:#00aba9!important}.after-bg-teal::after{background:#00aba9!important}.after-fg-teal::after{color:#00aba9!important}.op-teal{background-color:rgba(0,171,169,.1)!important}.tg-teal::before{border-color:#00aba9}.fg-cyan{color:#1ba1e2!important}.bg-cyan{background-color:#1ba1e2!important}.bd-cyan{border-color:#1ba1e2!important}.ol-cyan{outline-color:#1ba1e2!important}.fg-cyan-active:active{color:#1ba1e2!important}.fg-cyan-hover:hover{color:#1ba1e2!important}.fg-cyan-focus:focus{color:#1ba1e2!important}.bg-cyan-active:active{background-color:#1ba1e2!important}.bg-cyan-hover:hover{background-color:#1ba1e2!important}.bg-cyan-focus:focus{background-color:#1ba1e2!important}.bd-cyan-active:active{border-color:#1ba1e2!important}.bd-cyan-hover:hover{border-color:#1ba1e2!important}.bd-cyan-focus:focus{border-color:#1ba1e2!important}.ol-cyan-active:active{outline-color:#1ba1e2!important}.ol-cyan-hover:hover{outline-color:#1ba1e2!important}.ol-cyan-focus:focus{outline-color:#1ba1e2!important}.ribbed-cyan{background:#1ba1e2 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#1ba1e2 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-cyan::before{background:#1ba1e2!important}.before-fg-cyan::before{color:#1ba1e2!important}.after-bg-cyan::after{background:#1ba1e2!important}.after-fg-cyan::after{color:#1ba1e2!important}.op-cyan{background-color:rgba(27,161,226,.1)!important}.tg-cyan::before{border-color:#1ba1e2}.fg-cobalt{color:#0050ef!important}.bg-cobalt{background-color:#0050ef!important}.bd-cobalt{border-color:#0050ef!important}.ol-cobalt{outline-color:#0050ef!important}.fg-cobalt-active:active{color:#0050ef!important}.fg-cobalt-hover:hover{color:#0050ef!important}.fg-cobalt-focus:focus{color:#0050ef!important}.bg-cobalt-active:active{background-color:#0050ef!important}.bg-cobalt-hover:hover{background-color:#0050ef!important}.bg-cobalt-focus:focus{background-color:#0050ef!important}.bd-cobalt-active:active{border-color:#0050ef!important}.bd-cobalt-hover:hover{border-color:#0050ef!important}.bd-cobalt-focus:focus{border-color:#0050ef!important}.ol-cobalt-active:active{outline-color:#0050ef!important}.ol-cobalt-hover:hover{outline-color:#0050ef!important}.ol-cobalt-focus:focus{outline-color:#0050ef!important}.ribbed-cobalt{background:#0050ef -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#0050ef linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-cobalt::before{background:#0050ef!important}.before-fg-cobalt::before{color:#0050ef!important}.after-bg-cobalt::after{background:#0050ef!important}.after-fg-cobalt::after{color:#0050ef!important}.op-cobalt{background-color:rgba(0,80,239,.1)!important}.tg-cobalt::before{border-color:#0050ef}.fg-indigo{color:#6a00ff!important}.bg-indigo{background-color:#6a00ff!important}.bd-indigo{border-color:#6a00ff!important}.ol-indigo{outline-color:#6a00ff!important}.fg-indigo-active:active{color:#6a00ff!important}.fg-indigo-hover:hover{color:#6a00ff!important}.fg-indigo-focus:focus{color:#6a00ff!important}.bg-indigo-active:active{background-color:#6a00ff!important}.bg-indigo-hover:hover{background-color:#6a00ff!important}.bg-indigo-focus:focus{background-color:#6a00ff!important}.bd-indigo-active:active{border-color:#6a00ff!important}.bd-indigo-hover:hover{border-color:#6a00ff!important}.bd-indigo-focus:focus{border-color:#6a00ff!important}.ol-indigo-active:active{outline-color:#6a00ff!important}.ol-indigo-hover:hover{outline-color:#6a00ff!important}.ol-indigo-focus:focus{outline-color:#6a00ff!important}.ribbed-indigo{background:#6a00ff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#6a00ff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-indigo::before{background:#6a00ff!important}.before-fg-indigo::before{color:#6a00ff!important}.after-bg-indigo::after{background:#6a00ff!important}.after-fg-indigo::after{color:#6a00ff!important}.op-indigo{background-color:rgba(106,0,255,.1)!important}.tg-indigo::before{border-color:#6a00ff}.fg-violet{color:#a0f!important}.bg-violet{background-color:#a0f!important}.bd-violet{border-color:#a0f!important}.ol-violet{outline-color:#a0f!important}.fg-violet-active:active{color:#a0f!important}.fg-violet-hover:hover{color:#a0f!important}.fg-violet-focus:focus{color:#a0f!important}.bg-violet-active:active{background-color:#a0f!important}.bg-violet-hover:hover{background-color:#a0f!important}.bg-violet-focus:focus{background-color:#a0f!important}.bd-violet-active:active{border-color:#a0f!important}.bd-violet-hover:hover{border-color:#a0f!important}.bd-violet-focus:focus{border-color:#a0f!important}.ol-violet-active:active{outline-color:#a0f!important}.ol-violet-hover:hover{outline-color:#a0f!important}.ol-violet-focus:focus{outline-color:#a0f!important}.ribbed-violet{background:#a0f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a0f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-violet::before{background:#a0f!important}.before-fg-violet::before{color:#a0f!important}.after-bg-violet::after{background:#a0f!important}.after-fg-violet::after{color:#a0f!important}.op-violet{background-color:rgba(170,0,255,.1)!important}.tg-violet::before{border-color:#a0f}.fg-pink{color:#dc4fad!important}.bg-pink{background-color:#dc4fad!important}.bd-pink{border-color:#dc4fad!important}.ol-pink{outline-color:#dc4fad!important}.fg-pink-active:active{color:#dc4fad!important}.fg-pink-hover:hover{color:#dc4fad!important}.fg-pink-focus:focus{color:#dc4fad!important}.bg-pink-active:active{background-color:#dc4fad!important}.bg-pink-hover:hover{background-color:#dc4fad!important}.bg-pink-focus:focus{background-color:#dc4fad!important}.bd-pink-active:active{border-color:#dc4fad!important}.bd-pink-hover:hover{border-color:#dc4fad!important}.bd-pink-focus:focus{border-color:#dc4fad!important}.ol-pink-active:active{outline-color:#dc4fad!important}.ol-pink-hover:hover{outline-color:#dc4fad!important}.ol-pink-focus:focus{outline-color:#dc4fad!important}.ribbed-pink{background:#dc4fad -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#dc4fad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-pink::before{background:#dc4fad!important}.before-fg-pink::before{color:#dc4fad!important}.after-bg-pink::after{background:#dc4fad!important}.after-fg-pink::after{color:#dc4fad!important}.op-pink{background-color:rgba(220,79,173,.1)!important}.tg-pink::before{border-color:#dc4fad}.fg-magenta{color:#d80073!important}.bg-magenta{background-color:#d80073!important}.bd-magenta{border-color:#d80073!important}.ol-magenta{outline-color:#d80073!important}.fg-magenta-active:active{color:#d80073!important}.fg-magenta-hover:hover{color:#d80073!important}.fg-magenta-focus:focus{color:#d80073!important}.bg-magenta-active:active{background-color:#d80073!important}.bg-magenta-hover:hover{background-color:#d80073!important}.bg-magenta-focus:focus{background-color:#d80073!important}.bd-magenta-active:active{border-color:#d80073!important}.bd-magenta-hover:hover{border-color:#d80073!important}.bd-magenta-focus:focus{border-color:#d80073!important}.ol-magenta-active:active{outline-color:#d80073!important}.ol-magenta-hover:hover{outline-color:#d80073!important}.ol-magenta-focus:focus{outline-color:#d80073!important}.ribbed-magenta{background:#d80073 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#d80073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-magenta::before{background:#d80073!important}.before-fg-magenta::before{color:#d80073!important}.after-bg-magenta::after{background:#d80073!important}.after-fg-magenta::after{color:#d80073!important}.op-magenta{background-color:rgba(216,0,115,.1)!important}.tg-magenta::before{border-color:#d80073}.fg-crimson{color:#a20025!important}.bg-crimson{background-color:#a20025!important}.bd-crimson{border-color:#a20025!important}.ol-crimson{outline-color:#a20025!important}.fg-crimson-active:active{color:#a20025!important}.fg-crimson-hover:hover{color:#a20025!important}.fg-crimson-focus:focus{color:#a20025!important}.bg-crimson-active:active{background-color:#a20025!important}.bg-crimson-hover:hover{background-color:#a20025!important}.bg-crimson-focus:focus{background-color:#a20025!important}.bd-crimson-active:active{border-color:#a20025!important}.bd-crimson-hover:hover{border-color:#a20025!important}.bd-crimson-focus:focus{border-color:#a20025!important}.ol-crimson-active:active{outline-color:#a20025!important}.ol-crimson-hover:hover{outline-color:#a20025!important}.ol-crimson-focus:focus{outline-color:#a20025!important}.ribbed-crimson{background:#a20025 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a20025 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-crimson::before{background:#a20025!important}.before-fg-crimson::before{color:#a20025!important}.after-bg-crimson::after{background:#a20025!important}.after-fg-crimson::after{color:#a20025!important}.op-crimson{background-color:rgba(162,0,37,.1)!important}.tg-crimson::before{border-color:#a20025}.fg-red{color:#ce352c!important}.bg-red{background-color:#ce352c!important}.bd-red{border-color:#ce352c!important}.ol-red{outline-color:#ce352c!important}.fg-red-active:active{color:#ce352c!important}.fg-red-hover:hover{color:#ce352c!important}.fg-red-focus:focus{color:#ce352c!important}.bg-red-active:active{background-color:#ce352c!important}.bg-red-hover:hover{background-color:#ce352c!important}.bg-red-focus:focus{background-color:#ce352c!important}.bd-red-active:active{border-color:#ce352c!important}.bd-red-hover:hover{border-color:#ce352c!important}.bd-red-focus:focus{border-color:#ce352c!important}.ol-red-active:active{outline-color:#ce352c!important}.ol-red-hover:hover{outline-color:#ce352c!important}.ol-red-focus:focus{outline-color:#ce352c!important}.ribbed-red{background:#ce352c -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ce352c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-red::before{background:#ce352c!important}.before-fg-red::before{color:#ce352c!important}.after-bg-red::after{background:#ce352c!important}.after-fg-red::after{color:#ce352c!important}.op-red{background-color:rgba(206,53,44,.1)!important}.tg-red::before{border-color:#ce352c}.fg-orange{color:#fa6800!important}.bg-orange{background-color:#fa6800!important}.bd-orange{border-color:#fa6800!important}.ol-orange{outline-color:#fa6800!important}.fg-orange-active:active{color:#fa6800!important}.fg-orange-hover:hover{color:#fa6800!important}.fg-orange-focus:focus{color:#fa6800!important}.bg-orange-active:active{background-color:#fa6800!important}.bg-orange-hover:hover{background-color:#fa6800!important}.bg-orange-focus:focus{background-color:#fa6800!important}.bd-orange-active:active{border-color:#fa6800!important}.bd-orange-hover:hover{border-color:#fa6800!important}.bd-orange-focus:focus{border-color:#fa6800!important}.ol-orange-active:active{outline-color:#fa6800!important}.ol-orange-hover:hover{outline-color:#fa6800!important}.ol-orange-focus:focus{outline-color:#fa6800!important}.ribbed-orange{background:#fa6800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fa6800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-orange::before{background:#fa6800!important}.before-fg-orange::before{color:#fa6800!important}.after-bg-orange::after{background:#fa6800!important}.after-fg-orange::after{color:#fa6800!important}.op-orange{background-color:rgba(250,104,0,.1)!important}.tg-orange::before{border-color:#fa6800}.fg-amber{color:#f0a30a!important}.bg-amber{background-color:#f0a30a!important}.bd-amber{border-color:#f0a30a!important}.ol-amber{outline-color:#f0a30a!important}.fg-amber-active:active{color:#f0a30a!important}.fg-amber-hover:hover{color:#f0a30a!important}.fg-amber-focus:focus{color:#f0a30a!important}.bg-amber-active:active{background-color:#f0a30a!important}.bg-amber-hover:hover{background-color:#f0a30a!important}.bg-amber-focus:focus{background-color:#f0a30a!important}.bd-amber-active:active{border-color:#f0a30a!important}.bd-amber-hover:hover{border-color:#f0a30a!important}.bd-amber-focus:focus{border-color:#f0a30a!important}.ol-amber-active:active{outline-color:#f0a30a!important}.ol-amber-hover:hover{outline-color:#f0a30a!important}.ol-amber-focus:focus{outline-color:#f0a30a!important}.ribbed-amber{background:#f0a30a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f0a30a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-amber::before{background:#f0a30a!important}.before-fg-amber::before{color:#f0a30a!important}.after-bg-amber::after{background:#f0a30a!important}.after-fg-amber::after{color:#f0a30a!important}.op-amber{background-color:rgba(240,163,10,.1)!important}.tg-amber::before{border-color:#f0a30a}.fg-yellow{color:#fff000!important}.bg-yellow{background-color:#fff000!important}.bd-yellow{border-color:#fff000!important}.ol-yellow{outline-color:#fff000!important}.fg-yellow-active:active{color:#fff000!important}.fg-yellow-hover:hover{color:#fff000!important}.fg-yellow-focus:focus{color:#fff000!important}.bg-yellow-active:active{background-color:#fff000!important}.bg-yellow-hover:hover{background-color:#fff000!important}.bg-yellow-focus:focus{background-color:#fff000!important}.bd-yellow-active:active{border-color:#fff000!important}.bd-yellow-hover:hover{border-color:#fff000!important}.bd-yellow-focus:focus{border-color:#fff000!important}.ol-yellow-active:active{outline-color:#fff000!important}.ol-yellow-hover:hover{outline-color:#fff000!important}.ol-yellow-focus:focus{outline-color:#fff000!important}.ribbed-yellow{background:#fff000 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fff000 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-yellow::before{background:#fff000!important}.before-fg-yellow::before{color:#fff000!important}.after-bg-yellow::after{background:#fff000!important}.after-fg-yellow::after{color:#fff000!important}.op-yellow{background-color:rgba(255,240,0,.1)!important}.tg-yellow::before{border-color:#fff000}.fg-brown{color:#825a2c!important}.bg-brown{background-color:#825a2c!important}.bd-brown{border-color:#825a2c!important}.ol-brown{outline-color:#825a2c!important}.fg-brown-active:active{color:#825a2c!important}.fg-brown-hover:hover{color:#825a2c!important}.fg-brown-focus:focus{color:#825a2c!important}.bg-brown-active:active{background-color:#825a2c!important}.bg-brown-hover:hover{background-color:#825a2c!important}.bg-brown-focus:focus{background-color:#825a2c!important}.bd-brown-active:active{border-color:#825a2c!important}.bd-brown-hover:hover{border-color:#825a2c!important}.bd-brown-focus:focus{border-color:#825a2c!important}.ol-brown-active:active{outline-color:#825a2c!important}.ol-brown-hover:hover{outline-color:#825a2c!important}.ol-brown-focus:focus{outline-color:#825a2c!important}.ribbed-brown{background:#825a2c -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#825a2c linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-brown::before{background:#825a2c!important}.before-fg-brown::before{color:#825a2c!important}.after-bg-brown::after{background:#825a2c!important}.after-fg-brown::after{color:#825a2c!important}.op-brown{background-color:rgba(130,90,44,.1)!important}.tg-brown::before{border-color:#825a2c}.fg-olive{color:#6d8764!important}.bg-olive{background-color:#6d8764!important}.bd-olive{border-color:#6d8764!important}.ol-olive{outline-color:#6d8764!important}.fg-olive-active:active{color:#6d8764!important}.fg-olive-hover:hover{color:#6d8764!important}.fg-olive-focus:focus{color:#6d8764!important}.bg-olive-active:active{background-color:#6d8764!important}.bg-olive-hover:hover{background-color:#6d8764!important}.bg-olive-focus:focus{background-color:#6d8764!important}.bd-olive-active:active{border-color:#6d8764!important}.bd-olive-hover:hover{border-color:#6d8764!important}.bd-olive-focus:focus{border-color:#6d8764!important}.ol-olive-active:active{outline-color:#6d8764!important}.ol-olive-hover:hover{outline-color:#6d8764!important}.ol-olive-focus:focus{outline-color:#6d8764!important}.ribbed-olive{background:#6d8764 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#6d8764 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-olive::before{background:#6d8764!important}.before-fg-olive::before{color:#6d8764!important}.after-bg-olive::after{background:#6d8764!important}.after-fg-olive::after{color:#6d8764!important}.op-olive{background-color:rgba(109,135,100,.1)!important}.tg-olive::before{border-color:#6d8764}.fg-steel{color:#647687!important}.bg-steel{background-color:#647687!important}.bd-steel{border-color:#647687!important}.ol-steel{outline-color:#647687!important}.fg-steel-active:active{color:#647687!important}.fg-steel-hover:hover{color:#647687!important}.fg-steel-focus:focus{color:#647687!important}.bg-steel-active:active{background-color:#647687!important}.bg-steel-hover:hover{background-color:#647687!important}.bg-steel-focus:focus{background-color:#647687!important}.bd-steel-active:active{border-color:#647687!important}.bd-steel-hover:hover{border-color:#647687!important}.bd-steel-focus:focus{border-color:#647687!important}.ol-steel-active:active{outline-color:#647687!important}.ol-steel-hover:hover{outline-color:#647687!important}.ol-steel-focus:focus{outline-color:#647687!important}.ribbed-steel{background:#647687 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#647687 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-steel::before{background:#647687!important}.before-fg-steel::before{color:#647687!important}.after-bg-steel::after{background:#647687!important}.after-fg-steel::after{color:#647687!important}.op-steel{background-color:rgba(100,118,135,.1)!important}.tg-steel::before{border-color:#647687}.fg-mauve{color:#76608a!important}.bg-mauve{background-color:#76608a!important}.bd-mauve{border-color:#76608a!important}.ol-mauve{outline-color:#76608a!important}.fg-mauve-active:active{color:#76608a!important}.fg-mauve-hover:hover{color:#76608a!important}.fg-mauve-focus:focus{color:#76608a!important}.bg-mauve-active:active{background-color:#76608a!important}.bg-mauve-hover:hover{background-color:#76608a!important}.bg-mauve-focus:focus{background-color:#76608a!important}.bd-mauve-active:active{border-color:#76608a!important}.bd-mauve-hover:hover{border-color:#76608a!important}.bd-mauve-focus:focus{border-color:#76608a!important}.ol-mauve-active:active{outline-color:#76608a!important}.ol-mauve-hover:hover{outline-color:#76608a!important}.ol-mauve-focus:focus{outline-color:#76608a!important}.ribbed-mauve{background:#76608a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#76608a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-mauve::before{background:#76608a!important}.before-fg-mauve::before{color:#76608a!important}.after-bg-mauve::after{background:#76608a!important}.after-fg-mauve::after{color:#76608a!important}.op-mauve{background-color:rgba(118,96,138,.1)!important}.tg-mauve::before{border-color:#76608a}.fg-taupe{color:#87794e!important}.bg-taupe{background-color:#87794e!important}.bd-taupe{border-color:#87794e!important}.ol-taupe{outline-color:#87794e!important}.fg-taupe-active:active{color:#87794e!important}.fg-taupe-hover:hover{color:#87794e!important}.fg-taupe-focus:focus{color:#87794e!important}.bg-taupe-active:active{background-color:#87794e!important}.bg-taupe-hover:hover{background-color:#87794e!important}.bg-taupe-focus:focus{background-color:#87794e!important}.bd-taupe-active:active{border-color:#87794e!important}.bd-taupe-hover:hover{border-color:#87794e!important}.bd-taupe-focus:focus{border-color:#87794e!important}.ol-taupe-active:active{outline-color:#87794e!important}.ol-taupe-hover:hover{outline-color:#87794e!important}.ol-taupe-focus:focus{outline-color:#87794e!important}.ribbed-taupe{background:#87794e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#87794e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-taupe::before{background:#87794e!important}.before-fg-taupe::before{color:#87794e!important}.after-bg-taupe::after{background:#87794e!important}.after-fg-taupe::after{color:#87794e!important}.op-taupe{background-color:rgba(135,121,78,.1)!important}.tg-taupe::before{border-color:#87794e}.fg-gray{color:#bebebe!important}.bg-gray{background-color:#bebebe!important}.bd-gray{border-color:#bebebe!important}.ol-gray{outline-color:#bebebe!important}.fg-gray-active:active{color:#bebebe!important}.fg-gray-hover:hover{color:#bebebe!important}.fg-gray-focus:focus{color:#bebebe!important}.bg-gray-active:active{background-color:#bebebe!important}.bg-gray-hover:hover{background-color:#bebebe!important}.bg-gray-focus:focus{background-color:#bebebe!important}.bd-gray-active:active{border-color:#bebebe!important}.bd-gray-hover:hover{border-color:#bebebe!important}.bd-gray-focus:focus{border-color:#bebebe!important}.ol-gray-active:active{outline-color:#bebebe!important}.ol-gray-hover:hover{outline-color:#bebebe!important}.ol-gray-focus:focus{outline-color:#bebebe!important}.ribbed-gray{background:#bebebe -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#bebebe linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-gray::before{background:#bebebe!important}.before-fg-gray::before{color:#bebebe!important}.after-bg-gray::after{background:#bebebe!important}.after-fg-gray::after{color:#bebebe!important}.op-gray{background-color:rgba(190,190,190,.1)!important}.tg-gray::before{border-color:#bebebe}.fg-lightLime{color:#d8ff12!important}.bg-lightLime{background-color:#d8ff12!important}.bd-lightLime{border-color:#d8ff12!important}.ol-lightLime{outline-color:#d8ff12!important}.fg-lightLime-active:active{color:#d8ff12!important}.fg-lightLime-hover:hover{color:#d8ff12!important}.fg-lightLime-focus:focus{color:#d8ff12!important}.bg-lightLime-active:active{background-color:#d8ff12!important}.bg-lightLime-hover:hover{background-color:#d8ff12!important}.bg-lightLime-focus:focus{background-color:#d8ff12!important}.bd-lightLime-active:active{border-color:#d8ff12!important}.bd-lightLime-hover:hover{border-color:#d8ff12!important}.bd-lightLime-focus:focus{border-color:#d8ff12!important}.ol-lightLime-active:active{outline-color:#d8ff12!important}.ol-lightLime-hover:hover{outline-color:#d8ff12!important}.ol-lightLime-focus:focus{outline-color:#d8ff12!important}.ribbed-lightLime{background:#d8ff12 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#d8ff12 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightLime::before{background:#d8ff12!important}.before-fg-lightLime::before{color:#d8ff12!important}.after-bg-lightLime::after{background:#d8ff12!important}.after-fg-lightLime::after{color:#d8ff12!important}.op-lightLime{background-color:rgba(216,255,18,.1)!important}.tg-lightLime::before{border-color:#d8ff12}.fg-lightGreen{color:#86e22a!important}.bg-lightGreen{background-color:#86e22a!important}.bd-lightGreen{border-color:#86e22a!important}.ol-lightGreen{outline-color:#86e22a!important}.fg-lightGreen-active:active{color:#86e22a!important}.fg-lightGreen-hover:hover{color:#86e22a!important}.fg-lightGreen-focus:focus{color:#86e22a!important}.bg-lightGreen-active:active{background-color:#86e22a!important}.bg-lightGreen-hover:hover{background-color:#86e22a!important}.bg-lightGreen-focus:focus{background-color:#86e22a!important}.bd-lightGreen-active:active{border-color:#86e22a!important}.bd-lightGreen-hover:hover{border-color:#86e22a!important}.bd-lightGreen-focus:focus{border-color:#86e22a!important}.ol-lightGreen-active:active{outline-color:#86e22a!important}.ol-lightGreen-hover:hover{outline-color:#86e22a!important}.ol-lightGreen-focus:focus{outline-color:#86e22a!important}.ribbed-lightGreen{background:#86e22a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#86e22a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightGreen::before{background:#86e22a!important}.before-fg-lightGreen::before{color:#86e22a!important}.after-bg-lightGreen::after{background:#86e22a!important}.after-fg-lightGreen::after{color:#86e22a!important}.op-lightGreen{background-color:rgba(134,226,42,.1)!important}.tg-lightGreen::before{border-color:#86e22a}.fg-lightEmerald{color:#00d600!important}.bg-lightEmerald{background-color:#00d600!important}.bd-lightEmerald{border-color:#00d600!important}.ol-lightEmerald{outline-color:#00d600!important}.fg-lightEmerald-active:active{color:#00d600!important}.fg-lightEmerald-hover:hover{color:#00d600!important}.fg-lightEmerald-focus:focus{color:#00d600!important}.bg-lightEmerald-active:active{background-color:#00d600!important}.bg-lightEmerald-hover:hover{background-color:#00d600!important}.bg-lightEmerald-focus:focus{background-color:#00d600!important}.bd-lightEmerald-active:active{border-color:#00d600!important}.bd-lightEmerald-hover:hover{border-color:#00d600!important}.bd-lightEmerald-focus:focus{border-color:#00d600!important}.ol-lightEmerald-active:active{outline-color:#00d600!important}.ol-lightEmerald-hover:hover{outline-color:#00d600!important}.ol-lightEmerald-focus:focus{outline-color:#00d600!important}.ribbed-lightEmerald{background:#00d600 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00d600 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightEmerald::before{background:#00d600!important}.before-fg-lightEmerald::before{color:#00d600!important}.after-bg-lightEmerald::after{background:#00d600!important}.after-fg-lightEmerald::after{color:#00d600!important}.op-lightEmerald{background-color:rgba(0,214,0,.1)!important}.tg-lightEmerald::before{border-color:#00d600}.fg-lightBlue{color:#3ecbff!important}.bg-lightBlue{background-color:#3ecbff!important}.bd-lightBlue{border-color:#3ecbff!important}.ol-lightBlue{outline-color:#3ecbff!important}.fg-lightBlue-active:active{color:#3ecbff!important}.fg-lightBlue-hover:hover{color:#3ecbff!important}.fg-lightBlue-focus:focus{color:#3ecbff!important}.bg-lightBlue-active:active{background-color:#3ecbff!important}.bg-lightBlue-hover:hover{background-color:#3ecbff!important}.bg-lightBlue-focus:focus{background-color:#3ecbff!important}.bd-lightBlue-active:active{border-color:#3ecbff!important}.bd-lightBlue-hover:hover{border-color:#3ecbff!important}.bd-lightBlue-focus:focus{border-color:#3ecbff!important}.ol-lightBlue-active:active{outline-color:#3ecbff!important}.ol-lightBlue-hover:hover{outline-color:#3ecbff!important}.ol-lightBlue-focus:focus{outline-color:#3ecbff!important}.ribbed-lightBlue{background:#3ecbff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#3ecbff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightBlue::before{background:#3ecbff!important}.before-fg-lightBlue::before{color:#3ecbff!important}.after-bg-lightBlue::after{background:#3ecbff!important}.after-fg-lightBlue::after{color:#3ecbff!important}.op-lightBlue{background-color:rgba(62,203,255,.1)!important}.tg-lightBlue::before{border-color:#3ecbff}.fg-lightTeal{color:#00f7f5!important}.bg-lightTeal{background-color:#00f7f5!important}.bd-lightTeal{border-color:#00f7f5!important}.ol-lightTeal{outline-color:#00f7f5!important}.fg-lightTeal-active:active{color:#00f7f5!important}.fg-lightTeal-hover:hover{color:#00f7f5!important}.fg-lightTeal-focus:focus{color:#00f7f5!important}.bg-lightTeal-active:active{background-color:#00f7f5!important}.bg-lightTeal-hover:hover{background-color:#00f7f5!important}.bg-lightTeal-focus:focus{background-color:#00f7f5!important}.bd-lightTeal-active:active{border-color:#00f7f5!important}.bd-lightTeal-hover:hover{border-color:#00f7f5!important}.bd-lightTeal-focus:focus{border-color:#00f7f5!important}.ol-lightTeal-active:active{outline-color:#00f7f5!important}.ol-lightTeal-hover:hover{outline-color:#00f7f5!important}.ol-lightTeal-focus:focus{outline-color:#00f7f5!important}.ribbed-lightTeal{background:#00f7f5 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#00f7f5 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightTeal::before{background:#00f7f5!important}.before-fg-lightTeal::before{color:#00f7f5!important}.after-bg-lightTeal::after{background:#00f7f5!important}.after-fg-lightTeal::after{color:#00f7f5!important}.op-lightTeal{background-color:rgba(0,247,245,.1)!important}.tg-lightTeal::before{border-color:#00f7f5}.fg-lightCyan{color:#5ebdec!important}.bg-lightCyan{background-color:#5ebdec!important}.bd-lightCyan{border-color:#5ebdec!important}.ol-lightCyan{outline-color:#5ebdec!important}.fg-lightCyan-active:active{color:#5ebdec!important}.fg-lightCyan-hover:hover{color:#5ebdec!important}.fg-lightCyan-focus:focus{color:#5ebdec!important}.bg-lightCyan-active:active{background-color:#5ebdec!important}.bg-lightCyan-hover:hover{background-color:#5ebdec!important}.bg-lightCyan-focus:focus{background-color:#5ebdec!important}.bd-lightCyan-active:active{border-color:#5ebdec!important}.bd-lightCyan-hover:hover{border-color:#5ebdec!important}.bd-lightCyan-focus:focus{border-color:#5ebdec!important}.ol-lightCyan-active:active{outline-color:#5ebdec!important}.ol-lightCyan-hover:hover{outline-color:#5ebdec!important}.ol-lightCyan-focus:focus{outline-color:#5ebdec!important}.ribbed-lightCyan{background:#5ebdec -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#5ebdec linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightCyan::before{background:#5ebdec!important}.before-fg-lightCyan::before{color:#5ebdec!important}.after-bg-lightCyan::after{background:#5ebdec!important}.after-fg-lightCyan::after{color:#5ebdec!important}.op-lightCyan{background-color:rgba(94,189,236,.1)!important}.tg-lightCyan::before{border-color:#5ebdec}.fg-lightCobalt{color:#3d7eff!important}.bg-lightCobalt{background-color:#3d7eff!important}.bd-lightCobalt{border-color:#3d7eff!important}.ol-lightCobalt{outline-color:#3d7eff!important}.fg-lightCobalt-active:active{color:#3d7eff!important}.fg-lightCobalt-hover:hover{color:#3d7eff!important}.fg-lightCobalt-focus:focus{color:#3d7eff!important}.bg-lightCobalt-active:active{background-color:#3d7eff!important}.bg-lightCobalt-hover:hover{background-color:#3d7eff!important}.bg-lightCobalt-focus:focus{background-color:#3d7eff!important}.bd-lightCobalt-active:active{border-color:#3d7eff!important}.bd-lightCobalt-hover:hover{border-color:#3d7eff!important}.bd-lightCobalt-focus:focus{border-color:#3d7eff!important}.ol-lightCobalt-active:active{outline-color:#3d7eff!important}.ol-lightCobalt-hover:hover{outline-color:#3d7eff!important}.ol-lightCobalt-focus:focus{outline-color:#3d7eff!important}.ribbed-lightCobalt{background:#3d7eff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#3d7eff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightCobalt::before{background:#3d7eff!important}.before-fg-lightCobalt::before{color:#3d7eff!important}.after-bg-lightCobalt::after{background:#3d7eff!important}.after-fg-lightCobalt::after{color:#3d7eff!important}.op-lightCobalt{background-color:rgba(61,126,255,.1)!important}.tg-lightCobalt::before{border-color:#3d7eff}.fg-lightIndigo{color:#974dff!important}.bg-lightIndigo{background-color:#974dff!important}.bd-lightIndigo{border-color:#974dff!important}.ol-lightIndigo{outline-color:#974dff!important}.fg-lightIndigo-active:active{color:#974dff!important}.fg-lightIndigo-hover:hover{color:#974dff!important}.fg-lightIndigo-focus:focus{color:#974dff!important}.bg-lightIndigo-active:active{background-color:#974dff!important}.bg-lightIndigo-hover:hover{background-color:#974dff!important}.bg-lightIndigo-focus:focus{background-color:#974dff!important}.bd-lightIndigo-active:active{border-color:#974dff!important}.bd-lightIndigo-hover:hover{border-color:#974dff!important}.bd-lightIndigo-focus:focus{border-color:#974dff!important}.ol-lightIndigo-active:active{outline-color:#974dff!important}.ol-lightIndigo-hover:hover{outline-color:#974dff!important}.ol-lightIndigo-focus:focus{outline-color:#974dff!important}.ribbed-lightIndigo{background:#974dff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#974dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightIndigo::before{background:#974dff!important}.before-fg-lightIndigo::before{color:#974dff!important}.after-bg-lightIndigo::after{background:#974dff!important}.after-fg-lightIndigo::after{color:#974dff!important}.op-lightIndigo{background-color:rgba(151,77,255,.1)!important}.tg-lightIndigo::before{border-color:#974dff}.fg-lightViolet{color:#c44dff!important}.bg-lightViolet{background-color:#c44dff!important}.bd-lightViolet{border-color:#c44dff!important}.ol-lightViolet{outline-color:#c44dff!important}.fg-lightViolet-active:active{color:#c44dff!important}.fg-lightViolet-hover:hover{color:#c44dff!important}.fg-lightViolet-focus:focus{color:#c44dff!important}.bg-lightViolet-active:active{background-color:#c44dff!important}.bg-lightViolet-hover:hover{background-color:#c44dff!important}.bg-lightViolet-focus:focus{background-color:#c44dff!important}.bd-lightViolet-active:active{border-color:#c44dff!important}.bd-lightViolet-hover:hover{border-color:#c44dff!important}.bd-lightViolet-focus:focus{border-color:#c44dff!important}.ol-lightViolet-active:active{outline-color:#c44dff!important}.ol-lightViolet-hover:hover{outline-color:#c44dff!important}.ol-lightViolet-focus:focus{outline-color:#c44dff!important}.ribbed-lightViolet{background:#c44dff -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#c44dff linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightViolet::before{background:#c44dff!important}.before-fg-lightViolet::before{color:#c44dff!important}.after-bg-lightViolet::after{background:#c44dff!important}.after-fg-lightViolet::after{color:#c44dff!important}.op-lightViolet{background-color:rgba(196,77,255,.1)!important}.tg-lightViolet::before{border-color:#c44dff}.fg-lightPink{color:#e98fcb!important}.bg-lightPink{background-color:#e98fcb!important}.bd-lightPink{border-color:#e98fcb!important}.ol-lightPink{outline-color:#e98fcb!important}.fg-lightPink-active:active{color:#e98fcb!important}.fg-lightPink-hover:hover{color:#e98fcb!important}.fg-lightPink-focus:focus{color:#e98fcb!important}.bg-lightPink-active:active{background-color:#e98fcb!important}.bg-lightPink-hover:hover{background-color:#e98fcb!important}.bg-lightPink-focus:focus{background-color:#e98fcb!important}.bd-lightPink-active:active{border-color:#e98fcb!important}.bd-lightPink-hover:hover{border-color:#e98fcb!important}.bd-lightPink-focus:focus{border-color:#e98fcb!important}.ol-lightPink-active:active{outline-color:#e98fcb!important}.ol-lightPink-hover:hover{outline-color:#e98fcb!important}.ol-lightPink-focus:focus{outline-color:#e98fcb!important}.ribbed-lightPink{background:#e98fcb -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#e98fcb linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightPink::before{background:#e98fcb!important}.before-fg-lightPink::before{color:#e98fcb!important}.after-bg-lightPink::after{background:#e98fcb!important}.after-fg-lightPink::after{color:#e98fcb!important}.op-lightPink{background-color:rgba(233,143,203,.1)!important}.tg-lightPink::before{border-color:#e98fcb}.fg-lightMagenta{color:#ff2599!important}.bg-lightMagenta{background-color:#ff2599!important}.bd-lightMagenta{border-color:#ff2599!important}.ol-lightMagenta{outline-color:#ff2599!important}.fg-lightMagenta-active:active{color:#ff2599!important}.fg-lightMagenta-hover:hover{color:#ff2599!important}.fg-lightMagenta-focus:focus{color:#ff2599!important}.bg-lightMagenta-active:active{background-color:#ff2599!important}.bg-lightMagenta-hover:hover{background-color:#ff2599!important}.bg-lightMagenta-focus:focus{background-color:#ff2599!important}.bd-lightMagenta-active:active{border-color:#ff2599!important}.bd-lightMagenta-hover:hover{border-color:#ff2599!important}.bd-lightMagenta-focus:focus{border-color:#ff2599!important}.ol-lightMagenta-active:active{outline-color:#ff2599!important}.ol-lightMagenta-hover:hover{outline-color:#ff2599!important}.ol-lightMagenta-focus:focus{outline-color:#ff2599!important}.ribbed-lightMagenta{background:#ff2599 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ff2599 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightMagenta::before{background:#ff2599!important}.before-fg-lightMagenta::before{color:#ff2599!important}.after-bg-lightMagenta::after{background:#ff2599!important}.after-fg-lightMagenta::after{color:#ff2599!important}.op-lightMagenta{background-color:rgba(255,37,153,.1)!important}.tg-lightMagenta::before{border-color:#ff2599}.fg-lightCrimson{color:#ef0036!important}.bg-lightCrimson{background-color:#ef0036!important}.bd-lightCrimson{border-color:#ef0036!important}.ol-lightCrimson{outline-color:#ef0036!important}.fg-lightCrimson-active:active{color:#ef0036!important}.fg-lightCrimson-hover:hover{color:#ef0036!important}.fg-lightCrimson-focus:focus{color:#ef0036!important}.bg-lightCrimson-active:active{background-color:#ef0036!important}.bg-lightCrimson-hover:hover{background-color:#ef0036!important}.bg-lightCrimson-focus:focus{background-color:#ef0036!important}.bd-lightCrimson-active:active{border-color:#ef0036!important}.bd-lightCrimson-hover:hover{border-color:#ef0036!important}.bd-lightCrimson-focus:focus{border-color:#ef0036!important}.ol-lightCrimson-active:active{outline-color:#ef0036!important}.ol-lightCrimson-hover:hover{outline-color:#ef0036!important}.ol-lightCrimson-focus:focus{outline-color:#ef0036!important}.ribbed-lightCrimson{background:#ef0036 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ef0036 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightCrimson::before{background:#ef0036!important}.before-fg-lightCrimson::before{color:#ef0036!important}.after-bg-lightCrimson::after{background:#ef0036!important}.after-fg-lightCrimson::after{color:#ef0036!important}.op-lightCrimson{background-color:rgba(239,0,54,.1)!important}.tg-lightCrimson::before{border-color:#ef0036}.fg-lightRed{color:#df6e68!important}.bg-lightRed{background-color:#df6e68!important}.bd-lightRed{border-color:#df6e68!important}.ol-lightRed{outline-color:#df6e68!important}.fg-lightRed-active:active{color:#df6e68!important}.fg-lightRed-hover:hover{color:#df6e68!important}.fg-lightRed-focus:focus{color:#df6e68!important}.bg-lightRed-active:active{background-color:#df6e68!important}.bg-lightRed-hover:hover{background-color:#df6e68!important}.bg-lightRed-focus:focus{background-color:#df6e68!important}.bd-lightRed-active:active{border-color:#df6e68!important}.bd-lightRed-hover:hover{border-color:#df6e68!important}.bd-lightRed-focus:focus{border-color:#df6e68!important}.ol-lightRed-active:active{outline-color:#df6e68!important}.ol-lightRed-hover:hover{outline-color:#df6e68!important}.ol-lightRed-focus:focus{outline-color:#df6e68!important}.ribbed-lightRed{background:#df6e68 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#df6e68 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightRed::before{background:#df6e68!important}.before-fg-lightRed::before{color:#df6e68!important}.after-bg-lightRed::after{background:#df6e68!important}.after-fg-lightRed::after{color:#df6e68!important}.op-lightRed{background-color:rgba(223,110,104,.1)!important}.tg-lightRed::before{border-color:#df6e68}.fg-lightOrange{color:#ff9447!important}.bg-lightOrange{background-color:#ff9447!important}.bd-lightOrange{border-color:#ff9447!important}.ol-lightOrange{outline-color:#ff9447!important}.fg-lightOrange-active:active{color:#ff9447!important}.fg-lightOrange-hover:hover{color:#ff9447!important}.fg-lightOrange-focus:focus{color:#ff9447!important}.bg-lightOrange-active:active{background-color:#ff9447!important}.bg-lightOrange-hover:hover{background-color:#ff9447!important}.bg-lightOrange-focus:focus{background-color:#ff9447!important}.bd-lightOrange-active:active{border-color:#ff9447!important}.bd-lightOrange-hover:hover{border-color:#ff9447!important}.bd-lightOrange-focus:focus{border-color:#ff9447!important}.ol-lightOrange-active:active{outline-color:#ff9447!important}.ol-lightOrange-hover:hover{outline-color:#ff9447!important}.ol-lightOrange-focus:focus{outline-color:#ff9447!important}.ribbed-lightOrange{background:#ff9447 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ff9447 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightOrange::before{background:#ff9447!important}.before-fg-lightOrange::before{color:#ff9447!important}.after-bg-lightOrange::after{background:#ff9447!important}.after-fg-lightOrange::after{color:#ff9447!important}.op-lightOrange{background-color:rgba(255,148,71,.1)!important}.tg-lightOrange::before{border-color:#ff9447}.fg-lightAmber{color:#f8bf4f!important}.bg-lightAmber{background-color:#f8bf4f!important}.bd-lightAmber{border-color:#f8bf4f!important}.ol-lightAmber{outline-color:#f8bf4f!important}.fg-lightAmber-active:active{color:#f8bf4f!important}.fg-lightAmber-hover:hover{color:#f8bf4f!important}.fg-lightAmber-focus:focus{color:#f8bf4f!important}.bg-lightAmber-active:active{background-color:#f8bf4f!important}.bg-lightAmber-hover:hover{background-color:#f8bf4f!important}.bg-lightAmber-focus:focus{background-color:#f8bf4f!important}.bd-lightAmber-active:active{border-color:#f8bf4f!important}.bd-lightAmber-hover:hover{border-color:#f8bf4f!important}.bd-lightAmber-focus:focus{border-color:#f8bf4f!important}.ol-lightAmber-active:active{outline-color:#f8bf4f!important}.ol-lightAmber-hover:hover{outline-color:#f8bf4f!important}.ol-lightAmber-focus:focus{outline-color:#f8bf4f!important}.ribbed-lightAmber{background:#f8bf4f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#f8bf4f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightAmber::before{background:#f8bf4f!important}.before-fg-lightAmber::before{color:#f8bf4f!important}.after-bg-lightAmber::after{background:#f8bf4f!important}.after-fg-lightAmber::after{color:#f8bf4f!important}.op-lightAmber{background-color:rgba(248,191,79,.1)!important}.tg-lightAmber::before{border-color:#f8bf4f}.fg-lightYellow{color:#fff44d!important}.bg-lightYellow{background-color:#fff44d!important}.bd-lightYellow{border-color:#fff44d!important}.ol-lightYellow{outline-color:#fff44d!important}.fg-lightYellow-active:active{color:#fff44d!important}.fg-lightYellow-hover:hover{color:#fff44d!important}.fg-lightYellow-focus:focus{color:#fff44d!important}.bg-lightYellow-active:active{background-color:#fff44d!important}.bg-lightYellow-hover:hover{background-color:#fff44d!important}.bg-lightYellow-focus:focus{background-color:#fff44d!important}.bd-lightYellow-active:active{border-color:#fff44d!important}.bd-lightYellow-hover:hover{border-color:#fff44d!important}.bd-lightYellow-focus:focus{border-color:#fff44d!important}.ol-lightYellow-active:active{outline-color:#fff44d!important}.ol-lightYellow-hover:hover{outline-color:#fff44d!important}.ol-lightYellow-focus:focus{outline-color:#fff44d!important}.ribbed-lightYellow{background:#fff44d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#fff44d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightYellow::before{background:#fff44d!important}.before-fg-lightYellow::before{color:#fff44d!important}.after-bg-lightYellow::after{background:#fff44d!important}.after-fg-lightYellow::after{color:#fff44d!important}.op-lightYellow{background-color:rgba(255,244,77,.1)!important}.tg-lightYellow::before{border-color:#fff44d}.fg-lightBrown{color:#bb823f!important}.bg-lightBrown{background-color:#bb823f!important}.bd-lightBrown{border-color:#bb823f!important}.ol-lightBrown{outline-color:#bb823f!important}.fg-lightBrown-active:active{color:#bb823f!important}.fg-lightBrown-hover:hover{color:#bb823f!important}.fg-lightBrown-focus:focus{color:#bb823f!important}.bg-lightBrown-active:active{background-color:#bb823f!important}.bg-lightBrown-hover:hover{background-color:#bb823f!important}.bg-lightBrown-focus:focus{background-color:#bb823f!important}.bd-lightBrown-active:active{border-color:#bb823f!important}.bd-lightBrown-hover:hover{border-color:#bb823f!important}.bd-lightBrown-focus:focus{border-color:#bb823f!important}.ol-lightBrown-active:active{outline-color:#bb823f!important}.ol-lightBrown-hover:hover{outline-color:#bb823f!important}.ol-lightBrown-focus:focus{outline-color:#bb823f!important}.ribbed-lightBrown{background:#bb823f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#bb823f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightBrown::before{background:#bb823f!important}.before-fg-lightBrown::before{color:#bb823f!important}.after-bg-lightBrown::after{background:#bb823f!important}.after-fg-lightBrown::after{color:#bb823f!important}.op-lightBrown{background-color:rgba(187,130,63,.1)!important}.tg-lightBrown::before{border-color:#bb823f}.fg-lightOlive{color:#95ab8d!important}.bg-lightOlive{background-color:#95ab8d!important}.bd-lightOlive{border-color:#95ab8d!important}.ol-lightOlive{outline-color:#95ab8d!important}.fg-lightOlive-active:active{color:#95ab8d!important}.fg-lightOlive-hover:hover{color:#95ab8d!important}.fg-lightOlive-focus:focus{color:#95ab8d!important}.bg-lightOlive-active:active{background-color:#95ab8d!important}.bg-lightOlive-hover:hover{background-color:#95ab8d!important}.bg-lightOlive-focus:focus{background-color:#95ab8d!important}.bd-lightOlive-active:active{border-color:#95ab8d!important}.bd-lightOlive-hover:hover{border-color:#95ab8d!important}.bd-lightOlive-focus:focus{border-color:#95ab8d!important}.ol-lightOlive-active:active{outline-color:#95ab8d!important}.ol-lightOlive-hover:hover{outline-color:#95ab8d!important}.ol-lightOlive-focus:focus{outline-color:#95ab8d!important}.ribbed-lightOlive{background:#95ab8d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#95ab8d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightOlive::before{background:#95ab8d!important}.before-fg-lightOlive::before{color:#95ab8d!important}.after-bg-lightOlive::after{background:#95ab8d!important}.after-fg-lightOlive::after{color:#95ab8d!important}.op-lightOlive{background-color:rgba(149,171,141,.1)!important}.tg-lightOlive::before{border-color:#95ab8d}.fg-lightSteel{color:#8d9cab!important}.bg-lightSteel{background-color:#8d9cab!important}.bd-lightSteel{border-color:#8d9cab!important}.ol-lightSteel{outline-color:#8d9cab!important}.fg-lightSteel-active:active{color:#8d9cab!important}.fg-lightSteel-hover:hover{color:#8d9cab!important}.fg-lightSteel-focus:focus{color:#8d9cab!important}.bg-lightSteel-active:active{background-color:#8d9cab!important}.bg-lightSteel-hover:hover{background-color:#8d9cab!important}.bg-lightSteel-focus:focus{background-color:#8d9cab!important}.bd-lightSteel-active:active{border-color:#8d9cab!important}.bd-lightSteel-hover:hover{border-color:#8d9cab!important}.bd-lightSteel-focus:focus{border-color:#8d9cab!important}.ol-lightSteel-active:active{outline-color:#8d9cab!important}.ol-lightSteel-hover:hover{outline-color:#8d9cab!important}.ol-lightSteel-focus:focus{outline-color:#8d9cab!important}.ribbed-lightSteel{background:#8d9cab -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8d9cab linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightSteel::before{background:#8d9cab!important}.before-fg-lightSteel::before{color:#8d9cab!important}.after-bg-lightSteel::after{background:#8d9cab!important}.after-fg-lightSteel::after{color:#8d9cab!important}.op-lightSteel{background-color:rgba(141,156,171,.1)!important}.tg-lightSteel::before{border-color:#8d9cab}.fg-lightMauve{color:#9c89ad!important}.bg-lightMauve{background-color:#9c89ad!important}.bd-lightMauve{border-color:#9c89ad!important}.ol-lightMauve{outline-color:#9c89ad!important}.fg-lightMauve-active:active{color:#9c89ad!important}.fg-lightMauve-hover:hover{color:#9c89ad!important}.fg-lightMauve-focus:focus{color:#9c89ad!important}.bg-lightMauve-active:active{background-color:#9c89ad!important}.bg-lightMauve-hover:hover{background-color:#9c89ad!important}.bg-lightMauve-focus:focus{background-color:#9c89ad!important}.bd-lightMauve-active:active{border-color:#9c89ad!important}.bd-lightMauve-hover:hover{border-color:#9c89ad!important}.bd-lightMauve-focus:focus{border-color:#9c89ad!important}.ol-lightMauve-active:active{outline-color:#9c89ad!important}.ol-lightMauve-hover:hover{outline-color:#9c89ad!important}.ol-lightMauve-focus:focus{outline-color:#9c89ad!important}.ribbed-lightMauve{background:#9c89ad -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#9c89ad linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightMauve::before{background:#9c89ad!important}.before-fg-lightMauve::before{color:#9c89ad!important}.after-bg-lightMauve::after{background:#9c89ad!important}.after-fg-lightMauve::after{color:#9c89ad!important}.op-lightMauve{background-color:rgba(156,137,173,.1)!important}.tg-lightMauve::before{border-color:#9c89ad}.fg-lightTaupe{color:#aea073!important}.bg-lightTaupe{background-color:#aea073!important}.bd-lightTaupe{border-color:#aea073!important}.ol-lightTaupe{outline-color:#aea073!important}.fg-lightTaupe-active:active{color:#aea073!important}.fg-lightTaupe-hover:hover{color:#aea073!important}.fg-lightTaupe-focus:focus{color:#aea073!important}.bg-lightTaupe-active:active{background-color:#aea073!important}.bg-lightTaupe-hover:hover{background-color:#aea073!important}.bg-lightTaupe-focus:focus{background-color:#aea073!important}.bd-lightTaupe-active:active{border-color:#aea073!important}.bd-lightTaupe-hover:hover{border-color:#aea073!important}.bd-lightTaupe-focus:focus{border-color:#aea073!important}.ol-lightTaupe-active:active{outline-color:#aea073!important}.ol-lightTaupe-hover:hover{outline-color:#aea073!important}.ol-lightTaupe-focus:focus{outline-color:#aea073!important}.ribbed-lightTaupe{background:#aea073 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#aea073 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightTaupe::before{background:#aea073!important}.before-fg-lightTaupe::before{color:#aea073!important}.after-bg-lightTaupe::after{background:#aea073!important}.after-fg-lightTaupe::after{color:#aea073!important}.op-lightTaupe{background-color:rgba(174,160,115,.1)!important}.tg-lightTaupe::before{border-color:#aea073}.fg-lightGray{color:#e4e4e4!important}.bg-lightGray{background-color:#e4e4e4!important}.bd-lightGray{border-color:#e4e4e4!important}.ol-lightGray{outline-color:#e4e4e4!important}.fg-lightGray-active:active{color:#e4e4e4!important}.fg-lightGray-hover:hover{color:#e4e4e4!important}.fg-lightGray-focus:focus{color:#e4e4e4!important}.bg-lightGray-active:active{background-color:#e4e4e4!important}.bg-lightGray-hover:hover{background-color:#e4e4e4!important}.bg-lightGray-focus:focus{background-color:#e4e4e4!important}.bd-lightGray-active:active{border-color:#e4e4e4!important}.bd-lightGray-hover:hover{border-color:#e4e4e4!important}.bd-lightGray-focus:focus{border-color:#e4e4e4!important}.ol-lightGray-active:active{outline-color:#e4e4e4!important}.ol-lightGray-hover:hover{outline-color:#e4e4e4!important}.ol-lightGray-focus:focus{outline-color:#e4e4e4!important}.ribbed-lightGray{background:#e4e4e4 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#e4e4e4 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightGray::before{background:#e4e4e4!important}.before-fg-lightGray::before{color:#e4e4e4!important}.after-bg-lightGray::after{background:#e4e4e4!important}.after-fg-lightGray::after{color:#e4e4e4!important}.op-lightGray{background-color:rgba(228,228,228,.1)!important}.tg-lightGray::before{border-color:#e4e4e4}.fg-lightGrayBlue{color:#8aa2ae!important}.bg-lightGrayBlue{background-color:#8aa2ae!important}.bd-lightGrayBlue{border-color:#8aa2ae!important}.ol-lightGrayBlue{outline-color:#8aa2ae!important}.fg-lightGrayBlue-active:active{color:#8aa2ae!important}.fg-lightGrayBlue-hover:hover{color:#8aa2ae!important}.fg-lightGrayBlue-focus:focus{color:#8aa2ae!important}.bg-lightGrayBlue-active:active{background-color:#8aa2ae!important}.bg-lightGrayBlue-hover:hover{background-color:#8aa2ae!important}.bg-lightGrayBlue-focus:focus{background-color:#8aa2ae!important}.bd-lightGrayBlue-active:active{border-color:#8aa2ae!important}.bd-lightGrayBlue-hover:hover{border-color:#8aa2ae!important}.bd-lightGrayBlue-focus:focus{border-color:#8aa2ae!important}.ol-lightGrayBlue-active:active{outline-color:#8aa2ae!important}.ol-lightGrayBlue-hover:hover{outline-color:#8aa2ae!important}.ol-lightGrayBlue-focus:focus{outline-color:#8aa2ae!important}.ribbed-lightGrayBlue{background:#8aa2ae -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8aa2ae linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-lightGrayBlue::before{background:#8aa2ae!important}.before-fg-lightGrayBlue::before{color:#8aa2ae!important}.after-bg-lightGrayBlue::after{background:#8aa2ae!important}.after-fg-lightGrayBlue::after{color:#8aa2ae!important}.op-lightGrayBlue{background-color:rgba(138,162,174,.1)!important}.tg-lightGrayBlue::before{border-color:#8aa2ae}.fg-darkLime{color:#647800!important}.bg-darkLime{background-color:#647800!important}.bd-darkLime{border-color:#647800!important}.ol-darkLime{outline-color:#647800!important}.fg-darkLime-active:active{color:#647800!important}.fg-darkLime-hover:hover{color:#647800!important}.fg-darkLime-focus:focus{color:#647800!important}.bg-darkLime-active:active{background-color:#647800!important}.bg-darkLime-hover:hover{background-color:#647800!important}.bg-darkLime-focus:focus{background-color:#647800!important}.bd-darkLime-active:active{border-color:#647800!important}.bd-darkLime-hover:hover{border-color:#647800!important}.bd-darkLime-focus:focus{border-color:#647800!important}.ol-darkLime-active:active{outline-color:#647800!important}.ol-darkLime-hover:hover{outline-color:#647800!important}.ol-darkLime-focus:focus{outline-color:#647800!important}.ribbed-darkLime{background:#647800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#647800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkLime::before{background:#647800!important}.before-fg-darkLime::before{color:#647800!important}.after-bg-darkLime::after{background:#647800!important}.after-fg-darkLime::after{color:#647800!important}.op-darkLime{background-color:rgba(100,120,0,.1)!important}.tg-darkLime::before{border-color:#647800}.fg-darkGreen{color:#3a660e!important}.bg-darkGreen{background-color:#3a660e!important}.bd-darkGreen{border-color:#3a660e!important}.ol-darkGreen{outline-color:#3a660e!important}.fg-darkGreen-active:active{color:#3a660e!important}.fg-darkGreen-hover:hover{color:#3a660e!important}.fg-darkGreen-focus:focus{color:#3a660e!important}.bg-darkGreen-active:active{background-color:#3a660e!important}.bg-darkGreen-hover:hover{background-color:#3a660e!important}.bg-darkGreen-focus:focus{background-color:#3a660e!important}.bd-darkGreen-active:active{border-color:#3a660e!important}.bd-darkGreen-hover:hover{border-color:#3a660e!important}.bd-darkGreen-focus:focus{border-color:#3a660e!important}.ol-darkGreen-active:active{outline-color:#3a660e!important}.ol-darkGreen-hover:hover{outline-color:#3a660e!important}.ol-darkGreen-focus:focus{outline-color:#3a660e!important}.ribbed-darkGreen{background:#3a660e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#3a660e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkGreen::before{background:#3a660e!important}.before-fg-darkGreen::before{color:#3a660e!important}.after-bg-darkGreen::after{background:#3a660e!important}.after-fg-darkGreen::after{color:#3a660e!important}.op-darkGreen{background-color:rgba(58,102,14,.1)!important}.tg-darkGreen::before{border-color:#3a660e}.fg-darkEmerald{color:#003d00!important}.bg-darkEmerald{background-color:#003d00!important}.bd-darkEmerald{border-color:#003d00!important}.ol-darkEmerald{outline-color:#003d00!important}.fg-darkEmerald-active:active{color:#003d00!important}.fg-darkEmerald-hover:hover{color:#003d00!important}.fg-darkEmerald-focus:focus{color:#003d00!important}.bg-darkEmerald-active:active{background-color:#003d00!important}.bg-darkEmerald-hover:hover{background-color:#003d00!important}.bg-darkEmerald-focus:focus{background-color:#003d00!important}.bd-darkEmerald-active:active{border-color:#003d00!important}.bd-darkEmerald-hover:hover{border-color:#003d00!important}.bd-darkEmerald-focus:focus{border-color:#003d00!important}.ol-darkEmerald-active:active{outline-color:#003d00!important}.ol-darkEmerald-hover:hover{outline-color:#003d00!important}.ol-darkEmerald-focus:focus{outline-color:#003d00!important}.ribbed-darkEmerald{background:#003d00 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#003d00 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkEmerald::before{background:#003d00!important}.before-fg-darkEmerald::before{color:#003d00!important}.after-bg-darkEmerald::after{background:#003d00!important}.after-fg-darkEmerald::after{color:#003d00!important}.op-darkEmerald{background-color:rgba(0,61,0,.1)!important}.tg-darkEmerald::before{border-color:#003d00}.fg-darkBlue{color:#0077a3!important}.bg-darkBlue{background-color:#0077a3!important}.bd-darkBlue{border-color:#0077a3!important}.ol-darkBlue{outline-color:#0077a3!important}.fg-darkBlue-active:active{color:#0077a3!important}.fg-darkBlue-hover:hover{color:#0077a3!important}.fg-darkBlue-focus:focus{color:#0077a3!important}.bg-darkBlue-active:active{background-color:#0077a3!important}.bg-darkBlue-hover:hover{background-color:#0077a3!important}.bg-darkBlue-focus:focus{background-color:#0077a3!important}.bd-darkBlue-active:active{border-color:#0077a3!important}.bd-darkBlue-hover:hover{border-color:#0077a3!important}.bd-darkBlue-focus:focus{border-color:#0077a3!important}.ol-darkBlue-active:active{outline-color:#0077a3!important}.ol-darkBlue-hover:hover{outline-color:#0077a3!important}.ol-darkBlue-focus:focus{outline-color:#0077a3!important}.ribbed-darkBlue{background:#0077a3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#0077a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkBlue::before{background:#0077a3!important}.before-fg-darkBlue::before{color:#0077a3!important}.after-bg-darkBlue::after{background:#0077a3!important}.after-fg-darkBlue::after{color:#0077a3!important}.op-darkBlue{background-color:rgba(0,119,163,.1)!important}.tg-darkBlue::before{border-color:#0077a3}.fg-darkTeal{color:#005e5d!important}.bg-darkTeal{background-color:#005e5d!important}.bd-darkTeal{border-color:#005e5d!important}.ol-darkTeal{outline-color:#005e5d!important}.fg-darkTeal-active:active{color:#005e5d!important}.fg-darkTeal-hover:hover{color:#005e5d!important}.fg-darkTeal-focus:focus{color:#005e5d!important}.bg-darkTeal-active:active{background-color:#005e5d!important}.bg-darkTeal-hover:hover{background-color:#005e5d!important}.bg-darkTeal-focus:focus{background-color:#005e5d!important}.bd-darkTeal-active:active{border-color:#005e5d!important}.bd-darkTeal-hover:hover{border-color:#005e5d!important}.bd-darkTeal-focus:focus{border-color:#005e5d!important}.ol-darkTeal-active:active{outline-color:#005e5d!important}.ol-darkTeal-hover:hover{outline-color:#005e5d!important}.ol-darkTeal-focus:focus{outline-color:#005e5d!important}.ribbed-darkTeal{background:#005e5d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#005e5d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkTeal::before{background:#005e5d!important}.before-fg-darkTeal::before{color:#005e5d!important}.after-bg-darkTeal::after{background:#005e5d!important}.after-fg-darkTeal::after{color:#005e5d!important}.op-darkTeal{background-color:rgba(0,94,93,.1)!important}.tg-darkTeal::before{border-color:#005e5d}.fg-darkCyan{color:#13709e!important}.bg-darkCyan{background-color:#13709e!important}.bd-darkCyan{border-color:#13709e!important}.ol-darkCyan{outline-color:#13709e!important}.fg-darkCyan-active:active{color:#13709e!important}.fg-darkCyan-hover:hover{color:#13709e!important}.fg-darkCyan-focus:focus{color:#13709e!important}.bg-darkCyan-active:active{background-color:#13709e!important}.bg-darkCyan-hover:hover{background-color:#13709e!important}.bg-darkCyan-focus:focus{background-color:#13709e!important}.bd-darkCyan-active:active{border-color:#13709e!important}.bd-darkCyan-hover:hover{border-color:#13709e!important}.bd-darkCyan-focus:focus{border-color:#13709e!important}.ol-darkCyan-active:active{outline-color:#13709e!important}.ol-darkCyan-hover:hover{outline-color:#13709e!important}.ol-darkCyan-focus:focus{outline-color:#13709e!important}.ribbed-darkCyan{background:#13709e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#13709e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkCyan::before{background:#13709e!important}.before-fg-darkCyan::before{color:#13709e!important}.after-bg-darkCyan::after{background:#13709e!important}.after-fg-darkCyan::after{color:#13709e!important}.op-darkCyan{background-color:rgba(19,112,158,.1)!important}.tg-darkCyan::before{border-color:#13709e}.fg-darkCobalt{color:#0036a3!important}.bg-darkCobalt{background-color:#0036a3!important}.bd-darkCobalt{border-color:#0036a3!important}.ol-darkCobalt{outline-color:#0036a3!important}.fg-darkCobalt-active:active{color:#0036a3!important}.fg-darkCobalt-hover:hover{color:#0036a3!important}.fg-darkCobalt-focus:focus{color:#0036a3!important}.bg-darkCobalt-active:active{background-color:#0036a3!important}.bg-darkCobalt-hover:hover{background-color:#0036a3!important}.bg-darkCobalt-focus:focus{background-color:#0036a3!important}.bd-darkCobalt-active:active{border-color:#0036a3!important}.bd-darkCobalt-hover:hover{border-color:#0036a3!important}.bd-darkCobalt-focus:focus{border-color:#0036a3!important}.ol-darkCobalt-active:active{outline-color:#0036a3!important}.ol-darkCobalt-hover:hover{outline-color:#0036a3!important}.ol-darkCobalt-focus:focus{outline-color:#0036a3!important}.ribbed-darkCobalt{background:#0036a3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#0036a3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkCobalt::before{background:#0036a3!important}.before-fg-darkCobalt::before{color:#0036a3!important}.after-bg-darkCobalt::after{background:#0036a3!important}.after-fg-darkCobalt::after{color:#0036a3!important}.op-darkCobalt{background-color:rgba(0,54,163,.1)!important}.tg-darkCobalt::before{border-color:#0036a3}.fg-darkIndigo{color:#4a00b3!important}.bg-darkIndigo{background-color:#4a00b3!important}.bd-darkIndigo{border-color:#4a00b3!important}.ol-darkIndigo{outline-color:#4a00b3!important}.fg-darkIndigo-active:active{color:#4a00b3!important}.fg-darkIndigo-hover:hover{color:#4a00b3!important}.fg-darkIndigo-focus:focus{color:#4a00b3!important}.bg-darkIndigo-active:active{background-color:#4a00b3!important}.bg-darkIndigo-hover:hover{background-color:#4a00b3!important}.bg-darkIndigo-focus:focus{background-color:#4a00b3!important}.bd-darkIndigo-active:active{border-color:#4a00b3!important}.bd-darkIndigo-hover:hover{border-color:#4a00b3!important}.bd-darkIndigo-focus:focus{border-color:#4a00b3!important}.ol-darkIndigo-active:active{outline-color:#4a00b3!important}.ol-darkIndigo-hover:hover{outline-color:#4a00b3!important}.ol-darkIndigo-focus:focus{outline-color:#4a00b3!important}.ribbed-darkIndigo{background:#4a00b3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#4a00b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkIndigo::before{background:#4a00b3!important}.before-fg-darkIndigo::before{color:#4a00b3!important}.after-bg-darkIndigo::after{background:#4a00b3!important}.after-fg-darkIndigo::after{color:#4a00b3!important}.op-darkIndigo{background-color:rgba(74,0,179,.1)!important}.tg-darkIndigo::before{border-color:#4a00b3}.fg-darkViolet{color:#7700b3!important}.bg-darkViolet{background-color:#7700b3!important}.bd-darkViolet{border-color:#7700b3!important}.ol-darkViolet{outline-color:#7700b3!important}.fg-darkViolet-active:active{color:#7700b3!important}.fg-darkViolet-hover:hover{color:#7700b3!important}.fg-darkViolet-focus:focus{color:#7700b3!important}.bg-darkViolet-active:active{background-color:#7700b3!important}.bg-darkViolet-hover:hover{background-color:#7700b3!important}.bg-darkViolet-focus:focus{background-color:#7700b3!important}.bd-darkViolet-active:active{border-color:#7700b3!important}.bd-darkViolet-hover:hover{border-color:#7700b3!important}.bd-darkViolet-focus:focus{border-color:#7700b3!important}.ol-darkViolet-active:active{outline-color:#7700b3!important}.ol-darkViolet-hover:hover{outline-color:#7700b3!important}.ol-darkViolet-focus:focus{outline-color:#7700b3!important}.ribbed-darkViolet{background:#7700b3 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#7700b3 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkViolet::before{background:#7700b3!important}.before-fg-darkViolet::before{color:#7700b3!important}.after-bg-darkViolet::after{background:#7700b3!important}.after-fg-darkViolet::after{color:#7700b3!important}.op-darkViolet{background-color:rgba(119,0,179,.1)!important}.tg-darkViolet::before{border-color:#7700b3}.fg-darkPink{color:#ba2588!important}.bg-darkPink{background-color:#ba2588!important}.bd-darkPink{border-color:#ba2588!important}.ol-darkPink{outline-color:#ba2588!important}.fg-darkPink-active:active{color:#ba2588!important}.fg-darkPink-hover:hover{color:#ba2588!important}.fg-darkPink-focus:focus{color:#ba2588!important}.bg-darkPink-active:active{background-color:#ba2588!important}.bg-darkPink-hover:hover{background-color:#ba2588!important}.bg-darkPink-focus:focus{background-color:#ba2588!important}.bd-darkPink-active:active{border-color:#ba2588!important}.bd-darkPink-hover:hover{border-color:#ba2588!important}.bd-darkPink-focus:focus{border-color:#ba2588!important}.ol-darkPink-active:active{outline-color:#ba2588!important}.ol-darkPink-hover:hover{outline-color:#ba2588!important}.ol-darkPink-focus:focus{outline-color:#ba2588!important}.ribbed-darkPink{background:#ba2588 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ba2588 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkPink::before{background:#ba2588!important}.before-fg-darkPink::before{color:#ba2588!important}.after-bg-darkPink::after{background:#ba2588!important}.after-fg-darkPink::after{color:#ba2588!important}.op-darkPink{background-color:rgba(186,37,136,.1)!important}.tg-darkPink::before{border-color:#ba2588}.fg-darkMagenta{color:#8c004a!important}.bg-darkMagenta{background-color:#8c004a!important}.bd-darkMagenta{border-color:#8c004a!important}.ol-darkMagenta{outline-color:#8c004a!important}.fg-darkMagenta-active:active{color:#8c004a!important}.fg-darkMagenta-hover:hover{color:#8c004a!important}.fg-darkMagenta-focus:focus{color:#8c004a!important}.bg-darkMagenta-active:active{background-color:#8c004a!important}.bg-darkMagenta-hover:hover{background-color:#8c004a!important}.bg-darkMagenta-focus:focus{background-color:#8c004a!important}.bd-darkMagenta-active:active{border-color:#8c004a!important}.bd-darkMagenta-hover:hover{border-color:#8c004a!important}.bd-darkMagenta-focus:focus{border-color:#8c004a!important}.ol-darkMagenta-active:active{outline-color:#8c004a!important}.ol-darkMagenta-hover:hover{outline-color:#8c004a!important}.ol-darkMagenta-focus:focus{outline-color:#8c004a!important}.ribbed-darkMagenta{background:#8c004a -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8c004a linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkMagenta::before{background:#8c004a!important}.before-fg-darkMagenta::before{color:#8c004a!important}.after-bg-darkMagenta::after{background:#8c004a!important}.after-fg-darkMagenta::after{color:#8c004a!important}.op-darkMagenta{background-color:rgba(140,0,74,.1)!important}.tg-darkMagenta::before{border-color:#8c004a}.fg-darkCrimson{color:#560014!important}.bg-darkCrimson{background-color:#560014!important}.bd-darkCrimson{border-color:#560014!important}.ol-darkCrimson{outline-color:#560014!important}.fg-darkCrimson-active:active{color:#560014!important}.fg-darkCrimson-hover:hover{color:#560014!important}.fg-darkCrimson-focus:focus{color:#560014!important}.bg-darkCrimson-active:active{background-color:#560014!important}.bg-darkCrimson-hover:hover{background-color:#560014!important}.bg-darkCrimson-focus:focus{background-color:#560014!important}.bd-darkCrimson-active:active{border-color:#560014!important}.bd-darkCrimson-hover:hover{border-color:#560014!important}.bd-darkCrimson-focus:focus{border-color:#560014!important}.ol-darkCrimson-active:active{outline-color:#560014!important}.ol-darkCrimson-hover:hover{outline-color:#560014!important}.ol-darkCrimson-focus:focus{outline-color:#560014!important}.ribbed-darkCrimson{background:#560014 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#560014 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkCrimson::before{background:#560014!important}.before-fg-darkCrimson::before{color:#560014!important}.after-bg-darkCrimson::after{background:#560014!important}.after-fg-darkCrimson::after{color:#560014!important}.op-darkCrimson{background-color:rgba(86,0,20,.1)!important}.tg-darkCrimson::before{border-color:#560014}.fg-darkRed{color:#8f251f!important}.bg-darkRed{background-color:#8f251f!important}.bd-darkRed{border-color:#8f251f!important}.ol-darkRed{outline-color:#8f251f!important}.fg-darkRed-active:active{color:#8f251f!important}.fg-darkRed-hover:hover{color:#8f251f!important}.fg-darkRed-focus:focus{color:#8f251f!important}.bg-darkRed-active:active{background-color:#8f251f!important}.bg-darkRed-hover:hover{background-color:#8f251f!important}.bg-darkRed-focus:focus{background-color:#8f251f!important}.bd-darkRed-active:active{border-color:#8f251f!important}.bd-darkRed-hover:hover{border-color:#8f251f!important}.bd-darkRed-focus:focus{border-color:#8f251f!important}.ol-darkRed-active:active{outline-color:#8f251f!important}.ol-darkRed-hover:hover{outline-color:#8f251f!important}.ol-darkRed-focus:focus{outline-color:#8f251f!important}.ribbed-darkRed{background:#8f251f -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#8f251f linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkRed::before{background:#8f251f!important}.before-fg-darkRed::before{color:#8f251f!important}.after-bg-darkRed::after{background:#8f251f!important}.after-fg-darkRed::after{color:#8f251f!important}.op-darkRed{background-color:rgba(143,37,31,.1)!important}.tg-darkRed::before{border-color:#8f251f}.fg-darkOrange{color:#ae4800!important}.bg-darkOrange{background-color:#ae4800!important}.bd-darkOrange{border-color:#ae4800!important}.ol-darkOrange{outline-color:#ae4800!important}.fg-darkOrange-active:active{color:#ae4800!important}.fg-darkOrange-hover:hover{color:#ae4800!important}.fg-darkOrange-focus:focus{color:#ae4800!important}.bg-darkOrange-active:active{background-color:#ae4800!important}.bg-darkOrange-hover:hover{background-color:#ae4800!important}.bg-darkOrange-focus:focus{background-color:#ae4800!important}.bd-darkOrange-active:active{border-color:#ae4800!important}.bd-darkOrange-hover:hover{border-color:#ae4800!important}.bd-darkOrange-focus:focus{border-color:#ae4800!important}.ol-darkOrange-active:active{outline-color:#ae4800!important}.ol-darkOrange-hover:hover{outline-color:#ae4800!important}.ol-darkOrange-focus:focus{outline-color:#ae4800!important}.ribbed-darkOrange{background:#ae4800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#ae4800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkOrange::before{background:#ae4800!important}.before-fg-darkOrange::before{color:#ae4800!important}.after-bg-darkOrange::after{background:#ae4800!important}.after-fg-darkOrange::after{color:#ae4800!important}.op-darkOrange{background-color:rgba(174,72,0,.1)!important}.tg-darkOrange::before{border-color:#ae4800}.fg-darkAmber{color:#a77107!important}.bg-darkAmber{background-color:#a77107!important}.bd-darkAmber{border-color:#a77107!important}.ol-darkAmber{outline-color:#a77107!important}.fg-darkAmber-active:active{color:#a77107!important}.fg-darkAmber-hover:hover{color:#a77107!important}.fg-darkAmber-focus:focus{color:#a77107!important}.bg-darkAmber-active:active{background-color:#a77107!important}.bg-darkAmber-hover:hover{background-color:#a77107!important}.bg-darkAmber-focus:focus{background-color:#a77107!important}.bd-darkAmber-active:active{border-color:#a77107!important}.bd-darkAmber-hover:hover{border-color:#a77107!important}.bd-darkAmber-focus:focus{border-color:#a77107!important}.ol-darkAmber-active:active{outline-color:#a77107!important}.ol-darkAmber-hover:hover{outline-color:#a77107!important}.ol-darkAmber-focus:focus{outline-color:#a77107!important}.ribbed-darkAmber{background:#a77107 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#a77107 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkAmber::before{background:#a77107!important}.before-fg-darkAmber::before{color:#a77107!important}.after-bg-darkAmber::after{background:#a77107!important}.after-fg-darkAmber::after{color:#a77107!important}.op-darkAmber{background-color:rgba(167,113,7,.1)!important}.tg-darkAmber::before{border-color:#a77107}.fg-darkYellow{color:#b3a800!important}.bg-darkYellow{background-color:#b3a800!important}.bd-darkYellow{border-color:#b3a800!important}.ol-darkYellow{outline-color:#b3a800!important}.fg-darkYellow-active:active{color:#b3a800!important}.fg-darkYellow-hover:hover{color:#b3a800!important}.fg-darkYellow-focus:focus{color:#b3a800!important}.bg-darkYellow-active:active{background-color:#b3a800!important}.bg-darkYellow-hover:hover{background-color:#b3a800!important}.bg-darkYellow-focus:focus{background-color:#b3a800!important}.bd-darkYellow-active:active{border-color:#b3a800!important}.bd-darkYellow-hover:hover{border-color:#b3a800!important}.bd-darkYellow-focus:focus{border-color:#b3a800!important}.ol-darkYellow-active:active{outline-color:#b3a800!important}.ol-darkYellow-hover:hover{outline-color:#b3a800!important}.ol-darkYellow-focus:focus{outline-color:#b3a800!important}.ribbed-darkYellow{background:#b3a800 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#b3a800 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkYellow::before{background:#b3a800!important}.before-fg-darkYellow::before{color:#b3a800!important}.after-bg-darkYellow::after{background:#b3a800!important}.after-fg-darkYellow::after{color:#b3a800!important}.op-darkYellow{background-color:rgba(179,168,0,.1)!important}.tg-darkYellow::before{border-color:#b3a800}.fg-darkBrown{color:#493219!important}.bg-darkBrown{background-color:#493219!important}.bd-darkBrown{border-color:#493219!important}.ol-darkBrown{outline-color:#493219!important}.fg-darkBrown-active:active{color:#493219!important}.fg-darkBrown-hover:hover{color:#493219!important}.fg-darkBrown-focus:focus{color:#493219!important}.bg-darkBrown-active:active{background-color:#493219!important}.bg-darkBrown-hover:hover{background-color:#493219!important}.bg-darkBrown-focus:focus{background-color:#493219!important}.bd-darkBrown-active:active{border-color:#493219!important}.bd-darkBrown-hover:hover{border-color:#493219!important}.bd-darkBrown-focus:focus{border-color:#493219!important}.ol-darkBrown-active:active{outline-color:#493219!important}.ol-darkBrown-hover:hover{outline-color:#493219!important}.ol-darkBrown-focus:focus{outline-color:#493219!important}.ribbed-darkBrown{background:#493219 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#493219 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkBrown::before{background:#493219!important}.before-fg-darkBrown::before{color:#493219!important}.after-bg-darkBrown::after{background:#493219!important}.after-fg-darkBrown::after{color:#493219!important}.op-darkBrown{background-color:rgba(73,50,25,.1)!important}.tg-darkBrown::before{border-color:#493219}.fg-darkOlive{color:#4a5b43!important}.bg-darkOlive{background-color:#4a5b43!important}.bd-darkOlive{border-color:#4a5b43!important}.ol-darkOlive{outline-color:#4a5b43!important}.fg-darkOlive-active:active{color:#4a5b43!important}.fg-darkOlive-hover:hover{color:#4a5b43!important}.fg-darkOlive-focus:focus{color:#4a5b43!important}.bg-darkOlive-active:active{background-color:#4a5b43!important}.bg-darkOlive-hover:hover{background-color:#4a5b43!important}.bg-darkOlive-focus:focus{background-color:#4a5b43!important}.bd-darkOlive-active:active{border-color:#4a5b43!important}.bd-darkOlive-hover:hover{border-color:#4a5b43!important}.bd-darkOlive-focus:focus{border-color:#4a5b43!important}.ol-darkOlive-active:active{outline-color:#4a5b43!important}.ol-darkOlive-hover:hover{outline-color:#4a5b43!important}.ol-darkOlive-focus:focus{outline-color:#4a5b43!important}.ribbed-darkOlive{background:#4a5b43 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#4a5b43 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkOlive::before{background:#4a5b43!important}.before-fg-darkOlive::before{color:#4a5b43!important}.after-bg-darkOlive::after{background:#4a5b43!important}.after-fg-darkOlive::after{color:#4a5b43!important}.op-darkOlive{background-color:rgba(74,91,67,.1)!important}.tg-darkOlive::before{border-color:#4a5b43}.fg-darkSteel{color:#43505b!important}.bg-darkSteel{background-color:#43505b!important}.bd-darkSteel{border-color:#43505b!important}.ol-darkSteel{outline-color:#43505b!important}.fg-darkSteel-active:active{color:#43505b!important}.fg-darkSteel-hover:hover{color:#43505b!important}.fg-darkSteel-focus:focus{color:#43505b!important}.bg-darkSteel-active:active{background-color:#43505b!important}.bg-darkSteel-hover:hover{background-color:#43505b!important}.bg-darkSteel-focus:focus{background-color:#43505b!important}.bd-darkSteel-active:active{border-color:#43505b!important}.bd-darkSteel-hover:hover{border-color:#43505b!important}.bd-darkSteel-focus:focus{border-color:#43505b!important}.ol-darkSteel-active:active{outline-color:#43505b!important}.ol-darkSteel-hover:hover{outline-color:#43505b!important}.ol-darkSteel-focus:focus{outline-color:#43505b!important}.ribbed-darkSteel{background:#43505b -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#43505b linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkSteel::before{background:#43505b!important}.before-fg-darkSteel::before{color:#43505b!important}.after-bg-darkSteel::after{background:#43505b!important}.after-fg-darkSteel::after{color:#43505b!important}.op-darkSteel{background-color:rgba(67,80,91,.1)!important}.tg-darkSteel::before{border-color:#43505b}.fg-darkMauve{color:#4f415d!important}.bg-darkMauve{background-color:#4f415d!important}.bd-darkMauve{border-color:#4f415d!important}.ol-darkMauve{outline-color:#4f415d!important}.fg-darkMauve-active:active{color:#4f415d!important}.fg-darkMauve-hover:hover{color:#4f415d!important}.fg-darkMauve-focus:focus{color:#4f415d!important}.bg-darkMauve-active:active{background-color:#4f415d!important}.bg-darkMauve-hover:hover{background-color:#4f415d!important}.bg-darkMauve-focus:focus{background-color:#4f415d!important}.bd-darkMauve-active:active{border-color:#4f415d!important}.bd-darkMauve-hover:hover{border-color:#4f415d!important}.bd-darkMauve-focus:focus{border-color:#4f415d!important}.ol-darkMauve-active:active{outline-color:#4f415d!important}.ol-darkMauve-hover:hover{outline-color:#4f415d!important}.ol-darkMauve-focus:focus{outline-color:#4f415d!important}.ribbed-darkMauve{background:#4f415d -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#4f415d linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkMauve::before{background:#4f415d!important}.before-fg-darkMauve::before{color:#4f415d!important}.after-bg-darkMauve::after{background:#4f415d!important}.after-fg-darkMauve::after{color:#4f415d!important}.op-darkMauve{background-color:rgba(79,65,93,.1)!important}.tg-darkMauve::before{border-color:#4f415d}.fg-darkTaupe{color:#574e32!important}.bg-darkTaupe{background-color:#574e32!important}.bd-darkTaupe{border-color:#574e32!important}.ol-darkTaupe{outline-color:#574e32!important}.fg-darkTaupe-active:active{color:#574e32!important}.fg-darkTaupe-hover:hover{color:#574e32!important}.fg-darkTaupe-focus:focus{color:#574e32!important}.bg-darkTaupe-active:active{background-color:#574e32!important}.bg-darkTaupe-hover:hover{background-color:#574e32!important}.bg-darkTaupe-focus:focus{background-color:#574e32!important}.bd-darkTaupe-active:active{border-color:#574e32!important}.bd-darkTaupe-hover:hover{border-color:#574e32!important}.bd-darkTaupe-focus:focus{border-color:#574e32!important}.ol-darkTaupe-active:active{outline-color:#574e32!important}.ol-darkTaupe-hover:hover{outline-color:#574e32!important}.ol-darkTaupe-focus:focus{outline-color:#574e32!important}.ribbed-darkTaupe{background:#574e32 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#574e32 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkTaupe::before{background:#574e32!important}.before-fg-darkTaupe::before{color:#574e32!important}.after-bg-darkTaupe::after{background:#574e32!important}.after-fg-darkTaupe::after{color:#574e32!important}.op-darkTaupe{background-color:rgba(87,78,50,.1)!important}.tg-darkTaupe::before{border-color:#574e32}.fg-darkGray{color:#989898!important}.bg-darkGray{background-color:#989898!important}.bd-darkGray{border-color:#989898!important}.ol-darkGray{outline-color:#989898!important}.fg-darkGray-active:active{color:#989898!important}.fg-darkGray-hover:hover{color:#989898!important}.fg-darkGray-focus:focus{color:#989898!important}.bg-darkGray-active:active{background-color:#989898!important}.bg-darkGray-hover:hover{background-color:#989898!important}.bg-darkGray-focus:focus{background-color:#989898!important}.bd-darkGray-active:active{border-color:#989898!important}.bd-darkGray-hover:hover{border-color:#989898!important}.bd-darkGray-focus:focus{border-color:#989898!important}.ol-darkGray-active:active{outline-color:#989898!important}.ol-darkGray-hover:hover{outline-color:#989898!important}.ol-darkGray-focus:focus{outline-color:#989898!important}.ribbed-darkGray{background:#989898 -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#989898 linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkGray::before{background:#989898!important}.before-fg-darkGray::before{color:#989898!important}.after-bg-darkGray::after{background:#989898!important}.after-fg-darkGray::after{color:#989898!important}.op-darkGray{background-color:rgba(152,152,152,.1)!important}.tg-darkGray::before{border-color:#989898}.fg-darkGrayBlue{color:#41545e!important}.bg-darkGrayBlue{background-color:#41545e!important}.bd-darkGrayBlue{border-color:#41545e!important}.ol-darkGrayBlue{outline-color:#41545e!important}.fg-darkGrayBlue-active:active{color:#41545e!important}.fg-darkGrayBlue-hover:hover{color:#41545e!important}.fg-darkGrayBlue-focus:focus{color:#41545e!important}.bg-darkGrayBlue-active:active{background-color:#41545e!important}.bg-darkGrayBlue-hover:hover{background-color:#41545e!important}.bg-darkGrayBlue-focus:focus{background-color:#41545e!important}.bd-darkGrayBlue-active:active{border-color:#41545e!important}.bd-darkGrayBlue-hover:hover{border-color:#41545e!important}.bd-darkGrayBlue-focus:focus{border-color:#41545e!important}.ol-darkGrayBlue-active:active{outline-color:#41545e!important}.ol-darkGrayBlue-hover:hover{outline-color:#41545e!important}.ol-darkGrayBlue-focus:focus{outline-color:#41545e!important}.ribbed-darkGrayBlue{background:#41545e -o-linear-gradient(135deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background:#41545e linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)!important;background-size:20px 20px!important}.before-bg-darkGrayBlue::before{background:#41545e!important}.before-fg-darkGrayBlue::before{color:#41545e!important}.after-bg-darkGrayBlue::after{background:#41545e!important}.after-fg-darkGrayBlue::after{color:#41545e!important}.op-darkGrayBlue{background-color:rgba(65,84,94,.1)!important}.tg-darkGrayBlue::before{border-color:#41545e}.accordion.rtl.material>.frame>.heading,.accordion[dir=rtl].material>.frame>.heading{padding:16px 16px 16px 42px}.accordion.rtl.material>.frame>.heading::after,.accordion[dir=rtl].material>.frame>.heading::after{left:16px;right:auto;top:8px;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.accordion.rtl.material>.frame.active .heading::after,.accordion[dir=rtl].material>.frame.active .heading::after{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}input.rtl,input[dir=rtl]{direction:rtl}.input.rtl,.input[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.input.rtl input,.input[dir=rtl] input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;direction:rtl}.input.rtl .button-group,.input[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input.rtl .prepend,.input[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input.rtl .append,.input[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .append,.file[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file.rtl .prepend,.file[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file.rtl .caption,.file[dir=rtl] .caption{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.file.rtl button,.file[dir=rtl] button{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:0;margin-right:auto}.textarea.rtl,.textarea[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.textarea.rtl .prepend,.textarea[dir=rtl] .prepend{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea.rtl .append,.textarea[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea.rtl textarea,.textarea[dir=rtl] textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea.rtl .input-clear-button,.textarea[dir=rtl] .input-clear-button{right:auto;left:.25rem}.textarea.rtl .input-clear-button~textarea,.textarea[dir=rtl] .input-clear-button~textarea{padding-left:48px;padding-right:.75rem}.select.rtl,.select[dir=rtl]{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.select.rtl .select-input,.select[dir=rtl] .select-input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select.rtl .prepend,.select[dir=rtl] .prepend{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.rtl .append,.select[dir=rtl] .append{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select.rtl .button-group,.select[dir=rtl] .button-group{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select.rtl.dropdown-toggle,.select[dir=rtl].dropdown-toggle{padding-right:0!important;padding-left:.9rem}.select.rtl.dropdown-toggle::before,.select[dir=rtl].dropdown-toggle::before{margin-left:.9rem;left:0}@font-face{font-family:metro;src:url(../mif/metro.ttf?niykz5) format('truetype'),url(../mif/metro.woff?niykz5) format('woff'),url(../mif/metro.svg?niykz5#metro) format('svg');font-weight:400;font-style:normal}[class*=mif-]{font-family:metro!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;display:inline-block;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mif-lg{font-size:1.2em}.mif-2x{font-size:1.5em}.mif-3x{font-size:2em}.mif-4x{font-size:2.5em}.mif-5x{font-size:3em}.mif-6x{font-size:3.5em}.mif-7x{font-size:4em}.mif-8x{font-size:4.5em}.mif-9x{font-size:5em}.mif-10x{font-size:5.5em}.mif-whatsapp:before{content:"\e90b"}.mif-copy:before{content:"\e92c"}.mif-paste:before{content:"\e92d"}.mif-cut:before{content:"\ea5a"}.mif-earth2:before{content:"\e6c1"}.mif-shit:before{content:"\e6c2"}.mif-broadcast:before{content:"\f048"}.mif-organization:before{content:"\f037"}.mif-squirrel:before{content:"\f0b2"}.mif-steps:before{content:"\f0c7"}.mif-versions:before{content:"\f064"}.mif-microscope:before{content:"\f089"}.mif-library:before{content:"\e921"}.mif-file-binary:before{content:"\f094"}.mif-mail-read:before{content:"\f03c"}.mif-quote:before{content:"\f063"}.mif-sunrise:before{content:"\e66c"}.mif-sun:before{content:"\e66d"}.mif-moon:before{content:"\e66e"}.mif-sun3:before{content:"\e66f"}.mif-windy:before{content:"\e670"}.mif-wind:before{content:"\e671"}.mif-snowflake:before{content:"\e672"}.mif-cloudy:before{content:"\e673"}.mif-cloud2:before{content:"\e674"}.mif-weather:before{content:"\e675"}.mif-weather2:before{content:"\e676"}.mif-weather3:before{content:"\e677"}.mif-lines:before{content:"\e678"}.mif-cloud3:before{content:"\e679"}.mif-lightning:before{content:"\e67a"}.mif-lightning2:before{content:"\e67b"}.mif-rainy:before{content:"\e67c"}.mif-rainy2:before{content:"\e67d"}.mif-windy2:before{content:"\e67e"}.mif-windy3:before{content:"\e67f"}.mif-snowy:before{content:"\e680"}.mif-snowy2:before{content:"\e681"}.mif-snowy3:before{content:"\e682"}.mif-weather4:before{content:"\e683"}.mif-cloudy2:before{content:"\e684"}.mif-cloud4:before{content:"\e685"}.mif-lightning3:before{content:"\e686"}.mif-sun4:before{content:"\e687"}.mif-moon2:before{content:"\e688"}.mif-cloudy3:before{content:"\e689"}.mif-cloud5:before{content:"\e68a"}.mif-cloud6:before{content:"\e68b"}.mif-lightning4:before{content:"\e68c"}.mif-rainy3:before{content:"\e68d"}.mif-rainy4:before{content:"\e68e"}.mif-windy4:before{content:"\e68f"}.mif-windy5:before{content:"\e690"}.mif-snowy4:before{content:"\e691"}.mif-snowy5:before{content:"\e692"}.mif-weather5:before{content:"\e693"}.mif-cloudy4:before{content:"\e694"}.mif-lightning5:before{content:"\e695"}.mif-thermometer:before{content:"\e696"}.mif-none:before{content:"\e698"}.mif-celsius:before{content:"\e699"}.mif-fahrenheit:before{content:"\e69a"}.mif-home:before{content:"\e900"}.mif-pencil:before{content:"\e905"}.mif-eyedropper:before{content:"\e90a"}.mif-paint:before{content:"\e90c"}.mif-image:before{content:"\e90d"}.mif-images:before{content:"\e90e"}.mif-camera:before{content:"\e90f"}.mif-headphones:before{content:"\e910"}.mif-music:before{content:"\e911"}.mif-film:before{content:"\e913"}.mif-video-camera:before{content:"\e914"}.mif-dice:before{content:"\e915"}.mif-wifi-connect:before{content:"\e91b"}.mif-feed:before{content:"\e91d"}.mif-mic:before{content:"\e91e"}.mif-books:before{content:"\e920"}.mif-file-empty:before{content:"\e924"}.mif-files-empty:before{content:"\e925"}.mif-file-text:before{content:"\e926"}.mif-file-picture:before{content:"\e927"}.mif-file-music:before{content:"\e928"}.mif-file-play:before{content:"\e929"}.mif-file-video:before{content:"\e92a"}.mif-file-zip:before{content:"\e92b"}.mif-stack:before{content:"\e92e"}.mif-folder:before{content:"\e92f"}.mif-folder-open:before{content:"\e930"}.mif-folder-plus:before{content:"\e931"}.mif-folder-minus:before{content:"\e932"}.mif-folder-download:before{content:"\e933"}.mif-folder-upload:before{content:"\e934"}.mif-tag:before{content:"\e935"}.mif-tags:before{content:"\e936"}.mif-barcode:before{content:"\e937"}.mif-qrcode:before{content:"\e938"}.mif-cart:before{content:"\e93a"}.mif-credit-card:before{content:"\e93f"}.mif-calculator:before{content:"\e940"}.mif-help:before{content:"\e941"}.mif-phone:before{content:"\e942"}.mif-envelop:before{content:"\e945"}.mif-location:before{content:"\e948"}.mif-compass:before{content:"\e949"}.mif-compass2:before{content:"\e94a"}.mif-map:before{content:"\e94b"}.mif-history:before{content:"\e94d"}.mif-bell:before{content:"\e951"}.mif-calendar:before{content:"\e953"}.mif-printer:before{content:"\e954"}.mif-keyboard:before{content:"\e955"}.mif-display:before{content:"\e956"}.mif-laptop:before{content:"\e957"}.mif-mobile:before{content:"\e959"}.mif-tablet:before{content:"\e95a"}.mif-download:before{content:"\e960"}.mif-upload:before{content:"\e961"}.mif-floppy-disk:before{content:"\e962"}.mif-drive:before{content:"\e963"}.mif-database:before{content:"\e964"}.mif-undo:before{content:"\e965"}.mif-redo:before{content:"\e966"}.mif-bubble:before{content:"\e96b"}.mif-bubbles:before{content:"\e96c"}.mif-user:before{content:"\e971"}.mif-users:before{content:"\e972"}.mif-user-plus:before{content:"\e973"}.mif-user-minus:before{content:"\e974"}.mif-user-check:before{content:"\e975"}.mif-hour-glass:before{content:"\e979"}.mif-spinner:before{content:"\e97a"}.mif-spinner1:before{content:"\e97b"}.mif-spinner2:before{content:"\e97d"}.mif-spinner3:before{content:"\e981"}.mif-spinner4:before{content:"\e982"}.mif-spinner5:before{content:"\e983"}.mif-search:before{content:"\e986"}.mif-zoom-in:before{content:"\e987"}.mif-zoom-out:before{content:"\e988"}.mif-enlarge:before{content:"\e989"}.mif-shrink:before{content:"\e98a"}.mif-enlarge2:before{content:"\e98b"}.mif-shrink2:before{content:"\e98c"}.mif-key:before{content:"\e98d"}.mif-wrench:before{content:"\e991"}.mif-equalizer:before{content:"\e992"}.mif-equalizer-v:before{content:"\e993"}.mif-cog:before{content:"\e994"}.mif-cogs:before{content:"\e995"}.mif-magic-wand:before{content:"\e997"}.mif-bug:before{content:"\e999"}.mif-chart-pie:before{content:"\e99a"}.mif-chart-dots:before{content:"\e99b"}.mif-chart-bars:before{content:"\e99c"}.mif-chart-bars2:before{content:"\e99d"}.mif-trophy:before{content:"\e99e"}.mif-gift:before{content:"\e99f"}.mif-spoon-fork:before{content:"\e9a3"}.mif-rocket:before{content:"\e9a5"}.mif-meter:before{content:"\e9a6"}.mif-hammer:before{content:"\e9a8"}.mif-fire:before{content:"\e9a9"}.mif-lab:before{content:"\e9aa"}.mif-bin:before{content:"\e9ac"}.mif-truck:before{content:"\e9b0"}.mif-target:before{content:"\e9b3"}.mif-power:before{content:"\e9b5"}.mif-switch:before{content:"\e9b6"}.mif-power-cord:before{content:"\e9b7"}.mif-clipboard:before{content:"\e9b8"}.mif-list-numbered:before{content:"\e9b9"}.mif-list:before{content:"\e9ba"}.mif-list2:before{content:"\e9bb"}.mif-tree:before{content:"\e9bc"}.mif-cloud:before{content:"\e9c1"}.mif-cloud-download:before{content:"\e9c2"}.mif-cloud-upload:before{content:"\e9c3"}.mif-download2:before{content:"\e9c7"}.mif-upload2:before{content:"\e9c8"}.mif-earth:before{content:"\e9ca"}.mif-link:before{content:"\e9cb"}.mif-flag:before{content:"\e9cc"}.mif-attachment:before{content:"\e9cd"}.mif-eye:before{content:"\e9ce"}.mif-bookmark:before{content:"\e9d2"}.mif-bookmarks:before{content:"\e9d3"}.mif-contrast:before{content:"\e9d5"}.mif-brightness:before{content:"\e9d6"}.mif-star-empty:before{content:"\e9d7"}.mif-star-half:before{content:"\e9d8"}.mif-star-full:before{content:"\e9d9"}.mif-heart:before{content:"\e9da"}.mif-heart-broken:before{content:"\e9db"}.mif-warning:before{content:"\ea07"}.mif-notification:before{content:"\ea08"}.mif-question:before{content:"\ea09"}.mif-plus:before{content:"\ea0a"}.mif-minus:before{content:"\ea0b"}.mif-info:before{content:"\ea0c"}.mif-cancel:before{content:"\ea0d"}.mif-blocked:before{content:"\ea0e"}.mif-cross:before{content:"\ea0f"}.mif-checkmark:before{content:"\ea10"}.mif-spell-check:before{content:"\ea12"}.mif-enter:before{content:"\ea13"}.mif-exit:before{content:"\ea14"}.mif-play:before{content:"\ea1c"}.mif-pause:before{content:"\ea1d"}.mif-stop:before{content:"\ea1e"}.mif-backward:before{content:"\ea1f"}.mif-forward:before{content:"\ea20"}.mif-first:before{content:"\ea21"}.mif-last:before{content:"\ea22"}.mif-previous:before{content:"\ea23"}.mif-next:before{content:"\ea24"}.mif-eject:before{content:"\ea25"}.mif-volume-high:before{content:"\ea26"}.mif-volume-medium:before{content:"\ea27"}.mif-volume-low:before{content:"\ea28"}.mif-volume-mute:before{content:"\ea29"}.mif-volume-mute2:before{content:"\ea2a"}.mif-volume-plus:before{content:"\ea2b"}.mif-volume-minus:before{content:"\ea2c"}.mif-loop:before{content:"\ea2d"}.mif-loop2:before{content:"\ea2e"}.mif-infinite:before{content:"\ea2f"}.mif-shuffle:before{content:"\ea30"}.mif-arrow-up-left:before{content:"\ea39"}.mif-arrow-up:before{content:"\ea3a"}.mif-arrow-up-right:before{content:"\ea3b"}.mif-arrow-right:before{content:"\ea3c"}.mif-arrow-down-right:before{content:"\ea3d"}.mif-arrow-down:before{content:"\ea3e"}.mif-arrow-down-left:before{content:"\ea3f"}.mif-arrow-left:before{content:"\ea40"}.mif-tab:before{content:"\ea45"}.mif-move-up:before{content:"\ea46"}.mif-move-down:before{content:"\ea47"}.mif-sort-asc:before{content:"\ea4c"}.mif-sort-desc:before{content:"\ea4d"}.mif-command:before{content:"\ea4e"}.mif-shift:before{content:"\ea4f"}.mif-crop:before{content:"\ea57"}.mif-filter:before{content:"\ea5b"}.mif-bold:before{content:"\ea62"}.mif-underline:before{content:"\ea63"}.mif-italic:before{content:"\ea64"}.mif-strikethrough:before{content:"\ea65"}.mif-page-break:before{content:"\ea68"}.mif-superscript:before{content:"\ea69"}.mif-subscript:before{content:"\ea6a"}.mif-table:before{content:"\ea71"}.mif-insert-template:before{content:"\ea72"}.mif-pilcrow:before{content:"\ea73"}.mif-ltr:before{content:"\ea74"}.mif-rtl:before{content:"\ea75"}.mif-section:before{content:"\ea76"}.mif-paragraph-left:before{content:"\ea77"}.mif-paragraph-center:before{content:"\ea78"}.mif-paragraph-right:before{content:"\ea79"}.mif-paragraph-justify:before{content:"\ea7a"}.mif-indent-increase:before{content:"\ea7b"}.mif-indent-decrease:before{content:"\ea7c"}.mif-embed:before{content:"\ea7f"}.mif-embed2:before{content:"\ea80"}.mif-share:before{content:"\ea82"}.mif-google:before{content:"\ea87"}.mif-google-plus2:before{content:"\ea88"}.mif-facebook2:before{content:"\ea8d"}.mif-twitter:before{content:"\ea91"}.mif-feed3:before{content:"\ea95"}.mif-youtube:before{content:"\ea99"}.mif-steam2:before{content:"\eaae"}.mif-onedrive:before{content:"\eab0"}.mif-github:before{content:"\eab3"}.mif-git:before{content:"\eab5"}.mif-apple:before{content:"\eabf"}.mif-android:before{content:"\eac1"}.mif-windows:before{content:"\eac3"}.mif-skype:before{content:"\eac6"}.mif-linkedin:before{content:"\eac8"}.mif-html5:before{content:"\eadf"}.mif-css3:before{content:"\eae1"}.mif-chrome:before{content:"\eae5"}.mif-firefox:before{content:"\eae6"}.mif-ie:before{content:"\eae7"}.mif-opera:before{content:"\eae8"}.mif-safari:before{content:"\eae9"}.mif-airplane:before{content:"\e6c3"}.mif-instagram:before{content:"\e6c5"}.mif-twitch:before{content:"\e6c6"}.mif-picassa:before{content:"\e6c7"}.mif-deviantart:before{content:"\e6c8"}.mif-wordpress:before{content:"\e6c9"}.mif-joomla:before{content:"\e6ca"}.mif-blogger:before{content:"\e6cb"}.mif-tux:before{content:"\e6cc"}.mif-finder:before{content:"\e6cd"}.mif-soundcloud:before{content:"\e6ce"}.mif-reddit:before{content:"\e6cf"}.mif-delicious:before{content:"\e6d0"}.mif-stackoverflow:before{content:"\e6d1"}.mif-flattr:before{content:"\e6d2"}.mif-foursquare:before{content:"\e6d3"}.mif-file-openoffice:before{content:"\e6d4"}.mif-libreoffice:before{content:"\e6d5"}.mif-codepen:before{content:"\e6d6"}.mif-IcoMoon:before{content:"\e6d7"}.mif-ac_unit:before{content:"\eb3b"}.mif-accessible:before{content:"\e916"}.mif-adb:before{content:"\e6d8"}.mif-add:before{content:"\e145"}.mif-add-photo:before{content:"\e439"}.mif-arrow-drop-down:before{content:"\e5c5"}.mif-arrow-drop-up:before{content:"\e5c7"}.mif-assignment:before{content:"\e85d"}.mif-backspace1:before{content:"\e14a"}.mif-beenhere:before{content:"\e52d"}.mif-cake:before{content:"\e7e9"}.mif-photo-camera:before{content:"\e412"}.mif-photo-camera-enhance:before{content:"\e8fc"}.mif-camera-front:before{content:"\e3b1"}.mif-camera-rear:before{content:"\e3b2"}.mif-chat:before{content:"\e0b7"}.mif-chat-bubble:before{content:"\e0ca"}.mif-chat-bubble-outline:before{content:"\e0cb"}.mif-comment:before{content:"\e0b9"}.mif-developer_board:before{content:"\e30d"}.mif-devices:before{content:"\e337"}.mif-done:before{content:"\e876"}.mif-done_all:before{content:"\e877"}.mif-flash-auto:before{content:"\e3e5"}.mif-flash-off:before{content:"\e3e6"}.mif-flash-on:before{content:"\e3e7"}.mif-qa:before{content:"\e8af"}.mif-hdr-off:before{content:"\e3ed"}.mif-hdr-on:before{content:"\e3ee"}.mif-http:before{content:"\e909"}.mif-import-export:before{content:"\e0c3"}.mif-inbox:before{content:"\e156"}.mif-backspace:before{content:"\e317"}.mif-keyboard-tab:before{content:"\e31c"}.mif-restaurant:before{content:"\e561"}.mif-location-off:before{content:"\e0c7"}.mif-room:before{content:"\e8b4"}.mif-move_to_inbox:before{content:"\e168"}.mif-navigation:before{content:"\e55d"}.mif-near-me:before{content:"\e569"}.mif-network-cell:before{content:"\e1b9"}.mif-network-locked:before{content:"\e6d9"}.mif-network-wifi:before{content:"\e1ba"}.mif-cell-setting:before{content:"\e8a4"}.mif-phonelink-erase:before{content:"\e0db"}.mif-phonelink-lock:before{content:"\e0dc"}.mif-phonelink-ring:before{content:"\e0dd"}.mif-phonelink-setup:before{content:"\e0de"}.mif-present-all:before{content:"\e0df"}.mif-record_voice_over:before{content:"\e91f"}.mif-refresh:before{content:"\e5d5"}.mif-replay:before{content:"\e042"}.mif-reply:before{content:"\e15e"}.mif-reply_all:before{content:"\e15f"}.mif-lock-rotation:before{content:"\e1c0"}.mif-rotation:before{content:"\e1c1"}.mif-cell-on:before{content:"\e1c8"}.mif-cell-no-internet:before{content:"\e1cd"}.mif-cell-null:before{content:"\e1cf"}.mif-cell-off:before{content:"\e1d0"}.mif-wifi-lock:before{content:"\e1d9"}.mif-wifi-off:before{content:"\e1da"}.mif-verified:before{content:"\e8e8"}.mif-watch:before{content:"\e334"}.mif-add-shopping-cart:before{content:"\e854"}.mif-cast:before{content:"\e307"}.mif-cast-connected:before{content:"\e308"}.mif-create-new-folder:before{content:"\e2cc"}.mif-dashboard:before{content:"\e871"}.mif-description:before{content:"\e873"}.mif-equalizer2:before{content:"\e01d"}.mif-ev-station:before{content:"\e56d"}.mif-featured-play-list:before{content:"\e06d"}.mif-featured-video:before{content:"\e06e"}.mif-fingerprint:before{content:"\e912"}.mif-folder2:before{content:"\e2c7"}.mif-folder-open2:before{content:"\e2c8"}.mif-folder-shared:before{content:"\e2c9"}.mif-folder-special2:before{content:"\e6c4"}.mif-goat:before{content:"\e901"}.mif-import-contacts:before{content:"\e0e0"}.mif-insert-drive-file:before{content:"\e24d"}.mif-keyboard-hide:before{content:"\e31a"}.mif-note:before{content:"\e06f"}.mif-note-add:before{content:"\e89c"}.mif-pan-tool:before{content:"\e939"}.mif-directions-bike:before{content:"\e6bf"}.mif-location-city:before{content:"\e6c0"}.mif-wifi-low:before{content:"\e60c"}.mif-wifi-mid:before{content:"\e60d"}.mif-wifi-full:before{content:"\e634"}.mif-tablet-landscape:before{content:"\e635"}.mif-calculator2:before{content:"\e636"}.mif-barbell:before{content:"\e637"}.mif-chart-line:before{content:"\e656"}.mif-3d-rotation:before{content:"\e600"}.mif-alarm:before{content:"\e601"}.mif-alarm-on:before{content:"\e602"}.mif-favorite:before{content:"\e603"}.mif-perm-phone-msg:before{content:"\e604"}.mif-print:before{content:"\e605"}.mif-bt-settings:before{content:"\e606"}.mif-settings-ethernet:before{content:"\e607"}.mif-settings-phone:before{content:"\e608"}.mif-settings-power:before{content:"\e609"}.mif-settings-voice:before{content:"\e60a"}.mif-shopping-basket:before{content:"\e60b"}.mif-dialer-sip:before{content:"\e60e"}.mif-dialpad:before{content:"\e60f"}.mif-contacts-dialer:before{content:"\e610"}.mif-contacts-mail:before{content:"\e611"}.mif-ring-volume:before{content:"\e612"}.mif-voicemail:before{content:"\e613"}.mif-drafts:before{content:"\e614"}.mif-mail:before{content:"\e615"}.mif-bluetooth:before{content:"\e626"}.mif-bt-connected:before{content:"\e627"}.mif-bt-disabled:before{content:"\e628"}.mif-bt-searching:before{content:"\e629"}.mif-brightness-auto:before{content:"\e62a"}.mif-multitrack-audio:before{content:"\e616"}.mif-widgets:before{content:"\e617"}.mif-usb:before{content:"\e638"}.mif-money:before{content:"\e639"}.mif-vertical-align-bottom:before{content:"\e63a"}.mif-vertical-align-center:before{content:"\e63b"}.mif-vertical-align-top:before{content:"\e63c"}.mif-file-download:before{content:"\e63d"}.mif-file-upload:before{content:"\e63e"}.mif-keyboard-return:before{content:"\e63f"}.mif-keyboard-voice:before{content:"\e640"}.mif-phonelink:before{content:"\e641"}.mif-phonelink-off:before{content:"\e642"}.mif-security:before{content:"\e618"}.mif-looks:before{content:"\e643"}.mif-palette:before{content:"\e619"}.mif-layers:before{content:"\e644"}.mif-layers-clear:before{content:"\e61a"}.mif-local-airport:before{content:"\e645"}.mif-florist:before{content:"\e61b"}.mif-gas-station:before{content:"\e61c"}.mif-hotel:before{content:"\e646"}.mif-local-service:before{content:"\e61d"}.mif-map2:before{content:"\e620"}.mif-my-location:before{content:"\e61e"}.mif-traff:before{content:"\e621"}.mif-apps:before{content:"\e647"}.mif-chevron-left:before{content:"\e648"}.mif-chevron-right:before{content:"\e649"}.mif-expand-less:before{content:"\e64a"}.mif-expand-more:before{content:"\e64b"}.mif-menu:before{content:"\e64c"}.mif-more-horiz:before{content:"\e64d"}.mif-more-vert:before{content:"\e64e"}.mif-unfold-less:before{content:"\e64f"}.mif-unfold-more:before{content:"\e650"}.mif-bt-audio:before{content:"\e651"}.mif-not:before{content:"\e633"}.mif-drive-eta:before{content:"\e652"}.mif-event-available:before{content:"\e653"}.mif-event-busy:before{content:"\e654"}.mif-folder-special:before{content:"\e655"}.mif-phone-bt:before{content:"\e657"}.mif-phone-forwarded:before{content:"\e658"}.mif-phone-in-talk:before{content:"\e659"}.mif-phone-locked:before{content:"\e65a"}.mif-phone-missed:before{content:"\e65b"}.mif-phone-paused:before{content:"\e65c"}.mif-sd-card:before{content:"\e65d"}.mif-sync-disabled:before{content:"\e622"}.mif-sync-problem:before{content:"\e623"}.mif-vpn-lock:before{content:"\e624"}.mif-vpn-publ:before{content:"\e625"}.mif-school:before{content:"\e61f"}.mif-stack2:before{content:"\e6b9"}.mif-stack3:before{content:"\e6ba"}.mif-lamp:before{content:"\e6bb"}.mif-injection:before{content:"\e6bc"}.mif-thermometer2:before{content:"\e6bd"}.mif-justice:before{content:"\e6be"}.mif-cabinet:before{content:"\e62b"}.mif-suitcase:before{content:"\e62c"}.mif-gamepad:before{content:"\e65e"}.mif-satellite:before{content:"\e65f"}.mif-lock:before{content:"\e660"}.mif-unlock:before{content:"\e661"}.mif-battery-full:before{content:"\e62d"}.mif-battery-two:before{content:"\e62e"}.mif-battery-one:before{content:"\e62f"}.mif-battery-empty:before{content:"\e630"}.mif-battery-charge:before{content:"\e631"}.mif-tools:before{content:"\e632"}.mif-pin:before{content:"\e662"}.mif-discout:before{content:"\e663"}.mif-profile:before{content:"\e664"}.mif-dollar:before{content:"\e665"}.mif-dollars:before{content:"\e666"}.mif-coins:before{content:"\e6b8"}.mif-male:before{content:"\e667"}.mif-female:before{content:"\e668"}.mif-piano:before{content:"\e669"}.mif-anchor:before{content:"\e66a"}.mif-install:before{content:"\e902"}.mif-open-book:before{content:"\e903"}.mif-uninstall:before{content:"\e904"}.mif-drive2:before{content:"\e906"}.mif-news:before{content:"\e907"}.mif-book-reference:before{content:"\e908"}.mif-chevron-thin-down:before{content:"\e66b"}.mif-chevron-thin-left:before{content:"\e697"}.mif-chevron-thin-right:before{content:"\e69b"}.mif-chevron-thin-up:before{content:"\e69c"}.mif-flow-branch:before{content:"\e69d"}.mif-flow-cascade:before{content:"\e69e"}.mif-flow-line:before{content:"\e69f"}.mif-flow-parallel:before{content:"\e6a0"}.mif-flow-tree:before{content:"\e6a1"}.mif-air:before{content:"\e6a2"}.mif-medal:before{content:"\e6a3"}.mif-paper-plane:before{content:"\e6a4"}.mif-shareable:before{content:"\e6a5"}.mif-shop:before{content:"\e6a6"}.mif-shopping-basket2:before{content:"\e6a7"}.mif-thumbs-down:before{content:"\e6a8"}.mif-thumbs-up:before{content:"\e6a9"}.mif-traffic-cone:before{content:"\e6aa"}.mif-water:before{content:"\e6ab"}.mif-creative-cloud:before{content:"\e6ac"}.mif-dropbox:before{content:"\e6ad"}.mif-evernote:before{content:"\e6ae"}.mif-paypal:before{content:"\e6af"}.mif-swarm:before{content:"\e6b0"}.mif-vk:before{content:"\e6b1"}.mif-yelp:before{content:"\e6b2"}.mif-dribbble:before{content:"\e6b3"}.mif-lastfm:before{content:"\e6b4"}.mif-pinterest:before{content:"\e6b5"}.mif-stumbleupon:before{content:"\e6b6"}.mif-vimeo:before{content:"\e6b7"}.mif-facebook:before{content:"\f09a"}.mif-google-plus:before{content:"\f0d5"}.mif-steam:before{content:"\f1b6"}.mif-leanpub:before{content:"\f212"}.mif-user-secret:before{content:"\f21b"}.mif-server:before{content:"\f233"}.mif-balance-scale:before{content:"\f24e"}.mif-odnoklassniki:before{content:"\f263"}.mif-gitlab:before{content:"\f296"}.mif-themeisle:before{content:"\f2b2"}.mif-handshake:before{content:"\f2b5"}.mif-grav:before{content:"\f2d6"}.mif-imdb:before{content:"\f2d8"}.mif-meetup:before{content:"\f2e0"}.mif-unlink:before{content:"\f127"}.mif-fire-extinguisher:before{content:"\f134"}.mif-eur:before{content:"\f153"}.mif-gbp:before{content:"\f154"}.mif-dollar2:before{content:"\f155"}.mif-inr:before{content:"\f156"}.mif-cny:before{content:"\f157"}.mif-rouble:before{content:"\f158"}.mif-krw:before{content:"\f159"}.mif-bitcoin:before{content:"\f15a"}.mif-youtube2:before{content:"\f167"}.mif-youtube-play:before{content:"\f16a"}.mif-linux:before{content:"\f17c"}.mif-try:before{content:"\f195"}.mif-space-shuttle:before{content:"\f197"}.mif-openid:before{content:"\f19b"}.mif-digg:before{content:"\f1a6"}.mif-language:before{content:"\f1ab"}.mif-automobile:before{content:"\f1b9"}.mif-cab:before{content:"\f1ba"}.mif-jsfiddle:before{content:"\f1cc"}.mif-google-wallet:before{content:"\f1ee"}.mif-copyright:before{content:"\f1f9"}.mif-bicycle:before{content:"\f206"}.mif-bus:before{content:"\f207"}.mif-ship:before{content:"\f21a"}.mif-motorcycle:before{content:"\f21c"}.mif-train:before{content:"\f238"}.mif-subway:before{content:"\f239"}.mif-opencart:before{content:"\f23d"}.mif-trademark:before{content:"\f25c"}.mif-registered:before{content:"\f25d"}.mif-creative-commons:before{content:"\f25e"}.mif-wikipedia:before{content:"\f266"}.mif-amazon:before{content:"\f270"}.mif-fonticons:before{content:"\f280"}.mif-user-md:before{content:"\f0f0"}.mif-stethoscope:before{content:"\f0f1"}.mif-ambulance:before{content:"\f0f9"}.mif-medkit:before{content:"\f0fa"}.mif-paw:before{content:"\f1b0"}.mif-file-pdf:before{content:"\f1c1"}.mif-file-word:before{content:"\f1c2"}.mif-file-excel:before{content:"\f1c3"}.mif-file-powerpoint:before{content:"\f1c4"}.mif-file-image:before{content:"\f1c5"}.mif-file-archive:before{content:"\f1c6"}.mif-file-audio:before{content:"\f1c7"}.mif-file-movie:before{content:"\f1c8"}.mif-file-code:before{content:"\f1c9"}.mif-visa:before{content:"\f1f0"}.mif-mastercard:before{content:"\f1f1"}.mif-discover:before{content:"\f1f2"}.mif-amex:before{content:"\f1f3"}.mif-cc-paypal:before{content:"\f1f4"}.mif-heartbeat:before{content:"\f21e"}.mif-venus:before{content:"\f221"}.mif-mars:before{content:"\f222"}.mif-medium:before{content:"\f23a"} \ No newline at end of file diff --git a/build/css/metro-animations.css b/build/css/metro-animations.css index 08e00bb31..70b53d0aa 100644 --- a/build/css/metro-animations.css +++ b/build/css/metro-animations.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .ani-spin, diff --git a/build/css/metro-colors.css b/build/css/metro-colors.css index f5ab98d0d..578f32243 100644 --- a/build/css/metro-colors.css +++ b/build/css/metro-colors.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .op-default { diff --git a/build/css/metro-common.css b/build/css/metro-common.css index 34a5349ed..83facd6f5 100644 --- a/build/css/metro-common.css +++ b/build/css/metro-common.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .button.primary, diff --git a/build/css/metro-components.css b/build/css/metro-components.css index b48cb336b..598f2dfa3 100644 --- a/build/css/metro-components.css +++ b/build/css/metro-components.css @@ -1,9 +1,92 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ +.container, +.container2, +.container-fluid, +section, +header, +footer, +aside { + display: block; + position: relative; + margin: 0 auto; +} +.container::after, +.container2::after, +.container-fluid::after, +section::after, +header::after, +footer::after, +aside::after { + display: block; + clear: both; + content: ""; +} +.container, +.container2 { + width: 100%; + padding-right: 12px; + padding-left: 12px; +} +.container-fluid { + width: 100%; + max-width: none; + padding-right: 12px; + padding-left: 12px; +} +@media (min-width: 576px) { + .container { + max-width: 540px; + } + .container2 { + max-width: 90%; + } +} +@media (min-width: 768px) { + .container { + max-width: 720px; + } +} +@media (min-width: 992px) { + .container, + .container2 { + max-width: 960px; + } +} +@media (min-width: 1200px) { + .container, + .container2 { + max-width: 1140px; + } +} +@media (min-width: 1452px) { + .container, + .container2 { + max-width: 1360px; + } +} +.container-fs { + max-width: 0 !important; +} +.container-sm { + max-width: 576px !important; +} +.container-md { + max-width: 768px !important; +} +.container-lg { + max-width: 992px !important; +} +.container-xl { + max-width: 1200px !important; +} +.container-xxl { + max-width: 1452px !important; +} .accordion { list-style: none inside; margin: 0; @@ -3238,89 +3321,6 @@ input[type=reset]:active { .image-button:disabled { opacity: 0.65; } -.container, -.container2, -.container-fluid, -section, -header, -footer, -aside { - display: block; - position: relative; - margin: 0 auto; -} -.container::after, -.container2::after, -.container-fluid::after, -section::after, -header::after, -footer::after, -aside::after { - display: block; - clear: both; - content: ""; -} -.container, -.container2 { - width: 100%; - padding-right: 12px; - padding-left: 12px; -} -.container-fluid { - width: 100%; - max-width: none; - padding-right: 12px; - padding-left: 12px; -} -@media (min-width: 576px) { - .container { - max-width: 540px; - } - .container2 { - max-width: 90%; - } -} -@media (min-width: 768px) { - .container { - max-width: 720px; - } -} -@media (min-width: 992px) { - .container, - .container2 { - max-width: 960px; - } -} -@media (min-width: 1200px) { - .container, - .container2 { - max-width: 1140px; - } -} -@media (min-width: 1452px) { - .container, - .container2 { - max-width: 1360px; - } -} -.container-fs { - max-width: 0 !important; -} -.container-sm { - max-width: 576px !important; -} -.container-md { - max-width: 768px !important; -} -.container-lg { - max-width: 992px !important; -} -.container-xl { - max-width: 1200px !important; -} -.container-xxl { - max-width: 1452px !important; -} .countdown { display: -webkit-box; display: -ms-flexbox; diff --git a/build/css/metro-components.min.css b/build/css/metro-components.min.css index 61faaeb4e..577584aeb 100644 --- a/build/css/metro-components.min.css +++ b/build/css/metro-components.min.css @@ -1 +1 @@ -.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:.5rem 1rem;background-color:#f8f8f8;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:32px}.accordion.marker-on .heading::before{line-height:1;display:block;content:"\203A";position:absolute;left:0;top:0;font-size:32px;width:40px;height:40px;text-align:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading::before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.material .heading::before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:#fff}.accordion.material>.frame>.heading::after{display:block;content:"\203A";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px #dfdfdf solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-size:.875rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.action-button:active{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.multi-action{display:inline-block;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);margin:0;background:#989898;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);line-height:40px;font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.multi-action .action-button.active~.actions li{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.multi-action .action-button.active.rotate .icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation:orbit 4s infinite;animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:'';width:4px;height:4px;border-radius:4px;background:#fff}.activity-ring>.wrap:nth-child(2){-webkit-transform:rotate(-14deg);-ms-transform:rotate(-14deg);transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{-webkit-animation-delay:.133s;animation-delay:.133s}.activity-ring>.wrap:nth-child(3){-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{-webkit-animation-delay:.266s;animation-delay:.266s}.activity-ring>.wrap:nth-child(4){-webkit-transform:rotate(-42deg);-ms-transform:rotate(-42deg);transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{-webkit-animation-delay:.4s;animation-delay:.4s}.activity-ring>.wrap:nth-child(5){-webkit-transform:rotate(-56deg);-ms-transform:rotate(-56deg);transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{-webkit-animation-delay:.533s;animation-delay:.533s}.activity-ring.dark-style>.wrap>.circle:after{background-color:#989898}.activity-ring.color-style>.wrap>.circle:after{background-color:#1ba1e2}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:#fff;opacity:0;margin-left:5px;-webkit-animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){-webkit-animation-delay:.8s;animation-delay:.8s}.activity-metro>.circle:nth-child(3){-webkit-animation-delay:.7s;animation-delay:.7s}.activity-metro>.circle:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.activity-metro>.circle:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.activity-metro.dark-style>.circle{background-color:#989898}.activity-metro.color-style>.circle{background-color:#1ba1e2}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-animation:ani-shrink 1s linear infinite;animation:ani-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:#fff}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;-webkit-animation:ani-drop 1s linear infinite;animation:ani-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;-webkit-animation:ani-drop2 1s linear infinite;animation:ani-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;-webkit-animation:ani-drop3 1s linear infinite;animation:ani-drop3 1s linear infinite}.activity-square.dark-style>.square{background-color:#989898}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1ba1e2}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;-webkit-animation:ani-pre-spin 1s linear infinite;animation:ani-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle::after,.activity-cycle .cycle::before{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#fff}.activity-cycle .cycle:before{top:5px;left:5px;right:5px;bottom:5px;-webkit-animation:ani-pre-spin 2s linear infinite;animation:ani-pre-spin 2s linear infinite}.activity-cycle .cycle:after{top:15px;left:15px;right:15px;bottom:15px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.activity-cycle.dark-style .cycle{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:before{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:after{border-top-color:#1d1d1d}.activity-cycle.color-style .cycle{border-top-color:#1ba1e2}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#fff}.activity-simple.dark-style .path{stroke:#1d1d1d}.activity-simple.color-style .path{-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}.app-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:1030;background-color:#f8f8f8;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-bar .app-bar-container{background-color:inherit;color:inherit}.app-bar .app-bar-button,.app-bar .app-bar-container,.app-bar .app-bar-item,.app-bar .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:52px;line-height:52px;padding:0 16px;background-color:inherit;color:inherit;text-decoration:none;font-size:14px;-ms-flex-negative:0;flex-shrink:0;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-bar .app-bar-button:focus,.app-bar .app-bar-container:focus,.app-bar .app-bar-item:focus,.app-bar .brand:focus{outline:0}.app-bar .app-bar-container{padding:0}.app-bar .app-bar-item{white-space:nowrap}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{-ms-flex-negative:0;flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li,.app-bar .app-bar-menu>li>a{display:block;line-height:52px;background-color:inherit;color:inherit;-ms-flex-negative:0;flex-shrink:0}.app-bar .app-bar-menu>li>a{padding:0 16px;text-decoration:none;font-size:14px;position:relative}.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item:not(.no-hover) .active,.app-bar .app-bar-item:not(.no-hover):active,.app-bar .app-bar-item:not(.no-hover):hover,.app-bar .app-bar-menu li:not(.no-hover) .active,.app-bar .app-bar-menu li:not(.no-hover):active,.app-bar .app-bar-menu li:not(.no-hover):hover,.app-bar .brand:not(.no-hover) .active,.app-bar .brand:not(.no-hover):active,.app-bar .brand:not(.no-hover):hover,.app-bar .hamburger:not(.no-hover) .active,.app-bar .hamburger:not(.no-hover):active,.app-bar .hamburger:not(.no-hover):hover{background:rgba(29,29,29,.1)}.app-bar .hamburger{position:absolute;right:0;top:0;display:block;height:52px;width:52px}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu .d-menu,.app-bar .app-bar-menu .v-menu{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;background-color:#f8f8f8}.app-bar .app-bar-container .divider,.app-bar .app-bar-menu .divider{height:1px!important;line-height:1px!important;background-color:#e4e4e4}.app-bar .app-bar-container .d-menu{background-color:#f8f8f8;position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar .app-bar-container .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar .app-bar-container>.d-menu,.app-bar .app-bar-container>.v-menu{top:100%}.app-bar .app-bar-container a{color:inherit;text-decoration:none}.app-bar a{outline:0!important}.app-bar .app-bar-menu .d-menu .d-menu,.app-bar .app-bar-menu .d-menu .v-menu,.app-bar .app-bar-menu .v-menu .d-menu,.app-bar .app-bar-menu .v-menu .v-menu{left:0}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar .hamburger:not(.hidden)~.ml-auto{margin-right:48px}.app-bar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.app-bar-expand .app-bar-container,.app-bar-expand .app-bar-item,.app-bar-expand .brand{width:auto;-ms-flex-negative:1;flex-shrink:1}.app-bar-expand .app-bar-menu{float:left}.app-bar-expand .app-bar-menu{width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-bar-expand .app-bar-menu .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar-expand .app-bar-menu .d-menu a,.app-bar-expand .app-bar-menu .d-menu li{height:38px;line-height:38px}.app-bar-expand .app-bar-menu .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar-expand .app-bar-menu.collapsed{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.app-bar-expand .app-bar-menu .d-menu .d-menu,.app-bar-expand .app-bar-menu .d-menu .v-menu,.app-bar-expand .app-bar-menu .v-menu .d-menu,.app-bar-expand .app-bar-menu .v-menu .v-menu{left:100%}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.badge{position:absolute;z-index:1;top:0;right:0;background-color:#f8f8f8;color:#1d1d1d;border-radius:.25rem;display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.app-bar-item .badge,.app-bar-menu>li>a .badge,.brand .badge,.d-menu>li>a .badge,.h-menu>li>a .badge,.t-menu>li>a .badge,.v-menu>li>a .badge{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inside{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.bottom-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;-webkit-box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);z-index:1030}.bottom-nav .button{width:auto;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:rgba(0,0,0,.87)}.bottom-sheet>.item,.bottom-sheet>li{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>.item .icon,.bottom-sheet>li .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>.item.active,.bottom-sheet>.item.hovered,.bottom-sheet>.item:hover,.bottom-sheet>li.active,.bottom-sheet>li.hovered,.bottom-sheet>li:hover{background-color:rgba(29,29,29,.1)}.bottom-sheet>.divider{height:1px;background-color:#dfdfdf}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>.item,.bottom-sheet.grid-style>li{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>.item .icon,.bottom-sheet.grid-style>li .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}.breadcrumbs{margin-bottom:1rem;margin-left:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#6a6a6a}.breadcrumbs .breadcrumb-item,.breadcrumbs .page-item{position:relative;cursor:pointer;display:list-item;background-color:inherit;color:inherit;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin:4px}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::after,.breadcrumbs .page-item+.page-item::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:1px;width:.375rem;background-color:#1d1d1d;top:50%;left:0;margin-left:-.5rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-.125rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .page-item+.page-item::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:.125rem}.breadcrumbs .breadcrumb-item a,.breadcrumbs .page-item a,.breadcrumbs .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs .breadcrumb-item a:hover,.breadcrumbs .page-item a:hover,.breadcrumbs .page-link:hover{color:#1d1d1d}.breadcrumbs .breadcrumb-item:last-child,.breadcrumbs .page-item:last-child{font-weight:700}.button,.flat-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}.button .icon+.caption,.flat-button .icon+.caption{margin-left:8px}.button .caption+.icon,.flat-button .caption+.icon{margin-left:8px}.flat-button{min-width:64px;background-color:transparent}.button.focus,.button:active,.button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.button:hover{background-color:rgba(29,29,29,.1)}.button.link{background-color:transparent;color:#0366d6}.button.link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}.button.link.focus,.button.link:focus{-webkit-box-shadow:none;box-shadow:none}.button.hovered:hover{background-color:rgba(29,29,29,.2)}.button img{height:1rem}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.cycle,.button.square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}.button.cycle.mini,.button.square.mini{width:1.39875rem;height:1.39875rem}.button.cycle.small,.button.square.small{width:1.724375rem;height:1.724375rem}.button.cycle.large,.button.square.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.cycle.dropdown-toggle::before,.button.square.dropdown-toggle::before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button:focus,.button:hover{text-decoration:none}.button:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.button.disabled,.button:disabled{opacity:.65}.button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.button:active{-webkit-box-shadow:none;box-shadow:none}a.button,a.flat-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#1d1d1d;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}a.button:hover,a.flat-button:hover{-webkit-box-shadow:none;box-shadow:none}a.button.focus,a.button:active,a.button:focus,a.flat-button.focus,a.flat-button:active,a.flat-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button],input[type=reset],input[type=submit]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}input[type=button] .icon+.caption,input[type=reset] .icon+.caption,input[type=submit] .icon+.caption{margin-left:8px}input[type=button] .caption+.icon,input[type=reset] .caption+.icon,input[type=submit] .caption+.icon{margin-left:8px}input[type=button].focus,input[type=button]:active,input[type=button]:focus,input[type=reset].focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit].focus,input[type=submit]:active,input[type=submit]:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:rgba(29,29,29,.1)}input[type=button].link,input[type=reset].link,input[type=submit].link{background-color:transparent;color:#0366d6}input[type=button].link:hover,input[type=reset].link:hover,input[type=submit].link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}input[type=button].link.focus,input[type=button].link:focus,input[type=reset].link.focus,input[type=reset].link:focus,input[type=submit].link.focus,input[type=submit].link:focus{-webkit-box-shadow:none;box-shadow:none}input[type=button].hovered:hover,input[type=reset].hovered:hover,input[type=submit].hovered:hover{background-color:rgba(29,29,29,.2)}input[type=button] img,input[type=reset] img,input[type=submit] img{height:1rem}input[type=button].mini,input[type=reset].mini,input[type=submit].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=reset].mini img,input[type=submit].mini img{height:.625rem}input[type=button].small,input[type=reset].small,input[type=submit].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=reset].small img,input[type=submit].small img{height:.75rem}input[type=button].large,input[type=reset].large,input[type=submit].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=reset].large img,input[type=submit].large img{height:1.375rem}input[type=button].cycle,input[type=button].square,input[type=reset].cycle,input[type=reset].square,input[type=submit].cycle,input[type=submit].square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}input[type=button].cycle.mini,input[type=button].square.mini,input[type=reset].cycle.mini,input[type=reset].square.mini,input[type=submit].cycle.mini,input[type=submit].square.mini{width:1.39875rem;height:1.39875rem}input[type=button].cycle.small,input[type=button].square.small,input[type=reset].cycle.small,input[type=reset].square.small,input[type=submit].cycle.small,input[type=submit].square.small{width:1.724375rem;height:1.724375rem}input[type=button].cycle.large,input[type=button].square.large,input[type=reset].cycle.large,input[type=reset].square.large,input[type=submit].cycle.large,input[type=submit].square.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=reset].cycle,input[type=submit].cycle{border-radius:50%}input[type=button].cycle.dropdown-toggle::before,input[type=button].square.dropdown-toggle::before,input[type=reset].cycle.dropdown-toggle::before,input[type=reset].square.dropdown-toggle::before,input[type=submit].cycle.dropdown-toggle::before,input[type=submit].square.dropdown-toggle::before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{text-decoration:none}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.65}input[type=button].outline,input[type=reset].outline,input[type=submit].outline{background:transparent none;border-width:1px;border-color:#dfdfdf}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{-webkit-box-shadow:none;box-shadow:none}.button-group .active{background-color:#989898;color:#fff}.calendar{display:block;position:relative;width:280px;border:1px solid #dfdfdf;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.calendar-content,.calendar-footer,.calendar-header{position:relative;display:block;background-color:#fff;color:#1d1d1d}.calendar-header{padding:1rem;background-color:#004d6f;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.calendar-content .calendar-toolbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .days,.calendar-content .week-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;font-size:.75rem}.calendar-content .days{border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.calendar-content .days-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-content .day,.calendar-content .week-number{width:calc(100%/7);text-align:center;cursor:pointer;font-size:.85rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;height:36px;line-height:36px}.calendar-content .day.and-week-number{width:calc(100% / 8)}.calendar-content .day.selected{-webkit-box-shadow:inset 0 0 0 1px #5ebdec!important;box-shadow:inset 0 0 0 1px #5ebdec!important}.calendar-content .day.selected::after{border-top:20px solid #5ebdec;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected::before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .week-days .day{font-weight:700}.calendar-content .week-number{width:calc(100% / 8);background-color:#fff;font-weight:700;font-size:12px;border-right:1px solid #dfdfdf}.calendar-content .outside{color:#bebebe;font-size:.75rem}.calendar-content .today{background-color:rgba(27,161,226,.5);color:#fff;font-weight:700}.calendar-content .excluded{background-color:#f8f8f8}.calendar.day-border .days-row:not(:nth-child(1)){border-top:1px solid #dfdfdf}.calendar.day-border .days-row .day:not(:nth-child(1)),.calendar.day-border .week-days .day:not(:nth-child(1)){border-left:1px solid #dfdfdf}.calendar.day-border .days-row .week-number,.calendar.day-border .week-days .week-number{border-right:none}.calendar-months,.calendar-years{height:100%;display:block;position:absolute;top:0;background-color:#f8f8f8;color:#1d1d1d;float:left;width:120px;overflow:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:500}.calendar-months>.months-list,.calendar-years>.years-list{height:100%;overflow-x:hidden;overflow-y:auto!important}.calendar-months>.months-list li.active,.calendar-years>.years-list li.active{background-color:#1ba1e2;color:#fff}.calendar-months{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:160px}.calendar-months.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:5px 0 7px -6px rgba(0,0,0,.75);box-shadow:5px 0 7px -6px rgba(0,0,0,.75)}.calendar-months .months-list{list-style:none inside;padding:0;margin:10px 0}.calendar-months .months-list li{padding:4px 16px;cursor:pointer}.calendar-months .months-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-years{left:100%}.calendar-years.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:-5px 0 7px -6px rgba(0,0,0,.75);box-shadow:-5px 0 7px -6px rgba(0,0,0,.75)}.calendar-years .years-list{list-style:none inside;padding:0;margin:10px 0;text-align:center}.calendar-years .years-list li{padding:4px 16px;cursor:pointer}.calendar-years .years-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-footer{padding:.5rem;border-top:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:240px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar.compact .day+.day{margin-left:1px}.calendar.compact .months-list,.calendar.compact .years-list{font-size:.85rem}.calendar-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:560px}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-footer,.calendar-wide .calendar-header{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:none;border-left:1px solid #dfdfdf;width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid #dfdfdf;background-color:#fff}.card-header{border-bottom:1px #eee solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:#bebebe}.card-content{display:block}.card-footer{border-top:1px #eee solid;padding:1rem;border-radius:0 0 2px 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid #fff}*+.card{margin-top:1rem}.card.flex-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card.flex-card .card-footer,.card.flex-card .card-header{height:57px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:#fff}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat}.carousel.fixed-size .slide{overflow:hidden}.carousel .carousel-bullets,.carousel [class*=carousel-switch]{position:absolute;display:block;z-index:501;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{width:auto;line-height:4rem;height:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-size:4rem;font-weight:300;color:#bebebe;cursor:pointer;vertical-align:middle;padding:0}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:#e4e4e4}.carousel .carousel-switch-next img,.carousel .carousel-switch-prev img{max-width:64px;max-height:64px}.carousel .carousel-switch-next [class*=mif-],.carousel .carousel-switch-prev [class*=mif-]{display:block}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:#ababab;border-radius:50%;cursor:pointer;border:1px #fff solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:#5ebdec}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem 4rem}.carousel.controls-outside .carousel-bullets{bottom:0}.carousel.with-thumbnails .thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:100%;left:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.carousel.with-thumbnails .thumb{display:block;position:relative!important;top:auto!important;left:auto!important;margin:.5rem;cursor:pointer;overflow:hidden;background-color:#f8f8f8}.carousel.with-thumbnails .thumb.thumb-on{border:4px solid #1ba1e2}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.charm-notify,.charm-tile{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .content,.charm-notify .secondary,.charm-notify .title{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}.chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;border:1px solid #dfdfdf;background-color:#fff}.chat .message-input,.chat .messages,.chat .title{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid #dfdfdf}.chat .messages{padding:8px;border-bottom:1px solid #dfdfdf;height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.chat .message .message-sender{width:50%;font-weight:600;font-size:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-time{width:50%;font-size:12px;text-align:right;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:.5}.chat .message .message-item{width:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:8px 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-item .message-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e4e4e4;margin-left:8px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:1.2;padding:5px 10px;width:100%;background-color:#e4e4e4}.chat .message .message-item .message-text::before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:#e4e4e4;content:' ';height:0;width:0;pointer-events:none}.chat .message.right .message-time{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.chat .message.right .message-sender{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right}.chat .message.right .message-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chat .message.right .message-text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text::before{right:auto;left:100%;border-right-color:transparent;border-left-color:#e4e4e4}.chat .message-input{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message .message-item .message-text.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.chat .message .message-item .message-text.primary::before{border-right-color:#0366d6}.chat .message .message-item .message-text.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.chat .message .message-item .message-text.secondary::before{border-right-color:#607d8b}.chat .message .message-item .message-text.success{border-color:#60a917;background-color:#60a917;color:#fff}.chat .message .message-item .message-text.success::before{border-right-color:#60a917}.chat .message .message-item .message-text.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.chat .message .message-item .message-text.alert::before{border-right-color:#ce352c}.chat .message .message-item .message-text.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.chat .message .message-item .message-text.warning::before{border-right-color:#ff9447}.chat .message .message-item .message-text.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.chat .message .message-item .message-text.yellow::before{border-right-color:#ffe484}.chat .message .message-item .message-text.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.chat .message .message-item .message-text.info::before{border-right-color:#5ebdec}.chat .message .message-item .message-text.dark{border-color:#505050;background-color:#505050;color:#fff}.chat .message .message-item .message-text.dark::before{border-right-color:#505050}.chat .message .message-item .message-text.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.chat .message .message-item .message-text.light::before{border-right-color:#f8f8f8}.chat .message .message-item .message-text.brand1{border-color:#2ac4f4;background-color:#2ac4f4;color:#fff}.chat .message .message-item .message-text.brand1::before{border-right-color:#2ac4f4}.chat .message .message-item .message-text.brand2{border-color:#004d6f;background-color:#004d6f;color:#fff}.chat .message .message-item .message-text.brand2::before{border-right-color:#004d6f}.chat .message .message-item .message-text.light,.chat .message .message-item .message-text.yellow{color:#1d1d1d}.chat .message.right .message-item .message-text.primary::before{border-right-color:transparent;border-left-color:#0366d6}.chat .message.right .message-item .message-text.secondary::before{border-right-color:transparent;border-left-color:#607d8b}.chat .message.right .message-item .message-text.success::before{border-right-color:transparent;border-left-color:#60a917}.chat .message.right .message-item .message-text.alert::before{border-right-color:transparent;border-left-color:#ce352c}.chat .message.right .message-item .message-text.warning::before{border-right-color:transparent;border-left-color:#ff9447}.chat .message.right .message-item .message-text.yellow::before{border-right-color:transparent;border-left-color:#ffe484}.chat .message.right .message-item .message-text.info::before{border-right-color:transparent;border-left-color:#5ebdec}.chat .message.right .message-item .message-text.dark::before{border-right-color:transparent;border-left-color:#505050}.chat .message.right .message-item .message-text.light::before{border-right-color:transparent;border-left-color:#f8f8f8}.chat .message.right .message-item .message-text.brand1::before{border-right-color:transparent;border-left-color:#2ac4f4}.chat .message.right .message-item .message-text.brand2::before{border-right-color:transparent;border-left-color:#004d6f}.checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .caption,.checkbox .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px #d9d9d9 solid;width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.checkbox .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:#fff;left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[type=checkbox]:checked~.check::before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.checkbox input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[data-indeterminate=true]~.check::before{display:block!important;width:6px;height:6px;background-color:#fff;border:2px solid #fff;left:50%;top:50%;margin-left:-3px;margin-top:-3px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.checkbox .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkbox .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkbox.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.checkbox.invalid,.checkbox.required,.checkbox.valid{border:none!important}.checkbox.invalid::after{display:none}.checkbox:active input[type=checkbox]:not(:disabled)~.check::after,.checkbox:focus input[type=checkbox]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.style2 input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 .check{border-color:#989898}.checkbox.style2 .check::before{border-color:#1d1d1d}.checkbox.style2 input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.checkbox.style2 input[type=checkbox]:disabled~.check::before{border-color:#e9e9e9}.checkbox.style2 input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 input[data-indeterminate=true]~.check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.checkbox.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:rgba(29,29,29,.1)}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.command-button,.image-button{padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.5rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.command-button:hover,.image-button:hover{background-color:rgba(29,29,29,.1)}.command-button.focus,.command-button:active,.command-button:focus,.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.command-button.focus,.command-button:focus,.command-button:hover,.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.command-button:active,.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.command-button.disabled,.command-button:disabled,.image-button.disabled,.image-button:disabled{opacity:.65}.container,.container-fluid,.container2,aside,footer,header,section{display:block;position:relative;margin:0 auto}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container,.container2{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width:576px){.container{max-width:540px}.container2{max-width:90%}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container,.container2{max-width:960px}}@media (min-width:1200px){.container,.container2{max-width:1140px}}@media (min-width:1452px){.container,.container2{max-width:1360px}}.container-fs{max-width:0!important}.container-sm{max-width:576px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem .5rem .5em;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part::before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:-o-radial-gradient(at left,#dfdfdf,transparent);background:radial-gradient(at left,#dfdfdf,transparent)}.countdown .part.d-none+.part::before{display:none}.countdown .part.no-divider::before{display:none}.countdown .part.days::after,.countdown .part.hours::after,.countdown .part.minutes::after,.countdown .part.seconds::after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.countdown .hours{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.countdown .minutes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.countdown .seconds{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;-webkit-transform:rotateY(30deg);transform:rotateY(30deg)}.cube .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{-webkit-transform:skewY(23deg) rotateX(10deg);transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;-webkit-transform:skewY(-23deg) rotateY(10deg);transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;-webkit-transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg);-ms-transform:rotate(45deg) rotate(0) skew(-22deg,-22deg);transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;-webkit-box-shadow:0 0 5px rgba(118,118,118,.8);box-shadow:0 0 5px rgba(118,118,118,.8);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{-webkit-animation:pulsar-cell 2.5s 0s ease-out infinite;animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@-webkit-keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}@keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0}.cube .axis::after,.cube .axis::before{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow::after,.cube .axis.arrow::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.arrow::before{-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.cube .axis.arrow::after{-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg);right:-1px}.cube .axis.line::after,.cube .axis.line::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.line::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.cube .axis.line::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y::before{-webkit-transform:rotate(113deg);-ms-transform:rotate(113deg);transform:rotate(113deg)}.cube .axis.line.axis-y::after{-webkit-transform:rotate(-67deg);-ms-transform:rotate(-67deg);transform:rotate(-67deg)}.cube .axis.line.axis-x::before{-webkit-transform:rotate(67deg);-ms-transform:rotate(67deg);transform:rotate(67deg)}.cube .axis.line.axis-x::after{-webkit-transform:rotate(-113deg);-ms-transform:rotate(-113deg);transform:rotate(-113deg)}.cube .axis.no-style::after,.cube .axis.no-style::before{display:none}.cube .axis.axis-x{-webkit-transform:rotate(203deg);-ms-transform:rotate(203deg);transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.d-menu,.v-menu{position:absolute;display:none;float:left;width:auto;margin:0;padding:0;list-style:none inside none;background-color:#fff;color:#1d1d1d}.d-menu.open,.v-menu.open{display:block!important}.d-menu.place-right,.v-menu.place-right{left:auto;right:0}.d-menu{z-index:1000}.d-menu a,.d-menu li,.v-menu a,.v-menu li{display:block;float:none;position:relative;cursor:pointer;color:inherit;background-color:inherit;height:auto}.d-menu li a,.v-menu li a{font-size:.875rem;padding:0 2rem 0 2.5rem;line-height:45px;height:45px;text-decoration:none;vertical-align:middle;white-space:nowrap;border:none}.d-menu li a .icon,.d-menu li a img,.v-menu li a .icon,.v-menu li a img{display:block;position:absolute;vertical-align:middle;text-align:center;text-decoration:none;font-size:1.2rem;left:.5rem;top:50%;margin-top:-.6rem;width:1.2rem;height:1.2rem;color:inherit}.d-menu li a .icon::before,.d-menu li a img::before,.v-menu li a .icon::before,.v-menu li a img::before{position:absolute;top:0;left:0;line-height:1.2rem}.d-menu li.active,.v-menu li.active{border-left:2px solid;border-color:#dfdfdf}.d-menu li.active>a,.v-menu li.active>a{background-color:#5ebdec;color:#fff;font-weight:700}.d-menu li:hover,.v-menu li:hover{text-decoration:none;background-color:rgba(29,29,29,.1)}.d-menu li:hover .icon,.d-menu li:hover>a,.v-menu li:hover .icon,.v-menu li:hover>a{color:inherit}.d-menu li a[data-hotkey],.v-menu li a[data-hotkey]{padding-right:4rem}.d-menu li a[data-hotkey]::after,.v-menu li a[data-hotkey]::after{content:attr(data-hotkey);position:absolute;right:1.2rem;width:auto;font-size:.8em}.d-menu li a.dropdown-toggle::before,.v-menu li a.dropdown-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.d-menu li a.dropdown-toggle.active-toggle::before,.v-menu li a.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.d-menu .divider,.v-menu .divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#f2f2f2;cursor:default;pointer-events:none}.d-menu .divider:hover,.v-menu .divider:hover{background-color:#f2f2f2}.d-menu.disabled,.v-menu.disabled{cursor:default;pointer-events:none}.d-menu.disabled a,.v-menu.disabled a{color:#e4e4e4}.d-menu{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.d-menu.context li a{height:32px;line-height:32px;font-size:.75rem;padding:0 2rem 0 2.5rem}.d-menu.context li a .icon{width:.92rem;height:.92rem;font-size:.92rem}.v-menu{display:block;position:relative;width:100%;float:none}.v-menu.for-dropdown{width:auto;float:left;display:none}.v-menu .v-menu{display:none;min-width:0;position:relative;width:100%;left:0;right:0;top:100%;-webkit-box-shadow:none;box-shadow:none;float:none}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu.dropdown{position:absolute;float:left;width:auto;top:100%;border:1px solid #dfdfdf}.d-menu .d-menu{left:100%;top:-.5rem}@media screen and (min-width:0){.d-menu.place-right-fs,.v-menu.place-right-fs{left:auto;right:0}}@media screen and (min-width:576px){.d-menu.place-right-sm,.v-menu.place-right-sm{left:auto;right:0}}@media screen and (min-width:768px){.d-menu.place-right-md,.v-menu.place-right-md{left:auto;right:0}}@media screen and (min-width:992px){.d-menu.place-right-lg,.v-menu.place-right-lg{left:auto;right:0}}@media screen and (min-width:1200px){.d-menu.place-right-xl,.v-menu.place-right-xl{left:auto;right:0}}@media screen and (min-width:1452px){.d-menu.place-right-xxl,.v-menu.place-right-xxl{left:auto;right:0}}.sorting,.sorting_asc,.sorting_desc{position:relative;cursor:pointer}.sorting:after,.sorting_asc:after,.sorting_desc:after{position:absolute;content:"";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.5rem;font-size:1rem;line-height:1;color:#1d1d1d}.sorting_asc{background-color:#ebebeb}.sorting_asc:after{content:"\2191"}.sorting_desc{background-color:#ebebeb}.sorting_desc:after{content:"\2193"}.dataTables_length label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_length label select{margin:0 10px;width:100px}.dataTables_filter label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_filter label input{width:200px;margin-left:10px}.dataTables_paginate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dataTables_paginate .next,.dataTables_paginate .previous,.dataTables_paginate span a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem}.dataTables_paginate .next:hover,.dataTables_paginate .previous:hover,.dataTables_paginate span a:hover{background-color:rgba(29,29,29,.1)}.dataTables_paginate span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.dataTables_paginate .current{background-color:#e4e4e4}.dataTables_wrapper{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.dataTables_filter,.dataTables_length{-webkit-box-flex:1;-ms-flex:1;flex:1}.dataTable,.dataTables_info,.dataTables_paginate{width:100%}.dataTables_info{line-height:42px;text-align:center}@media all and (min-width:576px){.dataTables_filter label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_length label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width:992px){.dataTables_info,.dataTables_paginate{width:auto}.dataTables_info{text-align:left}.dataTables_paginate{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.date-picker .date-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.date-picker .day,.date-picker .month,.date-picker .year{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.date-picker .sel-month{-webkit-box-flex:2!important;-ms-flex-positive:2!important;flex-grow:2!important}.dialog{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:#fff;color:#1d1d1d;z-index:1050;border:1px solid #dfdfdf}.dialog.shadow-on{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.dialog-actions,.dialog-content,.dialog-title{display:block}.dialog-title{font-size:1.325rem;padding:12px 24px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-bottom:1px solid #dfdfdf}.dialog-content{padding:12px 24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.dialog-actions{border-top:1px solid #e9e9e9;padding:8px 16px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.dialog .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #ce352c}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #5ebdec}.dialog.info .dialog-title{background-color:#5ebdec;border-bottom-color:#5ebdec;color:#fff}.dialog.info .dialog-actions{border-top-color:#5ebdec}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.brand1{border:1px solid #2ac4f4}.dialog.brand1 .dialog-title{background-color:#2ac4f4;border-bottom-color:#2ac4f4;color:#fff}.dialog.brand1 .dialog-actions{border-top-color:#2ac4f4}.dialog.brand2{border:1px solid #004d6f}.dialog.brand2 .dialog-title{background-color:#004d6f;border-bottom-color:#004d6f;color:#fff}.dialog.brand2 .dialog-actions{border-top-color:#004d6f}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #fff}.drag-item-marker::after,.drag-item-marker::before{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker::before{top:4px}.drag-item-marker::after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark::after,.drag-marker-dark::before{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;-webkit-box-shadow:inset -1px 0 10px -4px #0366d6;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{-webkit-animation:drag-flush 1s ease infinite;animation:drag-flush 1s ease infinite}@-webkit-keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}@keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light::before,.dropdown-toggle.marker-light::before{border-color:#fff}.dropdown-toggle.no-marker::before{display:none}.dropdown-toggle.active-container::before,.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.dropdown-toggle.marker-center::before{left:50%;top:50%;margin-left:0;margin-top:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-container::before,.dropdown-toggle.marker-center.active-toggle::before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.expand-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:0}.expand-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0 0 0;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after,.expand-button span:before{content:'';position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after{top:.5rem}.expand-button.transform span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:#1d1d1d}.expand-button.transform span:after,.expand-button.transform span:before{content:'';top:-5px;right:0;width:.75rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.expand-button.transform span:after{top:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.expand-button.light span{background-color:#fff}.expand-button.light span:after,.expand-button.light span:before{background-color:#fff}.drop-zone input,.file input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.file .button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto;height:34px}.drop-zone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inline-form .file,.inline-form .input,.inline-form .select,.inline-form .spinner,.inline-form .tag-input,.inline-form .textarea,.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=password],.inline-form input[type=search],.inline-form input[type=tel],.inline-form input[type=text],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form-group.disabled,.form-group:disabled,fieldset.disabled,fieldset:disabled,form.disabled,form:disabled{pointer-events:none}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}.cell,.col{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%;padding:6px}[class*=cell-],[class*=col-]{position:relative;display:block;padding:6px;width:100%;min-height:1px}.cell-auto,.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.cell-1,.col-1,.colspan-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-1{margin-left:8.333335%}.cell-2,.col-2,.colspan-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-2{margin-left:16.66667%}.cell-3,.col-3,.colspan-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-3{margin-left:25.000005%}.cell-4,.col-4,.colspan-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-4{margin-left:33.33334%}.cell-5,.col-5,.colspan-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-5{margin-left:41.666675%}.cell-6,.col-6,.colspan-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-6{margin-left:50.00001%}.cell-7,.col-7,.colspan-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-7{margin-left:58.333345%}.cell-8,.col-8,.colspan-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-8{margin-left:66.66668%}.cell-9,.col-9,.colspan-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-9{margin-left:75.000015%}.cell-10,.col-10,.colspan-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-10{margin-left:83.33335%}.cell-11,.col-11,.colspan-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-11{margin-left:91.666685%}.cell-12,.col-12,.colspan-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-12{margin-left:100.00002%}.stub{-webkit-box-flex:0;-ms-flex:none;flex:none;display:block;padding:0 12px}.grid.no-gap .row{margin-left:0;margin-right:0}.grid.no-gap .row .cell,.grid.no-gap .row .col,.grid.no-gap .row .stub{padding:0}.grid.no-gap .row+.row{margin-top:0}.row.no-gap{margin-left:0;margin-right:0;margin-top:0}.row.no-gap .cell,.row.no-gap .col,.row.no-gap .stub,.row.no-gap [class*=cell-],.row.no-gap [class*=col-]{padding:0}@media screen and (min-width:0){.cell-fs-full,.col-fs-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-fs-half,.col-fs-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-fs-one-third,.col-fs-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-fs-two-third,.col-fs-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-fs-quarter,.col-fs-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-fs,.col-fs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-fs-auto,.col-fs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-fs-1,.col-fs-1,.colspan-fs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-fs-1{margin-left:8.333335%}.cell-fs-2,.col-fs-2,.colspan-fs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-fs-2{margin-left:16.66667%}.cell-fs-3,.col-fs-3,.colspan-fs-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-fs-3{margin-left:25.000005%}.cell-fs-4,.col-fs-4,.colspan-fs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-fs-4{margin-left:33.33334%}.cell-fs-5,.col-fs-5,.colspan-fs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-fs-5{margin-left:41.666675%}.cell-fs-6,.col-fs-6,.colspan-fs-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-fs-6{margin-left:50.00001%}.cell-fs-7,.col-fs-7,.colspan-fs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-fs-7{margin-left:58.333345%}.cell-fs-8,.col-fs-8,.colspan-fs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-fs-8{margin-left:66.66668%}.cell-fs-9,.col-fs-9,.colspan-fs-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-fs-9{margin-left:75.000015%}.cell-fs-10,.col-fs-10,.colspan-fs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-fs-10{margin-left:83.33335%}.cell-fs-11,.col-fs-11,.colspan-fs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-fs-11{margin-left:91.666685%}.cell-fs-12,.col-fs-12,.colspan-fs-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width:576px){.cell-sm-full,.col-sm-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-sm-half,.col-sm-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-sm-one-third,.col-sm-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-sm-two-third,.col-sm-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-sm-quarter,.col-sm-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-sm,.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-sm-auto,.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-sm-1,.col-sm-1,.colspan-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-sm-1{margin-left:8.333335%}.cell-sm-2,.col-sm-2,.colspan-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-sm-2{margin-left:16.66667%}.cell-sm-3,.col-sm-3,.colspan-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-sm-3{margin-left:25.000005%}.cell-sm-4,.col-sm-4,.colspan-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-sm-4{margin-left:33.33334%}.cell-sm-5,.col-sm-5,.colspan-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-sm-5{margin-left:41.666675%}.cell-sm-6,.col-sm-6,.colspan-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-sm-6{margin-left:50.00001%}.cell-sm-7,.col-sm-7,.colspan-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-sm-7{margin-left:58.333345%}.cell-sm-8,.col-sm-8,.colspan-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-sm-8{margin-left:66.66668%}.cell-sm-9,.col-sm-9,.colspan-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-sm-9{margin-left:75.000015%}.cell-sm-10,.col-sm-10,.colspan-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-sm-10{margin-left:83.33335%}.cell-sm-11,.col-sm-11,.colspan-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-sm-11{margin-left:91.666685%}.cell-sm-12,.col-sm-12,.colspan-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width:768px){.cell-md-full,.col-md-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-md-half,.col-md-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-md-one-third,.col-md-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-md-two-third,.col-md-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-md-quarter,.col-md-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-md,.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-md-auto,.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-md-1,.col-md-1,.colspan-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-md-1{margin-left:8.333335%}.cell-md-2,.col-md-2,.colspan-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-md-2{margin-left:16.66667%}.cell-md-3,.col-md-3,.colspan-md-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-md-3{margin-left:25.000005%}.cell-md-4,.col-md-4,.colspan-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-md-4{margin-left:33.33334%}.cell-md-5,.col-md-5,.colspan-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-md-5{margin-left:41.666675%}.cell-md-6,.col-md-6,.colspan-md-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-md-6{margin-left:50.00001%}.cell-md-7,.col-md-7,.colspan-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-md-7{margin-left:58.333345%}.cell-md-8,.col-md-8,.colspan-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-md-8{margin-left:66.66668%}.cell-md-9,.col-md-9,.colspan-md-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-md-9{margin-left:75.000015%}.cell-md-10,.col-md-10,.colspan-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-md-10{margin-left:83.33335%}.cell-md-11,.col-md-11,.colspan-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-md-11{margin-left:91.666685%}.cell-md-12,.col-md-12,.colspan-md-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-md-12{margin-left:100.00002%}}@media screen and (min-width:992px){.cell-lg-full,.col-lg-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-lg-half,.col-lg-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-lg-one-third,.col-lg-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-lg-two-third,.col-lg-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-lg-quarter,.col-lg-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-lg,.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-lg-auto,.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-lg-1,.col-lg-1,.colspan-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-lg-1{margin-left:8.333335%}.cell-lg-2,.col-lg-2,.colspan-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-lg-2{margin-left:16.66667%}.cell-lg-3,.col-lg-3,.colspan-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-lg-3{margin-left:25.000005%}.cell-lg-4,.col-lg-4,.colspan-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-lg-4{margin-left:33.33334%}.cell-lg-5,.col-lg-5,.colspan-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-lg-5{margin-left:41.666675%}.cell-lg-6,.col-lg-6,.colspan-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-lg-6{margin-left:50.00001%}.cell-lg-7,.col-lg-7,.colspan-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-lg-7{margin-left:58.333345%}.cell-lg-8,.col-lg-8,.colspan-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-lg-8{margin-left:66.66668%}.cell-lg-9,.col-lg-9,.colspan-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-lg-9{margin-left:75.000015%}.cell-lg-10,.col-lg-10,.colspan-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-lg-10{margin-left:83.33335%}.cell-lg-11,.col-lg-11,.colspan-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-lg-11{margin-left:91.666685%}.cell-lg-12,.col-lg-12,.colspan-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width:1200px){.cell-xl-full,.col-xl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xl-half,.col-xl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xl-one-third,.col-xl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xl-two-third,.col-xl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xl-quarter,.col-xl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xl,.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xl-auto,.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xl-1,.col-xl-1,.colspan-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xl-1{margin-left:8.333335%}.cell-xl-2,.col-xl-2,.colspan-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xl-2{margin-left:16.66667%}.cell-xl-3,.col-xl-3,.colspan-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xl-3{margin-left:25.000005%}.cell-xl-4,.col-xl-4,.colspan-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xl-4{margin-left:33.33334%}.cell-xl-5,.col-xl-5,.colspan-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xl-5{margin-left:41.666675%}.cell-xl-6,.col-xl-6,.colspan-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xl-6{margin-left:50.00001%}.cell-xl-7,.col-xl-7,.colspan-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xl-7{margin-left:58.333345%}.cell-xl-8,.col-xl-8,.colspan-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xl-8{margin-left:66.66668%}.cell-xl-9,.col-xl-9,.colspan-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xl-9{margin-left:75.000015%}.cell-xl-10,.col-xl-10,.colspan-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xl-10{margin-left:83.33335%}.cell-xl-11,.col-xl-11,.colspan-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xl-11{margin-left:91.666685%}.cell-xl-12,.col-xl-12,.colspan-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width:1452px){.cell-xxl-full,.col-xxl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xxl-half,.col-xxl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xxl-one-third,.col-xxl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xxl-two-third,.col-xxl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xxl-quarter,.col-xxl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xxl,.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xxl-auto,.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xxl-1,.col-xxl-1,.colspan-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xxl-1{margin-left:8.333335%}.cell-xxl-2,.col-xxl-2,.colspan-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xxl-2{margin-left:16.66667%}.cell-xxl-3,.col-xxl-3,.colspan-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xxl-3{margin-left:25.000005%}.cell-xxl-4,.col-xxl-4,.colspan-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xxl-4{margin-left:33.33334%}.cell-xxl-5,.col-xxl-5,.colspan-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xxl-5{margin-left:41.666675%}.cell-xxl-6,.col-xxl-6,.colspan-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xxl-6{margin-left:50.00001%}.cell-xxl-7,.col-xxl-7,.colspan-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xxl-7{margin-left:58.333345%}.cell-xxl-8,.col-xxl-8,.colspan-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xxl-8{margin-left:66.66668%}.cell-xxl-9,.col-xxl-9,.colspan-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xxl-9{margin-left:75.000015%}.cell-xxl-10,.col-xxl-10,.colspan-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xxl-10{margin-left:83.33335%}.cell-xxl-11,.col-xxl-11,.colspan-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xxl-11{margin-left:91.666685%}.cell-xxl-12,.col-xxl-12,.colspan-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xxl-12{margin-left:100.00002%}}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu::after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:rgba(29,29,29,.1)}.h-menu>li:hover .icon,.h-menu>li:hover>a{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:0;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle::before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle::before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;-webkit-box-shadow:2px 2px 2px 0 rgba(29,29,29,.4);box-shadow:2px 2px 2px 0 rgba(29,29,29,.4)}.h-menu.mega .mega-container *{color:inherit}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:0;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.chevron-down .line:nth-child(2),.hamburger.menu-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-down.active,.hamburger.menu-down.active,.nav-button.chevron-down.active,.nav-button.menu-down.active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger.chevron-down.active .line:nth-child(2),.hamburger.menu-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.chevron-up .line:nth-child(2),.hamburger.menu-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-up.active,.hamburger.menu-up.active,.nav-button.chevron-up.active,.nav-button.menu-up.active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger.chevron-up.active .line:nth-child(2),.hamburger.menu-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.head-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}.hero{padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (min-width:768px){.hero{padding:160px 80px}}.hint{display:block;position:fixed;z-index:1070;background-color:#fffcc0;color:#1d1d1d;font-size:.75rem;max-width:13.75rem;padding:.625rem}.icon-box{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background-color:#fff}.icon-box .content,.icon-box .icon{position:relative}.icon-box .icon{height:90px;width:90px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.1)}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-size:14px;padding:0 .5rem 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;line-height:30px;font-weight:400}.image-button:hover{background-color:rgba(29,29,29,.1)}.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.image-button .icon{width:34px;height:34px;line-height:34px;font-size:1rem;background-color:rgba(69,90,100,.55);color:#fff;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container-overlay.image-container-overlay,.image-compare .image-container.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid #dfdfdf;background-color:#ebebeb;overflow:hidden;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button::after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .button:focus,.info-button .info:active,.info-button .info:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:rgba(29,29,29,.1)}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.input input{border:none!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;height:34px}.input input:focus{-webkit-box-shadow:none;box-shadow:none}.input .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.input .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.input .button:active,.input .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.input .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{background-color:transparent}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.input .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.input .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.input input[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}.input input::-moz-placeholder{text-overflow:ellipsis}.input input:-moz-placeholder{text-overflow:ellipsis}.input input:-ms-input-placeholder{text-overflow:ellipsis}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid #dfdfdf;z-index:3}.input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.input .autocomplete-list .item:hover{background-color:rgba(29,29,29,.1)}.input .autocomplete-list .item+.item{border-top:1px solid #dfdfdf}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;top:16px;left:0;right:0;bottom:8px;border:0;border-bottom:2px #dfdfdf solid;background-color:transparent;outline:0;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;-webkit-box-shadow:none!important;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer,.input-material .label{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:#dfdfdf}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:active,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1000}.keypad .keys::before{content:'';position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid #dfdfdf;z-index:2;left:-5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.keypad .keys.open{display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom::before{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:1px}.keypad .keys.top::before{top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.left{left:0;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);top:50%;margin-left:1px}.keypad .keys.left::before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:100%;margin-left:-5px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left::before{top:0;left:.625rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-top:-1px}.keypad .keys.bottom-right::before{top:0;left:100%;margin-left:-1rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left::before{top:100%;left:.625rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;-webkit-transform:translateY(-100%) translateX(-100%);-ms-transform:translateY(-100%) translateX(-100%);transform:translateY(-100%) translateX(-100%);margin-top:1px}.keypad .keys.top-right::before{top:100%;left:100%;margin-left:-1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid #dfdfdf;font-size:1rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .key:hover{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:#fff;color:#1d1d1d;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex}.listview.view-content,.listview.view-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-icons,.listview.view-icons-large,.listview.view-icons-medium,.listview.view-tiles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.listview.view-icons-large.vertical-layout,.listview.view-icons-medium.vertical-layout,.listview.view-icons.vertical-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-table{display:table}.listview .node{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit}.listview .node:hover{background-color:#e5f3ff}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon [class*=mif-],.listview .node>.icon img{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table>li{display:table-row}.listview.view-table>li>*{display:table-cell}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid #dfdfdf}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-icons .node,.listview.view-icons-large .node,.listview.view-icons-medium .node{width:74px;height:auto;padding:8px 8px 2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-large .node>.icon,.listview.view-icons-medium .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-large .node>.data,.listview.view-icons-medium .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-large .node .checkbox,.listview.view-icons-medium .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:#cce8ff;border-color:#84bcea!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.master{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .page,.master .pages{background-color:transparent;color:inherit}.master .controls{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:40px;font-size:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 20px}.master .controls .next,.master .controls .prev,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.master .controls .next,.master .controls .prev{width:40px;height:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.master .controls .next.disabled,.master .controls .prev.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .controls .title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.master .pages{position:relative;display:block;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls-bottom{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .pages{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:rgba(34,34,34,.5)}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:100%;position:relative;overflow:hidden}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;-ms-flex-negative:0;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:rgba(111,111,111,.5)}.media-player .loop{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:none}.media-player .play{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player .stop{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background:rgba(34,34,34,.5);color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.media-player .volume{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;width:96px;padding:0 .625rem;background:rgba(34,34,34,.5);display:none}.media-player .full{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .controls>button.active{background-color:#dfdfdf}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width:576px){.media-player .loop,.media-player .stop,.media-player .volume{display:block}}.more-info-box{height:128px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#fff}.more-info-box .content,.more-info-box .icon{position:relative}.more-info-box .icon{height:64px;width:64px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:16px;margin-top:16px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:rgba(0,0,0,.15)}.more-info-box .content{line-height:1.2;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;-ms-flex-negative:0;flex-shrink:0;text-align:right;background:rgba(0,0,0,.1);text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;color:rgba(255,255,255,.8);font-size:12px}.more-info-box .more:hover{color:#fff;background:rgba(0,0,0,.15)}.more-info-box:hover .icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.navview{display:block;position:relative;background-color:#fff;color:#1d1d1d;overflow:hidden;height:100%;min-height:100%}.navview .navview-content,.navview .navview-pane{display:block;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-height:100%}.navview .navview-pane{width:280px;background-color:#e5e5e5;position:absolute;left:0;top:0;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.navview .navview-pane.open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview .navview-content{position:relative}.navview .holder,.navview .pull-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;background-color:transparent;border:2px solid transparent;outline:0;cursor:pointer}.navview .holder{height:40px;display:none}.navview .navview-menu{display:block;position:relative;list-style:none inside;margin:0;padding:0;width:100%;background-color:#e5e5e5;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.navview .navview-menu::-webkit-scrollbar{display:none!important}.navview .navview-menu li{display:block;position:relative}.navview .navview-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:40px;text-decoration:none;color:inherit;white-space:nowrap;border:2px solid transparent;height:40px}.navview .navview-menu .icon{width:48px;height:40px;display:block;text-align:center}.navview .navview-menu .caption{padding-left:48px;white-space:nowrap;display:block}.navview .navview-menu .icon+.caption{padding-left:0}.navview .navview-menu .item-header{font-size:22px;height:32px;line-height:32px;padding-left:16px;cursor:default;background-color:transparent;white-space:nowrap;display:block}.navview .navview-menu li.active::before{content:"";display:block;position:absolute;height:24px;top:8px;left:0;width:4px;background-color:#1ba1e2;z-index:1}.navview .navview-menu li.disabled{color:#9c9c9c!important}.navview .navview-menu li.disabled img{opacity:.5}.navview .navview-menu .icon>*,.navview .pull-button>*,.navview .suggest-box .holder>*{width:16px;height:16px;line-height:16px;font-size:16px;vertical-align:initial}.navview .holder:hover,.navview .navview-menu li a:hover,.navview .pull-button:hover{background-color:#cecece}.navview .holder:active,.navview .navview-menu li a:active,.navview .pull-button:active{background-color:#b7b7b7}.navview .suggest-box{display:block;margin:8px 0}.navview .suggest-box .input,.navview .suggest-box .select,.navview .suggest-box .textarea{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 24px)!important;margin:0 12px}.navview .item-separator{height:16px!important;width:100%;display:block;background-color:transparent;cursor:default}.navview .navview-menu .dropdown-toggle{padding-right:0!important}.navview .navview-menu .dropdown-toggle::before{display:none}.navview .navview-menu .dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.navview.focusableItems .holder:focus,.navview.focusableItems .navview-menu li a:focus,.navview.focusableItems .pull-button:focus{border:2px solid #0a0a0a}.navview .badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:8px}.navview .badges .badge{margin:0 2px}.navview .data-box{display:block}.navview .navview-menu .navview-menu .item-header{display:none!important}.navview.expanded .navview-pane{width:280px!important}.navview.expanded .navview-pane .item-header,.navview.expanded .navview-pane .navview-menu .caption{display:block!important}.navview.expanded .navview-pane .suggest-box>:not(.holder){display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .navview-pane .holder{display:none!important}.navview.expanded .badges{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .data-box{display:block!important}.navview.compacted .navview-pane{width:48px!important;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.compacted .navview-pane .item-header,.navview.compacted .navview-pane .navview-menu .caption{display:none!important}.navview.compacted .navview-pane .suggest-box>:not(.holder){display:none!important}.navview.compacted .navview-pane .holder{display:block!important}.navview.compacted .navview-content{margin-left:48px!important}.navview.compacted .badges,.navview.compacted .data-box{display:none!important}@media screen and (min-width:0){.navview-margin-fs{margin-left:280px}.navview-margin-compact-fs{margin-left:48px}.navview.navview-compact-fs .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-fs .navview-pane .item-header,.navview.navview-compact-fs .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-fs .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-fs .navview-pane .holder{display:block}.navview.navview-compact-fs .navview-content{margin-left:48px}.navview.navview-compact-fs .badges,.navview.navview-compact-fs .data-box{display:none}.navview.navview-expand-fs .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-fs .navview-pane .item-header,.navview.navview-expand-fs .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-fs .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .navview-pane .holder{display:none}.navview.navview-expand-fs .navview-content{margin-left:280px}.navview.navview-expand-fs .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .data-box{display:block}}@media screen and (min-width:576px){.navview-margin-sm{margin-left:280px}.navview-margin-compact-sm{margin-left:48px}.navview.navview-compact-sm .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-sm .navview-pane .item-header,.navview.navview-compact-sm .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-sm .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-sm .navview-pane .holder{display:block}.navview.navview-compact-sm .navview-content{margin-left:48px}.navview.navview-compact-sm .badges,.navview.navview-compact-sm .data-box{display:none}.navview.navview-expand-sm .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-sm .navview-pane .item-header,.navview.navview-expand-sm .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-sm .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .navview-pane .holder{display:none}.navview.navview-expand-sm .navview-content{margin-left:280px}.navview.navview-expand-sm .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .data-box{display:block}}@media screen and (min-width:768px){.navview-margin-md{margin-left:280px}.navview-margin-compact-md{margin-left:48px}.navview.navview-compact-md .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-md .navview-pane .item-header,.navview.navview-compact-md .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-md .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-md .navview-pane .holder{display:block}.navview.navview-compact-md .navview-content{margin-left:48px}.navview.navview-compact-md .badges,.navview.navview-compact-md .data-box{display:none}.navview.navview-expand-md .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-md .navview-pane .item-header,.navview.navview-expand-md .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-md .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .navview-pane .holder{display:none}.navview.navview-expand-md .navview-content{margin-left:280px}.navview.navview-expand-md .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .data-box{display:block}}@media screen and (min-width:992px){.navview-margin-lg{margin-left:280px}.navview-margin-compact-lg{margin-left:48px}.navview.navview-compact-lg .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-lg .navview-pane .item-header,.navview.navview-compact-lg .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-lg .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-lg .navview-pane .holder{display:block}.navview.navview-compact-lg .navview-content{margin-left:48px}.navview.navview-compact-lg .badges,.navview.navview-compact-lg .data-box{display:none}.navview.navview-expand-lg .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-lg .navview-pane .item-header,.navview.navview-expand-lg .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-lg .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .navview-pane .holder{display:none}.navview.navview-expand-lg .navview-content{margin-left:280px}.navview.navview-expand-lg .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .data-box{display:block}}@media screen and (min-width:1200px){.navview-margin-xl{margin-left:280px}.navview-margin-compact-xl{margin-left:48px}.navview.navview-compact-xl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xl .navview-pane .item-header,.navview.navview-compact-xl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xl .navview-pane .holder{display:block}.navview.navview-compact-xl .navview-content{margin-left:48px}.navview.navview-compact-xl .badges,.navview.navview-compact-xl .data-box{display:none}.navview.navview-expand-xl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xl .navview-pane .item-header,.navview.navview-expand-xl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .navview-pane .holder{display:none}.navview.navview-expand-xl .navview-content{margin-left:280px}.navview.navview-expand-xl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .data-box{display:block}}@media screen and (min-width:1452px){.navview-margin-xxl{margin-left:280px}.navview-margin-compact-xxl{margin-left:48px}.navview.navview-compact-xxl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xxl .navview-pane .item-header,.navview.navview-compact-xxl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xxl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xxl .navview-pane .holder{display:block}.navview.navview-compact-xxl .navview-content{margin-left:48px}.navview.navview-compact-xxl .badges,.navview.navview-compact-xxl .data-box{display:none}.navview.navview-expand-xxl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xxl .navview-pane .item-header,.navview.navview-expand-xxl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xxl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .navview-pane .holder{display:none}.navview.navview-expand-xxl .navview-content{margin-left:280px}.navview.navview-expand-xxl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .data-box{display:block}}.navview.compacted .navview-pane>.navview-menu,.navview.js-compact:not(.expanded) .navview-pane>.navview-menu{overflow:visible}.navview.compacted .navview-menu .navview-menu,.navview.js-compact:not(.expanded) .navview-menu .navview-menu{position:absolute;left:100%;top:0;width:220px;max-width:280px}.navview.compacted .navview-menu .navview-menu .caption,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption{display:block!important}.navview.compacted .navview-menu .navview-menu .item-header,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header{display:block!important}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-bottom,.notify-container.position-top{width:100%!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid #dfdfdf;cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem -.25rem;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item.service:hover,.pagination .page-item:hover{background-color:rgba(29,29,29,.1)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:#fff!important;border-color:transparent;color:#1d1d1d}.pagination .page-item.disabled{pointer-events:none;color:#e4e4e4}.pagination .page-item.active{background-color:#e4e4e4}.pagination.rounded .page-item{border-radius:.25rem}.pagination.no-gap{margin:0 0 1rem 0}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}.panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;background-color:#fff;border:1px solid #dfdfdf}.panel .panel-content,.panel .panel-title{position:relative}.panel .panel-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;border-bottom:1px solid #dfdfdf;line-height:2.625rem;cursor:default;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;height:100%;width:2.625rem;border-left:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .custom-buttons{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:active,.panel .panel-title .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.panel .panel-content{display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:auto;padding:.5rem}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid #dfdfdf;cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.progress{display:block;position:relative;width:100%;height:12px;background-color:#eee;overflow:hidden}.progress.with-load{background:0 0}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;-webkit-animation:progress-loading 3s infinite linear;animation:progress-loading 3s infinite linear;background:-o-radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background:radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background-size:12px 12px;z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:#ce352c}.progress .bar{z-index:3;background:#60a917}.progress.line{background-color:#b3d4fc;display:-webkit-box;display:-ms-flexbox;display:flex}.progress.line::before{height:100%;width:100%;background-color:#004d6f;content:'';-webkit-animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite;animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.progress.small{height:6px}.progress.small .load{background-size:6px 6px}@-webkit-keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@-webkit-keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}.radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .caption,.radio .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px #d9d9d9 solid;width:20px;height:20px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.radio .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:#fff;border:2px solid #fff;border-radius:50%;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.radio input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.radio input[type=radio]:checked~.check::before{display:block}.radio input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.radio .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.radio .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.radio.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.radio.invalid,.radio.required,.radio.valid{border:none!important}.radio.invalid::after{display:none}.radio:active input[type=radio]:not(:disabled)~.check::after,.radio:focus input[type=radio]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.style2 input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#fff}.radio.style2 .check{border-color:#989898}.radio.style2 .check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.radio.style2 input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.radio.style2 input[type=radio]:disabled~.check::before{background-color:#e9e9e9;border-color:#e9e9e9}.radio.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .result,.rating .stars,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.rating .stars li::before{position:absolute;content:'\2605';display:block;z-index:1;left:0}.rating .stars li.half::after{left:0;display:block;position:absolute;content:'\2605';width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10::after{width:.1em}.rating .stars li.half.half-20::after{width:.2em}.rating .stars li.half.half-30::after{width:.3em}.rating .stars li.half.half-40::after{width:.4em}.rating .stars li.half.half-50::after{width:.42em}.rating .stars li.half.half-60::after{width:.49em}.rating .stars li.half.half-70::after{width:.6em}.rating .stars li.half.half-80::after{width:.7em}.rating .stars li.half.half-90::after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.half::after,.rating .stars li.on{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{-webkit-animation:star-scale .3s ease-in-out;animation:star-scale .3s ease-in-out}@-webkit-keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element::after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled::after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover::after{-webkit-animation:resize-element-animation 1s ease infinite;animation:resize-element-animation 1s ease infinite}@-webkit-keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}@keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu .tabs-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder a,.ribbon-menu .tabs-holder li{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:none;padding:4px 4px;border-bottom:1px solid #dadbdc;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:-webkit-box;display:-ms-flexbox;display:flex}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;background-color:inherit;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{-ms-flex-preferred-size:100%;flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>:not(.group-divider),.ribbon-menu .content-holder .group>:not(.title){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-button-dropdown,.ribbon-icon-button,.ribbon-tool-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:0;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle::before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px}.ribbon-icon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .caption+.icon,.ribbon-icon-button .icon+.caption{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle::before,.ribbon-tool-button.dropdown-toggle::before{display:none}.ribbon-icon-button.dropdown-toggle::after,.ribbon-tool-button.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:hover{border-color:#a4cef9}.ribbon-split-button:hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:rgba(164,206,249,.2)}.ribbon-split-button .ribbon-main{background-color:inherit;outline:0;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle::before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:2px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);z-index:1000;top:100%;left:0}.ribbon-dropdown a,.ribbon-dropdown li{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::after,.ribbon-dropdown .checked::before{position:absolute;display:block;content:""}.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked::after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked::after{border:1px solid #a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown .checked-one::before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle::before{-webkit-transform:rotate(-135deg)!important;-ms-transform:rotate(-135deg)!important;transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;padding:1px 4px;background-color:inherit}.ribbon-button:hover,.ribbon-icon-button:hover,.ribbon-tool-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button.active,.ribbon-button:active,.ribbon-icon-button.active,.ribbon-icon-button:active,.ribbon-main.active,.ribbon-main:active,.ribbon-split.active,.ribbon-split:active,.ribbon-tool-button.active,.ribbon-tool-button:active{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-icon-button,.ribbon-menu .active-container .ribbon-tool-button{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ripple{display:block;width:0;height:0;border-radius:100%;background:rgba(255,255,255,.4);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;opacity:1}.rippleEffect{-webkit-animation:rippleDrop .5s linear;animation:rippleDrop .5s linear}@-webkit-keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}.select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle::before{margin-left:-1.1rem}.select .d-menu li a,.select .v-menu li a{min-width:auto}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.select .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.select .button:active,.select .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.select .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button{background-color:transparent}.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{-webkit-box-shadow:none;box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid #dfdfdf;padding:2px;margin-left:-1px;z-index:1000;background-color:#fff;-webkit-box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);box-shadow:3px 3px 5px 0 rgba(0,0,0,.3)}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select .d-menu{width:100%;overflow-y:auto;position:relative;display:block;-webkit-box-shadow:none;box-shadow:none}.select .d-menu li a{height:32px;line-height:32px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .d-menu li a .icon{top:.3rem;margin-top:0}.select .d-menu .active{border:none;color:#fff}.select .d-menu .active:hover{color:#fff}.select.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select.dropdown-toggle::before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:#fff}.select .group-title{background-color:#f6f7f8;font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;color:#646464;font-weight:700}.select .group-title:hover{background-color:#f6f7f8;cursor:default;border:0}.select ul{right:0;left:0}.select .selected-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.select .selected-item .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 4px}.select .selected-item .remover{display:block;position:relative;width:25px;height:25px;line-height:24px;text-align:center;cursor:pointer;background-color:#e4e4e4}.select.multiple{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .select-input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle::before{margin-left:-1.5rem}.select.input-large .append,.select.input-large .prepend,.select.input-large .select-input{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle::before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-large .selected-item{margin:2px 2px;height:36px;line-height:36px}.select.input-large .selected-item .title{font-size:1.3rem;line-height:36px;padding:0 8px}.select.input-large .selected-item .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle::before{margin-left:-1rem}.select.input-small .append,.select.input-small .prepend,.select.input-small .select-input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle::before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .selected-item{height:18px;line-height:18px}.select.input-small .selected-item .title{font-size:.7rem;line-height:18px}.select.input-small .selected-item .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.select2-container .selection .select2-selection--single{height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:36px}.select2-container .selection .select2-selection--single .select2-selection__arrow{height:36px}.select2-container .selection .select2-selection--multiple{min-height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--multiple .select2-selection__rendered{display:block}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{border-radius:0;background-color:#f8f8f8;font-size:14px;height:26px;line-height:26px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{margin-top:0}.select2-container .select2-dropdown,.select2-container .select2-selection{border-radius:0}.select2 .selection .select2-selection--multiple,.select2 .selection .select2-selection--single{outline:0}.select2 .selection .select2-selection--multiple:hover,.select2 .selection .select2-selection--single:hover{border-color:silver}.select2 .selection .select2-selection--multiple.focused,.select2 .selection .select2-selection--multiple:focus,.select2 .selection .select2-selection--single.focused,.select2 .selection .select2-selection--single:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select2 .selection .select2-selection--multiple.disabled,.select2 .selection .select2-selection--multiple:disabled,.select2 .selection .select2-selection--single.disabled,.select2 .selection .select2-selection--single:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.shortcut{width:6rem;height:6rem;padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.9rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0}.shortcut .caption,.shortcut .icon{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:1.7rem;height:1.7rem;font-size:1.7rem;margin-top:1rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shortcut .caption{color:inherit;height:1.2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;-webkit-transform:none;-ms-transform:none;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:2rem;height:2rem;font-size:2rem;margin-top:1.5rem}.shortcut:hover{background-color:rgba(29,29,29,.1)}.shortcut.focus,.shortcut:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.shortcut.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.shortcut:active,.shortcut:focus,.shortcut:hover{text-decoration:none}.shortcut:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{-webkit-box-shadow:none;box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{-webkit-box-shadow:2px 0 0 0 rgba(0,0,0,.15);box-shadow:2px 0 0 0 rgba(0,0,0,.15)}.sidebar.on-right{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{-webkit-box-shadow:-2px 0 0 0 rgba(0,0,0,.15);box-shadow:-2px 0 0 0 rgba(0,0,0,.15)}.sidebar-content,.sidebar-header,.sidebar-menu{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.subtitle,.sidebar-header>.title{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidebar-menu::-webkit-scrollbar{display:none!important}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:rgba(204,204,204,.3)}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#dfdfdf}.sidebar-menu li.divider:hover{background-color:#dfdfdf}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:rgba(29,29,29,.1)}.sidebar-menu li.group-title:hover{background-color:initial}.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}.sidenav-counter{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter a,.sidenav-counter li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-counter .counter,.sidenav-counter .title{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:.6875rem;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px}.sidenav-counter li:hover{background-color:rgba(29,29,29,.1)}.sidenav-counter li:active{background-color:#13709e;color:#fff}.sidenav-counter .active,.sidenav-counter li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-counter-expand-fs{width:220px}.sidenav-counter-expand-fs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-fs .title{display:block}.sidenav-counter-expand-fs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-counter-expand-sm{width:220px}.sidenav-counter-expand-sm a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-sm .title{display:block}.sidenav-counter-expand-sm .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-counter-expand-md{width:220px}.sidenav-counter-expand-md a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-md .title{display:block}.sidenav-counter-expand-md .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-counter-expand-lg{width:220px}.sidenav-counter-expand-lg a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-lg .title{display:block}.sidenav-counter-expand-lg .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-counter-expand-xl{width:220px}.sidenav-counter-expand-xl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xl .title{display:block}.sidenav-counter-expand-xl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-counter-expand-xxl{width:220px}.sidenav-counter-expand-xxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxl .title{display:block}.sidenav-counter-expand-xxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 a,.sidenav-m3 li{position:relative;display:block;color:inherit}.sidenav-m3>li{background:0 0}.sidenav-m3>li.stick-left::before,.sidenav-m3>li.stick-right::before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.sidenav-m3>li.stick-right::before{left:100%;border-radius:0 .25rem .25rem 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidenav-m3 li+li{border-top:1px solid #dfdfdf}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px 20px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;width:100%;float:none}.sidenav-m3 .d-menu a{padding:0 1rem 0 3rem;text-decoration:none}.sidenav-m3 .d-menu li{border-top:1px solid #dfdfdf}.sidenav-m3 .d-menu .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:50%}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle::before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple a,.sidenav-simple li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:rgba(29,29,29,.1)}.sidenav-simple li:active{background-color:#13709e;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid #dfdfdf}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);float:right}.slider{display:block;position:relative;height:2.125rem;background:0 0;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .buffer,.slider .complete,.slider .marker{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:0;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.slider .marker:active::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint::before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:-8px}.slider .hint.top-side::before{top:100%;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side::before{top:0;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);margin-left:-8px}.slider .hint.left-side::before{top:50%;right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .buffer,.slider.thin .complete{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .buffer,.slider.ultra-thin .complete{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete,.slider.vertical-slider .marker{top:auto;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%)}.slider.rounded .backside,.slider.rounded .buffer,.slider.rounded .complete,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.social-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px 20px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #fff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0 0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid #dfdfdf}.spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px;text-align:center}.spinner input:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.spinner .button{width:34px;min-width:34px;height:34px;line-height:34px;text-align:center;font-weight:700;background-color:#f8f8f8;padding:0}.spinner .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner.buttons-left input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner.buttons-right .spinner-button-minus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-right input{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-minus,.spinner.input-large .default-icon-plus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-minus,.spinner.input-small .default-icon-plus{width:14px;height:14px}.split-button{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.split-button>:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4px}.split-button .dropdown{position:static}.split-button .drop-object{left:0}.split-button>.split-button{margin-left:4px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.split-button .split{margin-left:-2px;padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:0;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle::before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.split-button .split:active{-webkit-box-shadow:none;box-shadow:none}.splitter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.splitter.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitter>.gutter{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #f8f8f8;background-color:#f8f8f8;cursor:col-resize;z-index:1}.splitter>.gutter.active{background-color:#bebebe}.splitter>.gutter::before{content:"";z-index:1;display:block;position:absolute;left:0;width:100%;top:50%;height:24px;margin-top:-12px;background-color:#bebebe}.splitter.vertical>.gutter{cursor:row-resize}.splitter.vertical>.gutter::before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter>.split-block{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden}.stepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:.5rem 0}.stepper::before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1ba1e2;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.stepper.diamond .step span{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid #dfdfdf;line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:0;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action{color:#1d1d1d}.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.streamer .stream-secondary,.streamer .stream-title{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-fake-timeline,.streamer .streamer-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.streamer .streamer-fake-timeline li,.streamer .streamer-timeline li{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative}.streamer .streamer-fake-timeline li em,.streamer .streamer-timeline li em{font-size:10px;font-style:normal;margin:4px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;-ms-flex-negative:0;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:#dfdfdf}.streamer .stream-event-slide{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .desc,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .title{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.streamer .stream-event.selected{-webkit-box-shadow:0 0 0 1px #5ebdec!important;box-shadow:0 0 0 1px #5ebdec!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-secondary,html.metro-no-touch-device .streamer .stream:hover .stream-title{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{bottom:4px;right:4px;top:auto;left:auto}html.metro-touch-device .streamer .stream.focused{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-secondary,html.metro-touch-device .streamer .stream.focused .stream-title{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{bottom:4px;right:4px;top:auto;left:auto}@media screen and (min-width:0){.streamer.streamer-expand-fs .stream,.streamer.streamer-expand-fs .streams{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-fs .stream-secondary,.streamer.streamer-expand-fs .stream-title{display:block}.streamer.streamer-expand-fs .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width:576px){.streamer.streamer-expand-sm .stream,.streamer.streamer-expand-sm .streams{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-sm .stream-secondary,.streamer.streamer-expand-sm .stream-title{display:block}.streamer.streamer-expand-sm .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width:768px){.streamer.streamer-expand-md .stream,.streamer.streamer-expand-md .streams{width:200px}.streamer.streamer-expand-md .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-md .stream-secondary,.streamer.streamer-expand-md .stream-title{display:block}.streamer.streamer-expand-md .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width:992px){.streamer.streamer-expand-lg .stream,.streamer.streamer-expand-lg .streams{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-lg .stream-secondary,.streamer.streamer-expand-lg .stream-title{display:block}.streamer.streamer-expand-lg .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width:1200px){.streamer.streamer-expand-xl .stream,.streamer.streamer-expand-xl .streams{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xl .stream-secondary,.streamer.streamer-expand-xl .stream-title{display:block}.streamer.streamer-expand-xl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width:1452px){.streamer.streamer-expand-xxl .stream,.streamer.streamer-expand-xxl .streams{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xxl .stream-secondary,.streamer.streamer-expand-xxl .stream-title{display:block}.streamer.streamer-expand-xxl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}.switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .caption,.switch .check{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:1.25rem;width:2.8125rem;border:2px #1d1d1d solid;cursor:pointer;background:0 0;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;-ms-flex-negative:0;flex-shrink:0}.switch .check::after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d}.switch input[type=checkbox]:checked~.check::after{background-color:#fff;border-color:#fff;left:auto;-webkit-transform:translateX(1.625rem) translateY(-50%);-ms-transform:translateX(1.625rem) translateY(-50%);transform:translateX(1.625rem) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check::after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch.invalid,.switch.required,.switch.valid{border:none!important}.switch.invalid::after{display:none}.switch.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on .check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .caption,.switch-material .check{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:36px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check::before{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:not(:checked)~.check::before{background-color:#fff}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:checked~.check::before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:before{background-color:#bdbdbd}.switch-material .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch-material .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch-material.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch-material.transition-on{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.switch-material.transition-on input:checked~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px #dfdfdf solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:rgba(29,29,29,.1)}.t-menu>li:last-child a{border-bottom:0}.t-menu a{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;left:auto;top:auto;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px #dfdfdf solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}.table-container{display:block;position:relative}.table-container.horizontal-scroll{overflow:hidden;overflow-x:auto}.table-container.horizontal-scroll .table{width:auto;min-width:100%}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.td,.th{display:table-cell}.table{width:100%;margin-bottom:1rem;margin-top:1rem}.table .td,.table .th,.table td,.table th{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout .td,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout th{white-space:nowrap;overflow:hidden}.table .tfoot,.table .thead,.table tfoot,.table thead{border-bottom:4px solid #e4e4e4}.table .tfoot .td,.table .tfoot .th,.table .tfoot td,.table .tfoot th,.table .thead .td,.table .thead .th,.table .thead td,.table .thead th,.table tfoot .td,.table tfoot .th,.table tfoot td,.table tfoot th,.table thead .td,.table thead .th,.table thead td,.table thead th{cursor:default;color:#1d1d1d;border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table .tfoot,.table tfoot{border-top:4px solid #e4e4e4}.table .tbody .td,.table .tbody td,.table tbody .td,.table tbody td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21C5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sortable-column.sort-desc,.table .sortable-column.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sort-asc,.table .sorting.sort-desc,.table .sorting.sorting_asc,.table .sorting.sorting_desc{background-color:#ebebeb}.table .sortable-column.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-asc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_asc:after,.table .sorting.sorting_desc:after{color:#1d1d1d;opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sort-asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:after,.table.sortable-markers-on-left .sorting:before{left:0;margin-left:.625rem}.table .tr.selected .td,.table .tr.selected td,.table tr.selected .td,.table tr.selected td{background-color:rgba(28,183,236,.1)}.table .td.selected,.table td.selected{background-color:rgba(28,183,236,.3)}.table.striped .tbody .tr:nth-child(odd),.table.striped tbody tr:nth-child(odd){background:#f8f8f8}.table.row-hover .tbody .tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover tbody tr:hover{background-color:rgba(28,183,236,.1)}.table.cell-hover .tbody .td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover tbody td:hover{background-color:rgba(28,183,236,.3)}.table.table-border{border:1px #dfdfdf solid}.table.cell-border .td,.table.cell-border .th,.table.cell-border td,.table.cell-border th{border:1px #dfdfdf solid}.table.cell-border .thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .th,.table.cell-border .thead .tr:first-child td,.table.cell-border .thead .tr:first-child th,.table.cell-border .thead tr:first-child .td,.table.cell-border .thead tr:first-child .th,.table.cell-border .thead tr:first-child td,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child .td,.table.cell-border thead .tr:first-child .th,.table.cell-border thead .tr:first-child td,.table.cell-border thead .tr:first-child th,.table.cell-border thead tr:first-child .td,.table.cell-border thead tr:first-child .th,.table.cell-border thead tr:first-child td,.table.cell-border thead tr:first-child th{border-top:none}.table.cell-border .thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border thead tr:first-child th:first-child{border-left:none}.table.cell-border .thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border thead tr:first-child th:last-child{border-right:none}.table.cell-border .tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child td,.table.cell-border .tbody tr:first-child .td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child .td,.table.cell-border tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border tbody tr:first-child td{border-top:none}.table.cell-border .tbody .tr .td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border tbody tr td:first-child{border-left:none}.table.cell-border .tbody .tr .td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border tbody tr td:last-child{border-right:none}.table.cell-border .tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child td,.table.cell-border .tbody tr:last-child .td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child .td,.table.cell-border tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border tbody tr:last-child td{border-bottom:none}.table.row-border .tr+.tr,.table.row-border tr+tr{border-top:1px #dfdfdf solid}.table.subcompact .td,.table.subcompact .th,.table.subcompact td,.table.subcompact th{padding:3px 8px;font-size:80%}.table.compact .td,.table.compact .th,.table.compact td,.table.compact th{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table .tbody .td.hidden,.table .tbody .th.hidden,.table .tbody td.hidden,.table .tbody th.hidden,.table .thead .td.hidden,.table .thead .th.hidden,.table .thead td.hidden,.table .thead th.hidden,.table tbody .td.hidden,.table tbody .th.hidden,.table tbody td.hidden,.table tbody th.hidden,.table thead .td.hidden,.table thead .th.hidden,.table thead td.hidden,.table thead th.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{-ms-flex-preferred-size:auto;flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:#fff;color:#1d1d1d;z-index:500;border:1px double #dfdfdf;width:auto;padding:10px;max-height:calc(100vh - 40px);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid #dfdfdf;font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid #dfdfdf;padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector .table,.table-inspector table{margin-bottom:0}.table-inspector .table .td,.table-inspector .table td,.table-inspector table .td,.table-inspector table td{vertical-align:middle}.table-inspector .table .tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector table tr.flash{-webkit-animation:flash-bg 1s ease-out;animation:flash-bg 1s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:1px solid #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}@-webkit-keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@media screen and (min-width:0){.table.normal-fs .td,.table.normal-fs .th,.table.normal-fs td,.table.normal-fs th{padding:.625rem;font-size:1em}.table.compact-fs .td,.table.compact-fs .th,.table.compact-fs td,.table.compact-fs th{padding:7px 8px;font-size:80%}.table.subcompact-fs .td,.table.subcompact-fs .th,.table.subcompact-fs td,.table.subcompact-fs th{padding:3px 8px;font-size:80%}}@media screen and (min-width:576px){.table.normal-sm .td,.table.normal-sm .th,.table.normal-sm td,.table.normal-sm th{padding:.625rem;font-size:1em}.table.compact-sm .td,.table.compact-sm .th,.table.compact-sm td,.table.compact-sm th{padding:7px 8px;font-size:80%}.table.subcompact-sm .td,.table.subcompact-sm .th,.table.subcompact-sm td,.table.subcompact-sm th{padding:3px 8px;font-size:80%}}@media screen and (min-width:768px){.table.normal-md .td,.table.normal-md .th,.table.normal-md td,.table.normal-md th{padding:.625rem;font-size:1em}.table.compact-md .td,.table.compact-md .th,.table.compact-md td,.table.compact-md th{padding:7px 8px;font-size:80%}.table.subcompact-md .td,.table.subcompact-md .th,.table.subcompact-md td,.table.subcompact-md th{padding:3px 8px;font-size:80%}}@media screen and (min-width:992px){.table.normal-lg .td,.table.normal-lg .th,.table.normal-lg td,.table.normal-lg th{padding:.625rem;font-size:1em}.table.compact-lg .td,.table.compact-lg .th,.table.compact-lg td,.table.compact-lg th{padding:7px 8px;font-size:80%}.table.subcompact-lg .td,.table.subcompact-lg .th,.table.subcompact-lg td,.table.subcompact-lg th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1200px){.table.normal-xl .td,.table.normal-xl .th,.table.normal-xl td,.table.normal-xl th{padding:.625rem;font-size:1em}.table.compact-xl .td,.table.compact-xl .th,.table.compact-xl td,.table.compact-xl th{padding:7px 8px;font-size:80%}.table.subcompact-xl .td,.table.subcompact-xl .th,.table.subcompact-xl td,.table.subcompact-xl th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1452px){.table.normal-xxl .td,.table.normal-xxl .th,.table.normal-xxl td,.table.normal-xxl th{padding:.625rem;font-size:1em}.table.compact-xxl .td,.table.compact-xxl .th,.table.compact-xxl td,.table.compact-xxl th{padding:7px 8px;font-size:80%}.table.subcompact-xxl .td,.table.subcompact-xxl .th,.table.subcompact-xxl td,.table.subcompact-xxl th{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.table-skip input{width:220px}.tabs{position:relative;border:1px solid #dfdfdf;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;color:#1d1d1d}.tabs .expand-title,.tabs .hamburger{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;margin-top:.5rem;margin-bottom:1px;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease;position:relative}.tabs>ul.tabs-list a,.tabs>ul.tabs-list>li{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:#fff;color:#1d1d1d;margin:0 0 -1px 0}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:#f8f8f8}.tabs>ul.tabs-list>li.active{background-color:#dfdfdf}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;-webkit-box-shadow:none;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0 0}.tabs.vertical>ul.tabs-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none;border-right:1px solid #dfdfdf;width:auto;height:100%;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid #dfdfdf;margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid #dfdfdf}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid #dfdfdf;margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid #dfdfdf;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid #dfdfdf}.tabs-expand>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-bottom:none;background-color:#fff}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-top:none}.tabs-expand.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-expand .expand-title,.tabs-expand .hamburger{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:0 0}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid #dfdfdf;width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:#dfdfdf;background:#e4e4e4}.tabs-material{margin:0;padding:0 52px;position:fixed;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.tabs-material::-webkit-scrollbar{display:none!important}.tabs-material li{-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px 16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material::after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tabs-material.fixed-tabs::after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material.app-bar-present-more{top:112px}.tag-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.tag-input .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag-input .tag .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 8px}.tag-input .tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large .tag{margin:2px 2px;height:36px;line-height:36px}.tag-input.input-large .tag .title{font-size:1.3rem;line-height:36px}.tag-input.input-large .tag .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small .tag{margin:2px 2px;height:18px;line-height:18px}.tag-input.input-small .tag .title{font-size:.7rem;line-height:18px}.tag-input.input-small .tag .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .tag{border-radius:10px;background:#d4f0ff;color:#1d1d1d}.tag-input.static-mode .tag .remover{display:none!important}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.textarea,textarea{height:auto;padding:.5rem .75rem}textarea{line-height:1.2}.textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0;background:#add8e6;border:1px solid red}.textarea textarea{min-height:4rem;overflow-y:hidden;resize:none;border:none!important;-webkit-transition:height .1s linear;-o-transition:height .1s linear;transition:height .1s linear}.textarea textarea:focus{-webkit-box-shadow:none;box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea.disabled .clear-button{display:none}.textarea .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea .input-clear-button~textarea{padding-right:48px}.tile-app,.tile-large,.tile-medium,.tile-small,.tile-wide{display:block;background-color:#1ba1e2;color:#fff;width:150px;height:150px;-webkit-box-shadow:inset 0 0 1px #ffc;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-app .icon,.tile-large .icon,.tile-medium .icon,.tile-small .icon,.tile-wide .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:50px;line-height:50px;z-index:2}.tile-app .branding-bar,.tile-large .branding-bar,.tile-medium .branding-bar,.tile-small .branding-bar,.tile-wide .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:2}.tile-app .badge-bottom,.tile-app .badge-top,.tile-large .badge-bottom,.tile-large .badge-top,.tile-medium .badge-bottom,.tile-medium .badge-top,.tile-small .badge-bottom,.tile-small .badge-top,.tile-wide .badge-bottom,.tile-wide .badge-top{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:rgba(29,29,29,.1);z-index:2}.tile-app .badge-bottom,.tile-large .badge-bottom,.tile-medium .badge-bottom,.tile-small .badge-bottom,.tile-wide .badge-bottom{right:10px;bottom:0}.tile-app .badge-top,.tile-large .badge-top,.tile-medium .badge-top,.tile-small .badge-top,.tile-wide .badge-top{top:10px;right:10px}.tile-app:hover,.tile-large:hover,.tile-medium:hover,.tile-small:hover,.tile-wide:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-app.transform-right,.tile-large.transform-right,.tile-medium.transform-right,.tile-small.transform-right,.tile-wide.transform-right{-webkit-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;-webkit-transform:perspective(500px) rotateY(.138372rad)!important;transform:perspective(500px) rotateY(.138372rad)!important}.tile-app.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-small.transform-right.tile-small,.tile-wide.transform-right.tile-small{-webkit-transform:perspective(500px) rotateY(.276744rad)!important;transform:perspective(500px) rotateY(.276744rad)!important}.tile-app.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-small.transform-right.tile-wide,.tile-wide.transform-right.tile-wide{-webkit-transform:perspective(500px) rotateY(.069186rad)!important;transform:perspective(500px) rotateY(.069186rad)!important}.tile-app.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-small.transform-right.tile-large,.tile-wide.transform-right.tile-large{-webkit-transform:perspective(500px) rotateY(.046124rad)!important;transform:perspective(500px) rotateY(.046124rad)!important}.tile-app.transform-left,.tile-large.transform-left,.tile-medium.transform-left,.tile-small.transform-left,.tile-wide.transform-left{-webkit-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;-webkit-transform:perspective(500px) rotateY(-.138372rad)!important;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-app.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-small.transform-left.tile-small,.tile-wide.transform-left.tile-small{-webkit-transform:perspective(500px) rotateY(-.276744rad)!important;transform:perspective(500px) rotateY(-.276744rad)!important}.tile-app.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-small.transform-left.tile-wide,.tile-wide.transform-left.tile-wide{-webkit-transform:perspective(500px) rotateY(-.069186rad)!important;transform:perspective(500px) rotateY(-.069186rad)!important}.tile-app.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-small.transform-left.tile-large,.tile-wide.transform-left.tile-large{-webkit-transform:perspective(500px) rotateY(-.046124rad)!important;transform:perspective(500px) rotateY(-.046124rad)!important}.tile-app.transform-top,.tile-large.transform-top,.tile-medium.transform-top,.tile-small.transform-top,.tile-wide.transform-top{-webkit-transform-origin:50% bottom;-ms-transform-origin:50% bottom;transform-origin:50% bottom;-webkit-transform:perspective(500px) rotateX(.138372rad)!important;transform:perspective(500px) rotateX(.138372rad)!important}.tile-app.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-small.transform-top.tile-small,.tile-wide.transform-top.tile-small{-webkit-transform:perspective(500px) rotateX(.276744rad)!important;transform:perspective(500px) rotateX(.276744rad)!important}.tile-app.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-small.transform-top.tile-wide,.tile-wide.transform-top.tile-wide{-webkit-transform:perspective(500px) rotateX(.069186rad)!important;transform:perspective(500px) rotateX(.069186rad)!important}.tile-app.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-small.transform-top.tile-large,.tile-wide.transform-top.tile-large{-webkit-transform:perspective(500px) rotateX(.046124rad)!important;transform:perspective(500px) rotateX(.046124rad)!important}.tile-app.transform-bottom,.tile-large.transform-bottom,.tile-medium.transform-bottom,.tile-small.transform-bottom,.tile-wide.transform-bottom{-webkit-transform-origin:50% top;-ms-transform-origin:50% top;transform-origin:50% top;-webkit-transform:perspective(500px) rotateX(-.138372rad)!important;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-app.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-small.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small{-webkit-transform:perspective(500px) rotateX(-.276744rad)!important;transform:perspective(500px) rotateX(-.276744rad)!important}.tile-app.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-small.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide{-webkit-transform:perspective(500px) rotateX(-.069186rad)!important;transform:perspective(500px) rotateX(-.069186rad)!important}.tile-app.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-small.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large{-webkit-transform:perspective(500px) rotateX(-.046124rad)!important;transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1/span 1}.tiles-grid .tile-medium.col-1{grid-column:1/span 2}.tiles-grid .tile-wide.col-1{grid-column:1/span 4}.tiles-grid .tile-large.col-1{grid-column:1/span 4}.tiles-grid .tile-small.row-1{grid-row:1/span 1}.tiles-grid .tile-medium.row-1{grid-row:1/span 2}.tiles-grid .tile-wide.row-1{grid-row:1/span 4}.tiles-grid .tile-large.row-1{grid-row:1/span 4}.tiles-grid .tile-small.col-2{grid-column:2/span 1}.tiles-grid .tile-medium.col-2{grid-column:2/span 2}.tiles-grid .tile-wide.col-2{grid-column:2/span 4}.tiles-grid .tile-large.col-2{grid-column:2/span 4}.tiles-grid .tile-small.row-2{grid-row:2/span 1}.tiles-grid .tile-medium.row-2{grid-row:2/span 2}.tiles-grid .tile-wide.row-2{grid-row:2/span 4}.tiles-grid .tile-large.row-2{grid-row:2/span 4}.tiles-grid .tile-small.col-3{grid-column:3/span 1}.tiles-grid .tile-medium.col-3{grid-column:3/span 2}.tiles-grid .tile-wide.col-3{grid-column:3/span 4}.tiles-grid .tile-large.col-3{grid-column:3/span 4}.tiles-grid .tile-small.row-3{grid-row:3/span 1}.tiles-grid .tile-medium.row-3{grid-row:3/span 2}.tiles-grid .tile-wide.row-3{grid-row:3/span 4}.tiles-grid .tile-large.row-3{grid-row:3/span 4}.tiles-grid .tile-small.col-4{grid-column:4/span 1}.tiles-grid .tile-medium.col-4{grid-column:4/span 2}.tiles-grid .tile-wide.col-4{grid-column:4/span 4}.tiles-grid .tile-large.col-4{grid-column:4/span 4}.tiles-grid .tile-small.row-4{grid-row:4/span 1}.tiles-grid .tile-medium.row-4{grid-row:4/span 2}.tiles-grid .tile-wide.row-4{grid-row:4/span 4}.tiles-grid .tile-large.row-4{grid-row:4/span 4}.tiles-grid .tile-small.col-5{grid-column:5/span 1}.tiles-grid .tile-medium.col-5{grid-column:5/span 2}.tiles-grid .tile-wide.col-5{grid-column:5/span 4}.tiles-grid .tile-large.col-5{grid-column:5/span 4}.tiles-grid .tile-small.row-5{grid-row:5/span 1}.tiles-grid .tile-medium.row-5{grid-row:5/span 2}.tiles-grid .tile-wide.row-5{grid-row:5/span 4}.tiles-grid .tile-large.row-5{grid-row:5/span 4}.tiles-grid .tile-small.col-6{grid-column:6/span 1}.tiles-grid .tile-medium.col-6{grid-column:6/span 2}.tiles-grid .tile-wide.col-6{grid-column:6/span 4}.tiles-grid .tile-large.col-6{grid-column:6/span 4}.tiles-grid .tile-small.row-6{grid-row:6/span 1}.tiles-grid .tile-medium.row-6{grid-row:6/span 2}.tiles-grid .tile-wide.row-6{grid-row:6/span 4}.tiles-grid .tile-large.row-6{grid-row:6/span 4}.tiles-grid .tile-small.col-7{grid-column:7/span 1}.tiles-grid .tile-medium.col-7{grid-column:7/span 2}.tiles-grid .tile-wide.col-7{grid-column:7/span 4}.tiles-grid .tile-large.col-7{grid-column:7/span 4}.tiles-grid .tile-small.row-7{grid-row:7/span 1}.tiles-grid .tile-medium.row-7{grid-row:7/span 2}.tiles-grid .tile-wide.row-7{grid-row:7/span 4}.tiles-grid .tile-large.row-7{grid-row:7/span 4}.tiles-grid .tile-small.col-8{grid-column:8/span 1}.tiles-grid .tile-medium.col-8{grid-column:8/span 2}.tiles-grid .tile-wide.col-8{grid-column:8/span 4}.tiles-grid .tile-large.col-8{grid-column:8/span 4}.tiles-grid .tile-small.row-8{grid-row:8/span 1}.tiles-grid .tile-medium.row-8{grid-row:8/span 2}.tiles-grid .tile-wide.row-8{grid-row:8/span 4}.tiles-grid .tile-large.row-8{grid-row:8/span 4}.tiles-grid .tile-small.col-9{grid-column:9/span 1}.tiles-grid .tile-medium.col-9{grid-column:9/span 2}.tiles-grid .tile-wide.col-9{grid-column:9/span 4}.tiles-grid .tile-large.col-9{grid-column:9/span 4}.tiles-grid .tile-small.row-9{grid-row:9/span 1}.tiles-grid .tile-medium.row-9{grid-row:9/span 2}.tiles-grid .tile-wide.row-9{grid-row:9/span 4}.tiles-grid .tile-large.row-9{grid-row:9/span 4}.tiles-grid .tile-small.col-10{grid-column:10/span 1}.tiles-grid .tile-medium.col-10{grid-column:10/span 2}.tiles-grid .tile-wide.col-10{grid-column:10/span 4}.tiles-grid .tile-large.col-10{grid-column:10/span 4}.tiles-grid .tile-small.row-10{grid-row:10/span 1}.tiles-grid .tile-medium.row-10{grid-row:10/span 2}.tiles-grid .tile-wide.row-10{grid-row:10/span 4}.tiles-grid .tile-large.row-10{grid-row:10/span 4}.tiles-grid .tile-small.col-11{grid-column:11/span 1}.tiles-grid .tile-medium.col-11{grid-column:11/span 2}.tiles-grid .tile-wide.col-11{grid-column:11/span 4}.tiles-grid .tile-large.col-11{grid-column:11/span 4}.tiles-grid .tile-small.row-11{grid-row:11/span 1}.tiles-grid .tile-medium.row-11{grid-row:11/span 2}.tiles-grid .tile-wide.row-11{grid-row:11/span 4}.tiles-grid .tile-large.row-11{grid-row:11/span 4}.tiles-grid .tile-small.col-12{grid-column:12/span 1}.tiles-grid .tile-medium.col-12{grid-column:12/span 2}.tiles-grid .tile-wide.col-12{grid-column:12/span 4}.tiles-grid .tile-large.col-12{grid-column:12/span 4}.tiles-grid .tile-small.row-12{grid-row:12/span 1}.tiles-grid .tile-medium.row-12{grid-row:12/span 2}.tiles-grid .tile-wide.row-12{grid-row:12/span 4}.tiles-grid .tile-large.row-12{grid-row:12/span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width:0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width:576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width:768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width:992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width:1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width:1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group::before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{left:0;top:0;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.time-picker .time-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours::before,.time-picker.show-labels .minutes::before,.time-picker.show-labels .seconds::before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080}.toast.show-top{bottom:auto;top:20px}.tool-button{width:2rem;height:2rem;line-height:2rem;vertical-align:middle;display:inline-block;text-align:center;background-color:#ebebeb;color:#1d1d1d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:0;margin:0 2px;position:relative;font-size:14px}.tool-button .icon,.tool-button [class*=mif],.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:rgba(29,29,29,.1)}.tool-button:active{outline:0;-webkit-box-shadow:none;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;padding:0 0 0 .5725rem;top:2px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider::before{display:none}.toolbar::before{position:absolute;content:"";width:.325rem;height:100%;top:0;left:0;background-color:rgba(69,90,100,.2);cursor:move}.toolbar.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:.5725rem 0 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical::before{width:32px;height:.325rem}.toolbar.vertical .tool-button{margin:2px 0}.topbar{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:-webkit-sticky;position:sticky;top:0;background:#004d6f;color:#fff;z-index:1080}.topbar-brand,.topbar-element,.topbar-menu{display:block;white-space:nowrap;background:inherit;color:#fff;text-decoration:none!important;height:2.5rem;line-height:2.5rem;font-size:.875rem;margin-bottom:1rem}.topbar-brand{font-size:1.25rem;margin-top:1rem}.topbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;list-style:none}.topbar-menu li a{display:block;text-decoration:none;color:inherit;height:2.5rem;line-height:2.5rem;padding:0 .5rem;font-size:.875rem}.topbar-menu li a:active,.topbar-menu li a:hover{background:rgba(29,29,29,.1)}@media screen and (min-width:0){.topbar-expand-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-fs .topbar-brand,.topbar-expand-fs .topbar-element,.topbar-expand-fs .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:576px){.topbar-expand-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-sm .topbar-brand,.topbar-expand-sm .topbar-element,.topbar-expand-sm .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:768px){.topbar-expand-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-md .topbar-brand,.topbar-expand-md .topbar-element,.topbar-expand-md .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:992px){.topbar-expand-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-lg .topbar-brand,.topbar-expand-lg .topbar-element,.topbar-expand-lg .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1200px){.topbar-expand-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xl .topbar-brand,.topbar-expand-xl .topbar-element,.topbar-expand-xl .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1452px){.topbar-expand-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xxl .topbar-brand,.topbar-expand-xxl .topbar-element,.topbar-expand-xxl .topbar-menu{margin-bottom:0;margin-top:0}}.treeview{margin:0;padding:0 0 0 24px;font-size:.8125rem;list-style:none inside;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li{display:block;position:relative;padding:2px 0;cursor:pointer;line-height:1.25rem}.treeview li .icon{position:absolute;width:16px;height:16px;font-size:16px;left:0;top:2px;line-height:16px}.treeview li .icon img{max-width:100%;height:100%}.treeview li .caption{position:relative}.treeview li .icon~.caption{margin-left:20px}.treeview li .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.treeview li .node-toggle{position:absolute;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:24px;height:24px}.treeview li .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.treeview li.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.treeview li.current>.caption{color:#000}.treeview ul{margin:0 0 0 1rem;padding:0;list-style:none inside;display:block;position:relative;font-weight:400}.treeview .select .d-menu{position:absolute;left:0;margin:0;width:auto}.treeview li .checkbox,.treeview li .checkbox .caption,.treeview li .checkbox .check{line-height:1}.treeview li .radio,.treeview li .radio .caption,.treeview li .radio .check{line-height:1}.treeview li .switch,.treeview li .switch .caption,.treeview li .switch .check{line-height:1}.treeview li .checkbox,.treeview li .radio,.treeview li .switch{height:24px}.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;-o-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wheel-picker:focus{outline:1px dotted red!important;min-width:1px;min-height:1px}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;-ms-flex-negative:0;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block::before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:rgba(27,161,226,.5);top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #dfdfdf;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.wheel-picker .action-block>:not(:last-child){border-right:1px solid #dfdfdf}.wheel-picker .select-wrapper{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.window{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;-ms-flex-negative:0;flex-shrink:0;display:block;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.window-caption .btn-custom:active,.window-caption .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom,.window-caption .buttons .btn-max,.window-caption .buttons .btn-min{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem 0;outline:0;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:rgba(255,255,255,.1)}.window-caption .buttons .sys-button:hover::before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:rgba(255,255,255,.3);color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover::before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close::before{border-color:#777;content:'\D7';position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-max::before,.window-caption .buttons .btn-min::before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:' ';bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max::before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;-ms-flex-negative:0;flex-shrink:0}.window-caption .buttons .btn-custom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.window-caption .buttons .btn-min{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.window-caption .buttons .btn-max{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.window-caption .buttons .btn-close{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1ba1e2;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max::before{border:1px #fff solid;z-index:2}.window.maximized .btn-max::after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:' ';bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid #dfdfdf;counter-reset:wizard-step;position:relative}.wizard>.section,.wizard>section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section::before,.wizard>section::before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>.section .page-content,.wizard>section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>.section.current,.wizard>section.current{width:100%;border:0!important}.wizard>.section.current .page-content,.wizard>section.current .page-content{display:block}.wizard>.section.current::before,.wizard>section.current::before{display:block;left:0;color:#fff;background-color:#1ba1e2}.wizard>.section.complete,.wizard>.section.current,.wizard>section.complete,.wizard>section.current{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section.complete,.wizard>section.complete{cursor:pointer}.wizard .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#000}.wizard>section:nth-child(1){border-color:#1ba1e2}.wizard>section:nth-child(2){border-color:#1891cb}.wizard>section:nth-child(3){border-color:#1681b4}.wizard>section:nth-child(4){border-color:#13709e}.wizard>section:nth-child(5){border-color:#106087}.wizard>section:nth-child(6){border-color:#0d5070}.wizard>section:nth-child(7){border-color:#0b4059}.wizard>section:nth-child(8){border-color:#082f43}.wizard>section:nth-child(9){border-color:#051f2c}.wizard>section:nth-child(10){border-color:#000}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width:0){.wizard.wizard-wide-fs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section::before{display:block}}@media screen and (min-width:576px){.wizard.wizard-wide-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section::before{display:block}}@media screen and (min-width:768px){.wizard.wizard-wide-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section::before{display:block}}@media screen and (min-width:992px){.wizard.wizard-wide-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section::before{display:block}}@media screen and (min-width:1200px){.wizard.wizard-wide-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section::before{display:block}}@media screen and (min-width:1452px){.wizard.wizard-wide-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section::before{display:block}} \ No newline at end of file +.container,.container-fluid,.container2,aside,footer,header,section{display:block;position:relative;margin:0 auto}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container,.container2{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width:576px){.container{max-width:540px}.container2{max-width:90%}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container,.container2{max-width:960px}}@media (min-width:1200px){.container,.container2{max-width:1140px}}@media (min-width:1452px){.container,.container2{max-width:1360px}}.container-fs{max-width:0!important}.container-sm{max-width:576px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:.5rem 1rem;background-color:#f8f8f8;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:32px}.accordion.marker-on .heading::before{line-height:1;display:block;content:"\203A";position:absolute;left:0;top:0;font-size:32px;width:40px;height:40px;text-align:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading::before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.material .heading::before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:#fff}.accordion.material>.frame>.heading::after{display:block;content:"\203A";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px #dfdfdf solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-size:.875rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.action-button:active{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.multi-action{display:inline-block;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);margin:0;background:#989898;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);line-height:40px;font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.multi-action .action-button.active~.actions li{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.multi-action .action-button.active.rotate .icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation:orbit 4s infinite;animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:'';width:4px;height:4px;border-radius:4px;background:#fff}.activity-ring>.wrap:nth-child(2){-webkit-transform:rotate(-14deg);-ms-transform:rotate(-14deg);transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{-webkit-animation-delay:.133s;animation-delay:.133s}.activity-ring>.wrap:nth-child(3){-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{-webkit-animation-delay:.266s;animation-delay:.266s}.activity-ring>.wrap:nth-child(4){-webkit-transform:rotate(-42deg);-ms-transform:rotate(-42deg);transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{-webkit-animation-delay:.4s;animation-delay:.4s}.activity-ring>.wrap:nth-child(5){-webkit-transform:rotate(-56deg);-ms-transform:rotate(-56deg);transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{-webkit-animation-delay:.533s;animation-delay:.533s}.activity-ring.dark-style>.wrap>.circle:after{background-color:#989898}.activity-ring.color-style>.wrap>.circle:after{background-color:#1ba1e2}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:#fff;opacity:0;margin-left:5px;-webkit-animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){-webkit-animation-delay:.8s;animation-delay:.8s}.activity-metro>.circle:nth-child(3){-webkit-animation-delay:.7s;animation-delay:.7s}.activity-metro>.circle:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.activity-metro>.circle:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.activity-metro.dark-style>.circle{background-color:#989898}.activity-metro.color-style>.circle{background-color:#1ba1e2}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-animation:ani-shrink 1s linear infinite;animation:ani-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:#fff}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;-webkit-animation:ani-drop 1s linear infinite;animation:ani-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;-webkit-animation:ani-drop2 1s linear infinite;animation:ani-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;-webkit-animation:ani-drop3 1s linear infinite;animation:ani-drop3 1s linear infinite}.activity-square.dark-style>.square{background-color:#989898}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1ba1e2}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;-webkit-animation:ani-pre-spin 1s linear infinite;animation:ani-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle::after,.activity-cycle .cycle::before{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#fff}.activity-cycle .cycle:before{top:5px;left:5px;right:5px;bottom:5px;-webkit-animation:ani-pre-spin 2s linear infinite;animation:ani-pre-spin 2s linear infinite}.activity-cycle .cycle:after{top:15px;left:15px;right:15px;bottom:15px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.activity-cycle.dark-style .cycle{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:before{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:after{border-top-color:#1d1d1d}.activity-cycle.color-style .cycle{border-top-color:#1ba1e2}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#fff}.activity-simple.dark-style .path{stroke:#1d1d1d}.activity-simple.color-style .path{-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}.app-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:1030;background-color:#f8f8f8;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-bar .app-bar-container{background-color:inherit;color:inherit}.app-bar .app-bar-button,.app-bar .app-bar-container,.app-bar .app-bar-item,.app-bar .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:52px;line-height:52px;padding:0 16px;background-color:inherit;color:inherit;text-decoration:none;font-size:14px;-ms-flex-negative:0;flex-shrink:0;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-bar .app-bar-button:focus,.app-bar .app-bar-container:focus,.app-bar .app-bar-item:focus,.app-bar .brand:focus{outline:0}.app-bar .app-bar-container{padding:0}.app-bar .app-bar-item{white-space:nowrap}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{-ms-flex-negative:0;flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li,.app-bar .app-bar-menu>li>a{display:block;line-height:52px;background-color:inherit;color:inherit;-ms-flex-negative:0;flex-shrink:0}.app-bar .app-bar-menu>li>a{padding:0 16px;text-decoration:none;font-size:14px;position:relative}.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item:not(.no-hover) .active,.app-bar .app-bar-item:not(.no-hover):active,.app-bar .app-bar-item:not(.no-hover):hover,.app-bar .app-bar-menu li:not(.no-hover) .active,.app-bar .app-bar-menu li:not(.no-hover):active,.app-bar .app-bar-menu li:not(.no-hover):hover,.app-bar .brand:not(.no-hover) .active,.app-bar .brand:not(.no-hover):active,.app-bar .brand:not(.no-hover):hover,.app-bar .hamburger:not(.no-hover) .active,.app-bar .hamburger:not(.no-hover):active,.app-bar .hamburger:not(.no-hover):hover{background:rgba(29,29,29,.1)}.app-bar .hamburger{position:absolute;right:0;top:0;display:block;height:52px;width:52px}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu .d-menu,.app-bar .app-bar-menu .v-menu{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;background-color:#f8f8f8}.app-bar .app-bar-container .divider,.app-bar .app-bar-menu .divider{height:1px!important;line-height:1px!important;background-color:#e4e4e4}.app-bar .app-bar-container .d-menu{background-color:#f8f8f8;position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar .app-bar-container .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar .app-bar-container>.d-menu,.app-bar .app-bar-container>.v-menu{top:100%}.app-bar .app-bar-container a{color:inherit;text-decoration:none}.app-bar a{outline:0!important}.app-bar .app-bar-menu .d-menu .d-menu,.app-bar .app-bar-menu .d-menu .v-menu,.app-bar .app-bar-menu .v-menu .d-menu,.app-bar .app-bar-menu .v-menu .v-menu{left:0}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar .hamburger:not(.hidden)~.ml-auto{margin-right:48px}.app-bar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.app-bar-expand .app-bar-container,.app-bar-expand .app-bar-item,.app-bar-expand .brand{width:auto;-ms-flex-negative:1;flex-shrink:1}.app-bar-expand .app-bar-menu{float:left}.app-bar-expand .app-bar-menu{width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-bar-expand .app-bar-menu .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar-expand .app-bar-menu .d-menu a,.app-bar-expand .app-bar-menu .d-menu li{height:38px;line-height:38px}.app-bar-expand .app-bar-menu .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar-expand .app-bar-menu.collapsed{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.app-bar-expand .app-bar-menu .d-menu .d-menu,.app-bar-expand .app-bar-menu .d-menu .v-menu,.app-bar-expand .app-bar-menu .v-menu .d-menu,.app-bar-expand .app-bar-menu .v-menu .v-menu{left:100%}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.badge{position:absolute;z-index:1;top:0;right:0;background-color:#f8f8f8;color:#1d1d1d;border-radius:.25rem;display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.app-bar-item .badge,.app-bar-menu>li>a .badge,.brand .badge,.d-menu>li>a .badge,.h-menu>li>a .badge,.t-menu>li>a .badge,.v-menu>li>a .badge{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inside{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.bottom-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;-webkit-box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);z-index:1030}.bottom-nav .button{width:auto;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:rgba(0,0,0,.87)}.bottom-sheet>.item,.bottom-sheet>li{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>.item .icon,.bottom-sheet>li .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>.item.active,.bottom-sheet>.item.hovered,.bottom-sheet>.item:hover,.bottom-sheet>li.active,.bottom-sheet>li.hovered,.bottom-sheet>li:hover{background-color:rgba(29,29,29,.1)}.bottom-sheet>.divider{height:1px;background-color:#dfdfdf}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>.item,.bottom-sheet.grid-style>li{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>.item .icon,.bottom-sheet.grid-style>li .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}.breadcrumbs{margin-bottom:1rem;margin-left:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#6a6a6a}.breadcrumbs .breadcrumb-item,.breadcrumbs .page-item{position:relative;cursor:pointer;display:list-item;background-color:inherit;color:inherit;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin:4px}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::after,.breadcrumbs .page-item+.page-item::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:1px;width:.375rem;background-color:#1d1d1d;top:50%;left:0;margin-left:-.5rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-.125rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .page-item+.page-item::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:.125rem}.breadcrumbs .breadcrumb-item a,.breadcrumbs .page-item a,.breadcrumbs .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs .breadcrumb-item a:hover,.breadcrumbs .page-item a:hover,.breadcrumbs .page-link:hover{color:#1d1d1d}.breadcrumbs .breadcrumb-item:last-child,.breadcrumbs .page-item:last-child{font-weight:700}.button,.flat-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}.button .icon+.caption,.flat-button .icon+.caption{margin-left:8px}.button .caption+.icon,.flat-button .caption+.icon{margin-left:8px}.flat-button{min-width:64px;background-color:transparent}.button.focus,.button:active,.button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.button:hover{background-color:rgba(29,29,29,.1)}.button.link{background-color:transparent;color:#0366d6}.button.link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}.button.link.focus,.button.link:focus{-webkit-box-shadow:none;box-shadow:none}.button.hovered:hover{background-color:rgba(29,29,29,.2)}.button img{height:1rem}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.cycle,.button.square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}.button.cycle.mini,.button.square.mini{width:1.39875rem;height:1.39875rem}.button.cycle.small,.button.square.small{width:1.724375rem;height:1.724375rem}.button.cycle.large,.button.square.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.cycle.dropdown-toggle::before,.button.square.dropdown-toggle::before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button:focus,.button:hover{text-decoration:none}.button:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.button.disabled,.button:disabled{opacity:.65}.button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.button:active{-webkit-box-shadow:none;box-shadow:none}a.button,a.flat-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#1d1d1d;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}a.button:hover,a.flat-button:hover{-webkit-box-shadow:none;box-shadow:none}a.button.focus,a.button:active,a.button:focus,a.flat-button.focus,a.flat-button:active,a.flat-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button],input[type=reset],input[type=submit]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}input[type=button] .icon+.caption,input[type=reset] .icon+.caption,input[type=submit] .icon+.caption{margin-left:8px}input[type=button] .caption+.icon,input[type=reset] .caption+.icon,input[type=submit] .caption+.icon{margin-left:8px}input[type=button].focus,input[type=button]:active,input[type=button]:focus,input[type=reset].focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit].focus,input[type=submit]:active,input[type=submit]:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:rgba(29,29,29,.1)}input[type=button].link,input[type=reset].link,input[type=submit].link{background-color:transparent;color:#0366d6}input[type=button].link:hover,input[type=reset].link:hover,input[type=submit].link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}input[type=button].link.focus,input[type=button].link:focus,input[type=reset].link.focus,input[type=reset].link:focus,input[type=submit].link.focus,input[type=submit].link:focus{-webkit-box-shadow:none;box-shadow:none}input[type=button].hovered:hover,input[type=reset].hovered:hover,input[type=submit].hovered:hover{background-color:rgba(29,29,29,.2)}input[type=button] img,input[type=reset] img,input[type=submit] img{height:1rem}input[type=button].mini,input[type=reset].mini,input[type=submit].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=reset].mini img,input[type=submit].mini img{height:.625rem}input[type=button].small,input[type=reset].small,input[type=submit].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=reset].small img,input[type=submit].small img{height:.75rem}input[type=button].large,input[type=reset].large,input[type=submit].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=reset].large img,input[type=submit].large img{height:1.375rem}input[type=button].cycle,input[type=button].square,input[type=reset].cycle,input[type=reset].square,input[type=submit].cycle,input[type=submit].square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}input[type=button].cycle.mini,input[type=button].square.mini,input[type=reset].cycle.mini,input[type=reset].square.mini,input[type=submit].cycle.mini,input[type=submit].square.mini{width:1.39875rem;height:1.39875rem}input[type=button].cycle.small,input[type=button].square.small,input[type=reset].cycle.small,input[type=reset].square.small,input[type=submit].cycle.small,input[type=submit].square.small{width:1.724375rem;height:1.724375rem}input[type=button].cycle.large,input[type=button].square.large,input[type=reset].cycle.large,input[type=reset].square.large,input[type=submit].cycle.large,input[type=submit].square.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=reset].cycle,input[type=submit].cycle{border-radius:50%}input[type=button].cycle.dropdown-toggle::before,input[type=button].square.dropdown-toggle::before,input[type=reset].cycle.dropdown-toggle::before,input[type=reset].square.dropdown-toggle::before,input[type=submit].cycle.dropdown-toggle::before,input[type=submit].square.dropdown-toggle::before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{text-decoration:none}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.65}input[type=button].outline,input[type=reset].outline,input[type=submit].outline{background:transparent none;border-width:1px;border-color:#dfdfdf}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{-webkit-box-shadow:none;box-shadow:none}.button-group .active{background-color:#989898;color:#fff}.calendar{display:block;position:relative;width:280px;border:1px solid #dfdfdf;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.calendar-content,.calendar-footer,.calendar-header{position:relative;display:block;background-color:#fff;color:#1d1d1d}.calendar-header{padding:1rem;background-color:#004d6f;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.calendar-content .calendar-toolbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .days,.calendar-content .week-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;font-size:.75rem}.calendar-content .days{border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.calendar-content .days-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-content .day,.calendar-content .week-number{width:calc(100%/7);text-align:center;cursor:pointer;font-size:.85rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;height:36px;line-height:36px}.calendar-content .day.and-week-number{width:calc(100% / 8)}.calendar-content .day.selected{-webkit-box-shadow:inset 0 0 0 1px #5ebdec!important;box-shadow:inset 0 0 0 1px #5ebdec!important}.calendar-content .day.selected::after{border-top:20px solid #5ebdec;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected::before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .week-days .day{font-weight:700}.calendar-content .week-number{width:calc(100% / 8);background-color:#fff;font-weight:700;font-size:12px;border-right:1px solid #dfdfdf}.calendar-content .outside{color:#bebebe;font-size:.75rem}.calendar-content .today{background-color:rgba(27,161,226,.5);color:#fff;font-weight:700}.calendar-content .excluded{background-color:#f8f8f8}.calendar.day-border .days-row:not(:nth-child(1)){border-top:1px solid #dfdfdf}.calendar.day-border .days-row .day:not(:nth-child(1)),.calendar.day-border .week-days .day:not(:nth-child(1)){border-left:1px solid #dfdfdf}.calendar.day-border .days-row .week-number,.calendar.day-border .week-days .week-number{border-right:none}.calendar-months,.calendar-years{height:100%;display:block;position:absolute;top:0;background-color:#f8f8f8;color:#1d1d1d;float:left;width:120px;overflow:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:500}.calendar-months>.months-list,.calendar-years>.years-list{height:100%;overflow-x:hidden;overflow-y:auto!important}.calendar-months>.months-list li.active,.calendar-years>.years-list li.active{background-color:#1ba1e2;color:#fff}.calendar-months{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:160px}.calendar-months.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:5px 0 7px -6px rgba(0,0,0,.75);box-shadow:5px 0 7px -6px rgba(0,0,0,.75)}.calendar-months .months-list{list-style:none inside;padding:0;margin:10px 0}.calendar-months .months-list li{padding:4px 16px;cursor:pointer}.calendar-months .months-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-years{left:100%}.calendar-years.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:-5px 0 7px -6px rgba(0,0,0,.75);box-shadow:-5px 0 7px -6px rgba(0,0,0,.75)}.calendar-years .years-list{list-style:none inside;padding:0;margin:10px 0;text-align:center}.calendar-years .years-list li{padding:4px 16px;cursor:pointer}.calendar-years .years-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-footer{padding:.5rem;border-top:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:240px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar.compact .day+.day{margin-left:1px}.calendar.compact .months-list,.calendar.compact .years-list{font-size:.85rem}.calendar-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:560px}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-footer,.calendar-wide .calendar-header{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:none;border-left:1px solid #dfdfdf;width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid #dfdfdf;background-color:#fff}.card-header{border-bottom:1px #eee solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:#bebebe}.card-content{display:block}.card-footer{border-top:1px #eee solid;padding:1rem;border-radius:0 0 2px 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid #fff}*+.card{margin-top:1rem}.card.flex-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card.flex-card .card-footer,.card.flex-card .card-header{height:57px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:#fff}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat}.carousel.fixed-size .slide{overflow:hidden}.carousel .carousel-bullets,.carousel [class*=carousel-switch]{position:absolute;display:block;z-index:501;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{width:auto;line-height:4rem;height:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-size:4rem;font-weight:300;color:#bebebe;cursor:pointer;vertical-align:middle;padding:0}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:#e4e4e4}.carousel .carousel-switch-next img,.carousel .carousel-switch-prev img{max-width:64px;max-height:64px}.carousel .carousel-switch-next [class*=mif-],.carousel .carousel-switch-prev [class*=mif-]{display:block}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:#ababab;border-radius:50%;cursor:pointer;border:1px #fff solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:#5ebdec}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem 4rem}.carousel.controls-outside .carousel-bullets{bottom:0}.carousel.with-thumbnails .thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:100%;left:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.carousel.with-thumbnails .thumb{display:block;position:relative!important;top:auto!important;left:auto!important;margin:.5rem;cursor:pointer;overflow:hidden;background-color:#f8f8f8}.carousel.with-thumbnails .thumb.thumb-on{border:4px solid #1ba1e2}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.charm-notify,.charm-tile{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .content,.charm-notify .secondary,.charm-notify .title{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}.chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;border:1px solid #dfdfdf;background-color:#fff}.chat .message-input,.chat .messages,.chat .title{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid #dfdfdf}.chat .messages{padding:8px;border-bottom:1px solid #dfdfdf;height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.chat .message .message-sender{width:50%;font-weight:600;font-size:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-time{width:50%;font-size:12px;text-align:right;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:.5}.chat .message .message-item{width:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:8px 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-item .message-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e4e4e4;margin-left:8px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:1.2;padding:5px 10px;width:100%;background-color:#e4e4e4}.chat .message .message-item .message-text::before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:#e4e4e4;content:' ';height:0;width:0;pointer-events:none}.chat .message.right .message-time{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.chat .message.right .message-sender{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right}.chat .message.right .message-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chat .message.right .message-text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text::before{right:auto;left:100%;border-right-color:transparent;border-left-color:#e4e4e4}.chat .message-input{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message .message-item .message-text.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.chat .message .message-item .message-text.primary::before{border-right-color:#0366d6}.chat .message .message-item .message-text.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.chat .message .message-item .message-text.secondary::before{border-right-color:#607d8b}.chat .message .message-item .message-text.success{border-color:#60a917;background-color:#60a917;color:#fff}.chat .message .message-item .message-text.success::before{border-right-color:#60a917}.chat .message .message-item .message-text.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.chat .message .message-item .message-text.alert::before{border-right-color:#ce352c}.chat .message .message-item .message-text.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.chat .message .message-item .message-text.warning::before{border-right-color:#ff9447}.chat .message .message-item .message-text.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.chat .message .message-item .message-text.yellow::before{border-right-color:#ffe484}.chat .message .message-item .message-text.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.chat .message .message-item .message-text.info::before{border-right-color:#5ebdec}.chat .message .message-item .message-text.dark{border-color:#505050;background-color:#505050;color:#fff}.chat .message .message-item .message-text.dark::before{border-right-color:#505050}.chat .message .message-item .message-text.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.chat .message .message-item .message-text.light::before{border-right-color:#f8f8f8}.chat .message .message-item .message-text.brand1{border-color:#2ac4f4;background-color:#2ac4f4;color:#fff}.chat .message .message-item .message-text.brand1::before{border-right-color:#2ac4f4}.chat .message .message-item .message-text.brand2{border-color:#004d6f;background-color:#004d6f;color:#fff}.chat .message .message-item .message-text.brand2::before{border-right-color:#004d6f}.chat .message .message-item .message-text.light,.chat .message .message-item .message-text.yellow{color:#1d1d1d}.chat .message.right .message-item .message-text.primary::before{border-right-color:transparent;border-left-color:#0366d6}.chat .message.right .message-item .message-text.secondary::before{border-right-color:transparent;border-left-color:#607d8b}.chat .message.right .message-item .message-text.success::before{border-right-color:transparent;border-left-color:#60a917}.chat .message.right .message-item .message-text.alert::before{border-right-color:transparent;border-left-color:#ce352c}.chat .message.right .message-item .message-text.warning::before{border-right-color:transparent;border-left-color:#ff9447}.chat .message.right .message-item .message-text.yellow::before{border-right-color:transparent;border-left-color:#ffe484}.chat .message.right .message-item .message-text.info::before{border-right-color:transparent;border-left-color:#5ebdec}.chat .message.right .message-item .message-text.dark::before{border-right-color:transparent;border-left-color:#505050}.chat .message.right .message-item .message-text.light::before{border-right-color:transparent;border-left-color:#f8f8f8}.chat .message.right .message-item .message-text.brand1::before{border-right-color:transparent;border-left-color:#2ac4f4}.chat .message.right .message-item .message-text.brand2::before{border-right-color:transparent;border-left-color:#004d6f}.checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .caption,.checkbox .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px #d9d9d9 solid;width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.checkbox .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:#fff;left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[type=checkbox]:checked~.check::before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.checkbox input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[data-indeterminate=true]~.check::before{display:block!important;width:6px;height:6px;background-color:#fff;border:2px solid #fff;left:50%;top:50%;margin-left:-3px;margin-top:-3px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.checkbox .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkbox .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkbox.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.checkbox.invalid,.checkbox.required,.checkbox.valid{border:none!important}.checkbox.invalid::after{display:none}.checkbox:active input[type=checkbox]:not(:disabled)~.check::after,.checkbox:focus input[type=checkbox]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.style2 input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 .check{border-color:#989898}.checkbox.style2 .check::before{border-color:#1d1d1d}.checkbox.style2 input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.checkbox.style2 input[type=checkbox]:disabled~.check::before{border-color:#e9e9e9}.checkbox.style2 input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 input[data-indeterminate=true]~.check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.checkbox.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:rgba(29,29,29,.1)}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.command-button,.image-button{padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.5rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.command-button:hover,.image-button:hover{background-color:rgba(29,29,29,.1)}.command-button.focus,.command-button:active,.command-button:focus,.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.command-button.focus,.command-button:focus,.command-button:hover,.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.command-button:active,.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.command-button.disabled,.command-button:disabled,.image-button.disabled,.image-button:disabled{opacity:.65}.countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem .5rem .5em;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part::before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:-o-radial-gradient(at left,#dfdfdf,transparent);background:radial-gradient(at left,#dfdfdf,transparent)}.countdown .part.d-none+.part::before{display:none}.countdown .part.no-divider::before{display:none}.countdown .part.days::after,.countdown .part.hours::after,.countdown .part.minutes::after,.countdown .part.seconds::after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.countdown .hours{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.countdown .minutes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.countdown .seconds{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;-webkit-transform:rotateY(30deg);transform:rotateY(30deg)}.cube .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{-webkit-transform:skewY(23deg) rotateX(10deg);transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;-webkit-transform:skewY(-23deg) rotateY(10deg);transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;-webkit-transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg);-ms-transform:rotate(45deg) rotate(0) skew(-22deg,-22deg);transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;-webkit-box-shadow:0 0 5px rgba(118,118,118,.8);box-shadow:0 0 5px rgba(118,118,118,.8);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{-webkit-animation:pulsar-cell 2.5s 0s ease-out infinite;animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@-webkit-keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}@keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0}.cube .axis::after,.cube .axis::before{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow::after,.cube .axis.arrow::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.arrow::before{-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.cube .axis.arrow::after{-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg);right:-1px}.cube .axis.line::after,.cube .axis.line::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.line::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.cube .axis.line::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y::before{-webkit-transform:rotate(113deg);-ms-transform:rotate(113deg);transform:rotate(113deg)}.cube .axis.line.axis-y::after{-webkit-transform:rotate(-67deg);-ms-transform:rotate(-67deg);transform:rotate(-67deg)}.cube .axis.line.axis-x::before{-webkit-transform:rotate(67deg);-ms-transform:rotate(67deg);transform:rotate(67deg)}.cube .axis.line.axis-x::after{-webkit-transform:rotate(-113deg);-ms-transform:rotate(-113deg);transform:rotate(-113deg)}.cube .axis.no-style::after,.cube .axis.no-style::before{display:none}.cube .axis.axis-x{-webkit-transform:rotate(203deg);-ms-transform:rotate(203deg);transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.d-menu,.v-menu{position:absolute;display:none;float:left;width:auto;margin:0;padding:0;list-style:none inside none;background-color:#fff;color:#1d1d1d}.d-menu.open,.v-menu.open{display:block!important}.d-menu.place-right,.v-menu.place-right{left:auto;right:0}.d-menu{z-index:1000}.d-menu a,.d-menu li,.v-menu a,.v-menu li{display:block;float:none;position:relative;cursor:pointer;color:inherit;background-color:inherit;height:auto}.d-menu li a,.v-menu li a{font-size:.875rem;padding:0 2rem 0 2.5rem;line-height:45px;height:45px;text-decoration:none;vertical-align:middle;white-space:nowrap;border:none}.d-menu li a .icon,.d-menu li a img,.v-menu li a .icon,.v-menu li a img{display:block;position:absolute;vertical-align:middle;text-align:center;text-decoration:none;font-size:1.2rem;left:.5rem;top:50%;margin-top:-.6rem;width:1.2rem;height:1.2rem;color:inherit}.d-menu li a .icon::before,.d-menu li a img::before,.v-menu li a .icon::before,.v-menu li a img::before{position:absolute;top:0;left:0;line-height:1.2rem}.d-menu li.active,.v-menu li.active{border-left:2px solid;border-color:#dfdfdf}.d-menu li.active>a,.v-menu li.active>a{background-color:#5ebdec;color:#fff;font-weight:700}.d-menu li:hover,.v-menu li:hover{text-decoration:none;background-color:rgba(29,29,29,.1)}.d-menu li:hover .icon,.d-menu li:hover>a,.v-menu li:hover .icon,.v-menu li:hover>a{color:inherit}.d-menu li a[data-hotkey],.v-menu li a[data-hotkey]{padding-right:4rem}.d-menu li a[data-hotkey]::after,.v-menu li a[data-hotkey]::after{content:attr(data-hotkey);position:absolute;right:1.2rem;width:auto;font-size:.8em}.d-menu li a.dropdown-toggle::before,.v-menu li a.dropdown-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.d-menu li a.dropdown-toggle.active-toggle::before,.v-menu li a.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.d-menu .divider,.v-menu .divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#f2f2f2;cursor:default;pointer-events:none}.d-menu .divider:hover,.v-menu .divider:hover{background-color:#f2f2f2}.d-menu.disabled,.v-menu.disabled{cursor:default;pointer-events:none}.d-menu.disabled a,.v-menu.disabled a{color:#e4e4e4}.d-menu{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.d-menu.context li a{height:32px;line-height:32px;font-size:.75rem;padding:0 2rem 0 2.5rem}.d-menu.context li a .icon{width:.92rem;height:.92rem;font-size:.92rem}.v-menu{display:block;position:relative;width:100%;float:none}.v-menu.for-dropdown{width:auto;float:left;display:none}.v-menu .v-menu{display:none;min-width:0;position:relative;width:100%;left:0;right:0;top:100%;-webkit-box-shadow:none;box-shadow:none;float:none}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu.dropdown{position:absolute;float:left;width:auto;top:100%;border:1px solid #dfdfdf}.d-menu .d-menu{left:100%;top:-.5rem}@media screen and (min-width:0){.d-menu.place-right-fs,.v-menu.place-right-fs{left:auto;right:0}}@media screen and (min-width:576px){.d-menu.place-right-sm,.v-menu.place-right-sm{left:auto;right:0}}@media screen and (min-width:768px){.d-menu.place-right-md,.v-menu.place-right-md{left:auto;right:0}}@media screen and (min-width:992px){.d-menu.place-right-lg,.v-menu.place-right-lg{left:auto;right:0}}@media screen and (min-width:1200px){.d-menu.place-right-xl,.v-menu.place-right-xl{left:auto;right:0}}@media screen and (min-width:1452px){.d-menu.place-right-xxl,.v-menu.place-right-xxl{left:auto;right:0}}.sorting,.sorting_asc,.sorting_desc{position:relative;cursor:pointer}.sorting:after,.sorting_asc:after,.sorting_desc:after{position:absolute;content:"";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.5rem;font-size:1rem;line-height:1;color:#1d1d1d}.sorting_asc{background-color:#ebebeb}.sorting_asc:after{content:"\2191"}.sorting_desc{background-color:#ebebeb}.sorting_desc:after{content:"\2193"}.dataTables_length label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_length label select{margin:0 10px;width:100px}.dataTables_filter label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_filter label input{width:200px;margin-left:10px}.dataTables_paginate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dataTables_paginate .next,.dataTables_paginate .previous,.dataTables_paginate span a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem}.dataTables_paginate .next:hover,.dataTables_paginate .previous:hover,.dataTables_paginate span a:hover{background-color:rgba(29,29,29,.1)}.dataTables_paginate span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.dataTables_paginate .current{background-color:#e4e4e4}.dataTables_wrapper{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.dataTables_filter,.dataTables_length{-webkit-box-flex:1;-ms-flex:1;flex:1}.dataTable,.dataTables_info,.dataTables_paginate{width:100%}.dataTables_info{line-height:42px;text-align:center}@media all and (min-width:576px){.dataTables_filter label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_length label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width:992px){.dataTables_info,.dataTables_paginate{width:auto}.dataTables_info{text-align:left}.dataTables_paginate{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.date-picker .date-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.date-picker .day,.date-picker .month,.date-picker .year{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.date-picker .sel-month{-webkit-box-flex:2!important;-ms-flex-positive:2!important;flex-grow:2!important}.dialog{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:#fff;color:#1d1d1d;z-index:1050;border:1px solid #dfdfdf}.dialog.shadow-on{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.dialog-actions,.dialog-content,.dialog-title{display:block}.dialog-title{font-size:1.325rem;padding:12px 24px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-bottom:1px solid #dfdfdf}.dialog-content{padding:12px 24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.dialog-actions{border-top:1px solid #e9e9e9;padding:8px 16px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.dialog .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #ce352c}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #5ebdec}.dialog.info .dialog-title{background-color:#5ebdec;border-bottom-color:#5ebdec;color:#fff}.dialog.info .dialog-actions{border-top-color:#5ebdec}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.brand1{border:1px solid #2ac4f4}.dialog.brand1 .dialog-title{background-color:#2ac4f4;border-bottom-color:#2ac4f4;color:#fff}.dialog.brand1 .dialog-actions{border-top-color:#2ac4f4}.dialog.brand2{border:1px solid #004d6f}.dialog.brand2 .dialog-title{background-color:#004d6f;border-bottom-color:#004d6f;color:#fff}.dialog.brand2 .dialog-actions{border-top-color:#004d6f}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #fff}.drag-item-marker::after,.drag-item-marker::before{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker::before{top:4px}.drag-item-marker::after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark::after,.drag-marker-dark::before{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;-webkit-box-shadow:inset -1px 0 10px -4px #0366d6;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{-webkit-animation:drag-flush 1s ease infinite;animation:drag-flush 1s ease infinite}@-webkit-keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}@keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light::before,.dropdown-toggle.marker-light::before{border-color:#fff}.dropdown-toggle.no-marker::before{display:none}.dropdown-toggle.active-container::before,.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.dropdown-toggle.marker-center::before{left:50%;top:50%;margin-left:0;margin-top:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-container::before,.dropdown-toggle.marker-center.active-toggle::before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.expand-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:0}.expand-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0 0 0;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after,.expand-button span:before{content:'';position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after{top:.5rem}.expand-button.transform span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:#1d1d1d}.expand-button.transform span:after,.expand-button.transform span:before{content:'';top:-5px;right:0;width:.75rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.expand-button.transform span:after{top:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.expand-button.light span{background-color:#fff}.expand-button.light span:after,.expand-button.light span:before{background-color:#fff}.drop-zone input,.file input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.file .button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto;height:34px}.drop-zone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inline-form .file,.inline-form .input,.inline-form .select,.inline-form .spinner,.inline-form .tag-input,.inline-form .textarea,.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=password],.inline-form input[type=search],.inline-form input[type=tel],.inline-form input[type=text],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form-group.disabled,.form-group:disabled,fieldset.disabled,fieldset:disabled,form.disabled,form:disabled{pointer-events:none}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}.cell,.col{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%;padding:6px}[class*=cell-],[class*=col-]{position:relative;display:block;padding:6px;width:100%;min-height:1px}.cell-auto,.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.cell-1,.col-1,.colspan-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-1{margin-left:8.333335%}.cell-2,.col-2,.colspan-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-2{margin-left:16.66667%}.cell-3,.col-3,.colspan-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-3{margin-left:25.000005%}.cell-4,.col-4,.colspan-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-4{margin-left:33.33334%}.cell-5,.col-5,.colspan-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-5{margin-left:41.666675%}.cell-6,.col-6,.colspan-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-6{margin-left:50.00001%}.cell-7,.col-7,.colspan-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-7{margin-left:58.333345%}.cell-8,.col-8,.colspan-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-8{margin-left:66.66668%}.cell-9,.col-9,.colspan-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-9{margin-left:75.000015%}.cell-10,.col-10,.colspan-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-10{margin-left:83.33335%}.cell-11,.col-11,.colspan-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-11{margin-left:91.666685%}.cell-12,.col-12,.colspan-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-12{margin-left:100.00002%}.stub{-webkit-box-flex:0;-ms-flex:none;flex:none;display:block;padding:0 12px}.grid.no-gap .row{margin-left:0;margin-right:0}.grid.no-gap .row .cell,.grid.no-gap .row .col,.grid.no-gap .row .stub{padding:0}.grid.no-gap .row+.row{margin-top:0}.row.no-gap{margin-left:0;margin-right:0;margin-top:0}.row.no-gap .cell,.row.no-gap .col,.row.no-gap .stub,.row.no-gap [class*=cell-],.row.no-gap [class*=col-]{padding:0}@media screen and (min-width:0){.cell-fs-full,.col-fs-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-fs-half,.col-fs-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-fs-one-third,.col-fs-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-fs-two-third,.col-fs-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-fs-quarter,.col-fs-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-fs,.col-fs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-fs-auto,.col-fs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-fs-1,.col-fs-1,.colspan-fs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-fs-1{margin-left:8.333335%}.cell-fs-2,.col-fs-2,.colspan-fs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-fs-2{margin-left:16.66667%}.cell-fs-3,.col-fs-3,.colspan-fs-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-fs-3{margin-left:25.000005%}.cell-fs-4,.col-fs-4,.colspan-fs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-fs-4{margin-left:33.33334%}.cell-fs-5,.col-fs-5,.colspan-fs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-fs-5{margin-left:41.666675%}.cell-fs-6,.col-fs-6,.colspan-fs-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-fs-6{margin-left:50.00001%}.cell-fs-7,.col-fs-7,.colspan-fs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-fs-7{margin-left:58.333345%}.cell-fs-8,.col-fs-8,.colspan-fs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-fs-8{margin-left:66.66668%}.cell-fs-9,.col-fs-9,.colspan-fs-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-fs-9{margin-left:75.000015%}.cell-fs-10,.col-fs-10,.colspan-fs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-fs-10{margin-left:83.33335%}.cell-fs-11,.col-fs-11,.colspan-fs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-fs-11{margin-left:91.666685%}.cell-fs-12,.col-fs-12,.colspan-fs-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width:576px){.cell-sm-full,.col-sm-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-sm-half,.col-sm-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-sm-one-third,.col-sm-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-sm-two-third,.col-sm-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-sm-quarter,.col-sm-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-sm,.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-sm-auto,.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-sm-1,.col-sm-1,.colspan-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-sm-1{margin-left:8.333335%}.cell-sm-2,.col-sm-2,.colspan-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-sm-2{margin-left:16.66667%}.cell-sm-3,.col-sm-3,.colspan-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-sm-3{margin-left:25.000005%}.cell-sm-4,.col-sm-4,.colspan-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-sm-4{margin-left:33.33334%}.cell-sm-5,.col-sm-5,.colspan-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-sm-5{margin-left:41.666675%}.cell-sm-6,.col-sm-6,.colspan-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-sm-6{margin-left:50.00001%}.cell-sm-7,.col-sm-7,.colspan-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-sm-7{margin-left:58.333345%}.cell-sm-8,.col-sm-8,.colspan-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-sm-8{margin-left:66.66668%}.cell-sm-9,.col-sm-9,.colspan-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-sm-9{margin-left:75.000015%}.cell-sm-10,.col-sm-10,.colspan-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-sm-10{margin-left:83.33335%}.cell-sm-11,.col-sm-11,.colspan-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-sm-11{margin-left:91.666685%}.cell-sm-12,.col-sm-12,.colspan-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width:768px){.cell-md-full,.col-md-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-md-half,.col-md-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-md-one-third,.col-md-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-md-two-third,.col-md-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-md-quarter,.col-md-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-md,.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-md-auto,.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-md-1,.col-md-1,.colspan-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-md-1{margin-left:8.333335%}.cell-md-2,.col-md-2,.colspan-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-md-2{margin-left:16.66667%}.cell-md-3,.col-md-3,.colspan-md-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-md-3{margin-left:25.000005%}.cell-md-4,.col-md-4,.colspan-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-md-4{margin-left:33.33334%}.cell-md-5,.col-md-5,.colspan-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-md-5{margin-left:41.666675%}.cell-md-6,.col-md-6,.colspan-md-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-md-6{margin-left:50.00001%}.cell-md-7,.col-md-7,.colspan-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-md-7{margin-left:58.333345%}.cell-md-8,.col-md-8,.colspan-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-md-8{margin-left:66.66668%}.cell-md-9,.col-md-9,.colspan-md-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-md-9{margin-left:75.000015%}.cell-md-10,.col-md-10,.colspan-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-md-10{margin-left:83.33335%}.cell-md-11,.col-md-11,.colspan-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-md-11{margin-left:91.666685%}.cell-md-12,.col-md-12,.colspan-md-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-md-12{margin-left:100.00002%}}@media screen and (min-width:992px){.cell-lg-full,.col-lg-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-lg-half,.col-lg-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-lg-one-third,.col-lg-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-lg-two-third,.col-lg-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-lg-quarter,.col-lg-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-lg,.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-lg-auto,.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-lg-1,.col-lg-1,.colspan-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-lg-1{margin-left:8.333335%}.cell-lg-2,.col-lg-2,.colspan-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-lg-2{margin-left:16.66667%}.cell-lg-3,.col-lg-3,.colspan-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-lg-3{margin-left:25.000005%}.cell-lg-4,.col-lg-4,.colspan-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-lg-4{margin-left:33.33334%}.cell-lg-5,.col-lg-5,.colspan-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-lg-5{margin-left:41.666675%}.cell-lg-6,.col-lg-6,.colspan-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-lg-6{margin-left:50.00001%}.cell-lg-7,.col-lg-7,.colspan-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-lg-7{margin-left:58.333345%}.cell-lg-8,.col-lg-8,.colspan-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-lg-8{margin-left:66.66668%}.cell-lg-9,.col-lg-9,.colspan-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-lg-9{margin-left:75.000015%}.cell-lg-10,.col-lg-10,.colspan-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-lg-10{margin-left:83.33335%}.cell-lg-11,.col-lg-11,.colspan-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-lg-11{margin-left:91.666685%}.cell-lg-12,.col-lg-12,.colspan-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width:1200px){.cell-xl-full,.col-xl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xl-half,.col-xl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xl-one-third,.col-xl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xl-two-third,.col-xl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xl-quarter,.col-xl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xl,.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xl-auto,.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xl-1,.col-xl-1,.colspan-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xl-1{margin-left:8.333335%}.cell-xl-2,.col-xl-2,.colspan-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xl-2{margin-left:16.66667%}.cell-xl-3,.col-xl-3,.colspan-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xl-3{margin-left:25.000005%}.cell-xl-4,.col-xl-4,.colspan-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xl-4{margin-left:33.33334%}.cell-xl-5,.col-xl-5,.colspan-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xl-5{margin-left:41.666675%}.cell-xl-6,.col-xl-6,.colspan-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xl-6{margin-left:50.00001%}.cell-xl-7,.col-xl-7,.colspan-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xl-7{margin-left:58.333345%}.cell-xl-8,.col-xl-8,.colspan-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xl-8{margin-left:66.66668%}.cell-xl-9,.col-xl-9,.colspan-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xl-9{margin-left:75.000015%}.cell-xl-10,.col-xl-10,.colspan-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xl-10{margin-left:83.33335%}.cell-xl-11,.col-xl-11,.colspan-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xl-11{margin-left:91.666685%}.cell-xl-12,.col-xl-12,.colspan-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width:1452px){.cell-xxl-full,.col-xxl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xxl-half,.col-xxl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xxl-one-third,.col-xxl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xxl-two-third,.col-xxl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xxl-quarter,.col-xxl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xxl,.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xxl-auto,.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xxl-1,.col-xxl-1,.colspan-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xxl-1{margin-left:8.333335%}.cell-xxl-2,.col-xxl-2,.colspan-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xxl-2{margin-left:16.66667%}.cell-xxl-3,.col-xxl-3,.colspan-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xxl-3{margin-left:25.000005%}.cell-xxl-4,.col-xxl-4,.colspan-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xxl-4{margin-left:33.33334%}.cell-xxl-5,.col-xxl-5,.colspan-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xxl-5{margin-left:41.666675%}.cell-xxl-6,.col-xxl-6,.colspan-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xxl-6{margin-left:50.00001%}.cell-xxl-7,.col-xxl-7,.colspan-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xxl-7{margin-left:58.333345%}.cell-xxl-8,.col-xxl-8,.colspan-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xxl-8{margin-left:66.66668%}.cell-xxl-9,.col-xxl-9,.colspan-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xxl-9{margin-left:75.000015%}.cell-xxl-10,.col-xxl-10,.colspan-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xxl-10{margin-left:83.33335%}.cell-xxl-11,.col-xxl-11,.colspan-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xxl-11{margin-left:91.666685%}.cell-xxl-12,.col-xxl-12,.colspan-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xxl-12{margin-left:100.00002%}}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu::after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:rgba(29,29,29,.1)}.h-menu>li:hover .icon,.h-menu>li:hover>a{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:0;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle::before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle::before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;-webkit-box-shadow:2px 2px 2px 0 rgba(29,29,29,.4);box-shadow:2px 2px 2px 0 rgba(29,29,29,.4)}.h-menu.mega .mega-container *{color:inherit}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:0;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.chevron-down .line:nth-child(2),.hamburger.menu-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-down.active,.hamburger.menu-down.active,.nav-button.chevron-down.active,.nav-button.menu-down.active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger.chevron-down.active .line:nth-child(2),.hamburger.menu-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.chevron-up .line:nth-child(2),.hamburger.menu-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-up.active,.hamburger.menu-up.active,.nav-button.chevron-up.active,.nav-button.menu-up.active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger.chevron-up.active .line:nth-child(2),.hamburger.menu-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.head-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}.hero{padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (min-width:768px){.hero{padding:160px 80px}}.hint{display:block;position:fixed;z-index:1070;background-color:#fffcc0;color:#1d1d1d;font-size:.75rem;max-width:13.75rem;padding:.625rem}.icon-box{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background-color:#fff}.icon-box .content,.icon-box .icon{position:relative}.icon-box .icon{height:90px;width:90px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.1)}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-size:14px;padding:0 .5rem 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;line-height:30px;font-weight:400}.image-button:hover{background-color:rgba(29,29,29,.1)}.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.image-button .icon{width:34px;height:34px;line-height:34px;font-size:1rem;background-color:rgba(69,90,100,.55);color:#fff;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container-overlay.image-container-overlay,.image-compare .image-container.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid #dfdfdf;background-color:#ebebeb;overflow:hidden;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button::after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .button:focus,.info-button .info:active,.info-button .info:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:rgba(29,29,29,.1)}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.input input{border:none!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;height:34px}.input input:focus{-webkit-box-shadow:none;box-shadow:none}.input .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.input .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.input .button:active,.input .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.input .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{background-color:transparent}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.input .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.input .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.input input[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}.input input::-moz-placeholder{text-overflow:ellipsis}.input input:-moz-placeholder{text-overflow:ellipsis}.input input:-ms-input-placeholder{text-overflow:ellipsis}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid #dfdfdf;z-index:3}.input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.input .autocomplete-list .item:hover{background-color:rgba(29,29,29,.1)}.input .autocomplete-list .item+.item{border-top:1px solid #dfdfdf}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;top:16px;left:0;right:0;bottom:8px;border:0;border-bottom:2px #dfdfdf solid;background-color:transparent;outline:0;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;-webkit-box-shadow:none!important;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer,.input-material .label{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:#dfdfdf}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:active,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1000}.keypad .keys::before{content:'';position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid #dfdfdf;z-index:2;left:-5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.keypad .keys.open{display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom::before{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:1px}.keypad .keys.top::before{top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.left{left:0;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);top:50%;margin-left:1px}.keypad .keys.left::before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:100%;margin-left:-5px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left::before{top:0;left:.625rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-top:-1px}.keypad .keys.bottom-right::before{top:0;left:100%;margin-left:-1rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left::before{top:100%;left:.625rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;-webkit-transform:translateY(-100%) translateX(-100%);-ms-transform:translateY(-100%) translateX(-100%);transform:translateY(-100%) translateX(-100%);margin-top:1px}.keypad .keys.top-right::before{top:100%;left:100%;margin-left:-1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid #dfdfdf;font-size:1rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .key:hover{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:#fff;color:#1d1d1d;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex}.listview.view-content,.listview.view-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-icons,.listview.view-icons-large,.listview.view-icons-medium,.listview.view-tiles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.listview.view-icons-large.vertical-layout,.listview.view-icons-medium.vertical-layout,.listview.view-icons.vertical-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-table{display:table}.listview .node{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit}.listview .node:hover{background-color:#e5f3ff}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon [class*=mif-],.listview .node>.icon img{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table>li{display:table-row}.listview.view-table>li>*{display:table-cell}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid #dfdfdf}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-icons .node,.listview.view-icons-large .node,.listview.view-icons-medium .node{width:74px;height:auto;padding:8px 8px 2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-large .node>.icon,.listview.view-icons-medium .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-large .node>.data,.listview.view-icons-medium .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-large .node .checkbox,.listview.view-icons-medium .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:#cce8ff;border-color:#84bcea!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.master{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .page,.master .pages{background-color:transparent;color:inherit}.master .controls{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:40px;font-size:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 20px}.master .controls .next,.master .controls .prev,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.master .controls .next,.master .controls .prev{width:40px;height:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.master .controls .next.disabled,.master .controls .prev.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .controls .title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.master .pages{position:relative;display:block;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls-bottom{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .pages{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:rgba(34,34,34,.5)}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:100%;position:relative;overflow:hidden}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;-ms-flex-negative:0;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:rgba(111,111,111,.5)}.media-player .loop{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:none}.media-player .play{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player .stop{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background:rgba(34,34,34,.5);color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.media-player .volume{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;width:96px;padding:0 .625rem;background:rgba(34,34,34,.5);display:none}.media-player .full{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .controls>button.active{background-color:#dfdfdf}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width:576px){.media-player .loop,.media-player .stop,.media-player .volume{display:block}}.more-info-box{height:128px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#fff}.more-info-box .content,.more-info-box .icon{position:relative}.more-info-box .icon{height:64px;width:64px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:16px;margin-top:16px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:rgba(0,0,0,.15)}.more-info-box .content{line-height:1.2;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;-ms-flex-negative:0;flex-shrink:0;text-align:right;background:rgba(0,0,0,.1);text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;color:rgba(255,255,255,.8);font-size:12px}.more-info-box .more:hover{color:#fff;background:rgba(0,0,0,.15)}.more-info-box:hover .icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.navview{display:block;position:relative;background-color:#fff;color:#1d1d1d;overflow:hidden;height:100%;min-height:100%}.navview .navview-content,.navview .navview-pane{display:block;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-height:100%}.navview .navview-pane{width:280px;background-color:#e5e5e5;position:absolute;left:0;top:0;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.navview .navview-pane.open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview .navview-content{position:relative}.navview .holder,.navview .pull-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;background-color:transparent;border:2px solid transparent;outline:0;cursor:pointer}.navview .holder{height:40px;display:none}.navview .navview-menu{display:block;position:relative;list-style:none inside;margin:0;padding:0;width:100%;background-color:#e5e5e5;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.navview .navview-menu::-webkit-scrollbar{display:none!important}.navview .navview-menu li{display:block;position:relative}.navview .navview-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:40px;text-decoration:none;color:inherit;white-space:nowrap;border:2px solid transparent;height:40px}.navview .navview-menu .icon{width:48px;height:40px;display:block;text-align:center}.navview .navview-menu .caption{padding-left:48px;white-space:nowrap;display:block}.navview .navview-menu .icon+.caption{padding-left:0}.navview .navview-menu .item-header{font-size:22px;height:32px;line-height:32px;padding-left:16px;cursor:default;background-color:transparent;white-space:nowrap;display:block}.navview .navview-menu li.active::before{content:"";display:block;position:absolute;height:24px;top:8px;left:0;width:4px;background-color:#1ba1e2;z-index:1}.navview .navview-menu li.disabled{color:#9c9c9c!important}.navview .navview-menu li.disabled img{opacity:.5}.navview .navview-menu .icon>*,.navview .pull-button>*,.navview .suggest-box .holder>*{width:16px;height:16px;line-height:16px;font-size:16px;vertical-align:initial}.navview .holder:hover,.navview .navview-menu li a:hover,.navview .pull-button:hover{background-color:#cecece}.navview .holder:active,.navview .navview-menu li a:active,.navview .pull-button:active{background-color:#b7b7b7}.navview .suggest-box{display:block;margin:8px 0}.navview .suggest-box .input,.navview .suggest-box .select,.navview .suggest-box .textarea{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 24px)!important;margin:0 12px}.navview .item-separator{height:16px!important;width:100%;display:block;background-color:transparent;cursor:default}.navview .navview-menu .dropdown-toggle{padding-right:0!important}.navview .navview-menu .dropdown-toggle::before{display:none}.navview .navview-menu .dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.navview.focusableItems .holder:focus,.navview.focusableItems .navview-menu li a:focus,.navview.focusableItems .pull-button:focus{border:2px solid #0a0a0a}.navview .badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:8px}.navview .badges .badge{margin:0 2px}.navview .data-box{display:block}.navview .navview-menu .navview-menu .item-header{display:none!important}.navview.expanded .navview-pane{width:280px!important}.navview.expanded .navview-pane .item-header,.navview.expanded .navview-pane .navview-menu .caption{display:block!important}.navview.expanded .navview-pane .suggest-box>:not(.holder){display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .navview-pane .holder{display:none!important}.navview.expanded .badges{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .data-box{display:block!important}.navview.compacted .navview-pane{width:48px!important;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.compacted .navview-pane .item-header,.navview.compacted .navview-pane .navview-menu .caption{display:none!important}.navview.compacted .navview-pane .suggest-box>:not(.holder){display:none!important}.navview.compacted .navview-pane .holder{display:block!important}.navview.compacted .navview-content{margin-left:48px!important}.navview.compacted .badges,.navview.compacted .data-box{display:none!important}@media screen and (min-width:0){.navview-margin-fs{margin-left:280px}.navview-margin-compact-fs{margin-left:48px}.navview.navview-compact-fs .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-fs .navview-pane .item-header,.navview.navview-compact-fs .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-fs .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-fs .navview-pane .holder{display:block}.navview.navview-compact-fs .navview-content{margin-left:48px}.navview.navview-compact-fs .badges,.navview.navview-compact-fs .data-box{display:none}.navview.navview-expand-fs .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-fs .navview-pane .item-header,.navview.navview-expand-fs .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-fs .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .navview-pane .holder{display:none}.navview.navview-expand-fs .navview-content{margin-left:280px}.navview.navview-expand-fs .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .data-box{display:block}}@media screen and (min-width:576px){.navview-margin-sm{margin-left:280px}.navview-margin-compact-sm{margin-left:48px}.navview.navview-compact-sm .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-sm .navview-pane .item-header,.navview.navview-compact-sm .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-sm .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-sm .navview-pane .holder{display:block}.navview.navview-compact-sm .navview-content{margin-left:48px}.navview.navview-compact-sm .badges,.navview.navview-compact-sm .data-box{display:none}.navview.navview-expand-sm .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-sm .navview-pane .item-header,.navview.navview-expand-sm .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-sm .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .navview-pane .holder{display:none}.navview.navview-expand-sm .navview-content{margin-left:280px}.navview.navview-expand-sm .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .data-box{display:block}}@media screen and (min-width:768px){.navview-margin-md{margin-left:280px}.navview-margin-compact-md{margin-left:48px}.navview.navview-compact-md .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-md .navview-pane .item-header,.navview.navview-compact-md .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-md .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-md .navview-pane .holder{display:block}.navview.navview-compact-md .navview-content{margin-left:48px}.navview.navview-compact-md .badges,.navview.navview-compact-md .data-box{display:none}.navview.navview-expand-md .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-md .navview-pane .item-header,.navview.navview-expand-md .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-md .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .navview-pane .holder{display:none}.navview.navview-expand-md .navview-content{margin-left:280px}.navview.navview-expand-md .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .data-box{display:block}}@media screen and (min-width:992px){.navview-margin-lg{margin-left:280px}.navview-margin-compact-lg{margin-left:48px}.navview.navview-compact-lg .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-lg .navview-pane .item-header,.navview.navview-compact-lg .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-lg .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-lg .navview-pane .holder{display:block}.navview.navview-compact-lg .navview-content{margin-left:48px}.navview.navview-compact-lg .badges,.navview.navview-compact-lg .data-box{display:none}.navview.navview-expand-lg .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-lg .navview-pane .item-header,.navview.navview-expand-lg .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-lg .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .navview-pane .holder{display:none}.navview.navview-expand-lg .navview-content{margin-left:280px}.navview.navview-expand-lg .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .data-box{display:block}}@media screen and (min-width:1200px){.navview-margin-xl{margin-left:280px}.navview-margin-compact-xl{margin-left:48px}.navview.navview-compact-xl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xl .navview-pane .item-header,.navview.navview-compact-xl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xl .navview-pane .holder{display:block}.navview.navview-compact-xl .navview-content{margin-left:48px}.navview.navview-compact-xl .badges,.navview.navview-compact-xl .data-box{display:none}.navview.navview-expand-xl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xl .navview-pane .item-header,.navview.navview-expand-xl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .navview-pane .holder{display:none}.navview.navview-expand-xl .navview-content{margin-left:280px}.navview.navview-expand-xl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .data-box{display:block}}@media screen and (min-width:1452px){.navview-margin-xxl{margin-left:280px}.navview-margin-compact-xxl{margin-left:48px}.navview.navview-compact-xxl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xxl .navview-pane .item-header,.navview.navview-compact-xxl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xxl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xxl .navview-pane .holder{display:block}.navview.navview-compact-xxl .navview-content{margin-left:48px}.navview.navview-compact-xxl .badges,.navview.navview-compact-xxl .data-box{display:none}.navview.navview-expand-xxl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xxl .navview-pane .item-header,.navview.navview-expand-xxl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xxl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .navview-pane .holder{display:none}.navview.navview-expand-xxl .navview-content{margin-left:280px}.navview.navview-expand-xxl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .data-box{display:block}}.navview.compacted .navview-pane>.navview-menu,.navview.js-compact:not(.expanded) .navview-pane>.navview-menu{overflow:visible}.navview.compacted .navview-menu .navview-menu,.navview.js-compact:not(.expanded) .navview-menu .navview-menu{position:absolute;left:100%;top:0;width:220px;max-width:280px}.navview.compacted .navview-menu .navview-menu .caption,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption{display:block!important}.navview.compacted .navview-menu .navview-menu .item-header,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header{display:block!important}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-bottom,.notify-container.position-top{width:100%!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid #dfdfdf;cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem -.25rem;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item.service:hover,.pagination .page-item:hover{background-color:rgba(29,29,29,.1)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:#fff!important;border-color:transparent;color:#1d1d1d}.pagination .page-item.disabled{pointer-events:none;color:#e4e4e4}.pagination .page-item.active{background-color:#e4e4e4}.pagination.rounded .page-item{border-radius:.25rem}.pagination.no-gap{margin:0 0 1rem 0}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}.panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;background-color:#fff;border:1px solid #dfdfdf}.panel .panel-content,.panel .panel-title{position:relative}.panel .panel-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;border-bottom:1px solid #dfdfdf;line-height:2.625rem;cursor:default;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;height:100%;width:2.625rem;border-left:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .custom-buttons{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:active,.panel .panel-title .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.panel .panel-content{display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:auto;padding:.5rem}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid #dfdfdf;cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.progress{display:block;position:relative;width:100%;height:12px;background-color:#eee;overflow:hidden}.progress.with-load{background:0 0}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;-webkit-animation:progress-loading 3s infinite linear;animation:progress-loading 3s infinite linear;background:-o-radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background:radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background-size:12px 12px;z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:#ce352c}.progress .bar{z-index:3;background:#60a917}.progress.line{background-color:#b3d4fc;display:-webkit-box;display:-ms-flexbox;display:flex}.progress.line::before{height:100%;width:100%;background-color:#004d6f;content:'';-webkit-animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite;animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.progress.small{height:6px}.progress.small .load{background-size:6px 6px}@-webkit-keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@-webkit-keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}.radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .caption,.radio .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px #d9d9d9 solid;width:20px;height:20px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.radio .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:#fff;border:2px solid #fff;border-radius:50%;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.radio input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.radio input[type=radio]:checked~.check::before{display:block}.radio input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.radio .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.radio .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.radio.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.radio.invalid,.radio.required,.radio.valid{border:none!important}.radio.invalid::after{display:none}.radio:active input[type=radio]:not(:disabled)~.check::after,.radio:focus input[type=radio]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.style2 input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#fff}.radio.style2 .check{border-color:#989898}.radio.style2 .check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.radio.style2 input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.radio.style2 input[type=radio]:disabled~.check::before{background-color:#e9e9e9;border-color:#e9e9e9}.radio.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .result,.rating .stars,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.rating .stars li::before{position:absolute;content:'\2605';display:block;z-index:1;left:0}.rating .stars li.half::after{left:0;display:block;position:absolute;content:'\2605';width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10::after{width:.1em}.rating .stars li.half.half-20::after{width:.2em}.rating .stars li.half.half-30::after{width:.3em}.rating .stars li.half.half-40::after{width:.4em}.rating .stars li.half.half-50::after{width:.42em}.rating .stars li.half.half-60::after{width:.49em}.rating .stars li.half.half-70::after{width:.6em}.rating .stars li.half.half-80::after{width:.7em}.rating .stars li.half.half-90::after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.half::after,.rating .stars li.on{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{-webkit-animation:star-scale .3s ease-in-out;animation:star-scale .3s ease-in-out}@-webkit-keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element::after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled::after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover::after{-webkit-animation:resize-element-animation 1s ease infinite;animation:resize-element-animation 1s ease infinite}@-webkit-keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}@keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu .tabs-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder a,.ribbon-menu .tabs-holder li{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:none;padding:4px 4px;border-bottom:1px solid #dadbdc;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:-webkit-box;display:-ms-flexbox;display:flex}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;background-color:inherit;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{-ms-flex-preferred-size:100%;flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>:not(.group-divider),.ribbon-menu .content-holder .group>:not(.title){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-button-dropdown,.ribbon-icon-button,.ribbon-tool-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:0;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle::before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px}.ribbon-icon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .caption+.icon,.ribbon-icon-button .icon+.caption{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle::before,.ribbon-tool-button.dropdown-toggle::before{display:none}.ribbon-icon-button.dropdown-toggle::after,.ribbon-tool-button.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:hover{border-color:#a4cef9}.ribbon-split-button:hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:rgba(164,206,249,.2)}.ribbon-split-button .ribbon-main{background-color:inherit;outline:0;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle::before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:2px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);z-index:1000;top:100%;left:0}.ribbon-dropdown a,.ribbon-dropdown li{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::after,.ribbon-dropdown .checked::before{position:absolute;display:block;content:""}.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked::after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked::after{border:1px solid #a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown .checked-one::before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle::before{-webkit-transform:rotate(-135deg)!important;-ms-transform:rotate(-135deg)!important;transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;padding:1px 4px;background-color:inherit}.ribbon-button:hover,.ribbon-icon-button:hover,.ribbon-tool-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button.active,.ribbon-button:active,.ribbon-icon-button.active,.ribbon-icon-button:active,.ribbon-main.active,.ribbon-main:active,.ribbon-split.active,.ribbon-split:active,.ribbon-tool-button.active,.ribbon-tool-button:active{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-icon-button,.ribbon-menu .active-container .ribbon-tool-button{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ripple{display:block;width:0;height:0;border-radius:100%;background:rgba(255,255,255,.4);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;opacity:1}.rippleEffect{-webkit-animation:rippleDrop .5s linear;animation:rippleDrop .5s linear}@-webkit-keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}.select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle::before{margin-left:-1.1rem}.select .d-menu li a,.select .v-menu li a{min-width:auto}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.select .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.select .button:active,.select .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.select .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button{background-color:transparent}.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{-webkit-box-shadow:none;box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid #dfdfdf;padding:2px;margin-left:-1px;z-index:1000;background-color:#fff;-webkit-box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);box-shadow:3px 3px 5px 0 rgba(0,0,0,.3)}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select .d-menu{width:100%;overflow-y:auto;position:relative;display:block;-webkit-box-shadow:none;box-shadow:none}.select .d-menu li a{height:32px;line-height:32px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .d-menu li a .icon{top:.3rem;margin-top:0}.select .d-menu .active{border:none;color:#fff}.select .d-menu .active:hover{color:#fff}.select.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select.dropdown-toggle::before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:#fff}.select .group-title{background-color:#f6f7f8;font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;color:#646464;font-weight:700}.select .group-title:hover{background-color:#f6f7f8;cursor:default;border:0}.select ul{right:0;left:0}.select .selected-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.select .selected-item .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 4px}.select .selected-item .remover{display:block;position:relative;width:25px;height:25px;line-height:24px;text-align:center;cursor:pointer;background-color:#e4e4e4}.select.multiple{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .select-input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle::before{margin-left:-1.5rem}.select.input-large .append,.select.input-large .prepend,.select.input-large .select-input{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle::before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-large .selected-item{margin:2px 2px;height:36px;line-height:36px}.select.input-large .selected-item .title{font-size:1.3rem;line-height:36px;padding:0 8px}.select.input-large .selected-item .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle::before{margin-left:-1rem}.select.input-small .append,.select.input-small .prepend,.select.input-small .select-input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle::before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .selected-item{height:18px;line-height:18px}.select.input-small .selected-item .title{font-size:.7rem;line-height:18px}.select.input-small .selected-item .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.select2-container .selection .select2-selection--single{height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:36px}.select2-container .selection .select2-selection--single .select2-selection__arrow{height:36px}.select2-container .selection .select2-selection--multiple{min-height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--multiple .select2-selection__rendered{display:block}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{border-radius:0;background-color:#f8f8f8;font-size:14px;height:26px;line-height:26px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{margin-top:0}.select2-container .select2-dropdown,.select2-container .select2-selection{border-radius:0}.select2 .selection .select2-selection--multiple,.select2 .selection .select2-selection--single{outline:0}.select2 .selection .select2-selection--multiple:hover,.select2 .selection .select2-selection--single:hover{border-color:silver}.select2 .selection .select2-selection--multiple.focused,.select2 .selection .select2-selection--multiple:focus,.select2 .selection .select2-selection--single.focused,.select2 .selection .select2-selection--single:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select2 .selection .select2-selection--multiple.disabled,.select2 .selection .select2-selection--multiple:disabled,.select2 .selection .select2-selection--single.disabled,.select2 .selection .select2-selection--single:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.shortcut{width:6rem;height:6rem;padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.9rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0}.shortcut .caption,.shortcut .icon{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:1.7rem;height:1.7rem;font-size:1.7rem;margin-top:1rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shortcut .caption{color:inherit;height:1.2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;-webkit-transform:none;-ms-transform:none;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:2rem;height:2rem;font-size:2rem;margin-top:1.5rem}.shortcut:hover{background-color:rgba(29,29,29,.1)}.shortcut.focus,.shortcut:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.shortcut.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.shortcut:active,.shortcut:focus,.shortcut:hover{text-decoration:none}.shortcut:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{-webkit-box-shadow:none;box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{-webkit-box-shadow:2px 0 0 0 rgba(0,0,0,.15);box-shadow:2px 0 0 0 rgba(0,0,0,.15)}.sidebar.on-right{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{-webkit-box-shadow:-2px 0 0 0 rgba(0,0,0,.15);box-shadow:-2px 0 0 0 rgba(0,0,0,.15)}.sidebar-content,.sidebar-header,.sidebar-menu{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.subtitle,.sidebar-header>.title{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidebar-menu::-webkit-scrollbar{display:none!important}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:rgba(204,204,204,.3)}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#dfdfdf}.sidebar-menu li.divider:hover{background-color:#dfdfdf}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:rgba(29,29,29,.1)}.sidebar-menu li.group-title:hover{background-color:initial}.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}.sidenav-counter{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter a,.sidenav-counter li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-counter .counter,.sidenav-counter .title{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:.6875rem;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px}.sidenav-counter li:hover{background-color:rgba(29,29,29,.1)}.sidenav-counter li:active{background-color:#13709e;color:#fff}.sidenav-counter .active,.sidenav-counter li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-counter-expand-fs{width:220px}.sidenav-counter-expand-fs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-fs .title{display:block}.sidenav-counter-expand-fs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-counter-expand-sm{width:220px}.sidenav-counter-expand-sm a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-sm .title{display:block}.sidenav-counter-expand-sm .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-counter-expand-md{width:220px}.sidenav-counter-expand-md a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-md .title{display:block}.sidenav-counter-expand-md .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-counter-expand-lg{width:220px}.sidenav-counter-expand-lg a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-lg .title{display:block}.sidenav-counter-expand-lg .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-counter-expand-xl{width:220px}.sidenav-counter-expand-xl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xl .title{display:block}.sidenav-counter-expand-xl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-counter-expand-xxl{width:220px}.sidenav-counter-expand-xxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxl .title{display:block}.sidenav-counter-expand-xxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 a,.sidenav-m3 li{position:relative;display:block;color:inherit}.sidenav-m3>li{background:0 0}.sidenav-m3>li.stick-left::before,.sidenav-m3>li.stick-right::before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.sidenav-m3>li.stick-right::before{left:100%;border-radius:0 .25rem .25rem 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidenav-m3 li+li{border-top:1px solid #dfdfdf}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px 20px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;width:100%;float:none}.sidenav-m3 .d-menu a{padding:0 1rem 0 3rem;text-decoration:none}.sidenav-m3 .d-menu li{border-top:1px solid #dfdfdf}.sidenav-m3 .d-menu .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:50%}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle::before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple a,.sidenav-simple li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:rgba(29,29,29,.1)}.sidenav-simple li:active{background-color:#13709e;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid #dfdfdf}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);float:right}.slider{display:block;position:relative;height:2.125rem;background:0 0;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .buffer,.slider .complete,.slider .marker{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:0;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.slider .marker:active::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint::before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:-8px}.slider .hint.top-side::before{top:100%;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side::before{top:0;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);margin-left:-8px}.slider .hint.left-side::before{top:50%;right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .buffer,.slider.thin .complete{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .buffer,.slider.ultra-thin .complete{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete,.slider.vertical-slider .marker{top:auto;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%)}.slider.rounded .backside,.slider.rounded .buffer,.slider.rounded .complete,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.social-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px 20px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #fff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0 0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid #dfdfdf}.spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px;text-align:center}.spinner input:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.spinner .button{width:34px;min-width:34px;height:34px;line-height:34px;text-align:center;font-weight:700;background-color:#f8f8f8;padding:0}.spinner .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner.buttons-left input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner.buttons-right .spinner-button-minus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-right input{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-minus,.spinner.input-large .default-icon-plus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-minus,.spinner.input-small .default-icon-plus{width:14px;height:14px}.split-button{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.split-button>:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4px}.split-button .dropdown{position:static}.split-button .drop-object{left:0}.split-button>.split-button{margin-left:4px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.split-button .split{margin-left:-2px;padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:0;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle::before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.split-button .split:active{-webkit-box-shadow:none;box-shadow:none}.splitter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.splitter.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitter>.gutter{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #f8f8f8;background-color:#f8f8f8;cursor:col-resize;z-index:1}.splitter>.gutter.active{background-color:#bebebe}.splitter>.gutter::before{content:"";z-index:1;display:block;position:absolute;left:0;width:100%;top:50%;height:24px;margin-top:-12px;background-color:#bebebe}.splitter.vertical>.gutter{cursor:row-resize}.splitter.vertical>.gutter::before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter>.split-block{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden}.stepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:.5rem 0}.stepper::before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1ba1e2;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.stepper.diamond .step span{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid #dfdfdf;line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:0;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action{color:#1d1d1d}.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.streamer .stream-secondary,.streamer .stream-title{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-fake-timeline,.streamer .streamer-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.streamer .streamer-fake-timeline li,.streamer .streamer-timeline li{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative}.streamer .streamer-fake-timeline li em,.streamer .streamer-timeline li em{font-size:10px;font-style:normal;margin:4px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;-ms-flex-negative:0;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:#dfdfdf}.streamer .stream-event-slide{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .desc,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .title{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.streamer .stream-event.selected{-webkit-box-shadow:0 0 0 1px #5ebdec!important;box-shadow:0 0 0 1px #5ebdec!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-secondary,html.metro-no-touch-device .streamer .stream:hover .stream-title{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{bottom:4px;right:4px;top:auto;left:auto}html.metro-touch-device .streamer .stream.focused{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-secondary,html.metro-touch-device .streamer .stream.focused .stream-title{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{bottom:4px;right:4px;top:auto;left:auto}@media screen and (min-width:0){.streamer.streamer-expand-fs .stream,.streamer.streamer-expand-fs .streams{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-fs .stream-secondary,.streamer.streamer-expand-fs .stream-title{display:block}.streamer.streamer-expand-fs .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width:576px){.streamer.streamer-expand-sm .stream,.streamer.streamer-expand-sm .streams{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-sm .stream-secondary,.streamer.streamer-expand-sm .stream-title{display:block}.streamer.streamer-expand-sm .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width:768px){.streamer.streamer-expand-md .stream,.streamer.streamer-expand-md .streams{width:200px}.streamer.streamer-expand-md .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-md .stream-secondary,.streamer.streamer-expand-md .stream-title{display:block}.streamer.streamer-expand-md .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width:992px){.streamer.streamer-expand-lg .stream,.streamer.streamer-expand-lg .streams{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-lg .stream-secondary,.streamer.streamer-expand-lg .stream-title{display:block}.streamer.streamer-expand-lg .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width:1200px){.streamer.streamer-expand-xl .stream,.streamer.streamer-expand-xl .streams{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xl .stream-secondary,.streamer.streamer-expand-xl .stream-title{display:block}.streamer.streamer-expand-xl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width:1452px){.streamer.streamer-expand-xxl .stream,.streamer.streamer-expand-xxl .streams{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xxl .stream-secondary,.streamer.streamer-expand-xxl .stream-title{display:block}.streamer.streamer-expand-xxl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}.switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .caption,.switch .check{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:1.25rem;width:2.8125rem;border:2px #1d1d1d solid;cursor:pointer;background:0 0;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;-ms-flex-negative:0;flex-shrink:0}.switch .check::after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d}.switch input[type=checkbox]:checked~.check::after{background-color:#fff;border-color:#fff;left:auto;-webkit-transform:translateX(1.625rem) translateY(-50%);-ms-transform:translateX(1.625rem) translateY(-50%);transform:translateX(1.625rem) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check::after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch.invalid,.switch.required,.switch.valid{border:none!important}.switch.invalid::after{display:none}.switch.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on .check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .caption,.switch-material .check{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:36px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check::before{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:not(:checked)~.check::before{background-color:#fff}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:checked~.check::before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:before{background-color:#bdbdbd}.switch-material .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch-material .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch-material.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch-material.transition-on{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.switch-material.transition-on input:checked~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px #dfdfdf solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:rgba(29,29,29,.1)}.t-menu>li:last-child a{border-bottom:0}.t-menu a{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;left:auto;top:auto;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px #dfdfdf solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}.table-container{display:block;position:relative}.table-container.horizontal-scroll{overflow:hidden;overflow-x:auto}.table-container.horizontal-scroll .table{width:auto;min-width:100%}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.td,.th{display:table-cell}.table{width:100%;margin-bottom:1rem;margin-top:1rem}.table .td,.table .th,.table td,.table th{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout .td,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout th{white-space:nowrap;overflow:hidden}.table .tfoot,.table .thead,.table tfoot,.table thead{border-bottom:4px solid #e4e4e4}.table .tfoot .td,.table .tfoot .th,.table .tfoot td,.table .tfoot th,.table .thead .td,.table .thead .th,.table .thead td,.table .thead th,.table tfoot .td,.table tfoot .th,.table tfoot td,.table tfoot th,.table thead .td,.table thead .th,.table thead td,.table thead th{cursor:default;color:#1d1d1d;border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table .tfoot,.table tfoot{border-top:4px solid #e4e4e4}.table .tbody .td,.table .tbody td,.table tbody .td,.table tbody td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21C5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sortable-column.sort-desc,.table .sortable-column.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sort-asc,.table .sorting.sort-desc,.table .sorting.sorting_asc,.table .sorting.sorting_desc{background-color:#ebebeb}.table .sortable-column.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-asc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_asc:after,.table .sorting.sorting_desc:after{color:#1d1d1d;opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sort-asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:after,.table.sortable-markers-on-left .sorting:before{left:0;margin-left:.625rem}.table .tr.selected .td,.table .tr.selected td,.table tr.selected .td,.table tr.selected td{background-color:rgba(28,183,236,.1)}.table .td.selected,.table td.selected{background-color:rgba(28,183,236,.3)}.table.striped .tbody .tr:nth-child(odd),.table.striped tbody tr:nth-child(odd){background:#f8f8f8}.table.row-hover .tbody .tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover tbody tr:hover{background-color:rgba(28,183,236,.1)}.table.cell-hover .tbody .td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover tbody td:hover{background-color:rgba(28,183,236,.3)}.table.table-border{border:1px #dfdfdf solid}.table.cell-border .td,.table.cell-border .th,.table.cell-border td,.table.cell-border th{border:1px #dfdfdf solid}.table.cell-border .thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .th,.table.cell-border .thead .tr:first-child td,.table.cell-border .thead .tr:first-child th,.table.cell-border .thead tr:first-child .td,.table.cell-border .thead tr:first-child .th,.table.cell-border .thead tr:first-child td,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child .td,.table.cell-border thead .tr:first-child .th,.table.cell-border thead .tr:first-child td,.table.cell-border thead .tr:first-child th,.table.cell-border thead tr:first-child .td,.table.cell-border thead tr:first-child .th,.table.cell-border thead tr:first-child td,.table.cell-border thead tr:first-child th{border-top:none}.table.cell-border .thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border thead tr:first-child th:first-child{border-left:none}.table.cell-border .thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border thead tr:first-child th:last-child{border-right:none}.table.cell-border .tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child td,.table.cell-border .tbody tr:first-child .td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child .td,.table.cell-border tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border tbody tr:first-child td{border-top:none}.table.cell-border .tbody .tr .td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border tbody tr td:first-child{border-left:none}.table.cell-border .tbody .tr .td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border tbody tr td:last-child{border-right:none}.table.cell-border .tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child td,.table.cell-border .tbody tr:last-child .td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child .td,.table.cell-border tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border tbody tr:last-child td{border-bottom:none}.table.row-border .tr+.tr,.table.row-border tr+tr{border-top:1px #dfdfdf solid}.table.subcompact .td,.table.subcompact .th,.table.subcompact td,.table.subcompact th{padding:3px 8px;font-size:80%}.table.compact .td,.table.compact .th,.table.compact td,.table.compact th{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table .tbody .td.hidden,.table .tbody .th.hidden,.table .tbody td.hidden,.table .tbody th.hidden,.table .thead .td.hidden,.table .thead .th.hidden,.table .thead td.hidden,.table .thead th.hidden,.table tbody .td.hidden,.table tbody .th.hidden,.table tbody td.hidden,.table tbody th.hidden,.table thead .td.hidden,.table thead .th.hidden,.table thead td.hidden,.table thead th.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{-ms-flex-preferred-size:auto;flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:#fff;color:#1d1d1d;z-index:500;border:1px double #dfdfdf;width:auto;padding:10px;max-height:calc(100vh - 40px);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid #dfdfdf;font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid #dfdfdf;padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector .table,.table-inspector table{margin-bottom:0}.table-inspector .table .td,.table-inspector .table td,.table-inspector table .td,.table-inspector table td{vertical-align:middle}.table-inspector .table .tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector table tr.flash{-webkit-animation:flash-bg 1s ease-out;animation:flash-bg 1s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:1px solid #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}@-webkit-keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@media screen and (min-width:0){.table.normal-fs .td,.table.normal-fs .th,.table.normal-fs td,.table.normal-fs th{padding:.625rem;font-size:1em}.table.compact-fs .td,.table.compact-fs .th,.table.compact-fs td,.table.compact-fs th{padding:7px 8px;font-size:80%}.table.subcompact-fs .td,.table.subcompact-fs .th,.table.subcompact-fs td,.table.subcompact-fs th{padding:3px 8px;font-size:80%}}@media screen and (min-width:576px){.table.normal-sm .td,.table.normal-sm .th,.table.normal-sm td,.table.normal-sm th{padding:.625rem;font-size:1em}.table.compact-sm .td,.table.compact-sm .th,.table.compact-sm td,.table.compact-sm th{padding:7px 8px;font-size:80%}.table.subcompact-sm .td,.table.subcompact-sm .th,.table.subcompact-sm td,.table.subcompact-sm th{padding:3px 8px;font-size:80%}}@media screen and (min-width:768px){.table.normal-md .td,.table.normal-md .th,.table.normal-md td,.table.normal-md th{padding:.625rem;font-size:1em}.table.compact-md .td,.table.compact-md .th,.table.compact-md td,.table.compact-md th{padding:7px 8px;font-size:80%}.table.subcompact-md .td,.table.subcompact-md .th,.table.subcompact-md td,.table.subcompact-md th{padding:3px 8px;font-size:80%}}@media screen and (min-width:992px){.table.normal-lg .td,.table.normal-lg .th,.table.normal-lg td,.table.normal-lg th{padding:.625rem;font-size:1em}.table.compact-lg .td,.table.compact-lg .th,.table.compact-lg td,.table.compact-lg th{padding:7px 8px;font-size:80%}.table.subcompact-lg .td,.table.subcompact-lg .th,.table.subcompact-lg td,.table.subcompact-lg th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1200px){.table.normal-xl .td,.table.normal-xl .th,.table.normal-xl td,.table.normal-xl th{padding:.625rem;font-size:1em}.table.compact-xl .td,.table.compact-xl .th,.table.compact-xl td,.table.compact-xl th{padding:7px 8px;font-size:80%}.table.subcompact-xl .td,.table.subcompact-xl .th,.table.subcompact-xl td,.table.subcompact-xl th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1452px){.table.normal-xxl .td,.table.normal-xxl .th,.table.normal-xxl td,.table.normal-xxl th{padding:.625rem;font-size:1em}.table.compact-xxl .td,.table.compact-xxl .th,.table.compact-xxl td,.table.compact-xxl th{padding:7px 8px;font-size:80%}.table.subcompact-xxl .td,.table.subcompact-xxl .th,.table.subcompact-xxl td,.table.subcompact-xxl th{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.table-skip input{width:220px}.tabs{position:relative;border:1px solid #dfdfdf;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;color:#1d1d1d}.tabs .expand-title,.tabs .hamburger{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;margin-top:.5rem;margin-bottom:1px;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease;position:relative}.tabs>ul.tabs-list a,.tabs>ul.tabs-list>li{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:#fff;color:#1d1d1d;margin:0 0 -1px 0}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:#f8f8f8}.tabs>ul.tabs-list>li.active{background-color:#dfdfdf}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;-webkit-box-shadow:none;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0 0}.tabs.vertical>ul.tabs-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none;border-right:1px solid #dfdfdf;width:auto;height:100%;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid #dfdfdf;margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid #dfdfdf}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid #dfdfdf;margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid #dfdfdf;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid #dfdfdf}.tabs-expand>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-bottom:none;background-color:#fff}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-top:none}.tabs-expand.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-expand .expand-title,.tabs-expand .hamburger{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:0 0}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid #dfdfdf;width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:#dfdfdf;background:#e4e4e4}.tabs-material{margin:0;padding:0 52px;position:fixed;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.tabs-material::-webkit-scrollbar{display:none!important}.tabs-material li{-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px 16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material::after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tabs-material.fixed-tabs::after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material.app-bar-present-more{top:112px}.tag-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.tag-input .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag-input .tag .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 8px}.tag-input .tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large .tag{margin:2px 2px;height:36px;line-height:36px}.tag-input.input-large .tag .title{font-size:1.3rem;line-height:36px}.tag-input.input-large .tag .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small .tag{margin:2px 2px;height:18px;line-height:18px}.tag-input.input-small .tag .title{font-size:.7rem;line-height:18px}.tag-input.input-small .tag .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .tag{border-radius:10px;background:#d4f0ff;color:#1d1d1d}.tag-input.static-mode .tag .remover{display:none!important}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.textarea,textarea{height:auto;padding:.5rem .75rem}textarea{line-height:1.2}.textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0;background:#add8e6;border:1px solid red}.textarea textarea{min-height:4rem;overflow-y:hidden;resize:none;border:none!important;-webkit-transition:height .1s linear;-o-transition:height .1s linear;transition:height .1s linear}.textarea textarea:focus{-webkit-box-shadow:none;box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea.disabled .clear-button{display:none}.textarea .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea .input-clear-button~textarea{padding-right:48px}.tile-app,.tile-large,.tile-medium,.tile-small,.tile-wide{display:block;background-color:#1ba1e2;color:#fff;width:150px;height:150px;-webkit-box-shadow:inset 0 0 1px #ffc;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-app .icon,.tile-large .icon,.tile-medium .icon,.tile-small .icon,.tile-wide .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:50px;line-height:50px;z-index:2}.tile-app .branding-bar,.tile-large .branding-bar,.tile-medium .branding-bar,.tile-small .branding-bar,.tile-wide .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:2}.tile-app .badge-bottom,.tile-app .badge-top,.tile-large .badge-bottom,.tile-large .badge-top,.tile-medium .badge-bottom,.tile-medium .badge-top,.tile-small .badge-bottom,.tile-small .badge-top,.tile-wide .badge-bottom,.tile-wide .badge-top{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:rgba(29,29,29,.1);z-index:2}.tile-app .badge-bottom,.tile-large .badge-bottom,.tile-medium .badge-bottom,.tile-small .badge-bottom,.tile-wide .badge-bottom{right:10px;bottom:0}.tile-app .badge-top,.tile-large .badge-top,.tile-medium .badge-top,.tile-small .badge-top,.tile-wide .badge-top{top:10px;right:10px}.tile-app:hover,.tile-large:hover,.tile-medium:hover,.tile-small:hover,.tile-wide:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-app.transform-right,.tile-large.transform-right,.tile-medium.transform-right,.tile-small.transform-right,.tile-wide.transform-right{-webkit-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;-webkit-transform:perspective(500px) rotateY(.138372rad)!important;transform:perspective(500px) rotateY(.138372rad)!important}.tile-app.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-small.transform-right.tile-small,.tile-wide.transform-right.tile-small{-webkit-transform:perspective(500px) rotateY(.276744rad)!important;transform:perspective(500px) rotateY(.276744rad)!important}.tile-app.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-small.transform-right.tile-wide,.tile-wide.transform-right.tile-wide{-webkit-transform:perspective(500px) rotateY(.069186rad)!important;transform:perspective(500px) rotateY(.069186rad)!important}.tile-app.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-small.transform-right.tile-large,.tile-wide.transform-right.tile-large{-webkit-transform:perspective(500px) rotateY(.046124rad)!important;transform:perspective(500px) rotateY(.046124rad)!important}.tile-app.transform-left,.tile-large.transform-left,.tile-medium.transform-left,.tile-small.transform-left,.tile-wide.transform-left{-webkit-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;-webkit-transform:perspective(500px) rotateY(-.138372rad)!important;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-app.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-small.transform-left.tile-small,.tile-wide.transform-left.tile-small{-webkit-transform:perspective(500px) rotateY(-.276744rad)!important;transform:perspective(500px) rotateY(-.276744rad)!important}.tile-app.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-small.transform-left.tile-wide,.tile-wide.transform-left.tile-wide{-webkit-transform:perspective(500px) rotateY(-.069186rad)!important;transform:perspective(500px) rotateY(-.069186rad)!important}.tile-app.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-small.transform-left.tile-large,.tile-wide.transform-left.tile-large{-webkit-transform:perspective(500px) rotateY(-.046124rad)!important;transform:perspective(500px) rotateY(-.046124rad)!important}.tile-app.transform-top,.tile-large.transform-top,.tile-medium.transform-top,.tile-small.transform-top,.tile-wide.transform-top{-webkit-transform-origin:50% bottom;-ms-transform-origin:50% bottom;transform-origin:50% bottom;-webkit-transform:perspective(500px) rotateX(.138372rad)!important;transform:perspective(500px) rotateX(.138372rad)!important}.tile-app.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-small.transform-top.tile-small,.tile-wide.transform-top.tile-small{-webkit-transform:perspective(500px) rotateX(.276744rad)!important;transform:perspective(500px) rotateX(.276744rad)!important}.tile-app.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-small.transform-top.tile-wide,.tile-wide.transform-top.tile-wide{-webkit-transform:perspective(500px) rotateX(.069186rad)!important;transform:perspective(500px) rotateX(.069186rad)!important}.tile-app.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-small.transform-top.tile-large,.tile-wide.transform-top.tile-large{-webkit-transform:perspective(500px) rotateX(.046124rad)!important;transform:perspective(500px) rotateX(.046124rad)!important}.tile-app.transform-bottom,.tile-large.transform-bottom,.tile-medium.transform-bottom,.tile-small.transform-bottom,.tile-wide.transform-bottom{-webkit-transform-origin:50% top;-ms-transform-origin:50% top;transform-origin:50% top;-webkit-transform:perspective(500px) rotateX(-.138372rad)!important;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-app.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-small.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small{-webkit-transform:perspective(500px) rotateX(-.276744rad)!important;transform:perspective(500px) rotateX(-.276744rad)!important}.tile-app.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-small.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide{-webkit-transform:perspective(500px) rotateX(-.069186rad)!important;transform:perspective(500px) rotateX(-.069186rad)!important}.tile-app.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-small.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large{-webkit-transform:perspective(500px) rotateX(-.046124rad)!important;transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1/span 1}.tiles-grid .tile-medium.col-1{grid-column:1/span 2}.tiles-grid .tile-wide.col-1{grid-column:1/span 4}.tiles-grid .tile-large.col-1{grid-column:1/span 4}.tiles-grid .tile-small.row-1{grid-row:1/span 1}.tiles-grid .tile-medium.row-1{grid-row:1/span 2}.tiles-grid .tile-wide.row-1{grid-row:1/span 4}.tiles-grid .tile-large.row-1{grid-row:1/span 4}.tiles-grid .tile-small.col-2{grid-column:2/span 1}.tiles-grid .tile-medium.col-2{grid-column:2/span 2}.tiles-grid .tile-wide.col-2{grid-column:2/span 4}.tiles-grid .tile-large.col-2{grid-column:2/span 4}.tiles-grid .tile-small.row-2{grid-row:2/span 1}.tiles-grid .tile-medium.row-2{grid-row:2/span 2}.tiles-grid .tile-wide.row-2{grid-row:2/span 4}.tiles-grid .tile-large.row-2{grid-row:2/span 4}.tiles-grid .tile-small.col-3{grid-column:3/span 1}.tiles-grid .tile-medium.col-3{grid-column:3/span 2}.tiles-grid .tile-wide.col-3{grid-column:3/span 4}.tiles-grid .tile-large.col-3{grid-column:3/span 4}.tiles-grid .tile-small.row-3{grid-row:3/span 1}.tiles-grid .tile-medium.row-3{grid-row:3/span 2}.tiles-grid .tile-wide.row-3{grid-row:3/span 4}.tiles-grid .tile-large.row-3{grid-row:3/span 4}.tiles-grid .tile-small.col-4{grid-column:4/span 1}.tiles-grid .tile-medium.col-4{grid-column:4/span 2}.tiles-grid .tile-wide.col-4{grid-column:4/span 4}.tiles-grid .tile-large.col-4{grid-column:4/span 4}.tiles-grid .tile-small.row-4{grid-row:4/span 1}.tiles-grid .tile-medium.row-4{grid-row:4/span 2}.tiles-grid .tile-wide.row-4{grid-row:4/span 4}.tiles-grid .tile-large.row-4{grid-row:4/span 4}.tiles-grid .tile-small.col-5{grid-column:5/span 1}.tiles-grid .tile-medium.col-5{grid-column:5/span 2}.tiles-grid .tile-wide.col-5{grid-column:5/span 4}.tiles-grid .tile-large.col-5{grid-column:5/span 4}.tiles-grid .tile-small.row-5{grid-row:5/span 1}.tiles-grid .tile-medium.row-5{grid-row:5/span 2}.tiles-grid .tile-wide.row-5{grid-row:5/span 4}.tiles-grid .tile-large.row-5{grid-row:5/span 4}.tiles-grid .tile-small.col-6{grid-column:6/span 1}.tiles-grid .tile-medium.col-6{grid-column:6/span 2}.tiles-grid .tile-wide.col-6{grid-column:6/span 4}.tiles-grid .tile-large.col-6{grid-column:6/span 4}.tiles-grid .tile-small.row-6{grid-row:6/span 1}.tiles-grid .tile-medium.row-6{grid-row:6/span 2}.tiles-grid .tile-wide.row-6{grid-row:6/span 4}.tiles-grid .tile-large.row-6{grid-row:6/span 4}.tiles-grid .tile-small.col-7{grid-column:7/span 1}.tiles-grid .tile-medium.col-7{grid-column:7/span 2}.tiles-grid .tile-wide.col-7{grid-column:7/span 4}.tiles-grid .tile-large.col-7{grid-column:7/span 4}.tiles-grid .tile-small.row-7{grid-row:7/span 1}.tiles-grid .tile-medium.row-7{grid-row:7/span 2}.tiles-grid .tile-wide.row-7{grid-row:7/span 4}.tiles-grid .tile-large.row-7{grid-row:7/span 4}.tiles-grid .tile-small.col-8{grid-column:8/span 1}.tiles-grid .tile-medium.col-8{grid-column:8/span 2}.tiles-grid .tile-wide.col-8{grid-column:8/span 4}.tiles-grid .tile-large.col-8{grid-column:8/span 4}.tiles-grid .tile-small.row-8{grid-row:8/span 1}.tiles-grid .tile-medium.row-8{grid-row:8/span 2}.tiles-grid .tile-wide.row-8{grid-row:8/span 4}.tiles-grid .tile-large.row-8{grid-row:8/span 4}.tiles-grid .tile-small.col-9{grid-column:9/span 1}.tiles-grid .tile-medium.col-9{grid-column:9/span 2}.tiles-grid .tile-wide.col-9{grid-column:9/span 4}.tiles-grid .tile-large.col-9{grid-column:9/span 4}.tiles-grid .tile-small.row-9{grid-row:9/span 1}.tiles-grid .tile-medium.row-9{grid-row:9/span 2}.tiles-grid .tile-wide.row-9{grid-row:9/span 4}.tiles-grid .tile-large.row-9{grid-row:9/span 4}.tiles-grid .tile-small.col-10{grid-column:10/span 1}.tiles-grid .tile-medium.col-10{grid-column:10/span 2}.tiles-grid .tile-wide.col-10{grid-column:10/span 4}.tiles-grid .tile-large.col-10{grid-column:10/span 4}.tiles-grid .tile-small.row-10{grid-row:10/span 1}.tiles-grid .tile-medium.row-10{grid-row:10/span 2}.tiles-grid .tile-wide.row-10{grid-row:10/span 4}.tiles-grid .tile-large.row-10{grid-row:10/span 4}.tiles-grid .tile-small.col-11{grid-column:11/span 1}.tiles-grid .tile-medium.col-11{grid-column:11/span 2}.tiles-grid .tile-wide.col-11{grid-column:11/span 4}.tiles-grid .tile-large.col-11{grid-column:11/span 4}.tiles-grid .tile-small.row-11{grid-row:11/span 1}.tiles-grid .tile-medium.row-11{grid-row:11/span 2}.tiles-grid .tile-wide.row-11{grid-row:11/span 4}.tiles-grid .tile-large.row-11{grid-row:11/span 4}.tiles-grid .tile-small.col-12{grid-column:12/span 1}.tiles-grid .tile-medium.col-12{grid-column:12/span 2}.tiles-grid .tile-wide.col-12{grid-column:12/span 4}.tiles-grid .tile-large.col-12{grid-column:12/span 4}.tiles-grid .tile-small.row-12{grid-row:12/span 1}.tiles-grid .tile-medium.row-12{grid-row:12/span 2}.tiles-grid .tile-wide.row-12{grid-row:12/span 4}.tiles-grid .tile-large.row-12{grid-row:12/span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width:0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width:576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width:768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width:992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width:1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width:1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group::before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{left:0;top:0;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.time-picker .time-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours::before,.time-picker.show-labels .minutes::before,.time-picker.show-labels .seconds::before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080}.toast.show-top{bottom:auto;top:20px}.tool-button{width:2rem;height:2rem;line-height:2rem;vertical-align:middle;display:inline-block;text-align:center;background-color:#ebebeb;color:#1d1d1d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:0;margin:0 2px;position:relative;font-size:14px}.tool-button .icon,.tool-button [class*=mif],.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:rgba(29,29,29,.1)}.tool-button:active{outline:0;-webkit-box-shadow:none;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;padding:0 0 0 .5725rem;top:2px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider::before{display:none}.toolbar::before{position:absolute;content:"";width:.325rem;height:100%;top:0;left:0;background-color:rgba(69,90,100,.2);cursor:move}.toolbar.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:.5725rem 0 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical::before{width:32px;height:.325rem}.toolbar.vertical .tool-button{margin:2px 0}.topbar{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:-webkit-sticky;position:sticky;top:0;background:#004d6f;color:#fff;z-index:1080}.topbar-brand,.topbar-element,.topbar-menu{display:block;white-space:nowrap;background:inherit;color:#fff;text-decoration:none!important;height:2.5rem;line-height:2.5rem;font-size:.875rem;margin-bottom:1rem}.topbar-brand{font-size:1.25rem;margin-top:1rem}.topbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;list-style:none}.topbar-menu li a{display:block;text-decoration:none;color:inherit;height:2.5rem;line-height:2.5rem;padding:0 .5rem;font-size:.875rem}.topbar-menu li a:active,.topbar-menu li a:hover{background:rgba(29,29,29,.1)}@media screen and (min-width:0){.topbar-expand-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-fs .topbar-brand,.topbar-expand-fs .topbar-element,.topbar-expand-fs .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:576px){.topbar-expand-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-sm .topbar-brand,.topbar-expand-sm .topbar-element,.topbar-expand-sm .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:768px){.topbar-expand-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-md .topbar-brand,.topbar-expand-md .topbar-element,.topbar-expand-md .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:992px){.topbar-expand-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-lg .topbar-brand,.topbar-expand-lg .topbar-element,.topbar-expand-lg .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1200px){.topbar-expand-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xl .topbar-brand,.topbar-expand-xl .topbar-element,.topbar-expand-xl .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1452px){.topbar-expand-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xxl .topbar-brand,.topbar-expand-xxl .topbar-element,.topbar-expand-xxl .topbar-menu{margin-bottom:0;margin-top:0}}.treeview{margin:0;padding:0 0 0 24px;font-size:.8125rem;list-style:none inside;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li{display:block;position:relative;padding:2px 0;cursor:pointer;line-height:1.25rem}.treeview li .icon{position:absolute;width:16px;height:16px;font-size:16px;left:0;top:2px;line-height:16px}.treeview li .icon img{max-width:100%;height:100%}.treeview li .caption{position:relative}.treeview li .icon~.caption{margin-left:20px}.treeview li .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.treeview li .node-toggle{position:absolute;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:24px;height:24px}.treeview li .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.treeview li.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.treeview li.current>.caption{color:#000}.treeview ul{margin:0 0 0 1rem;padding:0;list-style:none inside;display:block;position:relative;font-weight:400}.treeview .select .d-menu{position:absolute;left:0;margin:0;width:auto}.treeview li .checkbox,.treeview li .checkbox .caption,.treeview li .checkbox .check{line-height:1}.treeview li .radio,.treeview li .radio .caption,.treeview li .radio .check{line-height:1}.treeview li .switch,.treeview li .switch .caption,.treeview li .switch .check{line-height:1}.treeview li .checkbox,.treeview li .radio,.treeview li .switch{height:24px}.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;-o-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wheel-picker:focus{outline:1px dotted red!important;min-width:1px;min-height:1px}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;-ms-flex-negative:0;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block::before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:rgba(27,161,226,.5);top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #dfdfdf;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.wheel-picker .action-block>:not(:last-child){border-right:1px solid #dfdfdf}.wheel-picker .select-wrapper{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.window{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;-ms-flex-negative:0;flex-shrink:0;display:block;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.window-caption .btn-custom:active,.window-caption .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom,.window-caption .buttons .btn-max,.window-caption .buttons .btn-min{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem 0;outline:0;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:rgba(255,255,255,.1)}.window-caption .buttons .sys-button:hover::before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:rgba(255,255,255,.3);color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover::before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close::before{border-color:#777;content:'\D7';position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-max::before,.window-caption .buttons .btn-min::before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:' ';bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max::before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;-ms-flex-negative:0;flex-shrink:0}.window-caption .buttons .btn-custom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.window-caption .buttons .btn-min{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.window-caption .buttons .btn-max{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.window-caption .buttons .btn-close{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1ba1e2;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max::before{border:1px #fff solid;z-index:2}.window.maximized .btn-max::after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:' ';bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid #dfdfdf;counter-reset:wizard-step;position:relative}.wizard>.section,.wizard>section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section::before,.wizard>section::before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>.section .page-content,.wizard>section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>.section.current,.wizard>section.current{width:100%;border:0!important}.wizard>.section.current .page-content,.wizard>section.current .page-content{display:block}.wizard>.section.current::before,.wizard>section.current::before{display:block;left:0;color:#fff;background-color:#1ba1e2}.wizard>.section.complete,.wizard>.section.current,.wizard>section.complete,.wizard>section.current{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section.complete,.wizard>section.complete{cursor:pointer}.wizard .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#000}.wizard>section:nth-child(1){border-color:#1ba1e2}.wizard>section:nth-child(2){border-color:#1891cb}.wizard>section:nth-child(3){border-color:#1681b4}.wizard>section:nth-child(4){border-color:#13709e}.wizard>section:nth-child(5){border-color:#106087}.wizard>section:nth-child(6){border-color:#0d5070}.wizard>section:nth-child(7){border-color:#0b4059}.wizard>section:nth-child(8){border-color:#082f43}.wizard>section:nth-child(9){border-color:#051f2c}.wizard>section:nth-child(10){border-color:#000}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width:0){.wizard.wizard-wide-fs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section::before{display:block}}@media screen and (min-width:576px){.wizard.wizard-wide-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section::before{display:block}}@media screen and (min-width:768px){.wizard.wizard-wide-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section::before{display:block}}@media screen and (min-width:992px){.wizard.wizard-wide-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section::before{display:block}}@media screen and (min-width:1200px){.wizard.wizard-wide-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section::before{display:block}}@media screen and (min-width:1452px){.wizard.wizard-wide-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section::before{display:block}} \ No newline at end of file diff --git a/build/css/metro-icons.css b/build/css/metro-icons.css index 9f049bae7..c2aa95e63 100644 --- a/build/css/metro-icons.css +++ b/build/css/metro-icons.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ @font-face { diff --git a/build/css/metro-reset.css b/build/css/metro-reset.css index ffa315de3..a1c287b01 100644 --- a/build/css/metro-reset.css +++ b/build/css/metro-reset.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ *, diff --git a/build/css/metro-rtl.css b/build/css/metro-rtl.css index a13ac91a2..d9d8e14ab 100644 --- a/build/css/metro-rtl.css +++ b/build/css/metro-rtl.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .accordion.rtl.material > .frame > .heading, diff --git a/build/css/metro.css b/build/css/metro.css index 14fea3580..b3aba90f9 100644 --- a/build/css/metro.css +++ b/build/css/metro.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ *, @@ -231,39627 +231,39627 @@ select { scroll-behavior: auto !important; } } -.accordion { - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - width: 100%; -} -.accordion > .frame { - display: block; - margin: 1px 0; -} -.accordion > .frame > .heading { - display: block; - position: relative; - padding: 0.5rem 1rem; - background-color: #f8f8f8; - cursor: pointer; - white-space: nowrap; - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.button.primary, +.command-button.primary, +.image-button.primary, +.shortcut.primary, +.tool-button.primary, +.split-button .split.primary, +tbody tr.primary, +tbody td.primary, +.tally.primary, +code.primary, +.notify.primary, +.info-button.primary, +.input .button.primary, +.select .button.primary, +.tag-input .button.primary, +.spinner .button.primary, +.toast.primary { + outline-color: #75b5fd; + background-color: #0366d6; + color: #ffffff; } -.accordion > .frame > .content { - display: block; +.button.primary.outline, +.command-button.primary.outline, +.image-button.primary.outline, +.shortcut.primary.outline, +.tool-button.primary.outline, +.split-button .split.primary.outline, +tbody tr.primary.outline, +tbody td.primary.outline, +.tally.primary.outline, +code.primary.outline, +.notify.primary.outline, +.info-button.primary.outline, +.input .button.primary.outline, +.select .button.primary.outline, +.tag-input .button.primary.outline, +.spinner .button.primary.outline, +.toast.primary.outline { + color: #0366d6; + border-color: #0366d6; } -.accordion.marker-on .heading { - padding-left: 32px; +.button.primary.outline.dropdown-toggle::before, +.command-button.primary.outline.dropdown-toggle::before, +.image-button.primary.outline.dropdown-toggle::before, +.shortcut.primary.outline.dropdown-toggle::before, +.tool-button.primary.outline.dropdown-toggle::before, +.split-button .split.primary.outline.dropdown-toggle::before, +tbody tr.primary.outline.dropdown-toggle::before, +tbody td.primary.outline.dropdown-toggle::before, +.tally.primary.outline.dropdown-toggle::before, +code.primary.outline.dropdown-toggle::before, +.notify.primary.outline.dropdown-toggle::before, +.info-button.primary.outline.dropdown-toggle::before, +.input .button.primary.outline.dropdown-toggle::before, +.select .button.primary.outline.dropdown-toggle::before, +.tag-input .button.primary.outline.dropdown-toggle::before, +.spinner .button.primary.outline.dropdown-toggle::before, +.toast.primary.outline.dropdown-toggle::before { + border-color: #0366d6; } -.accordion.marker-on .heading::before { - line-height: 1; - display: block; - content: "\203A"; - position: absolute; - left: 0; - top: 0; - font-size: 32px; - width: 40px; - height: 40px; - text-align: center; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; - -webkit-transform-origin: 50% 50%; - -ms-transform-origin: 50% 50%; - transform-origin: 50% 50%; +.button.primary.outline:hover, +.command-button.primary.outline:hover, +.image-button.primary.outline:hover, +.shortcut.primary.outline:hover, +.tool-button.primary.outline:hover, +.split-button .split.primary.outline:hover, +tbody tr.primary.outline:hover, +tbody td.primary.outline:hover, +.tally.primary.outline:hover, +code.primary.outline:hover, +.notify.primary.outline:hover, +.info-button.primary.outline:hover, +.input .button.primary.outline:hover, +.select .button.primary.outline:hover, +.tag-input .button.primary.outline:hover, +.spinner .button.primary.outline:hover, +.toast.primary.outline:hover { + color: #ffffff; } -.accordion.marker-on .frame.active > .heading::before { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; +.button.primary.dropdown-toggle::before, +.command-button.primary.dropdown-toggle::before, +.image-button.primary.dropdown-toggle::before, +.shortcut.primary.dropdown-toggle::before, +.tool-button.primary.dropdown-toggle::before, +.split-button .split.primary.dropdown-toggle::before, +tbody tr.primary.dropdown-toggle::before, +tbody td.primary.dropdown-toggle::before, +.tally.primary.dropdown-toggle::before, +code.primary.dropdown-toggle::before, +.notify.primary.dropdown-toggle::before, +.info-button.primary.dropdown-toggle::before, +.input .button.primary.dropdown-toggle::before, +.select .button.primary.dropdown-toggle::before, +.tag-input .button.primary.dropdown-toggle::before, +.spinner .button.primary.dropdown-toggle::before, +.toast.primary.dropdown-toggle::before { + border-color: #ffffff; } -.accordion.marker-on[dir=rtl] .heading { - padding-left: 1rem; - padding-right: 32px; +.button.primary:hover, +.command-button.primary:hover, +.image-button.primary:hover, +.shortcut.primary:hover, +.tool-button.primary:hover, +.split-button .split.primary:hover, +tbody tr.primary:hover, +tbody td.primary:hover, +.tally.primary:hover, +code.primary:hover, +.notify.primary:hover, +.info-button.primary:hover, +.input .button.primary:hover, +.select .button.primary:hover, +.tag-input .button.primary:hover, +.spinner .button.primary:hover, +.toast.primary:hover { + color: #ffffff; + background-color: #024ea4; + border-color: #023671; } -.accordion.marker-on[dir=rtl] .heading::before { - left: auto; - right: 0; +.button.primary:hover.dropdown-toggle::before, +.command-button.primary:hover.dropdown-toggle::before, +.image-button.primary:hover.dropdown-toggle::before, +.shortcut.primary:hover.dropdown-toggle::before, +.tool-button.primary:hover.dropdown-toggle::before, +.split-button .split.primary:hover.dropdown-toggle::before, +tbody tr.primary:hover.dropdown-toggle::before, +tbody td.primary:hover.dropdown-toggle::before, +.tally.primary:hover.dropdown-toggle::before, +code.primary:hover.dropdown-toggle::before, +.notify.primary:hover.dropdown-toggle::before, +.info-button.primary:hover.dropdown-toggle::before, +.input .button.primary:hover.dropdown-toggle::before, +.select .button.primary:hover.dropdown-toggle::before, +.tag-input .button.primary:hover.dropdown-toggle::before, +.spinner .button.primary:hover.dropdown-toggle::before, +.toast.primary:hover.dropdown-toggle::before { + border-color: #ffffff; } -.accordion.marker-on[dir=rtl] .frame.active > .heading::before { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; +.button.primary.same-color:hover, +.command-button.primary.same-color:hover, +.image-button.primary.same-color:hover, +.shortcut.primary.same-color:hover, +.tool-button.primary.same-color:hover, +.split-button .split.primary.same-color:hover, +tbody tr.primary.same-color:hover, +tbody td.primary.same-color:hover, +.tally.primary.same-color:hover, +code.primary.same-color:hover, +.notify.primary.same-color:hover, +.info-button.primary.same-color:hover, +.input .button.primary.same-color:hover, +.select .button.primary.same-color:hover, +.tag-input .button.primary.same-color:hover, +.spinner .button.primary.same-color:hover, +.toast.primary.same-color:hover { + background-color: #0366d6; + border-color: #0366d6; } -.accordion.material .heading::before { - display: none; +.button.primary:active, +.command-button.primary:active, +.image-button.primary:active, +.shortcut.primary:active, +.tool-button.primary:active, +.split-button .split.primary:active, +tbody tr.primary:active, +tbody td.primary:active, +.tally.primary:active, +code.primary:active, +.notify.primary:active, +.info-button.primary:active, +.input .button.primary:active, +.select .button.primary:active, +.tag-input .button.primary:active, +.spinner .button.primary:active, +.toast.primary:active, +.button.primary.focus, +.command-button.primary.focus, +.image-button.primary.focus, +.shortcut.primary.focus, +.tool-button.primary.focus, +.split-button .split.primary.focus, +tbody tr.primary.focus, +tbody td.primary.focus, +.tally.primary.focus, +code.primary.focus, +.notify.primary.focus, +.info-button.primary.focus, +.input .button.primary.focus, +.select .button.primary.focus, +.tag-input .button.primary.focus, +.spinner .button.primary.focus, +.toast.primary.focus, +.button.primary:focus, +.command-button.primary:focus, +.image-button.primary:focus, +.shortcut.primary:focus, +.tool-button.primary:focus, +.split-button .split.primary:focus, +tbody tr.primary:focus, +tbody td.primary:focus, +.tally.primary:focus, +code.primary:focus, +.notify.primary:focus, +.info-button.primary:focus, +.input .button.primary:focus, +.select .button.primary:focus, +.tag-input .button.primary:focus, +.spinner .button.primary:focus, +.toast.primary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); + box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); } -.accordion.material > .frame > .heading { - padding: 16px 42px 16px 16px; - font-size: 16px; - background-color: #ffffff; +.button.secondary, +.command-button.secondary, +.image-button.secondary, +.shortcut.secondary, +.tool-button.secondary, +.split-button .split.secondary, +tbody tr.secondary, +tbody td.secondary, +.tally.secondary, +code.secondary, +.notify.secondary, +.info-button.secondary, +.input .button.secondary, +.select .button.secondary, +.tag-input .button.secondary, +.spinner .button.secondary, +.toast.secondary { + outline-color: #b7c6cd; + background-color: #607d8b; + color: #ffffff; } -.accordion.material > .frame > .heading::after { - display: block; - content: "\203A"; - position: absolute; - right: 16px; - top: 8px; - font-size: 32px; - width: 40px; - height: 40px; - text-align: center; - line-height: 1; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; - -webkit-transform-origin: 50% 50%; - -ms-transform-origin: 50% 50%; - transform-origin: 50% 50%; +.button.secondary.outline, +.command-button.secondary.outline, +.image-button.secondary.outline, +.shortcut.secondary.outline, +.tool-button.secondary.outline, +.split-button .split.secondary.outline, +tbody tr.secondary.outline, +tbody td.secondary.outline, +.tally.secondary.outline, +code.secondary.outline, +.notify.secondary.outline, +.info-button.secondary.outline, +.input .button.secondary.outline, +.select .button.secondary.outline, +.tag-input .button.secondary.outline, +.spinner .button.secondary.outline, +.toast.secondary.outline { + color: #607d8b; + border-color: #607d8b; } -.accordion.material .frame + .frame { - border-top: 1px #dfdfdf solid; +.button.secondary.outline.dropdown-toggle::before, +.command-button.secondary.outline.dropdown-toggle::before, +.image-button.secondary.outline.dropdown-toggle::before, +.shortcut.secondary.outline.dropdown-toggle::before, +.tool-button.secondary.outline.dropdown-toggle::before, +.split-button .split.secondary.outline.dropdown-toggle::before, +tbody tr.secondary.outline.dropdown-toggle::before, +tbody td.secondary.outline.dropdown-toggle::before, +.tally.secondary.outline.dropdown-toggle::before, +code.secondary.outline.dropdown-toggle::before, +.notify.secondary.outline.dropdown-toggle::before, +.info-button.secondary.outline.dropdown-toggle::before, +.input .button.secondary.outline.dropdown-toggle::before, +.select .button.secondary.outline.dropdown-toggle::before, +.tag-input .button.secondary.outline.dropdown-toggle::before, +.spinner .button.secondary.outline.dropdown-toggle::before, +.toast.secondary.outline.dropdown-toggle::before { + border-color: #607d8b; } -.accordion.material > .frame > .content { - padding: 16px; - font-size: 14px; +.button.secondary.outline:hover, +.command-button.secondary.outline:hover, +.image-button.secondary.outline:hover, +.shortcut.secondary.outline:hover, +.tool-button.secondary.outline:hover, +.split-button .split.secondary.outline:hover, +tbody tr.secondary.outline:hover, +tbody td.secondary.outline:hover, +.tally.secondary.outline:hover, +code.secondary.outline:hover, +.notify.secondary.outline:hover, +.info-button.secondary.outline:hover, +.input .button.secondary.outline:hover, +.select .button.secondary.outline:hover, +.tag-input .button.secondary.outline:hover, +.spinner .button.secondary.outline:hover, +.toast.secondary.outline:hover { + color: #ffffff; } -.accordion.material > .frame.active .heading::after { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); - -webkit-transition: -webkit-transform 0.3s; - transition: -webkit-transform 0.3s; - -o-transition: transform 0.3s; - transition: transform 0.3s; - transition: transform 0.3s, -webkit-transform 0.3s; +.button.secondary.dropdown-toggle::before, +.command-button.secondary.dropdown-toggle::before, +.image-button.secondary.dropdown-toggle::before, +.shortcut.secondary.dropdown-toggle::before, +.tool-button.secondary.dropdown-toggle::before, +.split-button .split.secondary.dropdown-toggle::before, +tbody tr.secondary.dropdown-toggle::before, +tbody td.secondary.dropdown-toggle::before, +.tally.secondary.dropdown-toggle::before, +code.secondary.dropdown-toggle::before, +.notify.secondary.dropdown-toggle::before, +.info-button.secondary.dropdown-toggle::before, +.input .button.secondary.dropdown-toggle::before, +.select .button.secondary.dropdown-toggle::before, +.tag-input .button.secondary.dropdown-toggle::before, +.spinner .button.secondary.dropdown-toggle::before, +.toast.secondary.dropdown-toggle::before { + border-color: #ffffff; } -.action-button { - padding: 0; - border-radius: 50%; - width: 56px; - height: 56px; - line-height: 56px; - text-align: center; - display: inline-block; - font-weight: 400; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - font-size: 0.875rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - outline: none; - position: relative; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +.button.secondary:hover, +.command-button.secondary:hover, +.image-button.secondary:hover, +.shortcut.secondary:hover, +.tool-button.secondary:hover, +.split-button .split.secondary:hover, +tbody tr.secondary:hover, +tbody td.secondary:hover, +.tally.secondary:hover, +code.secondary:hover, +.notify.secondary:hover, +.info-button.secondary:hover, +.input .button.secondary:hover, +.select .button.secondary:hover, +.tag-input .button.secondary:hover, +.spinner .button.secondary:hover, +.toast.secondary:hover { + color: #ffffff; + background-color: #4b626d; + border-color: #36474f; } -.action-button .icon { - width: 20px; - height: 20px; - line-height: 20px; - font-size: 20px; - display: inline-block; - text-align: center; - margin-top: 18px; +.button.secondary:hover.dropdown-toggle::before, +.command-button.secondary:hover.dropdown-toggle::before, +.image-button.secondary:hover.dropdown-toggle::before, +.shortcut.secondary:hover.dropdown-toggle::before, +.tool-button.secondary:hover.dropdown-toggle::before, +.split-button .split.secondary:hover.dropdown-toggle::before, +tbody tr.secondary:hover.dropdown-toggle::before, +tbody td.secondary:hover.dropdown-toggle::before, +.tally.secondary:hover.dropdown-toggle::before, +code.secondary:hover.dropdown-toggle::before, +.notify.secondary:hover.dropdown-toggle::before, +.info-button.secondary:hover.dropdown-toggle::before, +.input .button.secondary:hover.dropdown-toggle::before, +.select .button.secondary:hover.dropdown-toggle::before, +.tag-input .button.secondary:hover.dropdown-toggle::before, +.spinner .button.secondary:hover.dropdown-toggle::before, +.toast.secondary:hover.dropdown-toggle::before { + border-color: #ffffff; } -.action-button .icon > * { - width: 100%; - max-height: 100%; - display: inline-block; +.button.secondary.same-color:hover, +.command-button.secondary.same-color:hover, +.image-button.secondary.same-color:hover, +.shortcut.secondary.same-color:hover, +.tool-button.secondary.same-color:hover, +.split-button .split.secondary.same-color:hover, +tbody tr.secondary.same-color:hover, +tbody td.secondary.same-color:hover, +.tally.secondary.same-color:hover, +code.secondary.same-color:hover, +.notify.secondary.same-color:hover, +.info-button.secondary.same-color:hover, +.input .button.secondary.same-color:hover, +.select .button.secondary.same-color:hover, +.tag-input .button.secondary.same-color:hover, +.spinner .button.secondary.same-color:hover, +.toast.secondary.same-color:hover { + background-color: #607d8b; + border-color: #607d8b; } -.action-button.second { - width: 40px; - height: 40px; - line-height: 40px; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.action-button.second .icon { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 16px; - margin-top: 0; -} -.action-button.prime { - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); -} -.action-button:active { - -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); - box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); +.button.secondary:active, +.command-button.secondary:active, +.image-button.secondary:active, +.shortcut.secondary:active, +.tool-button.secondary:active, +.split-button .split.secondary:active, +tbody tr.secondary:active, +tbody td.secondary:active, +.tally.secondary:active, +code.secondary:active, +.notify.secondary:active, +.info-button.secondary:active, +.input .button.secondary:active, +.select .button.secondary:active, +.tag-input .button.secondary:active, +.spinner .button.secondary:active, +.toast.secondary:active, +.button.secondary.focus, +.command-button.secondary.focus, +.image-button.secondary.focus, +.shortcut.secondary.focus, +.tool-button.secondary.focus, +.split-button .split.secondary.focus, +tbody tr.secondary.focus, +tbody td.secondary.focus, +.tally.secondary.focus, +code.secondary.focus, +.notify.secondary.focus, +.info-button.secondary.focus, +.input .button.secondary.focus, +.select .button.secondary.focus, +.tag-input .button.secondary.focus, +.spinner .button.secondary.focus, +.toast.secondary.focus, +.button.secondary:focus, +.command-button.secondary:focus, +.image-button.secondary:focus, +.shortcut.secondary:focus, +.tool-button.secondary:focus, +.split-button .split.secondary:focus, +tbody tr.secondary:focus, +tbody td.secondary:focus, +.tally.secondary:focus, +code.secondary:focus, +.notify.secondary:focus, +.info-button.secondary:focus, +.input .button.secondary:focus, +.select .button.secondary:focus, +.tag-input .button.secondary:focus, +.spinner .button.secondary:focus, +.toast.secondary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); + box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); } -.multi-action { - display: inline-block; - position: relative; - width: 56px; - height: 56px; +.button.success, +.command-button.success, +.image-button.success, +.shortcut.success, +.tool-button.success, +.split-button .split.success, +tbody tr.success, +tbody td.success, +.tally.success, +code.success, +.notify.success, +.info-button.success, +.input .button.success, +.select .button.success, +.tag-input .button.success, +.spinner .button.success, +.toast.success { + outline-color: #adeb6e; + background-color: #60a917; + color: #ffffff; } -.multi-action .action-button { - position: absolute; - z-index: 2; - margin: 0 !important; +.button.success.outline, +.command-button.success.outline, +.image-button.success.outline, +.shortcut.success.outline, +.tool-button.success.outline, +.split-button .split.success.outline, +tbody tr.success.outline, +tbody td.success.outline, +.tally.success.outline, +code.success.outline, +.notify.success.outline, +.info-button.success.outline, +.input .button.success.outline, +.select .button.success.outline, +.tag-input .button.success.outline, +.spinner .button.success.outline, +.toast.success.outline { + color: #60a917; + border-color: #60a917; } -.multi-action .actions { - position: absolute; - list-style: none inside none; - margin: 0 0 0 0; - padding: 0; - width: auto; - float: left; - background-color: transparent; - top: 8px; - left: 8px; - z-index: 1; - width: 40px; - height: 40px; - border-radius: 50%; +.button.success.outline.dropdown-toggle::before, +.command-button.success.outline.dropdown-toggle::before, +.image-button.success.outline.dropdown-toggle::before, +.shortcut.success.outline.dropdown-toggle::before, +.tool-button.success.outline.dropdown-toggle::before, +.split-button .split.success.outline.dropdown-toggle::before, +tbody tr.success.outline.dropdown-toggle::before, +tbody td.success.outline.dropdown-toggle::before, +.tally.success.outline.dropdown-toggle::before, +code.success.outline.dropdown-toggle::before, +.notify.success.outline.dropdown-toggle::before, +.info-button.success.outline.dropdown-toggle::before, +.input .button.success.outline.dropdown-toggle::before, +.select .button.success.outline.dropdown-toggle::before, +.tag-input .button.success.outline.dropdown-toggle::before, +.spinner .button.success.outline.dropdown-toggle::before, +.toast.success.outline.dropdown-toggle::before { + border-color: #60a917; } -.multi-action .actions li { - position: absolute; - display: block; - width: 40px; - height: 40px; - border-radius: 50%; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - margin: 0; - background: #989898; +.button.success.outline:hover, +.command-button.success.outline:hover, +.image-button.success.outline:hover, +.shortcut.success.outline:hover, +.tool-button.success.outline:hover, +.split-button .split.success.outline:hover, +tbody tr.success.outline:hover, +tbody td.success.outline:hover, +.tally.success.outline:hover, +code.success.outline:hover, +.notify.success.outline:hover, +.info-button.success.outline:hover, +.input .button.success.outline:hover, +.select .button.success.outline:hover, +.tag-input .button.success.outline:hover, +.spinner .button.success.outline:hover, +.toast.success.outline:hover { color: #ffffff; - -webkit-transform: scale(0.2); - -ms-transform: scale(0.2); - transform: scale(0.2); - line-height: 40px; - font-size: 20px; - -webkit-transition: all 0.3s; - -o-transition: all 0.3s; - transition: all 0.3s; - cursor: pointer; -} -.multi-action .actions li a { - background: inherit; - color: inherit; - display: block; - width: 40px; - height: 40px; - border-radius: 50%; - line-height: 40px; - text-align: center; - text-decoration: none; } -.multi-action .actions li:active { - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +.button.success.dropdown-toggle::before, +.command-button.success.dropdown-toggle::before, +.image-button.success.dropdown-toggle::before, +.shortcut.success.dropdown-toggle::before, +.tool-button.success.dropdown-toggle::before, +.split-button .split.success.dropdown-toggle::before, +tbody tr.success.dropdown-toggle::before, +tbody td.success.dropdown-toggle::before, +.tally.success.dropdown-toggle::before, +code.success.dropdown-toggle::before, +.notify.success.dropdown-toggle::before, +.info-button.success.dropdown-toggle::before, +.input .button.success.dropdown-toggle::before, +.select .button.success.dropdown-toggle::before, +.tag-input .button.success.dropdown-toggle::before, +.spinner .button.success.dropdown-toggle::before, +.toast.success.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions li { - -webkit-transition: all 0.3s; - -o-transition: all 0.3s; - transition: all 0.3s; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); +.button.success:hover, +.command-button.success:hover, +.image-button.success:hover, +.shortcut.success:hover, +.tool-button.success:hover, +.split-button .split.success:hover, +tbody tr.success:hover, +tbody td.success:hover, +.tally.success:hover, +code.success:hover, +.notify.success:hover, +.info-button.success:hover, +.input .button.success:hover, +.select .button.success:hover, +.tag-input .button.success:hover, +.spinner .button.success:hover, +.toast.success:hover { + color: #ffffff; + background-color: #477c11; + border-color: #2d4f0b; } -.multi-action .action-button.active ~ .actions li:nth-child(1) { - margin-top: -56px; +.button.success:hover.dropdown-toggle::before, +.command-button.success:hover.dropdown-toggle::before, +.image-button.success:hover.dropdown-toggle::before, +.shortcut.success:hover.dropdown-toggle::before, +.tool-button.success:hover.dropdown-toggle::before, +.split-button .split.success:hover.dropdown-toggle::before, +tbody tr.success:hover.dropdown-toggle::before, +tbody td.success:hover.dropdown-toggle::before, +.tally.success:hover.dropdown-toggle::before, +code.success:hover.dropdown-toggle::before, +.notify.success:hover.dropdown-toggle::before, +.info-button.success:hover.dropdown-toggle::before, +.input .button.success:hover.dropdown-toggle::before, +.select .button.success:hover.dropdown-toggle::before, +.tag-input .button.success:hover.dropdown-toggle::before, +.spinner .button.success:hover.dropdown-toggle::before, +.toast.success:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(2) { - margin-top: -104px; +.button.success.same-color:hover, +.command-button.success.same-color:hover, +.image-button.success.same-color:hover, +.shortcut.success.same-color:hover, +.tool-button.success.same-color:hover, +.split-button .split.success.same-color:hover, +tbody tr.success.same-color:hover, +tbody td.success.same-color:hover, +.tally.success.same-color:hover, +code.success.same-color:hover, +.notify.success.same-color:hover, +.info-button.success.same-color:hover, +.input .button.success.same-color:hover, +.select .button.success.same-color:hover, +.tag-input .button.success.same-color:hover, +.spinner .button.success.same-color:hover, +.toast.success.same-color:hover { + background-color: #60a917; + border-color: #60a917; } -.multi-action .action-button.active ~ .actions li:nth-child(3) { - margin-top: -152px; +.button.success:active, +.command-button.success:active, +.image-button.success:active, +.shortcut.success:active, +.tool-button.success:active, +.split-button .split.success:active, +tbody tr.success:active, +tbody td.success:active, +.tally.success:active, +code.success:active, +.notify.success:active, +.info-button.success:active, +.input .button.success:active, +.select .button.success:active, +.tag-input .button.success:active, +.spinner .button.success:active, +.toast.success:active, +.button.success.focus, +.command-button.success.focus, +.image-button.success.focus, +.shortcut.success.focus, +.tool-button.success.focus, +.split-button .split.success.focus, +tbody tr.success.focus, +tbody td.success.focus, +.tally.success.focus, +code.success.focus, +.notify.success.focus, +.info-button.success.focus, +.input .button.success.focus, +.select .button.success.focus, +.tag-input .button.success.focus, +.spinner .button.success.focus, +.toast.success.focus, +.button.success:focus, +.command-button.success:focus, +.image-button.success:focus, +.shortcut.success:focus, +.tool-button.success:focus, +.split-button .split.success:focus, +tbody tr.success:focus, +tbody td.success:focus, +.tally.success:focus, +code.success:focus, +.notify.success:focus, +.info-button.success:focus, +.input .button.success:focus, +.select .button.success:focus, +.tag-input .button.success:focus, +.spinner .button.success:focus, +.toast.success:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); } -.multi-action .action-button.active ~ .actions li:nth-child(4) { - margin-top: -200px; +.button.alert, +.command-button.alert, +.image-button.alert, +.shortcut.alert, +.tool-button.alert, +.split-button .split.alert, +tbody tr.alert, +tbody td.alert, +.tally.alert, +code.alert, +.notify.alert, +.info-button.alert, +.input .button.alert, +.select .button.alert, +.tag-input .button.alert, +.spinner .button.alert, +.toast.alert { + outline-color: #ecaba7; + background-color: #CE352C; + color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(5) { - margin-top: -248px; +.button.alert.outline, +.command-button.alert.outline, +.image-button.alert.outline, +.shortcut.alert.outline, +.tool-button.alert.outline, +.split-button .split.alert.outline, +tbody tr.alert.outline, +tbody td.alert.outline, +.tally.alert.outline, +code.alert.outline, +.notify.alert.outline, +.info-button.alert.outline, +.input .button.alert.outline, +.select .button.alert.outline, +.tag-input .button.alert.outline, +.spinner .button.alert.outline, +.toast.alert.outline { + color: #CE352C; + border-color: #CE352C; } -.multi-action .action-button.active ~ .actions li:nth-child(6) { - margin-top: -296px; +.button.alert.outline.dropdown-toggle::before, +.command-button.alert.outline.dropdown-toggle::before, +.image-button.alert.outline.dropdown-toggle::before, +.shortcut.alert.outline.dropdown-toggle::before, +.tool-button.alert.outline.dropdown-toggle::before, +.split-button .split.alert.outline.dropdown-toggle::before, +tbody tr.alert.outline.dropdown-toggle::before, +tbody td.alert.outline.dropdown-toggle::before, +.tally.alert.outline.dropdown-toggle::before, +code.alert.outline.dropdown-toggle::before, +.notify.alert.outline.dropdown-toggle::before, +.info-button.alert.outline.dropdown-toggle::before, +.input .button.alert.outline.dropdown-toggle::before, +.select .button.alert.outline.dropdown-toggle::before, +.tag-input .button.alert.outline.dropdown-toggle::before, +.spinner .button.alert.outline.dropdown-toggle::before, +.toast.alert.outline.dropdown-toggle::before { + border-color: #CE352C; } -.multi-action .action-button.active ~ .actions li:nth-child(7) { - margin-top: -344px; +.button.alert.outline:hover, +.command-button.alert.outline:hover, +.image-button.alert.outline:hover, +.shortcut.alert.outline:hover, +.tool-button.alert.outline:hover, +.split-button .split.alert.outline:hover, +tbody tr.alert.outline:hover, +tbody td.alert.outline:hover, +.tally.alert.outline:hover, +code.alert.outline:hover, +.notify.alert.outline:hover, +.info-button.alert.outline:hover, +.input .button.alert.outline:hover, +.select .button.alert.outline:hover, +.tag-input .button.alert.outline:hover, +.spinner .button.alert.outline:hover, +.toast.alert.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(8) { - margin-top: -392px; +.button.alert.dropdown-toggle::before, +.command-button.alert.dropdown-toggle::before, +.image-button.alert.dropdown-toggle::before, +.shortcut.alert.dropdown-toggle::before, +.tool-button.alert.dropdown-toggle::before, +.split-button .split.alert.dropdown-toggle::before, +tbody tr.alert.dropdown-toggle::before, +tbody td.alert.dropdown-toggle::before, +.tally.alert.dropdown-toggle::before, +code.alert.dropdown-toggle::before, +.notify.alert.dropdown-toggle::before, +.info-button.alert.dropdown-toggle::before, +.input .button.alert.dropdown-toggle::before, +.select .button.alert.dropdown-toggle::before, +.tag-input .button.alert.dropdown-toggle::before, +.spinner .button.alert.dropdown-toggle::before, +.toast.alert.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions li:nth-child(9) { - margin-top: -440px; +.button.alert:hover, +.command-button.alert:hover, +.image-button.alert:hover, +.shortcut.alert:hover, +.tool-button.alert:hover, +.split-button .split.alert:hover, +tbody tr.alert:hover, +tbody td.alert:hover, +.tally.alert:hover, +code.alert:hover, +.notify.alert:hover, +.info-button.alert:hover, +.input .button.alert:hover, +.select .button.alert:hover, +.tag-input .button.alert:hover, +.spinner .button.alert:hover, +.toast.alert:hover { + color: #ffffff; + background-color: #a42a23; + border-color: #7a1f1a; } -.multi-action .action-button.active ~ .actions li:nth-child(10) { - margin-top: -488px; +.button.alert:hover.dropdown-toggle::before, +.command-button.alert:hover.dropdown-toggle::before, +.image-button.alert:hover.dropdown-toggle::before, +.shortcut.alert:hover.dropdown-toggle::before, +.tool-button.alert:hover.dropdown-toggle::before, +.split-button .split.alert:hover.dropdown-toggle::before, +tbody tr.alert:hover.dropdown-toggle::before, +tbody td.alert:hover.dropdown-toggle::before, +.tally.alert:hover.dropdown-toggle::before, +code.alert:hover.dropdown-toggle::before, +.notify.alert:hover.dropdown-toggle::before, +.info-button.alert:hover.dropdown-toggle::before, +.input .button.alert:hover.dropdown-toggle::before, +.select .button.alert:hover.dropdown-toggle::before, +.tag-input .button.alert:hover.dropdown-toggle::before, +.spinner .button.alert:hover.dropdown-toggle::before, +.toast.alert:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(1), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(1) { - margin-top: 56px; +.button.alert.same-color:hover, +.command-button.alert.same-color:hover, +.image-button.alert.same-color:hover, +.shortcut.alert.same-color:hover, +.tool-button.alert.same-color:hover, +.split-button .split.alert.same-color:hover, +tbody tr.alert.same-color:hover, +tbody td.alert.same-color:hover, +.tally.alert.same-color:hover, +code.alert.same-color:hover, +.notify.alert.same-color:hover, +.info-button.alert.same-color:hover, +.input .button.alert.same-color:hover, +.select .button.alert.same-color:hover, +.tag-input .button.alert.same-color:hover, +.spinner .button.alert.same-color:hover, +.toast.alert.same-color:hover { + background-color: #CE352C; + border-color: #CE352C; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(2), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(2) { - margin-top: 104px; -} -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(3), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(3) { - margin-top: 152px; -} -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(4), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(4) { - margin-top: 200px; +.button.alert:active, +.command-button.alert:active, +.image-button.alert:active, +.shortcut.alert:active, +.tool-button.alert:active, +.split-button .split.alert:active, +tbody tr.alert:active, +tbody td.alert:active, +.tally.alert:active, +code.alert:active, +.notify.alert:active, +.info-button.alert:active, +.input .button.alert:active, +.select .button.alert:active, +.tag-input .button.alert:active, +.spinner .button.alert:active, +.toast.alert:active, +.button.alert.focus, +.command-button.alert.focus, +.image-button.alert.focus, +.shortcut.alert.focus, +.tool-button.alert.focus, +.split-button .split.alert.focus, +tbody tr.alert.focus, +tbody td.alert.focus, +.tally.alert.focus, +code.alert.focus, +.notify.alert.focus, +.info-button.alert.focus, +.input .button.alert.focus, +.select .button.alert.focus, +.tag-input .button.alert.focus, +.spinner .button.alert.focus, +.toast.alert.focus, +.button.alert:focus, +.command-button.alert:focus, +.image-button.alert:focus, +.shortcut.alert:focus, +.tool-button.alert:focus, +.split-button .split.alert:focus, +tbody tr.alert:focus, +tbody td.alert:focus, +.tally.alert:focus, +code.alert:focus, +.notify.alert:focus, +.info-button.alert:focus, +.input .button.alert:focus, +.select .button.alert:focus, +.tag-input .button.alert:focus, +.spinner .button.alert:focus, +.toast.alert:focus { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(5), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(5) { - margin-top: 248px; +.button.warning, +.command-button.warning, +.image-button.warning, +.shortcut.warning, +.tool-button.warning, +.split-button .split.warning, +tbody tr.warning, +tbody td.warning, +.tally.warning, +code.warning, +.notify.warning, +.info-button.warning, +.input .button.warning, +.select .button.warning, +.tag-input .button.warning, +.spinner .button.warning, +.toast.warning { + outline-color: #ffede1; + background-color: #ff9447; + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(6), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(6) { - margin-top: 296px; +.button.warning.outline, +.command-button.warning.outline, +.image-button.warning.outline, +.shortcut.warning.outline, +.tool-button.warning.outline, +.split-button .split.warning.outline, +tbody tr.warning.outline, +tbody td.warning.outline, +.tally.warning.outline, +code.warning.outline, +.notify.warning.outline, +.info-button.warning.outline, +.input .button.warning.outline, +.select .button.warning.outline, +.tag-input .button.warning.outline, +.spinner .button.warning.outline, +.toast.warning.outline { + color: #ff9447; + border-color: #ff9447; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(7), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(7) { - margin-top: 344px; +.button.warning.outline.dropdown-toggle::before, +.command-button.warning.outline.dropdown-toggle::before, +.image-button.warning.outline.dropdown-toggle::before, +.shortcut.warning.outline.dropdown-toggle::before, +.tool-button.warning.outline.dropdown-toggle::before, +.split-button .split.warning.outline.dropdown-toggle::before, +tbody tr.warning.outline.dropdown-toggle::before, +tbody td.warning.outline.dropdown-toggle::before, +.tally.warning.outline.dropdown-toggle::before, +code.warning.outline.dropdown-toggle::before, +.notify.warning.outline.dropdown-toggle::before, +.info-button.warning.outline.dropdown-toggle::before, +.input .button.warning.outline.dropdown-toggle::before, +.select .button.warning.outline.dropdown-toggle::before, +.tag-input .button.warning.outline.dropdown-toggle::before, +.spinner .button.warning.outline.dropdown-toggle::before, +.toast.warning.outline.dropdown-toggle::before { + border-color: #ff9447; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(8), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(8) { - margin-top: 392px; +.button.warning.outline:hover, +.command-button.warning.outline:hover, +.image-button.warning.outline:hover, +.shortcut.warning.outline:hover, +.tool-button.warning.outline:hover, +.split-button .split.warning.outline:hover, +tbody tr.warning.outline:hover, +tbody td.warning.outline:hover, +.tally.warning.outline:hover, +code.warning.outline:hover, +.notify.warning.outline:hover, +.info-button.warning.outline:hover, +.input .button.warning.outline:hover, +.select .button.warning.outline:hover, +.tag-input .button.warning.outline:hover, +.spinner .button.warning.outline:hover, +.toast.warning.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(9), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(9) { - margin-top: 440px; +.button.warning.dropdown-toggle::before, +.command-button.warning.dropdown-toggle::before, +.image-button.warning.dropdown-toggle::before, +.shortcut.warning.dropdown-toggle::before, +.tool-button.warning.dropdown-toggle::before, +.split-button .split.warning.dropdown-toggle::before, +tbody tr.warning.dropdown-toggle::before, +tbody td.warning.dropdown-toggle::before, +.tally.warning.dropdown-toggle::before, +code.warning.dropdown-toggle::before, +.notify.warning.dropdown-toggle::before, +.info-button.warning.dropdown-toggle::before, +.input .button.warning.dropdown-toggle::before, +.select .button.warning.dropdown-toggle::before, +.tag-input .button.warning.dropdown-toggle::before, +.spinner .button.warning.dropdown-toggle::before, +.toast.warning.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(10), -.multi-action .action-button.active ~ .actions.drop-down li:nth-child(10) { - margin-top: 488px; +.button.warning:hover, +.command-button.warning:hover, +.image-button.warning:hover, +.shortcut.warning:hover, +.tool-button.warning:hover, +.split-button .split.warning:hover, +tbody tr.warning:hover, +tbody td.warning:hover, +.tally.warning:hover, +code.warning:hover, +.notify.warning:hover, +.info-button.warning:hover, +.input .button.warning:hover, +.select .button.warning:hover, +.tag-input .button.warning:hover, +.spinner .button.warning:hover, +.toast.warning:hover { + color: #ffffff; + background-color: #ff7615; + border-color: #e05d00; } -.multi-action .action-button.active ~ .actions.drop-right li { - margin-top: 0; +.button.warning:hover.dropdown-toggle::before, +.command-button.warning:hover.dropdown-toggle::before, +.image-button.warning:hover.dropdown-toggle::before, +.shortcut.warning:hover.dropdown-toggle::before, +.tool-button.warning:hover.dropdown-toggle::before, +.split-button .split.warning:hover.dropdown-toggle::before, +tbody tr.warning:hover.dropdown-toggle::before, +tbody td.warning:hover.dropdown-toggle::before, +.tally.warning:hover.dropdown-toggle::before, +code.warning:hover.dropdown-toggle::before, +.notify.warning:hover.dropdown-toggle::before, +.info-button.warning:hover.dropdown-toggle::before, +.input .button.warning:hover.dropdown-toggle::before, +.select .button.warning:hover.dropdown-toggle::before, +.tag-input .button.warning:hover.dropdown-toggle::before, +.spinner .button.warning:hover.dropdown-toggle::before, +.toast.warning:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(1) { - margin-left: 56px; +.button.warning.same-color:hover, +.command-button.warning.same-color:hover, +.image-button.warning.same-color:hover, +.shortcut.warning.same-color:hover, +.tool-button.warning.same-color:hover, +.split-button .split.warning.same-color:hover, +tbody tr.warning.same-color:hover, +tbody td.warning.same-color:hover, +.tally.warning.same-color:hover, +code.warning.same-color:hover, +.notify.warning.same-color:hover, +.info-button.warning.same-color:hover, +.input .button.warning.same-color:hover, +.select .button.warning.same-color:hover, +.tag-input .button.warning.same-color:hover, +.spinner .button.warning.same-color:hover, +.toast.warning.same-color:hover { + background-color: #ff9447; + border-color: #ff9447; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(2) { - margin-left: 104px; +.button.warning:active, +.command-button.warning:active, +.image-button.warning:active, +.shortcut.warning:active, +.tool-button.warning:active, +.split-button .split.warning:active, +tbody tr.warning:active, +tbody td.warning:active, +.tally.warning:active, +code.warning:active, +.notify.warning:active, +.info-button.warning:active, +.input .button.warning:active, +.select .button.warning:active, +.tag-input .button.warning:active, +.spinner .button.warning:active, +.toast.warning:active, +.button.warning.focus, +.command-button.warning.focus, +.image-button.warning.focus, +.shortcut.warning.focus, +.tool-button.warning.focus, +.split-button .split.warning.focus, +tbody tr.warning.focus, +tbody td.warning.focus, +.tally.warning.focus, +code.warning.focus, +.notify.warning.focus, +.info-button.warning.focus, +.input .button.warning.focus, +.select .button.warning.focus, +.tag-input .button.warning.focus, +.spinner .button.warning.focus, +.toast.warning.focus, +.button.warning:focus, +.command-button.warning:focus, +.image-button.warning:focus, +.shortcut.warning:focus, +.tool-button.warning:focus, +.split-button .split.warning:focus, +tbody tr.warning:focus, +tbody td.warning:focus, +.tally.warning:focus, +code.warning:focus, +.notify.warning:focus, +.info-button.warning:focus, +.input .button.warning:focus, +.select .button.warning:focus, +.tag-input .button.warning:focus, +.spinner .button.warning:focus, +.toast.warning:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); + box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(3) { - margin-left: 152px; +.button.yellow, +.command-button.yellow, +.image-button.yellow, +.shortcut.yellow, +.tool-button.yellow, +.split-button .split.yellow, +tbody tr.yellow, +tbody td.yellow, +.tally.yellow, +code.yellow, +.notify.yellow, +.info-button.yellow, +.input .button.yellow, +.select .button.yellow, +.tag-input .button.yellow, +.spinner .button.yellow, +.toast.yellow { + outline-color: #ffffff; + background-color: #ffe484; + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(4) { - margin-left: 200px; +.button.yellow.outline, +.command-button.yellow.outline, +.image-button.yellow.outline, +.shortcut.yellow.outline, +.tool-button.yellow.outline, +.split-button .split.yellow.outline, +tbody tr.yellow.outline, +tbody td.yellow.outline, +.tally.yellow.outline, +code.yellow.outline, +.notify.yellow.outline, +.info-button.yellow.outline, +.input .button.yellow.outline, +.select .button.yellow.outline, +.tag-input .button.yellow.outline, +.spinner .button.yellow.outline, +.toast.yellow.outline { + color: #ffe484; + border-color: #ffe484; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(5) { - margin-left: 248px; +.button.yellow.outline.dropdown-toggle::before, +.command-button.yellow.outline.dropdown-toggle::before, +.image-button.yellow.outline.dropdown-toggle::before, +.shortcut.yellow.outline.dropdown-toggle::before, +.tool-button.yellow.outline.dropdown-toggle::before, +.split-button .split.yellow.outline.dropdown-toggle::before, +tbody tr.yellow.outline.dropdown-toggle::before, +tbody td.yellow.outline.dropdown-toggle::before, +.tally.yellow.outline.dropdown-toggle::before, +code.yellow.outline.dropdown-toggle::before, +.notify.yellow.outline.dropdown-toggle::before, +.info-button.yellow.outline.dropdown-toggle::before, +.input .button.yellow.outline.dropdown-toggle::before, +.select .button.yellow.outline.dropdown-toggle::before, +.tag-input .button.yellow.outline.dropdown-toggle::before, +.spinner .button.yellow.outline.dropdown-toggle::before, +.toast.yellow.outline.dropdown-toggle::before { + border-color: #ffe484; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(6) { - margin-left: 296px; +.button.yellow.outline:hover, +.command-button.yellow.outline:hover, +.image-button.yellow.outline:hover, +.shortcut.yellow.outline:hover, +.tool-button.yellow.outline:hover, +.split-button .split.yellow.outline:hover, +tbody tr.yellow.outline:hover, +tbody td.yellow.outline:hover, +.tally.yellow.outline:hover, +code.yellow.outline:hover, +.notify.yellow.outline:hover, +.info-button.yellow.outline:hover, +.input .button.yellow.outline:hover, +.select .button.yellow.outline:hover, +.tag-input .button.yellow.outline:hover, +.spinner .button.yellow.outline:hover, +.toast.yellow.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(7) { - margin-left: 344px; +.button.yellow.dropdown-toggle::before, +.command-button.yellow.dropdown-toggle::before, +.image-button.yellow.dropdown-toggle::before, +.shortcut.yellow.dropdown-toggle::before, +.tool-button.yellow.dropdown-toggle::before, +.split-button .split.yellow.dropdown-toggle::before, +tbody tr.yellow.dropdown-toggle::before, +tbody td.yellow.dropdown-toggle::before, +.tally.yellow.dropdown-toggle::before, +code.yellow.dropdown-toggle::before, +.notify.yellow.dropdown-toggle::before, +.info-button.yellow.dropdown-toggle::before, +.input .button.yellow.dropdown-toggle::before, +.select .button.yellow.dropdown-toggle::before, +.tag-input .button.yellow.dropdown-toggle::before, +.spinner .button.yellow.dropdown-toggle::before, +.toast.yellow.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(8) { - margin-left: 392px; +.button.yellow:hover, +.command-button.yellow:hover, +.image-button.yellow:hover, +.shortcut.yellow:hover, +.tool-button.yellow:hover, +.split-button .split.yellow:hover, +tbody tr.yellow:hover, +tbody td.yellow:hover, +.tally.yellow:hover, +code.yellow:hover, +.notify.yellow:hover, +.info-button.yellow:hover, +.input .button.yellow:hover, +.select .button.yellow:hover, +.tag-input .button.yellow:hover, +.spinner .button.yellow:hover, +.toast.yellow:hover { + color: #ffffff; + background-color: #ffd951; + border-color: #ffce1e; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(9) { - margin-left: 440px; +.button.yellow:hover.dropdown-toggle::before, +.command-button.yellow:hover.dropdown-toggle::before, +.image-button.yellow:hover.dropdown-toggle::before, +.shortcut.yellow:hover.dropdown-toggle::before, +.tool-button.yellow:hover.dropdown-toggle::before, +.split-button .split.yellow:hover.dropdown-toggle::before, +tbody tr.yellow:hover.dropdown-toggle::before, +tbody td.yellow:hover.dropdown-toggle::before, +.tally.yellow:hover.dropdown-toggle::before, +code.yellow:hover.dropdown-toggle::before, +.notify.yellow:hover.dropdown-toggle::before, +.info-button.yellow:hover.dropdown-toggle::before, +.input .button.yellow:hover.dropdown-toggle::before, +.select .button.yellow:hover.dropdown-toggle::before, +.tag-input .button.yellow:hover.dropdown-toggle::before, +.spinner .button.yellow:hover.dropdown-toggle::before, +.toast.yellow:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-right li:nth-child(10) { - margin-left: 488px; +.button.yellow.same-color:hover, +.command-button.yellow.same-color:hover, +.image-button.yellow.same-color:hover, +.shortcut.yellow.same-color:hover, +.tool-button.yellow.same-color:hover, +.split-button .split.yellow.same-color:hover, +tbody tr.yellow.same-color:hover, +tbody td.yellow.same-color:hover, +.tally.yellow.same-color:hover, +code.yellow.same-color:hover, +.notify.yellow.same-color:hover, +.info-button.yellow.same-color:hover, +.input .button.yellow.same-color:hover, +.select .button.yellow.same-color:hover, +.tag-input .button.yellow.same-color:hover, +.spinner .button.yellow.same-color:hover, +.toast.yellow.same-color:hover { + background-color: #ffe484; + border-color: #ffe484; } -.multi-action .action-button.active ~ .actions.drop-left li { - margin-top: 0; +.button.yellow:active, +.command-button.yellow:active, +.image-button.yellow:active, +.shortcut.yellow:active, +.tool-button.yellow:active, +.split-button .split.yellow:active, +tbody tr.yellow:active, +tbody td.yellow:active, +.tally.yellow:active, +code.yellow:active, +.notify.yellow:active, +.info-button.yellow:active, +.input .button.yellow:active, +.select .button.yellow:active, +.tag-input .button.yellow:active, +.spinner .button.yellow:active, +.toast.yellow:active, +.button.yellow.focus, +.command-button.yellow.focus, +.image-button.yellow.focus, +.shortcut.yellow.focus, +.tool-button.yellow.focus, +.split-button .split.yellow.focus, +tbody tr.yellow.focus, +tbody td.yellow.focus, +.tally.yellow.focus, +code.yellow.focus, +.notify.yellow.focus, +.info-button.yellow.focus, +.input .button.yellow.focus, +.select .button.yellow.focus, +.tag-input .button.yellow.focus, +.spinner .button.yellow.focus, +.toast.yellow.focus, +.button.yellow:focus, +.command-button.yellow:focus, +.image-button.yellow:focus, +.shortcut.yellow:focus, +.tool-button.yellow:focus, +.split-button .split.yellow:focus, +tbody tr.yellow:focus, +tbody td.yellow:focus, +.tally.yellow:focus, +code.yellow:focus, +.notify.yellow:focus, +.info-button.yellow:focus, +.input .button.yellow:focus, +.select .button.yellow:focus, +.tag-input .button.yellow:focus, +.spinner .button.yellow:focus, +.toast.yellow:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); + box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(1) { - margin-left: -56px; -} -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(2) { - margin-left: -104px; -} -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(3) { - margin-left: -152px; -} -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(4) { - margin-left: -200px; +.button.info, +.command-button.info, +.image-button.info, +.shortcut.info, +.tool-button.info, +.split-button .split.info, +tbody tr.info, +tbody td.info, +.tally.info, +code.info, +.notify.info, +.info-button.info, +.input .button.info, +.select .button.info, +.tag-input .button.info, +.spinner .button.info, +.toast.info { + outline-color: #e6f5fc; + background-color: #5ebdec; + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(5) { - margin-left: -248px; +.button.info.outline, +.command-button.info.outline, +.image-button.info.outline, +.shortcut.info.outline, +.tool-button.info.outline, +.split-button .split.info.outline, +tbody tr.info.outline, +tbody td.info.outline, +.tally.info.outline, +code.info.outline, +.notify.info.outline, +.info-button.info.outline, +.input .button.info.outline, +.select .button.info.outline, +.tag-input .button.info.outline, +.spinner .button.info.outline, +.toast.info.outline { + color: #5ebdec; + border-color: #5ebdec; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(6) { - margin-left: -296px; +.button.info.outline.dropdown-toggle::before, +.command-button.info.outline.dropdown-toggle::before, +.image-button.info.outline.dropdown-toggle::before, +.shortcut.info.outline.dropdown-toggle::before, +.tool-button.info.outline.dropdown-toggle::before, +.split-button .split.info.outline.dropdown-toggle::before, +tbody tr.info.outline.dropdown-toggle::before, +tbody td.info.outline.dropdown-toggle::before, +.tally.info.outline.dropdown-toggle::before, +code.info.outline.dropdown-toggle::before, +.notify.info.outline.dropdown-toggle::before, +.info-button.info.outline.dropdown-toggle::before, +.input .button.info.outline.dropdown-toggle::before, +.select .button.info.outline.dropdown-toggle::before, +.tag-input .button.info.outline.dropdown-toggle::before, +.spinner .button.info.outline.dropdown-toggle::before, +.toast.info.outline.dropdown-toggle::before { + border-color: #5ebdec; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(7) { - margin-left: -344px; +.button.info.outline:hover, +.command-button.info.outline:hover, +.image-button.info.outline:hover, +.shortcut.info.outline:hover, +.tool-button.info.outline:hover, +.split-button .split.info.outline:hover, +tbody tr.info.outline:hover, +tbody td.info.outline:hover, +.tally.info.outline:hover, +code.info.outline:hover, +.notify.info.outline:hover, +.info-button.info.outline:hover, +.input .button.info.outline:hover, +.select .button.info.outline:hover, +.tag-input .button.info.outline:hover, +.spinner .button.info.outline:hover, +.toast.info.outline:hover { + color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(8) { - margin-left: -392px; +.button.info.dropdown-toggle::before, +.command-button.info.dropdown-toggle::before, +.image-button.info.dropdown-toggle::before, +.shortcut.info.dropdown-toggle::before, +.tool-button.info.dropdown-toggle::before, +.split-button .split.info.dropdown-toggle::before, +tbody tr.info.dropdown-toggle::before, +tbody td.info.dropdown-toggle::before, +.tally.info.dropdown-toggle::before, +code.info.dropdown-toggle::before, +.notify.info.dropdown-toggle::before, +.info-button.info.dropdown-toggle::before, +.input .button.info.dropdown-toggle::before, +.select .button.info.dropdown-toggle::before, +.tag-input .button.info.dropdown-toggle::before, +.spinner .button.info.dropdown-toggle::before, +.toast.info.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(9) { - margin-left: -440px; +.button.info:hover, +.command-button.info:hover, +.image-button.info:hover, +.shortcut.info:hover, +.tool-button.info:hover, +.split-button .split.info:hover, +tbody tr.info:hover, +tbody td.info:hover, +.tally.info:hover, +code.info:hover, +.notify.info:hover, +.info-button.info:hover, +.input .button.info:hover, +.select .button.info:hover, +.tag-input .button.info:hover, +.spinner .button.info:hover, +.toast.info:hover { + color: #ffffff; + background-color: #30abe6; + border-color: #1891cb; } -.multi-action .action-button.active ~ .actions.drop-left li:nth-child(10) { - margin-left: -488px; +.button.info:hover.dropdown-toggle::before, +.command-button.info:hover.dropdown-toggle::before, +.image-button.info:hover.dropdown-toggle::before, +.shortcut.info:hover.dropdown-toggle::before, +.tool-button.info:hover.dropdown-toggle::before, +.split-button .split.info:hover.dropdown-toggle::before, +tbody tr.info:hover.dropdown-toggle::before, +tbody td.info:hover.dropdown-toggle::before, +.tally.info:hover.dropdown-toggle::before, +code.info:hover.dropdown-toggle::before, +.notify.info:hover.dropdown-toggle::before, +.info-button.info:hover.dropdown-toggle::before, +.input .button.info:hover.dropdown-toggle::before, +.select .button.info:hover.dropdown-toggle::before, +.tag-input .button.info:hover.dropdown-toggle::before, +.spinner .button.info:hover.dropdown-toggle::before, +.toast.info:hover.dropdown-toggle::before { + border-color: #ffffff; } -.multi-action .action-button .icon { - -webkit-transition: all 0.3s; - -o-transition: all 0.3s; - transition: all 0.3s; +.button.info.same-color:hover, +.command-button.info.same-color:hover, +.image-button.info.same-color:hover, +.shortcut.info.same-color:hover, +.tool-button.info.same-color:hover, +.split-button .split.info.same-color:hover, +tbody tr.info.same-color:hover, +tbody td.info.same-color:hover, +.tally.info.same-color:hover, +code.info.same-color:hover, +.notify.info.same-color:hover, +.info-button.info.same-color:hover, +.input .button.info.same-color:hover, +.select .button.info.same-color:hover, +.tag-input .button.info.same-color:hover, +.spinner .button.info.same-color:hover, +.toast.info.same-color:hover { + background-color: #5ebdec; + border-color: #5ebdec; } -.multi-action .action-button.active.rotate .icon { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.button.info:active, +.command-button.info:active, +.image-button.info:active, +.shortcut.info:active, +.tool-button.info:active, +.split-button .split.info:active, +tbody tr.info:active, +tbody td.info:active, +.tally.info:active, +code.info:active, +.notify.info:active, +.info-button.info:active, +.input .button.info:active, +.select .button.info:active, +.tag-input .button.info:active, +.spinner .button.info:active, +.toast.info:active, +.button.info.focus, +.command-button.info.focus, +.image-button.info.focus, +.shortcut.info.focus, +.tool-button.info.focus, +.split-button .split.info.focus, +tbody tr.info.focus, +tbody td.info.focus, +.tally.info.focus, +code.info.focus, +.notify.info.focus, +.info-button.info.focus, +.input .button.info.focus, +.select .button.info.focus, +.tag-input .button.info.focus, +.spinner .button.info.focus, +.toast.info.focus, +.button.info:focus, +.command-button.info:focus, +.image-button.info:focus, +.shortcut.info:focus, +.tool-button.info:focus, +.split-button .split.info:focus, +tbody tr.info:focus, +tbody td.info:focus, +.tally.info:focus, +code.info:focus, +.notify.info:focus, +.info-button.info:focus, +.input .button.info:focus, +.select .button.info:focus, +.tag-input .button.info:focus, +.spinner .button.info:focus, +.toast.info:focus { + -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); + box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); } -.multi-action .action-button.active.rotate-minus .icon { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.button.dark, +.command-button.dark, +.image-button.dark, +.shortcut.dark, +.tool-button.dark, +.split-button .split.dark, +tbody tr.dark, +tbody td.dark, +.tally.dark, +code.dark, +.notify.dark, +.info-button.dark, +.input .button.dark, +.select .button.dark, +.tag-input .button.dark, +.spinner .button.dark, +.toast.dark { + outline-color: #9d9d9d; + background-color: #505050; + color: #ffffff; } -.action-button.floating-action-top, -.multi-action.floating-action-top { - z-index: 1080; - top: 90px; - left: 16px; - position: fixed; +.button.dark.outline, +.command-button.dark.outline, +.image-button.dark.outline, +.shortcut.dark.outline, +.tool-button.dark.outline, +.split-button .split.dark.outline, +tbody tr.dark.outline, +tbody td.dark.outline, +.tally.dark.outline, +code.dark.outline, +.notify.dark.outline, +.info-button.dark.outline, +.input .button.dark.outline, +.select .button.dark.outline, +.tag-input .button.dark.outline, +.spinner .button.dark.outline, +.toast.dark.outline { + color: #505050; + border-color: #505050; } -.action-button.floating-action-bottom, -.multi-action.floating-action-bottom { - z-index: 1080; - bottom: 20px; - right: 20px; - position: fixed; +.button.dark.outline.dropdown-toggle::before, +.command-button.dark.outline.dropdown-toggle::before, +.image-button.dark.outline.dropdown-toggle::before, +.shortcut.dark.outline.dropdown-toggle::before, +.tool-button.dark.outline.dropdown-toggle::before, +.split-button .split.dark.outline.dropdown-toggle::before, +tbody tr.dark.outline.dropdown-toggle::before, +tbody td.dark.outline.dropdown-toggle::before, +.tally.dark.outline.dropdown-toggle::before, +code.dark.outline.dropdown-toggle::before, +.notify.dark.outline.dropdown-toggle::before, +.info-button.dark.outline.dropdown-toggle::before, +.input .button.dark.outline.dropdown-toggle::before, +.select .button.dark.outline.dropdown-toggle::before, +.tag-input .button.dark.outline.dropdown-toggle::before, +.spinner .button.dark.outline.dropdown-toggle::before, +.toast.dark.outline.dropdown-toggle::before { + border-color: #505050; } -.activity-ring { - position: relative; - padding-top: 0.22rem; - width: 32px; - height: 32px; - margin: 0.625rem; +.button.dark.outline:hover, +.command-button.dark.outline:hover, +.image-button.dark.outline:hover, +.shortcut.dark.outline:hover, +.tool-button.dark.outline:hover, +.split-button .split.dark.outline:hover, +tbody tr.dark.outline:hover, +tbody td.dark.outline:hover, +.tally.dark.outline:hover, +code.dark.outline:hover, +.notify.dark.outline:hover, +.info-button.dark.outline:hover, +.input .button.dark.outline:hover, +.select .button.dark.outline:hover, +.tag-input .button.dark.outline:hover, +.spinner .button.dark.outline:hover, +.toast.dark.outline:hover { + color: #ffffff; } -.activity-ring > .wrap { - position: absolute; - width: 30px; - height: 30px; +.button.dark.dropdown-toggle::before, +.command-button.dark.dropdown-toggle::before, +.image-button.dark.dropdown-toggle::before, +.shortcut.dark.dropdown-toggle::before, +.tool-button.dark.dropdown-toggle::before, +.split-button .split.dark.dropdown-toggle::before, +tbody tr.dark.dropdown-toggle::before, +tbody td.dark.dropdown-toggle::before, +.tally.dark.dropdown-toggle::before, +code.dark.dropdown-toggle::before, +.notify.dark.dropdown-toggle::before, +.info-button.dark.dropdown-toggle::before, +.input .button.dark.dropdown-toggle::before, +.select .button.dark.dropdown-toggle::before, +.tag-input .button.dark.dropdown-toggle::before, +.spinner .button.dark.dropdown-toggle::before, +.toast.dark.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring > .wrap > .circle { - opacity: 0; - width: 30px; - height: 30px; - -webkit-transform: rotate(225deg); - -ms-transform: rotate(225deg); - transform: rotate(225deg); - -webkit-animation: orbit 4000ms infinite; - animation: orbit 4000ms infinite; +.button.dark:hover, +.command-button.dark:hover, +.image-button.dark:hover, +.shortcut.dark:hover, +.tool-button.dark:hover, +.split-button .split.dark:hover, +tbody tr.dark:hover, +tbody td.dark:hover, +.tally.dark:hover, +code.dark:hover, +.notify.dark:hover, +.info-button.dark:hover, +.input .button.dark:hover, +.select .button.dark:hover, +.tag-input .button.dark:hover, +.spinner .button.dark:hover, +.toast.dark:hover { + color: #ffffff; + background-color: #373737; + border-color: #1d1d1d; } -.activity-ring > .wrap > .circle:after { - position: absolute; - content: ''; - width: 4px; - height: 4px; - border-radius: 4px; - background: #ffffff; +.button.dark:hover.dropdown-toggle::before, +.command-button.dark:hover.dropdown-toggle::before, +.image-button.dark:hover.dropdown-toggle::before, +.shortcut.dark:hover.dropdown-toggle::before, +.tool-button.dark:hover.dropdown-toggle::before, +.split-button .split.dark:hover.dropdown-toggle::before, +tbody tr.dark:hover.dropdown-toggle::before, +tbody td.dark:hover.dropdown-toggle::before, +.tally.dark:hover.dropdown-toggle::before, +code.dark:hover.dropdown-toggle::before, +.notify.dark:hover.dropdown-toggle::before, +.info-button.dark:hover.dropdown-toggle::before, +.input .button.dark:hover.dropdown-toggle::before, +.select .button.dark:hover.dropdown-toggle::before, +.tag-input .button.dark:hover.dropdown-toggle::before, +.spinner .button.dark:hover.dropdown-toggle::before, +.toast.dark:hover.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring > .wrap:nth-child(2) { - -webkit-transform: rotate(-14deg); - -ms-transform: rotate(-14deg); - transform: rotate(-14deg); +.button.dark.same-color:hover, +.command-button.dark.same-color:hover, +.image-button.dark.same-color:hover, +.shortcut.dark.same-color:hover, +.tool-button.dark.same-color:hover, +.split-button .split.dark.same-color:hover, +tbody tr.dark.same-color:hover, +tbody td.dark.same-color:hover, +.tally.dark.same-color:hover, +code.dark.same-color:hover, +.notify.dark.same-color:hover, +.info-button.dark.same-color:hover, +.input .button.dark.same-color:hover, +.select .button.dark.same-color:hover, +.tag-input .button.dark.same-color:hover, +.spinner .button.dark.same-color:hover, +.toast.dark.same-color:hover { + background-color: #505050; + border-color: #505050; } -.activity-ring > .wrap:nth-child(2) > .circle { - -webkit-animation-delay: 133.33333333ms; - animation-delay: 133.33333333ms; +.button.dark:active, +.command-button.dark:active, +.image-button.dark:active, +.shortcut.dark:active, +.tool-button.dark:active, +.split-button .split.dark:active, +tbody tr.dark:active, +tbody td.dark:active, +.tally.dark:active, +code.dark:active, +.notify.dark:active, +.info-button.dark:active, +.input .button.dark:active, +.select .button.dark:active, +.tag-input .button.dark:active, +.spinner .button.dark:active, +.toast.dark:active, +.button.dark.focus, +.command-button.dark.focus, +.image-button.dark.focus, +.shortcut.dark.focus, +.tool-button.dark.focus, +.split-button .split.dark.focus, +tbody tr.dark.focus, +tbody td.dark.focus, +.tally.dark.focus, +code.dark.focus, +.notify.dark.focus, +.info-button.dark.focus, +.input .button.dark.focus, +.select .button.dark.focus, +.tag-input .button.dark.focus, +.spinner .button.dark.focus, +.toast.dark.focus, +.button.dark:focus, +.command-button.dark:focus, +.image-button.dark:focus, +.shortcut.dark:focus, +.tool-button.dark:focus, +.split-button .split.dark:focus, +tbody tr.dark:focus, +tbody td.dark:focus, +.tally.dark:focus, +code.dark:focus, +.notify.dark:focus, +.info-button.dark:focus, +.input .button.dark:focus, +.select .button.dark:focus, +.tag-input .button.dark:focus, +.spinner .button.dark:focus, +.toast.dark:focus { + -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); + box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); } -.activity-ring > .wrap:nth-child(3) { - -webkit-transform: rotate(-28deg); - -ms-transform: rotate(-28deg); - transform: rotate(-28deg); +.button.light, +.command-button.light, +.image-button.light, +.shortcut.light, +.tool-button.light, +.split-button .split.light, +tbody tr.light, +tbody td.light, +.tally.light, +code.light, +.notify.light, +.info-button.light, +.input .button.light, +.select .button.light, +.tag-input .button.light, +.spinner .button.light, +.toast.light { + outline-color: #ffffff; + background-color: #f8f8f8; + color: #ffffff; } -.activity-ring > .wrap:nth-child(3) > .circle { - -webkit-animation-delay: 266.66666667ms; - animation-delay: 266.66666667ms; +.button.light.outline, +.command-button.light.outline, +.image-button.light.outline, +.shortcut.light.outline, +.tool-button.light.outline, +.split-button .split.light.outline, +tbody tr.light.outline, +tbody td.light.outline, +.tally.light.outline, +code.light.outline, +.notify.light.outline, +.info-button.light.outline, +.input .button.light.outline, +.select .button.light.outline, +.tag-input .button.light.outline, +.spinner .button.light.outline, +.toast.light.outline { + color: #f8f8f8; + border-color: #f8f8f8; } -.activity-ring > .wrap:nth-child(4) { - -webkit-transform: rotate(-42deg); - -ms-transform: rotate(-42deg); - transform: rotate(-42deg); +.button.light.outline.dropdown-toggle::before, +.command-button.light.outline.dropdown-toggle::before, +.image-button.light.outline.dropdown-toggle::before, +.shortcut.light.outline.dropdown-toggle::before, +.tool-button.light.outline.dropdown-toggle::before, +.split-button .split.light.outline.dropdown-toggle::before, +tbody tr.light.outline.dropdown-toggle::before, +tbody td.light.outline.dropdown-toggle::before, +.tally.light.outline.dropdown-toggle::before, +code.light.outline.dropdown-toggle::before, +.notify.light.outline.dropdown-toggle::before, +.info-button.light.outline.dropdown-toggle::before, +.input .button.light.outline.dropdown-toggle::before, +.select .button.light.outline.dropdown-toggle::before, +.tag-input .button.light.outline.dropdown-toggle::before, +.spinner .button.light.outline.dropdown-toggle::before, +.toast.light.outline.dropdown-toggle::before { + border-color: #f8f8f8; } -.activity-ring > .wrap:nth-child(4) > .circle { - -webkit-animation-delay: 400ms; - animation-delay: 400ms; +.button.light.outline:hover, +.command-button.light.outline:hover, +.image-button.light.outline:hover, +.shortcut.light.outline:hover, +.tool-button.light.outline:hover, +.split-button .split.light.outline:hover, +tbody tr.light.outline:hover, +tbody td.light.outline:hover, +.tally.light.outline:hover, +code.light.outline:hover, +.notify.light.outline:hover, +.info-button.light.outline:hover, +.input .button.light.outline:hover, +.select .button.light.outline:hover, +.tag-input .button.light.outline:hover, +.spinner .button.light.outline:hover, +.toast.light.outline:hover { + color: #ffffff; } -.activity-ring > .wrap:nth-child(5) { - -webkit-transform: rotate(-56deg); - -ms-transform: rotate(-56deg); - transform: rotate(-56deg); +.button.light.dropdown-toggle::before, +.command-button.light.dropdown-toggle::before, +.image-button.light.dropdown-toggle::before, +.shortcut.light.dropdown-toggle::before, +.tool-button.light.dropdown-toggle::before, +.split-button .split.light.dropdown-toggle::before, +tbody tr.light.dropdown-toggle::before, +tbody td.light.dropdown-toggle::before, +.tally.light.dropdown-toggle::before, +code.light.dropdown-toggle::before, +.notify.light.dropdown-toggle::before, +.info-button.light.dropdown-toggle::before, +.input .button.light.dropdown-toggle::before, +.select .button.light.dropdown-toggle::before, +.tag-input .button.light.dropdown-toggle::before, +.spinner .button.light.dropdown-toggle::before, +.toast.light.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring > .wrap:nth-child(5) > .circle { - -webkit-animation-delay: 533.33333333ms; - animation-delay: 533.33333333ms; +.button.light:hover, +.command-button.light:hover, +.image-button.light:hover, +.shortcut.light:hover, +.tool-button.light:hover, +.split-button .split.light:hover, +tbody tr.light:hover, +tbody td.light:hover, +.tally.light:hover, +code.light:hover, +.notify.light:hover, +.info-button.light:hover, +.input .button.light:hover, +.select .button.light:hover, +.tag-input .button.light:hover, +.spinner .button.light:hover, +.toast.light:hover { + color: #ffffff; + background-color: #dfdfdf; + border-color: #c5c5c5; } -.activity-ring.dark-style > .wrap > .circle:after { - background-color: #989898; +.button.light:hover.dropdown-toggle::before, +.command-button.light:hover.dropdown-toggle::before, +.image-button.light:hover.dropdown-toggle::before, +.shortcut.light:hover.dropdown-toggle::before, +.tool-button.light:hover.dropdown-toggle::before, +.split-button .split.light:hover.dropdown-toggle::before, +tbody tr.light:hover.dropdown-toggle::before, +tbody td.light:hover.dropdown-toggle::before, +.tally.light:hover.dropdown-toggle::before, +code.light:hover.dropdown-toggle::before, +.notify.light:hover.dropdown-toggle::before, +.info-button.light:hover.dropdown-toggle::before, +.input .button.light:hover.dropdown-toggle::before, +.select .button.light:hover.dropdown-toggle::before, +.tag-input .button.light:hover.dropdown-toggle::before, +.spinner .button.light:hover.dropdown-toggle::before, +.toast.light:hover.dropdown-toggle::before { + border-color: #ffffff; } -.activity-ring.color-style > .wrap > .circle:after { - background-color: #1ba1e2; +.button.light.same-color:hover, +.command-button.light.same-color:hover, +.image-button.light.same-color:hover, +.shortcut.light.same-color:hover, +.tool-button.light.same-color:hover, +.split-button .split.light.same-color:hover, +tbody tr.light.same-color:hover, +tbody td.light.same-color:hover, +.tally.light.same-color:hover, +code.light.same-color:hover, +.notify.light.same-color:hover, +.info-button.light.same-color:hover, +.input .button.light.same-color:hover, +.select .button.light.same-color:hover, +.tag-input .button.light.same-color:hover, +.spinner .button.light.same-color:hover, +.toast.light.same-color:hover { + background-color: #f8f8f8; + border-color: #f8f8f8; } -.activity-ring.color-style > .wrap:nth-child(2) > .circle:after { - background-color: #fa6800; +.button.light:active, +.command-button.light:active, +.image-button.light:active, +.shortcut.light:active, +.tool-button.light:active, +.split-button .split.light:active, +tbody tr.light:active, +tbody td.light:active, +.tally.light:active, +code.light:active, +.notify.light:active, +.info-button.light:active, +.input .button.light:active, +.select .button.light:active, +.tag-input .button.light:active, +.spinner .button.light:active, +.toast.light:active, +.button.light.focus, +.command-button.light.focus, +.image-button.light.focus, +.shortcut.light.focus, +.tool-button.light.focus, +.split-button .split.light.focus, +tbody tr.light.focus, +tbody td.light.focus, +.tally.light.focus, +code.light.focus, +.notify.light.focus, +.info-button.light.focus, +.input .button.light.focus, +.select .button.light.focus, +.tag-input .button.light.focus, +.spinner .button.light.focus, +.toast.light.focus, +.button.light:focus, +.command-button.light:focus, +.image-button.light:focus, +.shortcut.light:focus, +.tool-button.light:focus, +.split-button .split.light:focus, +tbody tr.light:focus, +tbody td.light:focus, +.tally.light:focus, +code.light:focus, +.notify.light:focus, +.info-button.light:focus, +.input .button.light:focus, +.select .button.light:focus, +.tag-input .button.light:focus, +.spinner .button.light:focus, +.toast.light:focus { + -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); + box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); } -.activity-ring.color-style > .wrap:nth-child(3) > .circle:after { - background-color: #60a917; +.button.yellow, +.command-button.yellow, +.image-button.yellow, +.shortcut.yellow, +.tool-button.yellow, +.split-button .split.yellow, +tbody tr.yellow, +tbody td.yellow, +.tally.yellow, +code.yellow, +.notify.yellow, +.info-button.yellow, +.input .button.yellow, +.select .button.yellow, +.tag-input .button.yellow, +.spinner .button.yellow, +.toast.yellow, +.button.light, +.command-button.light, +.image-button.light, +.shortcut.light, +.tool-button.light, +.split-button .split.light, +tbody tr.light, +tbody td.light, +.tally.light, +code.light, +.notify.light, +.info-button.light, +.input .button.light, +.select .button.light, +.tag-input .button.light, +.spinner .button.light, +.toast.light { + color: #1d1d1d; } -.activity-ring.color-style > .wrap:nth-child(4) > .circle:after { - background-color: #CE352C; +.button.yellow:hover, +.command-button.yellow:hover, +.image-button.yellow:hover, +.shortcut.yellow:hover, +.tool-button.yellow:hover, +.split-button .split.yellow:hover, +tbody tr.yellow:hover, +tbody td.yellow:hover, +.tally.yellow:hover, +code.yellow:hover, +.notify.yellow:hover, +.info-button.yellow:hover, +.input .button.yellow:hover, +.select .button.yellow:hover, +.tag-input .button.yellow:hover, +.spinner .button.yellow:hover, +.toast.yellow:hover, +.button.light:hover, +.command-button.light:hover, +.image-button.light:hover, +.shortcut.light:hover, +.tool-button.light:hover, +.split-button .split.light:hover, +tbody tr.light:hover, +tbody td.light:hover, +.tally.light:hover, +code.light:hover, +.notify.light:hover, +.info-button.light:hover, +.input .button.light:hover, +.select .button.light:hover, +.tag-input .button.light:hover, +.spinner .button.light:hover, +.toast.light:hover, +.button.yellow.outline:hover, +.command-button.yellow.outline:hover, +.image-button.yellow.outline:hover, +.shortcut.yellow.outline:hover, +.tool-button.yellow.outline:hover, +.split-button .split.yellow.outline:hover, +tbody tr.yellow.outline:hover, +tbody td.yellow.outline:hover, +.tally.yellow.outline:hover, +code.yellow.outline:hover, +.notify.yellow.outline:hover, +.info-button.yellow.outline:hover, +.input .button.yellow.outline:hover, +.select .button.yellow.outline:hover, +.tag-input .button.yellow.outline:hover, +.spinner .button.yellow.outline:hover, +.toast.yellow.outline:hover, +.button.light.outline:hover, +.command-button.light.outline:hover, +.image-button.light.outline:hover, +.shortcut.light.outline:hover, +.tool-button.light.outline:hover, +.split-button .split.light.outline:hover, +tbody tr.light.outline:hover, +tbody td.light.outline:hover, +.tally.light.outline:hover, +code.light.outline:hover, +.notify.light.outline:hover, +.info-button.light.outline:hover, +.input .button.light.outline:hover, +.select .button.light.outline:hover, +.tag-input .button.light.outline:hover, +.spinner .button.light.outline:hover, +.toast.light.outline:hover { + color: #1d1d1d; } -.activity-ring.color-style > .wrap:nth-child(5) > .circle:after { - background-color: #fff000; +.action-button.primary { + outline-color: #75b5fd; + background-color: #0366d6; + color: #ffffff; } -.activity-metro { - overflow: hidden; - position: relative; - width: 100%; - height: 10px; - background-color: transparent; +.action-button.secondary { + outline-color: #b7c6cd; + background-color: #607d8b; + color: #ffffff; } -.activity-metro > .circle { - display: inline-block; - position: absolute; - width: 10px; - height: 10px; - background-color: #ffffff; - opacity: 0; - margin-left: 5px; - -webkit-animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; - animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; +.action-button.success { + outline-color: #adeb6e; + background-color: #60a917; + color: #ffffff; } -.activity-metro > .circle:nth-child(2) { - -webkit-animation-delay: 0.8s; - animation-delay: 0.8s; +.action-button.alert { + outline-color: #ecaba7; + background-color: #CE352C; + color: #ffffff; } -.activity-metro > .circle:nth-child(3) { - -webkit-animation-delay: 0.7s; - animation-delay: 0.7s; +.action-button.warning { + outline-color: #ffede1; + background-color: #ff9447; + color: #ffffff; } -.activity-metro > .circle:nth-child(4) { - -webkit-animation-delay: 0.6s; - animation-delay: 0.6s; +.action-button.yellow { + outline-color: #ffffff; + background-color: #ffe484; + color: #ffffff; } -.activity-metro > .circle:nth-child(5) { - -webkit-animation-delay: 0.5s; - animation-delay: 0.5s; +.action-button.info { + outline-color: #e6f5fc; + background-color: #5ebdec; + color: #ffffff; } -.activity-metro.dark-style > .circle { - background-color: #989898; +.action-button.dark { + outline-color: #9d9d9d; + background-color: #505050; + color: #ffffff; } -.activity-metro.color-style > .circle { - background-color: #1ba1e2; +.action-button.light { + outline-color: #ffffff; + background-color: #f8f8f8; + color: #ffffff; } -.activity-metro.color-style > .circle:nth-child(2) { - background-color: #fa6800; +.action-button.yellow, +.action-button.light { + color: #1d1d1d; } -.activity-metro.color-style > .circle:nth-child(3) { - background-color: #60a917; +.action-button.yellow:hover, +.action-button.light:hover, +.action-button.yellow.outline:hover, +.action-button.light.outline:hover { + color: #1d1d1d; } -.activity-metro.color-style > .circle:nth-child(4) { - background-color: #CE352C; +.pagination.primary .page-item.active, +.pagination.primary .page-item.service, +.pagination.primary .page-item:hover { + background-color: #0366d6; + border-color: #0366d6; + color: #ffffff; } -.activity-metro.color-style > .circle:nth-child(5) { - background-color: #fff000; +.pagination.primary .page-item.active:hover, +.pagination.primary .page-item.service:hover, +.pagination.primary .page-item:hover:hover { + background-color: #024ea4; } -.activity-square { - position: relative; - width: 40px; - height: 40px; - overflow: hidden; - -webkit-transform-origin: bottom left; - -ms-transform-origin: bottom left; - transform-origin: bottom left; - -webkit-animation: ani-shrink 1s linear infinite; - animation: ani-shrink 1s linear infinite; +.pagination.secondary .page-item.active, +.pagination.secondary .page-item.service, +.pagination.secondary .page-item:hover { + background-color: #607d8b; + border-color: #607d8b; + color: #ffffff; } -.activity-square .square { - position: absolute; - width: 19px; - height: 19px; - background: #ffffff; +.pagination.secondary .page-item.active:hover, +.pagination.secondary .page-item.service:hover, +.pagination.secondary .page-item:hover:hover { + background-color: #4b626d; } -.activity-square .square:nth-child(1) { - left: 0; - top: 21px; +.pagination.success .page-item.active, +.pagination.success .page-item.service, +.pagination.success .page-item:hover { + background-color: #60a917; + border-color: #60a917; + color: #ffffff; } -.activity-square .square:nth-child(2) { - left: 21px; - top: 21px; - -webkit-animation: ani-drop 1s linear infinite; - animation: ani-drop 1s linear infinite; +.pagination.success .page-item.active:hover, +.pagination.success .page-item.service:hover, +.pagination.success .page-item:hover:hover { + background-color: #477c11; } -.activity-square .square:nth-child(3) { - left: 0; - top: 0; - -webkit-animation: ani-drop2 1s linear infinite; - animation: ani-drop2 1s linear infinite; +.pagination.alert .page-item.active, +.pagination.alert .page-item.service, +.pagination.alert .page-item:hover { + background-color: #CE352C; + border-color: #CE352C; + color: #ffffff; } -.activity-square .square:nth-child(4) { - left: 21px; - top: 0; - -webkit-animation: ani-drop3 1s linear infinite; - animation: ani-drop3 1s linear infinite; +.pagination.alert .page-item.active:hover, +.pagination.alert .page-item.service:hover, +.pagination.alert .page-item:hover:hover { + background-color: #a42a23; } -.activity-square.dark-style > .square { - background-color: #989898; +.pagination.warning .page-item.active, +.pagination.warning .page-item.service, +.pagination.warning .page-item:hover { + background-color: #ff9447; + border-color: #ff9447; + color: #ffffff; } -.activity-square.color-style > .square:nth-child(1) { - background-color: #fa6800; +.pagination.warning .page-item.active:hover, +.pagination.warning .page-item.service:hover, +.pagination.warning .page-item:hover:hover { + background-color: #ff7615; } -.activity-square.color-style > .square:nth-child(2) { - background-color: #60a917; +.pagination.yellow .page-item.active, +.pagination.yellow .page-item.service, +.pagination.yellow .page-item:hover { + background-color: #ffe484; + border-color: #ffe484; + color: #ffffff; } -.activity-square.color-style > .square:nth-child(3) { - background-color: #1ba1e2; +.pagination.yellow .page-item.active:hover, +.pagination.yellow .page-item.service:hover, +.pagination.yellow .page-item:hover:hover { + background-color: #ffd951; } -.activity-square.color-style > .square:nth-child(4) { - background-color: #fff000; +.pagination.info .page-item.active, +.pagination.info .page-item.service, +.pagination.info .page-item:hover { + background-color: #5ebdec; + border-color: #5ebdec; + color: #ffffff; } -.activity-cycle { - width: 64px; - height: 64px; - position: relative; - overflow: hidden; -} -.activity-cycle .cycle { - display: block; - position: relative; - left: 50%; - top: 50%; - width: 64px; - height: 64px; - margin: -32px 0 0 -32px; - border-radius: 50%; - border: 3px solid transparent; - border-top-color: #ffffff; - -webkit-animation: ani-pre-spin 1s linear infinite; - animation: ani-pre-spin 1s linear infinite; - z-index: 1001; -} -.activity-cycle .cycle::before, -.activity-cycle .cycle::after { - content: ""; - position: absolute; - border-radius: 50%; - border: 3px solid transparent; - border-top-color: #ffffff; -} -.activity-cycle .cycle:before { - top: 5px; - left: 5px; - right: 5px; - bottom: 5px; - -webkit-animation: ani-pre-spin 2s linear infinite; - animation: ani-pre-spin 2s linear infinite; -} -.activity-cycle .cycle:after { - top: 15px; - left: 15px; - right: 15px; - bottom: 15px; - -webkit-animation: spin 1.5s linear infinite; - animation: spin 1.5s linear infinite; -} -.activity-cycle.dark-style .cycle { - border-top-color: #1d1d1d; +.pagination.info .page-item.active:hover, +.pagination.info .page-item.service:hover, +.pagination.info .page-item:hover:hover { + background-color: #30abe6; } -.activity-cycle.dark-style .cycle:before { - border-top-color: #1d1d1d; +.pagination.dark .page-item.active, +.pagination.dark .page-item.service, +.pagination.dark .page-item:hover { + background-color: #505050; + border-color: #505050; + color: #ffffff; } -.activity-cycle.dark-style .cycle:after { - border-top-color: #1d1d1d; +.pagination.dark .page-item.active:hover, +.pagination.dark .page-item.service:hover, +.pagination.dark .page-item:hover:hover { + background-color: #373737; } -.activity-cycle.color-style .cycle { - border-top-color: #1ba1e2; +.pagination.light .page-item.active, +.pagination.light .page-item.service, +.pagination.light .page-item:hover { + background-color: #f8f8f8; + border-color: #f8f8f8; + color: #ffffff; } -.activity-cycle.color-style .cycle:before { - border-top-color: #CE352C; +.pagination.light .page-item.active:hover, +.pagination.light .page-item.service:hover, +.pagination.light .page-item:hover:hover { + background-color: #dfdfdf; } -.activity-cycle.color-style .cycle:after { - border-top-color: #fff000; +.pagination.light .page-item.active, +.pagination.yellow .page-item.active, +.pagination.light .page-item.service, +.pagination.yellow .page-item.service, +.pagination.light .page-item:hover, +.pagination.yellow .page-item:hover { + color: #1d1d1d; } -.activity-simple { - width: 64px; - height: 64px; +.remark.primary { + background: #75b5fd; + border: 1px solid #75b5fd; } -.activity-simple .circular { - -webkit-animation: rotate 2s linear infinite; - animation: rotate 2s linear infinite; - position: relative; - width: 100%; +.remark.primary::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; height: 100%; + content: " "; + background-color: #0366d6; } -.activity-simple .path { - stroke-dasharray: 1,200; - stroke-dashoffset: 0; - -webkit-animation: dash 1.5s ease-in-out infinite; - animation: dash 1.5s ease-in-out infinite; - stroke-linecap: round; - stroke: #ffffff; -} -.activity-simple.dark-style .path { - stroke: #1d1d1d; -} -.activity-simple.color-style .path { - -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; - animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; -} -.activity-simple.small { - width: 32px; - height: 32px; - border-radius: 50%; +.remark.primary { + background: #daebfe; + border: 1px solid #daebfe; } -.activity-simple.small .circular { - width: 32px; - height: 32px; +.remark.secondary { + background: #b7c6cd; + border: 1px solid #b7c6cd; } -@-webkit-keyframes rotate { - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.remark.secondary::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #607d8b; } -@keyframes rotate { - 100% { - -webkit-transform: rotate(360deg); - transform: rotate(360deg); - } +.remark.secondary { + background: #f3f6f7; + border: 1px solid #f3f6f7; } -@-webkit-keyframes dash { - 0% { - stroke-dasharray: 1,200; - stroke-dashoffset: 0; - } - 50% { - stroke-dasharray: 89,200; - stroke-dashoffset: -35; - } - 100% { - stroke-dasharray: 89,200; - stroke-dashoffset: -124; - } +.remark.success { + background: #adeb6e; + border: 1px solid #adeb6e; } -@keyframes dash { - 0% { - stroke-dasharray: 1,200; - stroke-dashoffset: 0; - } - 50% { - stroke-dasharray: 89,200; - stroke-dashoffset: -35; - } - 100% { - stroke-dasharray: 89,200; - stroke-dashoffset: -124; - } +.remark.success::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #60a917; } -@-webkit-keyframes color { - 100%, - 0% { - stroke: #CE352C; - } - 40% { - stroke: #00AFF0; - } - 66% { - stroke: #60a917; - } - 80%, - 90% { - stroke: #fff000; - } +.remark.success { + background: #ecfbde; + border: 1px solid #ecfbde; } -@keyframes color { - 100%, - 0% { - stroke: #CE352C; - } - 40% { - stroke: #00AFF0; - } - 66% { - stroke: #60a917; - } - 80%, - 90% { - stroke: #fff000; - } +.remark.alert { + background: #ecaba7; + border: 1px solid #ecaba7; } -.app-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: fixed; +.remark.alert::before { + position: absolute; top: 0; - left: 0; - right: 0; - height: auto; - min-height: 52px; - z-index: 1030; - background-color: #f8f8f8; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #CE352C; } -.app-bar .app-bar-container { - background-color: inherit; - color: inherit; +.remark.alert { + background: #fae7e6; + border: 1px solid #fae7e6; } -.app-bar .brand, -.app-bar .app-bar-item, -.app-bar .app-bar-container, -.app-bar .app-bar-button { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - height: 52px; - line-height: 52px; - padding: 0 16px; - background-color: inherit; - color: inherit; - text-decoration: none; - font-size: 14px; - -ms-flex-negative: 0; - flex-shrink: 0; - border: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; +.remark.warning { + background: #ffede1; + border: 1px solid #ffede1; } -.app-bar .brand:focus, -.app-bar .app-bar-item:focus, -.app-bar .app-bar-container:focus, -.app-bar .app-bar-button:focus { - outline: none; +.remark.warning::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #ff9447; } -.app-bar .app-bar-container { - padding: 0; +.remark.warning { + background: #ffede1; + border: 1px solid #ffede1; } -.app-bar .app-bar-item { - white-space: nowrap; +.remark.yellow { + background: #ffffff; + border: 1px solid #ffffff; } -.app-bar .app-bar-button { - width: 52px; - padding: 0; +.remark.yellow::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #ffe484; } -.app-bar .app-bar-menu { - -ms-flex-negative: 0; - flex-shrink: 0; - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - width: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - background-color: inherit; - color: inherit; +.remark.yellow { + background: #fff7db; + border: 1px solid #fff7db; } -.app-bar .app-bar-menu > li, -.app-bar .app-bar-menu > li > a { - display: block; - line-height: 52px; - background-color: inherit; - color: inherit; - -ms-flex-negative: 0; - flex-shrink: 0; +.remark.info { + background: #e6f5fc; + border: 1px solid #e6f5fc; } -.app-bar .app-bar-menu > li > a { - padding: 0 16px; - text-decoration: none; - font-size: 14px; - position: relative; +.remark.info::before { + position: absolute; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #5ebdec; } -.app-bar .app-bar-menu > li { - position: relative; +.remark.info { + background: #e6f5fc; + border: 1px solid #e6f5fc; } -.app-bar .brand:not(.no-hover):hover, -.app-bar .app-bar-menu li:not(.no-hover):hover, -.app-bar .hamburger:not(.no-hover):hover, -.app-bar .app-bar-item:not(.no-hover):hover, -.app-bar .brand:not(.no-hover):active, -.app-bar .app-bar-menu li:not(.no-hover):active, -.app-bar .hamburger:not(.no-hover):active, -.app-bar .app-bar-item:not(.no-hover):active, -.app-bar .brand:not(.no-hover) .active, -.app-bar .app-bar-menu li:not(.no-hover) .active, -.app-bar .hamburger:not(.no-hover) .active, -.app-bar .app-bar-item:not(.no-hover) .active { - background: rgba(29, 29, 29, 0.1); +.remark.dark { + background: #9d9d9d; + border: 1px solid #9d9d9d; } -.app-bar .hamburger { +.remark.dark::before { position: absolute; - right: 0; top: 0; - display: block; - height: 52px; - width: 52px; -} -.app-bar .hamburger.menu-down.active .line:nth-child(1), -.app-bar .hamburger.menu-down.active .line:nth-child(3) { - margin: -4px 16px; -} -.app-bar .app-bar-menu .d-menu, -.app-bar .app-bar-menu .v-menu { - -webkit-box-shadow: none; - box-shadow: none; - position: relative; - width: 100%; - background-color: #f8f8f8; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #505050; } -.app-bar .app-bar-menu .divider, -.app-bar .app-bar-container .divider { - height: 1px!important; - line-height: 1px!important; - background-color: #e4e4e4; +.remark.dark { + background: #e9e9e9; + border: 1px solid #e9e9e9; } -.app-bar .app-bar-container .d-menu { - background-color: #f8f8f8; - position: absolute; - width: auto; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +.remark.light { + background: #ffffff; + border: 1px solid #ffffff; } -.app-bar .app-bar-container .v-menu { +.remark.light::before { position: absolute; - float: left; - width: auto; - border: 1px solid #dfdfdf; - background-color: #ffffff; -} -.app-bar .app-bar-container > .d-menu, -.app-bar .app-bar-container > .v-menu { - top: 100%; + top: 0; + left: -4px; + width: 4px; + height: 100%; + content: " "; + background-color: #f8f8f8; } -.app-bar .app-bar-container a { - color: inherit; - text-decoration: none; +input[type=text].primary, +input[type=password].primary, +input[type=tel].primary, +input[type=datetime-local].primary, +input[type=email].primary, +input[type=file].primary, +input[type=month].primary, +input[type=number].primary, +input[type=search].primary, +input[type=time].primary, +input[type=url].primary, +input[type=week].primary, +select.primary, +textarea.primary, +.file.primary, +.input.primary, +.select.primary, +.textarea.primary, +.keypad.primary, +.tag-input.primary, +.spinner.primary { + border-color: #0366d6; } -.app-bar a { - outline: none!important; +input[type=text].primary:focus, +input[type=password].primary:focus, +input[type=tel].primary:focus, +input[type=datetime-local].primary:focus, +input[type=email].primary:focus, +input[type=file].primary:focus, +input[type=month].primary:focus, +input[type=number].primary:focus, +input[type=search].primary:focus, +input[type=time].primary:focus, +input[type=url].primary:focus, +input[type=week].primary:focus, +select.primary:focus, +textarea.primary:focus, +.file.primary:focus, +.input.primary:focus, +.select.primary:focus, +.textarea.primary:focus, +.keypad.primary:focus, +.tag-input.primary:focus, +.spinner.primary:focus, +input[type=text].primary.focused, +input[type=password].primary.focused, +input[type=tel].primary.focused, +input[type=datetime-local].primary.focused, +input[type=email].primary.focused, +input[type=file].primary.focused, +input[type=month].primary.focused, +input[type=number].primary.focused, +input[type=search].primary.focused, +input[type=time].primary.focused, +input[type=url].primary.focused, +input[type=week].primary.focused, +select.primary.focused, +textarea.primary.focused, +.file.primary.focused, +.input.primary.focused, +.select.primary.focused, +.textarea.primary.focused, +.keypad.primary.focused, +.tag-input.primary.focused, +.spinner.primary.focused { + -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); + box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); } -.app-bar .app-bar-menu .d-menu .d-menu, -.app-bar .app-bar-menu .v-menu .v-menu, -.app-bar .app-bar-menu .v-menu .d-menu, -.app-bar .app-bar-menu .d-menu .v-menu { - left: 0; -} -.app-bar .app-bar-menu.opened { - max-height: calc(100vh - 52px); - overflow-y: auto; -} -.app-bar .app-bar-input { - width: 100px; - height: 30px; - font-size: 0.875rem; - border: none!important; - border-radius: 4px; -} -.app-bar .hamburger:not(.hidden) ~ .ml-auto { - margin-right: 48px; -} -.app-bar-expand { - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; -} -.app-bar-expand .brand, -.app-bar-expand .app-bar-item, -.app-bar-expand .app-bar-container { - width: auto; - -ms-flex-negative: 1; - flex-shrink: 1; +input[type=text].secondary, +input[type=password].secondary, +input[type=tel].secondary, +input[type=datetime-local].secondary, +input[type=email].secondary, +input[type=file].secondary, +input[type=month].secondary, +input[type=number].secondary, +input[type=search].secondary, +input[type=time].secondary, +input[type=url].secondary, +input[type=week].secondary, +select.secondary, +textarea.secondary, +.file.secondary, +.input.secondary, +.select.secondary, +.textarea.secondary, +.keypad.secondary, +.tag-input.secondary, +.spinner.secondary { + border-color: #607d8b; } -.app-bar-expand .app-bar-menu { - float: left; +input[type=text].secondary:focus, +input[type=password].secondary:focus, +input[type=tel].secondary:focus, +input[type=datetime-local].secondary:focus, +input[type=email].secondary:focus, +input[type=file].secondary:focus, +input[type=month].secondary:focus, +input[type=number].secondary:focus, +input[type=search].secondary:focus, +input[type=time].secondary:focus, +input[type=url].secondary:focus, +input[type=week].secondary:focus, +select.secondary:focus, +textarea.secondary:focus, +.file.secondary:focus, +.input.secondary:focus, +.select.secondary:focus, +.textarea.secondary:focus, +.keypad.secondary:focus, +.tag-input.secondary:focus, +.spinner.secondary:focus, +input[type=text].secondary.focused, +input[type=password].secondary.focused, +input[type=tel].secondary.focused, +input[type=datetime-local].secondary.focused, +input[type=email].secondary.focused, +input[type=file].secondary.focused, +input[type=month].secondary.focused, +input[type=number].secondary.focused, +input[type=search].secondary.focused, +input[type=time].secondary.focused, +input[type=url].secondary.focused, +input[type=week].secondary.focused, +select.secondary.focused, +textarea.secondary.focused, +.file.secondary.focused, +.input.secondary.focused, +.select.secondary.focused, +.textarea.secondary.focused, +.keypad.secondary.focused, +.tag-input.secondary.focused, +.spinner.secondary.focused { + -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); + box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); } -.app-bar-expand .app-bar-menu { - width: auto; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; +input[type=text].success, +input[type=password].success, +input[type=tel].success, +input[type=datetime-local].success, +input[type=email].success, +input[type=file].success, +input[type=month].success, +input[type=number].success, +input[type=search].success, +input[type=time].success, +input[type=url].success, +input[type=week].success, +select.success, +textarea.success, +.file.success, +.input.success, +.select.success, +.textarea.success, +.keypad.success, +.tag-input.success, +.spinner.success { + border-color: #60a917; } -.app-bar-expand .app-bar-menu .d-menu { - position: absolute; - width: auto; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +input[type=text].success:focus, +input[type=password].success:focus, +input[type=tel].success:focus, +input[type=datetime-local].success:focus, +input[type=email].success:focus, +input[type=file].success:focus, +input[type=month].success:focus, +input[type=number].success:focus, +input[type=search].success:focus, +input[type=time].success:focus, +input[type=url].success:focus, +input[type=week].success:focus, +select.success:focus, +textarea.success:focus, +.file.success:focus, +.input.success:focus, +.select.success:focus, +.textarea.success:focus, +.keypad.success:focus, +.tag-input.success:focus, +.spinner.success:focus, +input[type=text].success.focused, +input[type=password].success.focused, +input[type=tel].success.focused, +input[type=datetime-local].success.focused, +input[type=email].success.focused, +input[type=file].success.focused, +input[type=month].success.focused, +input[type=number].success.focused, +input[type=search].success.focused, +input[type=time].success.focused, +input[type=url].success.focused, +input[type=week].success.focused, +select.success.focused, +textarea.success.focused, +.file.success.focused, +.input.success.focused, +.select.success.focused, +.textarea.success.focused, +.keypad.success.focused, +.tag-input.success.focused, +.spinner.success.focused { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); } -.app-bar-expand .app-bar-menu .d-menu li, -.app-bar-expand .app-bar-menu .d-menu a { - height: 38px; - line-height: 38px; +input[type=text].alert, +input[type=password].alert, +input[type=tel].alert, +input[type=datetime-local].alert, +input[type=email].alert, +input[type=file].alert, +input[type=month].alert, +input[type=number].alert, +input[type=search].alert, +input[type=time].alert, +input[type=url].alert, +input[type=week].alert, +select.alert, +textarea.alert, +.file.alert, +.input.alert, +.select.alert, +.textarea.alert, +.keypad.alert, +.tag-input.alert, +.spinner.alert { + border-color: #CE352C; } -.app-bar-expand .app-bar-menu .v-menu { - position: absolute; - float: left; - width: auto; - border: 1px solid #dfdfdf; - background-color: #ffffff; +input[type=text].alert:focus, +input[type=password].alert:focus, +input[type=tel].alert:focus, +input[type=datetime-local].alert:focus, +input[type=email].alert:focus, +input[type=file].alert:focus, +input[type=month].alert:focus, +input[type=number].alert:focus, +input[type=search].alert:focus, +input[type=time].alert:focus, +input[type=url].alert:focus, +input[type=week].alert:focus, +select.alert:focus, +textarea.alert:focus, +.file.alert:focus, +.input.alert:focus, +.select.alert:focus, +.textarea.alert:focus, +.keypad.alert:focus, +.tag-input.alert:focus, +.spinner.alert:focus, +input[type=text].alert.focused, +input[type=password].alert.focused, +input[type=tel].alert.focused, +input[type=datetime-local].alert.focused, +input[type=email].alert.focused, +input[type=file].alert.focused, +input[type=month].alert.focused, +input[type=number].alert.focused, +input[type=search].alert.focused, +input[type=time].alert.focused, +input[type=url].alert.focused, +input[type=week].alert.focused, +select.alert.focused, +textarea.alert.focused, +.file.alert.focused, +.input.alert.focused, +.select.alert.focused, +.textarea.alert.focused, +.keypad.alert.focused, +.tag-input.alert.focused, +.spinner.alert.focused { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); } -.app-bar-expand .app-bar-menu.collapsed { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; +input[type=text].warning, +input[type=password].warning, +input[type=tel].warning, +input[type=datetime-local].warning, +input[type=email].warning, +input[type=file].warning, +input[type=month].warning, +input[type=number].warning, +input[type=search].warning, +input[type=time].warning, +input[type=url].warning, +input[type=week].warning, +select.warning, +textarea.warning, +.file.warning, +.input.warning, +.select.warning, +.textarea.warning, +.keypad.warning, +.tag-input.warning, +.spinner.warning { + border-color: #ff9447; } -.app-bar-expand .app-bar-menu .d-menu .d-menu, -.app-bar-expand .app-bar-menu .v-menu .v-menu, -.app-bar-expand .app-bar-menu .v-menu .d-menu, -.app-bar-expand .app-bar-menu .d-menu .v-menu { - left: 100%; +input[type=text].warning:focus, +input[type=password].warning:focus, +input[type=tel].warning:focus, +input[type=datetime-local].warning:focus, +input[type=email].warning:focus, +input[type=file].warning:focus, +input[type=month].warning:focus, +input[type=number].warning:focus, +input[type=search].warning:focus, +input[type=time].warning:focus, +input[type=url].warning:focus, +input[type=week].warning:focus, +select.warning:focus, +textarea.warning:focus, +.file.warning:focus, +.input.warning:focus, +.select.warning:focus, +.textarea.warning:focus, +.keypad.warning:focus, +.tag-input.warning:focus, +.spinner.warning:focus, +input[type=text].warning.focused, +input[type=password].warning.focused, +input[type=tel].warning.focused, +input[type=datetime-local].warning.focused, +input[type=email].warning.focused, +input[type=file].warning.focused, +input[type=month].warning.focused, +input[type=number].warning.focused, +input[type=search].warning.focused, +input[type=time].warning.focused, +input[type=url].warning.focused, +input[type=week].warning.focused, +select.warning.focused, +textarea.warning.focused, +.file.warning.focused, +.input.warning.focused, +.select.warning.focused, +.textarea.warning.focused, +.keypad.warning.focused, +.tag-input.warning.focused, +.spinner.warning.focused { + -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); + box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); } -.app-bar-expand .hamburger { - display: none; +input[type=text].yellow, +input[type=password].yellow, +input[type=tel].yellow, +input[type=datetime-local].yellow, +input[type=email].yellow, +input[type=file].yellow, +input[type=month].yellow, +input[type=number].yellow, +input[type=search].yellow, +input[type=time].yellow, +input[type=url].yellow, +input[type=week].yellow, +select.yellow, +textarea.yellow, +.file.yellow, +.input.yellow, +.select.yellow, +.textarea.yellow, +.keypad.yellow, +.tag-input.yellow, +.spinner.yellow { + border-color: #ffe484; } -.p-ab { - padding-top: 52px!important; +input[type=text].yellow:focus, +input[type=password].yellow:focus, +input[type=tel].yellow:focus, +input[type=datetime-local].yellow:focus, +input[type=email].yellow:focus, +input[type=file].yellow:focus, +input[type=month].yellow:focus, +input[type=number].yellow:focus, +input[type=search].yellow:focus, +input[type=time].yellow:focus, +input[type=url].yellow:focus, +input[type=week].yellow:focus, +select.yellow:focus, +textarea.yellow:focus, +.file.yellow:focus, +.input.yellow:focus, +.select.yellow:focus, +.textarea.yellow:focus, +.keypad.yellow:focus, +.tag-input.yellow:focus, +.spinner.yellow:focus, +input[type=text].yellow.focused, +input[type=password].yellow.focused, +input[type=tel].yellow.focused, +input[type=datetime-local].yellow.focused, +input[type=email].yellow.focused, +input[type=file].yellow.focused, +input[type=month].yellow.focused, +input[type=number].yellow.focused, +input[type=search].yellow.focused, +input[type=time].yellow.focused, +input[type=url].yellow.focused, +input[type=week].yellow.focused, +select.yellow.focused, +textarea.yellow.focused, +.file.yellow.focused, +.input.yellow.focused, +.select.yellow.focused, +.textarea.yellow.focused, +.keypad.yellow.focused, +.tag-input.yellow.focused, +.spinner.yellow.focused { + -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); + box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); } -.m-ab { - margin-top: 52px!important; +input[type=text].info, +input[type=password].info, +input[type=tel].info, +input[type=datetime-local].info, +input[type=email].info, +input[type=file].info, +input[type=month].info, +input[type=number].info, +input[type=search].info, +input[type=time].info, +input[type=url].info, +input[type=week].info, +select.info, +textarea.info, +.file.info, +.input.info, +.select.info, +.textarea.info, +.keypad.info, +.tag-input.info, +.spinner.info { + border-color: #5ebdec; } -.h-ab { - height: calc(100% - 52px); +input[type=text].info:focus, +input[type=password].info:focus, +input[type=tel].info:focus, +input[type=datetime-local].info:focus, +input[type=email].info:focus, +input[type=file].info:focus, +input[type=month].info:focus, +input[type=number].info:focus, +input[type=search].info:focus, +input[type=time].info:focus, +input[type=url].info:focus, +input[type=week].info:focus, +select.info:focus, +textarea.info:focus, +.file.info:focus, +.input.info:focus, +.select.info:focus, +.textarea.info:focus, +.keypad.info:focus, +.tag-input.info:focus, +.spinner.info:focus, +input[type=text].info.focused, +input[type=password].info.focused, +input[type=tel].info.focused, +input[type=datetime-local].info.focused, +input[type=email].info.focused, +input[type=file].info.focused, +input[type=month].info.focused, +input[type=number].info.focused, +input[type=search].info.focused, +input[type=time].info.focused, +input[type=url].info.focused, +input[type=week].info.focused, +select.info.focused, +textarea.info.focused, +.file.info.focused, +.input.info.focused, +.select.info.focused, +.textarea.info.focused, +.keypad.info.focused, +.tag-input.info.focused, +.spinner.info.focused { + -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); + box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); } -.badge { - position: absolute; - z-index: 1; - top: 0; - right: 0; - background-color: #f8f8f8; - color: #1d1d1d; - border-radius: 0.25rem; - display: inline-block; - padding: 0.25em 0.4em; - font-size: 75%; - font-weight: 700; - line-height: 1; - text-align: center; - white-space: nowrap; - vertical-align: baseline; - -webkit-transform: translateY(-50%) translateX(50%); - -ms-transform: translateY(-50%) translateX(50%); - transform: translateY(-50%) translateX(50%); +input[type=text].dark, +input[type=password].dark, +input[type=tel].dark, +input[type=datetime-local].dark, +input[type=email].dark, +input[type=file].dark, +input[type=month].dark, +input[type=number].dark, +input[type=search].dark, +input[type=time].dark, +input[type=url].dark, +input[type=week].dark, +select.dark, +textarea.dark, +.file.dark, +.input.dark, +.select.dark, +.textarea.dark, +.keypad.dark, +.tag-input.dark, +.spinner.dark { + border-color: #505050; } -.brand .badge, -.app-bar-item .badge, -.app-bar-menu > li > a .badge, -.h-menu > li > a .badge, -.d-menu > li > a .badge, -.v-menu > li > a .badge, -.t-menu > li > a .badge { - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); +input[type=text].dark:focus, +input[type=password].dark:focus, +input[type=tel].dark:focus, +input[type=datetime-local].dark:focus, +input[type=email].dark:focus, +input[type=file].dark:focus, +input[type=month].dark:focus, +input[type=number].dark:focus, +input[type=search].dark:focus, +input[type=time].dark:focus, +input[type=url].dark:focus, +input[type=week].dark:focus, +select.dark:focus, +textarea.dark:focus, +.file.dark:focus, +.input.dark:focus, +.select.dark:focus, +.textarea.dark:focus, +.keypad.dark:focus, +.tag-input.dark:focus, +.spinner.dark:focus, +input[type=text].dark.focused, +input[type=password].dark.focused, +input[type=tel].dark.focused, +input[type=datetime-local].dark.focused, +input[type=email].dark.focused, +input[type=file].dark.focused, +input[type=month].dark.focused, +input[type=number].dark.focused, +input[type=search].dark.focused, +input[type=time].dark.focused, +input[type=url].dark.focused, +input[type=week].dark.focused, +select.dark.focused, +textarea.dark.focused, +.file.dark.focused, +.input.dark.focused, +.select.dark.focused, +.textarea.dark.focused, +.keypad.dark.focused, +.tag-input.dark.focused, +.spinner.dark.focused { + -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); + box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); } -.badge.inline { - position: relative; - display: inline-block; - right: auto; - top: -1px; - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); +input[type=text].light, +input[type=password].light, +input[type=tel].light, +input[type=datetime-local].light, +input[type=email].light, +input[type=file].light, +input[type=month].light, +input[type=number].light, +input[type=search].light, +input[type=time].light, +input[type=url].light, +input[type=week].light, +select.light, +textarea.light, +.file.light, +.input.light, +.select.light, +.textarea.light, +.keypad.light, +.tag-input.light, +.spinner.light { + border-color: #f8f8f8; } -.badge.inside { - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); +input[type=text].light:focus, +input[type=password].light:focus, +input[type=tel].light:focus, +input[type=datetime-local].light:focus, +input[type=email].light:focus, +input[type=file].light:focus, +input[type=month].light:focus, +input[type=number].light:focus, +input[type=search].light:focus, +input[type=time].light:focus, +input[type=url].light:focus, +input[type=week].light:focus, +select.light:focus, +textarea.light:focus, +.file.light:focus, +.input.light:focus, +.select.light:focus, +.textarea.light:focus, +.keypad.light:focus, +.tag-input.light:focus, +.spinner.light:focus, +input[type=text].light.focused, +input[type=password].light.focused, +input[type=tel].light.focused, +input[type=datetime-local].light.focused, +input[type=email].light.focused, +input[type=file].light.focused, +input[type=month].light.focused, +input[type=number].light.focused, +input[type=search].light.focused, +input[type=time].light.focused, +input[type=url].light.focused, +input[type=week].light.focused, +select.light.focused, +textarea.light.focused, +.file.light.focused, +.input.light.focused, +.select.light.focused, +.textarea.light.focused, +.keypad.light.focused, +.tag-input.light.focused, +.spinner.light.focused { + -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); + box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); } -.bottom-nav { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - height: 56px; - width: 100%; - position: fixed; - bottom: 0; - left: 0; - right: 0; - -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); - z-index: 1030; +.accent-block.primary { + background-color: #0366d6; + color: #ffffff; } -.bottom-nav .button { - width: auto; - height: 100%; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; - text-align: center; - text-transform: capitalize; - margin: 0; - border-radius: 0; - line-height: normal; +.accent-block.secondary { + background-color: #607d8b; + color: #ffffff; } -.bottom-nav .button .icon { - width: 24px; - height: 24px; - font-size: 22px; +.accent-block.success { + background-color: #60a917; + color: #ffffff; } -.bottom-nav .button .label { - display: block; +.accent-block.alert { + background-color: #CE352C; + color: #ffffff; } -.bottom-sheet { - background-color: #ffffff; - display: block; - z-index: 1030; - max-width: 360px; - left: 50%; - list-style: none inside; - padding: 0; - margin: 0 0 0 -50%; - width: 100%; - top: 100%; - position: fixed; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +.accent-block.warning { + background-color: #ff9447; + color: #ffffff; } -.bottom-sheet::after { - display: block; - clear: both; - content: ""; +.accent-block.yellow { + background-color: #ffe484; + color: #ffffff; } -.bottom-sheet::after { - display: block; - clear: both; - content: ""; +.accent-block.info { + background-color: #5ebdec; + color: #ffffff; } -.bottom-sheet.wide-sm { - max-width: 576px; +.accent-block.dark { + background-color: #505050; + color: #ffffff; } -.bottom-sheet.wide-ld { - max-width: 640px; +.accent-block.light { + background-color: #f8f8f8; + color: #ffffff; } -.bottom-sheet.wide-md { - max-width: 768px; +.accent-block.light, +.accent-block.yellow { + color: #1d1d1d; } -.bottom-sheet.wide-lg { - max-width: 992px; +.no-border { + border: 0 !important; } -.bottom-sheet.wide { - max-width: 100%; +.no-border-left { + border-left: none !important; } -.bottom-sheet > .title { - height: 56px; - font-size: 16px; - color: rgba(0, 0, 0, 0.87); +.no-border-right { + border-right: none !important; } -.bottom-sheet > li, -.bottom-sheet > .item { - font-size: 16px; - position: relative; - height: 48px; - padding-left: 56px; - display: block; - cursor: pointer; - vertical-align: middle; - line-height: 48px; +.no-border-top { + border-top: none !important; } -.bottom-sheet > li .icon, -.bottom-sheet > .item .icon { - left: 16px; - position: absolute; - width: 24px; - height: 24px; - font-size: 24px; - line-height: 24px; - vertical-align: middle; - text-align: center; - top: 50%; - margin-top: -12px; - opacity: 0.8; +.no-border-bottom { + border-bottom: none !important; } -.bottom-sheet > li:hover, -.bottom-sheet > .item:hover, -.bottom-sheet > li.hovered, -.bottom-sheet > .item.hovered, -.bottom-sheet > li.active, -.bottom-sheet > .item.active { - background-color: rgba(29, 29, 29, 0.1); +.no-border-visible { + border-color: transparent !important; } -.bottom-sheet > .divider { - height: 1px; - background-color: #dfdfdf; +.border-none { + border: 0 !important; } -.bottom-sheet.grid-style { - padding: 16px; +.border-left-none { + border-left: none !important; } -.bottom-sheet.grid-style > li, -.bottom-sheet.grid-style > .item { - width: 64px; - height: 72px; - line-height: normal; - text-align: center; - vertical-align: middle; - display: block; - float: left; - margin: 8px; - padding: 4px; - font-size: 11px; +.border-right-none { + border-right: none !important; } -.bottom-sheet.grid-style > li .icon, -.bottom-sheet.grid-style > .item .icon { - display: block; - position: relative; - width: 42px; - height: 42px; - font-size: 42px; - margin: 0 0 8px -21px; - padding: 0; - top: 0; - left: 50%; - line-height: 1; +.border-top-none { + border-top: none !important; } -.bottom-sheet.grid-style > .divider { - display: none; +.border-bottom-none { + border-bottom: none !important; } -.bottom-sheet.opened { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); +.border-visible-none { + border-color: transparent !important; } -.bottom-nav ~ .bottom-sheet { - padding-bottom: 76px; +.border { + border: 1px solid transparent; } -.breadcrumbs { - margin-bottom: 1rem; - margin-left: 0; - padding: 0; - list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background-color: #ffffff; - color: #6a6a6a; +.border-left { + border-left: 1px solid transparent; } -.breadcrumbs .page-item, -.breadcrumbs .breadcrumb-item { - position: relative; - cursor: pointer; - display: list-item; - background-color: inherit; - color: inherit; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - margin: 4px; +.border-right { + border-right: 1px solid transparent; } -.breadcrumbs .page-item + .page-item::before, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::before, -.breadcrumbs .page-item + .page-item::after, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 1px; - width: 0.375rem; - background-color: #1d1d1d; - top: 50%; - left: 0; - margin-left: -0.5rem; +.border-top { + border-top: 1px solid transparent; } -.breadcrumbs .page-item + .page-item::before, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::before { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); - margin-top: -0.125rem; +.border-bottom { + border-bottom: 1px solid transparent; } -.breadcrumbs .page-item + .page-item::after, -.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - margin-top: 0.125rem; +.border-top-left, +.border-left-top { + border-top: 1px solid transparent; + border-left: 1px solid transparent; } -.breadcrumbs .page-link, -.breadcrumbs .page-item a, -.breadcrumbs .breadcrumb-item a { - display: block; - position: relative; - padding: 0.5rem 0.75rem; - line-height: 1; - font-size: 1rem; - text-decoration: none; - color: inherit; - background-color: transparent; +.border-top-right, +.border-right-top { + border-top: 1px solid transparent; + border-right: 1px solid transparent; } -.breadcrumbs .page-link:hover, -.breadcrumbs .page-item a:hover, -.breadcrumbs .breadcrumb-item a:hover { - color: #1d1d1d; +.border-bottom-right, +.border-right-bottom { + border-bottom: 1px solid transparent; + border-right: 1px solid transparent; } -.breadcrumbs .page-item:last-child, -.breadcrumbs .breadcrumb-item:last-child { - font-weight: bold; +.border-bottom-left, +.border-left-bottom { + border-bottom: 1px solid transparent; + border-left: 1px solid transparent; } -.button, -.flat-button { - display: inline-block; - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0 0.75rem; - font-size: 0.875rem; - line-height: 34px; - height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - outline: none; - position: relative; - overflow: visible; +.border-top-bottom, +.border-bottom-top { + border-bottom: 1px solid transparent; + border-top: 1px solid transparent; } -.button .icon + .caption, -.flat-button .icon + .caption { - margin-left: 8px; +.border-right-left, +.border-left-right { + border-right: 1px solid transparent; + border-left: 1px solid transparent; } -.button .caption + .icon, -.flat-button .caption + .icon { - margin-left: 8px; +.border-top-right-bottom { + border-top: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; } -.flat-button { - min-width: 64px; - background-color: transparent; +.border-right-bottom-left { + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid transparent; } -.button:active, -.button.focus, -.button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.border-bottom-left-top { + border-left: 1px solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; } -.button:hover { - background-color: rgba(29, 29, 29, 0.1); +.border-left-top-right { + border-left: 1px solid transparent; + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; } -.button.link { - background-color: transparent; - color: #0366d6; +.border-radius { + border-radius: 0.25rem; } -.button.link:hover { - background-color: transparent; - color: #0056b3; - text-decoration: underline; +.border-radius-half { + border-radius: 50%; } -.button.link.focus, -.button.link:focus { - -webkit-box-shadow: none; - box-shadow: none; +.border-20 { + border-width: 20px; } -.button.hovered:hover { - background-color: rgba(29, 29, 29, 0.2); -} -.button img { - height: 1rem; +.border-size-20 { + border-width: 20px; } -.button.mini { - font-size: 0.625rem; - padding: 0 0.5rem; - height: 20px; - line-height: 20px; +.border-radius-20 { + border-radius: 20px; } -.button.mini img { - height: 0.625rem; +.border-19 { + border-width: 19px; } -.button.small { - font-size: 0.75rem; - padding: 0 0.6rem; - height: 26px; - line-height: 26px; +.border-size-19 { + border-width: 19px; } -.button.small img { - height: 0.75rem; +.border-radius-19 { + border-radius: 19px; } -.button.large { - font-size: 1.375rem; - padding: 0 1rem; - height: 53px; - line-height: 53px; +.border-18 { + border-width: 18px; } -.button.large img { - height: 1.375rem; +.border-size-18 { + border-width: 18px; } -.button.square, -.button.cycle { - width: 2.25rem; - height: 2.25rem; - padding-left: 0 !important; - padding-right: 0 !important; +.border-radius-18 { + border-radius: 18px; } -.button.square.mini, -.button.cycle.mini { - width: 1.39875rem; - height: 1.39875rem; +.border-17 { + border-width: 17px; } -.button.square.small, -.button.cycle.small { - width: 1.724375rem; - height: 1.724375rem; +.border-size-17 { + border-width: 17px; } -.button.square.large, -.button.cycle.large { - width: 3.3125rem; - height: 3.3125rem; +.border-radius-17 { + border-radius: 17px; } -.button.cycle { - border-radius: 50%; +.border-16 { + border-width: 16px; } -.button.square.dropdown-toggle::before, -.button.cycle.dropdown-toggle::before { - display: none; +.border-size-16 { + border-width: 16px; } -.button.dropdown-toggle.no-marker { - padding-right: 0.75rem !important; +.border-radius-16 { + border-radius: 16px; } -.button:focus, -.button:hover { - text-decoration: none; +.border-15 { + border-width: 15px; } -.button:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.border-size-15 { + border-width: 15px; } -.button.disabled, -.button:disabled { - opacity: 0.65; +.border-radius-15 { + border-radius: 15px; } -.button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.border-14 { + border-width: 14px; } -.button:active { - -webkit-box-shadow: none; - box-shadow: none; +.border-size-14 { + border-width: 14px; } -a.button, -a.flat-button { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - color: #1d1d1d; - -webkit-box-shadow: none; - box-shadow: none; - text-decoration: none; +.border-radius-14 { + border-radius: 14px; } -a.button:hover, -a.flat-button:hover { - -webkit-box-shadow: none; - box-shadow: none; +.border-13 { + border-width: 13px; } -a.button:active, -a.flat-button:active, -a.button.focus, -a.flat-button.focus, -a.button:focus, -a.flat-button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.border-size-13 { + border-width: 13px; } -input[type=button], -input[type=submit], -input[type=reset] { - display: inline-block; - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0 0.75rem; - font-size: 0.875rem; - line-height: 34px; - height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - outline: none; - position: relative; - overflow: visible; +.border-radius-13 { + border-radius: 13px; } -input[type=button] .icon + .caption, -input[type=submit] .icon + .caption, -input[type=reset] .icon + .caption { - margin-left: 8px; +.border-12 { + border-width: 12px; } -input[type=button] .caption + .icon, -input[type=submit] .caption + .icon, -input[type=reset] .caption + .icon { - margin-left: 8px; +.border-size-12 { + border-width: 12px; } -input[type=button]:active, -input[type=submit]:active, -input[type=reset]:active, -input[type=button].focus, -input[type=submit].focus, -input[type=reset].focus, -input[type=button]:focus, -input[type=submit]:focus, -input[type=reset]:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.border-radius-12 { + border-radius: 12px; } -input[type=button]:hover, -input[type=submit]:hover, -input[type=reset]:hover { - background-color: rgba(29, 29, 29, 0.1); +.border-11 { + border-width: 11px; } -input[type=button].link, -input[type=submit].link, -input[type=reset].link { - background-color: transparent; - color: #0366d6; +.border-size-11 { + border-width: 11px; } -input[type=button].link:hover, -input[type=submit].link:hover, -input[type=reset].link:hover { - background-color: transparent; - color: #0056b3; - text-decoration: underline; +.border-radius-11 { + border-radius: 11px; } -input[type=button].link.focus, -input[type=submit].link.focus, -input[type=reset].link.focus, -input[type=button].link:focus, -input[type=submit].link:focus, -input[type=reset].link:focus { - -webkit-box-shadow: none; - box-shadow: none; +.border-10 { + border-width: 10px; } -input[type=button].hovered:hover, -input[type=submit].hovered:hover, -input[type=reset].hovered:hover { - background-color: rgba(29, 29, 29, 0.2); +.border-size-10 { + border-width: 10px; } -input[type=button] img, -input[type=submit] img, -input[type=reset] img { - height: 1rem; +.border-radius-10 { + border-radius: 10px; } -input[type=button].mini, -input[type=submit].mini, -input[type=reset].mini { - font-size: 0.625rem; - padding: 0 0.5rem; - height: 20px; - line-height: 20px; +.border-9 { + border-width: 9px; } -input[type=button].mini img, -input[type=submit].mini img, -input[type=reset].mini img { - height: 0.625rem; +.border-size-9 { + border-width: 9px; } -input[type=button].small, -input[type=submit].small, -input[type=reset].small { - font-size: 0.75rem; - padding: 0 0.6rem; - height: 26px; - line-height: 26px; +.border-radius-9 { + border-radius: 9px; } -input[type=button].small img, -input[type=submit].small img, -input[type=reset].small img { - height: 0.75rem; +.border-8 { + border-width: 8px; } -input[type=button].large, -input[type=submit].large, -input[type=reset].large { - font-size: 1.375rem; - padding: 0 1rem; - height: 53px; - line-height: 53px; +.border-size-8 { + border-width: 8px; } -input[type=button].large img, -input[type=submit].large img, -input[type=reset].large img { - height: 1.375rem; +.border-radius-8 { + border-radius: 8px; } -input[type=button].square, -input[type=submit].square, -input[type=reset].square, -input[type=button].cycle, -input[type=submit].cycle, -input[type=reset].cycle { - width: 2.25rem; - height: 2.25rem; - padding-left: 0 !important; - padding-right: 0 !important; +.border-7 { + border-width: 7px; } -input[type=button].square.mini, -input[type=submit].square.mini, -input[type=reset].square.mini, -input[type=button].cycle.mini, -input[type=submit].cycle.mini, -input[type=reset].cycle.mini { - width: 1.39875rem; - height: 1.39875rem; +.border-size-7 { + border-width: 7px; } -input[type=button].square.small, -input[type=submit].square.small, -input[type=reset].square.small, -input[type=button].cycle.small, -input[type=submit].cycle.small, -input[type=reset].cycle.small { - width: 1.724375rem; - height: 1.724375rem; +.border-radius-7 { + border-radius: 7px; } -input[type=button].square.large, -input[type=submit].square.large, -input[type=reset].square.large, -input[type=button].cycle.large, -input[type=submit].cycle.large, -input[type=reset].cycle.large { - width: 3.3125rem; - height: 3.3125rem; +.border-6 { + border-width: 6px; } -input[type=button].cycle, -input[type=submit].cycle, -input[type=reset].cycle { - border-radius: 50%; +.border-size-6 { + border-width: 6px; } -input[type=button].square.dropdown-toggle::before, -input[type=submit].square.dropdown-toggle::before, -input[type=reset].square.dropdown-toggle::before, -input[type=button].cycle.dropdown-toggle::before, -input[type=submit].cycle.dropdown-toggle::before, -input[type=reset].cycle.dropdown-toggle::before { - display: none; +.border-radius-6 { + border-radius: 6px; } -input[type=button].dropdown-toggle.no-marker, -input[type=submit].dropdown-toggle.no-marker, -input[type=reset].dropdown-toggle.no-marker { - padding-right: 0.75rem !important; +.border-5 { + border-width: 5px; } -input[type=button]:focus, -input[type=submit]:focus, -input[type=reset]:focus, -input[type=button]:hover, -input[type=submit]:hover, -input[type=reset]:hover { - text-decoration: none; +.border-size-5 { + border-width: 5px; } -input[type=button]:active, -input[type=submit]:active, -input[type=reset]:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.border-radius-5 { + border-radius: 5px; } -input[type=button].disabled, -input[type=submit].disabled, -input[type=reset].disabled, -input[type=button]:disabled, -input[type=submit]:disabled, -input[type=reset]:disabled { - opacity: 0.65; +.border-4 { + border-width: 4px; } -input[type=button].outline, -input[type=submit].outline, -input[type=reset].outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.border-size-4 { + border-width: 4px; } -input[type=button]:active, -input[type=submit]:active, -input[type=reset]:active { - -webkit-box-shadow: none; - box-shadow: none; +.border-radius-4 { + border-radius: 4px; } -input[type=button].primary, -input[type=submit].primary, -input[type=reset].primary { - outline-color: #75b5fd; - background-color: #0366d6; - color: #ffffff; +.border-3 { + border-width: 3px; } -input[type=button].primary.outline, -input[type=submit].primary.outline, -input[type=reset].primary.outline { - color: #0366d6; - border-color: #0366d6; +.border-size-3 { + border-width: 3px; } -input[type=button].primary.outline.dropdown-toggle::before, -input[type=submit].primary.outline.dropdown-toggle::before, -input[type=reset].primary.outline.dropdown-toggle::before { - border-color: #0366d6; +.border-radius-3 { + border-radius: 3px; } -input[type=button].primary.outline:hover, -input[type=submit].primary.outline:hover, -input[type=reset].primary.outline:hover { - color: #ffffff; +.border-2 { + border-width: 2px; } -input[type=button].primary.dropdown-toggle::before, -input[type=submit].primary.dropdown-toggle::before, -input[type=reset].primary.dropdown-toggle::before { - border-color: #ffffff; +.border-size-2 { + border-width: 2px; } -input[type=button].primary:hover, -input[type=submit].primary:hover, -input[type=reset].primary:hover { - color: #ffffff; - background-color: #024ea4; - border-color: #023671; +.border-radius-2 { + border-radius: 2px; } -input[type=button].primary:hover.dropdown-toggle::before, -input[type=submit].primary:hover.dropdown-toggle::before, -input[type=reset].primary:hover.dropdown-toggle::before { - border-color: #ffffff; +.border-1 { + border-width: 1px; } -input[type=button].primary.same-color:hover, -input[type=submit].primary.same-color:hover, -input[type=reset].primary.same-color:hover { - background-color: #0366d6; - border-color: #0366d6; +.border-size-1 { + border-width: 1px; } -input[type=button].primary:active, -input[type=submit].primary:active, -input[type=reset].primary:active, -input[type=button].primary.focus, -input[type=submit].primary.focus, -input[type=reset].primary.focus, -input[type=button].primary:focus, -input[type=submit].primary:focus, -input[type=reset].primary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); - box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); +.border-radius-1 { + border-radius: 1px; } -input[type=button].secondary, -input[type=submit].secondary, -input[type=reset].secondary { - outline-color: #b7c6cd; - background-color: #607d8b; - color: #ffffff; +.rounded { + border-radius: 0.25rem !important; } -input[type=button].secondary.outline, -input[type=submit].secondary.outline, -input[type=reset].secondary.outline { - color: #607d8b; - border-color: #607d8b; +.border-50 { + border-radius: 50% !important; } -input[type=button].secondary.outline.dropdown-toggle::before, -input[type=submit].secondary.outline.dropdown-toggle::before, -input[type=reset].secondary.outline.dropdown-toggle::before { - border-color: #607d8b; +.border-solid { + border-style: solid!important; } -input[type=button].secondary.outline:hover, -input[type=submit].secondary.outline:hover, -input[type=reset].secondary.outline:hover { - color: #ffffff; +.border-dashed { + border-style: dashed!important; } -input[type=button].secondary.dropdown-toggle::before, -input[type=submit].secondary.dropdown-toggle::before, -input[type=reset].secondary.dropdown-toggle::before { - border-color: #ffffff; +.border-dotted { + border-style: dotted!important; } -input[type=button].secondary:hover, -input[type=submit].secondary:hover, -input[type=reset].secondary:hover { - color: #ffffff; - background-color: #4b626d; - border-color: #36474f; +.border-double { + border-style: double!important; } -input[type=button].secondary:hover.dropdown-toggle::before, -input[type=submit].secondary:hover.dropdown-toggle::before, -input[type=reset].secondary:hover.dropdown-toggle::before { - border-color: #ffffff; +.border-groove { + border-style: groove!important; } -input[type=button].secondary.same-color:hover, -input[type=submit].secondary.same-color:hover, -input[type=reset].secondary.same-color:hover { - background-color: #607d8b; - border-color: #607d8b; +.border-inset { + border-style: inset!important; } -input[type=button].secondary:active, -input[type=submit].secondary:active, -input[type=reset].secondary:active, -input[type=button].secondary.focus, -input[type=submit].secondary.focus, -input[type=reset].secondary.focus, -input[type=button].secondary:focus, -input[type=submit].secondary:focus, -input[type=reset].secondary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); - box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); +.border-outset { + border-style: outset!important; } -input[type=button].success, -input[type=submit].success, -input[type=reset].success { - outline-color: #adeb6e; - background-color: #60a917; - color: #ffffff; +.border-ridge { + border-style: ridge!important; } -input[type=button].success.outline, -input[type=submit].success.outline, -input[type=reset].success.outline { - color: #60a917; - border-color: #60a917; +.c-auto { + cursor: auto; } -input[type=button].success.outline.dropdown-toggle::before, -input[type=submit].success.outline.dropdown-toggle::before, -input[type=reset].success.outline.dropdown-toggle::before { - border-color: #60a917; +.c-default { + cursor: default; } -input[type=button].success.outline:hover, -input[type=submit].success.outline:hover, -input[type=reset].success.outline:hover { - color: #ffffff; +.c-none { + cursor: none; } -input[type=button].success.dropdown-toggle::before, -input[type=submit].success.dropdown-toggle::before, -input[type=reset].success.dropdown-toggle::before { - border-color: #ffffff; +.c-context-menu { + cursor: context-menu; } -input[type=button].success:hover, -input[type=submit].success:hover, -input[type=reset].success:hover { - color: #ffffff; - background-color: #477c11; - border-color: #2d4f0b; +.c-help { + cursor: help; } -input[type=button].success:hover.dropdown-toggle::before, -input[type=submit].success:hover.dropdown-toggle::before, -input[type=reset].success:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-pointer { + cursor: pointer; } -input[type=button].success.same-color:hover, -input[type=submit].success.same-color:hover, -input[type=reset].success.same-color:hover { - background-color: #60a917; - border-color: #60a917; +.c-progress { + cursor: progress; } -input[type=button].success:active, -input[type=submit].success:active, -input[type=reset].success:active, -input[type=button].success.focus, -input[type=submit].success.focus, -input[type=reset].success.focus, -input[type=button].success:focus, -input[type=submit].success:focus, -input[type=reset].success:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); +.c-wait { + cursor: wait; } -input[type=button].alert, -input[type=submit].alert, -input[type=reset].alert { - outline-color: #ecaba7; - background-color: #CE352C; - color: #ffffff; +.c-cell { + cursor: cell; } -input[type=button].alert.outline, -input[type=submit].alert.outline, -input[type=reset].alert.outline { - color: #CE352C; - border-color: #CE352C; +.c-crosshair { + cursor: crosshair; } -input[type=button].alert.outline.dropdown-toggle::before, -input[type=submit].alert.outline.dropdown-toggle::before, -input[type=reset].alert.outline.dropdown-toggle::before { - border-color: #CE352C; +.c-text { + cursor: text; } -input[type=button].alert.outline:hover, -input[type=submit].alert.outline:hover, -input[type=reset].alert.outline:hover { - color: #ffffff; +.c-text-vertical { + cursor: vertical-text; } -input[type=button].alert.dropdown-toggle::before, -input[type=submit].alert.dropdown-toggle::before, -input[type=reset].alert.dropdown-toggle::before { - border-color: #ffffff; +.c-alias { + cursor: alias; } -input[type=button].alert:hover, -input[type=submit].alert:hover, -input[type=reset].alert:hover { - color: #ffffff; - background-color: #a42a23; - border-color: #7a1f1a; +.c-copy { + cursor: copy; } -input[type=button].alert:hover.dropdown-toggle::before, -input[type=submit].alert:hover.dropdown-toggle::before, -input[type=reset].alert:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-move { + cursor: move; } -input[type=button].alert.same-color:hover, -input[type=submit].alert.same-color:hover, -input[type=reset].alert.same-color:hover { - background-color: #CE352C; - border-color: #CE352C; +.c-no-drop { + cursor: no-drop; } -input[type=button].alert:active, -input[type=submit].alert:active, -input[type=reset].alert:active, -input[type=button].alert.focus, -input[type=submit].alert.focus, -input[type=reset].alert.focus, -input[type=button].alert:focus, -input[type=submit].alert:focus, -input[type=reset].alert:focus { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); +.c-not-allowed { + cursor: not-allowed; } -input[type=button].warning, -input[type=submit].warning, -input[type=reset].warning { - outline-color: #ffede1; - background-color: #ff9447; - color: #ffffff; +.c-all-scroll { + cursor: all-scroll; } -input[type=button].warning.outline, -input[type=submit].warning.outline, -input[type=reset].warning.outline { - color: #ff9447; - border-color: #ff9447; +.c-col-resize { + cursor: col-resize; } -input[type=button].warning.outline.dropdown-toggle::before, -input[type=submit].warning.outline.dropdown-toggle::before, -input[type=reset].warning.outline.dropdown-toggle::before { - border-color: #ff9447; +.c-row-resize { + cursor: row-resize; } -input[type=button].warning.outline:hover, -input[type=submit].warning.outline:hover, -input[type=reset].warning.outline:hover { - color: #ffffff; +.c-n-resize { + cursor: n-resize; } -input[type=button].warning.dropdown-toggle::before, -input[type=submit].warning.dropdown-toggle::before, -input[type=reset].warning.dropdown-toggle::before { - border-color: #ffffff; +.c-e-resize { + cursor: e-resize; } -input[type=button].warning:hover, -input[type=submit].warning:hover, -input[type=reset].warning:hover { - color: #ffffff; - background-color: #ff7615; - border-color: #e05d00; +.c-s-resize { + cursor: s-resize; } -input[type=button].warning:hover.dropdown-toggle::before, -input[type=submit].warning:hover.dropdown-toggle::before, -input[type=reset].warning:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-w-resize { + cursor: w-resize; } -input[type=button].warning.same-color:hover, -input[type=submit].warning.same-color:hover, -input[type=reset].warning.same-color:hover { - background-color: #ff9447; - border-color: #ff9447; +.c-ne-resize { + cursor: ne-resize; } -input[type=button].warning:active, -input[type=submit].warning:active, -input[type=reset].warning:active, -input[type=button].warning.focus, -input[type=submit].warning.focus, -input[type=reset].warning.focus, -input[type=button].warning:focus, -input[type=submit].warning:focus, -input[type=reset].warning:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); - box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); +.c-nw-resize { + cursor: nw-resize; } -input[type=button].yellow, -input[type=submit].yellow, -input[type=reset].yellow { - outline-color: #ffffff; - background-color: #ffe484; - color: #ffffff; +.c-se-resize { + cursor: se-resize; } -input[type=button].yellow.outline, -input[type=submit].yellow.outline, -input[type=reset].yellow.outline { - color: #ffe484; - border-color: #ffe484; +.c-sw-resize { + cursor: sw-resize; } -input[type=button].yellow.outline.dropdown-toggle::before, -input[type=submit].yellow.outline.dropdown-toggle::before, -input[type=reset].yellow.outline.dropdown-toggle::before { - border-color: #ffe484; +.c-ew-resize { + cursor: ew-resize; } -input[type=button].yellow.outline:hover, -input[type=submit].yellow.outline:hover, -input[type=reset].yellow.outline:hover { - color: #ffffff; +.c-ns-resize { + cursor: ns-resize; } -input[type=button].yellow.dropdown-toggle::before, -input[type=submit].yellow.dropdown-toggle::before, -input[type=reset].yellow.dropdown-toggle::before { - border-color: #ffffff; +.c-nesw-resize { + cursor: nesw-resize; } -input[type=button].yellow:hover, -input[type=submit].yellow:hover, -input[type=reset].yellow:hover { - color: #ffffff; - background-color: #ffd951; - border-color: #ffce1e; +.c-nwse-resize { + cursor: nwse-resize; } -input[type=button].yellow:hover.dropdown-toggle::before, -input[type=submit].yellow:hover.dropdown-toggle::before, -input[type=reset].yellow:hover.dropdown-toggle::before { - border-color: #ffffff; +.c-zoom-in { + cursor: -webkit-zoom-in; + cursor: zoom-in; } -input[type=button].yellow.same-color:hover, -input[type=submit].yellow.same-color:hover, -input[type=reset].yellow.same-color:hover { - background-color: #ffe484; - border-color: #ffe484; +.c-zoom-out { + cursor: -webkit-zoom-out; + cursor: zoom-out; } -input[type=button].yellow:active, -input[type=submit].yellow:active, -input[type=reset].yellow:active, -input[type=button].yellow.focus, -input[type=submit].yellow.focus, -input[type=reset].yellow.focus, -input[type=button].yellow:focus, -input[type=submit].yellow:focus, -input[type=reset].yellow:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); - box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); +.c-grab { + cursor: -webkit-grab; + cursor: grab; } -input[type=button].info, -input[type=submit].info, -input[type=reset].info { - outline-color: #e6f5fc; - background-color: #5ebdec; - color: #ffffff; +.c-grabbing { + cursor: -webkit-grabbing; + cursor: grabbing; } -input[type=button].info.outline, -input[type=submit].info.outline, -input[type=reset].info.outline { - color: #5ebdec; - border-color: #5ebdec; +.c-none { + cursor: none; } -input[type=button].info.outline.dropdown-toggle::before, -input[type=submit].info.outline.dropdown-toggle::before, -input[type=reset].info.outline.dropdown-toggle::before { - border-color: #5ebdec; +.default-icon-check { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info.outline:hover, -input[type=submit].info.outline:hover, -input[type=reset].info.outline:hover { - color: #ffffff; +.default-icon-left-arrow { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info.dropdown-toggle::before, -input[type=submit].info.dropdown-toggle::before, -input[type=reset].info.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-right-arrow { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info:hover, -input[type=submit].info:hover, -input[type=reset].info:hover { - color: #ffffff; - background-color: #30abe6; - border-color: #1891cb; +.default-icon-help { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info:hover.dropdown-toggle::before, -input[type=submit].info:hover.dropdown-toggle::before, -input[type=reset].info:hover.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-search { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info.same-color:hover, -input[type=submit].info.same-color:hover, -input[type=reset].info.same-color:hover { - background-color: #5ebdec; - border-color: #5ebdec; +.default-icon-cross { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].info:active, -input[type=submit].info:active, -input[type=reset].info:active, -input[type=button].info.focus, -input[type=submit].info.focus, -input[type=reset].info.focus, -input[type=button].info:focus, -input[type=submit].info:focus, -input[type=reset].info:focus { - -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); - box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); +.default-icon-eye { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark, -input[type=submit].dark, -input[type=reset].dark { - outline-color: #9d9d9d; - background-color: #505050; - color: #ffffff; +.default-icon-loop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.outline, -input[type=submit].dark.outline, -input[type=reset].dark.outline { - color: #505050; - border-color: #505050; +.default-icon-play { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.outline.dropdown-toggle::before, -input[type=submit].dark.outline.dropdown-toggle::before, -input[type=reset].dark.outline.dropdown-toggle::before { - border-color: #505050; +.default-icon-pause { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.outline:hover, -input[type=submit].dark.outline:hover, -input[type=reset].dark.outline:hover { - color: #ffffff; +.default-icon-stop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.dropdown-toggle::before, -input[type=submit].dark.dropdown-toggle::before, -input[type=reset].dark.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-mute { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark:hover, -input[type=submit].dark:hover, -input[type=reset].dark:hover { - color: #ffffff; - background-color: #373737; - border-color: #1d1d1d; +.default-icon-low-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark:hover.dropdown-toggle::before, -input[type=submit].dark:hover.dropdown-toggle::before, -input[type=reset].dark:hover.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-medium-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark.same-color:hover, -input[type=submit].dark.same-color:hover, -input[type=reset].dark.same-color:hover { - background-color: #505050; - border-color: #505050; +.default-icon-high-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].dark:active, -input[type=submit].dark:active, -input[type=reset].dark:active, -input[type=button].dark.focus, -input[type=submit].dark.focus, -input[type=reset].dark.focus, -input[type=button].dark:focus, -input[type=submit].dark:focus, -input[type=reset].dark:focus { - -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); - box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); +.default-icon-enlarge { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light, -input[type=submit].light, -input[type=reset].light { - outline-color: #ffffff; - background-color: #f8f8f8; - color: #ffffff; +.default-icon-shrink { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.outline, -input[type=submit].light.outline, -input[type=reset].light.outline { - color: #f8f8f8; - border-color: #f8f8f8; +.default-icon-playlist { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.outline.dropdown-toggle::before, -input[type=submit].light.outline.dropdown-toggle::before, -input[type=reset].light.outline.dropdown-toggle::before { - border-color: #f8f8f8; +.default-icon-next { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.outline:hover, -input[type=submit].light.outline:hover, -input[type=reset].light.outline:hover { - color: #ffffff; +.default-icon-prev { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.dropdown-toggle::before, -input[type=submit].light.dropdown-toggle::before, -input[type=reset].light.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-first { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light:hover, -input[type=submit].light:hover, -input[type=reset].light:hover { - color: #ffffff; - background-color: #dfdfdf; - border-color: #c5c5c5; +.default-icon-last { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light:hover.dropdown-toggle::before, -input[type=submit].light:hover.dropdown-toggle::before, -input[type=reset].light:hover.dropdown-toggle::before { - border-color: #ffffff; +.default-icon-forward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light.same-color:hover, -input[type=submit].light.same-color:hover, -input[type=reset].light.same-color:hover { - background-color: #f8f8f8; - border-color: #f8f8f8; +.default-icon-backward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].light:active, -input[type=submit].light:active, -input[type=reset].light:active, -input[type=button].light.focus, -input[type=submit].light.focus, -input[type=reset].light.focus, -input[type=button].light:focus, -input[type=submit].light:focus, -input[type=reset].light:focus { - -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); - box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); +.default-icon-share { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].yellow, -input[type=submit].yellow, -input[type=reset].yellow, -input[type=button].light, -input[type=submit].light, -input[type=reset].light { - color: #1d1d1d; +.default-icon-equalizer { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -input[type=button].yellow:hover, -input[type=submit].yellow:hover, -input[type=reset].yellow:hover, -input[type=button].light:hover, -input[type=submit].light:hover, -input[type=reset].light:hover, -input[type=button].yellow.outline:hover, -input[type=submit].yellow.outline:hover, -input[type=reset].yellow.outline:hover, -input[type=button].light.outline:hover, -input[type=submit].light.outline:hover, -input[type=reset].light.outline:hover { - color: #1d1d1d; +.default-icon-eject { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.button-group .active { - background-color: #989898; - color: #ffffff; +.default-icon-shuffle { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar { - display: block; - position: relative; - width: 280px; - border: 1px solid #dfdfdf; - overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: #ffffff; -} -.calendar-header, -.calendar-content, -.calendar-footer { - position: relative; - display: block; - background-color: #ffffff; - color: #1d1d1d; -} -.calendar-header { - padding: 1rem; - background-color: #004d6f; - color: #ffffff; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.calendar-header .header-year { - font-size: 0.75rem; - line-height: 1; -} -.calendar-header .header-day { - font-size: 1.325rem; -} -.calendar-content { - padding: 1px; - width: 278px; -} -.calendar-content .calendar-toolbar, -.calendar-content .days-wrapper { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; -} -.calendar-content .calendar-toolbar { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 0.5rem 0; - width: 100%; -} -.calendar-content .calendar-toolbar .prev-month, -.calendar-content .calendar-toolbar .prev-year, -.calendar-content .calendar-toolbar .next-month, -.calendar-content .calendar-toolbar .next-year { - padding: 0.5rem 0; - cursor: pointer; - text-align: center; - width: 30px; - display: block; - position: relative; - -ms-flex-negative: 0; - flex-shrink: 0; -} -.calendar-content .calendar-toolbar .curr-month, -.calendar-content .calendar-toolbar .curr-year { - padding: 0.5rem 0; - width: 100%; - text-align: center; - cursor: pointer; - font-size: 14px; -} -.calendar-content .week-days, -.calendar-content .days { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - border-top: 1px solid #dfdfdf; - border-bottom: 1px solid #dfdfdf; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - padding: 0; - font-size: 0.75rem; -} -.calendar-content .days { - border: none; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; -} -.calendar-content .days-row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.calendar-content .day, -.calendar-content .week-number { - width: calc(100%/7); - text-align: center; - cursor: pointer; - font-size: 0.85rem; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - margin: 0; - height: 36px; - line-height: 36px; -} -.calendar-content .day.and-week-number { - width: calc(100% / 8); -} -.calendar-content .day.selected { - -webkit-box-shadow: inset 0 0 0 1px #5ebdec !important; - box-shadow: inset 0 0 0 1px #5ebdec !important; -} -.calendar-content .day.selected::after { - border-top: 20px solid #5ebdec; - border-left: 20px solid transparent; - right: 0; - top: 0; -} -.calendar-content .day.selected::before { - right: 1px!important; - top: 1px!important; -} -.calendar-content .day.showed { - font-weight: bold; -} -.calendar-content .week-days .day { - font-weight: 700; -} -.calendar-content .week-number { - width: calc(100% / 8); - background-color: #ffffff; - font-weight: 700; - font-size: 12px; - border-right: 1px solid #dfdfdf; -} -.calendar-content .outside { - color: #bebebe; - font-size: 0.75rem; -} -.calendar-content .today { - background-color: rgba(27, 161, 226, 0.5); - color: #ffffff; - font-weight: bold; -} -.calendar-content .excluded { - background-color: #f8f8f8; -} -.calendar.day-border .days-row:not(:nth-child(1)) { - border-top: 1px solid #dfdfdf; -} -.calendar.day-border .days-row .day:not(:nth-child(1)), -.calendar.day-border .week-days .day:not(:nth-child(1)) { - border-left: 1px solid #dfdfdf; -} -.calendar.day-border .days-row .week-number, -.calendar.day-border .week-days .week-number { - border-right: none; -} -.calendar-months, -.calendar-years { - height: 100%; - display: block; - position: absolute; - top: 0; - background-color: #f8f8f8; - color: #1d1d1d; - float: left; - width: 120px; - overflow: hidden; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - z-index: 500; -} -.calendar-years > .years-list, -.calendar-months > .months-list { - height: 100%; - overflow-x: hidden; - overflow-y: auto!important; -} -.calendar-years > .years-list li.active, -.calendar-months > .months-list li.active { - background-color: #1ba1e2; - color: #ffffff; -} -.calendar-months { - left: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - width: 160px; -} -.calendar-months.open { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); - -webkit-box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); - box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); -} -.calendar-months .months-list { - list-style: none inside; - padding: 0; - margin: 10px 0; -} -.calendar-months .months-list li { - padding: 4px 16px; - cursor: pointer; -} -.calendar-months .months-list li:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.calendar-years { - left: 100%; -} -.calendar-years.open { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - -webkit-box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); - box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); -} -.calendar-years .years-list { - list-style: none inside; - padding: 0; - margin: 10px 0; - text-align: center; -} -.calendar-years .years-list li { - padding: 4px 16px; - cursor: pointer; -} -.calendar-years .years-list li:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.calendar-footer { - padding: 0.5rem; - border-top: 1px solid #dfdfdf; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.calendar-footer > * { - margin: 0 2px; - font-size: 0.75rem; - height: 32px; - line-height: 32px; - padding: 0 8px; +.default-icon-random { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact { - width: 240px; +.default-icon-calendar { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-content { - width: 100%; +.default-icon-clock { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-header { - padding: 0.5rem; - line-height: 1.2; +.default-icon-menu { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-header .header-year { - font-size: 0.65rem; +.default-icon-plus { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-header .header-day { - font-size: 1rem; +.default-icon-minus { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-toolbar > * { - padding: 0!important; - font-size: 14px; +.default-icon-upload { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .calendar-footer .button { - height: 24px; - line-height: 24px; - padding: 0 0.25rem; +.default-icon-pencil { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .day, -.calendar.compact .week-number { - height: 30px; - line-height: 30px; - width: 30px; - margin: 0; - font-size: 12px; +.default-icon-chevron-left { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .day + .day { - margin-left: 1px; +.default-icon-chevron-right { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); } -.calendar.compact .months-list, -.calendar.compact .years-list { - font-size: 0.85rem; +.visible { + visibility: visible !important; } -.calendar-wide { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - width: 560px; +.no-visible { + visibility: hidden !important; } -.calendar-wide::after { - display: block; - clear: both; - content: ""; +.d-none { + display: none!important; } -.calendar-wide::after { - display: block; - clear: both; - content: ""; +.d-block { + display: block!important; } -.calendar-wide.calendar-picker { - width: 460px; +.d-inline { + display: inline!important; } -.calendar-wide .calendar-header, -.calendar-wide .calendar-footer { - position: absolute; - top: 0; - height: 100%; - min-height: 100%; +.d-inline-block { + display: inline-block !important; } -.calendar-wide .calendar-header { - left: 0; +.d-table { + display: table!important; } -.calendar-wide .calendar-footer { - right: 0; +.d-table-row { + display: table-row !important; } -.calendar-wide .calendar-header { - width: 180px; +.d-table-cell { + display: table-cell !important; } -.calendar-wide .calendar-footer { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - border-top: none; - border-left: 1px solid #dfdfdf; - width: 100px; +.d-flex { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } -.calendar-wide .calendar-footer * { - width: 100%; - margin: 2px 0; +.d-inline-flex { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } -.calendar-wide .calendar-content { - margin: 0 96px 0 180px; +html.metro-touch-device .d-none-touch { + display: none!important; } -.calendar-wide.compact { - width: 454px!important; +html.metro-touch-device .d-block-touch { + display: block!important; } -.calendar-wide.compact.calendar-picker { - width: 354px!important; +html.metro-touch-device .d-inline-touch { + display: inline!important; } -.calendar-wide.compact .calendar-header { - width: 120px; +html.metro-touch-device .d-inline-block-touch { + display: inline-block !important; } -.calendar-wide.compact .calendar-content { - margin: 0 96px 0 120px; - width: 234px; +html.metro-touch-device .d-table-touch { + display: table!important; } -.calendar-picker { - position: relative; +html.metro-touch-device .d-table-row-touch { + display: table-row !important; } -.calendar-picker input { - width: 100%; +html.metro-touch-device .d-table-cell-touch { + display: table-cell !important; } -.calendar-picker .calendar-wide { - width: 464px; +html.metro-touch-device .d-flex-touch { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } -.calendar-picker .calendar-wide.compact { - width: 364px; +html.metro-touch-device .d-inline-flex-touch { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } -.calendar-for-picker { - position: absolute; - top: 100%; - left: 0; - display: none; - z-index: 500; +html.metro-no-touch-device .d-none-no-touch { + display: none!important; } -.calendar-for-picker.open { +html.metro-no-touch-device .d-block-no-touch { display: block!important; } -.calendar-for-picker.open-up { - top: auto; - bottom: 100%; +html.metro-no-touch-device .d-inline-no-touch { + display: inline!important; } -.calendar-for-picker.dialog-mode { - position: fixed; - top: 50%!important; - left: 50%!important; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); - z-index: 1050; +html.metro-no-touch-device .d-inline-block-no-touch { + display: inline-block !important; } -.calendar-for-picker.dialog-mode.open-up { - top: auto; - bottom: auto; +html.metro-no-touch-device .d-table-no-touch { + display: table!important; } -.card { - display: block; - position: relative; - font-size: 0.875rem; - width: calc(100% - 1rem); - margin: 8px auto; - border-radius: 2px; - border: 1px solid #dfdfdf; - background-color: #ffffff; +html.metro-no-touch-device .d-table-row-no-touch { + display: table-row !important; } -.card-header { - border-bottom: 1px #eee solid; - padding: 1rem; - font-size: 16px; - border-radius: 2px 2px 0 0; - display: block; +html.metro-no-touch-device .d-table-cell-no-touch { + display: table-cell !important; } -.card-header .avatar { - float: left; - width: 2.75rem; - height: 2.75rem; - overflow: hidden; +html.metro-no-touch-device .d-flex-no-touch { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } -.card-header .avatar img { - width: 100%; - min-height: 100%; +html.metro-no-touch-device .d-inline-flex-no-touch { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } -.card-header .name { - margin-left: 3.375rem; - font-weight: 500; -} -.card-header .date { - margin-left: 3.375rem; - font-size: 0.8125rem; - font-weight: 500; - color: #bebebe; -} -.card-content { - display: block; -} -.card-footer { - border-top: 1px #eee solid; - padding: 1rem; - border-radius: 0 0 2px 2px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - min-height: 3rem; -} -.card.image-header .card-header { - height: 9rem; - vertical-align: bottom; - background-size: cover; - background-position: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; -} -.card.image-header .card-header .avatar { - border-radius: 50%; - border: 2px solid #ffffff; -} -* + .card { - margin-top: 1rem; -} -.card.flex-card { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; -} -.card.flex-card .card-header, -.card.flex-card .card-footer { - height: 57px; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.card.flex-card .card-footer { - margin-top: auto; -} -.carousel { - display: block; - position: relative; - width: 100%; - height: auto; - overflow: visible; - background-color: #ffffff; -} -.carousel .slides { - display: block; - position: relative; - width: 100%; - height: 100%; - overflow: hidden; +@media screen and (min-width: 0) { + .visible-fs { + visibility: visible !important; + } + .no-visible-fs { + visibility: hidden !important; + } + .d-none-fs { + display: none!important; + } + .d-block-fs { + display: block!important; + } + .d-inline-fs { + display: inline!important; + } + .d-inline-block-fs { + display: inline-block !important; + } + .d-table-fs { + display: table!important; + } + .d-table-row-fs { + display: table-row !important; + } + .d-table-cell-fs { + display: table-cell !important; + } + .d-flex-fs { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-fs { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-fs { + display: none!important; + } + html.metro-touch-device .d-block-touch-fs { + display: block!important; + } + html.metro-touch-device .d-inline-touch-fs { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-fs { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-fs { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-fs { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-fs { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-fs { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-fs { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-fs { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-fs { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-fs { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-fs { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-fs { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-fs { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-fs { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-fs { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-fs { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .slide { - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - overflow: hidden; - background-size: cover; - background-repeat: no-repeat; +@media screen and (min-width: 576px) { + .visible-sm { + visibility: visible !important; + } + .no-visible-sm { + visibility: hidden !important; + } + .d-none-sm { + display: none!important; + } + .d-block-sm { + display: block!important; + } + .d-inline-sm { + display: inline!important; + } + .d-inline-block-sm { + display: inline-block !important; + } + .d-table-sm { + display: table!important; + } + .d-table-row-sm { + display: table-row !important; + } + .d-table-cell-sm { + display: table-cell !important; + } + .d-flex-sm { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-sm { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-sm { + display: none!important; + } + html.metro-touch-device .d-block-touch-sm { + display: block!important; + } + html.metro-touch-device .d-inline-touch-sm { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-sm { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-sm { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-sm { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-sm { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-sm { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-sm { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-sm { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-sm { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-sm { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-sm { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-sm { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-sm { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-sm { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-sm { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-sm { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel.fixed-size .slide { - overflow: hidden; +@media screen and (min-width: 768px) { + .visible-md { + visibility: visible !important; + } + .no-visible-md { + visibility: hidden !important; + } + .d-none-md { + display: none!important; + } + .d-block-md { + display: block!important; + } + .d-inline-md { + display: inline!important; + } + .d-inline-block-md { + display: inline-block !important; + } + .d-table-md { + display: table!important; + } + .d-table-row-md { + display: table-row !important; + } + .d-table-cell-md { + display: table-cell !important; + } + .d-flex-md { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-md { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-md { + display: none!important; + } + html.metro-touch-device .d-block-touch-md { + display: block!important; + } + html.metro-touch-device .d-inline-touch-md { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-md { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-md { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-md { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-md { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-md { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-md { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-md { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-md { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-md { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-md { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-md { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-md { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-md { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-md { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-md { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel [class*="carousel-switch"], -.carousel .carousel-bullets { - position: absolute; - display: block; - z-index: 501; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +@media screen and (min-width: 992px) { + .visible-lg { + visibility: visible !important; + } + .no-visible-lg { + visibility: hidden !important; + } + .d-none-lg { + display: none!important; + } + .d-block-lg { + display: block!important; + } + .d-inline-lg { + display: inline!important; + } + .d-inline-block-lg { + display: inline-block !important; + } + .d-table-lg { + display: table!important; + } + .d-table-row-lg { + display: table-row !important; + } + .d-table-cell-lg { + display: table-cell !important; + } + .d-flex-lg { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-lg { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-lg { + display: none!important; + } + html.metro-touch-device .d-block-touch-lg { + display: block!important; + } + html.metro-touch-device .d-inline-touch-lg { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-lg { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-lg { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-lg { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-lg { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-lg { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-lg { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-lg { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-lg { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-lg { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-lg { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-lg { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-lg { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-lg { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-lg { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-lg { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .carousel-switch-next, -.carousel .carousel-switch-prev { - width: auto; - line-height: 4rem; - height: 4rem; - text-decoration: none; - margin-top: -2rem; - top: 50%; - font-size: 4rem; - font-weight: 300; - color: #bebebe; - cursor: pointer; - vertical-align: middle; - padding: 0; -} -.carousel .carousel-switch-next:hover, -.carousel .carousel-switch-prev:hover { - color: #e4e4e4; +@media screen and (min-width: 1200px) { + .visible-xl { + visibility: visible !important; + } + .no-visible-xl { + visibility: hidden !important; + } + .d-none-xl { + display: none!important; + } + .d-block-xl { + display: block!important; + } + .d-inline-xl { + display: inline!important; + } + .d-inline-block-xl { + display: inline-block !important; + } + .d-table-xl { + display: table!important; + } + .d-table-row-xl { + display: table-row !important; + } + .d-table-cell-xl { + display: table-cell !important; + } + .d-flex-xl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-xl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-xl { + display: none!important; + } + html.metro-touch-device .d-block-touch-xl { + display: block!important; + } + html.metro-touch-device .d-inline-touch-xl { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-xl { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-xl { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-xl { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-xl { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-xl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-xl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-xl { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-xl { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-xl { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-xl { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-xl { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-xl { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-xl { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-xl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-xl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .carousel-switch-next img, -.carousel .carousel-switch-prev img { - max-width: 64px; - max-height: 64px; +@media screen and (min-width: 1452px) { + .visible-xxl { + visibility: visible !important; + } + .no-visible-xxl { + visibility: hidden !important; + } + .d-none-xxl { + display: none!important; + } + .d-block-xxl { + display: block!important; + } + .d-inline-xxl { + display: inline!important; + } + .d-inline-block-xxl { + display: inline-block !important; + } + .d-table-xxl { + display: table!important; + } + .d-table-row-xxl { + display: table-row !important; + } + .d-table-cell-xxl { + display: table-cell !important; + } + .d-flex-xxl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + .d-inline-flex-xxl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-touch-device .d-none-touch-xxl { + display: none!important; + } + html.metro-touch-device .d-block-touch-xxl { + display: block!important; + } + html.metro-touch-device .d-inline-touch-xxl { + display: inline!important; + } + html.metro-touch-device .d-inline-block-touch-xxl { + display: inline-block !important; + } + html.metro-touch-device .d-table-touch-xxl { + display: table!important; + } + html.metro-touch-device .d-table-row-touch-xxl { + display: table-row !important; + } + html.metro-touch-device .d-table-cell-touch-xxl { + display: table-cell !important; + } + html.metro-touch-device .d-flex-touch-xxl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-touch-device .d-inline-flex-touch-xxl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } + html.metro-no-touch-device .d-none-no-touch-xxl { + display: none!important; + } + html.metro-no-touch-device .d-block-no-touch-xxl { + display: block!important; + } + html.metro-no-touch-device .d-inline-no-touch-xxl { + display: inline!important; + } + html.metro-no-touch-device .d-inline-block-no-touch-xxl { + display: inline-block !important; + } + html.metro-no-touch-device .d-table-no-touch-xxl { + display: table!important; + } + html.metro-no-touch-device .d-table-row-no-touch-xxl { + display: table-row !important; + } + html.metro-no-touch-device .d-table-cell-no-touch-xxl { + display: table-cell !important; + } + html.metro-no-touch-device .d-flex-no-touch-xxl { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; + } + html.metro-no-touch-device .d-inline-flex-no-touch-xxl { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; + } } -.carousel .carousel-switch-next [class*=mif-], -.carousel .carousel-switch-prev [class*=mif-] { +.embed-container { + position: relative; display: block; + padding: 0; + overflow: hidden; + width: 100%; + height: 100%; } -.carousel .carousel-switch-next { - right: 0; - left: auto; +.embed-container::before { + padding-top: 56.25%; + display: block; + content: ""; } -.carousel .carousel-switch-prev { +.embed-container iframe, +.embed-container object, +.embed-container embed, +.embed-container video, +.embed-container .embed-item { + position: absolute; + top: 0; left: 0; - right: auto; + width: 100%; + height: 100%; + border: 0; } -.carousel .carousel-bullets { - left: 0; - right: 0; - bottom: 0.625rem; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; +.embed-container.size-21x9::before { + padding-top: 42.85714286%; } -.carousel .carousel-bullets .carousel-bullet { - display: block; - float: none; - width: 0.625rem; - height: 0.625rem; - background-color: #ababab; - border-radius: 50%; - cursor: pointer; - border: 1px #ffffff solid; - margin: 0 0.3125rem; +.embed-container.size-16x9::before { + padding-top: 56.25%; } -.carousel .carousel-bullets .carousel-bullet.bullet-on { - background-color: #5ebdec; +.embed-container.size-4x3::before { + padding-top: 75%; } -.carousel .carousel-bullets.default-size .carousel-bullet { - width: 22px; - height: 22px; +.embed-container.size-1x1::before { + padding-top: 100%; } -.carousel .carousel-bullets.mini-size .carousel-bullet { - width: 10px; - height: 10px; +.order-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } -.carousel .carousel-bullets.small-size .carousel-bullet { - width: 16px; - height: 16px; +.order-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } -.carousel .carousel-bullets.large-size .carousel-bullet { - width: 32px; - height: 32px; +.order-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } -.carousel .carousel-bullets.bullet-style-square .carousel-bullet { - border-radius: 0; +.order-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } -.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet { - border-radius: 50%; +.order-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } -.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet { - border-radius: 0; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.order-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } -.carousel .carousel-bullets.bullet-style-rect .carousel-bullet { - border-radius: 0; +.order-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } -.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet { - width: 44px; - height: 14px; +.order-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } -.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet { - width: 20px; - height: 6px; +.order-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } -.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet { - width: 32px; - height: 10px; +.order-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } -.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet { - width: 64px; - height: 24px; +.order-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } -.carousel.controls-outside { - padding: 0 4rem 1.375rem 4rem; +.order-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } -.carousel.controls-outside .carousel-bullets { - bottom: 0; +.order-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } -.carousel.with-thumbnails .thumbs { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: absolute; - top: 100%; - left: 0; - width: 100%; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding-top: 10px; +.order-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } -.carousel.with-thumbnails .thumb { - display: block; - position: relative!important; - top: auto!important; - left: auto!important; - margin: 0.5rem; - cursor: pointer; - overflow: hidden; - background-color: #f8f8f8; +.order-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } -.carousel.with-thumbnails .thumb.thumb-on { - border: 4px solid #1ba1e2; +.order-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; } -.charms { - display: block; - position: fixed; - z-index: 1090; - background-color: #1d1d1d; - color: #ffffff; - -webkit-transition: -webkit-transform 0.3s ease; - transition: -webkit-transform 0.3s ease; - -o-transition: transform 0.3s ease; - transition: transform 0.3s ease; - transition: transform 0.3s ease, -webkit-transform 0.3s ease; - padding: 16px; +.order-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; } -.charms.top-side { - bottom: 100%; - width: 100%; - left: 0; +.order-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; } -.charms.top-side.open { - -webkit-transform: translateY(100%); - -ms-transform: translateY(100%); - transform: translateY(100%); +.order-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; } -.charms.bottom-side { - top: 100%; - left: 0; - width: 100%; +.order-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; } -.charms.bottom-side.open { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); +.order-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } -.charms.left-side { - top: 0; - bottom: 0; - right: 100%; - width: auto; +.order-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } -.charms.left-side.open { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); +.order-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } -.charms.right-side { - top: 0; - bottom: 0; - width: auto; - left: 100%; +.order-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } -.charms.right-side.open { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); +.flex-equal-items > * { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; } -.charm-tile, -.charm-notify { - display: block; - position: relative; - cursor: pointer; +.flex-nowrap { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } -.charm-tile { - width: 90px; - height: 66px; - padding: 4px; - background-color: #50727C; - color: #ffffff; - margin: 2px; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; +.flex-wrap { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } -.charm-tile .icon { - position: absolute; - top: 4px; - left: 4px; - width: 16px; - height: 16px; - font-size: 16px; +.flex-wrap-r { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } -.charm-tile .caption { - margin-top: 30px; - font-size: 10px; - display: block; +.flex-column { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } -.charm-tile.active { - background-color: #126278; +.flex-column-r { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } -.charm-notify { - height: auto; - background-color: #2D6070; - color: #ffffff; - padding: 24px; +.flex-row { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } -.charm-notify .icon { - position: absolute; - left: 16px; - top: 24px; - width: 48px; - height: 48px; - font-size: 40px; +.flex-row-r { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } -.charm-notify .title, -.charm-notify .content, -.charm-notify .secondary { - display: block; - position: relative; - margin-left: 52px; - line-height: 1; +.flex-align-start { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } -.charm-notify .title { - font-weight: bold; - margin-bottom: 6px; +.flex-align-end { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } -.charm-notify .content { - font-size: 14px; - line-height: 1.2; +.flex-align-center { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } -.charm-notify .secondary { - font-size: 10px; - margin-top: 8px; +.flex-align-stretch { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } -* + .charm-notify { - margin-top: 4px; +.flex-align-baseline { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } -.chat { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - border: 1px solid #dfdfdf; - background-color: #ffffff; +.flex-self-start { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } -.chat .title, -.chat .messages, -.chat .message-input { - display: block; +.flex-self-end { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } -.chat .title { - font-size: 18px; - line-height: 1.2; - padding: 8px; - border-bottom: 1px solid #dfdfdf; +.flex-self-center { + -ms-flex-item-align: center !important; + align-self: center !important; } -.chat .messages { - padding: 8px; - border-bottom: 1px solid #dfdfdf; - height: 100%; - overflow: hidden; - overflow-y: auto; +.flex-self-stretch { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } -.chat .message { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; +.flex-self-baseline { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } -.chat .message .message-sender { - width: 50%; - font-weight: 600; - font-size: 12px; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.flex-justify-start { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } -.chat .message .message-time { - width: 50%; - font-size: 12px; - text-align: right; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - opacity: 0.5; +.flex-justify-end { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } -.chat .message .message-item { - width: 100%; - -ms-flex-negative: 0; - flex-shrink: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - margin: 8px 0; - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.flex-justify-center { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } -.chat .message .message-item .message-avatar { - overflow: hidden; - width: 40px; - height: 40px; - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - display: block; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.flex-justify-between { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } -.chat .message .message-item .message-text { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - border: 1px solid #e4e4e4; - margin-left: 8px; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - font-size: 14px; - line-height: 1.2; - padding: 5px 10px; - width: 100%; - background-color: #e4e4e4; +.flex-justify-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } -.chat .message .message-item .message-text::before { - position: absolute; - right: 100%; - top: 14px; - border: 6px solid transparent; - border-right-color: #e4e4e4; - content: ' '; - height: 0; - width: 0; - pointer-events: none; +.flex-content-start { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } -.chat .message.right .message-time { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - text-align: left; +.flex-content-end { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } -.chat .message.right .message-sender { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - text-align: right; +.flex-content-center { + -ms-flex-line-pack: center !important; + align-content: center !important; } -.chat .message.right .message-avatar { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.flex-content-between { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } -.chat .message.right .message-text { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - margin-left: 0; - margin-right: 8px; +.flex-content-around { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } -.chat .message.right .message-text::before { - right: auto; - left: 100%; - border-right-color: transparent; - border-left-color: #e4e4e4; +.flex-content-stretch { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } -.chat .message-input { +.flex-no-shrink > * { -ms-flex-negative: 0; flex-shrink: 0; - margin-top: auto; - padding: 8px; -} -.chat .message-input.disabled { - opacity: 0.5; -} -.chat .message .message-item .message-text.primary { - border-color: #0366d6; - background-color: #0366d6; - color: #ffffff; -} -.chat .message .message-item .message-text.primary::before { - border-right-color: #0366d6; -} -.chat .message .message-item .message-text.secondary { - border-color: #607d8b; - background-color: #607d8b; - color: #ffffff; -} -.chat .message .message-item .message-text.secondary::before { - border-right-color: #607d8b; -} -.chat .message .message-item .message-text.success { - border-color: #60a917; - background-color: #60a917; - color: #ffffff; -} -.chat .message .message-item .message-text.success::before { - border-right-color: #60a917; -} -.chat .message .message-item .message-text.alert { - border-color: #CE352C; - background-color: #CE352C; - color: #ffffff; -} -.chat .message .message-item .message-text.alert::before { - border-right-color: #CE352C; -} -.chat .message .message-item .message-text.warning { - border-color: #ff9447; - background-color: #ff9447; - color: #ffffff; -} -.chat .message .message-item .message-text.warning::before { - border-right-color: #ff9447; -} -.chat .message .message-item .message-text.yellow { - border-color: #ffe484; - background-color: #ffe484; - color: #ffffff; -} -.chat .message .message-item .message-text.yellow::before { - border-right-color: #ffe484; -} -.chat .message .message-item .message-text.info { - border-color: #5ebdec; - background-color: #5ebdec; - color: #ffffff; -} -.chat .message .message-item .message-text.info::before { - border-right-color: #5ebdec; -} -.chat .message .message-item .message-text.dark { - border-color: #505050; - background-color: #505050; - color: #ffffff; -} -.chat .message .message-item .message-text.dark::before { - border-right-color: #505050; -} -.chat .message .message-item .message-text.light { - border-color: #f8f8f8; - background-color: #f8f8f8; - color: #ffffff; -} -.chat .message .message-item .message-text.light::before { - border-right-color: #f8f8f8; -} -.chat .message .message-item .message-text.brand1 { - border-color: #2ac4f4; - background-color: #2ac4f4; - color: #ffffff; -} -.chat .message .message-item .message-text.brand1::before { - border-right-color: #2ac4f4; -} -.chat .message .message-item .message-text.brand2 { - border-color: #004d6f; - background-color: #004d6f; - color: #ffffff; -} -.chat .message .message-item .message-text.brand2::before { - border-right-color: #004d6f; -} -.chat .message .message-item .message-text.light, -.chat .message .message-item .message-text.yellow { - color: #1d1d1d; -} -.chat .message.right .message-item .message-text.primary::before { - border-right-color: transparent; - border-left-color: #0366d6; -} -.chat .message.right .message-item .message-text.secondary::before { - border-right-color: transparent; - border-left-color: #607d8b; -} -.chat .message.right .message-item .message-text.success::before { - border-right-color: transparent; - border-left-color: #60a917; -} -.chat .message.right .message-item .message-text.alert::before { - border-right-color: transparent; - border-left-color: #CE352C; } -.chat .message.right .message-item .message-text.warning::before { - border-right-color: transparent; - border-left-color: #ff9447; -} -.chat .message.right .message-item .message-text.yellow::before { - border-right-color: transparent; - border-left-color: #ffe484; -} -.chat .message.right .message-item .message-text.info::before { - border-right-color: transparent; - border-left-color: #5ebdec; -} -.chat .message.right .message-item .message-text.dark::before { - border-right-color: transparent; - border-left-color: #505050; -} -.chat .message.right .message-item .message-text.light::before { - border-right-color: transparent; - border-left-color: #f8f8f8; -} -.chat .message.right .message-item .message-text.brand1::before { - border-right-color: transparent; - border-left-color: #2ac4f4; -} -.chat .message.right .message-item .message-text.brand2::before { - border-right-color: transparent; - border-left-color: #004d6f; -} -.checkbox { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - margin: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; +.flex-shrink > * { + -ms-flex-negative: 1; + flex-shrink: 1; } -.checkbox input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; +.flex-no-grow > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; } -.checkbox .check, -.checkbox .caption { - display: block; - line-height: 1; - font-size: 14px; - margin: 0 4px; - position: relative; +.flex-grow > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } -.checkbox .check { - border: 2px #d9d9d9 solid; - width: 20px; - height: 20px; +.flex-no-shrink-self { -ms-flex-negative: 0; flex-shrink: 0; - line-height: 36px; } -.checkbox .check::before { - position: absolute; - vertical-align: middle; - font-size: 0; - content: ""; - height: 5px; - width: 10px; - background-color: transparent; - color: transparent; - border-left: 2px solid; - border-bottom: 2px solid; - border-color: #ffffff; - left: 50%; - top: 50%; - margin-left: -5px; - margin-top: -4px; - display: none; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.flex-shrink-self { + -ms-flex-negative: 1; + flex-shrink: 1; } -.checkbox input[type=checkbox]:checked ~ .check { - border-color: #1d1d1d; - background-color: #1d1d1d; +.flex-no-grow-self { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; } -.checkbox input[type=checkbox]:checked ~ .check::before { - display: block; +.flex-grow-self { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } -.checkbox input[type=checkbox]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #e9e9e9; +.flex-right { + margin-left: auto; } -.checkbox input[data-indeterminate=true] ~ .check { - border-color: #1d1d1d; - background-color: #1d1d1d; +.flex-left { + margin-right: auto; } -.checkbox input[data-indeterminate=true] ~ .check::before { - display: block!important; - width: 6px; - height: 6px; - background-color: #ffffff; - border: 2px solid #ffffff; - left: 50%; - top: 50%; - margin-left: -3px; - margin-top: -3px; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); -} -.checkbox .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.checkbox .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.checkbox.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.checkbox.required, -.checkbox.invalid, -.checkbox.valid { - border: none!important; -} -.checkbox.invalid::after { - display: none; -} -.checkbox:focus input[type=checkbox]:not(:disabled) ~ .check::after, -.checkbox:active input[type=checkbox]:not(:disabled) ~ .check::after { - display: block; - content: ""; - position: absolute; - width: 3.125rem; - height: 3.125rem; - border-radius: 50%; - background-color: rgba(187, 187, 187, 0.5); - opacity: 0.3; - top: 50%; - left: 50%; - margin-top: -1.5625rem; - margin-left: -1.5625rem; -} -.checkbox.style2 input[type=checkbox]:checked ~ .check { - border-color: #1d1d1d; - background-color: #ffffff; -} -.checkbox.style2 .check { - border-color: #989898; -} -.checkbox.style2 .check::before { - border-color: #1d1d1d; -} -.checkbox.style2 input[type=checkbox]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #ffffff; -} -.checkbox.style2 input[type=checkbox]:disabled ~ .check::before { - border-color: #e9e9e9; -} -.checkbox.style2 input[data-indeterminate=true] ~ .check { - border-color: #1d1d1d; - background-color: #ffffff; -} -.checkbox.style2 input[data-indeterminate=true] ~ .check::before { - background-color: #1d1d1d; - border: 2px solid #1d1d1d; - width: 8px; - height: 8px; - margin-left: -4px; - margin-top: -4px; -} -.checkbox.transition-on .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.checkbox.transition-on input[type=checkbox]:checked ~ .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.checkbox.transition-on input[data-indeterminate=true] ~ .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.checkbox .check.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.chip { - display: inline-block; - float: left; - height: 32px; - font-size: 14px; - padding: 0 12px; - line-height: 32px; - background: #bebebe; - cursor: default; -} -.chip .label { - white-space: nowrap; -} -.chip .icon { - position: absolute; - left: 0; - top: 0; - width: 32px; - height: 32px; - text-align: center; - line-height: 32px; - vertical-align: middle; - font-size: 24px; - overflow: hidden; -} -.chip .icon img { - width: 100%; - max-height: 100%; - vertical-align: initial; -} -.chip .icon + .label { - margin-left: 30px; -} -.chip .action { - display: block; - float: right; - margin-left: 10px; - cursor: pointer; - width: 24px; - height: 24px; - margin-right: -8px; - margin-top: 4px; - background-color: #ccc; - overflow: hidden; -} -.chip .action:before { - content: "\2716"; - line-height: 24px; - text-align: center; - display: block; -} -.chip:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.chip.material { - border-radius: 16px; -} -.chip.material .icon { - border-radius: 32px; -} -.chip.material .action { - border-radius: 24px; -} -.chip + .chip { - margin-left: 8px; -} -.command-button, -.image-button { - padding: 0.5rem; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - font-size: 1.5rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - outline: none; - position: relative; - font-weight: 500; -} -.command-button .icon, -.image-button .icon { - width: 2.6875rem; - height: 2.6875rem; - line-height: 2.6875rem; - font-size: 2rem; - color: inherit; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.command-button .caption, -.image-button .caption { - margin-left: 0.5rem; - text-align: left; - color: inherit; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - font-weight: 400; - line-height: 1.2; -} -.command-button .caption small, -.image-button .caption small { - display: block; - font-size: 0.8rem; -} -.command-button.icon-right .icon, -.image-button.icon-right .icon { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.command-button.icon-right .caption, -.image-button.icon-right .caption { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - margin-left: 0; - margin-right: 0.5rem; -} -.command-button.outline, -.image-button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; -} -.command-button:hover, -.image-button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.command-button:active, -.image-button:active, -.command-button.focus, -.image-button.focus, -.command-button:focus, -.image-button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.command-button:focus, -.image-button:focus, -.command-button:hover, -.image-button:hover, -.command-button.focus, -.image-button.focus { - text-decoration: none; -} -.command-button:active, -.image-button:active { - -webkit-box-shadow: none; - box-shadow: none; - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); -} -.command-button.disabled, -.image-button.disabled, -.command-button:disabled, -.image-button:disabled { - opacity: 0.65; -} -.container, -.container2, -.container-fluid, -section, -header, -footer, -aside { - display: block; - position: relative; - margin: 0 auto; -} -.container::after, -.container2::after, -.container-fluid::after, -section::after, -header::after, -footer::after, -aside::after { - display: block; - clear: both; - content: ""; -} -.container::after, -.container2::after, -.container-fluid::after, -section::after, -header::after, -footer::after, -aside::after { - display: block; - clear: both; - content: ""; -} -.container, -.container2 { - width: 100%; - padding-right: 12px; - padding-left: 12px; +.flex-top { + margin-bottom: auto; } -.container-fluid { - width: 100%; - max-width: none; - padding-right: 12px; - padding-left: 12px; +.flex-bottom { + margin-top: auto; } -@media (min-width: 576px) { - .container { - max-width: 540px; +@media screen and (min-width: 0) { + .flex-nowrap-fs { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .container2 { - max-width: 90%; + .flex-wrap-fs { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } -} -@media (min-width: 768px) { - .container { - max-width: 720px; + .flex-wrap-r-fs { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } -} -@media (min-width: 992px) { - .container, - .container2 { - max-width: 960px; + .flex-column-fs { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } -} -@media (min-width: 1200px) { - .container, - .container2 { - max-width: 1140px; + .flex-column-r-fs { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } -} -@media (min-width: 1452px) { - .container, - .container2 { - max-width: 1360px; + .flex-row-fs { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } -} -.container-fs { - max-width: 0 !important; -} -.container-sm { - max-width: 576px !important; -} -.container-md { - max-width: 768px !important; -} -.container-lg { - max-width: 992px !important; -} -.container-xl { - max-width: 1200px !important; -} -.container-xxl { - max-width: 1452px !important; -} -.countdown { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - width: 100%; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - font-size: 1.5rem; -} -.countdown .part { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - padding: 0.5rem 0.5rem 0.5em; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.countdown .digit { - display: block; - position: relative; - padding: 0; - line-height: 1; - overflow: hidden; -} -.countdown .digit .digit-placeholder { - visibility: hidden; -} -.countdown .digit .digit-value { - display: block; - position: absolute; - top: 0; - left: 0; - font: inherit; -} -.countdown .part + .part::before { - top: 10px; - left: 0; - content: ""; - display: block; - position: absolute; - height: calc(100% - 8px); - width: 1px; - background: -o-radial-gradient(at left, #dfdfdf, transparent); - background: radial-gradient(at left, #dfdfdf, transparent); -} -.countdown .part.d-none + .part::before { - display: none; -} -.countdown .part.no-divider::before { - display: none; -} -.countdown .part.days::after, -.countdown .part.hours::after, -.countdown .part.minutes::after, -.countdown .part.seconds::after { - position: absolute; - content: attr(data-label); - text-align: center; - bottom: 0; - left: 0; - width: 100%; - font-size: 0.3em; - color: inherit; - background-color: inherit; - z-index: 1; -} -.countdown .days { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.countdown .hours { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.countdown .minutes { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.countdown .seconds { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.cube { - display: block; - position: relative; - width: 320px; - height: 310px; - margin: 0 auto 30px; - -webkit-transform: rotateY(30deg); - transform: rotateY(30deg); -} -.cube .side { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - position: absolute; - overflow: hidden; - width: 162px; - height: 162px; - bottom: 38px; - left: 0; -} -.cube .side.left-side { - -webkit-transform: skewY(23deg) rotateX(10deg); - transform: skewY(23deg) rotateX(10deg); -} -.cube .side.right-side { - left: 160px; - -webkit-transform: skewY(-23deg) rotateY(10deg); - transform: skewY(-23deg) rotateY(10deg); -} -.cube .side.top-side { - left: 80px; - bottom: 154px; - top: auto; - -webkit-transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); - -ms-transform: rotate(45deg) rotate(0) skew(-22deg, -22deg); - transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); -} -.cube .side .cube-cell { - display: block; - position: relative; - width: 24px; - height: 24px; - margin: 8px; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - -ms-flex-negative: 0; - flex-shrink: 0; - background-color: #231F20; - border: 1px solid #303030; - -webkit-box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); - box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - line-height: 24px; - text-align: center; - color: #ffffff; - font-size: 12px; -} -.cube .side .cube-cell.light { - -webkit-animation: pulsar-cell 2.5s 0s ease-out infinite; - animation: pulsar-cell 2.5s 0s ease-out infinite; - background-color: #c4122f; - border-color: #c4122f; - color: #1d1d1d; - -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; - box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; -} -@-webkit-keyframes pulsar-cell { - 0%, - 100% { - -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; - box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + .flex-row-r-fs { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - 50% { - -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); - box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + .flex-align-start-fs { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } -} -@keyframes pulsar-cell { - 0%, - 100% { - -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; - box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + .flex-align-end-fs { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - 50% { - -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); - box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + .flex-align-center-fs { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } -} -.cube .axis { - height: 2px; - width: 200px; - position: absolute; - background-color: #c4122f; - bottom: 162px; - left: 162px; - -webkit-transform-origin: 0 0 0; - -ms-transform-origin: 0 0 0; - transform-origin: 0 0 0; -} -.cube .axis::before, -.cube .axis::after { - content: ""; - position: absolute; - height: 1px; - background-color: inherit; - display: block; -} -.cube .axis.arrow::before, -.cube .axis.arrow::after { - width: 16px; - top: 0; - right: 0; - -webkit-transform-origin: 100% 100% 0; - -ms-transform-origin: 100% 100% 0; - transform-origin: 100% 100% 0; -} -.cube .axis.arrow::before { - -webkit-transform: rotate(35deg); - -ms-transform: rotate(35deg); - transform: rotate(35deg); -} -.cube .axis.arrow::after { - -webkit-transform: rotate(-35deg); - -ms-transform: rotate(-35deg); - transform: rotate(-35deg); - right: -1px; -} -.cube .axis.line::before, -.cube .axis.line::after { - width: 16px; - top: 0; - right: 0; - -webkit-transform-origin: 100% 100% 0; - -ms-transform-origin: 100% 100% 0; - transform-origin: 100% 100% 0; -} -.cube .axis.line::before { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.cube .axis.line::after { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); - right: -1px; -} -.cube .axis.line.axis-y::before { - -webkit-transform: rotate(113deg); - -ms-transform: rotate(113deg); - transform: rotate(113deg); -} -.cube .axis.line.axis-y::after { - -webkit-transform: rotate(-67deg); - -ms-transform: rotate(-67deg); - transform: rotate(-67deg); -} -.cube .axis.line.axis-x::before { - -webkit-transform: rotate(67deg); - -ms-transform: rotate(67deg); - transform: rotate(67deg); -} -.cube .axis.line.axis-x::after { - -webkit-transform: rotate(-113deg); - -ms-transform: rotate(-113deg); - transform: rotate(-113deg); -} -.cube .axis.no-style::before, -.cube .axis.no-style::after { - display: none; -} -.cube .axis.axis-x { - -webkit-transform: rotate(203deg); - -ms-transform: rotate(203deg); - transform: rotate(203deg); -} -.cube .axis.axis-y { - bottom: 166px; - -webkit-transform: rotate(-23deg); - -ms-transform: rotate(-23deg); - transform: rotate(-23deg); -} -.cube .axis.axis-z { - width: 190px; - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.d-menu, -.v-menu { - position: absolute; - display: none; - float: left; - width: auto; - margin: 0; - padding: 0; - list-style: none inside none; - background-color: #ffffff; - color: #1d1d1d; -} -.d-menu.open, -.v-menu.open { - display: block!important; -} -.d-menu.place-right, -.v-menu.place-right { - left: auto; - right: 0; -} -.d-menu { - z-index: 1000; -} -.d-menu li, -.v-menu li, -.d-menu a, -.v-menu a { - display: block; - float: none; - position: relative; - cursor: pointer; - color: inherit; - background-color: inherit; - height: auto; -} -.d-menu li a, -.v-menu li a { - font-size: 0.875rem; - padding: 0 2rem 0 2.5rem; - line-height: 45px; - height: 45px; - text-decoration: none; - vertical-align: middle; - white-space: nowrap; - border: none; -} -.d-menu li a img, -.v-menu li a img, -.d-menu li a .icon, -.v-menu li a .icon { - display: block; - position: absolute; - vertical-align: middle; - text-align: center; - text-decoration: none; - font-size: 1.2rem; - left: 0.5rem; - top: 50%; - margin-top: -0.6rem; - width: 1.2rem; - height: 1.2rem; - color: inherit; -} -.d-menu li a img::before, -.v-menu li a img::before, -.d-menu li a .icon::before, -.v-menu li a .icon::before { - position: absolute; - top: 0; - left: 0; - line-height: 1.2rem; -} -.d-menu li.active, -.v-menu li.active { - border-left: 2px solid; - border-color: #dfdfdf; -} -.d-menu li.active > a, -.v-menu li.active > a { - background-color: #5ebdec; - color: #ffffff; - font-weight: bold; -} -.d-menu li:hover, -.v-menu li:hover { - text-decoration: none; - background-color: rgba(29, 29, 29, 0.1); -} -.d-menu li:hover > a, -.v-menu li:hover > a, -.d-menu li:hover .icon, -.v-menu li:hover .icon { - color: inherit; -} -.d-menu li a[data-hotkey], -.v-menu li a[data-hotkey] { - padding-right: 4rem; -} -.d-menu li a[data-hotkey]::after, -.v-menu li a[data-hotkey]::after { - content: attr(data-hotkey); - position: absolute; - right: 1.2rem; - width: auto; - font-size: 0.8em; -} -.d-menu li a.dropdown-toggle::before, -.v-menu li a.dropdown-toggle::before { - -webkit-transform: rotate(-135deg); - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); -} -.d-menu li a.dropdown-toggle.active-toggle::before, -.v-menu li a.dropdown-toggle.active-toggle::before { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} -.d-menu .divider, -.v-menu .divider { - padding: 0; - height: 1px; - margin: 0 1px; - overflow: hidden; - background-color: #f2f2f2; - cursor: default; - pointer-events: none; -} -.d-menu .divider:hover, -.v-menu .divider:hover { - background-color: #f2f2f2; -} -.d-menu.disabled, -.v-menu.disabled { - cursor: default; - pointer-events: none; -} -.d-menu.disabled a, -.v-menu.disabled a { - color: #e4e4e4; -} -.d-menu { - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); -} -.d-menu.context li a { - height: 32px; - line-height: 32px; - font-size: 0.75rem; - padding: 0 2rem 0 2.5rem; -} -.d-menu.context li a .icon { - width: 0.92rem; - height: 0.92rem; - font-size: 0.92rem; -} -.v-menu { - display: block; - position: relative; - width: 100%; - float: none; -} -.v-menu.for-dropdown { - width: auto; - float: left; - display: none; -} -.v-menu .v-menu { - display: none; - min-width: 0; - position: relative; - width: 100%; - left: 0 ; - right: 0 ; - top: 100%; - -webkit-box-shadow: none; - box-shadow: none; - float: none; -} -.v-menu .menu-title { - background-color: #f6f7f8; - font-size: 12px; - line-height: 22px; - height: 22px; - padding: 0 8px; - border: 0; - color: #646464; - font-weight: bold; - pointer-events: none; -} -.v-menu .menu-title:first-child { - margin: 0; - border-top-width: 0; -} -.v-menu .menu-title:first-child:hover { - border-top-width: 0; -} -.v-menu .menu-title:hover { - background-color: #f6f7f8; - cursor: default; - border: 0; -} -.v-menu.dropdown { - position: absolute; - float: left; - width: auto; - top: 100%; - border: 1px solid #dfdfdf; -} -.d-menu .d-menu { - left: 100%; - top: -0.5rem; -} -@media screen and (min-width: 0) { - .d-menu.place-right-fs, - .v-menu.place-right-fs { - left: auto; - right: 0; + .flex-align-stretch-fs { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } -} -@media screen and (min-width: 576px) { - .d-menu.place-right-sm, - .v-menu.place-right-sm { - left: auto; - right: 0; + .flex-align-baseline-fs { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } -} -@media screen and (min-width: 768px) { - .d-menu.place-right-md, - .v-menu.place-right-md { - left: auto; - right: 0; + .flex-self-start-fs { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } -} -@media screen and (min-width: 992px) { - .d-menu.place-right-lg, - .v-menu.place-right-lg { - left: auto; - right: 0; + .flex-self-end-fs { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } -} -@media screen and (min-width: 1200px) { - .d-menu.place-right-xl, - .v-menu.place-right-xl { - left: auto; - right: 0; + .flex-self-center-fs { + -ms-flex-item-align: center !important; + align-self: center !important; } -} -@media screen and (min-width: 1452px) { - .d-menu.place-right-xxl, - .v-menu.place-right-xxl { - left: auto; - right: 0; + .flex-self-stretch-fs { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } -} -.sorting, -.sorting_asc, -.sorting_desc { - position: relative; - cursor: pointer; -} -.sorting:after, -.sorting_asc:after, -.sorting_desc:after { - position: absolute; - content: ""; - width: 1rem; - height: 1rem; - left: 100%; - margin-left: -1.25rem; - top: 50%; - margin-top: -0.5rem; - font-size: 1rem; - line-height: 1; - color: #1d1d1d; -} -.sorting_asc { - background-color: #ebebeb; -} -.sorting_asc:after { - content: "\2191"; -} -.sorting_desc { - background-color: #ebebeb; -} -.sorting_desc:after { - content: "\2193"; -} -.dataTables_length label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.dataTables_length label select { - margin: 0 10px; - width: 100px; -} -.dataTables_filter label { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.dataTables_filter label input { - width: 200px; - margin-left: 10px; -} -.dataTables_paginate { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none inside; - padding: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -.dataTables_paginate .previous, -.dataTables_paginate .next, -.dataTables_paginate span a { - cursor: pointer; - display: block; - position: relative; - padding: 0.5rem 0.75rem; - line-height: 1; - font-size: 1rem; - text-decoration: none; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #dfdfdf; - margin: 0.25rem; -} -.dataTables_paginate .previous:hover, -.dataTables_paginate .next:hover, -.dataTables_paginate span a:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.dataTables_paginate span { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; -} -.dataTables_paginate .current { - background-color: #e4e4e4; -} -.dataTables_wrapper { - margin-top: 10px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -ms-flex-line-pack: center; - align-content: center; -} -.dataTables_length, -.dataTables_filter { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; -} -.dataTables_paginate, -.dataTables_info, -.dataTable { - width: 100%; -} -.dataTables_info { - line-height: 42px; - text-align: center; -} -@media all and (min-width: 576px) { - .dataTables_filter label { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + .flex-self-baseline-fs { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .dataTables_length label { - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; + .flex-justify-start-fs { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } -} -@media all and (min-width: 992px) { - .dataTables_paginate, - .dataTables_info { - width: auto; + .flex-justify-end-fs { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .dataTables_info { - text-align: left; + .flex-justify-center-fs { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .dataTables_paginate { - -webkit-box-pack: end; - -ms-flex-pack: end; - justify-content: flex-end; + .flex-justify-between-fs { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } -} -.date-picker input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.date-picker input:focus ~ .time-wrapper { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.date-picker .date-wrapper { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - border: 1px solid #dfdfdf; - width: 100%; -} -.date-picker .month, -.date-picker .day, -.date-picker .year { - display: block; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - border: 1px solid; - border-color: inherit; - text-align: center; - height: 38px; - line-height: 38px; -} -.date-picker .month { - -webkit-box-flex: 2; - -ms-flex-positive: 2; - flex-grow: 2; -} -.date-picker .sel-month { - -webkit-box-flex: 2!important; - -ms-flex-positive: 2!important; - flex-grow: 2!important; -} -.dialog { - position: fixed; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - width: auto; - max-width: calc(100vw - 100px); - max-height: calc(100vh - 100px); - height: auto; - background-color: #ffffff; - color: #1d1d1d; - z-index: 1050; - border: 1px solid #dfdfdf; -} -.dialog.shadow-on { - -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); - box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); -} -.dialog-title, -.dialog-content, -.dialog-actions { - display: block; -} -.dialog-title { - font-size: 1.325rem; - padding: 12px 24px; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - border-bottom: 1px solid #dfdfdf; -} -.dialog-content { - padding: 12px 24px; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.dialog-actions { - border-top: 1px solid #e9e9e9; - padding: 8px 16px; - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.dialog-actions > * { - margin: 0 4px; - min-width: 64px; -} -.dialog * + .dialog-content { - margin-top: 8px; -} -.dialog * + .dialog-actions { - margin-top: 8px; -} -.dialog .closer { - display: block; - position: absolute; - top: 4px; - right: 4px; - background-color: inherit; - color: inherit; - z-index: 100; -} -.dialog .closer::before { - display: block; - content: "\00d7"; - font-size: 24px; - margin-top: -4px; -} -.dialog.primary { - border: 1px solid #0366d6; -} -.dialog.primary .dialog-title { - background-color: #0366d6; - border-bottom-color: #0366d6; - color: #ffffff; -} -.dialog.primary .dialog-actions { - border-top-color: #0366d6; -} -.dialog.secondary { - border: 1px solid #607d8b; -} -.dialog.secondary .dialog-title { - background-color: #607d8b; - border-bottom-color: #607d8b; - color: #ffffff; -} -.dialog.secondary .dialog-actions { - border-top-color: #607d8b; -} -.dialog.success { - border: 1px solid #60a917; -} -.dialog.success .dialog-title { - background-color: #60a917; - border-bottom-color: #60a917; - color: #ffffff; -} -.dialog.success .dialog-actions { - border-top-color: #60a917; -} -.dialog.alert { - border: 1px solid #CE352C; -} -.dialog.alert .dialog-title { - background-color: #CE352C; - border-bottom-color: #CE352C; - color: #ffffff; -} -.dialog.alert .dialog-actions { - border-top-color: #CE352C; -} -.dialog.warning { - border: 1px solid #ff9447; -} -.dialog.warning .dialog-title { - background-color: #ff9447; - border-bottom-color: #ff9447; - color: #ffffff; -} -.dialog.warning .dialog-actions { - border-top-color: #ff9447; -} -.dialog.yellow { - border: 1px solid #ffe484; -} -.dialog.yellow .dialog-title { - background-color: #ffe484; - border-bottom-color: #ffe484; - color: #ffffff; -} -.dialog.yellow .dialog-actions { - border-top-color: #ffe484; -} -.dialog.info { - border: 1px solid #5ebdec; -} -.dialog.info .dialog-title { - background-color: #5ebdec; - border-bottom-color: #5ebdec; - color: #ffffff; -} -.dialog.info .dialog-actions { - border-top-color: #5ebdec; -} -.dialog.dark { - border: 1px solid #505050; -} -.dialog.dark .dialog-title { - background-color: #505050; - border-bottom-color: #505050; - color: #ffffff; -} -.dialog.dark .dialog-actions { - border-top-color: #505050; -} -.dialog.light { - border: 1px solid #f8f8f8; -} -.dialog.light .dialog-title { - background-color: #f8f8f8; - border-bottom-color: #f8f8f8; - color: #ffffff; -} -.dialog.light .dialog-actions { - border-top-color: #f8f8f8; -} -.dialog.brand1 { - border: 1px solid #2ac4f4; -} -.dialog.brand1 .dialog-title { - background-color: #2ac4f4; - border-bottom-color: #2ac4f4; - color: #ffffff; -} -.dialog.brand1 .dialog-actions { - border-top-color: #2ac4f4; -} -.dialog.brand2 { - border: 1px solid #004d6f; -} -.dialog.brand2 .dialog-title { - background-color: #004d6f; - border-bottom-color: #004d6f; - color: #ffffff; -} -.dialog.brand2 .dialog-actions { - border-top-color: #004d6f; -} -.dialog.light .dialog-title, -.dialog.yellow .dialog-title { - color: #1d1d1d; -} -.donut { - display: block; - position: relative; - border-radius: 50%; -} -.donut > svg { - width: 100%; - height: 100%; -} -.dragged-item { - opacity: 0.3; -} -.drag-item-marker { - position: absolute; - top: 8px; - left: 4px; - height: 20px; - width: 24px; - background-color: transparent; - cursor: move; - border-top: 4px solid #ffffff; -} -.drag-item-marker::before, -.drag-item-marker::after { - content: ""; - position: absolute; - width: 100%; - height: 4px; - background-color: #ffffff; -} -.drag-item-marker::before { - top: 4px; -} -.drag-item-marker::after { - top: 12px; -} -.drag-marker-dark .drag-item-marker { - border-top-color: #1d1d1d; -} -.drag-marker-dark::before, -.drag-marker-dark::after { - background-color: #1d1d1d; -} -.dragged-item-avatar { - cursor: move; - display: block; - position: absolute; - background-color: #00AFF0; - opacity: 0.3; - z-index: 500; - -webkit-box-shadow: inset -1px 0px 10px -4px #0366d6; - box-shadow: inset -1px 0px 10px -4px #0366d6; -} -.draggable { - -webkit-animation: drag-flush 1s ease infinite; - animation: drag-flush 1s ease infinite; -} -@-webkit-keyframes drag-flush { - 0% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-justify-around-fs { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - 50% { - -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + .flex-content-start-fs { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - 100% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-content-end-fs { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } -} -@keyframes drag-flush { - 0% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-content-center-fs { + -ms-flex-line-pack: center !important; + align-content: center !important; } - 50% { - -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + .flex-content-between-fs { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - 100% { - -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); - box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + .flex-content-around-fs { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .flex-content-stretch-fs { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-fs > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-fs > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-fs > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-fs > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-no-shrink-self-fs { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-self-fs { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-self-fs { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-self-fs { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-right-fs { + margin-left: auto; + } + .flex-left-fs { + margin-right: auto; + } + .flex-top-fs { + margin-bottom: auto; + } + .flex-bottom-fs { + margin-top: auto; + } + .order-fs-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; + } + .order-fs-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; + } + .order-fs-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; + } + .order-fs-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; + } + .order-fs-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; + } + .order-fs-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; + } + .order-fs-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; + } + .order-fs-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; + } + .order-fs-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; + } + .order-fs-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; + } + .order-fs-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; + } + .order-fs-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-fs-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .order-fs-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-fs-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-fs-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-fs-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-fs-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-fs-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-fs-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-fs-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-fs-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-fs-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-fs-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } } -.dropdown-toggle { - position: relative; - cursor: pointer; - padding-right: 1.5rem !important; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.dropdown-toggle::before { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 0.3125rem; - width: 0.3125rem; - background-color: transparent; - border-left: 1px solid; - border-bottom: 1px solid; - border-color: #1d1d1d; - top: 50%; - left: 100%; - margin-left: -1rem; - margin-top: -0.1625rem; - z-index: 2; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - -webkit-transform-origin: center center 1px; - -ms-transform-origin: center center 1px; - transform-origin: center center 1px; -} -.dropdown-toggle.drop-marker-light::before, -.dropdown-toggle.marker-light::before { - border-color: #ffffff; -} -.dropdown-toggle.no-marker::before { - display: none; -} -.dropdown-toggle.active-toggle::before, -.dropdown-toggle.active-container::before { - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; -} -.dropdown-toggle.marker-center::before { - left: 50%; - top: 50%; - margin-left: 0; - margin-top: 0; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); - transform: translateX(-50%) translateY(-50%) rotate(-45deg); -} -.dropdown-toggle.marker-center.active-toggle::before, -.dropdown-toggle.marker-center.active-container::before { - -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); - transform: translateX(-50%) translateY(-50%) rotate(135deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; -} -.drop-left { - right: 100%!important; - top: 0!important; -} -.drop-right { - left: 100%!important; - top: 0!important; -} -.drop-up { - top: auto!important; - bottom: 100%!important; +@media screen and (min-width: 576px) { + .flex-nowrap-sm { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-wrap-sm { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-wrap-r-sm { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-column-sm { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-column-r-sm { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-row-sm { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-row-r-sm { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-align-start-sm { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .flex-align-end-sm { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .flex-align-center-sm { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .flex-align-stretch-sm { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .flex-align-baseline-sm { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .flex-self-start-sm { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .flex-self-end-sm { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .flex-self-center-sm { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .flex-self-stretch-sm { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } + .flex-self-baseline-sm { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .flex-justify-start-sm { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .flex-justify-end-sm { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .flex-justify-center-sm { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .flex-justify-between-sm { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .flex-justify-around-sm { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .flex-content-start-sm { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .flex-content-end-sm { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .flex-content-center-sm { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .flex-content-between-sm { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .flex-content-around-sm { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .flex-content-stretch-sm { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-sm > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-sm > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-sm > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-sm > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-no-shrink-self-sm { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-self-sm { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-self-sm { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-self-sm { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-right-sm { + margin-left: auto; + } + .flex-left-sm { + margin-right: auto; + } + .flex-top-sm { + margin-bottom: auto; + } + .flex-bottom-sm { + margin-top: auto; + } + .order-sm-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; + } + .order-sm-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; + } + .order-sm-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; + } + .order-sm-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; + } + .order-sm-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; + } + .order-sm-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; + } + .order-sm-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; + } + .order-sm-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; + } + .order-sm-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; + } + .order-sm-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; + } + .order-sm-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; + } + .order-sm-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-sm-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .order-sm-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-sm-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-sm-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-sm-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-sm-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-sm-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-sm-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-sm-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-sm-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-sm-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-sm-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } } -.dropdown-button { - display: inline-block; - position: relative; - width: auto; - height: 36px; - line-height: 1; -} -.expand-button { - width: 36px; - height: 36px; - background-size: 1rem 1rem; - background: center center no-repeat; - text-indent: -9999px; - border: 0; - display: inline-block; - cursor: pointer; - z-index: 2; - position: relative; - float: left; - outline: none; -} -.expand-button span { - position: absolute; - left: 0.5rem; - width: 1.2rem; - height: 2px; - margin: 0 0 0; - background: #1d1d1d; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: all 0.3s linear; - -o-transition: all 0.3s linear; - transition: all 0.3s linear; -} -.expand-button span:before, -.expand-button span:after { - content: ''; - position: absolute; - top: -0.5rem; - right: 0; - width: 1.2rem; - height: 2px; - background: #1d1d1d; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); - -webkit-transition: all 0.3s linear; - -o-transition: all 0.3s linear; - transition: all 0.3s linear; -} -.expand-button span:after { - top: 0.5rem; -} -.expand-button.transform span { - -webkit-transform: rotate(180deg); - -ms-transform: rotate(180deg); - transform: rotate(180deg); - background: #1d1d1d; -} -.expand-button.transform span:before, -.expand-button.transform span:after { - content: ''; - top: -5px; - right: 0; - width: 0.75rem; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} -.expand-button.transform span:after { - top: 5px; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.expand-button.light span { - background-color: #ffffff; -} -.expand-button.light span:before, -.expand-button.light span:after { - background-color: #ffffff; -} -.file input, -.drop-zone input, -.file-button input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.file { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - margin-bottom: 0; - padding: 0; -} -.file .button { - border: none; -} -.file .button > * { - height: 24px; - max-width: 24px; -} -.file .caption { - line-height: 35px; - display: block; - padding: 0 0.5rem; - width: 100%; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.file.disabled .button { - background-color: #f8f8f8; - color: #dfdfdf; -} -.file .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.file .append { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.file .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.file .button { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - margin-left: auto; - height: 34px; -} -.drop-zone { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - width: 100%; - height: auto; - padding: 40px 0; - outline: 4px dashed #989898; - outline-offset: -12px; - background-color: #f8f8f8; -} -.drop-zone .icon { - display: block; - width: 64px; - height: 64px; -} -.drop-zone .caption { - margin-top: 10px; - font-size: 14px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.drop-zone.focused, -.drop-zone:hover { - outline-color: #7e7e7e; -} -.drop-zone.drop-on { - outline-color: #00b300; -} -.file-button { - text-align: center; -} -form { - display: block; - position: relative; -} -.form-actions { - margin: 10px 0; - display: block; - position: relative; -} -.form-group { - display: block; - position: relative; -} -.form-group + .form-group { - margin-top: 1rem; -} -.inline-form { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -.inline-form input[type=text], -.inline-form input[type=password], -.inline-form input[type=tel], -.inline-form input[type=datetime-local], -.inline-form input[type=email], -.inline-form input[type=file], -.inline-form input[type=month], -.inline-form input[type=number], -.inline-form input[type=search], -.inline-form input[type=time], -.inline-form input[type=url], -.inline-form input[type=week], -.inline-form input[type=file], -.inline-form select, -.inline-form textarea, -.inline-form .file, -.inline-form .input, -.inline-form .textarea, -.inline-form .select, -.inline-form .tag-input, -.inline-form .spinner { - width: auto; - margin-left: 0.5rem; - margin-right: 0.5rem; -} -.inline-form .form-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; -} -form:disabled, -fieldset:disabled, -.form-group:disabled, -form.disabled, -fieldset.disabled, -.form-group.disabled { - pointer-events: none; -} -.grid { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - position: relative; -} -.row { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-left: -6px; - margin-right: -6px; -} -.cell, -.col { - -webkit-box-flex: 1; - -ms-flex: 1 0 0px; - flex: 1 0 0; - max-width: 100%; - padding: 6px; -} -[class*=cell-], -[class*=col-] { - position: relative; - display: block; - padding: 6px; - width: 100%; - min-height: 1px; -} -.cell-auto, -.col-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: none; -} -.colspan-1, -.cell-1, -.col-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; -} -.offset-1 { - margin-left: 8.333335%; -} -.colspan-2, -.cell-2, -.col-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; -} -.offset-2 { - margin-left: 16.66667%; -} -.colspan-3, -.cell-3, -.col-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; -} -.offset-3 { - margin-left: 25.000005%; -} -.colspan-4, -.cell-4, -.col-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; -} -.offset-4 { - margin-left: 33.33334%; -} -.colspan-5, -.cell-5, -.col-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; -} -.offset-5 { - margin-left: 41.666675%; -} -.colspan-6, -.cell-6, -.col-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; -} -.offset-6 { - margin-left: 50.00001%; -} -.colspan-7, -.cell-7, -.col-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; -} -.offset-7 { - margin-left: 58.333345%; -} -.colspan-8, -.cell-8, -.col-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; -} -.offset-8 { - margin-left: 66.66668%; -} -.colspan-9, -.cell-9, -.col-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; -} -.offset-9 { - margin-left: 75.000015%; -} -.colspan-10, -.cell-10, -.col-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; -} -.offset-10 { - margin-left: 83.33335%; -} -.colspan-11, -.cell-11, -.col-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; -} -.offset-11 { - margin-left: 91.666685%; -} -.colspan-12, -.cell-12, -.col-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; -} -.offset-12 { - margin-left: 100.00002%; -} -.stub { - -webkit-box-flex: 0; - -ms-flex: none; - flex: none; - display: block; - padding: 0 12px; -} -.grid.no-gap .row { - margin-left: 0; - margin-right: 0; -} -.grid.no-gap .row .cell, -.grid.no-gap .row .stub, -.grid.no-gap .row .col { - padding: 0; -} -.grid.no-gap .row + .row { - margin-top: 0; -} -.row.no-gap { - margin-left: 0; - margin-right: 0; - margin-top: 0; -} -.row.no-gap .cell, -.row.no-gap .stub, -.row.no-gap .col, -.row.no-gap [class*=cell-], -.row.no-gap [class*=col-] { - padding: 0; -} -@media screen and (min-width: 0) { - .cell-fs-full, - .col-fs-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; - } - .cell-fs-half, - .col-fs-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; +@media screen and (min-width: 768px) { + .flex-nowrap-md { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .cell-fs-one-third, - .col-fs-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-wrap-md { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .cell-fs-two-third, - .col-fs-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-wrap-r-md { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .cell-fs-quarter, - .col-fs-quarter { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + .flex-column-md { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } - .cell-fs, - .col-fs { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; + .flex-column-r-md { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .cell-fs-auto, - .col-fs-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; + .flex-row-md { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } - .colspan-fs-1, - .cell-fs-1, - .col-fs-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-row-r-md { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .offset-fs-1 { - margin-left: 8.333335%; + .flex-align-start-md { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } - .colspan-fs-2, - .cell-fs-2, - .col-fs-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-align-end-md { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - .offset-fs-2 { - margin-left: 16.66667%; + .flex-align-center-md { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } - .colspan-fs-3, - .cell-fs-3, - .col-fs-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-align-stretch-md { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .offset-fs-3 { - margin-left: 25.000005%; + .flex-align-baseline-md { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .colspan-fs-4, - .cell-fs-4, - .col-fs-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-self-start-md { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .offset-fs-4 { - margin-left: 33.33334%; + .flex-self-end-md { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .colspan-fs-5, - .cell-fs-5, - .col-fs-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .flex-self-center-md { + -ms-flex-item-align: center !important; + align-self: center !important; } - .offset-fs-5 { - margin-left: 41.666675%; + .flex-self-stretch-md { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } - .colspan-fs-6, - .cell-fs-6, - .col-fs-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .flex-self-baseline-md { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .offset-fs-6 { - margin-left: 50.00001%; + .flex-justify-start-md { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .colspan-fs-7, - .cell-fs-7, - .col-fs-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .flex-justify-end-md { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .offset-fs-7 { - margin-left: 58.333345%; + .flex-justify-center-md { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .colspan-fs-8, - .cell-fs-8, - .col-fs-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .flex-justify-between-md { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .offset-fs-8 { - margin-left: 66.66668%; + .flex-justify-around-md { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .colspan-fs-9, - .cell-fs-9, - .col-fs-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .flex-content-start-md { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .offset-fs-9 { - margin-left: 75.000015%; + .flex-content-end-md { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .colspan-fs-10, - .cell-fs-10, - .col-fs-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .flex-content-center-md { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .offset-fs-10 { - margin-left: 83.33335%; + .flex-content-between-md { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .colspan-fs-11, - .cell-fs-11, - .col-fs-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .flex-content-around-md { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .offset-fs-11 { - margin-left: 91.666685%; + .flex-content-stretch-md { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .colspan-fs-12, - .cell-fs-12, - .col-fs-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .flex-no-shrink-md > * { + -ms-flex-negative: 0; + flex-shrink: 0; } - .offset-fs-12 { - margin-left: 100.00002%; + .flex-shrink-md > * { + -ms-flex-negative: 1; + flex-shrink: 1; } -} -@media screen and (min-width: 576px) { - .cell-sm-full, - .col-sm-full { + .flex-no-grow-md > * { -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-sm-half, - .col-sm-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .flex-grow-md > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } - .cell-sm-one-third, - .col-sm-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-no-shrink-self-md { + -ms-flex-negative: 0; + flex-shrink: 0; } - .cell-sm-two-third, - .col-sm-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-shrink-self-md { + -ms-flex-negative: 1; + flex-shrink: 1; } - .cell-sm-quarter, - .col-sm-quarter { + .flex-no-grow-self-md { -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-sm, - .col-sm { - -ms-flex-preferred-size: 0; - flex-basis: 0; + .flex-grow-self-md { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; - max-width: 100%; - } - .cell-sm-auto, - .col-sm-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; } - .colspan-sm-1, - .cell-sm-1, - .col-sm-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-right-md { + margin-left: auto; } - .offset-sm-1 { - margin-left: 8.333335%; + .flex-left-md { + margin-right: auto; } - .colspan-sm-2, - .cell-sm-2, - .col-sm-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-top-md { + margin-bottom: auto; } - .offset-sm-2 { - margin-left: 16.66667%; + .flex-bottom-md { + margin-top: auto; } - .colspan-sm-3, - .cell-sm-3, - .col-sm-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .order-md-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } - .offset-sm-3 { - margin-left: 25.000005%; + .order-md-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } - .colspan-sm-4, - .cell-sm-4, - .col-sm-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .order-md-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } - .offset-sm-4 { - margin-left: 33.33334%; + .order-md-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } - .colspan-sm-5, - .cell-sm-5, - .col-sm-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .order-md-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } - .offset-sm-5 { - margin-left: 41.666675%; + .order-md-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } - .colspan-sm-6, - .cell-sm-6, - .col-sm-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .order-md-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } - .offset-sm-6 { - margin-left: 50.00001%; + .order-md-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } - .colspan-sm-7, - .cell-sm-7, - .col-sm-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .order-md-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } - .offset-sm-7 { - margin-left: 58.333345%; + .order-md-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } - .colspan-sm-8, - .cell-sm-8, - .col-sm-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .order-md-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } - .offset-sm-8 { - margin-left: 66.66668%; + .order-md-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } - .colspan-sm-9, - .cell-sm-9, - .col-sm-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .order-md-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } - .offset-sm-9 { - margin-left: 75.000015%; + .order-md-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } - .colspan-sm-10, - .cell-sm-10, - .col-sm-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .order-md-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } - .offset-sm-10 { - margin-left: 83.33335%; + .order-md-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; } - .colspan-sm-11, - .cell-sm-11, - .col-sm-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .order-md-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; } - .offset-sm-11 { - margin-left: 91.666685%; + .order-md-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; } - .colspan-sm-12, - .cell-sm-12, - .col-sm-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .order-md-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; } - .offset-sm-12 { - margin-left: 100.00002%; + .order-md-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; } -} -@media screen and (min-width: 768px) { - .cell-md-full, - .col-md-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .order-md-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } - .cell-md-half, - .col-md-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .order-md-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } - .cell-md-one-third, - .col-md-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .order-md-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } - .cell-md-two-third, - .col-md-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; - } - .cell-md-quarter, - .col-md-quarter { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + .order-md-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } - .cell-md, - .col-md { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; +} +@media screen and (min-width: 992px) { + .flex-nowrap-lg { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .cell-md-auto, - .col-md-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; + .flex-wrap-lg { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .colspan-md-1, - .cell-md-1, - .col-md-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-wrap-r-lg { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .offset-md-1 { - margin-left: 8.333335%; + .flex-column-lg { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } - .colspan-md-2, - .cell-md-2, - .col-md-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-column-r-lg { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .offset-md-2 { - margin-left: 16.66667%; + .flex-row-lg { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } - .colspan-md-3, - .cell-md-3, - .col-md-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-row-r-lg { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .offset-md-3 { - margin-left: 25.000005%; + .flex-align-start-lg { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } - .colspan-md-4, - .cell-md-4, - .col-md-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-align-end-lg { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - .offset-md-4 { - margin-left: 33.33334%; + .flex-align-center-lg { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } - .colspan-md-5, - .cell-md-5, - .col-md-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .flex-align-stretch-lg { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .offset-md-5 { - margin-left: 41.666675%; + .flex-align-baseline-lg { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .colspan-md-6, - .cell-md-6, - .col-md-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .flex-self-start-lg { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .offset-md-6 { - margin-left: 50.00001%; + .flex-self-end-lg { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .colspan-md-7, - .cell-md-7, - .col-md-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .flex-self-center-lg { + -ms-flex-item-align: center !important; + align-self: center !important; } - .offset-md-7 { - margin-left: 58.333345%; + .flex-self-stretch-lg { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } - .colspan-md-8, - .cell-md-8, - .col-md-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .flex-self-baseline-lg { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .offset-md-8 { - margin-left: 66.66668%; + .flex-justify-start-lg { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .colspan-md-9, - .cell-md-9, - .col-md-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .flex-justify-end-lg { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .offset-md-9 { - margin-left: 75.000015%; + .flex-justify-center-lg { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .colspan-md-10, - .cell-md-10, - .col-md-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .flex-justify-between-lg { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .offset-md-10 { - margin-left: 83.33335%; + .flex-justify-around-lg { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .colspan-md-11, - .cell-md-11, - .col-md-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .flex-content-start-lg { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } - .offset-md-11 { - margin-left: 91.666685%; + .flex-content-end-lg { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .colspan-md-12, - .cell-md-12, - .col-md-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .flex-content-center-lg { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .offset-md-12 { - margin-left: 100.00002%; + .flex-content-between-lg { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } -} -@media screen and (min-width: 992px) { - .cell-lg-full, - .col-lg-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .flex-content-around-lg { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .cell-lg-half, - .col-lg-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .flex-content-stretch-lg { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; } - .cell-lg-one-third, - .col-lg-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-no-shrink-lg > * { + -ms-flex-negative: 0; + flex-shrink: 0; } - .cell-lg-two-third, - .col-lg-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-shrink-lg > * { + -ms-flex-negative: 1; + flex-shrink: 1; } - .cell-lg-quarter, - .col-lg-quarter { + .flex-no-grow-lg > * { -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-lg, - .col-lg { - -ms-flex-preferred-size: 0; - flex-basis: 0; + .flex-grow-lg > * { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; - max-width: 100%; - } - .cell-lg-auto, - .col-lg-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; } - .colspan-lg-1, - .cell-lg-1, - .col-lg-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-no-shrink-self-lg { + -ms-flex-negative: 0; + flex-shrink: 0; } - .offset-lg-1 { - margin-left: 8.333335%; + .flex-shrink-self-lg { + -ms-flex-negative: 1; + flex-shrink: 1; } - .colspan-lg-2, - .cell-lg-2, - .col-lg-2 { + .flex-no-grow-self-lg { -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + -ms-flex-positive: 0; + flex-grow: 0; } - .offset-lg-2 { - margin-left: 16.66667%; + .flex-grow-self-lg { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } - .colspan-lg-3, - .cell-lg-3, - .col-lg-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-right-lg { + margin-left: auto; } - .offset-lg-3 { - margin-left: 25.000005%; + .flex-left-lg { + margin-right: auto; } - .colspan-lg-4, - .cell-lg-4, - .col-lg-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-top-lg { + margin-bottom: auto; } - .offset-lg-4 { - margin-left: 33.33334%; + .flex-bottom-lg { + margin-top: auto; } - .colspan-lg-5, - .cell-lg-5, - .col-lg-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .order-lg-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } - .offset-lg-5 { - margin-left: 41.666675%; + .order-lg-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } - .colspan-lg-6, - .cell-lg-6, - .col-lg-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .order-lg-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } - .offset-lg-6 { - margin-left: 50.00001%; + .order-lg-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } - .colspan-lg-7, - .cell-lg-7, - .col-lg-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .order-lg-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } - .offset-lg-7 { - margin-left: 58.333345%; + .order-lg-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } - .colspan-lg-8, - .cell-lg-8, - .col-lg-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .order-lg-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } - .offset-lg-8 { - margin-left: 66.66668%; + .order-lg-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } - .colspan-lg-9, - .cell-lg-9, - .col-lg-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .order-lg-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } - .offset-lg-9 { - margin-left: 75.000015%; + .order-lg-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } - .colspan-lg-10, - .cell-lg-10, - .col-lg-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .order-lg-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } - .offset-lg-10 { - margin-left: 83.33335%; + .order-lg-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } - .colspan-lg-11, - .cell-lg-11, - .col-lg-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .order-lg-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } - .offset-lg-11 { - margin-left: 91.666685%; + .order-lg-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } - .colspan-lg-12, - .cell-lg-12, - .col-lg-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .order-lg-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } - .offset-lg-12 { - margin-left: 100.00002%; + .order-lg-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; } -} -@media screen and (min-width: 1200px) { - .cell-xl-full, - .col-xl-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .order-lg-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; } - .cell-xl-half, - .col-xl-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .order-lg-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; } - .cell-xl-one-third, - .col-xl-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .order-lg-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; } - .cell-xl-two-third, - .col-xl-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .order-lg-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; } - .cell-xl-quarter, - .col-xl-quarter { - -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + .order-lg-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } - .cell-xl, - .col-xl { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; + .order-lg-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } - .cell-xl-auto, - .col-xl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; + .order-lg-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } - .colspan-xl-1, - .cell-xl-1, - .col-xl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .order-lg-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } - .offset-xl-1 { - margin-left: 8.333335%; +} +@media screen and (min-width: 1200px) { + .flex-nowrap-xl { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; } - .colspan-xl-2, - .cell-xl-2, - .col-xl-2 { - -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + .flex-wrap-xl { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; } - .offset-xl-2 { - margin-left: 16.66667%; + .flex-wrap-r-xl { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; } - .colspan-xl-3, - .cell-xl-3, - .col-xl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-column-xl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; } - .offset-xl-3 { - margin-left: 25.000005%; + .flex-column-r-xl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; } - .colspan-xl-4, - .cell-xl-4, - .col-xl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-row-xl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; } - .offset-xl-4 { - margin-left: 33.33334%; + .flex-row-r-xl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; } - .colspan-xl-5, - .cell-xl-5, - .col-xl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .flex-align-start-xl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; } - .offset-xl-5 { - margin-left: 41.666675%; + .flex-align-end-xl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; } - .colspan-xl-6, - .cell-xl-6, - .col-xl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .flex-align-center-xl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; } - .offset-xl-6 { - margin-left: 50.00001%; + .flex-align-stretch-xl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; } - .colspan-xl-7, - .cell-xl-7, - .col-xl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .flex-align-baseline-xl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; } - .offset-xl-7 { - margin-left: 58.333345%; + .flex-self-start-xl { + -ms-flex-item-align: start !important; + align-self: flex-start !important; } - .colspan-xl-8, - .cell-xl-8, - .col-xl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .flex-self-end-xl { + -ms-flex-item-align: end !important; + align-self: flex-end !important; } - .offset-xl-8 { - margin-left: 66.66668%; + .flex-self-center-xl { + -ms-flex-item-align: center !important; + align-self: center !important; } - .colspan-xl-9, - .cell-xl-9, - .col-xl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .flex-self-stretch-xl { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; } - .offset-xl-9 { - margin-left: 75.000015%; + .flex-self-baseline-xl { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; } - .colspan-xl-10, - .cell-xl-10, - .col-xl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .flex-justify-start-xl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; } - .offset-xl-10 { - margin-left: 83.33335%; + .flex-justify-end-xl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; } - .colspan-xl-11, - .cell-xl-11, - .col-xl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .flex-justify-center-xl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; } - .offset-xl-11 { - margin-left: 91.666685%; + .flex-justify-between-xl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; } - .colspan-xl-12, - .cell-xl-12, - .col-xl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .flex-justify-around-xl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; } - .offset-xl-12 { - margin-left: 100.00002%; + .flex-content-start-xl { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; } -} -@media screen and (min-width: 1452px) { - .cell-xxl-full, - .col-xxl-full { - -webkit-box-flex: 0; - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; + .flex-content-end-xl { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; } - .cell-xxl-half, - .col-xxl-half { - -webkit-box-flex: 0; - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; + .flex-content-center-xl { + -ms-flex-line-pack: center !important; + align-content: center !important; } - .cell-xxl-one-third, - .col-xxl-one-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.3333333%; - flex: 0 0 33.3333333%; - max-width: 33.3333333%; + .flex-content-between-xl { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; } - .cell-xxl-two-third, - .col-xxl-two-third { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.6666666%; - flex: 0 0 66.6666666%; - max-width: 66.6666666%; + .flex-content-around-xl { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; } - .cell-xxl-quarter, - .col-xxl-quarter { + .flex-content-stretch-xl { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-xl > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-xl > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-xl > * { -webkit-box-flex: 0; - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; + -ms-flex-positive: 0; + flex-grow: 0; } - .cell-xxl, - .col-xxl { - -ms-flex-preferred-size: 0; - flex-basis: 0; + .flex-grow-xl > * { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; - max-width: 100%; } - .cell-xxl-auto, - .col-xxl-auto { - -webkit-box-flex: 0; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - max-width: none; - } - .colspan-xxl-1, - .cell-xxl-1, - .col-xxl-1 { - -webkit-box-flex: 0; - -ms-flex: 0 0 8.333335%; - flex: 0 0 8.333335%; - max-width: 8.333335%; + .flex-no-shrink-self-xl { + -ms-flex-negative: 0; + flex-shrink: 0; } - .offset-xxl-1 { - margin-left: 8.333335%; + .flex-shrink-self-xl { + -ms-flex-negative: 1; + flex-shrink: 1; } - .colspan-xxl-2, - .cell-xxl-2, - .col-xxl-2 { + .flex-no-grow-self-xl { -webkit-box-flex: 0; - -ms-flex: 0 0 16.66667%; - flex: 0 0 16.66667%; - max-width: 16.66667%; + -ms-flex-positive: 0; + flex-grow: 0; } - .offset-xxl-2 { - margin-left: 16.66667%; + .flex-grow-self-xl { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; } - .colspan-xxl-3, - .cell-xxl-3, - .col-xxl-3 { - -webkit-box-flex: 0; - -ms-flex: 0 0 25.000005%; - flex: 0 0 25.000005%; - max-width: 25.000005%; + .flex-right-xl { + margin-left: auto; } - .offset-xxl-3 { - margin-left: 25.000005%; + .flex-left-xl { + margin-right: auto; } - .colspan-xxl-4, - .cell-xxl-4, - .col-xxl-4 { - -webkit-box-flex: 0; - -ms-flex: 0 0 33.33334%; - flex: 0 0 33.33334%; - max-width: 33.33334%; + .flex-top-xl { + margin-bottom: auto; } - .offset-xxl-4 { - margin-left: 33.33334%; + .flex-bottom-xl { + margin-top: auto; } - .colspan-xxl-5, - .cell-xxl-5, - .col-xxl-5 { - -webkit-box-flex: 0; - -ms-flex: 0 0 41.666675%; - flex: 0 0 41.666675%; - max-width: 41.666675%; + .order-xl-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; } - .offset-xxl-5 { - margin-left: 41.666675%; + .order-xl-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; } - .colspan-xxl-6, - .cell-xxl-6, - .col-xxl-6 { - -webkit-box-flex: 0; - -ms-flex: 0 0 50.00001%; - flex: 0 0 50.00001%; - max-width: 50.00001%; + .order-xl-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; } - .offset-xxl-6 { - margin-left: 50.00001%; + .order-xl-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; } - .colspan-xxl-7, - .cell-xxl-7, - .col-xxl-7 { - -webkit-box-flex: 0; - -ms-flex: 0 0 58.333345%; - flex: 0 0 58.333345%; - max-width: 58.333345%; + .order-xl-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; } - .offset-xxl-7 { - margin-left: 58.333345%; + .order-xl-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; } - .colspan-xxl-8, - .cell-xxl-8, - .col-xxl-8 { - -webkit-box-flex: 0; - -ms-flex: 0 0 66.66668%; - flex: 0 0 66.66668%; - max-width: 66.66668%; + .order-xl-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; } - .offset-xxl-8 { - margin-left: 66.66668%; + .order-xl-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; } - .colspan-xxl-9, - .cell-xxl-9, - .col-xxl-9 { - -webkit-box-flex: 0; - -ms-flex: 0 0 75.000015%; - flex: 0 0 75.000015%; - max-width: 75.000015%; + .order-xl-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; } - .offset-xxl-9 { - margin-left: 75.000015%; + .order-xl-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; } - .colspan-xxl-10, - .cell-xxl-10, - .col-xxl-10 { - -webkit-box-flex: 0; - -ms-flex: 0 0 83.33335%; - flex: 0 0 83.33335%; - max-width: 83.33335%; + .order-xl-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; } - .offset-xxl-10 { - margin-left: 83.33335%; + .order-xl-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; } - .colspan-xxl-11, - .cell-xxl-11, - .col-xxl-11 { - -webkit-box-flex: 0; - -ms-flex: 0 0 91.666685%; - flex: 0 0 91.666685%; - max-width: 91.666685%; + .order-xl-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; } - .offset-xxl-11 { - margin-left: 91.666685%; + .order-xl-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; } - .colspan-xxl-12, - .cell-xxl-12, - .col-xxl-12 { - -webkit-box-flex: 0; - -ms-flex: 0 0 100.00002%; - flex: 0 0 100.00002%; - max-width: 100.00002%; + .order-xl-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; } - .offset-xxl-12 { - margin-left: 100.00002%; + .order-xl-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-xl-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-xl-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-xl-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-xl-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-xl-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-xl-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-xl-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-xl-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } } -.h-menu { - list-style: none inside; - display: block; - margin: 0; - padding: 0; - background-color: #ffffff; - color: #1d1d1d; -} -.h-menu::after { +@media screen and (min-width: 1452px) { + .flex-nowrap-xxl { + -ms-flex-wrap: nowrap !important; + flex-wrap: nowrap !important; + } + .flex-wrap-xxl { + -ms-flex-wrap: wrap !important; + flex-wrap: wrap !important; + } + .flex-wrap-r-xxl { + -ms-flex-wrap: wrap-reverse !important; + flex-wrap: wrap-reverse !important; + } + .flex-column-xxl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: column !important; + flex-direction: column !important; + } + .flex-column-r-xxl { + -webkit-box-orient: vertical !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: column-reverse !important; + flex-direction: column-reverse !important; + } + .flex-row-xxl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: normal !important; + -ms-flex-direction: row !important; + flex-direction: row !important; + } + .flex-row-r-xxl { + -webkit-box-orient: horizontal !important; + -webkit-box-direction: reverse !important; + -ms-flex-direction: row-reverse !important; + flex-direction: row-reverse !important; + } + .flex-align-start-xxl { + -webkit-box-align: start !important; + -ms-flex-align: start !important; + align-items: flex-start !important; + } + .flex-align-end-xxl { + -webkit-box-align: end !important; + -ms-flex-align: end !important; + align-items: flex-end !important; + } + .flex-align-center-xxl { + -webkit-box-align: center !important; + -ms-flex-align: center !important; + align-items: center !important; + } + .flex-align-stretch-xxl { + -webkit-box-align: stretch !important; + -ms-flex-align: stretch !important; + align-items: stretch !important; + } + .flex-align-baseline-xxl { + -webkit-box-align: baseline !important; + -ms-flex-align: baseline !important; + align-items: baseline !important; + } + .flex-self-start-xxl { + -ms-flex-item-align: start !important; + align-self: flex-start !important; + } + .flex-self-end-xxl { + -ms-flex-item-align: end !important; + align-self: flex-end !important; + } + .flex-self-center-xxl { + -ms-flex-item-align: center !important; + align-self: center !important; + } + .flex-self-stretch-xxl { + -ms-flex-item-align: stretch !important; + align-self: stretch !important; + } + .flex-self-baseline-xxl { + -ms-flex-item-align: baseline !important; + align-self: baseline !important; + } + .flex-justify-start-xxl { + -webkit-box-pack: start !important; + -ms-flex-pack: start !important; + justify-content: flex-start !important; + } + .flex-justify-end-xxl { + -webkit-box-pack: end !important; + -ms-flex-pack: end !important; + justify-content: flex-end !important; + } + .flex-justify-center-xxl { + -webkit-box-pack: center !important; + -ms-flex-pack: center !important; + justify-content: center !important; + } + .flex-justify-between-xxl { + -webkit-box-pack: justify !important; + -ms-flex-pack: justify !important; + justify-content: space-between !important; + } + .flex-justify-around-xxl { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; + } + .flex-content-start-xxl { + -ms-flex-line-pack: start !important; + align-content: flex-start !important; + } + .flex-content-end-xxl { + -ms-flex-line-pack: end !important; + align-content: flex-end !important; + } + .flex-content-center-xxl { + -ms-flex-line-pack: center !important; + align-content: center !important; + } + .flex-content-between-xxl { + -ms-flex-line-pack: justify !important; + align-content: space-between !important; + } + .flex-content-around-xxl { + -ms-flex-line-pack: distribute !important; + align-content: space-around !important; + } + .flex-content-stretch-xxl { + -ms-flex-line-pack: stretch !important; + align-content: stretch !important; + } + .flex-no-shrink-xxl > * { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-xxl > * { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-xxl > * { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-xxl > * { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-no-shrink-self-xxl { + -ms-flex-negative: 0; + flex-shrink: 0; + } + .flex-shrink-self-xxl { + -ms-flex-negative: 1; + flex-shrink: 1; + } + .flex-no-grow-self-xxl { + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + } + .flex-grow-self-xxl { + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + } + .flex-right-xxl { + margin-left: auto; + } + .flex-left-xxl { + margin-right: auto; + } + .flex-top-xxl { + margin-bottom: auto; + } + .flex-bottom-xxl { + margin-top: auto; + } + .order-xxl-24 { + -webkit-box-ordinal-group: 25; + -ms-flex-order: 24; + order: 24; + } + .order-xxl-23 { + -webkit-box-ordinal-group: 24; + -ms-flex-order: 23; + order: 23; + } + .order-xxl-22 { + -webkit-box-ordinal-group: 23; + -ms-flex-order: 22; + order: 22; + } + .order-xxl-21 { + -webkit-box-ordinal-group: 22; + -ms-flex-order: 21; + order: 21; + } + .order-xxl-20 { + -webkit-box-ordinal-group: 21; + -ms-flex-order: 20; + order: 20; + } + .order-xxl-19 { + -webkit-box-ordinal-group: 20; + -ms-flex-order: 19; + order: 19; + } + .order-xxl-18 { + -webkit-box-ordinal-group: 19; + -ms-flex-order: 18; + order: 18; + } + .order-xxl-17 { + -webkit-box-ordinal-group: 18; + -ms-flex-order: 17; + order: 17; + } + .order-xxl-16 { + -webkit-box-ordinal-group: 17; + -ms-flex-order: 16; + order: 16; + } + .order-xxl-15 { + -webkit-box-ordinal-group: 16; + -ms-flex-order: 15; + order: 15; + } + .order-xxl-14 { + -webkit-box-ordinal-group: 15; + -ms-flex-order: 14; + order: 14; + } + .order-xxl-13 { + -webkit-box-ordinal-group: 14; + -ms-flex-order: 13; + order: 13; + } + .order-xxl-12 { + -webkit-box-ordinal-group: 13; + -ms-flex-order: 12; + order: 12; + } + .order-xxl-11 { + -webkit-box-ordinal-group: 12; + -ms-flex-order: 11; + order: 11; + } + .order-xxl-10 { + -webkit-box-ordinal-group: 11; + -ms-flex-order: 10; + order: 10; + } + .order-xxl-9 { + -webkit-box-ordinal-group: 10; + -ms-flex-order: 9; + order: 9; + } + .order-xxl-8 { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; + } + .order-xxl-7 { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + } + .order-xxl-6 { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; + } + .order-xxl-5 { + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + } + .order-xxl-4 { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + } + .order-xxl-3 { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + } + .order-xxl-2 { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + } + .order-xxl-1 { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + } +} +.clear-float::after { display: block; clear: both; content: ""; } -.h-menu::after { +.clear-float::after { display: block; clear: both; content: ""; } -.h-menu > li, -.h-menu > li > a { - display: block; - position: relative; +.place-right, +.float-right { + float: right !important; } -.h-menu > li { - background-color: inherit; - color: inherit; - float: left; +.place-left, +.float-left { + float: left !important; } -.h-menu > li:hover { - background-color: rgba(29, 29, 29, 0.1); +.place-none, +.float-none, +.no-float { + float: none !important; } -.h-menu > li:hover > a, -.h-menu > li:hover .icon { - color: inherit; +@media screen and (min-width: 0) { + .place-left-fs { + float: left!important; + } + .place-right-fs { + float: right!important; + } + .place-none-fs { + float: none!important; + } + .float-left-fs { + float: left!important; + } + .float-right-fs { + float: right!important; + } + .float-none-fs { + float: none!important; + } } -.h-menu > li > a { - font-weight: normal; - color: inherit; - font-size: 1rem; - outline: none; - text-decoration: none; - padding: 0.5rem 1rem; - border: none; - background-color: inherit; - white-space: nowrap; +@media screen and (min-width: 576px) { + .place-left-sm { + float: left!important; + } + .place-right-sm { + float: right!important; + } + .place-none-sm { + float: none!important; + } + .float-left-sm { + float: left!important; + } + .float-right-sm { + float: right!important; + } + .float-none-sm { + float: none!important; + } } -.h-menu > li > a.dropdown-toggle { - padding-right: 2rem!important; +@media screen and (min-width: 768px) { + .place-left-md { + float: left!important; + } + .place-right-md { + float: right!important; + } + .place-none-md { + float: none!important; + } + .float-left-md { + float: left!important; + } + .float-right-md { + float: right!important; + } + .float-none-md { + float: none!important; + } } -.h-menu > li > a.dropdown-toggle::before { - margin-left: -1.25rem; +@media screen and (min-width: 992px) { + .place-left-lg { + float: left!important; + } + .place-right-lg { + float: right!important; + } + .place-none-lg { + float: none!important; + } + .float-left-lg { + float: left!important; + } + .float-right-lg { + float: right!important; + } + .float-none-lg { + float: none!important; + } } -.h-menu.no-hover > li > a { - padding-left: 0.5rem; - padding-right: 0.5rem; - color: #6a6a6a; +@media screen and (min-width: 1200px) { + .place-left-xl { + float: left!important; + } + .place-right-xl { + float: right!important; + } + .place-none-xl { + float: none!important; + } + .float-left-xl { + float: left!important; + } + .float-right-xl { + float: right!important; + } + .float-none-xl { + float: none!important; + } } -.h-menu.no-hover > li:hover, -.h-menu.no-hover > li > a:hover { - background-color: transparent; - color: #1d1d1d; +@media screen and (min-width: 1452px) { + .place-left-xxl { + float: left!important; + } + .place-right-xxl { + float: right!important; + } + .place-none-xxl { + float: none!important; + } + .float-left-xxl { + float: left!important; + } + .float-right-xxl { + float: right!important; + } + .float-none-xxl { + float: none!important; + } } -.h-menu.large > li > a { - padding: 1.125rem 1.625rem; - font-size: 2rem; -} -.h-menu.large > li > a.dropdown-toggle { - padding-right: 2.5rem !important; -} -.h-menu.large > li > a.dropdown-toggle::before { - height: 0.625rem; - width: 0.625rem; - margin-left: -1.75rem; +html { + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; + font-size: 100%; } -.h-menu > .divider { - display: none; +body { + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; + font-size: 1rem; + line-height: 1.5; + font-style: normal; + font-weight: 400; + color: #212121; } -.h-menu.mega { +.img-container, +.img-fluid, +.img-thumbnail { + width: 100%; + max-width: 100%; + height: auto; + display: block; position: relative; + vertical-align: middle; + background-color: transparent; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + overflow: visible; } -.h-menu.mega > li { - position: static; +.img-thumbnail { + padding: 0.25rem; + border: 1px solid #dfdfdf; + border-radius: 0.25rem; + background-color: #ffffff; } -.h-menu.mega > li.active-container { - background-color: inherit; +.img-container { + display: block; } -.h-menu.mega > li.active-container a { - background-color: inherit; +.img-container img { + width: 100%; + max-width: 100%; + height: auto; + position: relative; } -.h-menu.mega .mega-container { +.img-container .image-overlay { position: absolute; - top: 100%; + top: 0; + bottom: 0; left: 0; right: 0; - padding: 0; - background-color: inherit; - display: none; - color: inherit; - z-index: 1000; - -webkit-box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); - box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); -} -.h-menu.mega .mega-container * { - color: inherit; -} -.hamburger, -.nav-button { - display: inline-block; - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0; - font-size: 14px; - line-height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: transparent; + opacity: 0; + overflow: hidden; + font-size: 0.875rem; + line-height: 1rem; + padding: 2em; + background-color: rgba(27, 161, 226, 0.7); color: #ffffff; - cursor: pointer; - outline: none; - width: 36px; - height: 36px; -} -.hamburger .line, -.nav-button .line { - width: 30px; - background-color: #ffffff; - display: block; + text-align: center; + border-radius: inherit; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; - height: 3px; - margin: 4px auto; -} -.hamburger.dark .line, -.nav-button.dark .line { - background-color: #1d1d1d; -} -.hamburger.menu-down .line:nth-child(2), -.nav-button.menu-down .line:nth-child(2), -.hamburger.chevron-down .line:nth-child(2), -.nav-button.chevron-down .line:nth-child(2) { - -webkit-transition-delay: 0.3s; - -o-transition-delay: 0.3s; - transition-delay: 0.3s; -} -.hamburger.menu-down.active, -.nav-button.menu-down.active, -.hamburger.chevron-down.active, -.nav-button.chevron-down.active { - -webkit-transform: rotate(90deg); - -ms-transform: rotate(90deg); - transform: rotate(90deg); -} -.hamburger.menu-down.active .line:nth-child(2), -.nav-button.menu-down.active .line:nth-child(2), -.hamburger.chevron-down.active .line:nth-child(2), -.nav-button.chevron-down.active .line:nth-child(2) { - opacity: 0; - -webkit-transition: none; - -o-transition: none; - transition: none; -} -.hamburger.menu-down.active .line:nth-child(1), -.nav-button.menu-down.active .line:nth-child(1), -.hamburger.chevron-down.active .line:nth-child(1), -.nav-button.chevron-down.active .line:nth-child(1), -.hamburger.menu-down.active .line:nth-child(3), -.nav-button.menu-down.active .line:nth-child(3), -.hamburger.chevron-down.active .line:nth-child(3), -.nav-button.chevron-down.active .line:nth-child(3) { - width: 20px; - -webkit-transform-origin: right; - -ms-transform-origin: right; - transform-origin: right; - margin: -4px 8px; -} -.hamburger.menu-down.active .line:nth-child(1), -.nav-button.menu-down.active .line:nth-child(1), -.hamburger.chevron-down.active .line:nth-child(1), -.nav-button.chevron-down.active .line:nth-child(1) { - -webkit-transform: rotate(45deg) translateY(6px); - -ms-transform: rotate(45deg) translateY(6px); - transform: rotate(45deg) translateY(6px); } -.hamburger.menu-down.active .line:nth-child(3), -.nav-button.menu-down.active .line:nth-child(3), -.hamburger.chevron-down.active .line:nth-child(3), -.nav-button.chevron-down.active .line:nth-child(3) { - -webkit-transform: rotate(-45deg) translateY(-6px); - -ms-transform: rotate(-45deg) translateY(-6px); - transform: rotate(-45deg) translateY(-6px); +.img-container .image-overlay * { + color: #ffffff; } -.hamburger.menu-up .line:nth-child(2), -.nav-button.menu-up .line:nth-child(2), -.hamburger.chevron-up .line:nth-child(2), -.nav-button.chevron-up .line:nth-child(2) { - -webkit-transition-delay: 0.3s; - -o-transition-delay: 0.3s; - transition-delay: 0.3s; +.img-container .image-overlay:hover { + opacity: 1; } -.hamburger.menu-up.active, -.nav-button.menu-up.active, -.hamburger.chevron-up.active, -.nav-button.chevron-up.active { - -webkit-transform: rotate(-90deg); - -ms-transform: rotate(-90deg); - transform: rotate(-90deg); +.img-container .image-overlay:hover:before, +.img-container .image-overlay:hover:after { + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -.hamburger.menu-up.active .line:nth-child(2), -.nav-button.menu-up.active .line:nth-child(2), -.hamburger.chevron-up.active .line:nth-child(2), -.nav-button.chevron-up.active .line:nth-child(2) { +.img-container .image-overlay:before, +.img-container .image-overlay:after { + display: block; + position: absolute; + content: ""; + border: 1px solid rgba(255, 255, 255, 0.7); + top: 1em; + bottom: 1em; + left: 1em; + right: 1em; opacity: 0; - -webkit-transition: none; - -o-transition: none; - transition: none; -} -.hamburger.menu-up.active .line:nth-child(1), -.nav-button.menu-up.active .line:nth-child(1), -.hamburger.chevron-up.active .line:nth-child(1), -.nav-button.chevron-up.active .line:nth-child(1), -.hamburger.menu-up.active .line:nth-child(3), -.nav-button.menu-up.active .line:nth-child(3), -.hamburger.chevron-up.active .line:nth-child(3), -.nav-button.chevron-up.active .line:nth-child(3) { - width: 20px; - -webkit-transform-origin: right; - -ms-transform-origin: right; - transform-origin: right; - margin: -4px 8px; -} -.hamburger.menu-up.active .line:nth-child(1), -.nav-button.menu-up.active .line:nth-child(1), -.hamburger.chevron-up.active .line:nth-child(1), -.nav-button.chevron-up.active .line:nth-child(1) { - -webkit-transform: rotate(45deg) translateY(6px); - -ms-transform: rotate(45deg) translateY(6px); - transform: rotate(45deg) translateY(6px); -} -.hamburger.menu-up.active .line:nth-child(3), -.nav-button.menu-up.active .line:nth-child(3), -.hamburger.chevron-up.active .line:nth-child(3), -.nav-button.chevron-up.active .line:nth-child(3) { - -webkit-transform: rotate(-45deg) translateY(-6px); - -ms-transform: rotate(-45deg) translateY(-6px); - transform: rotate(-45deg) translateY(-6px); -} -.hamburger.arrow-left.active .line:nth-child(1), -.nav-button.arrow-left.active .line:nth-child(1), -.hamburger.arrow-left.active .line:nth-child(3), -.nav-button.arrow-left.active .line:nth-child(3) { - width: 20px; - margin-left: 0; -} -.hamburger.arrow-left.active .line:nth-child(1), -.nav-button.arrow-left.active .line:nth-child(1) { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.hamburger.arrow-left.active .line:nth-child(3), -.nav-button.arrow-left.active .line:nth-child(3) { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); + border-radius: inherit; + -webkit-transform: scale(1.5); + -ms-transform: scale(1.5); + transform: scale(1.5); + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; } -.hamburger.arrow-right.active .line:nth-child(1), -.nav-button.arrow-right.active .line:nth-child(1), -.hamburger.arrow-right.active .line:nth-child(3), -.nav-button.arrow-right.active .line:nth-child(3) { - width: 20px; - margin-right: 0; +.img-container .image-overlay:after { + border-left: none; + border-right: none; + bottom: 1em; + top: 1em; } -.hamburger.arrow-right.active .line:nth-child(1), -.nav-button.arrow-right.active .line:nth-child(1) { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.img-container .image-overlay:before { + border-top: none; + border-bottom: none; + bottom: 1em; + top: 1em; } -.hamburger.arrow-right.active .line:nth-child(3), -.nav-button.arrow-right.active .line:nth-child(3) { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.img-container.rounded img { + border-radius: 0.25rem; } -.head-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: fixed; - top: 0; - left: 0; - width: 100%; +.img-container.thumbnail { + padding: 0.25rem; + border: 1px solid #dfdfdf; background-color: #ffffff; - color: #1d1d1d; - height: 56px; - z-index: 1030; - padding: 0 4px; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.head-bar .app-title { - height: 48px; - display: inline-block; - vertical-align: middle; - margin: 0 4px; - line-height: 48px; - color: inherit; - font-size: 20px; - font-weight: 100; -} -.head-bar .app-title:nth-child(1) { - padding-left: 10px; -} -.head-bar .header-container { - height: 100%; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.head-bar .tool-button { - margin: 0 4px; - background-color: inherit; - color: inherit; -} -.head-bar .tool-button .icon { - width: 24px; - height: 24px; - font-size: 24px; -} -.head-bar.more { - height: 112px; -} -.head-bar.more .app-title { - position: absolute; - bottom: 22px; - left: 74px; - height: 28px; - font-size: 24px; } -.head-bar .header-container .input { - float: left; - margin-left: 20px; - width: calc(100% - 80px); - border: none; +.img-container.thumbnail .title { + font-size: 0.9rem; + line-height: 1; } -.head-bar .header-container .input input { - border: none; +.img-container img + .title { + margin-top: 0.25rem; } -.head-bar .header-container .input input, -.head-bar .header-container .input input::-webkit-input-placeholder { - color: white; +.img-container .title + img { + margin-top: 0.25rem; } -.hero { - padding: 40px; - background-position: center; - background-repeat: no-repeat; +.img-container.cover { background-size: cover; - position: relative; + background: no-repeat 100% 100%; } -@media all and (min-width: 768px) { - .hero { - padding: 160px 80px; - } +figure { + margin: 0 0 1rem; } -.hint { +figure img { + width: 100%; + max-width: 100%; + height: auto; display: block; - position: fixed; - z-index: 1070; - background-color: #fffcc0; - color: #1d1d1d; - font-size: 0.75rem; - max-width: 13.75rem; - padding: 0.625rem; -} -.icon-box { - height: 90px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - background-color: #ffffff; -} -.icon-box .icon, -.icon-box .content { position: relative; -} -.icon-box .icon { - height: 90px; - width: 90px; - -ms-flex-negative: 0; - flex-shrink: 0; - text-align: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - background: rgba(0, 0, 0, 0.1); -} -.icon-box .icon > * { - font-size: 45px; - width: 45px; - height: 45px; - line-height: 1; -} -.icon-box .content { - line-height: 1.2; - display: block; - width: 100%; - background-color: inherit; -} -.image-button { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - white-space: nowrap; vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - outline: none; + background-color: transparent; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +input[type=text], +input[type=password], +input[type=tel], +input[type=datetime-local], +input[type=email], +input[type=file], +input[type=month], +input[type=number], +input[type=search], +input[type=time], +input[type=url], +input[type=week], +input[type=file], +select, +textarea, +.file, +.input, +.textarea, +.select, +.tag-input, +.spinner { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; position: relative; - font-size: 14px; - padding: 0 0.5rem 0 0; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; + border: 1px #d9d9d9 solid; + color: #1d1d1d; + width: 100%; + display: block; + padding: 0 0.75rem; + font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; + font-size: 1rem; height: 36px; - line-height: 30px; - font-weight: 400; + line-height: 36px; + background: #ffffff none; + background-clip: padding-box; + min-width: 0; } -.image-button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.image-button:active, -.image-button.focus, -.image-button:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.image-button .icon { - width: 34px; - height: 34px; - line-height: 34px; - font-size: 1rem; - background-color: rgba(69, 90, 100, 0.55); - color: #ffffff; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - text-align: center; -} -.image-button .caption { - margin-left: 0.5rem; - text-align: left; - color: inherit; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - font-weight: 400; - line-height: 1.2; -} -.image-button .caption small { - display: block; - font-size: 0.8rem; -} -.image-button.icon-right { - padding: 0 0 0 0.5rem; -} -.image-button.icon-right .icon { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.image-button.icon-right .caption { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - margin-left: 0; - margin-right: 0.5rem; -} -.image-button:focus, -.image-button:hover, -.image-button.focus { - text-decoration: none; -} -.image-button:active { - -webkit-box-shadow: none; - box-shadow: none; - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); -} -.image-button.disabled, -.image-button:disabled { - opacity: 0.65; -} -.image-button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; -} -.image-compare { - position: relative; - display: block; -} -.image-compare img { - display: none; -} -.image-compare .image-container, -.image-compare .image-container-overlay { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - overflow: hidden; - z-index: 1; -} -.image-compare .image-container.image-container-overlay, -.image-compare .image-container-overlay.image-container-overlay { - z-index: 2; -} -.image-compare .image-container .image-wrapper, -.image-compare .image-container-overlay .image-wrapper { - background-size: cover; -} -.image-compare .image-slider { - z-index: 3; - position: absolute; - cursor: ew-resize; - width: 32px; - height: 32px; - background-color: #fa6800; - opacity: 0.7; - border-radius: 0.25rem; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); -} -.image-magnifier { - position: relative; - display: block; - cursor: none; - height: auto; -} -.image-magnifier img { - vertical-align: middle; - width: 100%; - height: auto; - max-height: 100%; -} -.image-magnifier .image-magnifier-glass { - position: absolute; - border-radius: 0; - cursor: none; - width: 100px; - height: 100px; - border: 4px solid rgba(255, 255, 255, 0.7); - overflow: hidden; - z-index: 2; -} -.info-box { - position: fixed; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #dfdfdf; - display: block; - z-index: 1050; - max-width: calc(100vw - 100px); - max-height: calc(100vh - 100px); -} -.info-box .closer { - display: block; - position: absolute; - top: 4px; - right: 4px; - background-color: inherit; - color: inherit; - z-index: 100; -} -.info-box .closer::before { - display: block; - content: "\00d7"; - font-size: 24px; - margin-top: -4px; -} -.info-box .info-box-content { - padding: 20px; - z-index: 0; -} -.info-box.primary { - border-color: #0366d6; - background-color: #0366d6; - color: #ffffff; -} -.info-box.secondary { - border-color: #607d8b; - background-color: #607d8b; - color: #ffffff; -} -.info-box.success { - border-color: #60a917; - background-color: #60a917; - color: #ffffff; -} -.info-box.alert { - border-color: #CE352C; - background-color: #CE352C; - color: #ffffff; -} -.info-box.warning { - border-color: #ff9447; - background-color: #ff9447; - color: #ffffff; -} -.info-box.yellow { - border-color: #ffe484; - background-color: #ffe484; - color: #ffffff; -} -.info-box.info { - border-color: #5ebdec; - background-color: #5ebdec; - color: #ffffff; -} -.info-box.dark { - border-color: #505050; - background-color: #505050; - color: #ffffff; -} -.info-box.light { - border-color: #f8f8f8; - background-color: #f8f8f8; - color: #ffffff; -} -.info-box.light, -.info-box.yellow { - color: #1d1d1d; -} -.info-button { - border: 1px solid #dfdfdf; - background-color: #ebebeb; - overflow: hidden; - position: relative; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - display: inline-block; - width: auto; - height: 36px; - line-height: 1; -} -.info-button::after { - display: block; - clear: both; - content: ""; -} -.info-button::after { - display: block; - clear: both; - content: ""; -} -.info-button .button { - font-weight: 400; - text-align: center; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - padding: 0 0.75rem; - font-size: 0.875rem; - line-height: 34px; - height: 36px; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; +input[type=text]:focus, +input[type=password]:focus, +input[type=tel]:focus, +input[type=datetime-local]:focus, +input[type=email]:focus, +input[type=file]:focus, +input[type=month]:focus, +input[type=number]:focus, +input[type=search]:focus, +input[type=time]:focus, +input[type=url]:focus, +input[type=week]:focus, +input[type=file]:focus, +select:focus, +textarea:focus, +.file:focus, +.input:focus, +.textarea:focus, +.select:focus, +.tag-input:focus, +.spinner:focus { outline: none; - position: relative; -} -.info-button .button, -.info-button .info { - display: block; - float: left; - border-right: none; - height: 100%; - line-height: 32px; - position: relative; -} -.info-button .button:active, -.info-button .info:active, -.info-button .button:focus, -.info-button .info:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.info-button .button { - background-color: inherit; - color: inherit; -} -.info-button .button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.info-button .info { - font-size: 12px; - background-color: #FEFEFE; - color: #1d1d1d; - padding: 0 0.625rem; - text-decoration: none; - font-weight: 600; - line-height: 34px; -} -.info-button .info:hover { - color: #0056b3; -} -.info-button a.info:hover { - color: #1d1d1d; -} -.info-button .button .icon { - margin-right: 4px; -} -a.info-button { - text-decoration: none; -} -.info-panel { - display: block; - background-color: #ffffff; - color: #1d1d1d; - text-align: center; -} -.info-panel-header { - padding: 30px; - text-transform: uppercase; - font-size: 18px; - font-weight: 500; - letter-spacing: 2px; - line-height: 1.2; - white-space: nowrap; -} -.info-panel-content { - padding: 20px 40px; -} -.info-panel-footer { - padding: 40px; -} -.input { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - width: 100%; - padding: 0; -} -.input:hover input { - border-color: transparent; -} -.input.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.input input { - border: none!important; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-negative: 0; - flex-shrink: 0; - -ms-flex-preferred-size: 0; - flex-basis: 0; - height: 34px; -} -.input input:focus { - -webkit-box-shadow: none; - box-shadow: none; -} -.input .button-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; -} -.input .button { - background-color: transparent; - color: #1d1d1d; - height: 34px; - min-width: 34px; -} -.input .button:focus, -.input .button:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; } -.input .button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +input[type=text]:hover, +input[type=password]:hover, +input[type=tel]:hover, +input[type=datetime-local]:hover, +input[type=email]:hover, +input[type=file]:hover, +input[type=month]:hover, +input[type=number]:hover, +input[type=search]:hover, +input[type=time]:hover, +input[type=url]:hover, +input[type=week]:hover, +input[type=file]:hover, +select:hover, +textarea:hover, +.file:hover, +.input:hover, +.textarea:hover, +.select:hover, +.tag-input:hover, +.spinner:hover { + border-color: #c0c0c0; } +input[type=text] .input-clear-button, +input[type=password] .input-clear-button, +input[type=tel] .input-clear-button, +input[type=datetime-local] .input-clear-button, +input[type=email] .input-clear-button, +input[type=file] .input-clear-button, +input[type=month] .input-clear-button, +input[type=number] .input-clear-button, +input[type=search] .input-clear-button, +input[type=time] .input-clear-button, +input[type=url] .input-clear-button, +input[type=week] .input-clear-button, +input[type=file] .input-clear-button, +select .input-clear-button, +textarea .input-clear-button, +.file .input-clear-button, .input .input-clear-button, +.textarea .input-clear-button, +.select .input-clear-button, +.tag-input .input-clear-button, +.spinner .input-clear-button, +input[type=text] .input-reveal-button, +input[type=password] .input-reveal-button, +input[type=tel] .input-reveal-button, +input[type=datetime-local] .input-reveal-button, +input[type=email] .input-reveal-button, +input[type=file] .input-reveal-button, +input[type=month] .input-reveal-button, +input[type=number] .input-reveal-button, +input[type=search] .input-reveal-button, +input[type=time] .input-reveal-button, +input[type=url] .input-reveal-button, +input[type=week] .input-reveal-button, +input[type=file] .input-reveal-button, +select .input-reveal-button, +textarea .input-reveal-button, +.file .input-reveal-button, .input .input-reveal-button, -.input .input-search-button { - background-color: transparent; -} -.input .input-clear-button:hover, -.input .input-reveal-button:hover, -.input .input-search-button:hover { - background-color: transparent; -} -.input.disabled .button-group button { - background-color: #f8f8f8; - color: #dfdfdf; -} -.input .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.input .append { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.input input { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.input .button-group { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.input input[placeholder] { - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.input input::-moz-placeholder { - text-overflow: ellipsis; -} -.input input:-moz-placeholder { - text-overflow: ellipsis; -} -.input input:-ms-input-placeholder { - text-overflow: ellipsis; +.textarea .input-reveal-button, +.select .input-reveal-button, +.tag-input .input-reveal-button, +.spinner .input-reveal-button { + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + opacity: 0; } -.input .autocomplete-list { - margin: 0; - padding: 0; - list-style: none inside; - position: absolute; - top: 100%; - left: 0; - width: 100%; - overflow: hidden; - overflow-y: auto; - background-color: #ffffff; - height: auto; - border: 1px solid #dfdfdf; - z-index: 3; -} -.input .autocomplete-list .item { - display: block; - position: relative; - padding: 4px 8px; - cursor: pointer; -} -.input .autocomplete-list .item:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.input .autocomplete-list .item + .item { - border-top: 1px solid #dfdfdf; +input[type=text] .input-clear-button:active, +input[type=password] .input-clear-button:active, +input[type=tel] .input-clear-button:active, +input[type=datetime-local] .input-clear-button:active, +input[type=email] .input-clear-button:active, +input[type=file] .input-clear-button:active, +input[type=month] .input-clear-button:active, +input[type=number] .input-clear-button:active, +input[type=search] .input-clear-button:active, +input[type=time] .input-clear-button:active, +input[type=url] .input-clear-button:active, +input[type=week] .input-clear-button:active, +input[type=file] .input-clear-button:active, +select .input-clear-button:active, +textarea .input-clear-button:active, +.file .input-clear-button:active, +.input .input-clear-button:active, +.textarea .input-clear-button:active, +.select .input-clear-button:active, +.tag-input .input-clear-button:active, +.spinner .input-clear-button:active, +input[type=text] .input-reveal-button:active, +input[type=password] .input-reveal-button:active, +input[type=tel] .input-reveal-button:active, +input[type=datetime-local] .input-reveal-button:active, +input[type=email] .input-reveal-button:active, +input[type=file] .input-reveal-button:active, +input[type=month] .input-reveal-button:active, +input[type=number] .input-reveal-button:active, +input[type=search] .input-reveal-button:active, +input[type=time] .input-reveal-button:active, +input[type=url] .input-reveal-button:active, +input[type=week] .input-reveal-button:active, +input[type=file] .input-reveal-button:active, +select .input-reveal-button:active, +textarea .input-reveal-button:active, +.file .input-reveal-button:active, +.input .input-reveal-button:active, +.textarea .input-reveal-button:active, +.select .input-reveal-button:active, +.tag-input .input-reveal-button:active, +.spinner .input-reveal-button:active, +input[type=text] .input-clear-button:focus, +input[type=password] .input-clear-button:focus, +input[type=tel] .input-clear-button:focus, +input[type=datetime-local] .input-clear-button:focus, +input[type=email] .input-clear-button:focus, +input[type=file] .input-clear-button:focus, +input[type=month] .input-clear-button:focus, +input[type=number] .input-clear-button:focus, +input[type=search] .input-clear-button:focus, +input[type=time] .input-clear-button:focus, +input[type=url] .input-clear-button:focus, +input[type=week] .input-clear-button:focus, +input[type=file] .input-clear-button:focus, +select .input-clear-button:focus, +textarea .input-clear-button:focus, +.file .input-clear-button:focus, +.input .input-clear-button:focus, +.textarea .input-clear-button:focus, +.select .input-clear-button:focus, +.tag-input .input-clear-button:focus, +.spinner .input-clear-button:focus, +input[type=text] .input-reveal-button:focus, +input[type=password] .input-reveal-button:focus, +input[type=tel] .input-reveal-button:focus, +input[type=datetime-local] .input-reveal-button:focus, +input[type=email] .input-reveal-button:focus, +input[type=file] .input-reveal-button:focus, +input[type=month] .input-reveal-button:focus, +input[type=number] .input-reveal-button:focus, +input[type=search] .input-reveal-button:focus, +input[type=time] .input-reveal-button:focus, +input[type=url] .input-reveal-button:focus, +input[type=week] .input-reveal-button:focus, +input[type=file] .input-reveal-button:focus, +select .input-reveal-button:focus, +textarea .input-reveal-button:focus, +.file .input-reveal-button:focus, +.input .input-reveal-button:focus, +.textarea .input-reveal-button:focus, +.select .input-reveal-button:focus, +.tag-input .input-reveal-button:focus, +.spinner .input-reveal-button:focus, +input[type=text] .input-clear-button:hover, +input[type=password] .input-clear-button:hover, +input[type=tel] .input-clear-button:hover, +input[type=datetime-local] .input-clear-button:hover, +input[type=email] .input-clear-button:hover, +input[type=file] .input-clear-button:hover, +input[type=month] .input-clear-button:hover, +input[type=number] .input-clear-button:hover, +input[type=search] .input-clear-button:hover, +input[type=time] .input-clear-button:hover, +input[type=url] .input-clear-button:hover, +input[type=week] .input-clear-button:hover, +input[type=file] .input-clear-button:hover, +select .input-clear-button:hover, +textarea .input-clear-button:hover, +.file .input-clear-button:hover, +.input .input-clear-button:hover, +.textarea .input-clear-button:hover, +.select .input-clear-button:hover, +.tag-input .input-clear-button:hover, +.spinner .input-clear-button:hover, +input[type=text] .input-reveal-button:hover, +input[type=password] .input-reveal-button:hover, +input[type=tel] .input-reveal-button:hover, +input[type=datetime-local] .input-reveal-button:hover, +input[type=email] .input-reveal-button:hover, +input[type=file] .input-reveal-button:hover, +input[type=month] .input-reveal-button:hover, +input[type=number] .input-reveal-button:hover, +input[type=search] .input-reveal-button:hover, +input[type=time] .input-reveal-button:hover, +input[type=url] .input-reveal-button:hover, +input[type=week] .input-reveal-button:hover, +input[type=file] .input-reveal-button:hover, +select .input-reveal-button:hover, +textarea .input-reveal-button:hover, +.file .input-reveal-button:hover, +.input .input-reveal-button:hover, +.textarea .input-reveal-button:hover, +.select .input-reveal-button:hover, +.tag-input .input-reveal-button:hover, +.spinner .input-reveal-button:hover { + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -.input.input-large { - height: 50px; +input[type=text]:focus .input-clear-button, +input[type=password]:focus .input-clear-button, +input[type=tel]:focus .input-clear-button, +input[type=datetime-local]:focus .input-clear-button, +input[type=email]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +input[type=month]:focus .input-clear-button, +input[type=number]:focus .input-clear-button, +input[type=search]:focus .input-clear-button, +input[type=time]:focus .input-clear-button, +input[type=url]:focus .input-clear-button, +input[type=week]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +select:focus .input-clear-button, +textarea:focus .input-clear-button, +.file:focus .input-clear-button, +.input:focus .input-clear-button, +.textarea:focus .input-clear-button, +.select:focus .input-clear-button, +.tag-input:focus .input-clear-button, +.spinner:focus .input-clear-button, +input[type=text].focused .input-clear-button, +input[type=password].focused .input-clear-button, +input[type=tel].focused .input-clear-button, +input[type=datetime-local].focused .input-clear-button, +input[type=email].focused .input-clear-button, +input[type=file].focused .input-clear-button, +input[type=month].focused .input-clear-button, +input[type=number].focused .input-clear-button, +input[type=search].focused .input-clear-button, +input[type=time].focused .input-clear-button, +input[type=url].focused .input-clear-button, +input[type=week].focused .input-clear-button, +input[type=file].focused .input-clear-button, +select.focused .input-clear-button, +textarea.focused .input-clear-button, +.file.focused .input-clear-button, +.input.focused .input-clear-button, +.textarea.focused .input-clear-button, +.select.focused .input-clear-button, +.tag-input.focused .input-clear-button, +.spinner.focused .input-clear-button, +input[type=text]:hover .input-clear-button, +input[type=password]:hover .input-clear-button, +input[type=tel]:hover .input-clear-button, +input[type=datetime-local]:hover .input-clear-button, +input[type=email]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +input[type=month]:hover .input-clear-button, +input[type=number]:hover .input-clear-button, +input[type=search]:hover .input-clear-button, +input[type=time]:hover .input-clear-button, +input[type=url]:hover .input-clear-button, +input[type=week]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +select:hover .input-clear-button, +textarea:hover .input-clear-button, +.file:hover .input-clear-button, +.input:hover .input-clear-button, +.textarea:hover .input-clear-button, +.select:hover .input-clear-button, +.tag-input:hover .input-clear-button, +.spinner:hover .input-clear-button, +input[type=text]:focus .input-reveal-button, +input[type=password]:focus .input-reveal-button, +input[type=tel]:focus .input-reveal-button, +input[type=datetime-local]:focus .input-reveal-button, +input[type=email]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +input[type=month]:focus .input-reveal-button, +input[type=number]:focus .input-reveal-button, +input[type=search]:focus .input-reveal-button, +input[type=time]:focus .input-reveal-button, +input[type=url]:focus .input-reveal-button, +input[type=week]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +select:focus .input-reveal-button, +textarea:focus .input-reveal-button, +.file:focus .input-reveal-button, +.input:focus .input-reveal-button, +.textarea:focus .input-reveal-button, +.select:focus .input-reveal-button, +.tag-input:focus .input-reveal-button, +.spinner:focus .input-reveal-button, +input[type=text].focused .input-reveal-button, +input[type=password].focused .input-reveal-button, +input[type=tel].focused .input-reveal-button, +input[type=datetime-local].focused .input-reveal-button, +input[type=email].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +input[type=month].focused .input-reveal-button, +input[type=number].focused .input-reveal-button, +input[type=search].focused .input-reveal-button, +input[type=time].focused .input-reveal-button, +input[type=url].focused .input-reveal-button, +input[type=week].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +select.focused .input-reveal-button, +textarea.focused .input-reveal-button, +.file.focused .input-reveal-button, +.input.focused .input-reveal-button, +.textarea.focused .input-reveal-button, +.select.focused .input-reveal-button, +.tag-input.focused .input-reveal-button, +.spinner.focused .input-reveal-button, +input[type=text]:hover .input-reveal-button, +input[type=password]:hover .input-reveal-button, +input[type=tel]:hover .input-reveal-button, +input[type=datetime-local]:hover .input-reveal-button, +input[type=email]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +input[type=month]:hover .input-reveal-button, +input[type=number]:hover .input-reveal-button, +input[type=search]:hover .input-reveal-button, +input[type=time]:hover .input-reveal-button, +input[type=url]:hover .input-reveal-button, +input[type=week]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +select:hover .input-reveal-button, +textarea:hover .input-reveal-button, +.file:hover .input-reveal-button, +.input:hover .input-reveal-button, +.textarea:hover .input-reveal-button, +.select:hover .input-reveal-button, +.tag-input:hover .input-reveal-button, +.spinner:hover .input-reveal-button { + opacity: 1; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); } -.input.input-large input { - height: 48px; - font-size: 1.3rem; - padding: 0 10px; - line-height: 48px; +input[type=text]:focus, +input[type=password]:focus, +input[type=tel]:focus, +input[type=datetime-local]:focus, +input[type=email]:focus, +input[type=file]:focus, +input[type=month]:focus, +input[type=number]:focus, +input[type=search]:focus, +input[type=time]:focus, +input[type=url]:focus, +input[type=week]:focus, +input[type=file]:focus, +select:focus, +textarea:focus, +.file:focus, +.input:focus, +.textarea:focus, +.select:focus, +.tag-input:focus, +.spinner:focus, +input[type=text].focused, +input[type=password].focused, +input[type=tel].focused, +input[type=datetime-local].focused, +input[type=email].focused, +input[type=file].focused, +input[type=month].focused, +input[type=number].focused, +input[type=search].focused, +input[type=time].focused, +input[type=url].focused, +input[type=week].focused, +input[type=file].focused, +select.focused, +textarea.focused, +.file.focused, +.input.focused, +.textarea.focused, +.select.focused, +.tag-input.focused, +.spinner.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); } -.input.input-large .button { - height: 48px; - min-width: 48px; - font-size: 1.3rem; +input[type=text]:focus .input-clear-button, +input[type=password]:focus .input-clear-button, +input[type=tel]:focus .input-clear-button, +input[type=datetime-local]:focus .input-clear-button, +input[type=email]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +input[type=month]:focus .input-clear-button, +input[type=number]:focus .input-clear-button, +input[type=search]:focus .input-clear-button, +input[type=time]:focus .input-clear-button, +input[type=url]:focus .input-clear-button, +input[type=week]:focus .input-clear-button, +input[type=file]:focus .input-clear-button, +select:focus .input-clear-button, +textarea:focus .input-clear-button, +.file:focus .input-clear-button, +.input:focus .input-clear-button, +.textarea:focus .input-clear-button, +.select:focus .input-clear-button, +.tag-input:focus .input-clear-button, +.spinner:focus .input-clear-button, +input[type=text].focused .input-clear-button, +input[type=password].focused .input-clear-button, +input[type=tel].focused .input-clear-button, +input[type=datetime-local].focused .input-clear-button, +input[type=email].focused .input-clear-button, +input[type=file].focused .input-clear-button, +input[type=month].focused .input-clear-button, +input[type=number].focused .input-clear-button, +input[type=search].focused .input-clear-button, +input[type=time].focused .input-clear-button, +input[type=url].focused .input-clear-button, +input[type=week].focused .input-clear-button, +input[type=file].focused .input-clear-button, +select.focused .input-clear-button, +textarea.focused .input-clear-button, +.file.focused .input-clear-button, +.input.focused .input-clear-button, +.textarea.focused .input-clear-button, +.select.focused .input-clear-button, +.tag-input.focused .input-clear-button, +.spinner.focused .input-clear-button, +input[type=text]:hover .input-clear-button, +input[type=password]:hover .input-clear-button, +input[type=tel]:hover .input-clear-button, +input[type=datetime-local]:hover .input-clear-button, +input[type=email]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +input[type=month]:hover .input-clear-button, +input[type=number]:hover .input-clear-button, +input[type=search]:hover .input-clear-button, +input[type=time]:hover .input-clear-button, +input[type=url]:hover .input-clear-button, +input[type=week]:hover .input-clear-button, +input[type=file]:hover .input-clear-button, +select:hover .input-clear-button, +textarea:hover .input-clear-button, +.file:hover .input-clear-button, +.input:hover .input-clear-button, +.textarea:hover .input-clear-button, +.select:hover .input-clear-button, +.tag-input:hover .input-clear-button, +.spinner:hover .input-clear-button, +input[type=text]:focus .input-reveal-button, +input[type=password]:focus .input-reveal-button, +input[type=tel]:focus .input-reveal-button, +input[type=datetime-local]:focus .input-reveal-button, +input[type=email]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +input[type=month]:focus .input-reveal-button, +input[type=number]:focus .input-reveal-button, +input[type=search]:focus .input-reveal-button, +input[type=time]:focus .input-reveal-button, +input[type=url]:focus .input-reveal-button, +input[type=week]:focus .input-reveal-button, +input[type=file]:focus .input-reveal-button, +select:focus .input-reveal-button, +textarea:focus .input-reveal-button, +.file:focus .input-reveal-button, +.input:focus .input-reveal-button, +.textarea:focus .input-reveal-button, +.select:focus .input-reveal-button, +.tag-input:focus .input-reveal-button, +.spinner:focus .input-reveal-button, +input[type=text].focused .input-reveal-button, +input[type=password].focused .input-reveal-button, +input[type=tel].focused .input-reveal-button, +input[type=datetime-local].focused .input-reveal-button, +input[type=email].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +input[type=month].focused .input-reveal-button, +input[type=number].focused .input-reveal-button, +input[type=search].focused .input-reveal-button, +input[type=time].focused .input-reveal-button, +input[type=url].focused .input-reveal-button, +input[type=week].focused .input-reveal-button, +input[type=file].focused .input-reveal-button, +select.focused .input-reveal-button, +textarea.focused .input-reveal-button, +.file.focused .input-reveal-button, +.input.focused .input-reveal-button, +.textarea.focused .input-reveal-button, +.select.focused .input-reveal-button, +.tag-input.focused .input-reveal-button, +.spinner.focused .input-reveal-button, +input[type=text]:hover .input-reveal-button, +input[type=password]:hover .input-reveal-button, +input[type=tel]:hover .input-reveal-button, +input[type=datetime-local]:hover .input-reveal-button, +input[type=email]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +input[type=month]:hover .input-reveal-button, +input[type=number]:hover .input-reveal-button, +input[type=search]:hover .input-reveal-button, +input[type=time]:hover .input-reveal-button, +input[type=url]:hover .input-reveal-button, +input[type=week]:hover .input-reveal-button, +input[type=file]:hover .input-reveal-button, +select:hover .input-reveal-button, +textarea:hover .input-reveal-button, +.file:hover .input-reveal-button, +.input:hover .input-reveal-button, +.textarea:hover .input-reveal-button, +.select:hover .input-reveal-button, +.tag-input:hover .input-reveal-button, +.spinner:hover .input-reveal-button { + visibility: visible; } -.input.input-large .button [class*=mif-] { - font-size: 1.3rem; +input[type=text]:disabled, +input[type=password]:disabled, +input[type=tel]:disabled, +input[type=datetime-local]:disabled, +input[type=email]:disabled, +input[type=file]:disabled, +input[type=month]:disabled, +input[type=number]:disabled, +input[type=search]:disabled, +input[type=time]:disabled, +input[type=url]:disabled, +input[type=week]:disabled, +input[type=file]:disabled, +select:disabled, +textarea:disabled, +.file:disabled, +.input:disabled, +.textarea:disabled, +.select:disabled, +.tag-input:disabled, +.spinner:disabled, +input[type=text].disabled, +input[type=password].disabled, +input[type=tel].disabled, +input[type=datetime-local].disabled, +input[type=email].disabled, +input[type=file].disabled, +input[type=month].disabled, +input[type=number].disabled, +input[type=search].disabled, +input[type=time].disabled, +input[type=url].disabled, +input[type=week].disabled, +input[type=file].disabled, +select.disabled, +textarea.disabled, +.file.disabled, +.input.disabled, +.textarea.disabled, +.select.disabled, +.tag-input.disabled, +.spinner.disabled { + pointer-events: none; + border-color: #ebebeb; + background-color: #e9e9e9; } -.input.input-large .button .default-icon-cross, -.input.input-large .button .default-icon-eye { - width: 21px; - height: 21px; -} -.input.input-large .button .input-clear-button, -.input.input-large .button .input-reveal-button { - width: 48px; - padding: 0; -} -.input.input-large input[placeholder] { - font-size: 1.1rem; -} -.input.input-large input::-moz-placeholder { - font-size: 1.1rem; -} -.input.input-large input:-moz-placeholder { - font-size: 1.1rem; -} -.input.input-large input:-ms-input-placeholder { - font-size: 1.1rem; -} -.input.input-large .append, -.input.input-large .prepend { - height: 48px; - line-height: 48px; - padding: 0 0.5rem; - font-size: 1.3rem; -} -input.input-large { - height: 48px; - font-size: 1.3rem; - padding: 0 10px; -} -input.input-large[placeholder] { - font-size: 1.1rem; -} -input.input-large::-moz-placeholder { - font-size: 1.1rem; -} -input.input-large:-moz-placeholder { - font-size: 1.1rem; -} -input.input-large:-ms-input-placeholder { - font-size: 1.1rem; -} -.input.input-small { - height: 28px; -} -.input.input-small input { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; - line-height: 26px; -} -.input.input-small .button { - height: 26px; - min-width: 26px; - font-size: 0.9rem; +input[type=text].hide-cursor input, +input[type=password].hide-cursor input, +input[type=tel].hide-cursor input, +input[type=datetime-local].hide-cursor input, +input[type=email].hide-cursor input, +input[type=file].hide-cursor input, +input[type=month].hide-cursor input, +input[type=number].hide-cursor input, +input[type=search].hide-cursor input, +input[type=time].hide-cursor input, +input[type=url].hide-cursor input, +input[type=week].hide-cursor input, +input[type=file].hide-cursor input, +select.hide-cursor input, +textarea.hide-cursor input, +.file.hide-cursor input, +.input.hide-cursor input, +.textarea.hide-cursor input, +.select.hide-cursor input, +.tag-input.hide-cursor input, +.spinner.hide-cursor input { + color: transparent; + text-shadow: 0 0 0 #1d1d1d; } -.input.input-small .button [class*=mif-] { - font-size: 0.9rem; +input[type=text]::-ms-clear, +input[type=password]::-ms-clear, +input[type=tel]::-ms-clear, +input[type=datetime-local]::-ms-clear, +input[type=email]::-ms-clear, +input[type=file]::-ms-clear, +input[type=month]::-ms-clear, +input[type=number]::-ms-clear, +input[type=search]::-ms-clear, +input[type=time]::-ms-clear, +input[type=url]::-ms-clear, +input[type=week]::-ms-clear, +input[type=file]::-ms-clear, +select::-ms-clear, +textarea::-ms-clear, +.file::-ms-clear, +.input::-ms-clear, +.textarea::-ms-clear, +.select::-ms-clear, +.tag-input::-ms-clear, +.spinner::-ms-clear { + display: none; } -.input.input-small .button .default-icon-cross, -.input.input-small .button .default-icon-eye { - width: 14px; - height: 14px; +input[type=text]::-ms-reveal, +input[type=password]::-ms-reveal, +input[type=tel]::-ms-reveal, +input[type=datetime-local]::-ms-reveal, +input[type=email]::-ms-reveal, +input[type=file]::-ms-reveal, +input[type=month]::-ms-reveal, +input[type=number]::-ms-reveal, +input[type=search]::-ms-reveal, +input[type=time]::-ms-reveal, +input[type=url]::-ms-reveal, +input[type=week]::-ms-reveal, +input[type=file]::-ms-reveal, +select::-ms-reveal, +textarea::-ms-reveal, +.file::-ms-reveal, +.input::-ms-reveal, +.textarea::-ms-reveal, +.select::-ms-reveal, +.tag-input::-ms-reveal, +.spinner::-ms-reveal { + display: none; } -.input.input-small .input-clear-button, -.input.input-small .input-reveal-button { - width: 26px; - padding: 0; +input[type=text]::-webkit-clear-button, +input[type=password]::-webkit-clear-button, +input[type=tel]::-webkit-clear-button, +input[type=datetime-local]::-webkit-clear-button, +input[type=email]::-webkit-clear-button, +input[type=file]::-webkit-clear-button, +input[type=month]::-webkit-clear-button, +input[type=number]::-webkit-clear-button, +input[type=search]::-webkit-clear-button, +input[type=time]::-webkit-clear-button, +input[type=url]::-webkit-clear-button, +input[type=week]::-webkit-clear-button, +input[type=file]::-webkit-clear-button, +select::-webkit-clear-button, +textarea::-webkit-clear-button, +.file::-webkit-clear-button, +.input::-webkit-clear-button, +.textarea::-webkit-clear-button, +.select::-webkit-clear-button, +.tag-input::-webkit-clear-button, +.spinner::-webkit-clear-button { + display: none; } -.input.input-small input[placeholder] { - font-size: 0.8rem; +input[type=text]::-webkit-inner-spin-button, +input[type=password]::-webkit-inner-spin-button, +input[type=tel]::-webkit-inner-spin-button, +input[type=datetime-local]::-webkit-inner-spin-button, +input[type=email]::-webkit-inner-spin-button, +input[type=file]::-webkit-inner-spin-button, +input[type=month]::-webkit-inner-spin-button, +input[type=number]::-webkit-inner-spin-button, +input[type=search]::-webkit-inner-spin-button, +input[type=time]::-webkit-inner-spin-button, +input[type=url]::-webkit-inner-spin-button, +input[type=week]::-webkit-inner-spin-button, +input[type=file]::-webkit-inner-spin-button, +select::-webkit-inner-spin-button, +textarea::-webkit-inner-spin-button, +.file::-webkit-inner-spin-button, +.input::-webkit-inner-spin-button, +.textarea::-webkit-inner-spin-button, +.select::-webkit-inner-spin-button, +.tag-input::-webkit-inner-spin-button, +.spinner::-webkit-inner-spin-button { + height: 100%; } -.input.input-small input::-moz-placeholder { - font-size: 0.8rem; +input[type=text].required, +input[type=password].required, +input[type=tel].required, +input[type=datetime-local].required, +input[type=email].required, +input[type=file].required, +input[type=month].required, +input[type=number].required, +input[type=search].required, +input[type=time].required, +input[type=url].required, +input[type=week].required, +input[type=file].required, +select.required, +textarea.required, +.file.required, +.input.required, +.textarea.required, +.select.required, +.tag-input.required, +.spinner.required { + border: 1px #1ba1e2 dashed !important; } -.input.input-small input:-moz-placeholder { - font-size: 0.8rem; +input[type=text].required:focus, +input[type=password].required:focus, +input[type=tel].required:focus, +input[type=datetime-local].required:focus, +input[type=email].required:focus, +input[type=file].required:focus, +input[type=month].required:focus, +input[type=number].required:focus, +input[type=search].required:focus, +input[type=time].required:focus, +input[type=url].required:focus, +input[type=week].required:focus, +input[type=file].required:focus, +select.required:focus, +textarea.required:focus, +.file.required:focus, +.input.required:focus, +.textarea.required:focus, +.select.required:focus, +.tag-input.required:focus, +.spinner.required:focus, +input[type=text].required.focused, +input[type=password].required.focused, +input[type=tel].required.focused, +input[type=datetime-local].required.focused, +input[type=email].required.focused, +input[type=file].required.focused, +input[type=month].required.focused, +input[type=number].required.focused, +input[type=search].required.focused, +input[type=time].required.focused, +input[type=url].required.focused, +input[type=week].required.focused, +input[type=file].required.focused, +select.required.focused, +textarea.required.focused, +.file.required.focused, +.input.required.focused, +.textarea.required.focused, +.select.required.focused, +.tag-input.required.focused, +.spinner.required.focused { + -webkit-box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; + box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; } -.input.input-small input:-ms-input-placeholder { - font-size: 0.8rem; +input[type=text].invalid, +input[type=password].invalid, +input[type=tel].invalid, +input[type=datetime-local].invalid, +input[type=email].invalid, +input[type=file].invalid, +input[type=month].invalid, +input[type=number].invalid, +input[type=search].invalid, +input[type=time].invalid, +input[type=url].invalid, +input[type=week].invalid, +input[type=file].invalid, +select.invalid, +textarea.invalid, +.file.invalid, +.input.invalid, +.textarea.invalid, +.select.invalid, +.tag-input.invalid, +.spinner.invalid { + border: 1px #CE352C solid !important; } -.input.input-small .append, -.input.input-small .prepend { - height: 26px; - line-height: 26px; - padding: 0 0.5rem; - font-size: 0.9rem; +input[type=text].invalid:focus, +input[type=password].invalid:focus, +input[type=tel].invalid:focus, +input[type=datetime-local].invalid:focus, +input[type=email].invalid:focus, +input[type=file].invalid:focus, +input[type=month].invalid:focus, +input[type=number].invalid:focus, +input[type=search].invalid:focus, +input[type=time].invalid:focus, +input[type=url].invalid:focus, +input[type=week].invalid:focus, +input[type=file].invalid:focus, +select.invalid:focus, +textarea.invalid:focus, +.file.invalid:focus, +.input.invalid:focus, +.textarea.invalid:focus, +.select.invalid:focus, +.tag-input.invalid:focus, +.spinner.invalid:focus, +input[type=text].invalid.focused, +input[type=password].invalid.focused, +input[type=tel].invalid.focused, +input[type=datetime-local].invalid.focused, +input[type=email].invalid.focused, +input[type=file].invalid.focused, +input[type=month].invalid.focused, +input[type=number].invalid.focused, +input[type=search].invalid.focused, +input[type=time].invalid.focused, +input[type=url].invalid.focused, +input[type=week].invalid.focused, +input[type=file].invalid.focused, +select.invalid.focused, +textarea.invalid.focused, +.file.invalid.focused, +.input.invalid.focused, +.textarea.invalid.focused, +.select.invalid.focused, +.tag-input.invalid.focused, +.spinner.invalid.focused { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; } -input.input-small { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; +input[type=text].invalid::after, +input[type=password].invalid::after, +input[type=tel].invalid::after, +input[type=datetime-local].invalid::after, +input[type=email].invalid::after, +input[type=file].invalid::after, +input[type=month].invalid::after, +input[type=number].invalid::after, +input[type=search].invalid::after, +input[type=time].invalid::after, +input[type=url].invalid::after, +input[type=week].invalid::after, +input[type=file].invalid::after, +select.invalid::after, +textarea.invalid::after, +.file.invalid::after, +.input.invalid::after, +.textarea.invalid::after, +.select.invalid::after, +.tag-input.invalid::after, +.spinner.invalid::after { + position: absolute; + content: attr(data-exclaim); + color: #CE352C; + left: -16px; + top: 0; + font-size: 1.625rem; + font-weight: bold; } -input.input-small[placeholder] { - font-size: 0.8rem; +input[type=text].valid, +input[type=password].valid, +input[type=tel].valid, +input[type=datetime-local].valid, +input[type=email].valid, +input[type=file].valid, +input[type=month].valid, +input[type=number].valid, +input[type=search].valid, +input[type=time].valid, +input[type=url].valid, +input[type=week].valid, +input[type=file].valid, +select.valid, +textarea.valid, +.file.valid, +.input.valid, +.textarea.valid, +.select.valid, +.tag-input.valid, +.spinner.valid { + border: 1px #60a917 solid !important; } -input.input-small::-moz-placeholder { - font-size: 0.8rem; +input[type=text].valid:focus, +input[type=password].valid:focus, +input[type=tel].valid:focus, +input[type=datetime-local].valid:focus, +input[type=email].valid:focus, +input[type=file].valid:focus, +input[type=month].valid:focus, +input[type=number].valid:focus, +input[type=search].valid:focus, +input[type=time].valid:focus, +input[type=url].valid:focus, +input[type=week].valid:focus, +input[type=file].valid:focus, +select.valid:focus, +textarea.valid:focus, +.file.valid:focus, +.input.valid:focus, +.textarea.valid:focus, +.select.valid:focus, +.tag-input.valid:focus, +.spinner.valid:focus, +input[type=text].valid.focused, +input[type=password].valid.focused, +input[type=tel].valid.focused, +input[type=datetime-local].valid.focused, +input[type=email].valid.focused, +input[type=file].valid.focused, +input[type=month].valid.focused, +input[type=number].valid.focused, +input[type=search].valid.focused, +input[type=time].valid.focused, +input[type=url].valid.focused, +input[type=week].valid.focused, +input[type=file].valid.focused, +select.valid.focused, +textarea.valid.focused, +.file.valid.focused, +.input.valid.focused, +.textarea.valid.focused, +.select.valid.focused, +.tag-input.valid.focused, +.spinner.valid.focused { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; } -input.input-small:-moz-placeholder { - font-size: 0.8rem; +input[type=button], +input[type=submit], +input[type=reset] { + width: auto; } -input.input-small:-ms-input-placeholder { - font-size: 0.8rem; +label { + margin-bottom: 0.5rem; } -.input-material { - position: relative; - min-width: 196px; - height: 48px; - display: inline-block; - margin: 0; - width: 100%; - border: none; +.file .prepend, +.input .prepend, +.select .prepend, +.textarea .prepend, +.tag-input .prepend, +.spinner .prepend, +.file .append, +.input .append, +.select .append, +.textarea .append, +.tag-input .append, +.spinner .append { + padding: 0.5rem 0.75rem; + background-color: #f8f8f8; + color: #1d1d1d; + line-height: 1.25rem; + white-space: nowrap; } -.input-material input { +.hidden-input { + width: 1px; + height: 1px; position: absolute; - top: 16px; + top: 0; left: 0; - right: 0; - bottom: 8px; - border: 0; - border-bottom: 2px #dfdfdf solid; - background-color: transparent; - outline: none; - font-size: 16px; - padding-bottom: 8px; - padding-left: 0; - width: 100%; - z-index: 2; - height: 28px; - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.input-material hr { - content: ""; - display: block; - position: absolute; - width: 0; - opacity: 0; - height: 3px; - background-color: #bebebe; - bottom: -4px; - z-index: 2; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; -} -.input-material .label, -.input-material .informer { - position: absolute; - display: block; - z-index: 1; - color: inherit; - font-size: 12px; -} -.input-material .label { opacity: 0; - top: 16px; - left: 0; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; } -.input-material .informer { - opacity: 0; - bottom: 12px; - font-size: 12px; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +.file:disabled input, +.input:disabled input, +.textarea:disabled input, +.select:disabled input, +.tag-input:disabled input, +.spinner:disabled input, +.tag-input:disabled input, +.rating:disabled input, +.file.disabled input, +.input.disabled input, +.textarea.disabled input, +.select.disabled input, +.tag-input.disabled input, +.spinner.disabled input, +.tag-input.disabled input, +.rating.disabled input, +.file:disabled textarea, +.input:disabled textarea, +.textarea:disabled textarea, +.select:disabled textarea, +.tag-input:disabled textarea, +.spinner:disabled textarea, +.tag-input:disabled textarea, +.rating:disabled textarea, +.file.disabled textarea, +.input.disabled textarea, +.textarea.disabled textarea, +.select.disabled textarea, +.tag-input.disabled textarea, +.spinner.disabled textarea, +.tag-input.disabled textarea, +.rating.disabled textarea, +.file:disabled select, +.input:disabled select, +.textarea:disabled select, +.select:disabled select, +.tag-input:disabled select, +.spinner:disabled select, +.tag-input:disabled select, +.rating:disabled select, +.file.disabled select, +.input.disabled select, +.textarea.disabled select, +.select.disabled select, +.tag-input.disabled select, +.spinner.disabled select, +.tag-input.disabled select, +.rating.disabled select, +.file:disabled .select-input, +.input:disabled .select-input, +.textarea:disabled .select-input, +.select:disabled .select-input, +.tag-input:disabled .select-input, +.spinner:disabled .select-input, +.tag-input:disabled .select-input, +.rating:disabled .select-input, +.file.disabled .select-input, +.input.disabled .select-input, +.textarea.disabled .select-input, +.select.disabled .select-input, +.tag-input.disabled .select-input, +.spinner.disabled .select-input, +.tag-input.disabled .select-input, +.rating.disabled .select-input, +.file:disabled .caption, +.input:disabled .caption, +.textarea:disabled .caption, +.select:disabled .caption, +.tag-input:disabled .caption, +.spinner:disabled .caption, +.tag-input:disabled .caption, +.rating:disabled .caption, +.file.disabled .caption, +.input.disabled .caption, +.textarea.disabled .caption, +.select.disabled .caption, +.tag-input.disabled .caption, +.spinner.disabled .caption, +.tag-input.disabled .caption, +.rating.disabled .caption, +.file:disabled .stars li, +.input:disabled .stars li, +.textarea:disabled .stars li, +.select:disabled .stars li, +.tag-input:disabled .stars li, +.spinner:disabled .stars li, +.tag-input:disabled .stars li, +.rating:disabled .stars li, +.file.disabled .stars li, +.input.disabled .stars li, +.textarea.disabled .stars li, +.select.disabled .stars li, +.tag-input.disabled .stars li, +.spinner.disabled .stars li, +.tag-input.disabled .stars li, +.rating.disabled .stars li { + background: transparent; + color: #989898; } -.input-material input::-webkit-input-placeholder { - font-size: 1rem; - position: absolute; - left: 0; - z-index: 1; - opacity: 1; - color: #bebebe; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +.file:disabled .button-group, +.input:disabled .button-group, +.textarea:disabled .button-group, +.select:disabled .button-group, +.tag-input:disabled .button-group, +.spinner:disabled .button-group, +.tag-input:disabled .button-group, +.rating:disabled .button-group, +.file.disabled .button-group, +.input.disabled .button-group, +.textarea.disabled .button-group, +.select.disabled .button-group, +.tag-input.disabled .button-group, +.spinner.disabled .button-group, +.tag-input.disabled .button-group, +.rating.disabled .button-group { + display: none; } -.input-material .helper-button { - top: 8px; +.invalid_feedback { + font-size: 0.9em; + color: #CE352C; } -.input-material.full-size { - width: 100%; +.custom-validation input[required]:valid, +.custom-validation select[required]:valid, +.custom-validation textarea[required]:valid { + border-color: #60a917; } -.input-material input:hover { - border-color: #dfdfdf; +.custom-validation input[required]:valid + .invalid_feedback, +.custom-validation select[required]:valid + .invalid_feedback, +.custom-validation textarea[required]:valid + .invalid_feedback { + display: none; } -.input-material.with-icon { - margin-left: 32px; - width: calc(100% - 32px); +.custom-validation input[required]:invalid, +.custom-validation select[required]:invalid, +.custom-validation textarea[required]:invalid { + border-color: #CE352C; } -.input-material.with-icon .icon { - width: 24px; - height: 24px; - font-size: 24px; - line-height: 1; - position: absolute; - left: -32px; - top: 50%; - margin-top: -8px; +.custom-validation input[required]:invalid + .invalid_feedback, +.custom-validation select[required]:invalid + .invalid_feedback, +.custom-validation textarea[required]:invalid + .invalid_feedback { display: block; - opacity: 0.2; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; } -.input-material.with-icon .icon img { - width: 100%; - max-width: 100%; - height: 100%; - max-height: 100%; +.invalid_feedback { + display: none; } -.input-material.with-icon.full-size { - width: calc(100% - 32px) !important; +.invalid + .invalid_feedback, +.invalid > .invalid_feedback { + display: block !important; } -.input-material hr ~ input:focus { - border-bottom: 0; +::-webkit-search-cancel-button { + -webkit-appearance: none; } -.input-material input:focus ~ hr { - opacity: 1; - width: 100%; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +::-webkit-search-results-button { + -webkit-appearance: none; } -.input-material input:focus ~ .label { - opacity: 1; - top: 0; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +input[type=search] { + -webkit-appearance: none; } -.input-material input:focus::-webkit-input-placeholder { - opacity: 0; - -webkit-transform: translateX(100%); - transform: translateX(100%); - -webkit-transition: linear all 0.2s; - -o-transition: linear all 0.2s; - transition: linear all 0.2s; +input:-webkit-autofill, +input:-webkit-autofill:hover, +input:-webkit-autofill:focus, +input:-webkit-autofill:active { + -webkit-box-shadow: 0 0 0 1000px white inset; + background-color: #ffffff !important; + -webkit-transition: background-color 5000s ease-in-out 0s; + -o-transition: background-color 5000s ease-in-out 0s; + transition: background-color 5000s ease-in-out 0s; } -.input-material input:focus ~ .informer { - opacity: 1; - bottom: -0.75rem; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +::-webkit-input-placeholder { + font-size: 14px; } -.input-material input:focus ~ .icon { - opacity: 1; - -webkit-transition: linear all 0.3s; - -o-transition: linear all 0.3s; - transition: linear all 0.3s; +::-moz-placeholder { + font-size: 14px; } -.input-material.permanent-label input:not(:placeholder-shown) ~ .label { - top: 0; - opacity: 1; +:-moz-placeholder { + font-size: 14px; } -.input-material input:-webkit-autofill, -.input-material input:-webkit-autofill:hover, -.input-material input:-webkit-autofill:focus, -.input-material input:-webkit-autofill:active { - -webkit-transition: background-color 5000s ease-in-out 0s; - -o-transition: background-color 5000s ease-in-out 0s; - transition: background-color 5000s ease-in-out 0s; - -webkit-text-fill-color: #fff !important; +:-ms-input-placeholder { + font-size: 14px; } -.keypad { - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #d9d9d9; +.step-list { + margin: 0 0 0 3em; + padding: 0; + list-style-type: none; + counter-reset: li; } -.keypad input { - border: 0; +.step-list > li { + border-left: 1px #ccc solid; + position: relative; + padding: 0 0.625rem; + margin: 0.625rem; + vertical-align: top; } -.keypad .keys { - display: none; +.step-list > li::before { position: absolute; - top: 100%; + content: counter(li); + counter-increment: li; + font-size: 2rem; + color: #e4e4e4; left: 0; - width: auto; - float: left; - background-color: inherit; - color: inherit; - border: none; - padding: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - z-index: 1000; + top: 0.3125rem; + margin-left: -2em; + width: 1.8em; + text-align: right; } -.keypad .keys::before { - content: ''; +.custom-list-marker { + list-style: none inside; +} +.custom-list-marker li { + position: relative; + padding-left: 1.2em; +} +.custom-list-marker li::before { + content: attr(data-marker); position: absolute; - background-color: inherit; - width: 10px; - height: 10px; - border: 1px solid #dfdfdf; - z-index: 2; - left: -5px; + left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); - margin-top: -5px; - border-top-color: transparent; - border-right-color: transparent; - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); } -.keypad .keys.open { +.items-list, +.feed-list { + margin: 0; + padding: 4px; + position: relative; display: block; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; + list-style: none inside; } -.keypad .keys.right { - left: 100%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - top: 50%; - margin-left: -1px; +.items-list .item, +.feed-list .item, +.items-list > li, +.feed-list > li { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + position: relative; + height: 56px; + padding: 8px 16px; + vertical-align: middle; + overflow: hidden; + cursor: default; } -.keypad .keys.bottom { - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - top: 100%; - margin-top: -1px; +.items-list .item .avatar, +.feed-list .item .avatar, +.items-list > li .avatar, +.feed-list > li .avatar { + width: 42px; + height: 42px; + border-radius: 50%; + position: absolute; + left: 16px; + top: 50%; + margin-top: -21px; + font-size: 32px; + line-height: 42px; } -.keypad .keys.bottom::before { - top: 0; - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); +.items-list .item .second-action, +.feed-list .item .second-action, +.items-list > li .second-action, +.feed-list > li .second-action { + position: absolute; + right: 16px; + width: 24px; + height: 24px; + font-size: 24px; + line-height: 24px; + top: 50%; + margin-top: -12px; + cursor: pointer; } -.keypad .keys.top { - top: 0; - left: 50%; - -webkit-transform: translateY(-100%) translateX(-50%); - -ms-transform: translateY(-100%) translateX(-50%); - transform: translateY(-100%) translateX(-50%); - margin-top: 1px; +.items-list .item .label, +.feed-list .item .label, +.items-list > li .label, +.feed-list > li .label, +.items-list .item .second-label, +.feed-list .item .second-label, +.items-list > li .second-label, +.feed-list > li .second-label { + display: block; } -.keypad .keys.top::before { - top: 100%; - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.items-list .item .label, +.feed-list .item .label, +.items-list > li .label, +.feed-list > li .label { + line-height: 1; } -.keypad .keys.left { - left: 0; - -webkit-transform: translateY(-50%) translateX(-100%); - -ms-transform: translateY(-50%) translateX(-100%); - transform: translateY(-50%) translateX(-100%); - top: 50%; - margin-left: 1px; +.items-list .item .second-label, +.feed-list .item .second-label, +.items-list > li .second-label, +.feed-list > li .second-label { + font-size: 0.9em; + color: #989898; + line-height: 1; } -.keypad .keys.left::before { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - left: 100%; - margin-left: -5px; - -webkit-transform: rotate(225deg); - -ms-transform: rotate(225deg); - transform: rotate(225deg); +.items-list .item .avatar ~ .label, +.feed-list .item .avatar ~ .label, +.items-list > li .avatar ~ .label, +.feed-list > li .avatar ~ .label, +.items-list .item .avatar ~ .second-label, +.feed-list .item .avatar ~ .second-label, +.items-list > li .avatar ~ .second-label, +.feed-list > li .avatar ~ .second-label { + padding-left: 56px; } -.keypad .keys.bottom-left { - top: 100%; - left: 0; - margin-top: -1px; +.items-list .item + .item, +.feed-list .item + .item { + border-top: 1px #dfdfdf solid; } -.keypad .keys.bottom-left::before { - top: 0; - left: 0.625rem; - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); +.items-list > li + li, +.feed-list > li + li { + border-top: 1px #dfdfdf solid; } -.keypad .keys.bottom-right { - top: 100%; - left: 100%; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - margin-top: -1px; +.feed-list .title { + padding: 0 16px; + font-size: 18px; + font-weight: 500; + height: 36px; + line-height: 36px; + display: block; } -.keypad .keys.bottom-right::before { - top: 0; - left: 100%; - margin-left: -1rem; - -webkit-transform: rotate(135deg); - -ms-transform: rotate(135deg); - transform: rotate(135deg); +.feed-list .item + .title, +.feed-list li + .title { + margin-top: 32px; } -.keypad .keys.top-left { - top: 0; - left: 0; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - margin-top: 1px; +.feed-list .title + .item, +.feed-list .title + li, +.feed-list li + .title { + border-top: 1px transparent solid; } -.keypad .keys.top-left::before { - top: 100%; - left: 0.625rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.feed-list .item, +.feed-list > li { + height: 104px; + padding: 16px 0; + -ms-flex-pack: distribute; + justify-content: space-around; } -.keypad .keys.top-right { - top: 0; - left: 100%; - -webkit-transform: translateY(-100%) translateX(-100%); - -ms-transform: translateY(-100%) translateX(-100%); - transform: translateY(-100%) translateX(-100%); - margin-top: 1px; +.feed-list .item .avatar, +.feed-list > li .avatar { + position: absolute; + top: 16px; + left: 16px; + width: 96px; + height: 72px; + border-radius: 0; + margin-top: 0; } -.keypad .keys.top-right::before { - top: 100%; - left: 100%; - margin-left: -1rem; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.feed-list .item .second-label, +.feed-list > li .second-label { + font-size: 10px; } -.keypad .key { - display: block; - position: relative; - float: left; - background-color: inherit; - color: inherit; - margin: 0; - text-align: center; - border: 1px solid #dfdfdf; - font-size: 1rem; - cursor: pointer; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; +.feed-list .item .avatar ~ .label, +.feed-list > li .avatar ~ .label, +.feed-list .item .avatar ~ .second-label, +.feed-list > li .avatar ~ .second-label { + margin-left: 128px; + margin-right: 16px; + padding-left: 0; } -.keypad .key:hover { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - -webkit-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); - z-index: 2; +.feed-list .item .avatar.on-right, +.feed-list > li .avatar.on-right { + float: none; + left: auto; + right: 16px; } -.keypad .key.service-key { - background-color: #f8f8f8; +.feed-list .item .avatar.on-right ~ .label, +.feed-list > li .avatar.on-right ~ .label, +.feed-list .item .avatar.on-right ~ .second-label, +.feed-list > li .avatar.on-right ~ .second-label { + margin-left: 16px; + margin-right: 128px; } -.listview { - position: relative; +.group-list { margin: 0; - padding: 0; - max-height: 100%; - background-color: #ffffff; - color: #1d1d1d; + position: relative; + display: block; list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; -} -.listview.view-list, -.listview.view-content { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column wrap; - flex-flow: column wrap; -} -.listview.view-icons-medium, -.listview.view-icons-large, -.listview.view-icons, -.listview.view-tiles { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; + border: 1px solid #dfdfdf; } -.listview.view-icons-medium.vertical-layout, -.listview.view-icons-large.vertical-layout, -.listview.view-icons.vertical-layout { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column wrap; - flex-flow: column wrap; +.group-list .item, +.group-list > li { + display: block; + position: relative; + padding: 4px 8px; } -.listview.view-table { - display: table; +.group-list .item + .item, +.group-list > li + li { + border-top: 1px solid #dfdfdf; } -.listview .node { +.group-list.horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; - cursor: pointer; - position: relative; - font-size: 13px; - border: 1px solid transparent; - background-color: inherit; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; } -.listview .node:hover { - background-color: #e5f3ff; +.group-list.horizontal .item, +.group-list.horizontal > li { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; } -.listview .node > .icon { - text-align: center; +.group-list.horizontal .item + .item, +.group-list.horizontal > li + li { + border-top: none; + border-left: 1px solid #dfdfdf; } -.listview .node > .icon img { - max-width: 100%; - height: 100%; +.inline-list { + list-style: none; + padding-left: 0; + margin-left: 0; } -.listview .node > .icon [class*=mif-], -.listview .node > .icon img { - vertical-align: initial; +.inline-list li { + display: inline-block; + margin-right: 0.625rem; } -.listview .node .checkbox, -.listview .node .radio, -.listview .node .switch { - height: auto; +.inline-list li:last-child { + margin-right: 0; } -.listview ul { - width: 100%; - margin: 0; - padding: 0; +.unstyled-list { list-style: none inside; + margin-left: 0; } -.listview .node > .data > .content, -.listview .node > .node-data { - display: none; +ol.decimal { + list-style-type: decimal; } -.listview:not(.selectable) .checkbox { - display: none; +ol.roman-upper { + list-style-type: upper-roman; } -.listview.view-list .node { - min-width: 160px; - line-height: 26px; - height: 26px; - padding: 0 8px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +ol.roman-lower { + list-style-type: lower-roman; } -.listview.view-list .node > .icon { - width: 20px; - height: 20px; - line-height: 26px; - font-size: 18px; +ol.alpha-upper { + list-style-type: upper-alpha; } -.listview.view-list .node > .data { - line-height: 26px; - padding-left: 24px; +ol.alpha-lower { + list-style-type: lower-alpha; } -.listview.view-list .node > .icon ~ .data { - padding-left: 8px; +ol.latin-upper { + list-style-type: upper-latin; } -.listview.view-table .icon { - width: 20px; - height: 20px; - line-height: 26px; - font-size: 18px; +ol.latin-lower { + list-style-type: lower-latin; } -.listview.view-table .icon > * { - width: 100%; +.no-style { + list-style-type: none; } -.listview.view-table > li .data > .caption { - padding: 0 0.5rem; - line-height: 26px; +.overlay { + position: fixed; + left: 0; + top: 0; + right: 0; + bottom: 0; + background-color: rgba(255, 255, 255, 0.5); + z-index: 1040; } -.listview.view-table > li { - display: table-row; +.overlay.transparent { + background-color: rgba(255, 255, 255, 0); } -.listview.view-table > li > * { - display: table-cell; +.global-overlay { + z-index: 2000 !important; } -.listview.view-table .node-data { - display: table-cell; - width: auto; - line-height: 26px; +.global-dialog { + z-index: 2001 !important; } -.listview.view-content .node { +.fixed-top, +.fixed-bottom { + position: fixed; + left: 0; + right: 0; width: 100%; - min-height: 50px; - padding: 10px 16px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; } -.listview.view-content .node > .icon { - width: 32px; - height: 32px; - line-height: 32px; - font-size: 28px; +.fixed-top { + top: 0; + bottom: auto; } -.listview.view-content .node > .data { - padding-left: 64px; - font-size: 16px; - line-height: 32px; - width: 100%; +.fixed-bottom { + top: auto; + bottom: 0; } -.listview.view-content .node > .data .caption, -.listview.view-content .node > .data .content { - display: block; - line-height: 16px; - height: 16px; +.pos-relative { + position: relative!important; } -.listview.view-content .node > .data .content { - font-size: 0.8em; +.pos-absolute { + position: absolute!important; } -.listview.view-content .node > .icon ~ .data { - padding-left: 16px; +.pos-static { + position: static!important; } -.listview.view-content .node + .node { - border-top: 1px solid #dfdfdf; +.pos-fixed { + position: fixed!important; } -.listview.view-tiles .node { - width: 250px; - height: 56px; - padding: 5px 16px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.put-n { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } -.listview.view-tiles .node > .icon { - width: 46px; - height: 46px; - line-height: 46px; - font-size: 42px; +.put-nw { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } -.listview.view-tiles .node > .data { - padding-left: 78px; - font-size: 16px; - line-height: 46px; +.put-ne { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } -.listview.view-tiles .node > .icon + .data { - padding-left: 16px; +.put-wn { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } -.listview.view-icons .node, -.listview.view-icons-medium .node, -.listview.view-icons-large .node { - width: 74px; - height: auto; - padding: 8px 8px 2px; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - margin: 2px; +.put-w { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } -.listview.view-icons .node > .icon, -.listview.view-icons-medium .node > .icon, -.listview.view-icons-large .node > .icon { - width: 44px; - height: 44px; - line-height: 44px; - font-size: 42px; +.put-ws { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } -.listview.view-icons .node > .data, -.listview.view-icons-medium .node > .data, -.listview.view-icons-large .node > .data { - line-height: 1.5; - white-space: normal; - text-align: center; +.put-en { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } -.listview.view-icons .node .checkbox, -.listview.view-icons-medium .node .checkbox, -.listview.view-icons-large .node .checkbox { - position: absolute; - top: 0; - left: 0; +.put-e { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } -.listview.view-icons-medium .node { - width: 104px; - margin: 1px; +.put-es { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } -.listview.view-icons-medium .node > .icon { - width: 74px; - height: 74px; - line-height: 74px; - font-size: 70px; +.put-s { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; } -.listview.view-icons-large .node { - width: 270px; - margin: 2px; - padding: 30px; +.put-sw { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } -.listview.view-icons-large .node > .icon { - width: 162px; - height: 162px; - line-height: 162px; - font-size: 140px; +.put-se { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } -.listview .node.current-select { - background-color: #cce8ff; - border-color: #84bcea !important; +.put-left { + left: 0!important; + right: auto!important; } -.listview .node-group { - display: block; - width: 100%; - position: relative; - line-height: 24px; - -ms-flex-negative: 0; - flex-shrink: 0; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.put-right { + left: auto!important; + right: 0!important; } -.listview .node-group > .data { - padding-left: 24px; - line-height: 24px; - font-size: 18px; +.pos-top-left { + top: 0!important; + left: 0!important; + right: auto!important; + bottom: auto!important; } -.listview .node-group .node-toggle { - position: relative; - cursor: pointer; - padding-right: 1.5rem !important; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.pos-top-center { + top: 0!important; + left: 50%!important; + right: auto!important; + bottom: auto!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } -.listview .node-group .node-toggle::before { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 0.3125rem; - width: 0.3125rem; - background-color: transparent; - border-left: 1px solid; - border-bottom: 1px solid; - border-color: #1d1d1d; - top: 50%; - left: 100%; - margin-left: -1rem; - margin-top: -0.1625rem; - z-index: 2; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - -webkit-transform-origin: center center 1px; - -ms-transform-origin: center center 1px; - transform-origin: center center 1px; -} -.listview .node-group .node-toggle { - position: absolute; - left: 0; - top: 0; - width: 24px; - height: 24px; -} -.listview .node-group .node-toggle::before { - -webkit-transform: rotate(-135deg); - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); -} -.listview .node-group.expanded > .node-toggle::before { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.listview .node-group + .node-group { - margin-top: 0.5rem; -} -.listview .node-group + .listview { - margin-top: 0.5rem; -} -.master { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - color: #1d1d1d; - background-color: #ffffff; - background-size: cover; - background-position: center; - background-repeat: no-repeat; - overflow: visible; -} -.master .controls, -.master .pages, -.master .page { - background-color: transparent; - color: inherit; -} -.master .controls { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - line-height: 40px; - font-size: 20px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - margin: 20px 0 20px; -} -.master .controls .prev, -.master .controls .next, -.master .controls .title { - display: block; - position: relative; - line-height: 40px; - text-align: center; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.master .controls .prev, -.master .controls .next { - width: 40px; - height: 40px; - cursor: pointer; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.master .controls .prev.disabled, -.master .controls .next.disabled { - color: #bebebe; -} -.master .controls .title { - width: 100%; -} -.master .controls .prev { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.master .controls .next { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.master .controls .title { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.master .pages { - position: relative; - display: block; - border-top: 1px solid #dfdfdf; - border-bottom: 1px solid #dfdfdf; - width: 100%; - height: auto; - min-width: 1rem; -} -.master .page { - display: block; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: auto; - overflow: visible; - padding: 2rem; -} -.master .controls-top { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.master .controls-bottom { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.master .pages { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.pos-top-right { + right: 0!important; + top: 0!important; + left: auto!important; + bottom: auto!important; } -.media-player { - display: block; - position: relative; - width: 100%; - background: #000; - height: auto; - overflow: hidden; - z-index: 1; +.pos-bottom-left { + top: auto!important; + right: auto!important; + left: 0!important; + bottom: 0!important; } -.media-player video { - width: 100%; - height: 100%; - z-index: 1; +.pos-bottom-center { + top: auto!important; + left: 50%!important; + bottom: 0!important; + right: auto!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } -.media-player .logo { - display: block; - position: absolute; - top: 1.25rem; - right: 1.25rem; - z-index: 3; - height: 32px; +.pos-bottom-right { + bottom: 0!important; + right: 0!important; + top: auto!important; + left: auto!important; } -.media-player .logo img { - height: 32px; +.pos-left-center { + left: 0!important; + top: 50%!important; + bottom: auto!important; + right: auto!important; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); } -.media-player .preloader { - display: none; - position: absolute; +.pos-right-center { + right: 0; top: 50%; - left: 50%; + bottom: auto; + left: auto; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} +.pos-center { + top: 50%!important; + left: 50%!important; + bottom: auto!important; + right: auto!important; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); } -.media-player .preloader.show { - display: block; -} -.media-player .controls { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: absolute; - bottom: 0; - left: 0; - right: 0; - height: auto; - z-index: 2147483647; - background-color: rgba(34, 34, 34, 0.5); -} -.media-player .controls.outside { - position: relative; -} -.media-player .stream { - display: block; - padding: 0.625rem; - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - width: 100%; - position: relative; - overflow: hidden; -} -.media-player .stream .slider { - height: 0.875rem; -} -.media-player .load-audio { - padding: 0; - display: block; - position: absolute; - bottom: 4px; - left: 0.625rem; - width: calc(100% - 1.25rem); -} -.media-player button:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.media-player .controls > button, -.media-player .info-box, -.media-player .volume { - background-color: inherit; - color: #555555; - -ms-flex-negative: 0; - flex-shrink: 0; - height: 36px; - text-align: center; -} -.media-player .controls > button:hover, -.media-player .info-box:hover, -.media-player .volume:hover { - color: #ffffff; -} -.media-player .controls > button.active, -.media-player .info-box.active, -.media-player .volume.active { - background-color: rgba(111, 111, 111, 0.5); -} -.media-player .loop { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - display: none; -} -.media-player .play { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.media-player .stop { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - display: none; -} -.media-player .info-box { - position: relative; - width: auto; - display: block; - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - background: rgba(34, 34, 34, 0.5); - color: #ffffff; - padding: 0.625rem; - font-size: 0.6875rem; - text-align: center; - height: 36px; - -ms-flex-negative: 1; - flex-shrink: 1; - white-space: nowrap; - border: none; -} -.media-player .mute { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; -} -.media-player .volume { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - width: 96px; - padding: 0 0.625rem; - background: rgba(34, 34, 34, 0.5); - display: none; -} -.media-player .full { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; -} -:-webkit-full-screen { - width: 100%; - height: 100%; - z-index: 2147483647; -} -:-ms-fullscreen { - width: 100%; -} -.media-player.full-screen { - position: fixed; - top: 0; - left: 0; - right: 0; - bottom: 0; - z-index: 2147483647; - max-height: 100%!important; - height: 100%!important; -} -.media-player .default-icon-loop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-play { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-pause { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-stop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-mute { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-low-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-medium-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-high-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-enlarge { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-shrink { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-playlist { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-next { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-prev { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-first { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-last { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player .default-icon-forward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-absolute { + z-index: 500 !important; } -.media-player .default-icon-backward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-dropdown { + z-index: 1000 !important; } -.media-player .default-icon-share { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-sticky { + z-index: 1020 !important; } -.media-player .default-icon-equalizer { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-fixed { + z-index: 1030 !important; } -.media-player .default-icon-eject { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-modal-backdrop { + z-index: 1040 !important; } -.media-player .default-icon-shuffle { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-modal { + z-index: 1050 !important; } -.media-player .default-icon-random { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-popover { + z-index: 1060 !important; } -.media-player.light { - background-color: #f8f8f8; +.z-tooltip { + z-index: 1070 !important; } -.media-player.light .controls { - background-color: inherit; +.z-top { + z-index: 1080 !important; } -.media-player.light .controls .info-box, -.media-player.light .controls .volume { - background-color: inherit; - color: #1d1d1d; +.z-notify { + z-index: 1085 !important; } -.media-player.light .slider .buffer { - height: 2px!important; - background-color: #41545e; +.z-charms { + z-index: 1090 !important; } -.media-player.light .default-icon-loop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-overlay { + z-index: 2000 !important; } -.media-player.light .default-icon-play { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-fullscreen { + z-index: 2147483647 !important; } -.media-player.light .default-icon-pause { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-1 { + z-index: 1!important; } -.media-player.light .default-icon-stop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-2 { + z-index: 2!important; } -.media-player.light .default-icon-mute { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-3 { + z-index: 3!important; } -.media-player.light .default-icon-low-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-4 { + z-index: 4!important; } -.media-player.light .default-icon-medium-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-5 { + z-index: 5!important; } -.media-player.light .default-icon-high-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-6 { + z-index: 6!important; } -.media-player.light .default-icon-enlarge { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-7 { + z-index: 7!important; } -.media-player.light .default-icon-shrink { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-8 { + z-index: 8!important; } -.media-player.light .default-icon-playlist { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +.z-9 { + z-index: 9!important; } -.media-player.light .default-icon-next { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-prev { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-first { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-last { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-forward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-backward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-share { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-equalizer { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-eject { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-shuffle { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .default-icon-random { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.media-player.light .controls > button.active { - background-color: #dfdfdf; -} -.audio-player { - overflow: visible; -} -.audio-player .controls { - position: relative; -} -@media screen and (min-width: 576px) { - .media-player .volume, - .media-player .loop, - .media-player .stop { - display: block; - } -} -.more-info-box { - height: 128px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - background-color: #ffffff; -} -.more-info-box .icon, -.more-info-box .content { - position: relative; -} -.more-info-box .icon { - height: 64px; - width: 64px; - -ms-flex-negative: 0; - flex-shrink: 0; - text-align: center; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - margin-left: auto; - margin-right: 16px; - margin-top: 16px; - -webkit-transition: -webkit-transform 0.3s ease; - transition: -webkit-transform 0.3s ease; - -o-transition: transform 0.3s ease; - transition: transform 0.3s ease; - transition: transform 0.3s ease, -webkit-transform 0.3s ease; -} -.more-info-box .icon > * { - font-size: 64px; - width: 64px; - height: 64px; - line-height: 1; - color: rgba(0, 0, 0, 0.15); -} -.more-info-box .content { - line-height: 1.2; - display: block; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - padding: 8px; - max-width: calc(100% - 106px); -} -.more-info-box .more { - width: 100%; - -ms-flex-negative: 0; - flex-shrink: 0; - text-align: right; - background: rgba(0, 0, 0, 0.1); - text-decoration: none; - position: relative; - display: block; - padding: 8px 8px 0; - margin: 0; - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - color: rgba(255, 255, 255, 0.8); - font-size: 12px; -} -.more-info-box .more:hover { - color: #fff; - background: rgba(0, 0, 0, 0.15); -} -.more-info-box:hover .icon { - -webkit-transform: scale(1.2); - -ms-transform: scale(1.2); - transform: scale(1.2); - -webkit-transition: -webkit-transform 0.3s ease; - transition: -webkit-transform 0.3s ease; - -o-transition: transform 0.3s ease; - transition: transform 0.3s ease; - transition: transform 0.3s ease, -webkit-transform 0.3s ease; -} -.navview { - display: block; - position: relative; - background-color: #ffffff; - color: #1d1d1d; - overflow: hidden; - height: 100%; - min-height: 100%; -} -.navview .navview-pane, -.navview .navview-content { - display: block; - -webkit-transition: all 0.1s linear; - -o-transition: all 0.1s linear; - transition: all 0.1s linear; - min-height: 100%; -} -.navview .navview-pane { - width: 280px; - background-color: #e5e5e5; - position: absolute; - left: 0; - top: 0; - height: 100%; - -webkit-transform: translate3d(-100%, 0, 0); - transform: translate3d(-100%, 0, 0); - z-index: 1; -} -.navview .navview-pane.open { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} -.navview .navview-content { - position: relative; -} -.navview .pull-button, -.navview .holder { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 48px; - height: 48px; - background-color: transparent; - border: 2px solid transparent; - outline: none; - cursor: pointer; -} -.navview .holder { - height: 40px; - display: none; -} -.navview .navview-menu { - display: block; - position: relative; - list-style: none inside; - margin: 0; - padding: 0; - width: 100%; - background-color: #e5e5e5; - overflow-y: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; -} -.navview .navview-menu::-webkit-scrollbar { - display: none!important; -} -.navview .navview-menu li { - display: block; - position: relative; -} -.navview .navview-menu li a { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - line-height: 40px; - text-decoration: none; - color: inherit; - white-space: nowrap; - border: 2px solid transparent; - height: 40px; -} -.navview .navview-menu .icon { - width: 48px; - height: 40px; - display: block; - text-align: center; -} -.navview .navview-menu .caption { - padding-left: 48px; - white-space: nowrap; - display: block; -} -.navview .navview-menu .icon + .caption { - padding-left: 0; -} -.navview .navview-menu .item-header { - font-size: 22px; - height: 32px; - line-height: 32px; - padding-left: 16px; - cursor: default; - background-color: transparent; - white-space: nowrap; - display: block; -} -.navview .navview-menu li.active::before { - content: ""; - display: block; - position: absolute; - height: 24px; - top: 8px; - left: 0; - width: 4px; - background-color: #1ba1e2; - z-index: 1; -} -.navview .navview-menu li.disabled { - color: #9c9c9c !important; -} -.navview .navview-menu li.disabled img { - opacity: 0.5; -} -.navview .pull-button > *, -.navview .navview-menu .icon > *, -.navview .suggest-box .holder > * { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 16px; - vertical-align: initial; -} -.navview .pull-button:hover, -.navview .holder:hover, -.navview .navview-menu li a:hover { - background-color: #cecece; -} -.navview .pull-button:active, -.navview .holder:active, -.navview .navview-menu li a:active { - background-color: #b7b7b7; -} -.navview .suggest-box { - display: block; - margin: 8px 0; -} -.navview .suggest-box .input, -.navview .suggest-box .select, -.navview .suggest-box .textarea { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: calc(100% - 24px) !important; - margin: 0 12px; -} -.navview .item-separator { - height: 16px!important; - width: 100%; - display: block; - background-color: transparent; - cursor: default; -} -.navview .navview-menu .dropdown-toggle { - padding-right: 0!important; -} -.navview .navview-menu .dropdown-toggle::before { - display: none; -} -.navview .navview-menu .dropdown-toggle::after { - content: ""; - display: block; - position: absolute; - bottom: 0; - right: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 8px 8px; - border-color: transparent transparent #1d1d1d transparent; - z-index: 1; -} -.navview.focusableItems .pull-button:focus, -.navview.focusableItems .holder:focus, -.navview.focusableItems .navview-menu li a:focus { - border: 2px solid #0a0a0a; -} -.navview .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - margin-left: auto; - margin-right: 8px; -} -.navview .badges .badge { - margin: 0 2px; -} -.navview .data-box { - display: block; -} -.navview .navview-menu .navview-menu .item-header { - display: none!important; -} -.navview.expanded .navview-pane { - width: 280px !important; -} -.navview.expanded .navview-pane .navview-menu .caption, -.navview.expanded .navview-pane .item-header { - display: block!important; -} -.navview.expanded .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -.navview.expanded .navview-pane .holder { - display: none!important; -} -.navview.expanded .badges { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -.navview.expanded .data-box { - display: block!important; -} -.navview.compacted .navview-pane { - width: 48px !important; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} -.navview.compacted .navview-pane .navview-menu .caption, -.navview.compacted .navview-pane .item-header { - display: none!important; -} -.navview.compacted .navview-pane .suggest-box > *:not(.holder) { - display: none!important; -} -.navview.compacted .navview-pane .holder { - display: block!important; -} -.navview.compacted .navview-content { - margin-left: 48px !important; -} -.navview.compacted .badges, -.navview.compacted .data-box { - display: none!important; +.z-10 { + z-index: 10!important; } @media screen and (min-width: 0) { - .navview-margin-fs { - margin-left: 280px; - } - .navview-margin-compact-fs { - margin-left: 48px; + .pos-relative-fs { + position: relative!important; } - .navview.navview-compact-fs .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-absolute-fs { + position: absolute!important; } - .navview.navview-compact-fs .navview-pane .navview-menu .caption, - .navview.navview-compact-fs .navview-pane .item-header { - display: none; + .pos-static-fs { + position: static!important; } - .navview.navview-compact-fs .navview-pane .suggest-box > *:not(.holder) { - display: none; + .pos-fixed-fs { + position: fixed!important; } - .navview.navview-compact-fs .navview-pane .holder { - display: block; + .put-left-fs { + left: 0!important; + right: auto!important; } - .navview.navview-compact-fs .navview-content { - margin-left: 48px; + .put-right-fs { + left: auto!important; + right: 0!important; } - .navview.navview-compact-fs .badges, - .navview.navview-compact-fs .data-box { - display: none; + .put-n-fs { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-expand-fs .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-nw-fs { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-fs .navview-pane .navview-menu .caption, - .navview.navview-expand-fs .navview-pane .item-header { - display: block; + .put-ne-fs { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-fs .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-wn-fs { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-fs .navview-pane .holder { - display: none; + .put-w-fs { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-fs .navview-content { - margin-left: 280px; + .put-ws-fs { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-fs .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-en-fs { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-fs .data-box { - display: block; + .put-e-fs { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); + } + .put-es-fs { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-fs { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-fs { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-fs { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } @media screen and (min-width: 576px) { - .navview-margin-sm { - margin-left: 280px; + .pos-relative-sm { + position: relative!important; } - .navview-margin-compact-sm { - margin-left: 48px; + .pos-absolute-sm { + position: absolute!important; } - .navview.navview-compact-sm .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-sm { + position: static!important; } - .navview.navview-compact-sm .navview-pane .navview-menu .caption, - .navview.navview-compact-sm .navview-pane .item-header { - display: none; + .pos-fixed-sm { + position: fixed!important; } - .navview.navview-compact-sm .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-left-sm { + left: 0!important; + right: auto!important; } - .navview.navview-compact-sm .navview-pane .holder { - display: block; + .put-right-sm { + left: auto!important; + right: 0!important; } - .navview.navview-compact-sm .navview-content { - margin-left: 48px; + .put-n-sm { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-compact-sm .badges, - .navview.navview-compact-sm .data-box { - display: none; + .put-nw-sm { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-sm .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-ne-sm { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-sm .navview-pane .navview-menu .caption, - .navview.navview-expand-sm .navview-pane .item-header { - display: block; + .put-wn-sm { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-sm .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-sm { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-sm .navview-pane .holder { - display: none; + .put-ws-sm { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-sm .navview-content { - margin-left: 280px; + .put-en-sm { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-sm .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-e-sm { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-expand-sm .data-box { - display: block; + .put-es-sm { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-sm { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-sm { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-sm { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } @media screen and (min-width: 768px) { - .navview-margin-md { - margin-left: 280px; + .pos-relative-md { + position: relative!important; } - .navview-margin-compact-md { - margin-left: 48px; + .pos-absolute-md { + position: absolute!important; } - .navview.navview-compact-md .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-md { + position: static!important; } - .navview.navview-compact-md .navview-pane .navview-menu .caption, - .navview.navview-compact-md .navview-pane .item-header { - display: none; + .pos-fixed-md { + position: fixed!important; } - .navview.navview-compact-md .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-left-md { + left: 0!important; + right: auto!important; } - .navview.navview-compact-md .navview-pane .holder { - display: block; + .put-right-md { + left: auto!important; + right: 0!important; } - .navview.navview-compact-md .navview-content { - margin-left: 48px; + .put-n-md { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-compact-md .badges, - .navview.navview-compact-md .data-box { - display: none; + .put-nw-md { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-md .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-ne-md { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-md .navview-pane .navview-menu .caption, - .navview.navview-expand-md .navview-pane .item-header { - display: block; + .put-wn-md { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-md .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-md { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-md .navview-pane .holder { - display: none; + .put-ws-md { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-md .navview-content { - margin-left: 280px; + .put-en-md { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-md .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-e-md { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-expand-md .data-box { - display: block; + .put-es-md { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } -} -@media screen and (min-width: 992px) { - .navview-margin-lg { - margin-left: 280px; + .put-s-md { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; } - .navview-margin-compact-lg { - margin-left: 48px; + .put-sw-md { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } - .navview.navview-compact-lg .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-se-md { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } - .navview.navview-compact-lg .navview-pane .navview-menu .caption, - .navview.navview-compact-lg .navview-pane .item-header { - display: none; +} +@media screen and (min-width: 992px) { + .pos-relative-lg { + position: relative!important; } - .navview.navview-compact-lg .navview-pane .suggest-box > *:not(.holder) { - display: none; + .pos-absolute-lg { + position: absolute!important; } - .navview.navview-compact-lg .navview-pane .holder { - display: block; + .pos-static-lg { + position: static!important; } - .navview.navview-compact-lg .navview-content { - margin-left: 48px; + .pos-fixed-lg { + position: fixed!important; } - .navview.navview-compact-lg .badges, - .navview.navview-compact-lg .data-box { - display: none; + .put-left-lg { + left: 0!important; + right: auto!important; } - .navview.navview-expand-lg .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-right-lg { + left: auto!important; + right: 0!important; } - .navview.navview-expand-lg .navview-pane .navview-menu .caption, - .navview.navview-expand-lg .navview-pane .item-header { - display: block; + .put-n-lg { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-expand-lg .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-nw-lg { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-lg .navview-pane .holder { - display: none; + .put-ne-lg { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-lg .navview-content { - margin-left: 280px; + .put-wn-lg { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-lg .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-lg { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-lg .data-box { - display: block; + .put-ws-lg { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } -} -@media screen and (min-width: 1200px) { - .navview-margin-xl { - margin-left: 280px; + .put-en-lg { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview-margin-compact-xl { - margin-left: 48px; + .put-e-lg { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-compact-xl .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-es-lg { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-compact-xl .navview-pane .navview-menu .caption, - .navview.navview-compact-xl .navview-pane .item-header { - display: none; + .put-s-lg { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; } - .navview.navview-compact-xl .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-sw-lg { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); } - .navview.navview-compact-xl .navview-pane .holder { - display: block; + .put-se-lg { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } - .navview.navview-compact-xl .navview-content { - margin-left: 48px; +} +@media screen and (min-width: 1200px) { + .pos-relative-xl { + position: relative!important; } - .navview.navview-compact-xl .badges, - .navview.navview-compact-xl .data-box { - display: none; + .pos-absolute-xl { + position: absolute!important; } - .navview.navview-expand-xl .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-xl { + position: static!important; } - .navview.navview-expand-xl .navview-pane .navview-menu .caption, - .navview.navview-expand-xl .navview-pane .item-header { - display: block; + .pos-fixed-xl { + position: fixed!important; } - .navview.navview-expand-xl .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-left-xl { + left: 0!important; + right: auto!important; } - .navview.navview-expand-xl .navview-pane .holder { - display: none; + .put-right-xl { + left: auto!important; + right: 0!important; } - .navview.navview-expand-xl .navview-content { - margin-left: 280px; + .put-n-xl { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-expand-xl .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-nw-xl { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-xl .data-box { - display: block; + .put-ne-xl { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); + } + .put-wn-xl { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + } + .put-w-xl { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); + } + .put-ws-xl { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + } + .put-en-xl { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-e-xl { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); + } + .put-es-xl { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-xl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-xl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-xl { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } @media screen and (min-width: 1452px) { - .navview-margin-xxl { - margin-left: 280px; + .pos-relative-xxl { + position: relative!important; } - .navview-margin-compact-xxl { - margin-left: 48px; + .pos-absolute-xxl { + position: absolute!important; } - .navview.navview-compact-xxl .navview-pane { - width: 48px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .pos-static-xxl { + position: static!important; } - .navview.navview-compact-xxl .navview-pane .navview-menu .caption, - .navview.navview-compact-xxl .navview-pane .item-header { - display: none; + .pos-fixed-xxl { + position: fixed!important; } - .navview.navview-compact-xxl .navview-pane .suggest-box > *:not(.holder) { - display: none; + .put-left-xxl { + left: 0!important; + right: auto!important; } - .navview.navview-compact-xxl .navview-pane .holder { - display: block; + .put-right-xxl { + left: auto!important; + right: 0!important; } - .navview.navview-compact-xxl .navview-content { - margin-left: 48px; + .put-n-xxl { + right: auto!important; + bottom: auto!important; + left: 50%!important; + top: 0!important; + -webkit-transform: translateX(-50%) translateY(-100%); + -ms-transform: translateX(-50%) translateY(-100%); + transform: translateX(-50%) translateY(-100%); } - .navview.navview-compact-xxl .badges, - .navview.navview-compact-xxl .data-box { - display: none; + .put-nw-xxl { + right: auto!important; + bottom: auto!important; + left: 0!important; + top: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-xxl .navview-pane { - width: 280px; - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); + .put-ne-xxl { + left: auto!important; + bottom: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); } - .navview.navview-expand-xxl .navview-pane .navview-menu .caption, - .navview.navview-expand-xxl .navview-pane .item-header { - display: block; + .put-wn-xxl { + bottom: auto!important; + right: auto!important; + top: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-xxl .navview-pane .suggest-box > *:not(.holder) { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-w-xxl { + bottom: auto!important; + right: auto!important; + top: 50%!important; + left: 0!important; + -webkit-transform: translateX(-100%) translateY(-50%); + -ms-transform: translateX(-100%) translateY(-50%); + transform: translateX(-100%) translateY(-50%); } - .navview.navview-expand-xxl .navview-pane .holder { - display: none; + .put-ws-xxl { + top: auto!important; + right: auto!important; + bottom: 0!important; + left: 0!important; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); } - .navview.navview-expand-xxl .navview-content { - margin-left: 280px; + .put-en-xxl { + bottom: auto!important; + left: auto!important; + top: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); } - .navview.navview-expand-xxl .badges { - display: -webkit-box; - display: -ms-flexbox; - display: flex; + .put-e-xxl { + bottom: auto!important; + left: auto!important; + top: 50%!important; + right: 0!important; + -webkit-transform: translateX(100%) translateY(-50%); + -ms-transform: translateX(100%) translateY(-50%); + transform: translateX(100%) translateY(-50%); } - .navview.navview-expand-xxl .data-box { - display: block; + .put-es-xxl { + top: auto!important; + left: auto!important; + bottom: 0!important; + right: 0!important; + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); + } + .put-s-xxl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 0!important; + } + .put-sw-xxl { + bottom: auto!important; + right: auto!important; + top: 100%!important; + left: 50%!important; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + } + .put-se-xxl { + bottom: auto!important; + left: auto!important; + top: 100%!important; + right: 0!important; } } -.navview.compacted .navview-pane > .navview-menu, -.navview.js-compact:not(.expanded) .navview-pane > .navview-menu { - overflow: visible; +.no-shadow { + -webkit-box-shadow: none!important; + box-shadow: none!important; } -.navview.compacted .navview-menu .navview-menu, -.navview.js-compact:not(.expanded) .navview-menu .navview-menu { - position: absolute; - left: 100%; - top: 0; - width: 220px; - max-width: 280px; +.no-shadow-text { + text-shadow: none!important; } -.navview.compacted .navview-menu .navview-menu .caption, -.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption { - display: block!important; +.simple-shadow { + -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); + box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); } -.navview.compacted .navview-menu .navview-menu .item-header, -.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header { - display: block!important; +.drop-shadow { + -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); + box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); } -.notify-container { - background-color: transparent; - position: fixed; - top: 0; - right: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - z-index: 1081; - width: auto; +.win-shadow { + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); } -.notify-container.position-left { - right: auto; - left: 0; +.ribbon-shadow { + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); } -.notify-container.position-top, -.notify-container.position-bottom { - width: 100%!important; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; +.shadow-1 { + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); } -.notify-container.position-bottom { - top: auto; - bottom: 0; +.shadow-2 { + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); } -.notify { - display: block; - background-color: #ffffff; - color: #1d1d1d; - padding: 0.5rem; - margin: 0.25rem; - border: 1px solid #dfdfdf; - cursor: pointer; +.shadow-3 { + -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); + box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); } -.notify-title { - font-size: 1rem; - font-weight: 500; - margin-bottom: 0.5rem; +.shadow-4 { + -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); + box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); } -.notify-message { - font-size: 0.9rem; - font-weight: normal; +.shadow-5 { + -webkit-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); } -.pagination { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - list-style: none inside; - margin: 0 -0.25rem 1rem -0.25rem; - padding: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.w-auto { + width: auto!important; } -.pagination .page-item { - cursor: pointer; - display: list-item; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid #dfdfdf; - margin: 0.25rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; +.h-auto { + height: auto!important; } -.pagination .page-link { - display: block; - position: relative; - padding: 0.5rem 0.75rem; - line-height: 1; - font-size: 1rem; - text-decoration: none; - color: inherit; - background-color: inherit; +.w-fs { + width: 0 !important; } -.pagination .page-item:hover, -.pagination .page-item.service:hover { - background-color: rgba(29, 29, 29, 0.1); +.w-sm { + width: 576px !important; } -.pagination .page-item.no-link { - pointer-events: none; - cursor: default; - border-color: transparent; +.w-md { + width: 768px !important; } -.pagination .page-item.no-link:hover { - background-color: #ffffff !important; - border-color: transparent; - color: #1d1d1d; +.w-lg { + width: 992px !important; } -.pagination .page-item.disabled { - pointer-events: none; - color: #e4e4e4; +.w-xl { + width: 1200px !important; } -.pagination .page-item.active { - background-color: #e4e4e4; +.w-xxl { + width: 1452px !important; } -.pagination.rounded .page-item { - border-radius: 0.25rem; +.h-vh-25 { + height: 25vh !important; } -.pagination.no-gap { - margin: 0 0 1rem 0; +.h-vw-25 { + height: 25vw !important; } -.pagination.no-gap .page-item { - margin: -1px; +.w-vh-25 { + width: 25vh !important; } -.pagination.no-gap .no-link { - margin: -1px 1px; +.w-vw-25 { + width: 25vw !important; } -.pagination.no-gap.rounded .page-item { - border-radius: 0; +.h-25 { + height: 25% !important; } -.pagination.no-gap.rounded .page-item:first-child { - border-top-left-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; +.w-25 { + width: 25% !important; } -.pagination.no-gap.rounded .page-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-right-radius: 0.25rem; +.mh-25 { + max-height: 25% !important; } -.pagination.size-large .page-link { - padding: 0.75rem 1.5rem; - font-size: 1.25rem; +.mw-25 { + max-width: 25% !important; } -.pagination.size-small .page-link { - padding: 0.25rem 0.5rem; - font-size: 0.875rem; +.h-vh-33 { + height: 33vh !important; } -.panel { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - position: relative; - background-color: #ffffff; - border: 1px solid #dfdfdf; +.h-vw-33 { + height: 33vw !important; } -.panel .panel-title, -.panel .panel-content { - position: relative; +.w-vh-33 { + width: 33vh !important; } -.panel .panel-title { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - height: 2.625rem; - border-bottom: 1px solid #dfdfdf; - line-height: 2.625rem; - cursor: default; - -ms-flex-negative: 0; - flex-shrink: 0; +.w-vw-33 { + width: 33vw !important; } -.panel .panel-title .icon { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - height: 2.625rem; - line-height: 2.625rem; - width: 2.625rem; - border-right: 1px solid #dfdfdf; - -ms-flex-negative: 0; - flex-shrink: 0; - color: inherit; - text-align: center; +.h-33 { + height: 33% !important; } -.panel .panel-title img.icon { - padding: 0.625rem; +.w-33 { + width: 33% !important; } -.panel .panel-title .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - width: 100%; - padding: 0 0.8125rem; - color: inherit; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.mh-33 { + max-height: 33% !important; } -.panel .panel-title .dropdown-toggle { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - height: 100%; - width: 2.625rem; - border-left: 1px solid #dfdfdf; - -ms-flex-negative: 0; - flex-shrink: 0; +.mw-33 { + max-width: 33% !important; } -.panel .panel-title .custom-buttons { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.h-vh-50 { + height: 50vh !important; } -.panel .panel-title .btn-custom { - width: 42px; - height: 42px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; +.h-vw-50 { + height: 50vw !important; } -.panel .panel-title .btn-custom > * { - line-height: 1; - width: 16px; - height: 16px; - font-size: 16px; +.w-vh-50 { + width: 50vh !important; } -.panel .panel-title .btn-custom:focus, -.panel .panel-title .btn-custom:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; +.w-vw-50 { + width: 50vw !important; } -.panel .panel-content { - display: block; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - height: auto; - padding: 0.5rem; +.h-50 { + height: 50% !important; } -.popover { - display: block; - min-width: 12.5rem; - height: auto; - position: fixed; - background-color: #ffffff; - color: #1d1d1d; - z-index: 1060; - border: 1px solid #dfdfdf; - cursor: default; - padding: 0.8125rem; - max-width: calc(100% - 32px); +.w-50 { + width: 50% !important; } -.popover > * { - max-width: 100%; +.mh-50 { + max-height: 50% !important; } -.popover .popover-content { - display: block; - position: relative; - z-index: 50; +.mw-50 { + max-width: 50% !important; } -.popover .popover-close-button { - z-index: 100; - position: absolute; - top: 0; - right: 0; - font-size: 26px; +.h-vh-75 { + height: 75vh !important; } -.progress { - display: block; - position: relative; - width: 100%; - height: 12px; - background-color: #eeeeee; - overflow: hidden; +.h-vw-75 { + height: 75vw !important; } -.progress.with-load { - background: transparent; +.w-vh-75 { + width: 75vh !important; } -.progress .bar, -.progress .buffer, -.progress .load { - position: absolute; - height: 100%; - top: 0; - left: 0; - z-index: 3; +.w-vw-75 { + width: 75vw !important; } -.progress .load { - width: 100%; - -webkit-animation: progress-loading 3s infinite linear; - animation: progress-loading 3s infinite linear; - background: -o-radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); - background: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); - background-size: 12px 12px; - z-index: 1; - margin-top: -1px; +.h-75 { + height: 75% !important; } -.progress .buffer { - z-index: 2; - background-color: #CE352C; +.w-75 { + width: 75% !important; } -.progress .bar { - z-index: 3; - background: #60a917; +.mh-75 { + max-height: 75% !important; } -.progress.line { - background-color: #b3d4fc; - display: -webkit-box; - display: -ms-flexbox; - display: flex; +.mw-75 { + max-width: 75% !important; } -.progress.line::before { - height: 100%; - width: 100%; - background-color: #004d6f; - content: ''; - -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; - animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; +.h-vh-100 { + height: 100vh !important; } -.progress .value { - display: block; - float: left; - position: absolute; - z-index: 5; - font-size: 11px; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - margin-left: 4px; +.h-vw-100 { + height: 100vw !important; } -.progress .value.centered { - left: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); +.w-vh-100 { + width: 100vh !important; } -.progress.small { - height: 6px; +.w-vw-100 { + width: 100vw !important; } -.progress.small .load { - background-size: 6px 6px; +.h-100 { + height: 100% !important; } -@-webkit-keyframes progress-loading { - 0% { - opacity: 1; - background-position: 0px -23px; +.w-100 { + width: 100% !important; +} +.mh-100 { + max-height: 100% !important; +} +.mw-100 { + max-width: 100% !important; +} +@media screen and (min-width: 0) { + .w-auto-fs { + width: auto!important; } - 50% { - opacity: 0; + .h-auto-fs { + height: auto!important; } - 100% { - opacity: 1; - background-position: -200px -23px; + .h-vh-25-fs { + height: 25vh !important; } -} -@keyframes progress-loading { - 0% { - opacity: 1; - background-position: 0px -23px; + .h-vw-25-fs { + height: 25vw !important; } - 50% { - opacity: 0; + .w-vh-25-fs { + width: 25vh !important; } - 100% { - opacity: 1; - background-position: -200px -23px; + .w-vw-25-fs { + width: 25vw !important; } -} -@-webkit-keyframes running-progress { - 0% { - margin-left: 0; - margin-right: 100%; + .h-25-fs { + height: 25% !important; } - 50% { - margin-left: 25%; - margin-right: 0; + .w-25-fs { + width: 25% !important; } - 100% { - margin-left: 100%; - margin-right: 0; + .mh-25-fs { + max-height: 25% !important; + } + .mw-25-fs { + max-width: 25% !important; + } + .h-vh-33-fs { + height: 33vh !important; + } + .h-vw-33-fs { + height: 33vw !important; + } + .w-vh-33-fs { + width: 33vh !important; + } + .w-vw-33-fs { + width: 33vw !important; + } + .h-33-fs { + height: 33% !important; + } + .w-33-fs { + width: 33% !important; + } + .mh-33-fs { + max-height: 33% !important; + } + .mw-33-fs { + max-width: 33% !important; + } + .h-vh-50-fs { + height: 50vh !important; + } + .h-vw-50-fs { + height: 50vw !important; + } + .w-vh-50-fs { + width: 50vh !important; + } + .w-vw-50-fs { + width: 50vw !important; + } + .h-50-fs { + height: 50% !important; + } + .w-50-fs { + width: 50% !important; + } + .mh-50-fs { + max-height: 50% !important; + } + .mw-50-fs { + max-width: 50% !important; + } + .h-vh-75-fs { + height: 75vh !important; + } + .h-vw-75-fs { + height: 75vw !important; + } + .w-vh-75-fs { + width: 75vh !important; + } + .w-vw-75-fs { + width: 75vw !important; + } + .h-75-fs { + height: 75% !important; + } + .w-75-fs { + width: 75% !important; + } + .mh-75-fs { + max-height: 75% !important; + } + .mw-75-fs { + max-width: 75% !important; + } + .h-vh-100-fs { + height: 100vh !important; + } + .h-vw-100-fs { + height: 100vw !important; + } + .w-vh-100-fs { + width: 100vh !important; + } + .w-vw-100-fs { + width: 100vw !important; + } + .h-100-fs { + height: 100% !important; + } + .w-100-fs { + width: 100% !important; + } + .mh-100-fs { + max-height: 100% !important; + } + .mw-100-fs { + max-width: 100% !important; } } -@keyframes running-progress { - 0% { - margin-left: 0; - margin-right: 100%; +@media screen and (min-width: 576px) { + .w-auto-sm { + width: auto!important; } - 50% { - margin-left: 25%; - margin-right: 0; + .h-auto-sm { + height: auto!important; } - 100% { - margin-left: 100%; - margin-right: 0; + .h-vh-25-sm { + height: 25vh !important; + } + .h-vw-25-sm { + height: 25vw !important; + } + .w-vh-25-sm { + width: 25vh !important; + } + .w-vw-25-sm { + width: 25vw !important; + } + .h-25-sm { + height: 25% !important; + } + .w-25-sm { + width: 25% !important; + } + .mh-25-sm { + max-height: 25% !important; + } + .mw-25-sm { + max-width: 25% !important; + } + .h-vh-33-sm { + height: 33vh !important; + } + .h-vw-33-sm { + height: 33vw !important; + } + .w-vh-33-sm { + width: 33vh !important; + } + .w-vw-33-sm { + width: 33vw !important; + } + .h-33-sm { + height: 33% !important; + } + .w-33-sm { + width: 33% !important; + } + .mh-33-sm { + max-height: 33% !important; + } + .mw-33-sm { + max-width: 33% !important; + } + .h-vh-50-sm { + height: 50vh !important; + } + .h-vw-50-sm { + height: 50vw !important; + } + .w-vh-50-sm { + width: 50vh !important; + } + .w-vw-50-sm { + width: 50vw !important; + } + .h-50-sm { + height: 50% !important; + } + .w-50-sm { + width: 50% !important; + } + .mh-50-sm { + max-height: 50% !important; + } + .mw-50-sm { + max-width: 50% !important; + } + .h-vh-75-sm { + height: 75vh !important; + } + .h-vw-75-sm { + height: 75vw !important; + } + .w-vh-75-sm { + width: 75vh !important; + } + .w-vw-75-sm { + width: 75vw !important; + } + .h-75-sm { + height: 75% !important; + } + .w-75-sm { + width: 75% !important; + } + .mh-75-sm { + max-height: 75% !important; + } + .mw-75-sm { + max-width: 75% !important; + } + .h-vh-100-sm { + height: 100vh !important; + } + .h-vw-100-sm { + height: 100vw !important; + } + .w-vh-100-sm { + width: 100vh !important; + } + .w-vw-100-sm { + width: 100vw !important; + } + .h-100-sm { + height: 100% !important; + } + .w-100-sm { + width: 100% !important; + } + .mh-100-sm { + max-height: 100% !important; + } + .mw-100-sm { + max-width: 100% !important; } } -.radio { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - margin: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; -} -.radio input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.radio .check, -.radio .caption { - display: block; - line-height: 1; - font-size: 14px; - margin: 0 4px; - position: relative; -} -.radio .check { - border: 2px #d9d9d9 solid; - width: 20px; - height: 20px; - border-radius: 50%; - -ms-flex-negative: 0; - flex-shrink: 0; - line-height: 36px; -} -.radio .check::before { - position: absolute; - vertical-align: middle; - font-size: 0; - content: ""; - width: 6px; - height: 6px; - color: transparent; - background-color: #ffffff; - border: 2px solid #ffffff; - border-radius: 50%; - left: 50%; - top: 50%; - margin-left: -3px; - margin-top: -3px; - display: none; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.radio input[type=radio]:checked ~ .check { - border-color: #1d1d1d; - background-color: #1d1d1d; -} -.radio input[type=radio]:checked ~ .check::before { - display: block; -} -.radio input[type=radio]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #e9e9e9; -} -.radio .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.radio .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.radio.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.radio.required, -.radio.invalid, -.radio.valid { - border: none!important; -} -.radio.invalid::after { - display: none; -} -.radio:focus input[type=radio]:not(:disabled) ~ .check::after, -.radio:active input[type=radio]:not(:disabled) ~ .check::after { - display: block; - content: ""; - position: absolute; - width: 3.125rem; - height: 3.125rem; - border-radius: 50%; - background-color: rgba(187, 187, 187, 0.5); - opacity: 0.3; - top: 50%; - left: 50%; - margin-top: -1.5625rem; - margin-left: -1.5625rem; -} -.radio.style2 input[type=radio]:checked ~ .check { - border-color: #1d1d1d; - background-color: #ffffff; -} -.radio.style2 .check { - border-color: #989898; -} -.radio.style2 .check::before { - background-color: #1d1d1d; - border: 2px solid #1d1d1d; - width: 8px; - height: 8px; - margin-left: -4px; - margin-top: -4px; -} -.radio.style2 input[type=radio]:disabled ~ .check { - border-color: #e9e9e9; - background-color: #ffffff; -} -.radio.style2 input[type=radio]:disabled ~ .check::before { - background-color: #e9e9e9; - border-color: #e9e9e9; -} -.radio.transition-on .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.radio.transition-on input[type=radio]:checked ~ .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.radio .check.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.rating { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row; - flex-flow: row; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - background-color: transparent; - cursor: default; - font-size: 16px; -} -.rating input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.rating .stars, -.rating .result, -.rating .title { - display: block; - position: relative; -} -.rating .stars { - margin: 0; - padding: 0; - list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.rating .stars li { - display: block; - position: relative; - color: #bebebe; - width: 24px; - height: 24px; - line-height: 24px; - font-size: 24px; - -webkit-transition: color 0.3s linear; - -o-transition: color 0.3s linear; - transition: color 0.3s linear; -} -.rating .stars li::before { - position: absolute; - content: '\2605'; - display: block; - z-index: 1; - left: 0; -} -.rating .stars li.half::after { - left: 0; - display: block; - position: absolute; - content: '\2605'; - width: 0.42em; - z-index: 2; - overflow: hidden; -} -.rating .stars li.half.half-10::after { - width: 0.1em; -} -.rating .stars li.half.half-20::after { - width: 0.2em; -} -.rating .stars li.half.half-30::after { - width: 0.3em; -} -.rating .stars li.half.half-40::after { - width: 0.4em; -} -.rating .stars li.half.half-50::after { - width: 0.42em; -} -.rating .stars li.half.half-60::after { - width: 0.49em; -} -.rating .stars li.half.half-70::after { - width: 0.6em; -} -.rating .stars li.half.half-80::after { - width: 0.7em; -} -.rating .stars li.half.half-90::after { - width: 0.8em; -} -.rating .result { - font-size: 0.8em; - margin-left: 10px; -} -.rating .title { - margin-right: 10px; -} -.rating .stars { - cursor: default; -} -.rating .stars li.on, -.rating .stars li.half::after { - color: #1d1d1d; -} -.rating:not(.static) .stars { - cursor: pointer; -} -.rating:not(.static) .stars:hover li { - color: #1d1d1d; -} -.rating:not(.static) .stars li:hover ~ li { - color: #bebebe !important; -} -.rating:not(.static) .stars li.scale { - -webkit-animation: star-scale 0.3s ease-in-out; - animation: star-scale 0.3s ease-in-out; -} -@-webkit-keyframes star-scale { - 0%, - 100% { - -webkit-transform: scale(1); - transform: scale(1); +@media screen and (min-width: 768px) { + .w-auto-md { + width: auto!important; } - 50% { - -webkit-transform: scale(1.5); - transform: scale(1.5); + .h-auto-md { + height: auto!important; } -} -@keyframes star-scale { - 0%, - 100% { - -webkit-transform: scale(1); - transform: scale(1); + .h-vh-25-md { + height: 25vh !important; } - 50% { - -webkit-transform: scale(1.5); - transform: scale(1.5); + .h-vw-25-md { + height: 25vw !important; } -} -.resize-element { - display: block; - position: absolute; - right: -1px; - bottom: -1px; - z-index: 101; - cursor: nwse-resize; - width: 12px; - height: 12px; -} -.resize-element::after { - position: absolute; - display: block; - border-bottom: 12px solid #60a917; - border-left: 12px solid transparent; - content: ""; - right: -2px; - bottom: -2px; -} -.resize-element.resize-element-disabled { - cursor: default; -} -.resize-element.resize-element-disabled::after { - border-bottom-color: #bebebe; -} -.resize-element:not(.resize-element-disabled):hover::after { - -webkit-animation: resize-element-animation 1s ease infinite; - animation: resize-element-animation 1s ease infinite; -} -@-webkit-keyframes resize-element-animation { - from { - right: 0; - bottom: 0; + .w-vh-25-md { + width: 25vh !important; } - to { - right: -2px; - bottom: -2px; + .w-vw-25-md { + width: 25vw !important; } -} -@keyframes resize-element-animation { - from { - right: 0; - bottom: 0; + .h-25-md { + height: 25% !important; } - to { - right: -2px; - bottom: -2px; + .w-25-md { + width: 25% !important; + } + .mh-25-md { + max-height: 25% !important; + } + .mw-25-md { + max-width: 25% !important; + } + .h-vh-33-md { + height: 33vh !important; + } + .h-vw-33-md { + height: 33vw !important; + } + .w-vh-33-md { + width: 33vh !important; + } + .w-vw-33-md { + width: 33vw !important; + } + .h-33-md { + height: 33% !important; + } + .w-33-md { + width: 33% !important; + } + .mh-33-md { + max-height: 33% !important; + } + .mw-33-md { + max-width: 33% !important; + } + .h-vh-50-md { + height: 50vh !important; + } + .h-vw-50-md { + height: 50vw !important; + } + .w-vh-50-md { + width: 50vh !important; + } + .w-vw-50-md { + width: 50vw !important; + } + .h-50-md { + height: 50% !important; + } + .w-50-md { + width: 50% !important; + } + .mh-50-md { + max-height: 50% !important; + } + .mw-50-md { + max-width: 50% !important; + } + .h-vh-75-md { + height: 75vh !important; + } + .h-vw-75-md { + height: 75vw !important; + } + .w-vh-75-md { + width: 75vh !important; + } + .w-vw-75-md { + width: 75vw !important; + } + .h-75-md { + height: 75% !important; + } + .w-75-md { + width: 75% !important; + } + .mh-75-md { + max-height: 75% !important; + } + .mw-75-md { + max-width: 75% !important; + } + .h-vh-100-md { + height: 100vh !important; + } + .h-vw-100-md { + height: 100vw !important; + } + .w-vh-100-md { + width: 100vh !important; + } + .w-vw-100-md { + width: 100vw !important; + } + .h-100-md { + height: 100% !important; + } + .w-100-md { + width: 100% !important; + } + .mh-100-md { + max-height: 100% !important; + } + .mw-100-md { + max-width: 100% !important; } } -.ribbon-menu { - display: block; - position: relative; -} -.ribbon-menu .tabs-holder { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - z-index: 1; - border-bottom: 1px solid #dadbdc; -} -.ribbon-menu .tabs-holder li, -.ribbon-menu .tabs-holder a { - display: block; - height: 24px; - line-height: 24px; -} -.ribbon-menu .tabs-holder li { - color: #1d1d1d; - background-color: #ffffff; - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid #dadbdc; -} -.ribbon-menu .tabs-holder li:hover { - border-left-color: #dadbdc; - border-right-color: #dadbdc; -} -.ribbon-menu .tabs-holder li + li { - margin-left: 3px; -} -.ribbon-menu .tabs-holder a { - text-decoration: none; - padding: 0 14px; - font-size: 12px; - background-color: inherit; - color: inherit; -} -.ribbon-menu .tabs-holder .active { - background-color: #f5f6f7; - border: 1px solid #dadbdc; - border-bottom-color: transparent; -} -.ribbon-menu .tabs-holder .static { - background-color: #1979ca; - color: #ffffff; -} -.ribbon-menu .content-holder { - display: block; - position: relative; -} -.ribbon-menu .content-holder { - background-color: #f5f6f7; - border-left: none; - border-right: none; -} -.ribbon-menu .content-holder .section { - display: none; - padding: 4px 4px; - border-bottom: 1px solid #dadbdc; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; +@media screen and (min-width: 992px) { + .w-auto-lg { + width: auto!important; + } + .h-auto-lg { + height: auto!important; + } + .h-vh-25-lg { + height: 25vh !important; + } + .h-vw-25-lg { + height: 25vw !important; + } + .w-vh-25-lg { + width: 25vh !important; + } + .w-vw-25-lg { + width: 25vw !important; + } + .h-25-lg { + height: 25% !important; + } + .w-25-lg { + width: 25% !important; + } + .mh-25-lg { + max-height: 25% !important; + } + .mw-25-lg { + max-width: 25% !important; + } + .h-vh-33-lg { + height: 33vh !important; + } + .h-vw-33-lg { + height: 33vw !important; + } + .w-vh-33-lg { + width: 33vh !important; + } + .w-vw-33-lg { + width: 33vw !important; + } + .h-33-lg { + height: 33% !important; + } + .w-33-lg { + width: 33% !important; + } + .mh-33-lg { + max-height: 33% !important; + } + .mw-33-lg { + max-width: 33% !important; + } + .h-vh-50-lg { + height: 50vh !important; + } + .h-vw-50-lg { + height: 50vw !important; + } + .w-vh-50-lg { + width: 50vh !important; + } + .w-vw-50-lg { + width: 50vw !important; + } + .h-50-lg { + height: 50% !important; + } + .w-50-lg { + width: 50% !important; + } + .mh-50-lg { + max-height: 50% !important; + } + .mw-50-lg { + max-width: 50% !important; + } + .h-vh-75-lg { + height: 75vh !important; + } + .h-vw-75-lg { + height: 75vw !important; + } + .w-vh-75-lg { + width: 75vh !important; + } + .w-vw-75-lg { + width: 75vw !important; + } + .h-75-lg { + height: 75% !important; + } + .w-75-lg { + width: 75% !important; + } + .mh-75-lg { + max-height: 75% !important; + } + .mw-75-lg { + max-width: 75% !important; + } + .h-vh-100-lg { + height: 100vh !important; + } + .h-vw-100-lg { + height: 100vw !important; + } + .w-vh-100-lg { + width: 100vh !important; + } + .w-vw-100-lg { + width: 100vw !important; + } + .h-100-lg { + height: 100% !important; + } + .w-100-lg { + width: 100% !important; + } + .mh-100-lg { + max-height: 100% !important; + } + .mw-100-lg { + max-width: 100% !important; + } } -.ribbon-menu .content-holder .section.active { - display: -webkit-box; - display: -ms-flexbox; - display: flex; +@media screen and (min-width: 1200px) { + .w-auto-xl { + width: auto!important; + } + .h-auto-xl { + height: auto!important; + } + .h-vh-25-xl { + height: 25vh !important; + } + .h-vw-25-xl { + height: 25vw !important; + } + .w-vh-25-xl { + width: 25vh !important; + } + .w-vw-25-xl { + width: 25vw !important; + } + .h-25-xl { + height: 25% !important; + } + .w-25-xl { + width: 25% !important; + } + .mh-25-xl { + max-height: 25% !important; + } + .mw-25-xl { + max-width: 25% !important; + } + .h-vh-33-xl { + height: 33vh !important; + } + .h-vw-33-xl { + height: 33vw !important; + } + .w-vh-33-xl { + width: 33vh !important; + } + .w-vw-33-xl { + width: 33vw !important; + } + .h-33-xl { + height: 33% !important; + } + .w-33-xl { + width: 33% !important; + } + .mh-33-xl { + max-height: 33% !important; + } + .mw-33-xl { + max-width: 33% !important; + } + .h-vh-50-xl { + height: 50vh !important; + } + .h-vw-50-xl { + height: 50vw !important; + } + .w-vh-50-xl { + width: 50vh !important; + } + .w-vw-50-xl { + width: 50vw !important; + } + .h-50-xl { + height: 50% !important; + } + .w-50-xl { + width: 50% !important; + } + .mh-50-xl { + max-height: 50% !important; + } + .mw-50-xl { + max-width: 50% !important; + } + .h-vh-75-xl { + height: 75vh !important; + } + .h-vw-75-xl { + height: 75vw !important; + } + .w-vh-75-xl { + width: 75vh !important; + } + .w-vw-75-xl { + width: 75vw !important; + } + .h-75-xl { + height: 75% !important; + } + .w-75-xl { + width: 75% !important; + } + .mh-75-xl { + max-height: 75% !important; + } + .mw-75-xl { + max-width: 75% !important; + } + .h-vh-100-xl { + height: 100vh !important; + } + .h-vw-100-xl { + height: 100vw !important; + } + .w-vh-100-xl { + width: 100vh !important; + } + .w-vw-100-xl { + width: 100vw !important; + } + .h-100-xl { + height: 100% !important; + } + .w-100-xl { + width: 100% !important; + } + .mh-100-xl { + max-height: 100% !important; + } + .mw-100-xl { + max-width: 100% !important; + } } -.ribbon-menu .content-holder .group { - padding: 0 4px 24px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - cursor: default; - background-color: inherit; - position: relative; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - -ms-flex-line-pack: start; - align-content: flex-start; +@media screen and (min-width: 1452px) { + .w-auto-xxl { + width: auto!important; + } + .h-auto-xxl { + height: auto!important; + } + .h-vh-25-xxl { + height: 25vh !important; + } + .h-vw-25-xxl { + height: 25vw !important; + } + .w-vh-25-xxl { + width: 25vh !important; + } + .w-vw-25-xxl { + width: 25vw !important; + } + .h-25-xxl { + height: 25% !important; + } + .w-25-xxl { + width: 25% !important; + } + .mh-25-xxl { + max-height: 25% !important; + } + .mw-25-xxl { + max-width: 25% !important; + } + .h-vh-33-xxl { + height: 33vh !important; + } + .h-vw-33-xxl { + height: 33vw !important; + } + .w-vh-33-xxl { + width: 33vh !important; + } + .w-vw-33-xxl { + width: 33vw !important; + } + .h-33-xxl { + height: 33% !important; + } + .w-33-xxl { + width: 33% !important; + } + .mh-33-xxl { + max-height: 33% !important; + } + .mw-33-xxl { + max-width: 33% !important; + } + .h-vh-50-xxl { + height: 50vh !important; + } + .h-vw-50-xxl { + height: 50vw !important; + } + .w-vh-50-xxl { + width: 50vh !important; + } + .w-vw-50-xxl { + width: 50vw !important; + } + .h-50-xxl { + height: 50% !important; + } + .w-50-xxl { + width: 50% !important; + } + .mh-50-xxl { + max-height: 50% !important; + } + .mw-50-xxl { + max-width: 50% !important; + } + .h-vh-75-xxl { + height: 75vh !important; + } + .h-vw-75-xxl { + height: 75vw !important; + } + .w-vh-75-xxl { + width: 75vh !important; + } + .w-vw-75-xxl { + width: 75vw !important; + } + .h-75-xxl { + height: 75% !important; + } + .w-75-xxl { + width: 75% !important; + } + .mh-75-xxl { + max-height: 75% !important; + } + .mw-75-xxl { + max-width: 75% !important; + } + .h-vh-100-xxl { + height: 100vh !important; + } + .h-vw-100-xxl { + height: 100vw !important; + } + .w-vh-100-xxl { + width: 100vh !important; + } + .w-vw-100-xxl { + width: 100vw !important; + } + .h-100-xxl { + height: 100% !important; + } + .w-100-xxl { + width: 100% !important; + } + .mh-100-xxl { + max-height: 100% !important; + } + .mw-100-xxl { + max-width: 100% !important; + } } -.ribbon-menu .content-holder .group:nth-child(1):last-child { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; +.mx-auto { + margin-left: auto!important; + margin-right: auto!important; } -.ribbon-menu .content-holder .group .title { - display: block; - position: absolute; - left: 0; - bottom: 0; - width: 100%; - line-height: 24px; - height: 20px; - font-size: 11px; - text-align: center; - border-top: 1px solid #dadbdc; - white-space: nowrap; +.my-auto { + margin-top: auto!important; + margin-left: auto!important; } -.ribbon-menu .content-holder .group .group-divider { - display: block; - position: relative; - height: 100%; - margin: 0 4px; - width: 1px; - background-color: #dadbdc; +.ml-auto { + margin-left: auto!important; } -.ribbon-menu .content-holder .group > *:not(.title), -.ribbon-menu .content-holder .group > *:not(.group-divider) { - margin: 2px; +.mr-auto { + margin-right: auto!important; } -.ribbon-menu .content-holder .group + .group { - border-left: 1px solid #dadbdc; +.mt-auto { + margin-top: auto!important; } -.ribbon-button, -.ribbon-tool-button, -.ribbon-button-dropdown, -.ribbon-icon-button { - cursor: pointer; - min-width: 0; - text-align: center; - border: 1px solid transparent; - background-color: #f5f6f7; - outline: none; - position: relative; +.mb-auto { + margin-bottom: auto!important; } -.ribbon-button { - height: auto; - min-height: 64px; - width: auto; - padding: 4px; - margin: 0; +.p-0 { + padding: 0!important; } -.ribbon-button:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.pl-0 { + padding-left: 0!important; } -.ribbon-button .caption, -.ribbon-button .icon { - display: block; - text-align: center; +.pr-0 { + padding-right: 0!important; } -.ribbon-button .caption { - font-size: 12px; +.pt-0 { + padding-top: 0!important; } -.ribbon-button .icon * { - height: 32px; - max-width: 32px; - font-size: 26px; - line-height: 32px; +.pb-0 { + padding-bottom: 0!important; } -.ribbon-button .icon + .caption { - margin-top: 8px; +.px-0 { + padding-left: 0!important; + padding-right: 0!important; } -.ribbon-button.dropdown-toggle { - padding-right: 4px!important; +.py-0 { + padding-top: 0!important; + padding-bottom: 0!important; } -.ribbon-button.dropdown-toggle::before { - margin-left: -0.65rem; +.m-0 { + margin: 0!important; } -.ribbon-icon-button { - height: 24px; - width: auto; - margin: 0; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - padding: 2px 4px; +.ml-0 { + margin-left: 0!important; } -.ribbon-icon-button:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.mr-0 { + margin-right: 0!important; } -.ribbon-icon-button .caption, -.ribbon-icon-button .icon { - display: block; +.mt-0 { + margin-top: 0!important; } -.ribbon-icon-button .caption { - font-size: 12px; +.mb-0 { + margin-bottom: 0!important; } -.ribbon-icon-button .icon * { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 14px; +.mx-0 { + margin-left: 0!important; + margin-right: 0!important; } -.ribbon-icon-button .icon + .caption, -.ribbon-icon-button .caption + .icon { - margin-left: 4px; +.my-0 { + margin-top: 0!important; + margin-bottom: 0!important; } -.ribbon-icon-button [class*=mif-] { - vertical-align: inherit; +.p-1 { + padding: 4px !important; } -.ribbon-tool-button { - width: 24px; - height: 24px; - padding: 2px; - margin: 0; +.pr-1 { + padding-right: 4px !important; } -.ribbon-tool-button * { - width: 16px; - height: 16px; - line-height: 16px; - font-size: 14px; +.pl-1 { + padding-left: 4px !important; } -.ribbon-icon-button.dropdown-toggle, -.ribbon-tool-button.dropdown-toggle { - padding-right: 2px!important; +.pt-1 { + padding-top: 4px !important; } -.ribbon-icon-button.dropdown-toggle::before, -.ribbon-tool-button.dropdown-toggle::before { - display: none; +.pb-1 { + padding-bottom: 4px !important; } -.ribbon-icon-button.dropdown-toggle::after, -.ribbon-tool-button.dropdown-toggle::after { - content: ""; - display: block; - position: absolute; - bottom: 0; - right: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 4px 4px; - border-color: transparent transparent #1d1d1d transparent; - z-index: 1; +.px-1 { + padding-left: 4px !important; + padding-right: 4px !important; } -.ribbon-icon-button.dropdown-toggle { - padding-right: 4px!important; +.py-1 { + padding-top: 4px !important; + padding-bottom: 4px !important; } -.ribbon-split-button { - text-align: center; - border: 1px solid transparent; - padding: 0; - margin: 0; +.m-1 { + margin: 4px !important; } -.ribbon-split-button:hover { - border-color: #a4cef9; +.mr-1 { + margin-right: 4px !important; } -.ribbon-split-button:hover .ribbon-split { - border-color: #a4cef9; +.ml-1 { + margin-left: 4px !important; } -.ribbon-split-button .ribbon-main, -.ribbon-split-button .ribbon-split { - display: block; - text-align: center; - min-width: 0; - padding: 2px 4px; - width: 100%; - cursor: pointer; +.mt-1 { + margin-top: 4px !important; } -.ribbon-split-button .ribbon-main:hover, -.ribbon-split-button .ribbon-split:hover { - background-color: rgba(164, 206, 249, 0.2); +.mb-1 { + margin-bottom: 4px !important; } -.ribbon-split-button .ribbon-main { - background-color: inherit; - outline: none; - position: relative; - border: none; +.mx-1 { + margin-left: 4px !important; + margin-right: 4px !important; } -.ribbon-split-button .icon * { - height: 32px; - max-width: 32px; - font-size: 26px; - line-height: 32px; +.my-1 { + margin-top: 4px !important; + margin-bottom: 4px !important; } -.ribbon-split-button .icon + .caption { - margin-top: 8px; +.mr-1-minus { + margin-right: -4px !important; } -.ribbon-split-button .ribbon-split { - font-size: 12px; - border-top: 1px solid transparent; - padding-bottom: 4px; +.ml-1-minus { + margin-left: -4px !important; } -.ribbon-split-button .ribbon-split.dropdown-toggle { - padding-right: 4px!important; +.mt-1-minus { + margin-top: -4px !important; } -.ribbon-split-button .ribbon-split.dropdown-toggle::before { - display: none; +.mb-1-minus { + margin-bottom: -4px !important; } -.ribbon-split-button .ribbon-split.dropdown-toggle::after { - content: ""; - display: block; - position: absolute; - bottom: 2px; - left: 50%; - -webkit-transform: translateX(-50%) rotate(45deg); - -ms-transform: translateX(-50%) rotate(45deg); - transform: translateX(-50%) rotate(45deg); - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 4px 4px; - border-color: transparent transparent #1d1d1d transparent; - z-index: 1; +.p-2 { + padding: 8px !important; } -.ribbon-dropdown { - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - width: auto; - float: left; - display: block; - position: absolute; - background-color: #fbfcfd; - color: #1d1d1d; - padding: 2px; - border: 1px solid #dadbdc; - font-size: 12px; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); - z-index: 1000; - top: 100%; - left: 0; +.pr-2 { + padding-right: 8px !important; } -.ribbon-dropdown li, -.ribbon-dropdown a { - display: block; - position: relative; - background-color: inherit; - color: inherit; - height: 24px; +.pl-2 { + padding-left: 8px !important; } -.ribbon-dropdown li { - border: 1px solid transparent; - padding-left: 24px; +.pt-2 { + padding-top: 8px !important; } -.ribbon-dropdown li:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.pb-2 { + padding-bottom: 8px !important; } -.ribbon-dropdown a { - line-height: 24px; - text-decoration: none; - padding: 0 8px; - border-left: 1px solid #dcddde; - white-space: nowrap; +.px-2 { + padding-left: 8px !important; + padding-right: 8px !important; } -.ribbon-dropdown .divider { - display: block; - height: 1px; - width: 100%; - position: relative; - background-color: #dcddde; +.py-2 { + padding-top: 8px !important; + padding-bottom: 8px !important; } -.ribbon-dropdown .checked::before, -.ribbon-dropdown .checked-one::before, -.ribbon-dropdown .checked::after, -.ribbon-dropdown .checked-one::after { - position: absolute; - display: block; - content: ""; +.m-2 { + margin: 8px !important; } -.ribbon-dropdown .checked::before, -.ribbon-dropdown .checked-one::before { - background-color: transparent; - border-color: #1d1d1d; - border-left: 2px solid; - border-bottom: 2px solid; - height: 0.325rem; - width: 0.5rem; - left: 0.5rem; - top: 50%; - -webkit-transform: translateY(-50%) rotate(-45deg); - -ms-transform: translateY(-50%) rotate(-45deg); - transform: translateY(-50%) rotate(-45deg); - z-index: 2; +.mr-2 { + margin-right: 8px !important; } -.ribbon-dropdown .checked::after, -.ribbon-dropdown .checked-one::after { - width: 23px; - height: 22px; - top: 0; - left: 0; - z-index: 1; +.ml-2 { + margin-left: 8px !important; } -.ribbon-dropdown .checked::after { - border: 1px solid #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.mt-2 { + margin-top: 8px !important; } -.ribbon-dropdown .checked-one::before { - width: 0.4rem; - height: 0.4rem; - border-radius: 50%; - background-color: #1d1d1d; +.mb-2 { + margin-bottom: 8px !important; } -.ribbon-dropdown .ribbon-dropdown { - top: -4px; - left: 100%; +.mx-2 { + margin-left: 8px !important; + margin-right: 8px !important; } -.ribbon-dropdown .dropdown-toggle::before { - -webkit-transform: rotate(-135deg) !important; - -ms-transform: rotate(-135deg) !important; - transform: rotate(-135deg) !important; +.my-2 { + margin-top: 8px !important; + margin-bottom: 8px !important; } -.ribbon-dropdown .dropdown-toggle.active-toggle::before { - -webkit-transform: rotate(45deg) !important; - -ms-transform: rotate(45deg) !important; - transform: rotate(45deg) !important; +.mr-2-minus { + margin-right: -8px !important; } -.ribbon-toggle-group { - background-color: #f8f8f8; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column wrap; - flex-flow: column wrap; - max-height: 80px; - border: 1px solid #dadbdc; - width: auto; +.ml-2-minus { + margin-left: -8px !important; } -.ribbon-toggle-group .ribbon-icon-button { - height: 20px; - margin: 1px; - padding: 1px 4px; - background-color: inherit; +.mt-2-minus { + margin-top: -8px !important; } -.ribbon-button:hover, -.ribbon-tool-button:hover, -.ribbon-icon-button:hover { - border-color: #a4cef9; - background-color: rgba(164, 206, 249, 0.2); +.mb-2-minus { + margin-bottom: -8px !important; } -.ribbon-button:active, -.ribbon-tool-button:active, -.ribbon-split:active, -.ribbon-main:active, -.ribbon-icon-button:active, -.ribbon-button.active, -.ribbon-tool-button.active, -.ribbon-split.active, -.ribbon-main.active, -.ribbon-icon-button.active { - border-color: #1979ca; - background-color: rgba(164, 206, 249, 0.8) !important; +.p-3 { + padding: 12px !important; } -.ribbon-menu .active-container .ribbon-button, -.ribbon-menu .active-container .ribbon-tool-button, -.ribbon-menu .active-container .ribbon-icon-button { - border-color: #1979ca; - background-color: rgba(164, 206, 249, 0.8) !important; +.pr-3 { + padding-right: 12px !important; } -.ripple { - display: block; - width: 0; - height: 0; - border-radius: 100%; - background: rgba(255, 255, 255, 0.4); - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - position: absolute; - opacity: 1; +.pl-3 { + padding-left: 12px !important; } -.rippleEffect { - -webkit-animation: rippleDrop 0.5s linear; - animation: rippleDrop 0.5s linear; +.pt-3 { + padding-top: 12px !important; } -@-webkit-keyframes rippleDrop { - 100% { - -webkit-transform: scale(2.5); - transform: scale(2.5); - opacity: 0; - } +.pb-3 { + padding-bottom: 12px !important; } -@keyframes rippleDrop { - 100% { - -webkit-transform: scale(2.5); - transform: scale(2.5); - opacity: 0; - } +.px-3 { + padding-left: 12px !important; + padding-right: 12px !important; } -.select { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - width: 100%; - padding: 0; - cursor: pointer; - position: relative; - margin: 0; +.py-3 { + padding-top: 12px !important; + padding-bottom: 12px !important; } -.select .dropdown-toggle { - width: 36px; - height: 36px; - display: block; - position: relative; +.m-3 { + margin: 12px !important; } -.select .dropdown-toggle::before { - margin-left: -1.1rem; +.mr-3 { + margin-right: 12px !important; } -.select .d-menu li a, -.select .v-menu li a { - min-width: auto; +.ml-3 { + margin-left: 12px !important; } -.select input[type=checkbox] { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; +.mt-3 { + margin-top: 12px !important; } -.select select { - display: none; +.mb-3 { + margin-bottom: 12px !important; } -.select .button-group { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; +.mx-3 { + margin-left: 12px !important; + margin-right: 12px !important; } -.select .button { - background-color: transparent; - color: #1d1d1d; - height: 34px; - min-width: 34px; +.my-3 { + margin-top: 12px !important; + margin-bottom: 12px !important; } -.select .button:focus, -.select .button:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; +.mr-3-minus { + margin-right: -12px !important; } -.select .button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +.ml-3-minus { + margin-left: -12px !important; } -.select .input-clear-button { - background-color: transparent; +.mt-3-minus { + margin-top: -12px !important; } -.select .input-clear-button:hover { - background-color: transparent; +.mb-3-minus { + margin-bottom: -12px !important; } -.select .select-input { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - cursor: pointer; - width: calc(100% - .1rem); - height: 34px; - padding-left: 10px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.p-4 { + padding: 16px !important; } -.select .select-input .icon { - margin: 0 4px; +.pr-4 { + padding-right: 16px !important; } -.select .select-input:focus { - -webkit-box-shadow: none; - box-shadow: none; +.pl-4 { + padding-left: 16px !important; } -.select select[multiple] ~ .select-input { - padding-left: 4px; +.pt-4 { + padding-top: 16px !important; } -.select:hover input { - border-color: transparent; +.pb-4 { + padding-bottom: 16px !important; } -.select .drop-container { - position: absolute; - top: 100%; - left: 0; - width: calc(100% + 2px); - height: auto; - border: 1px solid #dfdfdf; - padding: 2px; - margin-left: -1px; - z-index: 1000; - background-color: #ffffff; - -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); +.px-4 { + padding-left: 16px !important; + padding-right: 16px !important; } -.select .drop-container .input { - margin: 4px 2px 6px; - width: calc(100% - 4px); +.py-4 { + padding-top: 16px !important; + padding-bottom: 16px !important; } -.select .d-menu { - width: 100%; - overflow-y: auto; - position: relative; - display: block; - -webkit-box-shadow: none; - box-shadow: none; +.m-4 { + margin: 16px !important; } -.select .d-menu li a { - height: 32px; - line-height: 32px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.mr-4 { + margin-right: 16px !important; } -.select .d-menu li a .icon { - top: 0.3rem; - margin-top: 0; +.ml-4 { + margin-left: 16px !important; } -.select .d-menu .active { - border: none; - color: #ffffff; +.mt-4 { + margin-top: 16px !important; } -.select .d-menu .active:hover { - color: #ffffff; +.mb-4 { + margin-bottom: 16px !important; } -.select.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.mx-4 { + margin-left: 16px !important; + margin-right: 16px !important; } -.select.dropdown-toggle::before { - margin-left: -1.1rem; - left: 100%; - top: 14px; - margin-top: 0; - width: 0.4rem; - height: 0.4rem; +.my-4 { + margin-top: 16px !important; + margin-bottom: 16px !important; } -.select.disabled.dropdown-toggle:before { - border-color: #ffffff; +.mr-4-minus { + margin-right: -16px !important; } -.select .group-title { - background-color: #f6f7f8; - font-size: 0.75rem; - line-height: 0.875rem; - padding: 0.25rem 0.5rem 0.25rem 1rem; - border: 0; - color: #646464; - font-weight: bold; +.ml-4-minus { + margin-left: -16px !important; } -.select .group-title:hover { - background-color: #f6f7f8; - cursor: default; - border: 0; +.mt-4-minus { + margin-top: -16px !important; } -.select ul { - right: 0; - left: 0; +.mb-4-minus { + margin-bottom: -16px !important; } -.select .selected-item { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - position: relative; - margin: 2px; - padding: 0; - height: 26px; - line-height: 26px; - background-color: #f8f8f8; - cursor: default; +.p-5 { + padding: 20px !important; } -.select .selected-item .title { - display: block; - position: relative; - max-width: 120px; - font-size: 14px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - margin: 0 4px; +.pr-5 { + padding-right: 20px !important; } -.select .selected-item .remover { - display: block; - position: relative; - width: 25px; - height: 25px; - line-height: 24px; - text-align: center; - cursor: pointer; - background-color: #e4e4e4; +.pl-5 { + padding-left: 20px !important; } -.select.multiple { - -ms-flex-wrap: wrap; - flex-wrap: wrap; - height: auto; - min-height: 36px; +.pt-5 { + padding-top: 20px !important; } -.select.multiple .dropdown-toggle { - position: absolute; - top: 0; - right: 0; +.pb-5 { + padding-bottom: 20px !important; } -.select.multiple > .button-group { - position: absolute; - top: 0; - right: 34px; +.px-5 { + padding-left: 20px !important; + padding-right: 20px !important; } -.select.multiple .select-input { - height: auto; - min-height: 36px; - margin-right: 34px; +.py-5 { + padding-top: 20px !important; + padding-bottom: 20px !important; } -.select.multiple .button-group:not(.d-none) ~ .select-input { - margin-right: 68px; +.m-5 { + margin: 20px !important; } -.select .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mr-5 { + margin-right: 20px !important; } -.select .append { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.ml-5 { + margin-left: 20px !important; } -.select .select-input { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mt-5 { + margin-top: 20px !important; } -.select .button-group { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.mb-5 { + margin-bottom: 20px !important; } -.select .dropdown-toggle { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; +.mx-5 { + margin-left: 20px !important; + margin-right: 20px !important; } -.select.input-large { - height: 50px; +.my-5 { + margin-top: 20px !important; + margin-bottom: 20px !important; } -.select.input-large .dropdown-toggle, -.select.input-large > .button-group .button { - height: 50px; - width: 50px; +.mr-5-minus { + margin-right: -20px !important; } -.select.input-large .dropdown-toggle::before { - margin-left: -1.5rem; +.ml-5-minus { + margin-left: -20px !important; } -.select.input-large .select-input, -.select.input-large .prepend, -.select.input-large .append { - height: 48px; - font-size: 1.3rem; - padding: 2px 10px; - line-height: 48px; +.mt-5-minus { + margin-top: -20px !important; } -.select.input-large.multiple { - min-height: 50px; - height: auto; +.mb-5-minus { + margin-bottom: -20px !important; } -.select.input-large.multiple .select-input { - height: auto; - min-height: 48px; +.p-6 { + padding: 24px !important; } -.select.input-large.multiple > .button-group { - right: 50px; +.pr-6 { + padding-right: 24px !important; } -.select.input-large.multiple > .button-group:not(.d-none) ~ .select-input { - margin-right: 100px; +.pl-6 { + padding-left: 24px !important; } -.select.input-large.dropdown-toggle::before { - top: 18px; - width: 0.6rem; - height: 0.6rem; - margin-left: -1.3rem; +.pt-6 { + padding-top: 24px !important; } -.select.input-large .selected-item { - margin: 2px 2px; - height: 36px; - line-height: 36px; +.pb-6 { + padding-bottom: 24px !important; } -.select.input-large .selected-item .title { - font-size: 1.3rem; - line-height: 36px; - padding: 0 8px; +.px-6 { + padding-left: 24px !important; + padding-right: 24px !important; } -.select.input-large .selected-item .remover { - width: 35px; - height: 35px; - line-height: 30px; - font-size: 1.6rem; +.py-6 { + padding-top: 24px !important; + padding-bottom: 24px !important; } -.select.input-small { - height: 28px; +.m-6 { + margin: 24px !important; } -.select.input-small .dropdown-toggle, -.select.input-small > .button-group .button { - height: 28px; - width: 28px; +.mr-6 { + margin-right: 24px !important; } -.select.input-small .dropdown-toggle::before { - margin-left: -1rem; +.ml-6 { + margin-left: 24px !important; } -.select.input-small .select-input, -.select.input-small .prepend, -.select.input-small .append { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; - line-height: 26px; +.mt-6 { + margin-top: 24px !important; } -.select.input-small.multiple { - min-height: 28px; - height: auto; +.mb-6 { + margin-bottom: 24px !important; } -.select.input-small.multiple .select-input { - height: auto; - min-height: 26px; +.mx-6 { + margin-left: 24px !important; + margin-right: 24px !important; } -.select.input-small.multiple > .button-group { - right: 28px; +.my-6 { + margin-top: 24px !important; + margin-bottom: 24px !important; } -.select.input-small.multiple > .button-group:not(.d-none) ~ .select-input { - margin-right: 56px; +.mr-6-minus { + margin-right: -24px !important; } -.select.input-small.dropdown-toggle::before { - top: 10px; - width: 0.325rem; - height: 0.325rem; - margin-left: -0.9rem; +.ml-6-minus { + margin-left: -24px !important; } -.select.input-small .selected-item { - height: 18px; - line-height: 18px; +.mt-6-minus { + margin-top: -24px !important; } -.select.input-small .selected-item .title { - font-size: 0.7rem; - line-height: 18px; +.mb-6-minus { + margin-bottom: -24px !important; } -.select.input-small .selected-item .remover { - width: 18px; - height: 18px; - line-height: 18px; - font-size: 0.8rem; +.p-7 { + padding: 28px !important; } -.select2-container .selection .select2-selection--single { - height: 36px; - border: 1px #d9d9d9 solid; +.pr-7 { + padding-right: 28px !important; } -.select2-container .selection .select2-selection--single .select2-selection__rendered { - line-height: 36px; +.pl-7 { + padding-left: 28px !important; } -.select2-container .selection .select2-selection--single .select2-selection__arrow { - height: 36px; +.pt-7 { + padding-top: 28px !important; } -.select2-container .selection .select2-selection--multiple { - min-height: 36px; - border: 1px #d9d9d9 solid; +.pb-7 { + padding-bottom: 28px !important; } -.select2-container .selection .select2-selection--multiple .select2-selection__rendered { - display: block; +.px-7 { + padding-left: 28px !important; + padding-right: 28px !important; } -.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { - border-radius: 0; - background-color: #f8f8f8; - font-size: 14px; - height: 26px; - line-height: 26px; +.py-7 { + padding-top: 28px !important; + padding-bottom: 28px !important; } -.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field { - margin-top: 0; +.m-7 { + margin: 28px !important; } -.select2-container .select2-selection, -.select2-container .select2-dropdown { - border-radius: 0; +.mr-7 { + margin-right: 28px !important; } -.select2 .selection .select2-selection--single, -.select2 .selection .select2-selection--multiple { - outline: none; +.ml-7 { + margin-left: 28px !important; } -.select2 .selection .select2-selection--single:hover, -.select2 .selection .select2-selection--multiple:hover { - border-color: #c0c0c0; +.mt-7 { + margin-top: 28px !important; } -.select2 .selection .select2-selection--single:focus, -.select2 .selection .select2-selection--multiple:focus, -.select2 .selection .select2-selection--single.focused, -.select2 .selection .select2-selection--multiple.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.mb-7 { + margin-bottom: 28px !important; } -.select2 .selection .select2-selection--single:disabled, -.select2 .selection .select2-selection--multiple:disabled, -.select2 .selection .select2-selection--single.disabled, -.select2 .selection .select2-selection--multiple.disabled { - pointer-events: none; - border-color: #ebebeb; - background-color: #e9e9e9; +.mx-7 { + margin-left: 28px !important; + margin-right: 28px !important; } -.shortcut { - width: 6rem; - height: 6rem; - padding: 0.5rem; - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - font-size: 0.9rem; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - background-color: #ebebeb; - color: #1d1d1d; - cursor: pointer; - white-space: nowrap; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - position: relative; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - outline: none; +.my-7 { + margin-top: 28px !important; + margin-bottom: 28px !important; } -.shortcut .icon, -.shortcut .caption { - display: block; - line-height: 1; +.mr-7-minus { + margin-right: -28px !important; } -.shortcut .icon { - display: block; - vertical-align: middle; - width: 1.7rem; - height: 1.7rem; - font-size: 1.7rem; - margin-top: 1rem; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.ml-7-minus { + margin-left: -28px !important; } -.shortcut .caption { - color: inherit; - height: 1.2rem; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mt-7-minus { + margin-top: -28px !important; } -.shortcut .icon ~ .caption { - margin-top: 0.875rem; +.mb-7-minus { + margin-bottom: -28px !important; } -.shortcut .badge { - position: absolute; - font-size: 0.6875rem; - top: 0.25rem; - right: 0.25rem; - color: inherit; - -webkit-transform: none; - -ms-transform: none; - transform: none; - background-color: inherit; +.p-8 { + padding: 32px !important; } -.shortcut.no-caption .icon { - width: 2rem; - height: 2rem; - font-size: 2rem; - margin-top: 1.5rem; +.pr-8 { + padding-right: 32px !important; } -.shortcut:hover { - background-color: rgba(29, 29, 29, 0.1); +.pl-8 { + padding-left: 32px !important; } -.shortcut.focus, -.shortcut:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.pt-8 { + padding-top: 32px !important; } -.shortcut.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.pb-8 { + padding-bottom: 32px !important; } -.shortcut:focus, -.shortcut:hover, -.shortcut:active { - text-decoration: none; +.px-8 { + padding-left: 32px !important; + padding-right: 32px !important; } -.shortcut:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.py-8 { + padding-top: 32px !important; + padding-bottom: 32px !important; } -.shortcut.disabled, -.shortcut:disabled { - opacity: 0.65; +.m-8 { + margin: 32px !important; } -.shortcut:active { - -webkit-box-shadow: none; - box-shadow: none; +.mr-8 { + margin-right: 32px !important; } -.sidebar { - display: block; - position: fixed; - top: 0; - bottom: 0; - overflow: hidden; - width: 290px; - background-color: #ffffff; - padding: 0; - z-index: 1031; +.ml-8 { + margin-left: 32px !important; } -.sidebar.on-left { - right: auto!important; - left: -290px; - -webkit-transition: left 0.3s ease; - -o-transition: left 0.3s ease; - transition: left 0.3s ease; +.mt-8 { + margin-top: 32px !important; } -.sidebar.on-left.open, -.sidebar.on-left.static { - -webkit-transition: left 0.3s ease; - -o-transition: left 0.3s ease; - transition: left 0.3s ease; - left: 0; +.mb-8 { + margin-bottom: 32px !important; } -.sidebar.on-left.open.sidebar-shadow, -.sidebar.on-left.static.sidebar-shadow { - -webkit-box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); - box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); +.mx-8 { + margin-left: 32px !important; + margin-right: 32px !important; } -.sidebar.on-right { - -webkit-transition: right 0.3s ease; - -o-transition: right 0.3s ease; - transition: right 0.3s ease; - left: auto!important; - right: -290px; +.my-8 { + margin-top: 32px !important; + margin-bottom: 32px !important; } -.sidebar.on-right.open, -.sidebar.on-right.static { - -webkit-transition: right 0.3s ease; - -o-transition: right 0.3s ease; - transition: right 0.3s ease; - right: 0; +.mr-8-minus { + margin-right: -32px !important; } -.sidebar.on-right.open.sidebar-shadow, -.sidebar.on-right.static.sidebar-shadow { - -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); - box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); +.ml-8-minus { + margin-left: -32px !important; } -.sidebar-header, -.sidebar-menu, -.sidebar-content { - display: block; - position: relative; - width: 100%; +.mt-8-minus { + margin-top: -32px !important; } -.sidebar-header { - background: #ffffff top left no-repeat; - background-size: cover; - height: 160px; - border-bottom: 1px #e0e0e0 solid; +.mb-8-minus { + margin-bottom: -32px !important; } -.sidebar-header > .avatar { - position: absolute; - height: 64px; - width: 64px; - background: #ffffff; - color: white; - border-radius: 50%; - top: 16px; - left: 16px; - overflow: hidden; - text-align: center; - border: 2px solid #fff; +.p-9 { + padding: 36px !important; } -.sidebar-header > .avatar img { - width: 100%; - max-height: 100%; +.pr-9 { + padding-right: 36px !important; } -.sidebar-header > .title, -.sidebar-header > .subtitle { - display: block; - position: absolute; - left: 16px; +.pl-9 { + padding-left: 36px !important; } -.sidebar-header > .title { - font-size: 18px; - font-weight: 100; - top: 96px; +.pt-9 { + padding-top: 36px !important; } -.sidebar-header > .subtitle { - font-size: 12px; - font-weight: 300; - top: 116px; +.pb-9 { + padding-bottom: 36px !important; } -.sidebar-header > .sub-action { - position: absolute; - top: 10px; - right: 10px; - text-decoration: none; +.px-9 { + padding-left: 36px !important; + padding-right: 36px !important; } -.sidebar-menu { - color: #1d1d1d; - height: 100%; - margin: 0; - padding: 0; - list-style: none inside; - overflow: hidden; - overflow-y: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.py-9 { + padding-top: 36px !important; + padding-bottom: 36px !important; } -.sidebar-menu::-webkit-scrollbar { - display: none!important; +.m-9 { + margin: 36px !important; } -.sidebar-menu li { - color: inherit; - display: block; - height: auto; - position: relative; - cursor: pointer; +.mr-9 { + margin-right: 36px !important; } -.sidebar-menu li a { - position: relative; - display: block; - color: inherit; - text-transform: capitalize; - height: 48px; - line-height: 48px; - padding-left: 56px; - text-decoration: none; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.ml-9 { + margin-left: 36px !important; } -.sidebar-menu li a .icon { - position: absolute; - left: 16px; - font-size: 24px; - top: 50%; - margin-top: -12px; - line-height: 1; - opacity: 0.8; +.mt-9 { + margin-top: 36px !important; } -.sidebar-menu li a .ripple-ink { - background: rgba(204, 204, 204, 0.3); +.mb-9 { + margin-bottom: 36px !important; } -.sidebar-menu li .second-action { - position: absolute; - right: 16px; - width: 24px; - height: 24px; - font-size: 24px; - top: 50%; - margin-top: -12px; +.mx-9 { + margin-left: 36px !important; + margin-right: 36px !important; } -.sidebar-menu li.divider { - padding: 0; - height: 1px; - margin: 0 1px; - overflow: hidden; - background-color: #dfdfdf; +.my-9 { + margin-top: 36px !important; + margin-bottom: 36px !important; } -.sidebar-menu li.divider:hover { - background-color: #dfdfdf; +.mr-9-minus { + margin-right: -36px !important; } -.sidebar-menu .group-title { - line-height: 1; - height: auto; - margin: 16px 16px 8px; - color: #1d1d1d; - font-weight: 700; - font-size: 0.9em; - cursor: default; +.ml-9-minus { + margin-left: -36px !important; } -.sidebar-menu li.content-container { - cursor: initial; - padding: 0 10px; +.mt-9-minus { + margin-top: -36px !important; } -.sidebar-menu li:hover { - background-color: rgba(29, 29, 29, 0.1); +.mb-9-minus { + margin-bottom: -36px !important; } -.sidebar-menu li.group-title:hover { - background-color: initial; +.p-10 { + padding: 40px !important; } -.sidebar-menu li.content-container:hover { - background-color: initial; +.pr-10 { + padding-right: 40px !important; } -.sidebar-menu .d-menu, -.sidebar-menu .v-menu { - position: relative; - float: none; +.pl-10 { + padding-left: 40px !important; } -.sidebar-header ~ .sidebar-menu { - height: calc(100% - 160px); +.pt-10 { + padding-top: 40px !important; } -.sidebar.compact .sidebar-menu li, -.subcompact .sidebar-menu li { - height: auto; +.pb-10 { + padding-bottom: 40px !important; } -.sidebar.compact .sidebar-menu li a, -.subcompact .sidebar-menu li a { - padding-top: 7px; - padding-bottom: 7px; - line-height: 1.2; - font-size: 14px; - padding-left: 40px; +.px-10 { + padding-left: 40px !important; + padding-right: 40px !important; } -.sidebar.compact .sidebar-menu li a .icon, -.subcompact .sidebar-menu li a .icon { - font-size: 14px; - margin-top: -7px; +.py-10 { + padding-top: 40px !important; + padding-bottom: 40px !important; } -.sidebar.subcompact .sidebar-menu li a { - padding-top: 3px; - padding-bottom: 3px; +.m-10 { + margin: 40px !important; } -.sidenav-counter { - display: block; - position: relative; - list-style: none inside; - height: 100%; - width: 52px; - overflow-x: hidden; - overflow-y: auto; - margin: 0; - padding: 0; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #f8f8f8; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.mr-10 { + margin-right: 40px !important; } -.sidenav-counter::-webkit-scrollbar { - display: none!important; +.ml-10 { + margin-left: 40px !important; } -.sidenav-counter li, -.sidenav-counter a { - display: block; - position: relative; - height: 52px; - line-height: 52px; - background-color: inherit; - color: inherit; - width: 100%; +.mt-10 { + margin-top: 40px !important; } -.sidenav-counter a { - padding: 0.625rem 0 0.625rem 0; - line-height: 0.875rem; - text-decoration: none; +.mb-10 { + margin-bottom: 40px !important; } -.sidenav-counter .icon { - width: 28px; - height: 28px; - font-size: 26px; - line-height: 28px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - top: 0.635rem; +.mx-10 { + margin-left: 40px !important; + margin-right: 40px !important; } -.sidenav-counter .title, -.sidenav-counter .counter { - display: block; - margin: 0; - white-space: nowrap; +.my-10 { + margin-top: 40px !important; + margin-bottom: 40px !important; } -.sidenav-counter .title { - font-size: 0.6875rem; - font-weight: bold; - text-transform: uppercase; - display: none; +.mr-10-minus { + margin-right: -40px !important; } -.sidenav-counter .counter { - font-size: 0.7rem; - font-weight: normal; - position: absolute; - top: 0; - right: 4px; +.ml-10-minus { + margin-left: -40px !important; } -.sidenav-counter li:hover { - background-color: rgba(29, 29, 29, 0.1); +.mt-10-minus { + margin-top: -40px !important; } -.sidenav-counter li:active { - background-color: #13709e; - color: #ffffff; +.mb-10-minus { + margin-bottom: -40px !important; } -.sidenav-counter .active, -.sidenav-counter li.active:hover { - background-color: #1ba1e2; - color: #ffffff; +.p-11 { + padding: 44px !important; } -.sidenav-counter[dir=rtl] .counter { - right: auto; - left: 4px; +.pr-11 { + padding-right: 44px !important; } -.sidenav-counter[dir=rtl] .icon { - left: 0.725rem; +.pl-11 { + padding-left: 44px !important; } -@media screen and (min-width: 0) { - .sidenav-counter-expand-fs { - width: 220px; - } - .sidenav-counter-expand-fs a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-fs .title { - display: block; - } - .sidenav-counter-expand-fs .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-fs[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-fs[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pt-11 { + padding-top: 44px !important; } -@media screen and (min-width: 576px) { - .sidenav-counter-expand-sm { - width: 220px; - } - .sidenav-counter-expand-sm a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-sm .title { - display: block; - } - .sidenav-counter-expand-sm .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-sm[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-sm[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pb-11 { + padding-bottom: 44px !important; } -@media screen and (min-width: 768px) { - .sidenav-counter-expand-md { - width: 220px; - } - .sidenav-counter-expand-md a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-md .title { - display: block; - } - .sidenav-counter-expand-md .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-md[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-md[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.px-11 { + padding-left: 44px !important; + padding-right: 44px !important; } -@media screen and (min-width: 992px) { - .sidenav-counter-expand-lg { - width: 220px; - } - .sidenav-counter-expand-lg a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-lg .title { - display: block; - } - .sidenav-counter-expand-lg .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-lg[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-lg[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.py-11 { + padding-top: 44px !important; + padding-bottom: 44px !important; } -@media screen and (min-width: 1200px) { - .sidenav-counter-expand-xl { - width: 220px; - } - .sidenav-counter-expand-xl a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-xl .title { - display: block; - } - .sidenav-counter-expand-xl .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-xl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-xl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.m-11 { + margin: 44px !important; } -@media screen and (min-width: 1452px) { - .sidenav-counter-expand-xxl { - width: 220px; - } - .sidenav-counter-expand-xxl a { - padding: 0.625rem 1rem 0.625rem 3.75rem; - } - .sidenav-counter-expand-xxl .title { - display: block; - } - .sidenav-counter-expand-xxl .counter { - position: relative; - top: auto; - right: auto; - } - .sidenav-counter-expand-xxl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-counter-expand-xxl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.mr-11 { + margin-right: 44px !important; } -.sidenav-m3 { - display: block; - position: relative; - list-style: none inside; - height: 100%; - width: 220px; - margin: 0; - padding: 0; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #f8f8f8; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.ml-11 { + margin-left: 44px !important; } -.sidenav-m3::-webkit-scrollbar { - display: none!important; +.mt-11 { + margin-top: 44px !important; } -.sidenav-m3 li, -.sidenav-m3 a { - position: relative; - display: block; - color: inherit; +.mb-11 { + margin-bottom: 44px !important; } -.sidenav-m3 > li { - background: transparent; +.mx-11 { + margin-left: 44px !important; + margin-right: 44px !important; } -.sidenav-m3 > li.stick-left::before, -.sidenav-m3 > li.stick-right::before { - content: ""; - display: block; - position: absolute; - width: 6px; - height: 44px; - border-radius: 0.25rem 0 0 0.25rem; - background-color: inherit; - top: 0; - left: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); +.my-11 { + margin-top: 44px !important; + margin-bottom: 44px !important; } -.sidenav-m3 > li.stick-right::before { - left: 100%; - border-radius: 0 0.25rem 0.25rem 0; - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); +.mr-11-minus { + margin-right: -44px !important; } -.sidenav-m3 a { - padding: 0.625rem 1rem 0.625rem 3rem; - text-decoration: none; - background-color: #f8f8f8; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.ml-11-minus { + margin-left: -44px !important; } -.sidenav-m3 li + li { - border-top: 1px solid #dfdfdf; +.mt-11-minus { + margin-top: -44px !important; } -.sidenav-m3 .icon { - width: 24px; - height: 24px; - font-size: 22px; - line-height: 24px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - bottom: 12px; +.mb-11-minus { + margin-bottom: -44px !important; } -.sidenav-m3 .title { - padding: 20px 20px 10px 20px; - font-size: 24px; - border: 0; +.p-12 { + padding: 48px !important; } -.sidenav-m3 .d-menu { - position: relative; - -webkit-box-shadow: none; - box-shadow: none; - background-color: inherit; - width: 100%; - float: none; +.pr-12 { + padding-right: 48px !important; } -.sidenav-m3 .d-menu a { - padding: 0 1rem 0 3rem; - text-decoration: none; +.pl-12 { + padding-left: 48px !important; } -.sidenav-m3 .d-menu li { - border-top: 1px solid #dfdfdf; +.pt-12 { + padding-top: 48px !important; } -.sidenav-m3 .d-menu .icon { - width: 24px; - height: 24px; - font-size: 22px; - line-height: 24px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - top: 50%; +.pb-12 { + padding-bottom: 48px !important; } -.sidenav-m3[dir=rtl] a { - padding-right: 3rem; - padding-left: 1rem; +.px-12 { + padding-left: 48px !important; + padding-right: 48px !important; } -.sidenav-m3[dir=rtl] .icon { - left: auto; - right: 0.625rem; +.py-12 { + padding-top: 48px !important; + padding-bottom: 48px !important; } -.sidenav-m3[dir=rtl] .dropdown-toggle { - padding-left: 1.5rem !important; - padding-right: 3rem!important; +.m-12 { + margin: 48px !important; } -.sidenav-m3[dir=rtl] .dropdown-toggle::before { - left: 1rem; - margin-left: 0; +.mr-12 { + margin-right: 48px !important; } -.sidenav-simple { - display: block; - position: relative; - list-style: none inside; - height: 100%; - width: 52px; - overflow-x: hidden; - overflow-y: auto; - margin: 0; - padding: 0; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #f8f8f8; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; +.ml-12 { + margin-left: 48px !important; } -.sidenav-simple::-webkit-scrollbar { - display: none!important; +.mt-12 { + margin-top: 48px !important; } -.sidenav-simple li, -.sidenav-simple a { - display: block; - position: relative; - height: 52px; - line-height: 52px; - background-color: inherit; - color: inherit; - width: 100%; +.mb-12 { + margin-bottom: 48px !important; } -.sidenav-simple a { - padding: 0.625rem 0 0.625rem 0; - line-height: 0.875rem; - text-decoration: none; +.mx-12 { + margin-left: 48px !important; + margin-right: 48px !important; } -.sidenav-simple .icon { - width: 28px; - height: 28px; - font-size: 26px; - line-height: 28px; - vertical-align: middle; - text-align: center; - position: absolute; - left: 0.625rem; - top: 0.635rem; +.my-12 { + margin-top: 48px !important; + margin-bottom: 48px !important; } -.sidenav-simple .title { - margin: 0; - white-space: nowrap; - font-size: 0.875rem; - text-transform: uppercase; - display: none; - line-height: 52px; +.mr-12-minus { + margin-right: -48px !important; } -.sidenav-simple li:hover { - background-color: rgba(29, 29, 29, 0.1); +.ml-12-minus { + margin-left: -48px !important; } -.sidenav-simple li:active { - background-color: #13709e; - color: #ffffff; +.mt-12-minus { + margin-top: -48px !important; } -.sidenav-simple .active, -.sidenav-simple li.active:hover { - background-color: #1ba1e2; - color: #ffffff; +.mb-12-minus { + margin-bottom: -48px !important; } -.sidenav-simple[dir=rtl] .icon { - left: 0.725rem; +.p-13 { + padding: 52px !important; } -@media screen and (min-width: 0) { - .sidenav-simple-expand-fs { - width: 220px; - } - .sidenav-simple-expand-fs a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-fs .title { - display: block; - } - .sidenav-simple-expand-fs[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-fs[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pr-13 { + padding-right: 52px !important; } -@media screen and (min-width: 576px) { - .sidenav-simple-expand-sm { - width: 220px; - } - .sidenav-simple-expand-sm a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-sm .title { - display: block; - } - .sidenav-simple-expand-sm[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-sm[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pl-13 { + padding-left: 52px !important; } -@media screen and (min-width: 768px) { - .sidenav-simple-expand-md { - width: 220px; - } - .sidenav-simple-expand-md a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-md .title { - display: block; - } - .sidenav-simple-expand-md[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-md[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pt-13 { + padding-top: 52px !important; } -@media screen and (min-width: 992px) { - .sidenav-simple-expand-lg { - width: 220px; - } - .sidenav-simple-expand-lg a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-lg .title { - display: block; - } - .sidenav-simple-expand-lg[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-lg[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.pb-13 { + padding-bottom: 52px !important; } -@media screen and (min-width: 1200px) { - .sidenav-simple-expand-xl { - width: 220px; - } - .sidenav-simple-expand-xl a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-xl .title { - display: block; - } - .sidenav-simple-expand-xl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-xl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.px-13 { + padding-left: 52px !important; + padding-right: 52px !important; } -@media screen and (min-width: 1452px) { - .sidenav-simple-expand-xxl { - width: 220px; - } - .sidenav-simple-expand-xxl a { - padding: 0 1rem 0 3.75rem; - } - .sidenav-simple-expand-xxl .title { - display: block; - } - .sidenav-simple-expand-xxl[dir=rtl] a { - padding: 0.625rem 3.75rem 0.625rem 1rem; - } - .sidenav-simple-expand-xxl[dir=rtl] .icon { - left: auto; - right: 0.625rem; - } +.py-13 { + padding-top: 52px !important; + padding-bottom: 52px !important; } -.skill-box { - display: block; - position: relative; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - background-color: #ffffff; - color: #1d1d1d; +.m-13 { + margin: 52px !important; } -.skill-box .header { - display: block; - position: relative; - padding: 20px; +.mr-13 { + margin-right: 52px !important; } -.skill-box .header::after { - display: block; - clear: both; - content: ""; +.ml-13 { + margin-left: 52px !important; } -.skill-box .header::after { - display: block; - clear: both; - content: ""; +.mt-13 { + margin-top: 52px !important; } -.skill-box .header .avatar { - float: left; - width: 64px; - height: auto; - border-radius: 50%; - overflow: hidden; +.mb-13 { + margin-bottom: 52px !important; } -.skill-box .header .title { - font-size: 25px; - line-height: 1.1; - font-weight: 300; - margin: 5px 5px 5px 75px; +.mx-13 { + margin-left: 52px !important; + margin-right: 52px !important; } -.skill-box .header .subtitle { - font-size: 14px; - line-height: 1.1; - font-weight: 500; - margin: 0 5px 5px 75px; +.my-13 { + margin-top: 52px !important; + margin-bottom: 52px !important; } -.skill-box .skills { - margin: 0; - padding: 0; - list-style: none inside; +.mr-13-minus { + margin-right: -52px !important; } -.skill-box .skills li { - padding: 8px 16px; - font-size: 14px; +.ml-13-minus { + margin-left: -52px !important; } -.skill-box .skills li a { - text-decoration: none; - color: inherit; +.mt-13-minus { + margin-top: -52px !important; } -.skill-box .skills li + li { - border-top: 1px solid #dfdfdf; +.mb-13-minus { + margin-bottom: -52px !important; } -.skill-box .skills .badge { - position: relative; - display: inline-block; - right: auto; - top: 4px; - -webkit-transform: translateY(0) translateX(0); - -ms-transform: translateY(0) translateX(0); - transform: translateY(0) translateX(0); - float: right; +.p-14 { + padding: 56px !important; } -.slider { - display: block; - position: relative; - height: 2.125rem; - background: transparent; - cursor: default; - width: 100%; +.pr-14 { + padding-right: 56px !important; } -.slider input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; +.pl-14 { + padding-left: 56px !important; } -.slider .backside, -.slider .complete, -.slider .buffer, -.slider .marker { - position: absolute; - left: 0; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); +.pt-14 { + padding-top: 56px !important; } -.slider .backside { - background-color: #bebebe; - width: 100%; - z-index: 1; - height: 0.6rem; +.pb-14 { + padding-bottom: 56px !important; } -.slider .buffer { - z-index: 2; - height: 0.3rem; - background-color: #ffffff; +.px-14 { + padding-left: 56px !important; + padding-right: 56px !important; } -.slider .complete { - z-index: 3; - height: 0.6rem; - background-color: #60a917; +.py-14 { + padding-top: 56px !important; + padding-bottom: 56px !important; } -.slider .marker { - width: 1rem; - height: 1rem; - background-color: #1d1d1d; - z-index: 4; - outline: none; - border: 1px solid transparent; - cursor: pointer; - overflow: visible; +.m-14 { + margin: 56px !important; } -.slider .marker:focus { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +.mr-14 { + margin-right: 56px !important; } -.slider .marker:active::after { - display: block; - content: ""; - position: absolute; - width: 3.125rem; - height: 3.125rem; - border-radius: 50%; - background-color: rgba(187, 187, 187, 0.5); - opacity: 0.3; - top: 50%; - left: 50%; - margin-top: -1.5625rem; - margin-left: -1.5625rem; +.ml-14 { + margin-left: 56px !important; } -.slider .hint { - display: none; - position: absolute; - z-index: 5; - width: auto!important; - height: auto!important; - padding: 0.25rem 0.5rem; - background-color: #989898; - color: #ffffff; - white-space: nowrap; +.mt-14 { + margin-top: 56px !important; } -.slider .hint::before { - display: block; - position: absolute; - content: ""; - width: 6px; - height: 6px; - background-color: inherit; -} -.slider .hint.top-side { - top: 0; - left: 50%; - -webkit-transform: translateY(-100%) translateX(-50%); - -ms-transform: translateY(-100%) translateX(-50%); - transform: translateY(-100%) translateX(-50%); - margin-top: -8px; +.mb-14 { + margin-bottom: 56px !important; } -.slider .hint.top-side::before { - top: 100%; - left: 50%; - -webkit-transform: rotate(45deg) translateX(-50%); - -ms-transform: rotate(45deg) translateX(-50%); - transform: rotate(45deg) translateX(-50%); - margin-top: -1px; +.mx-14 { + margin-left: 56px !important; + margin-right: 56px !important; } -.slider .hint.bottom-side { - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - top: 100%; - margin-top: 8px; +.my-14 { + margin-top: 56px !important; + margin-bottom: 56px !important; } -.slider .hint.bottom-side::before { - top: 0; - left: 50%; - -webkit-transform: rotate(45deg) translateX(-50%); - -ms-transform: rotate(45deg) translateX(-50%); - transform: rotate(45deg) translateX(-50%); - margin-top: -1px; +.mr-14-minus { + margin-right: -56px !important; } -.slider .hint.left-side { - left: 0; - top: 50%; - -webkit-transform: translateY(-50%) translateX(-100%); - -ms-transform: translateY(-50%) translateX(-100%); - transform: translateY(-50%) translateX(-100%); - margin-left: -8px; +.ml-14-minus { + margin-left: -56px !important; } -.slider .hint.left-side::before { - top: 50%; - right: 0; - -webkit-transform: translateY(-50%) rotate(45deg); - -ms-transform: translateY(-50%) rotate(45deg); - transform: translateY(-50%) rotate(45deg); - margin-right: -3px; +.mt-14-minus { + margin-top: -56px !important; } -.slider .hint.right-side { - left: 100%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - top: 50%; - margin-left: 8px; +.mb-14-minus { + margin-bottom: -56px !important; } -.slider .hint.right-side::before { - top: 50%; - left: 0; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform: translateX(-50%) translateY(-50%) rotate(45deg); +.p-15 { + padding: 60px !important; } -.slider .marker.left-knob { - left: 0; +.pr-15 { + padding-right: 60px !important; } -.slider .marker.right-knob { - left: auto; - right: 0; +.pl-15 { + padding-left: 60px !important; } -.slider.range .complete { - width: 100%; +.pt-15 { + padding-top: 60px !important; } -.slider.thin .backside, -.slider.thin .complete, -.slider.thin .buffer { - height: 6px; +.pb-15 { + padding-bottom: 60px !important; } -.slider.ultra-thin .backside, -.slider.ultra-thin .complete, -.slider.ultra-thin .buffer { - height: 4px; +.px-15 { + padding-left: 60px !important; + padding-right: 60px !important; } -.slider.cycle-marker .marker { - border-radius: 50%; +.py-15 { + padding-top: 60px !important; + padding-bottom: 60px !important; } -.slider.vertical-slider { - width: 2.125rem; - height: 100px; +.m-15 { + margin: 60px !important; } -.slider.vertical-slider .backside, -.slider.vertical-slider .complete, -.slider.vertical-slider .buffer, -.slider.vertical-slider .marker { - top: auto; - left: 50%; - -webkit-transform: translateY(0) translateX(-50%); - -ms-transform: translateY(0) translateX(-50%); - transform: translateY(0) translateX(-50%); +.mr-15 { + margin-right: 60px !important; } -.slider.vertical-slider .backside, -.slider.vertical-slider .complete, -.slider.vertical-slider .buffer { - width: 0.5rem; - bottom: 0; +.ml-15 { + margin-left: 60px !important; } -.slider.vertical-slider .backside { - height: 100%; +.mt-15 { + margin-top: 60px !important; } -.slider.vertical-slider .buffer { - width: 0.3rem; +.mb-15 { + margin-bottom: 60px !important; } -.slider.vertical-slider .marker { - top: 100%; - -webkit-transform: translateY(-100%) translateX(-50%); - -ms-transform: translateY(-100%) translateX(-50%); - transform: translateY(-100%) translateX(-50%); +.mx-15 { + margin-left: 60px !important; + margin-right: 60px !important; } -.slider.rounded .backside, -.slider.rounded .complete, -.slider.rounded .buffer, -.slider.rounded .marker { - border-radius: 0.25rem; +.my-15 { + margin-top: 60px !important; + margin-bottom: 60px !important; } -.slider.disabled .marker { - display: none; +.mr-15-minus { + margin-right: -60px !important; } -.social-box { - display: block; - position: relative; - -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); - background-color: #ffffff; - color: #1d1d1d; +.ml-15-minus { + margin-left: -60px !important; } -.social-box .header { - display: block; - position: relative; - padding: 20px 20px 40px 20px; +.mt-15-minus { + margin-top: -60px !important; } -.social-box .header .avatar { - position: absolute; - width: 90px; - height: auto; - border-radius: 50%; - overflow: hidden; - top: 100%; - left: 50%; - margin-top: -45px; - margin-left: -45px; - z-index: 2; - border: 2px solid #ffffff; +.mb-15-minus { + margin-bottom: -60px !important; } -.social-box .header .title { - font-size: 25px; - line-height: 1.1; - font-weight: 300; - margin-bottom: 5px; - z-index: 1; +.p-16 { + padding: 64px !important; } -.social-box .header .subtitle { - font-size: 14px; - line-height: 1.1; - font-weight: 500; - margin: 0; - z-index: 1; +.pr-16 { + padding-right: 64px !important; } -.social-box .skills { - margin: 0; - padding: 40px 0 0 0; - list-style: none inside; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.pl-16 { + padding-left: 64px !important; } -.social-box .skills li { - padding: 8px 16px; - font-size: 14px; - text-align: center; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; +.pt-16 { + padding-top: 64px !important; } -.social-box .skills li a { - text-decoration: none; - color: inherit; +.pb-16 { + padding-bottom: 64px !important; } -.social-box .skills li + li { - border-left: 1px solid #dfdfdf; +.px-16 { + padding-left: 64px !important; + padding-right: 64px !important; } -.spinner { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - padding: 0; - cursor: text; - position: relative; - height: 36px; - line-height: 36px; +.py-16 { + padding-top: 64px !important; + padding-bottom: 64px !important; } -.spinner input { - border: none!important; - display: block; - position: relative; - width: 100%; - height: 100%; - line-height: 36px; - font-size: 16px; - padding: 0 4px; - text-align: center; +.m-16 { + margin: 64px !important; } -.spinner input:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; +.mr-16 { + margin-right: 64px !important; } -.spinner .button { - width: 34px; - min-width: 34px; - height: 34px; - line-height: 34px; - text-align: center; - font-weight: bold; - background-color: #f8f8f8; - padding: 0; +.ml-16 { + margin-left: 64px !important; } -.spinner .spinner-button-plus { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.mt-16 { + margin-top: 64px !important; } -.spinner .spinner-button-minus { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mb-16 { + margin-bottom: 64px !important; } -.spinner input { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mx-16 { + margin-left: 64px !important; + margin-right: 64px !important; } -.spinner.buttons-left .spinner-button-plus { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.my-16 { + margin-top: 64px !important; + margin-bottom: 64px !important; } -.spinner.buttons-left .spinner-button-minus { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mr-16-minus { + margin-right: -64px !important; } -.spinner.buttons-left input { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - text-align: right; +.ml-16-minus { + margin-left: -64px !important; } -.spinner.buttons-right .spinner-button-plus { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; +.mt-16-minus { + margin-top: -64px !important; } -.spinner.buttons-right .spinner-button-minus { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mb-16-minus { + margin-bottom: -64px !important; } -.spinner.buttons-right input { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - text-align: left; +.p-17 { + padding: 68px !important; } -.spinner.input-large { - height: 50px; - line-height: 50px; +.pr-17 { + padding-right: 68px !important; } -.spinner.input-large input { - font-size: 1.3rem; +.pl-17 { + padding-left: 68px !important; } -.spinner.input-large .spinner-button { - height: 48px; - width: 48px; - min-width: 48px; - line-height: 48px; - font-size: 1.3rem; +.pt-17 { + padding-top: 68px !important; } -.spinner.input-large .spinner-button [class*=mif-] { - font-size: 1.3rem; +.pb-17 { + padding-bottom: 68px !important; } -.spinner.input-large .default-icon-plus, -.spinner.input-large .default-icon-minus { - width: 21px; - height: 21px; +.px-17 { + padding-left: 68px !important; + padding-right: 68px !important; } -.spinner.input-small { - height: 28px; - line-height: 28px; +.py-17 { + padding-top: 68px !important; + padding-bottom: 68px !important; } -.spinner.input-small input { - font-size: 0.9rem; +.m-17 { + margin: 68px !important; } -.spinner.input-small .spinner-button { - height: 26px; - width: 26px; - min-width: 26px; - line-height: 26px; - font-size: 0.9rem; +.mr-17 { + margin-right: 68px !important; } -.spinner.input-small .spinner-button [class*=mif-] { - font-size: 0.9rem; +.ml-17 { + margin-left: 68px !important; } -.spinner.input-small .default-icon-plus, -.spinner.input-small .default-icon-minus { - width: 14px; - height: 14px; +.mt-17 { + margin-top: 68px !important; } -.split-button { - display: inline-block; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - width: auto; - height: 36px; - line-height: 1; +.mb-17 { + margin-bottom: 68px !important; } -.split-button > *:nth-child(1) { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mx-17 { + margin-left: 68px !important; + margin-right: 68px !important; } -.split-button > *:nth-child(2) { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - margin-left: 4px; +.my-17 { + margin-top: 68px !important; + margin-bottom: 68px !important; } -.split-button .dropdown { - position: static; +.mr-17-minus { + margin-right: -68px !important; } -.split-button .drop-object { - left: 0; +.ml-17-minus { + margin-left: -68px !important; } -.split-button > .split-button { - margin-left: 4px; - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; +.mt-17-minus { + margin-top: -68px !important; } -.split-button .split { - margin-left: -2px; - padding: 0 0.75rem; - text-align: center; - vertical-align: middle ; - background-color: #e4e4e4; - border: 1px transparent solid; - color: #1d1d1d; - cursor: pointer; - outline: none; - font-size: 0.875rem; - position: relative; - line-height: 36px; - height: 36px; - min-width: 36px; +.mb-17-minus { + margin-bottom: -68px !important; } -.split-button .split.dropdown-toggle::before { - margin-left: -1.25rem; +.p-18 { + padding: 72px !important; } -.split-button .split:hover { - background-color: #cbcbcb; +.pr-18 { + padding-right: 72px !important; } -.split-button .split:focus, -.split-button .split:hover { - text-decoration: none; +.pl-18 { + padding-left: 72px !important; } -.split-button .split:active { - outline: 0; - -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); - box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +.pt-18 { + padding-top: 72px !important; } -.split-button .split.disabled, -.split-button .split:disabled { - opacity: 0.65; +.pb-18 { + padding-bottom: 72px !important; } -.split-button .split.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; +.px-18 { + padding-left: 72px !important; + padding-right: 72px !important; } -.split-button .split:active { - -webkit-box-shadow: none; - box-shadow: none; +.py-18 { + padding-top: 72px !important; + padding-bottom: 72px !important; } -.splitter { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; +.m-18 { + margin: 72px !important; } -.splitter.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; -} -.splitter > .gutter { - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - border: 1px solid #f8f8f8; - background-color: #f8f8f8; - cursor: col-resize; - z-index: 1; -} -.splitter > .gutter.active { - background-color: #bebebe; -} -.splitter > .gutter::before { - content: ""; - z-index: 1; - display: block; - position: absolute; - left: 0; - width: 100%; - top: 50%; - height: 24px; - margin-top: -12px; - background-color: #bebebe; -} -.splitter.vertical > .gutter { - cursor: row-resize; -} -.splitter.vertical > .gutter::before { - height: 100%; - width: 24px; - top: 0; - left: 50%; - margin-left: -12px; - margin-top: 0; -} -.splitter > .split-block { - position: relative; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - -ms-flex-preferred-size: 0; - flex-basis: 0; - overflow: hidden; +.mr-18 { + margin-right: 72px !important; } -.stepper { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - position: relative; - margin: 0.5rem 0; +.ml-18 { + margin-left: 72px !important; } -.stepper::before { - content: ""; - display: block; - width: 100%; - position: absolute; - height: 1px; - background-color: #bebebe; - top: 50%; - left: 0; - z-index: 0; +.mt-18 { + margin-top: 72px !important; } -.stepper.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; +.mb-18 { + margin-bottom: 72px !important; } -.stepper .step { - display: block; - width: 32px; - height: 32px; - line-height: 32px; - text-align: center; - z-index: 1; - background-color: #989898; - color: #ffffff; - cursor: pointer; - position: relative; +.mx-18 { + margin-left: 72px !important; + margin-right: 72px !important; } -.stepper .step span { - display: block; +.my-18 { + margin-top: 72px !important; + margin-bottom: 72px !important; } -.stepper .step.complete { - background-color: #60a917; - color: #ffffff; +.mr-18-minus { + margin-right: -72px !important; } -.stepper .step.current { - background-color: #1ba1e2; - color: #ffffff; +.ml-18-minus { + margin-left: -72px !important; } -.stepper.cycle .step { - border-radius: 50%; +.mt-18-minus { + margin-top: -72px !important; } -.stepper.diamond .step { - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - transform: rotate(45deg); +.mb-18-minus { + margin-bottom: -72px !important; } -.stepper.diamond .step span { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.p-19 { + padding: 76px !important; } -.streamer { - position: relative; - display: block; - width: 100%; - overflow: hidden; - margin-bottom: 1rem; +.pr-19 { + padding-right: 76px !important; } -.streamer .streams { - width: 40px; - overflow: visible; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding-top: 30px; - background-color: #ffffff; - color: #1d1d1d; - position: absolute; - margin-top: 2px; - left: 0; - top: 0; - z-index: 500; +.pl-19 { + padding-left: 76px !important; } -.streamer .streamer-actions { - position: absolute; - top: -1px; - left: 0; - width: 100%; - height: 32px; - display: none; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - background-color: inherit; - z-index: 101; +.pt-19 { + padding-top: 76px !important; } -.streamer .streamer-action { - margin: 1px; - height: 26px; - width: 26px; - border: 0 solid #dfdfdf; - line-height: 26px; - text-align: center; - cursor: pointer; - background-color: #ffffff; - color: #1d1d1d; - outline: none; - padding: 0; +.pb-19 { + padding-bottom: 76px !important; } -.streamer .streamer-action * { - vertical-align: inherit ; - font-size: 24px; - text-align: center; - width: 24px; - height: 24px; +.px-19 { + padding-left: 76px !important; + padding-right: 76px !important; } -.streamer a.streamer-action { - color: #1d1d1d; +.py-19 { + padding-top: 76px !important; + padding-bottom: 76px !important; } -.streamer a.streamer-action:hover { - color: #1d1d1d; +.m-19 { + margin: 76px !important; } -.streamer .stream { - position: relative; - height: 75px; - width: 40px; - padding: 4px 8px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - background-color: inherit; - color: inherit; - border: 2px solid #ffffff; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; +.mr-19 { + margin-right: 76px !important; } -.streamer .stream-title, -.streamer .stream-secondary { - display: none; - z-index: 2; +.ml-19 { + margin-left: 76px !important; } -.streamer .stream-title { - font-size: 14px; - text-transform: uppercase; - height: 100%; - line-height: 1; +.mt-19 { + margin-top: 76px !important; } -.streamer .stream-secondary { - height: 16px; - line-height: 16px; - font-size: 12px; +.mb-19 { + margin-bottom: 76px !important; } -.streamer .stream-icon { - position: absolute; - top: 50%; - left: 50%; - margin-top: -16px; - margin-left: -16px; - width: 32px; - height: 32px; - font-size: 24px; - text-align: center; +.mx-19 { + margin-left: 76px !important; + margin-right: 76px !important; } -.streamer .events-area { - width: 100%; - overflow: hidden; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding-left: 40px; - z-index: 1; - position: relative; - white-space: nowrap; - overflow-x: scroll; - -webkit-overflow-scrolling: auto; +.my-19 { + margin-top: 76px !important; + margin-bottom: 76px !important; } -.streamer .streamer-timeline, -.streamer .streamer-fake-timeline { - height: 32px; - width: auto; - list-style: none inside; - margin: 0; - padding: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; +.mr-19-minus { + margin-right: -76px !important; } -.streamer .streamer-timeline li, -.streamer .streamer-fake-timeline li { - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - width: 224px; - background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=") no-repeat; - vertical-align: bottom; - height: 100%; - line-height: 30px; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; +.ml-19-minus { + margin-left: -76px !important; } -.streamer .streamer-timeline li em, -.streamer .streamer-fake-timeline li em { - font-size: 10px; - font-style: normal; - margin: 4px; - -webkit-box-flex: 1; - -ms-flex: 1 0 0px; - flex: 1 0 0; - max-width: 100%; +.mt-19-minus { + margin-top: -76px !important; } -.streamer .streamer-fake-timeline { - position: absolute; - height: 1px; - top: 0; - left: 0; - width: 100%; +.mb-19-minus { + margin-bottom: -76px !important; } -.streamer .streamer-fake-timeline li { - width: auto; - line-height: 1px; - -ms-flex-negative: 0; - flex-shrink: 0; - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - overflow: hidden; - text-align: center; - color: #fcfcfc; +.p-20 { + padding: 80px !important; } -.streamer .streamer-events { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.pr-20 { + padding-right: 80px !important; } -.streamer .event-group { - display: block; - background-color: #ffffff; - color: #1d1d1d; - border: 1px solid transparent; - -ms-flex-negative: 0; - flex-shrink: 0; - margin-top: -1px; +.pl-20 { + padding-left: 80px !important; } -.streamer .stream-events { - min-height: 75px; - height: auto; - width: auto; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; +.pt-20 { + padding-top: 80px !important; } -.streamer .stream-events.global-stream { - min-height: 100%; +.pb-20 { + padding-bottom: 80px !important; } -.streamer .stream-events.global-stream .stream-event { - min-width: 100%; +.px-20 { + padding-left: 80px !important; + padding-right: 80px !important; } -.streamer .stream-event { - width: 222px; - height: 72px; - border: 1px solid #f5f5f5; - margin: 2px 1px; - background-color: #ffffff; - color: #1d1d1d; - overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; +.py-20 { + padding-top: 80px !important; + padding-bottom: 80px !important; } -.streamer .stream-event:hover { - border-color: #dfdfdf; +.m-20 { + margin: 80px !important; } -.streamer .stream-event-slide { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - height: 100%; +.mr-20 { + margin-right: 80px !important; } -.streamer .stream-event-slide .slide-logo { - width: 40px; - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding: 2px; +.ml-20 { + margin-left: 80px !important; } -.streamer .stream-event-slide .slide-logo .icon { - width: 36px; - height: 36px; +.mt-20 { + margin-top: 80px !important; } -.streamer .stream-event-slide .slide-logo .time { - margin-top: 1px; - padding: 5px 4px 6px; - font-size: 0.75rem; +.mb-20 { + margin-bottom: 80px !important; } -.streamer .stream-event-slide .slide-data { - margin: 0 4px; - padding: 4px 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - width: auto; - max-width: calc(100% - 48px); - height: 100%; +.mx-20 { + margin-left: 80px !important; + margin-right: 80px !important; } -.streamer .stream-event-slide .slide-data .title, -.streamer .stream-event-slide .slide-data .subtitle, -.streamer .stream-event-slide .slide-data .desc { - line-height: 1; +.my-20 { + margin-top: 80px !important; + margin-bottom: 80px !important; } -.streamer .stream-event-slide .slide-data .title { - font-size: 12px; - font-weight: bold; - line-height: 14px; +.mr-20-minus { + margin-right: -80px !important; } -.streamer .stream-event-slide .slide-data .subtitle { - font-size: 10px; +.ml-20-minus { + margin-left: -80px !important; } -.streamer .stream-event-slide .slide-data .desc { - font-size: 11px; - color: #999999; - margin-top: auto; - height: 29px; +.mt-20-minus { + margin-top: -80px !important; } -.streamer .stream-event-slide .slide-data * + .subtitle { - margin-top: 2px; -} -.streamer .stream-event-slide .state-icon { - position: absolute; - z-index: 99; - top: 4px; - right: 8px; - color: #989898; -} -.streamer .stream-event { - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.streamer .stream-event.selected { - -webkit-box-shadow: 0 0 0 1px #5ebdec !important; - box-shadow: 0 0 0 1px #5ebdec !important; -} -.streamer .stream-events:not(.global-stream) .stream-event.disabled { - opacity: 0.2; -} -.streamer .size-auto { - width: auto; -} -.streamer .event-group.size-1x { - width: 224px; -} -.streamer .event-group.size-2x { - width: 448px; -} -.streamer .event-group.size-3x { - width: 672px; -} -.streamer .event-group.size-4x { - width: 896px; -} -.streamer .event-group.size-5x { - width: 1120px; -} -.streamer .event-group.size-6x { - width: 1344px; -} -.streamer .event-group.size-7x { - width: 1568px; -} -.streamer .event-group.size-8x { - width: 1792px; -} -.streamer .event-group.size-9x { - width: 2016px; -} -.streamer .event-group.size-10x { - width: 2240px; -} -.streamer .event-group.size-11x { - width: 2464px; -} -.streamer .event-group.size-12x { - width: 2688px; -} -.streamer .event-group.size-13x { - width: 2912px; -} -.streamer .event-group.size-14x { - width: 3136px; -} -.streamer .event-group.size-15x { - width: 3360px; -} -.streamer .event-group.size-16x { - width: 3584px; -} -.streamer .event-group.size-17x { - width: 3808px; -} -.streamer .event-group.size-18x { - width: 4032px; -} -.streamer .event-group.size-19x { - width: 4256px; -} -.streamer .event-group.size-20x { - width: 4480px; -} -.streamer .stream-event.size-1x { - width: 222px; -} -.streamer .stream-event.shift-1x { - margin-left: 225px; -} -.streamer .stream-event.size-2x { - width: 446px; -} -.streamer .stream-event.shift-2x { - margin-left: 449px; -} -.streamer .stream-event.size-3x { - width: 670px; -} -.streamer .stream-event.shift-3x { - margin-left: 673px; -} -.streamer .stream-event.size-4x { - width: 894px; -} -.streamer .stream-event.shift-4x { - margin-left: 897px; -} -.streamer .stream-event.size-5x { - width: 1118px; -} -.streamer .stream-event.shift-5x { - margin-left: 1121px; -} -.streamer .stream-event.size-6x { - width: 1342px; -} -.streamer .stream-event.shift-6x { - margin-left: 1345px; -} -.streamer .stream-event.size-7x { - width: 1566px; -} -.streamer .stream-event.shift-7x { - margin-left: 1569px; -} -.streamer .stream-event.size-8x { - width: 1790px; -} -.streamer .stream-event.shift-8x { - margin-left: 1793px; -} -.streamer .stream-event.size-9x { - width: 2014px; -} -.streamer .stream-event.shift-9x { - margin-left: 2017px; -} -.streamer .stream-event.size-10x { - width: 2238px; -} -.streamer .stream-event.shift-10x { - margin-left: 2241px; -} -.streamer .stream-event.size-11x { - width: 2462px; -} -.streamer .stream-event.shift-11x { - margin-left: 2465px; -} -.streamer .stream-event.size-12x { - width: 2686px; -} -.streamer .stream-event.shift-12x { - margin-left: 2689px; -} -.streamer .stream-event.size-13x { - width: 2910px; -} -.streamer .stream-event.shift-13x { - margin-left: 2913px; -} -.streamer .stream-event.size-14x { - width: 3134px; -} -.streamer .stream-event.shift-14x { - margin-left: 3137px; -} -.streamer .stream-event.size-15x { - width: 3358px; -} -.streamer .stream-event.shift-15x { - margin-left: 3361px; -} -.streamer .stream-event.size-16x { - width: 3582px; -} -.streamer .stream-event.shift-16x { - margin-left: 3585px; -} -.streamer .stream-event.size-17x { - width: 3806px; -} -.streamer .stream-event.shift-17x { - margin-left: 3809px; -} -.streamer .stream-event.size-18x { - width: 4030px; -} -.streamer .stream-event.shift-18x { - margin-left: 4033px; -} -.streamer .stream-event.size-19x { - width: 4254px; -} -.streamer .stream-event.shift-19x { - margin-left: 4257px; -} -.streamer .stream-event.size-20x { - width: 4478px; -} -.streamer .stream-event.shift-20x { - margin-left: 4481px; -} -.streamer .stream-event.size-half { - width: 112px; -} -.streamer .stream-event.size-one-third { - width: 74.66666667px; -} -.streamer .stream-event.offset-half { - margin-left: 112px; -} -.streamer .stream-event.offset-one-third { - margin-left: 74.66666667px; -} -html.metro-no-touch-device .streamer .stream:hover { - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; - width: 200px; -} -html.metro-no-touch-device .streamer .stream:hover .stream-title, -html.metro-no-touch-device .streamer .stream:hover .stream-secondary { - display: block; -} -html.metro-no-touch-device .streamer .stream:hover .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; -} -html.metro-touch-device .streamer .stream.focused { - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; - width: 200px; -} -html.metro-touch-device .streamer .stream.focused .stream-title, -html.metro-touch-device .streamer .stream.focused .stream-secondary { - display: block; -} -html.metro-touch-device .streamer .stream.focused .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; +.mb-20-minus { + margin-bottom: -80px !important; } @media screen and (min-width: 0) { - .streamer.streamer-expand-fs .streams, - .streamer.streamer-expand-fs .stream { - width: 200px; + .mx-auto-fs { + margin-left: auto!important; + margin-right: auto!important; } - .streamer.streamer-expand-fs .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .ml-auto-fs { + margin-left: auto!important; } - .streamer.streamer-expand-fs .stream-title, - .streamer.streamer-expand-fs .stream-secondary { - display: block; + .mr-auto-fs { + margin-right: auto!important; } - .streamer.streamer-expand-fs .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .mt-auto-fs { + margin-top: auto!important; } - .streamer.streamer-expand-fs .events-area { - padding-left: 200px; + .mb-auto-fs { + margin-bottom: auto!important; } -} -@media screen and (min-width: 576px) { - .streamer.streamer-expand-sm .streams, - .streamer.streamer-expand-sm .stream { - width: 200px; + .p-0-fs { + padding: 0!important; } - .streamer.streamer-expand-sm .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .pl-0-fs { + padding-left: 0!important; } - .streamer.streamer-expand-sm .stream-title, - .streamer.streamer-expand-sm .stream-secondary { - display: block; + .pr-0-fs { + padding-right: 0!important; } - .streamer.streamer-expand-sm .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .pt-0-fs { + padding-top: 0!important; } - .streamer.streamer-expand-sm .events-area { - padding-left: 200px; + .pb-0-fs { + padding-bottom: 0!important; } -} -@media screen and (min-width: 768px) { - .streamer.streamer-expand-md .streams, - .streamer.streamer-expand-md .stream { - width: 200px; + .m-0-fs { + margin: 0!important; } - .streamer.streamer-expand-md .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .ml-0-fs { + margin-left: 0!important; } - .streamer.streamer-expand-md .stream-title, - .streamer.streamer-expand-md .stream-secondary { - display: block; + .mr-0-fs { + margin-right: 0!important; } - .streamer.streamer-expand-md .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .mt-0-fs { + margin-top: 0!important; } - .streamer.streamer-expand-md .events-area { - padding-left: 200px; + .mb-0-fs { + margin-bottom: 0!important; } -} -@media screen and (min-width: 992px) { - .streamer.streamer-expand-lg .streams, - .streamer.streamer-expand-lg .stream { - width: 200px; + .p-0-fs { + padding: 0px !important; } - .streamer.streamer-expand-lg .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .pr-0-fs { + padding-right: 0px !important; } - .streamer.streamer-expand-lg .stream-title, - .streamer.streamer-expand-lg .stream-secondary { - display: block; + .pl-0-fs { + padding-left: 0px !important; } - .streamer.streamer-expand-lg .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .pt-0-fs { + padding-top: 0px !important; } - .streamer.streamer-expand-lg .events-area { - padding-left: 200px; + .pb-0-fs { + padding-bottom: 0px !important; } -} -@media screen and (min-width: 1200px) { - .streamer.streamer-expand-xl .streams, - .streamer.streamer-expand-xl .stream { - width: 200px; + .px-0-fs { + padding-left: 0px !important; + padding-right: 0px !important; } - .streamer.streamer-expand-xl .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .py-0-fs { + padding-top: 0px !important; + padding-bottom: 0px !important; } - .streamer.streamer-expand-xl .stream-title, - .streamer.streamer-expand-xl .stream-secondary { - display: block; + .m-0-fs { + margin: 0px !important; } - .streamer.streamer-expand-xl .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .mr-0-fs { + margin-right: 0px !important; } - .streamer.streamer-expand-xl .events-area { - padding-left: 200px; + .ml-0-fs { + margin-left: 0px !important; } -} -@media screen and (min-width: 1452px) { - .streamer.streamer-expand-xxl .streams, - .streamer.streamer-expand-xxl .stream { - width: 200px; + .mt-0-fs { + margin-top: 0px !important; } - .streamer.streamer-expand-xxl .streamer-actions { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - width: 200px; + .mb-0-fs { + margin-bottom: 0px !important; } - .streamer.streamer-expand-xxl .stream-title, - .streamer.streamer-expand-xxl .stream-secondary { - display: block; + .mx-0-fs { + margin-left: 0px !important; + margin-right: 0px !important; } - .streamer.streamer-expand-xxl .stream-icon { - bottom: 4px; - right: 4px; - top: auto; - left: auto; + .my-0-fs { + margin-top: 0px !important; + margin-bottom: 0px !important; } - .streamer.streamer-expand-xxl .events-area { - padding-left: 200px; + .m-0-fs-minus { + margin: 0px !important; + } + .mr-0-fs-minus { + margin-right: 0px !important; + } + .ml-0-fs-minus { + margin-left: 0px !important; + } + .mt-0-fs-minus { + margin-top: 0px !important; + } + .mb-0-fs-minus { + margin-bottom: 0px !important; + } + .p-1-fs { + padding: 4px !important; + } + .pr-1-fs { + padding-right: 4px !important; + } + .pl-1-fs { + padding-left: 4px !important; + } + .pt-1-fs { + padding-top: 4px !important; + } + .pb-1-fs { + padding-bottom: 4px !important; + } + .px-1-fs { + padding-left: 4px !important; + padding-right: 4px !important; + } + .py-1-fs { + padding-top: 4px !important; + padding-bottom: 4px !important; + } + .m-1-fs { + margin: 4px !important; + } + .mr-1-fs { + margin-right: 4px !important; + } + .ml-1-fs { + margin-left: 4px !important; + } + .mt-1-fs { + margin-top: 4px !important; + } + .mb-1-fs { + margin-bottom: 4px !important; + } + .mx-1-fs { + margin-left: 4px !important; + margin-right: 4px !important; + } + .my-1-fs { + margin-top: 4px !important; + margin-bottom: 4px !important; + } + .m-1-fs-minus { + margin: -4px !important; + } + .mr-1-fs-minus { + margin-right: -4px !important; + } + .ml-1-fs-minus { + margin-left: -4px !important; + } + .mt-1-fs-minus { + margin-top: -4px !important; + } + .mb-1-fs-minus { + margin-bottom: -4px !important; + } + .p-2-fs { + padding: 8px !important; + } + .pr-2-fs { + padding-right: 8px !important; + } + .pl-2-fs { + padding-left: 8px !important; + } + .pt-2-fs { + padding-top: 8px !important; + } + .pb-2-fs { + padding-bottom: 8px !important; + } + .px-2-fs { + padding-left: 8px !important; + padding-right: 8px !important; + } + .py-2-fs { + padding-top: 8px !important; + padding-bottom: 8px !important; + } + .m-2-fs { + margin: 8px !important; + } + .mr-2-fs { + margin-right: 8px !important; + } + .ml-2-fs { + margin-left: 8px !important; + } + .mt-2-fs { + margin-top: 8px !important; + } + .mb-2-fs { + margin-bottom: 8px !important; + } + .mx-2-fs { + margin-left: 8px !important; + margin-right: 8px !important; + } + .my-2-fs { + margin-top: 8px !important; + margin-bottom: 8px !important; + } + .m-2-fs-minus { + margin: -8px !important; + } + .mr-2-fs-minus { + margin-right: -8px !important; + } + .ml-2-fs-minus { + margin-left: -8px !important; + } + .mt-2-fs-minus { + margin-top: -8px !important; + } + .mb-2-fs-minus { + margin-bottom: -8px !important; + } + .p-3-fs { + padding: 12px !important; + } + .pr-3-fs { + padding-right: 12px !important; + } + .pl-3-fs { + padding-left: 12px !important; + } + .pt-3-fs { + padding-top: 12px !important; + } + .pb-3-fs { + padding-bottom: 12px !important; + } + .px-3-fs { + padding-left: 12px !important; + padding-right: 12px !important; + } + .py-3-fs { + padding-top: 12px !important; + padding-bottom: 12px !important; + } + .m-3-fs { + margin: 12px !important; + } + .mr-3-fs { + margin-right: 12px !important; + } + .ml-3-fs { + margin-left: 12px !important; + } + .mt-3-fs { + margin-top: 12px !important; + } + .mb-3-fs { + margin-bottom: 12px !important; + } + .mx-3-fs { + margin-left: 12px !important; + margin-right: 12px !important; + } + .my-3-fs { + margin-top: 12px !important; + margin-bottom: 12px !important; + } + .m-3-fs-minus { + margin: -12px !important; + } + .mr-3-fs-minus { + margin-right: -12px !important; + } + .ml-3-fs-minus { + margin-left: -12px !important; + } + .mt-3-fs-minus { + margin-top: -12px !important; + } + .mb-3-fs-minus { + margin-bottom: -12px !important; + } + .p-4-fs { + padding: 16px !important; + } + .pr-4-fs { + padding-right: 16px !important; + } + .pl-4-fs { + padding-left: 16px !important; + } + .pt-4-fs { + padding-top: 16px !important; + } + .pb-4-fs { + padding-bottom: 16px !important; + } + .px-4-fs { + padding-left: 16px !important; + padding-right: 16px !important; + } + .py-4-fs { + padding-top: 16px !important; + padding-bottom: 16px !important; + } + .m-4-fs { + margin: 16px !important; + } + .mr-4-fs { + margin-right: 16px !important; + } + .ml-4-fs { + margin-left: 16px !important; + } + .mt-4-fs { + margin-top: 16px !important; + } + .mb-4-fs { + margin-bottom: 16px !important; + } + .mx-4-fs { + margin-left: 16px !important; + margin-right: 16px !important; + } + .my-4-fs { + margin-top: 16px !important; + margin-bottom: 16px !important; + } + .m-4-fs-minus { + margin: -16px !important; + } + .mr-4-fs-minus { + margin-right: -16px !important; + } + .ml-4-fs-minus { + margin-left: -16px !important; + } + .mt-4-fs-minus { + margin-top: -16px !important; + } + .mb-4-fs-minus { + margin-bottom: -16px !important; + } + .p-5-fs { + padding: 20px !important; + } + .pr-5-fs { + padding-right: 20px !important; + } + .pl-5-fs { + padding-left: 20px !important; + } + .pt-5-fs { + padding-top: 20px !important; + } + .pb-5-fs { + padding-bottom: 20px !important; + } + .px-5-fs { + padding-left: 20px !important; + padding-right: 20px !important; + } + .py-5-fs { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + .m-5-fs { + margin: 20px !important; + } + .mr-5-fs { + margin-right: 20px !important; + } + .ml-5-fs { + margin-left: 20px !important; + } + .mt-5-fs { + margin-top: 20px !important; + } + .mb-5-fs { + margin-bottom: 20px !important; + } + .mx-5-fs { + margin-left: 20px !important; + margin-right: 20px !important; + } + .my-5-fs { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + .m-5-fs-minus { + margin: -20px !important; + } + .mr-5-fs-minus { + margin-right: -20px !important; + } + .ml-5-fs-minus { + margin-left: -20px !important; + } + .mt-5-fs-minus { + margin-top: -20px !important; + } + .mb-5-fs-minus { + margin-bottom: -20px !important; + } + .p-6-fs { + padding: 24px !important; + } + .pr-6-fs { + padding-right: 24px !important; + } + .pl-6-fs { + padding-left: 24px !important; + } + .pt-6-fs { + padding-top: 24px !important; + } + .pb-6-fs { + padding-bottom: 24px !important; + } + .px-6-fs { + padding-left: 24px !important; + padding-right: 24px !important; + } + .py-6-fs { + padding-top: 24px !important; + padding-bottom: 24px !important; + } + .m-6-fs { + margin: 24px !important; + } + .mr-6-fs { + margin-right: 24px !important; + } + .ml-6-fs { + margin-left: 24px !important; + } + .mt-6-fs { + margin-top: 24px !important; + } + .mb-6-fs { + margin-bottom: 24px !important; + } + .mx-6-fs { + margin-left: 24px !important; + margin-right: 24px !important; + } + .my-6-fs { + margin-top: 24px !important; + margin-bottom: 24px !important; + } + .m-6-fs-minus { + margin: -24px !important; + } + .mr-6-fs-minus { + margin-right: -24px !important; + } + .ml-6-fs-minus { + margin-left: -24px !important; + } + .mt-6-fs-minus { + margin-top: -24px !important; + } + .mb-6-fs-minus { + margin-bottom: -24px !important; + } + .p-7-fs { + padding: 28px !important; + } + .pr-7-fs { + padding-right: 28px !important; + } + .pl-7-fs { + padding-left: 28px !important; + } + .pt-7-fs { + padding-top: 28px !important; + } + .pb-7-fs { + padding-bottom: 28px !important; + } + .px-7-fs { + padding-left: 28px !important; + padding-right: 28px !important; + } + .py-7-fs { + padding-top: 28px !important; + padding-bottom: 28px !important; + } + .m-7-fs { + margin: 28px !important; + } + .mr-7-fs { + margin-right: 28px !important; + } + .ml-7-fs { + margin-left: 28px !important; + } + .mt-7-fs { + margin-top: 28px !important; + } + .mb-7-fs { + margin-bottom: 28px !important; + } + .mx-7-fs { + margin-left: 28px !important; + margin-right: 28px !important; + } + .my-7-fs { + margin-top: 28px !important; + margin-bottom: 28px !important; + } + .m-7-fs-minus { + margin: -28px !important; + } + .mr-7-fs-minus { + margin-right: -28px !important; + } + .ml-7-fs-minus { + margin-left: -28px !important; + } + .mt-7-fs-minus { + margin-top: -28px !important; + } + .mb-7-fs-minus { + margin-bottom: -28px !important; + } + .p-8-fs { + padding: 32px !important; + } + .pr-8-fs { + padding-right: 32px !important; + } + .pl-8-fs { + padding-left: 32px !important; + } + .pt-8-fs { + padding-top: 32px !important; + } + .pb-8-fs { + padding-bottom: 32px !important; + } + .px-8-fs { + padding-left: 32px !important; + padding-right: 32px !important; + } + .py-8-fs { + padding-top: 32px !important; + padding-bottom: 32px !important; + } + .m-8-fs { + margin: 32px !important; + } + .mr-8-fs { + margin-right: 32px !important; + } + .ml-8-fs { + margin-left: 32px !important; + } + .mt-8-fs { + margin-top: 32px !important; + } + .mb-8-fs { + margin-bottom: 32px !important; + } + .mx-8-fs { + margin-left: 32px !important; + margin-right: 32px !important; + } + .my-8-fs { + margin-top: 32px !important; + margin-bottom: 32px !important; + } + .m-8-fs-minus { + margin: -32px !important; + } + .mr-8-fs-minus { + margin-right: -32px !important; + } + .ml-8-fs-minus { + margin-left: -32px !important; + } + .mt-8-fs-minus { + margin-top: -32px !important; + } + .mb-8-fs-minus { + margin-bottom: -32px !important; + } + .p-9-fs { + padding: 36px !important; + } + .pr-9-fs { + padding-right: 36px !important; + } + .pl-9-fs { + padding-left: 36px !important; + } + .pt-9-fs { + padding-top: 36px !important; + } + .pb-9-fs { + padding-bottom: 36px !important; + } + .px-9-fs { + padding-left: 36px !important; + padding-right: 36px !important; + } + .py-9-fs { + padding-top: 36px !important; + padding-bottom: 36px !important; + } + .m-9-fs { + margin: 36px !important; + } + .mr-9-fs { + margin-right: 36px !important; + } + .ml-9-fs { + margin-left: 36px !important; + } + .mt-9-fs { + margin-top: 36px !important; + } + .mb-9-fs { + margin-bottom: 36px !important; + } + .mx-9-fs { + margin-left: 36px !important; + margin-right: 36px !important; + } + .my-9-fs { + margin-top: 36px !important; + margin-bottom: 36px !important; + } + .m-9-fs-minus { + margin: -36px !important; + } + .mr-9-fs-minus { + margin-right: -36px !important; + } + .ml-9-fs-minus { + margin-left: -36px !important; + } + .mt-9-fs-minus { + margin-top: -36px !important; + } + .mb-9-fs-minus { + margin-bottom: -36px !important; + } + .p-10-fs { + padding: 40px !important; + } + .pr-10-fs { + padding-right: 40px !important; + } + .pl-10-fs { + padding-left: 40px !important; + } + .pt-10-fs { + padding-top: 40px !important; + } + .pb-10-fs { + padding-bottom: 40px !important; + } + .px-10-fs { + padding-left: 40px !important; + padding-right: 40px !important; + } + .py-10-fs { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + .m-10-fs { + margin: 40px !important; + } + .mr-10-fs { + margin-right: 40px !important; + } + .ml-10-fs { + margin-left: 40px !important; + } + .mt-10-fs { + margin-top: 40px !important; + } + .mb-10-fs { + margin-bottom: 40px !important; + } + .mx-10-fs { + margin-left: 40px !important; + margin-right: 40px !important; + } + .my-10-fs { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + .m-10-fs-minus { + margin: -40px !important; + } + .mr-10-fs-minus { + margin-right: -40px !important; + } + .ml-10-fs-minus { + margin-left: -40px !important; + } + .mt-10-fs-minus { + margin-top: -40px !important; + } + .mb-10-fs-minus { + margin-bottom: -40px !important; + } + .p-11-fs { + padding: 44px !important; + } + .pr-11-fs { + padding-right: 44px !important; + } + .pl-11-fs { + padding-left: 44px !important; + } + .pt-11-fs { + padding-top: 44px !important; + } + .pb-11-fs { + padding-bottom: 44px !important; + } + .px-11-fs { + padding-left: 44px !important; + padding-right: 44px !important; + } + .py-11-fs { + padding-top: 44px !important; + padding-bottom: 44px !important; + } + .m-11-fs { + margin: 44px !important; + } + .mr-11-fs { + margin-right: 44px !important; + } + .ml-11-fs { + margin-left: 44px !important; + } + .mt-11-fs { + margin-top: 44px !important; + } + .mb-11-fs { + margin-bottom: 44px !important; + } + .mx-11-fs { + margin-left: 44px !important; + margin-right: 44px !important; + } + .my-11-fs { + margin-top: 44px !important; + margin-bottom: 44px !important; + } + .m-11-fs-minus { + margin: -44px !important; + } + .mr-11-fs-minus { + margin-right: -44px !important; + } + .ml-11-fs-minus { + margin-left: -44px !important; + } + .mt-11-fs-minus { + margin-top: -44px !important; + } + .mb-11-fs-minus { + margin-bottom: -44px !important; + } + .p-12-fs { + padding: 48px !important; + } + .pr-12-fs { + padding-right: 48px !important; + } + .pl-12-fs { + padding-left: 48px !important; + } + .pt-12-fs { + padding-top: 48px !important; + } + .pb-12-fs { + padding-bottom: 48px !important; + } + .px-12-fs { + padding-left: 48px !important; + padding-right: 48px !important; + } + .py-12-fs { + padding-top: 48px !important; + padding-bottom: 48px !important; + } + .m-12-fs { + margin: 48px !important; + } + .mr-12-fs { + margin-right: 48px !important; + } + .ml-12-fs { + margin-left: 48px !important; + } + .mt-12-fs { + margin-top: 48px !important; + } + .mb-12-fs { + margin-bottom: 48px !important; + } + .mx-12-fs { + margin-left: 48px !important; + margin-right: 48px !important; + } + .my-12-fs { + margin-top: 48px !important; + margin-bottom: 48px !important; + } + .m-12-fs-minus { + margin: -48px !important; + } + .mr-12-fs-minus { + margin-right: -48px !important; + } + .ml-12-fs-minus { + margin-left: -48px !important; + } + .mt-12-fs-minus { + margin-top: -48px !important; + } + .mb-12-fs-minus { + margin-bottom: -48px !important; + } + .p-13-fs { + padding: 52px !important; + } + .pr-13-fs { + padding-right: 52px !important; + } + .pl-13-fs { + padding-left: 52px !important; + } + .pt-13-fs { + padding-top: 52px !important; + } + .pb-13-fs { + padding-bottom: 52px !important; + } + .px-13-fs { + padding-left: 52px !important; + padding-right: 52px !important; + } + .py-13-fs { + padding-top: 52px !important; + padding-bottom: 52px !important; + } + .m-13-fs { + margin: 52px !important; + } + .mr-13-fs { + margin-right: 52px !important; + } + .ml-13-fs { + margin-left: 52px !important; + } + .mt-13-fs { + margin-top: 52px !important; + } + .mb-13-fs { + margin-bottom: 52px !important; + } + .mx-13-fs { + margin-left: 52px !important; + margin-right: 52px !important; + } + .my-13-fs { + margin-top: 52px !important; + margin-bottom: 52px !important; + } + .m-13-fs-minus { + margin: -52px !important; + } + .mr-13-fs-minus { + margin-right: -52px !important; + } + .ml-13-fs-minus { + margin-left: -52px !important; + } + .mt-13-fs-minus { + margin-top: -52px !important; + } + .mb-13-fs-minus { + margin-bottom: -52px !important; + } + .p-14-fs { + padding: 56px !important; + } + .pr-14-fs { + padding-right: 56px !important; + } + .pl-14-fs { + padding-left: 56px !important; + } + .pt-14-fs { + padding-top: 56px !important; + } + .pb-14-fs { + padding-bottom: 56px !important; + } + .px-14-fs { + padding-left: 56px !important; + padding-right: 56px !important; + } + .py-14-fs { + padding-top: 56px !important; + padding-bottom: 56px !important; + } + .m-14-fs { + margin: 56px !important; + } + .mr-14-fs { + margin-right: 56px !important; + } + .ml-14-fs { + margin-left: 56px !important; + } + .mt-14-fs { + margin-top: 56px !important; + } + .mb-14-fs { + margin-bottom: 56px !important; + } + .mx-14-fs { + margin-left: 56px !important; + margin-right: 56px !important; + } + .my-14-fs { + margin-top: 56px !important; + margin-bottom: 56px !important; + } + .m-14-fs-minus { + margin: -56px !important; + } + .mr-14-fs-minus { + margin-right: -56px !important; + } + .ml-14-fs-minus { + margin-left: -56px !important; + } + .mt-14-fs-minus { + margin-top: -56px !important; + } + .mb-14-fs-minus { + margin-bottom: -56px !important; + } + .p-15-fs { + padding: 60px !important; + } + .pr-15-fs { + padding-right: 60px !important; + } + .pl-15-fs { + padding-left: 60px !important; + } + .pt-15-fs { + padding-top: 60px !important; + } + .pb-15-fs { + padding-bottom: 60px !important; + } + .px-15-fs { + padding-left: 60px !important; + padding-right: 60px !important; + } + .py-15-fs { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + .m-15-fs { + margin: 60px !important; + } + .mr-15-fs { + margin-right: 60px !important; + } + .ml-15-fs { + margin-left: 60px !important; + } + .mt-15-fs { + margin-top: 60px !important; + } + .mb-15-fs { + margin-bottom: 60px !important; + } + .mx-15-fs { + margin-left: 60px !important; + margin-right: 60px !important; + } + .my-15-fs { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + .m-15-fs-minus { + margin: -60px !important; + } + .mr-15-fs-minus { + margin-right: -60px !important; + } + .ml-15-fs-minus { + margin-left: -60px !important; + } + .mt-15-fs-minus { + margin-top: -60px !important; + } + .mb-15-fs-minus { + margin-bottom: -60px !important; + } + .p-16-fs { + padding: 64px !important; + } + .pr-16-fs { + padding-right: 64px !important; + } + .pl-16-fs { + padding-left: 64px !important; + } + .pt-16-fs { + padding-top: 64px !important; + } + .pb-16-fs { + padding-bottom: 64px !important; + } + .px-16-fs { + padding-left: 64px !important; + padding-right: 64px !important; + } + .py-16-fs { + padding-top: 64px !important; + padding-bottom: 64px !important; + } + .m-16-fs { + margin: 64px !important; + } + .mr-16-fs { + margin-right: 64px !important; + } + .ml-16-fs { + margin-left: 64px !important; + } + .mt-16-fs { + margin-top: 64px !important; + } + .mb-16-fs { + margin-bottom: 64px !important; + } + .mx-16-fs { + margin-left: 64px !important; + margin-right: 64px !important; + } + .my-16-fs { + margin-top: 64px !important; + margin-bottom: 64px !important; + } + .m-16-fs-minus { + margin: -64px !important; + } + .mr-16-fs-minus { + margin-right: -64px !important; + } + .ml-16-fs-minus { + margin-left: -64px !important; + } + .mt-16-fs-minus { + margin-top: -64px !important; + } + .mb-16-fs-minus { + margin-bottom: -64px !important; + } + .p-17-fs { + padding: 68px !important; + } + .pr-17-fs { + padding-right: 68px !important; + } + .pl-17-fs { + padding-left: 68px !important; + } + .pt-17-fs { + padding-top: 68px !important; + } + .pb-17-fs { + padding-bottom: 68px !important; + } + .px-17-fs { + padding-left: 68px !important; + padding-right: 68px !important; + } + .py-17-fs { + padding-top: 68px !important; + padding-bottom: 68px !important; + } + .m-17-fs { + margin: 68px !important; + } + .mr-17-fs { + margin-right: 68px !important; + } + .ml-17-fs { + margin-left: 68px !important; + } + .mt-17-fs { + margin-top: 68px !important; + } + .mb-17-fs { + margin-bottom: 68px !important; + } + .mx-17-fs { + margin-left: 68px !important; + margin-right: 68px !important; + } + .my-17-fs { + margin-top: 68px !important; + margin-bottom: 68px !important; + } + .m-17-fs-minus { + margin: -68px !important; + } + .mr-17-fs-minus { + margin-right: -68px !important; + } + .ml-17-fs-minus { + margin-left: -68px !important; + } + .mt-17-fs-minus { + margin-top: -68px !important; + } + .mb-17-fs-minus { + margin-bottom: -68px !important; + } + .p-18-fs { + padding: 72px !important; + } + .pr-18-fs { + padding-right: 72px !important; + } + .pl-18-fs { + padding-left: 72px !important; + } + .pt-18-fs { + padding-top: 72px !important; + } + .pb-18-fs { + padding-bottom: 72px !important; + } + .px-18-fs { + padding-left: 72px !important; + padding-right: 72px !important; + } + .py-18-fs { + padding-top: 72px !important; + padding-bottom: 72px !important; + } + .m-18-fs { + margin: 72px !important; + } + .mr-18-fs { + margin-right: 72px !important; + } + .ml-18-fs { + margin-left: 72px !important; + } + .mt-18-fs { + margin-top: 72px !important; + } + .mb-18-fs { + margin-bottom: 72px !important; + } + .mx-18-fs { + margin-left: 72px !important; + margin-right: 72px !important; + } + .my-18-fs { + margin-top: 72px !important; + margin-bottom: 72px !important; + } + .m-18-fs-minus { + margin: -72px !important; + } + .mr-18-fs-minus { + margin-right: -72px !important; + } + .ml-18-fs-minus { + margin-left: -72px !important; + } + .mt-18-fs-minus { + margin-top: -72px !important; + } + .mb-18-fs-minus { + margin-bottom: -72px !important; + } + .p-19-fs { + padding: 76px !important; + } + .pr-19-fs { + padding-right: 76px !important; + } + .pl-19-fs { + padding-left: 76px !important; + } + .pt-19-fs { + padding-top: 76px !important; + } + .pb-19-fs { + padding-bottom: 76px !important; + } + .px-19-fs { + padding-left: 76px !important; + padding-right: 76px !important; + } + .py-19-fs { + padding-top: 76px !important; + padding-bottom: 76px !important; + } + .m-19-fs { + margin: 76px !important; + } + .mr-19-fs { + margin-right: 76px !important; + } + .ml-19-fs { + margin-left: 76px !important; + } + .mt-19-fs { + margin-top: 76px !important; + } + .mb-19-fs { + margin-bottom: 76px !important; + } + .mx-19-fs { + margin-left: 76px !important; + margin-right: 76px !important; + } + .my-19-fs { + margin-top: 76px !important; + margin-bottom: 76px !important; + } + .m-19-fs-minus { + margin: -76px !important; + } + .mr-19-fs-minus { + margin-right: -76px !important; + } + .ml-19-fs-minus { + margin-left: -76px !important; + } + .mt-19-fs-minus { + margin-top: -76px !important; + } + .mb-19-fs-minus { + margin-bottom: -76px !important; + } + .p-20-fs { + padding: 80px !important; + } + .pr-20-fs { + padding-right: 80px !important; + } + .pl-20-fs { + padding-left: 80px !important; + } + .pt-20-fs { + padding-top: 80px !important; + } + .pb-20-fs { + padding-bottom: 80px !important; + } + .px-20-fs { + padding-left: 80px !important; + padding-right: 80px !important; + } + .py-20-fs { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + .m-20-fs { + margin: 80px !important; + } + .mr-20-fs { + margin-right: 80px !important; + } + .ml-20-fs { + margin-left: 80px !important; + } + .mt-20-fs { + margin-top: 80px !important; + } + .mb-20-fs { + margin-bottom: 80px !important; + } + .mx-20-fs { + margin-left: 80px !important; + margin-right: 80px !important; + } + .my-20-fs { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + .m-20-fs-minus { + margin: -80px !important; + } + .mr-20-fs-minus { + margin-right: -80px !important; + } + .ml-20-fs-minus { + margin-left: -80px !important; + } + .mt-20-fs-minus { + margin-top: -80px !important; + } + .mb-20-fs-minus { + margin-bottom: -80px !important; } } -.switch { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - margin: 0; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; -} -.switch input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.switch .check, -.switch .caption { - display: block; - line-height: 38px; - font-size: 14px; - margin: 0 4px; - position: relative; -} -.switch .check { - position: relative; - height: 1.25rem; - width: 2.8125rem; - border: 2px #1d1d1d solid; - cursor: pointer; - background: transparent; - z-index: 1; - display: inline-block; - vertical-align: middle; - border-radius: 0.5625rem; - -ms-flex-negative: 0; - flex-shrink: 0; -} -.switch .check::after { - position: absolute; - left: 3px; - display: block; - content: ""; - height: 0.75rem; - width: 0.75rem; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - border: 2px #333 solid; - cursor: pointer; - background: #333; - z-index: 2; - border-radius: 50%; -} -.switch input[type="checkbox"]:checked ~ .check { - background: #1d1d1d; - border-color: #1d1d1d; -} -.switch input[type="checkbox"]:checked ~ .check::after { - background-color: #ffffff; - border-color: #ffffff; - left: auto; - -webkit-transform: translateX(1.625rem) translateY(-50%); - -ms-transform: translateX(1.625rem) translateY(-50%); - transform: translateX(1.625rem) translateY(-50%); -} -.switch input[type="checkbox"]:disabled ~ .check { - background-color: #e9e9e9; - border-color: #e9e9e9; -} -.switch input[type="checkbox"]:disabled ~ .check::after { - background-color: #d0d0d0; - border-color: #d0d0d0; -} -.switch .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.switch .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.switch.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.switch.required, -.switch.invalid, -.switch.valid { - border: none!important; -} -.switch.invalid::after { - display: none; -} -.switch.transition-on .check { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch.transition-on .check::after { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch.transition-on input[type="checkbox"]:checked ~ .check::after { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch-material { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - cursor: pointer; - height: 36px; - margin: 0; -} -.switch-material input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.switch-material .check, -.switch-material .caption { - display: inline-block; - vertical-align: middle; - line-height: 18px; - font-size: 14px; - margin: 0 4px; -} -.switch-material .check { - width: 36px; - height: 16px; - background-color: #929292; - border-radius: 8px; - overflow: visible; - position: relative; - margin: 0 4px; -} -.switch-material .check::before { - position: absolute; - display: block; - content: ""; - width: 22px; - height: 22px; - z-index: 2; - margin-top: -3px; - margin-left: -3px; - border-radius: 50%; - background-color: #00aba9; - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.switch-material input:checked ~ .check { - background-color: rgba(0, 150, 136, 0.5); -} -.switch-material input:not(:checked) ~ .check::before { - background-color: #ffffff; -} -.switch-material input:checked ~ .check { - background-color: rgba(0, 150, 136, 0.5); -} -.switch-material input:checked ~ .check::before { - -webkit-transform: translateX(22px); - -ms-transform: translateX(22px); - transform: translateX(22px); -} -.switch-material input:disabled ~ .check { - background-color: #D5D5D5; -} -.switch-material input:disabled ~ .check:before { - background-color: #BDBDBD; -} -.switch-material .check { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.switch-material .caption { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.switch-material.caption-left { - -webkit-box-orient: horizontal; - -webkit-box-direction: reverse; - -ms-flex-flow: row-reverse nowrap; - flex-flow: row-reverse nowrap; -} -.switch-material.transition-on { - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.switch-material.transition-on input:not(:checked) ~ .check::before { - -webkit-transition: linear all 0.2s; - -o-transition: linear all 0.2s; - transition: linear all 0.2s; -} -.switch-material.transition-on input:checked ~ .check::before { - -webkit-transition: linear all 0.2s; - -o-transition: linear all 0.2s; - transition: linear all 0.2s; -} -.t-menu { - list-style: none inside; - margin: 0; - padding: 0; - position: relative; - width: auto; - float: left; - background-color: #ffffff; - color: #1d1d1d; - border-collapse: separate; - display: none; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); -} -.t-menu.open { - display: block; -} -.t-menu > li { - position: relative; - background-color: inherit; - color: inherit; - display: block; -} -.t-menu > li > a { - display: block; - padding: 0 1rem; - border-bottom: 1px #dfdfdf solid; - position: relative; - color: inherit; - background-color: inherit; - height: 60px; - width: 60px; - line-height: 60px; -} -.t-menu > li > a .icon { - width: 1.5rem; - height: 1.5rem; - font-size: 1.5rem; - line-height: 60px; -} -.t-menu > li:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.t-menu > li:last-child a { - border-bottom: 0; -} -.t-menu a { - text-decoration: none!important; -} -.t-menu.horizontal > li { - float: left; -} -.t-menu .t-menu { - position: absolute; - left: 100%; - margin-left: 0.3125rem; - top: 0; - float: none; -} -.t-menu.horizontal .t-menu { - left: 0 ; - top: 100% ; - margin-top: 0.3125rem; - margin-left: 0 ; -} -.t-menu .dropdown-toggle { - padding-right: 1rem!important; -} -.t-menu .dropdown-toggle:after { - content: ""; - background-color: transparent; - position: absolute; - left: auto; - top: auto; - bottom: 0; - right: 0; - width: 0; - height: 0; - border-style: solid; - border-width: 0 0 8px 8px; - border-color: transparent transparent rgba(29, 29, 29, 0.5) transparent; - -webkit-transform: rotate(0); - -ms-transform: rotate(0); - transform: rotate(0); -} -.t-menu .dropdown-toggle:before { - display: none; -} -.t-menu.horizontal > li > a { - border-right: 1px #dfdfdf solid; - border-bottom: 0; -} -.t-menu.horizontal > li:last-child > a { - border-right: 0; -} -.t-menu.horizontal .t-menu:not(.horizontal) { - left: 0; - top: 100% ; - margin-top: 0.3125rem; - margin-left: 0 ; -} -.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal { - left: 100% ; - margin-left: 0.3125rem; - top: -0.3rem; - float: left; -} -.t-menu.compact li a { - padding: 0 0.7rem; - width: 40px; - height: 40px; - line-height: 40px; -} -.t-menu.compact li a .icon { - width: 1rem; - height: 1rem; - font-size: 1rem; - line-height: 40px; -} -.t-menu.compact .dropdown-toggle { - padding-right: 0.7rem !important; -} -.t-menu { - z-index: 1000; -} -.table-container { - display: block; - position: relative; -} -.table-container.horizontal-scroll { - overflow: hidden; - overflow-x: auto; -} -.table-container.horizontal-scroll .table { - width: auto; - min-width: 100%; -} -.table { - display: table; -} -.thead { - display: table-header-group; -} -.tfoot { - display: table-footer-group; -} -.tbody { - display: table-row-group; -} -.tr { - display: table-row; -} -.th, -.td { - display: table-cell; -} -.table { - width: 100%; - margin-bottom: 1rem; - margin-top: 1rem; -} -.table th, -.table .th, -.table td, -.table .td { - padding: 0.625rem; -} -.table.fixed-layout { - table-layout: fixed; -} -.table.fixed-layout th, -.table.fixed-layout .th, -.table.fixed-layout td, -.table.fixed-layout .td { - white-space: nowrap; - overflow: hidden; -} -.table thead, -.table tfoot, -.table .thead, -.table .tfoot { - border-bottom: 4px solid #e4e4e4; -} -.table thead th, -.table tfoot th, -.table .thead th, -.table .tfoot th, -.table thead td, -.table tfoot td, -.table .thead td, -.table .tfoot td, -.table thead .th, -.table tfoot .th, -.table .thead .th, -.table .tfoot .th, -.table thead .td, -.table tfoot .td, -.table .thead .td, -.table .tfoot .td { - cursor: default; - color: #1d1d1d; - border-color: transparent; - text-align: left; - font-weight: bold; - line-height: 1.2; -} -.table tfoot, -.table .tfoot { - border-top: 4px solid #e4e4e4; -} -.table tbody td, -.table .tbody td, -.table tbody .td, -.table .tbody .td { - padding: 0.625rem; - vertical-align: middle; -} -.table .sortable-column, -.table .sorting { - position: relative; - cursor: pointer; - padding-right: 30px; -} -.table .sortable-column:after, -.table .sorting:after { - position: absolute; - content: "\21C5"; - width: 1rem; - height: 1rem; - left: 100%; - margin-left: -1.25rem; - top: 50%; - margin-top: -0.3rem; - color: inherit; - font-size: 0.8em; - font-weight: 100; - line-height: 1; - opacity: 0.7; -} -.table .sortable-column.sort-asc, -.table .sorting.sort-asc, -.table .sortable-column.sort-desc, -.table .sorting.sort-desc, -.table .sortable-column.sorting_asc, -.table .sorting.sorting_asc, -.table .sortable-column.sorting_desc, -.table .sorting.sorting_desc { - background-color: #ebebeb; -} -.table .sortable-column.sort-asc:after, -.table .sorting.sort-asc:after, -.table .sortable-column.sort-desc:after, -.table .sorting.sort-desc:after, -.table .sortable-column.sorting_asc:after, -.table .sorting.sorting_asc:after, -.table .sortable-column.sorting_desc:after, -.table .sorting.sorting_desc:after { - color: #1d1d1d; - opacity: 1; - font-weight: 700; - font-size: 1em; - margin-top: -0.5rem; -} -.table .sortable-column.sort-asc:after, -.table .sorting.sort-asc:after, -.table .sortable-column.sorting_asc:after, -.table .sorting.sorting_asc:after { - content: "\2191"; -} -.table .sortable-column.sort-desc:after, -.table .sorting.sort-desc:after, -.table .sortable-column.sorting_desc:after, -.table .sorting.sorting_desc:after { - content: "\2193"; -} -.table.sortable-markers-on-left .sortable-column, -.table.sortable-markers-on-left .sorting { - padding-left: 30px; - padding-right: 10px; -} -.table.sortable-markers-on-left .sortable-column:before, -.table.sortable-markers-on-left .sorting:before, -.table.sortable-markers-on-left .sortable-column:after, -.table.sortable-markers-on-left .sorting:after { - left: 0; - margin-left: 0.625rem; -} -.table tr.selected td, -.table .tr.selected td, -.table tr.selected .td, -.table .tr.selected .td { - background-color: rgba(28, 183, 236, 0.1); -} -.table td.selected, -.table .td.selected { - background-color: rgba(28, 183, 236, 0.3); -} -.table.striped tbody tr:nth-child(odd), -.table.striped .tbody .tr:nth-child(odd) { - background: #f8f8f8; -} -.table.row-hover tbody tr:hover, -.table.row-hover .tbody tr:hover, -.table.row-hover tbody .tr:hover, -.table.row-hover .tbody .tr:hover { - background-color: rgba(28, 183, 236, 0.1); -} -.table.cell-hover tbody td:hover, -.table.cell-hover .tbody td:hover, -.table.cell-hover tbody .td:hover, -.table.cell-hover .tbody .td:hover { - background-color: rgba(28, 183, 236, 0.3); -} -.table.table-border { - border: 1px #dfdfdf solid; -} -.table.cell-border th, -.table.cell-border td, -.table.cell-border .th, -.table.cell-border .td { - border: 1px #dfdfdf solid; -} -.table.cell-border thead tr:first-child th, -.table.cell-border .thead tr:first-child th, -.table.cell-border thead .tr:first-child th, -.table.cell-border .thead .tr:first-child th, -.table.cell-border thead tr:first-child td, -.table.cell-border .thead tr:first-child td, -.table.cell-border thead .tr:first-child td, -.table.cell-border .thead .tr:first-child td, -.table.cell-border thead tr:first-child .th, -.table.cell-border .thead tr:first-child .th, -.table.cell-border thead .tr:first-child .th, -.table.cell-border .thead .tr:first-child .th, -.table.cell-border thead tr:first-child .td, -.table.cell-border .thead tr:first-child .td, -.table.cell-border thead .tr:first-child .td, -.table.cell-border .thead .tr:first-child .td { - border-top: none; -} -.table.cell-border thead tr:first-child th:first-child, -.table.cell-border .thead tr:first-child th:first-child, -.table.cell-border thead .tr:first-child th:first-child, -.table.cell-border .thead .tr:first-child th:first-child, -.table.cell-border thead tr:first-child td:first-child, -.table.cell-border .thead tr:first-child td:first-child, -.table.cell-border thead .tr:first-child td:first-child, -.table.cell-border .thead .tr:first-child td:first-child, -.table.cell-border thead tr:first-child .th:first-child, -.table.cell-border .thead tr:first-child .th:first-child, -.table.cell-border thead .tr:first-child .th:first-child, -.table.cell-border .thead .tr:first-child .th:first-child, -.table.cell-border thead tr:first-child .td:first-child, -.table.cell-border .thead tr:first-child .td:first-child, -.table.cell-border thead .tr:first-child .td:first-child, -.table.cell-border .thead .tr:first-child .td:first-child { - border-left: none; -} -.table.cell-border thead tr:first-child th:last-child, -.table.cell-border .thead tr:first-child th:last-child, -.table.cell-border thead .tr:first-child th:last-child, -.table.cell-border .thead .tr:first-child th:last-child, -.table.cell-border thead tr:first-child td:last-child, -.table.cell-border .thead tr:first-child td:last-child, -.table.cell-border thead .tr:first-child td:last-child, -.table.cell-border .thead .tr:first-child td:last-child, -.table.cell-border thead tr:first-child .th:last-child, -.table.cell-border .thead tr:first-child .th:last-child, -.table.cell-border thead .tr:first-child .th:last-child, -.table.cell-border .thead .tr:first-child .th:last-child, -.table.cell-border thead tr:first-child .td:last-child, -.table.cell-border .thead tr:first-child .td:last-child, -.table.cell-border thead .tr:first-child .td:last-child, -.table.cell-border .thead .tr:first-child .td:last-child { - border-right: none; -} -.table.cell-border tbody tr:first-child td, -.table.cell-border .tbody tr:first-child td, -.table.cell-border tbody .tr:first-child td, -.table.cell-border .tbody .tr:first-child td, -.table.cell-border tbody tr:first-child .td, -.table.cell-border .tbody tr:first-child .td, -.table.cell-border tbody .tr:first-child .td, -.table.cell-border .tbody .tr:first-child .td { - border-top: none; -} -.table.cell-border tbody tr td:first-child, -.table.cell-border .tbody tr td:first-child, -.table.cell-border tbody .tr td:first-child, -.table.cell-border .tbody .tr td:first-child, -.table.cell-border tbody tr .td:first-child, -.table.cell-border .tbody tr .td:first-child, -.table.cell-border tbody .tr .td:first-child, -.table.cell-border .tbody .tr .td:first-child { - border-left: none; -} -.table.cell-border tbody tr td:last-child, -.table.cell-border .tbody tr td:last-child, -.table.cell-border tbody .tr td:last-child, -.table.cell-border .tbody .tr td:last-child, -.table.cell-border tbody tr .td:last-child, -.table.cell-border .tbody tr .td:last-child, -.table.cell-border tbody .tr .td:last-child, -.table.cell-border .tbody .tr .td:last-child { - border-right: none; -} -.table.cell-border tbody tr:last-child td, -.table.cell-border .tbody tr:last-child td, -.table.cell-border tbody .tr:last-child td, -.table.cell-border .tbody .tr:last-child td, -.table.cell-border tbody tr:last-child .td, -.table.cell-border .tbody tr:last-child .td, -.table.cell-border tbody .tr:last-child .td, -.table.cell-border .tbody .tr:last-child .td { - border-bottom: none; -} -.table.row-border tr + tr, -.table.row-border .tr + .tr { - border-top: 1px #dfdfdf solid; -} -.table.subcompact th, -.table.subcompact td, -.table.subcompact .th, -.table.subcompact .td { - padding: 3px 8px; - font-size: 80%; -} -.table.compact th, -.table.compact td, -.table.compact .th, -.table.compact .td { - padding: 7px 8px; - font-size: 80%; -} -.table .check-cell, -.table .rownum-cell { - width: 36px; - text-align: center; -} -.table thead td.hidden, -.table tbody td.hidden, -.table .thead td.hidden, -.table .tbody td.hidden, -.table thead th.hidden, -.table tbody th.hidden, -.table .thead th.hidden, -.table .tbody th.hidden, -.table thead .th.hidden, -.table tbody .th.hidden, -.table .thead .th.hidden, -.table .tbody .th.hidden, -.table thead .td.hidden, -.table tbody .td.hidden, -.table .thead .td.hidden, -.table .tbody .td.hidden { - display: none!important; -} -.table .data-wrapper { - white-space: nowrap; - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; -} -.table .checkbox, -.table .radio, -.table .switch { - height: initial; -} -.table-component { - display: block; - position: relative; -} -.table-bottom { - margin-left: 0; - margin-right: 0; -} -.table-info, -.table-pagination, -.table-skip { - -ms-flex-preferred-size: auto; - flex-basis: auto; -} -.table-progress { - width: 64px; - height: 64px; - position: absolute; - top: 200px; - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - display: none; - z-index: 2; -} -.table-progress [class*=activity-] { - margin: 0 auto; -} -.table-inspector { - display: none; - position: absolute; - top: 0; - left: 0; - background-color: #ffffff; - color: #1d1d1d; - z-index: 500; - border: 1px double #dfdfdf; - width: auto; - padding: 10px; - max-height: calc(100vh - 40px); - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -.table-inspector .table-inspector-header { - display: block; - position: relative; - white-space: nowrap; - overflow: hidden; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - padding: 0 0.5rem 0.5rem; - border-bottom: 1px solid #dfdfdf; - font-size: 24px; - font-weight: 100; - margin-bottom: 0.5rem; -} -.table-inspector .table-wrap { - display: block; - height: calc(100% - 110px); - overflow-x: hidden; - overflow-y: auto; -} -.table-inspector .table-inspector-actions { - display: block; - position: relative; - border-top: 1px solid #dfdfdf; - padding: 0.5rem 0.5rem 0; - margin-top: 0.5rem; -} -.table-inspector table, -.table-inspector .table { - margin-bottom: 0; -} -.table-inspector table td, -.table-inspector .table td, -.table-inspector table .td, -.table-inspector .table .td { - vertical-align: middle; -} -.table-inspector table tr.flash, -.table-inspector .table tr.flash, -.table-inspector table .tr.flash, -.table-inspector .table .tr.flash { - -webkit-animation: flash-bg 1s ease-out; - animation: flash-bg 1s ease-out; - -webkit-animation-iteration-count: 1; - animation-iteration-count: 1; -} -.table-inspector .spinner { - width: 120px; -} -.table-inspector .spinner input { - font-size: 14px; -} -.table-inspector.open { - display: block; -} -.table-form { - display: block; - position: absolute; - z-index: 500; - height: auto; - max-height: calc(100vh - 40px); - width: auto; - max-width: calc(100vw - 40px); - top: 50%; - left: 50%; - -webkit-transform: translate3d(-50%, -50%, 0); - transform: translate3d(-50%, -50%, 0); - border: 1px solid #dfdfdf; - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -@-webkit-keyframes flash-bg { - 0% { - background-color: #ffffff; - } - 30% { - background-color: #bebebe; - } - 100% { - background-color: #ffffff; - } -} -@keyframes flash-bg { - 0% { - background-color: #ffffff; - } - 30% { - background-color: #bebebe; - } - 100% { - background-color: #ffffff; - } -} -@media screen and (min-width: 0) { - .table.normal-fs th, - .table.normal-fs td, - .table.normal-fs .th, - .table.normal-fs .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-fs th, - .table.compact-fs td, - .table.compact-fs .th, - .table.compact-fs .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-fs th, - .table.subcompact-fs td, - .table.subcompact-fs .th, - .table.subcompact-fs .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 576px) { - .table.normal-sm th, - .table.normal-sm td, - .table.normal-sm .th, - .table.normal-sm .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-sm th, - .table.compact-sm td, - .table.compact-sm .th, - .table.compact-sm .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-sm th, - .table.subcompact-sm td, - .table.subcompact-sm .th, - .table.subcompact-sm .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 768px) { - .table.normal-md th, - .table.normal-md td, - .table.normal-md .th, - .table.normal-md .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-md th, - .table.compact-md td, - .table.compact-md .th, - .table.compact-md .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-md th, - .table.subcompact-md td, - .table.subcompact-md .th, - .table.subcompact-md .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 992px) { - .table.normal-lg th, - .table.normal-lg td, - .table.normal-lg .th, - .table.normal-lg .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-lg th, - .table.compact-lg td, - .table.compact-lg .th, - .table.compact-lg .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-lg th, - .table.subcompact-lg td, - .table.subcompact-lg .th, - .table.subcompact-lg .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 1200px) { - .table.normal-xl th, - .table.normal-xl td, - .table.normal-xl .th, - .table.normal-xl .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-xl th, - .table.compact-xl td, - .table.compact-xl .th, - .table.compact-xl .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-xl th, - .table.subcompact-xl td, - .table.subcompact-xl .th, - .table.subcompact-xl .td { - padding: 3px 8px; - font-size: 80%; - } -} -@media screen and (min-width: 1452px) { - .table.normal-xxl th, - .table.normal-xxl td, - .table.normal-xxl .th, - .table.normal-xxl .td { - padding: 0.625rem; - font-size: 1em; - } - .table.compact-xxl th, - .table.compact-xxl td, - .table.compact-xxl .th, - .table.compact-xxl .td { - padding: 7px 8px; - font-size: 80%; - } - .table.subcompact-xxl th, - .table.subcompact-xxl td, - .table.subcompact-xxl .th, - .table.subcompact-xxl .td { - padding: 3px 8px; - font-size: 80%; - } -} -.table-load-data-activity { - position: absolute!important; - top: 0; - left: 0; - z-index: 500; -} -.table-skip { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - position: relative; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; -} -.table-skip input { - width: 220px; -} -.tabs { - position: relative; - border: 1px solid #dfdfdf; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - background-color: #ffffff; - color: #1d1d1d; -} -.tabs .hamburger, -.tabs .expand-title { - cursor: pointer; -} -.tabs .hamburger { - position: absolute; - top: 0.25rem; - right: 0.25rem; - display: block; -} -.tabs .expand-title { - display: block; - padding: 0.65rem 1rem 0; - background-color: inherit; - color: inherit; - text-decoration: none; -} -.tabs > ul.tabs-list { - list-style: none inside; - margin: 0; - padding: 0; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-pack: inherit; - -ms-flex-pack: inherit; - justify-content: inherit; - width: 100%; - margin-top: 0.5rem; - margin-bottom: 1px; - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; -} -.tabs > ul.tabs-list > li, -.tabs > ul.tabs-list a { - position: relative; -} -.tabs > ul.tabs-list > li { - display: block; - background-color: #ffffff; - color: #1d1d1d; - margin: 0 0 -1px 0; -} -.tabs > ul.tabs-list > li > a { - padding: 0.5rem 1rem; - background-color: inherit; - color: inherit; - text-decoration: none; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; -} -.tabs > ul.tabs-list > li > a > [class*=mif-] { - margin: 0 4px; -} -.tabs > ul.tabs-list > li:hover { - background-color: #f8f8f8; -} -.tabs > ul.tabs-list > li.active { - background-color: #dfdfdf; -} -.tabs > ul.tabs-list .d-menu { - position: relative; - width: 100%; - -webkit-box-shadow: none; - box-shadow: none; -} -.tabs.bottom > ul.tabs-list { - border: none; -} -.tabs.bottom > ul.tabs-list > li { - margin: -1px 0 0 0; -} -.tabs.vertical > ul.tabs-list { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - border: none; - border-right: 1px solid #dfdfdf; - width: auto; - height: 100%; - -webkit-box-pack: inherit; - -ms-flex-pack: inherit; - justify-content: inherit; -} -.tabs.vertical > ul.tabs-list > li { - border: none; - border-right: 1px solid #dfdfdf; - margin: 0 -1px 0 0; -} -.tabs.vertical > ul.tabs-list > li > a { - text-align: right; -} -.tabs.vertical > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-right: none; -} -.tabs.vertical.right > ul.tabs-list { - border: none; - border-left: 1px solid #dfdfdf; -} -.tabs.vertical.right > ul.tabs-list > li { - border: none; - border-left: 1px solid #dfdfdf; - margin: 0 0 0 -1px; -} -.tabs.vertical.right > ul.tabs-list > li > a { - text-align: left; -} -.tabs.vertical.right > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-left: none; -} -.tabs.vertical { - min-width: 3.5rem; -} -.tabs.vertical .expand-title { - display: none!important; -} -.tabs-expand { - border: none; -} -.tabs-expand > ul.tabs-list { - border: 0; - border-bottom: 1px solid #dfdfdf; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - display: -webkit-box !important; - display: -ms-flexbox !important; - display: flex !important; - margin-top: 0; - height: auto; - max-height: none; - overflow: visible; -} -.tabs-expand > ul.tabs-list > li { - border-bottom: 1px solid #dfdfdf; -} -.tabs-expand > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-bottom: none; - background-color: #ffffff; -} -.tabs-expand > ul.tabs-list .d-menu { - position: absolute; - width: auto; - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); -} -.tabs-expand.bottom > ul.tabs-list { - border: none; - border-top: 1px solid #dfdfdf; -} -.tabs-expand.bottom > ul.tabs-list > li { - border: none; - border-top: 1px solid #dfdfdf; -} -.tabs-expand.bottom > ul.tabs-list > li.active { - border: 1px solid #dfdfdf; - border-top: none; -} -.tabs-expand.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; -} -.tabs-expand .hamburger, -.tabs-expand .expand-title { - display: none; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text, -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills, -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { - border-bottom: none; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; - border: none; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:hover { - background: transparent; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li.active { - font-size: 3rem; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li > a { - height: 100%; - padding: 0.5rem 0.5rem 0; - -webkit-box-align: end; - -ms-flex-align: end; - align-items: flex-end; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:not(.active) a { - padding-bottom: 10px; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li { - border: 1px solid #dfdfdf; - width: 100%; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li.active { - background: #e4e4e4; - font-weight: 500; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li { - border: 1px solid transparent; - overflow: hidden; - border-radius: 10px; -} -.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li.active { - font-weight: 500; - border-color: #dfdfdf; - background: #e4e4e4; -} -.tabs-material { - margin: 0; - padding: 0 52px; - position: fixed; - height: auto; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - overflow: auto; - overflow-y: hidden; - width: 100%; - z-index: 1030; - background-color: #ffffff; - color: #1d1d1d; - white-space: nowrap; - list-style: none inside; - line-height: 1; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; -} -.tabs-material::-webkit-scrollbar { - display: none!important; -} -.tabs-material li { - -ms-flex-negative: 0; - flex-shrink: 0; - position: relative; - display: block; - height: 48px; - cursor: pointer; - opacity: 0.6; - text-align: center; - margin: 0; - overflow: hidden; - max-width: 360px; - min-width: 90px; - background-color: inherit; - color: inherit; -} -.tabs-material li a { - display: block; - position: relative; - padding: 16px 16px; - background-color: inherit; - color: inherit; - text-decoration: none; - font-weight: 500; - white-space: nowrap; - font-size: 14px; - text-transform: uppercase; - line-height: 20px; - width: 100%; -} -.tabs-material li .icon { - width: 24px; - height: 24px; - line-height: 24px; - font-size: 22px; - display: block; -} -.tabs-material::after { - content: " "; - min-width: 52px; -} -.tabs-material.with-icons li { - height: 72px; -} -.tabs-material li.active, -.tabs-material li:hover { - opacity: 1; - -webkit-transition: 0.3s linear; - -o-transition: 0.3s linear; - transition: 0.3s linear; -} -.tabs-material .tab-marker { - display: block; - position: absolute; - height: 2px; - bottom: 0; - left: 0; - color: transparent; - opacity: 1; - z-index: 1; - background-color: #1d1d1d; -} -.tabs-material .tab-badge { - position: absolute; - top: 8px; - right: 8px; - padding: 4px; -} -.tabs-material.deep { - z-index: 1029; -} -.tabs-material.fixed-tabs { - overflow-x: hidden; - padding: 0; -} -.tabs-material.fixed-tabs li { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} -.tabs-material.fixed-tabs::after { - content: ""; - min-width: 0; -} -.head-bar ~ .fixed-tabs, -.tabs-material.app-bar-present { - top: 56px; -} -.head-bar.more ~ .fixed-tabs, -.tabs-material.app-bar-present-more { - top: 112px; -} -.tag-input { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - width: 100%; - padding: 0 2px; - cursor: text; - position: relative; - height: auto; - min-height: 36px; -} -.tag-input .original-input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.tag-input .input-wrapper { - width: auto; - border: none!important; - height: 26px; - line-height: 26px; - font-size: 14px; - padding: 0 4px; -} -.tag-input .input-wrapper:focus { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.tag-input .tag { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: start; - -ms-flex-align: start; - align-items: flex-start; - position: relative; - margin: 2px; - padding: 0; - height: 26px; - line-height: 26px; - background-color: #f8f8f8; - cursor: default; -} -.tag-input .tag .title { - display: block; - position: relative; - max-width: 120px; - font-size: 14px; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - margin: 0 8px; -} -.tag-input .tag .remover { - display: block; - position: relative; - width: 26px; - height: 100%; - line-height: 22px; - text-align: center; - cursor: pointer; - background-color: #e4e4e4; - font-size: 1.2rem; -} -.tag-input .input-clear-button { - position: absolute; - top: 0; - right: 0; - z-index: 2; - background-color: transparent; - height: 34px; - min-width: 34px; -} -.tag-input .input-clear-button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; -} -.tag-input.padding-for-clear { - padding-right: 48px; -} -.tag-input.input-large { - min-height: 50px; -} -.tag-input.input-large .tag { - margin: 2px 2px; - height: 36px; - line-height: 36px; -} -.tag-input.input-large .tag .title { - font-size: 1.3rem; - line-height: 36px; -} -.tag-input.input-large .tag .remover { - width: 35px; - height: 35px; - line-height: 30px; - font-size: 1.6rem; -} -.tag-input.input-large input { - height: 48px; - font-size: 1.3rem; - padding: 0 10px; - line-height: 48px; - min-width: 5em; -} -.tag-input.input-large .button { - height: 48px; - min-width: 48px; - font-size: 1.3rem; -} -.tag-input.input-large .button [class*=mif-] { - font-size: 1.3rem; -} -.tag-input.input-large .button [class*=default-icon-] { - width: 21px; - height: 21px; -} -.tag-input.input-large .button .input-clear-button { - width: 48px; - padding: 0; -} -.tag-input.input-small { - min-height: 28px; -} -.tag-input.input-small .tag { - margin: 2px 2px; - height: 18px; - line-height: 18px; -} -.tag-input.input-small .tag .title { - font-size: 0.7rem; - line-height: 18px; -} -.tag-input.input-small .tag .remover { - width: 18px; - height: 18px; - line-height: 18px; - font-size: 0.8rem; -} -.tag-input.input-small input { - height: 26px; - font-size: 0.9rem; - padding: 0 4px; - line-height: 26px; - min-width: 5em; -} -.tag-input.input-small .button { - height: 26px; - min-width: 26px; - font-size: 0.9rem; -} -.tag-input.input-small .button [class*=mif-] { - font-size: 0.9rem; -} -.tag-input.input-small .button [class*=default-icon-] { - width: 14px; - height: 14px; -} -.tag-input.input-small .input-clear-button { - width: 26px; - padding: 0; -} -.tag-input.static-mode { - border: none!important; - cursor: default; -} -.tag-input.static-mode .tag { - border-radius: 10px; - background: #d4f0ff; - color: #1d1d1d; -} -.tag-input.static-mode .tag .remover { - display: none!important; -} -.tag-input.static-mode .button, -.tag-input.static-mode input { - display: none!important; -} -.textarea, -textarea { - height: auto; - padding: 0.5rem 0.75rem; -} -textarea { - line-height: 1.2; -} -.textarea { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - width: 100%; - padding: 0; -} -.textarea .fake-textarea { - opacity: 0; - z-index: -1; - position: absolute; - top: 0; - left: 0; - right: 0; - background: lightblue; - border: 1px solid red; -} -.textarea textarea { - min-height: 4rem; - overflow-y: hidden; - resize: none; - border: none!important; - -webkit-transition: height 0.1s linear; - -o-transition: height 0.1s linear; - transition: height 0.1s linear; -} -.textarea textarea:focus { - -webkit-box-shadow: none; - box-shadow: none; -} -.textarea.no-scroll-vertical textarea { - overflow-y: hidden!important; -} -.textarea .input-clear-button { - position: absolute; - top: 0; - right: 0; - z-index: 2; - background-color: transparent; -} -.textarea .input-clear-button:hover { - background-color: #f8f8f8; - text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; -} -.textarea.disabled .clear-button { - display: none; -} -.textarea .prepend { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.textarea .append { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.textarea textarea { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.textarea .input-clear-button ~ textarea { - padding-right: 48px; -} -.tile-small, -.tile-medium, -.tile-wide, -.tile-large, -.tile-app { - display: block; - background-color: #1ba1e2; - color: #ffffff; - width: 150px; - height: 150px; - -webkit-box-shadow: inset 0 0 1px #FFFFCC; - box-shadow: inset 0 0 1px #FFFFCC; - cursor: pointer; - position: relative; - overflow: hidden; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - max-width: none!important; -} -.tile-small { - width: 70px; - height: 70px; -} -.tile-medium { - width: 150px; - height: 150px; -} -.tile-wide { - width: 310px; - height: 150px; -} -.tile-large { - width: 310px; - height: 310px; -} -.tile-app { - width: 44px; - height: 44px; -} -.tile-small .icon, -.tile-medium .icon, -.tile-wide .icon, -.tile-large .icon, -.tile-app .icon { - max-width: 33%; - height: 33%; - position: absolute; - top: 50%; - left: 50%; - -webkit-transform: translateY(-50%) translateX(-50%); - -ms-transform: translateY(-50%) translateX(-50%); - transform: translateY(-50%) translateX(-50%); - font-size: 50px; - line-height: 50px; - z-index: 2; -} -.tile-small .branding-bar, -.tile-medium .branding-bar, -.tile-wide .branding-bar, -.tile-large .branding-bar, -.tile-app .branding-bar { - height: 32px; - line-height: 32px; - position: absolute; - left: 0; - bottom: 0; - right: 0; - padding: 0 10px 5px; - font-size: 0.875rem; - font-weight: 500; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - z-index: 2; -} -.tile-small .badge-top, -.tile-medium .badge-top, -.tile-wide .badge-top, -.tile-large .badge-top, -.tile-app .badge-top, -.tile-small .badge-bottom, -.tile-medium .badge-bottom, -.tile-wide .badge-bottom, -.tile-large .badge-bottom, -.tile-app .badge-bottom { - position: absolute; - display: block; - padding: 4px 8px; - font-size: 12px; - text-align: center; - background-color: rgba(29, 29, 29, 0.1); - z-index: 2; -} -.tile-small .badge-bottom, -.tile-medium .badge-bottom, -.tile-wide .badge-bottom, -.tile-large .badge-bottom, -.tile-app .badge-bottom { - right: 10px; - bottom: 0; -} -.tile-small .badge-top, -.tile-medium .badge-top, -.tile-wide .badge-top, -.tile-large .badge-top, -.tile-app .badge-top { - top: 10px; - right: 10px; -} -.tile-small:hover, -.tile-medium:hover, -.tile-wide:hover, -.tile-large:hover, -.tile-app:hover { - outline: rgba(29, 29, 29, 0.1) solid 4px; -} -.tile-small .icon { - max-width: 50%; - height: 50%; - font-size: 35px; - line-height: 35px; -} -.tile-large .icon { - font-size: 102px; - line-height: 102px; -} -.tile-app .icon { - max-width: 75%; - height: 75%; -} -.tile-small.transform-right, -.tile-medium.transform-right, -.tile-wide.transform-right, -.tile-large.transform-right, -.tile-app.transform-right { - -webkit-transform-origin: left 50%; - -ms-transform-origin: left 50%; - transform-origin: left 50%; - -webkit-transform: perspective(500px) rotateY(0.138372rad) !important; - transform: perspective(500px) rotateY(0.138372rad) !important; -} -.tile-small.transform-right.tile-small, -.tile-medium.transform-right.tile-small, -.tile-wide.transform-right.tile-small, -.tile-large.transform-right.tile-small, -.tile-app.transform-right.tile-small { - -webkit-transform: perspective(500px) rotateY(0.276744rad) !important; - transform: perspective(500px) rotateY(0.276744rad) !important; -} -.tile-small.transform-right.tile-wide, -.tile-medium.transform-right.tile-wide, -.tile-wide.transform-right.tile-wide, -.tile-large.transform-right.tile-wide, -.tile-app.transform-right.tile-wide { - -webkit-transform: perspective(500px) rotateY(0.069186rad) !important; - transform: perspective(500px) rotateY(0.069186rad) !important; -} -.tile-small.transform-right.tile-large, -.tile-medium.transform-right.tile-large, -.tile-wide.transform-right.tile-large, -.tile-large.transform-right.tile-large, -.tile-app.transform-right.tile-large { - -webkit-transform: perspective(500px) rotateY(0.046124rad) !important; - transform: perspective(500px) rotateY(0.046124rad) !important; -} -.tile-small.transform-left, -.tile-medium.transform-left, -.tile-wide.transform-left, -.tile-large.transform-left, -.tile-app.transform-left { - -webkit-transform-origin: right 50%; - -ms-transform-origin: right 50%; - transform-origin: right 50%; - -webkit-transform: perspective(500px) rotateY(-0.138372rad) !important; - transform: perspective(500px) rotateY(-0.138372rad) !important; -} -.tile-small.transform-left.tile-small, -.tile-medium.transform-left.tile-small, -.tile-wide.transform-left.tile-small, -.tile-large.transform-left.tile-small, -.tile-app.transform-left.tile-small { - -webkit-transform: perspective(500px) rotateY(-0.276744rad) !important; - transform: perspective(500px) rotateY(-0.276744rad) !important; -} -.tile-small.transform-left.tile-wide, -.tile-medium.transform-left.tile-wide, -.tile-wide.transform-left.tile-wide, -.tile-large.transform-left.tile-wide, -.tile-app.transform-left.tile-wide { - -webkit-transform: perspective(500px) rotateY(-0.069186rad) !important; - transform: perspective(500px) rotateY(-0.069186rad) !important; -} -.tile-small.transform-left.tile-large, -.tile-medium.transform-left.tile-large, -.tile-wide.transform-left.tile-large, -.tile-large.transform-left.tile-large, -.tile-app.transform-left.tile-large { - -webkit-transform: perspective(500px) rotateY(-0.046124rad) !important; - transform: perspective(500px) rotateY(-0.046124rad) !important; -} -.tile-small.transform-top, -.tile-medium.transform-top, -.tile-wide.transform-top, -.tile-large.transform-top, -.tile-app.transform-top { - -webkit-transform-origin: 50% bottom; - -ms-transform-origin: 50% bottom; - transform-origin: 50% bottom; - -webkit-transform: perspective(500px) rotateX(0.138372rad) !important; - transform: perspective(500px) rotateX(0.138372rad) !important; -} -.tile-small.transform-top.tile-small, -.tile-medium.transform-top.tile-small, -.tile-wide.transform-top.tile-small, -.tile-large.transform-top.tile-small, -.tile-app.transform-top.tile-small { - -webkit-transform: perspective(500px) rotateX(0.276744rad) !important; - transform: perspective(500px) rotateX(0.276744rad) !important; -} -.tile-small.transform-top.tile-wide, -.tile-medium.transform-top.tile-wide, -.tile-wide.transform-top.tile-wide, -.tile-large.transform-top.tile-wide, -.tile-app.transform-top.tile-wide { - -webkit-transform: perspective(500px) rotateX(0.069186rad) !important; - transform: perspective(500px) rotateX(0.069186rad) !important; -} -.tile-small.transform-top.tile-large, -.tile-medium.transform-top.tile-large, -.tile-wide.transform-top.tile-large, -.tile-large.transform-top.tile-large, -.tile-app.transform-top.tile-large { - -webkit-transform: perspective(500px) rotateX(0.046124rad) !important; - transform: perspective(500px) rotateX(0.046124rad) !important; -} -.tile-small.transform-bottom, -.tile-medium.transform-bottom, -.tile-wide.transform-bottom, -.tile-large.transform-bottom, -.tile-app.transform-bottom { - -webkit-transform-origin: 50% top; - -ms-transform-origin: 50% top; - transform-origin: 50% top; - -webkit-transform: perspective(500px) rotateX(-0.138372rad) !important; - transform: perspective(500px) rotateX(-0.138372rad) !important; -} -.tile-small.transform-bottom.tile-small, -.tile-medium.transform-bottom.tile-small, -.tile-wide.transform-bottom.tile-small, -.tile-large.transform-bottom.tile-small, -.tile-app.transform-bottom.tile-small { - -webkit-transform: perspective(500px) rotateX(-0.276744rad) !important; - transform: perspective(500px) rotateX(-0.276744rad) !important; -} -.tile-small.transform-bottom.tile-wide, -.tile-medium.transform-bottom.tile-wide, -.tile-wide.transform-bottom.tile-wide, -.tile-large.transform-bottom.tile-wide, -.tile-app.transform-bottom.tile-wide { - -webkit-transform: perspective(500px) rotateX(-0.069186rad) !important; - transform: perspective(500px) rotateX(-0.069186rad) !important; -} -.tile-small.transform-bottom.tile-large, -.tile-medium.transform-bottom.tile-large, -.tile-wide.transform-bottom.tile-large, -.tile-large.transform-bottom.tile-large, -.tile-app.transform-bottom.tile-large { - -webkit-transform: perspective(500px) rotateX(-0.046124rad) !important; - transform: perspective(500px) rotateX(-0.046124rad) !important; -} -.tiles-grid { - position: relative; - display: grid; - grid-template-columns: repeat(auto-fit, 70px); - grid-template-rows: repeat(auto-fit, 70px); - grid-gap: 10px; -} -.tiles-grid .tile-small { - grid-column: span 1; - grid-row: span 1; -} -.tiles-grid .tile-medium { - grid-column: span 2; - grid-row: span 2; -} -.tiles-grid .tile-wide { - grid-column: span 4; - grid-row: span 2; -} -.tiles-grid .tile-large { - grid-column: span 4; - grid-row: span 4; -} -.tiles-grid .tile-small.col-1 { - grid-column: 1 / span 1; -} -.tiles-grid .tile-medium.col-1 { - grid-column: 1 / span 2; -} -.tiles-grid .tile-wide.col-1 { - grid-column: 1 / span 4; -} -.tiles-grid .tile-large.col-1 { - grid-column: 1 / span 4; -} -.tiles-grid .tile-small.row-1 { - grid-row: 1 / span 1; -} -.tiles-grid .tile-medium.row-1 { - grid-row: 1 / span 2; -} -.tiles-grid .tile-wide.row-1 { - grid-row: 1 / span 4; -} -.tiles-grid .tile-large.row-1 { - grid-row: 1 / span 4; -} -.tiles-grid .tile-small.col-2 { - grid-column: 2 / span 1; -} -.tiles-grid .tile-medium.col-2 { - grid-column: 2 / span 2; -} -.tiles-grid .tile-wide.col-2 { - grid-column: 2 / span 4; -} -.tiles-grid .tile-large.col-2 { - grid-column: 2 / span 4; -} -.tiles-grid .tile-small.row-2 { - grid-row: 2 / span 1; -} -.tiles-grid .tile-medium.row-2 { - grid-row: 2 / span 2; -} -.tiles-grid .tile-wide.row-2 { - grid-row: 2 / span 4; -} -.tiles-grid .tile-large.row-2 { - grid-row: 2 / span 4; -} -.tiles-grid .tile-small.col-3 { - grid-column: 3 / span 1; -} -.tiles-grid .tile-medium.col-3 { - grid-column: 3 / span 2; -} -.tiles-grid .tile-wide.col-3 { - grid-column: 3 / span 4; -} -.tiles-grid .tile-large.col-3 { - grid-column: 3 / span 4; -} -.tiles-grid .tile-small.row-3 { - grid-row: 3 / span 1; -} -.tiles-grid .tile-medium.row-3 { - grid-row: 3 / span 2; -} -.tiles-grid .tile-wide.row-3 { - grid-row: 3 / span 4; -} -.tiles-grid .tile-large.row-3 { - grid-row: 3 / span 4; -} -.tiles-grid .tile-small.col-4 { - grid-column: 4 / span 1; -} -.tiles-grid .tile-medium.col-4 { - grid-column: 4 / span 2; -} -.tiles-grid .tile-wide.col-4 { - grid-column: 4 / span 4; -} -.tiles-grid .tile-large.col-4 { - grid-column: 4 / span 4; -} -.tiles-grid .tile-small.row-4 { - grid-row: 4 / span 1; -} -.tiles-grid .tile-medium.row-4 { - grid-row: 4 / span 2; -} -.tiles-grid .tile-wide.row-4 { - grid-row: 4 / span 4; -} -.tiles-grid .tile-large.row-4 { - grid-row: 4 / span 4; -} -.tiles-grid .tile-small.col-5 { - grid-column: 5 / span 1; -} -.tiles-grid .tile-medium.col-5 { - grid-column: 5 / span 2; -} -.tiles-grid .tile-wide.col-5 { - grid-column: 5 / span 4; -} -.tiles-grid .tile-large.col-5 { - grid-column: 5 / span 4; -} -.tiles-grid .tile-small.row-5 { - grid-row: 5 / span 1; -} -.tiles-grid .tile-medium.row-5 { - grid-row: 5 / span 2; -} -.tiles-grid .tile-wide.row-5 { - grid-row: 5 / span 4; -} -.tiles-grid .tile-large.row-5 { - grid-row: 5 / span 4; -} -.tiles-grid .tile-small.col-6 { - grid-column: 6 / span 1; -} -.tiles-grid .tile-medium.col-6 { - grid-column: 6 / span 2; -} -.tiles-grid .tile-wide.col-6 { - grid-column: 6 / span 4; -} -.tiles-grid .tile-large.col-6 { - grid-column: 6 / span 4; -} -.tiles-grid .tile-small.row-6 { - grid-row: 6 / span 1; -} -.tiles-grid .tile-medium.row-6 { - grid-row: 6 / span 2; -} -.tiles-grid .tile-wide.row-6 { - grid-row: 6 / span 4; -} -.tiles-grid .tile-large.row-6 { - grid-row: 6 / span 4; -} -.tiles-grid .tile-small.col-7 { - grid-column: 7 / span 1; -} -.tiles-grid .tile-medium.col-7 { - grid-column: 7 / span 2; -} -.tiles-grid .tile-wide.col-7 { - grid-column: 7 / span 4; -} -.tiles-grid .tile-large.col-7 { - grid-column: 7 / span 4; -} -.tiles-grid .tile-small.row-7 { - grid-row: 7 / span 1; -} -.tiles-grid .tile-medium.row-7 { - grid-row: 7 / span 2; -} -.tiles-grid .tile-wide.row-7 { - grid-row: 7 / span 4; -} -.tiles-grid .tile-large.row-7 { - grid-row: 7 / span 4; -} -.tiles-grid .tile-small.col-8 { - grid-column: 8 / span 1; -} -.tiles-grid .tile-medium.col-8 { - grid-column: 8 / span 2; -} -.tiles-grid .tile-wide.col-8 { - grid-column: 8 / span 4; -} -.tiles-grid .tile-large.col-8 { - grid-column: 8 / span 4; -} -.tiles-grid .tile-small.row-8 { - grid-row: 8 / span 1; -} -.tiles-grid .tile-medium.row-8 { - grid-row: 8 / span 2; -} -.tiles-grid .tile-wide.row-8 { - grid-row: 8 / span 4; -} -.tiles-grid .tile-large.row-8 { - grid-row: 8 / span 4; -} -.tiles-grid .tile-small.col-9 { - grid-column: 9 / span 1; -} -.tiles-grid .tile-medium.col-9 { - grid-column: 9 / span 2; -} -.tiles-grid .tile-wide.col-9 { - grid-column: 9 / span 4; -} -.tiles-grid .tile-large.col-9 { - grid-column: 9 / span 4; -} -.tiles-grid .tile-small.row-9 { - grid-row: 9 / span 1; -} -.tiles-grid .tile-medium.row-9 { - grid-row: 9 / span 2; -} -.tiles-grid .tile-wide.row-9 { - grid-row: 9 / span 4; -} -.tiles-grid .tile-large.row-9 { - grid-row: 9 / span 4; -} -.tiles-grid .tile-small.col-10 { - grid-column: 10 / span 1; -} -.tiles-grid .tile-medium.col-10 { - grid-column: 10 / span 2; -} -.tiles-grid .tile-wide.col-10 { - grid-column: 10 / span 4; -} -.tiles-grid .tile-large.col-10 { - grid-column: 10 / span 4; -} -.tiles-grid .tile-small.row-10 { - grid-row: 10 / span 1; -} -.tiles-grid .tile-medium.row-10 { - grid-row: 10 / span 2; -} -.tiles-grid .tile-wide.row-10 { - grid-row: 10 / span 4; -} -.tiles-grid .tile-large.row-10 { - grid-row: 10 / span 4; -} -.tiles-grid .tile-small.col-11 { - grid-column: 11 / span 1; -} -.tiles-grid .tile-medium.col-11 { - grid-column: 11 / span 2; -} -.tiles-grid .tile-wide.col-11 { - grid-column: 11 / span 4; -} -.tiles-grid .tile-large.col-11 { - grid-column: 11 / span 4; -} -.tiles-grid .tile-small.row-11 { - grid-row: 11 / span 1; -} -.tiles-grid .tile-medium.row-11 { - grid-row: 11 / span 2; -} -.tiles-grid .tile-wide.row-11 { - grid-row: 11 / span 4; -} -.tiles-grid .tile-large.row-11 { - grid-row: 11 / span 4; -} -.tiles-grid .tile-small.col-12 { - grid-column: 12 / span 1; -} -.tiles-grid .tile-medium.col-12 { - grid-column: 12 / span 2; -} -.tiles-grid .tile-wide.col-12 { - grid-column: 12 / span 4; -} -.tiles-grid .tile-large.col-12 { - grid-column: 12 / span 4; -} -.tiles-grid .tile-small.row-12 { - grid-row: 12 / span 1; -} -.tiles-grid .tile-medium.row-12 { - grid-row: 12 / span 2; -} -.tiles-grid .tile-wide.row-12 { - grid-row: 12 / span 4; -} -.tiles-grid .tile-large.row-12 { - grid-row: 12 / span 4; -} -.tiles-grid.size-half { - width: 80px; -} -.tiles-grid.size-1 { - width: 160px; -} -.tiles-grid.size-2 { - width: 320px; -} -.tiles-grid.size-3 { - width: 480px; -} -.tiles-grid.size-4 { - width: 640px; -} -.tiles-grid.size-5 { - width: 800px; -} -.tiles-grid.size-6 { - width: 960px; -} -.tiles-grid.size-7 { - width: 1120px; -} -.tiles-grid.size-8 { - width: 1280px; -} -.tiles-grid.size-9 { - width: 1440px; -} -.tiles-grid.size-10 { - width: 1600px; -} -@media screen and (min-width: 0) { - .tiles-grid .col-fs-1 { - grid-column: 1; - } - .tiles-grid .row-fs-1 { - grid-row: 1; - } - .tiles-grid .col-fs-2 { - grid-column: 2; - } - .tiles-grid .row-fs-2 { - grid-row: 2; - } - .tiles-grid .col-fs-3 { - grid-column: 3; - } - .tiles-grid .row-fs-3 { - grid-row: 3; - } - .tiles-grid .col-fs-4 { - grid-column: 4; - } - .tiles-grid .row-fs-4 { - grid-row: 4; - } - .tiles-grid .col-fs-5 { - grid-column: 5; - } - .tiles-grid .row-fs-5 { - grid-row: 5; - } - .tiles-grid .col-fs-6 { - grid-column: 6; - } - .tiles-grid .row-fs-6 { - grid-row: 6; - } - .tiles-grid .col-fs-7 { - grid-column: 7; - } - .tiles-grid .row-fs-7 { - grid-row: 7; - } - .tiles-grid .col-fs-8 { - grid-column: 8; - } - .tiles-grid .row-fs-8 { - grid-row: 8; - } - .tiles-grid .col-fs-9 { - grid-column: 9; - } - .tiles-grid .row-fs-9 { - grid-row: 9; - } - .tiles-grid .col-fs-10 { - grid-column: 10; - } - .tiles-grid .row-fs-10 { - grid-row: 10; - } - .tiles-grid .col-fs-11 { - grid-column: 11; - } - .tiles-grid .row-fs-11 { - grid-row: 11; - } - .tiles-grid .col-fs-12 { - grid-column: 12; - } - .tiles-grid .row-fs-12 { - grid-row: 12; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-1 { - width: 160px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-2 { - width: 320px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-3 { - width: 480px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-4 { - width: 640px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-5 { - width: 800px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-6 { - width: 960px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-7 { - width: 1120px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-8 { - width: 1280px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-9 { - width: 1440px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-10 { - width: 1600px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-11 { - width: 1760px; - } - .tiles-grid.size-fs-half { - width: 80px; - } - .tiles-grid.size-fs-12 { - width: 1920px; - } -} -@media screen and (min-width: 576px) { - .tiles-grid .col-sm-1 { - grid-column: 1; - } - .tiles-grid .row-sm-1 { - grid-row: 1; - } - .tiles-grid .col-sm-2 { - grid-column: 2; - } - .tiles-grid .row-sm-2 { - grid-row: 2; - } - .tiles-grid .col-sm-3 { - grid-column: 3; - } - .tiles-grid .row-sm-3 { - grid-row: 3; - } - .tiles-grid .col-sm-4 { - grid-column: 4; - } - .tiles-grid .row-sm-4 { - grid-row: 4; - } - .tiles-grid .col-sm-5 { - grid-column: 5; - } - .tiles-grid .row-sm-5 { - grid-row: 5; - } - .tiles-grid .col-sm-6 { - grid-column: 6; - } - .tiles-grid .row-sm-6 { - grid-row: 6; - } - .tiles-grid .col-sm-7 { - grid-column: 7; - } - .tiles-grid .row-sm-7 { - grid-row: 7; - } - .tiles-grid .col-sm-8 { - grid-column: 8; - } - .tiles-grid .row-sm-8 { - grid-row: 8; - } - .tiles-grid .col-sm-9 { - grid-column: 9; - } - .tiles-grid .row-sm-9 { - grid-row: 9; - } - .tiles-grid .col-sm-10 { - grid-column: 10; - } - .tiles-grid .row-sm-10 { - grid-row: 10; - } - .tiles-grid .col-sm-11 { - grid-column: 11; - } - .tiles-grid .row-sm-11 { - grid-row: 11; - } - .tiles-grid .col-sm-12 { - grid-column: 12; - } - .tiles-grid .row-sm-12 { - grid-row: 12; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-1 { - width: 160px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-2 { - width: 320px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-3 { - width: 480px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-4 { - width: 640px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-5 { - width: 800px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-6 { - width: 960px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-7 { - width: 1120px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-8 { - width: 1280px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-9 { - width: 1440px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-10 { - width: 1600px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-11 { - width: 1760px; - } - .tiles-grid.size-sm-half { - width: 80px; - } - .tiles-grid.size-sm-12 { - width: 1920px; - } -} -@media screen and (min-width: 768px) { - .tiles-grid .col-md-1 { - grid-column: 1; - } - .tiles-grid .row-md-1 { - grid-row: 1; - } - .tiles-grid .col-md-2 { - grid-column: 2; - } - .tiles-grid .row-md-2 { - grid-row: 2; - } - .tiles-grid .col-md-3 { - grid-column: 3; - } - .tiles-grid .row-md-3 { - grid-row: 3; - } - .tiles-grid .col-md-4 { - grid-column: 4; - } - .tiles-grid .row-md-4 { - grid-row: 4; - } - .tiles-grid .col-md-5 { - grid-column: 5; - } - .tiles-grid .row-md-5 { - grid-row: 5; - } - .tiles-grid .col-md-6 { - grid-column: 6; - } - .tiles-grid .row-md-6 { - grid-row: 6; - } - .tiles-grid .col-md-7 { - grid-column: 7; - } - .tiles-grid .row-md-7 { - grid-row: 7; - } - .tiles-grid .col-md-8 { - grid-column: 8; - } - .tiles-grid .row-md-8 { - grid-row: 8; - } - .tiles-grid .col-md-9 { - grid-column: 9; - } - .tiles-grid .row-md-9 { - grid-row: 9; - } - .tiles-grid .col-md-10 { - grid-column: 10; - } - .tiles-grid .row-md-10 { - grid-row: 10; - } - .tiles-grid .col-md-11 { - grid-column: 11; - } - .tiles-grid .row-md-11 { - grid-row: 11; - } - .tiles-grid .col-md-12 { - grid-column: 12; - } - .tiles-grid .row-md-12 { - grid-row: 12; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-1 { - width: 160px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-2 { - width: 320px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-3 { - width: 480px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-4 { - width: 640px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-5 { - width: 800px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-6 { - width: 960px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-7 { - width: 1120px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-8 { - width: 1280px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-9 { - width: 1440px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-10 { - width: 1600px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-11 { - width: 1760px; - } - .tiles-grid.size-md-half { - width: 80px; - } - .tiles-grid.size-md-12 { - width: 1920px; - } -} -@media screen and (min-width: 992px) { - .tiles-grid .col-lg-1 { - grid-column: 1; - } - .tiles-grid .row-lg-1 { - grid-row: 1; - } - .tiles-grid .col-lg-2 { - grid-column: 2; - } - .tiles-grid .row-lg-2 { - grid-row: 2; - } - .tiles-grid .col-lg-3 { - grid-column: 3; - } - .tiles-grid .row-lg-3 { - grid-row: 3; - } - .tiles-grid .col-lg-4 { - grid-column: 4; - } - .tiles-grid .row-lg-4 { - grid-row: 4; - } - .tiles-grid .col-lg-5 { - grid-column: 5; - } - .tiles-grid .row-lg-5 { - grid-row: 5; - } - .tiles-grid .col-lg-6 { - grid-column: 6; - } - .tiles-grid .row-lg-6 { - grid-row: 6; - } - .tiles-grid .col-lg-7 { - grid-column: 7; - } - .tiles-grid .row-lg-7 { - grid-row: 7; - } - .tiles-grid .col-lg-8 { - grid-column: 8; - } - .tiles-grid .row-lg-8 { - grid-row: 8; - } - .tiles-grid .col-lg-9 { - grid-column: 9; - } - .tiles-grid .row-lg-9 { - grid-row: 9; - } - .tiles-grid .col-lg-10 { - grid-column: 10; - } - .tiles-grid .row-lg-10 { - grid-row: 10; - } - .tiles-grid .col-lg-11 { - grid-column: 11; - } - .tiles-grid .row-lg-11 { - grid-row: 11; - } - .tiles-grid .col-lg-12 { - grid-column: 12; - } - .tiles-grid .row-lg-12 { - grid-row: 12; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-1 { - width: 160px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-2 { - width: 320px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-3 { - width: 480px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-4 { - width: 640px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-5 { - width: 800px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-6 { - width: 960px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-7 { - width: 1120px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-8 { - width: 1280px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-9 { - width: 1440px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-10 { - width: 1600px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-11 { - width: 1760px; - } - .tiles-grid.size-lg-half { - width: 80px; - } - .tiles-grid.size-lg-12 { - width: 1920px; - } -} -@media screen and (min-width: 1200px) { - .tiles-grid .col-xl-1 { - grid-column: 1; - } - .tiles-grid .row-xl-1 { - grid-row: 1; - } - .tiles-grid .col-xl-2 { - grid-column: 2; - } - .tiles-grid .row-xl-2 { - grid-row: 2; - } - .tiles-grid .col-xl-3 { - grid-column: 3; - } - .tiles-grid .row-xl-3 { - grid-row: 3; - } - .tiles-grid .col-xl-4 { - grid-column: 4; - } - .tiles-grid .row-xl-4 { - grid-row: 4; - } - .tiles-grid .col-xl-5 { - grid-column: 5; - } - .tiles-grid .row-xl-5 { - grid-row: 5; - } - .tiles-grid .col-xl-6 { - grid-column: 6; - } - .tiles-grid .row-xl-6 { - grid-row: 6; - } - .tiles-grid .col-xl-7 { - grid-column: 7; - } - .tiles-grid .row-xl-7 { - grid-row: 7; - } - .tiles-grid .col-xl-8 { - grid-column: 8; - } - .tiles-grid .row-xl-8 { - grid-row: 8; - } - .tiles-grid .col-xl-9 { - grid-column: 9; - } - .tiles-grid .row-xl-9 { - grid-row: 9; - } - .tiles-grid .col-xl-10 { - grid-column: 10; - } - .tiles-grid .row-xl-10 { - grid-row: 10; - } - .tiles-grid .col-xl-11 { - grid-column: 11; - } - .tiles-grid .row-xl-11 { - grid-row: 11; - } - .tiles-grid .col-xl-12 { - grid-column: 12; - } - .tiles-grid .row-xl-12 { - grid-row: 12; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-1 { - width: 160px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-2 { - width: 320px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-3 { - width: 480px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-4 { - width: 640px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-5 { - width: 800px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-6 { - width: 960px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-7 { - width: 1120px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-8 { - width: 1280px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-9 { - width: 1440px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-10 { - width: 1600px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-11 { - width: 1760px; - } - .tiles-grid.size-xl-half { - width: 80px; - } - .tiles-grid.size-xl-12 { - width: 1920px; - } -} -@media screen and (min-width: 1452px) { - .tiles-grid .col-xxl-1 { - grid-column: 1; - } - .tiles-grid .row-xxl-1 { - grid-row: 1; - } - .tiles-grid .col-xxl-2 { - grid-column: 2; - } - .tiles-grid .row-xxl-2 { - grid-row: 2; - } - .tiles-grid .col-xxl-3 { - grid-column: 3; - } - .tiles-grid .row-xxl-3 { - grid-row: 3; - } - .tiles-grid .col-xxl-4 { - grid-column: 4; - } - .tiles-grid .row-xxl-4 { - grid-row: 4; - } - .tiles-grid .col-xxl-5 { - grid-column: 5; - } - .tiles-grid .row-xxl-5 { - grid-row: 5; - } - .tiles-grid .col-xxl-6 { - grid-column: 6; - } - .tiles-grid .row-xxl-6 { - grid-row: 6; - } - .tiles-grid .col-xxl-7 { - grid-column: 7; - } - .tiles-grid .row-xxl-7 { - grid-row: 7; - } - .tiles-grid .col-xxl-8 { - grid-column: 8; - } - .tiles-grid .row-xxl-8 { - grid-row: 8; - } - .tiles-grid .col-xxl-9 { - grid-column: 9; - } - .tiles-grid .row-xxl-9 { - grid-row: 9; - } - .tiles-grid .col-xxl-10 { - grid-column: 10; - } - .tiles-grid .row-xxl-10 { - grid-row: 10; - } - .tiles-grid .col-xxl-11 { - grid-column: 11; - } - .tiles-grid .row-xxl-11 { - grid-row: 11; - } - .tiles-grid .col-xxl-12 { - grid-column: 12; - } - .tiles-grid .row-xxl-12 { - grid-row: 12; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-1 { - width: 160px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-2 { - width: 320px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-3 { - width: 480px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-4 { - width: 640px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-5 { - width: 800px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-6 { - width: 960px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-7 { - width: 1120px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-8 { - width: 1280px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-9 { - width: 1440px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-10 { - width: 1600px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-11 { - width: 1760px; - } - .tiles-grid.size-xxl-half { - width: 80px; - } - .tiles-grid.size-xxl-12 { - width: 1920px; - } -} -.tiles-group { - width: auto; - float: left; - overflow: visible; -} -.tiles-group::before { - content: attr(data-group-title); - display: block; - position: absolute; - left: 0; - top: -36px; - height: 1.5em; - line-height: 1.5em; - z-index: 1; - color: inherit; -} -[class*=tile-].image-set { - background-size: contain; - background-position: center; -} -[class*=tile-].image-set .img { - width: 25%; - height: 50%; - display: block; - float: left; - border: 1px solid #1d1d1d; - background-size: cover; -} -[class*=tile-].image-set .img:nth-child(1) { - width: 50%; - height: 100%; -} -[class*=tile-] .slide { - width: 100%; - height: 100%; - position: absolute; - top: 0; - left: 0; - display: block; -} -[class*=tile-] [class*=slide-] { - width: 100%; - height: 100%; - position: absolute; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -[class*=tile-] .slide-front { - top: 0; - left: 0; -} -[class*=tile-].effect-hover-slide-up .slide-back, -[class*=tile-].effect-hover-zoom-up .slide-back { - top: 100%; - left: 0; -} -[class*=tile-].effect-hover-slide-up:hover .slide-front, -[class*=tile-].effect-hover-zoom-up:hover .slide-front { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -[class*=tile-].effect-hover-slide-up:hover .slide-back, -[class*=tile-].effect-hover-zoom-up:hover .slide-back { - top: 0; -} -[class*=tile-].effect-hover-slide-down .slide-back, -[class*=tile-].effect-hover-zoom-down .slide-back { - top: 0; - left: 0; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -[class*=tile-].effect-hover-slide-down:hover .slide-front, -[class*=tile-].effect-hover-zoom-down:hover .slide-front { - top: 100%; -} -[class*=tile-].effect-hover-slide-down:hover .slide-back, -[class*=tile-].effect-hover-zoom-down:hover .slide-back { - -webkit-transform: translateY(0); - -ms-transform: translateY(0); - transform: translateY(0); -} -[class*=tile-].effect-hover-slide-left .slide-back, -[class*=tile-].effect-hover-zoom-left .slide-back { - top: 0; - left: 100%; -} -[class*=tile-].effect-hover-slide-left:hover .slide-front, -[class*=tile-].effect-hover-zoom-left:hover .slide-front { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -[class*=tile-].effect-hover-slide-left:hover .slide-back, -[class*=tile-].effect-hover-zoom-left:hover .slide-back { - left: 0; -} -[class*=tile-].effect-hover-slide-right .slide-back, -[class*=tile-].effect-hover-zoom-right .slide-back { - top: 0; - left: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -[class*=tile-].effect-hover-slide-right:hover .slide-front, -[class*=tile-].effect-hover-zoom-right:hover .slide-front { - left: 100%; -} -[class*=tile-].effect-hover-slide-right:hover .slide-back, -[class*=tile-].effect-hover-zoom-right:hover .slide-back { - -webkit-transform: translateX(0); - -ms-transform: translateX(0); - transform: translateX(0); -} -[class*=tile-].effect-hover-zoom-up:hover .slide-front, -[class*=tile-].effect-hover-zoom-down:hover .slide-front, -[class*=tile-].effect-hover-zoom-left:hover .slide-front, -[class*=tile-].effect-hover-zoom-right:hover .slide-front { - left: 0; - top: 0; - -webkit-transform: scale(2); - -ms-transform: scale(2); - transform: scale(2); -} -.time-picker input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.time-picker input:focus ~ .time-wrapper { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -.time-picker .time-wrapper { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - border: 1px solid #dfdfdf; - width: 100%; -} -.time-picker .hours, -.time-picker .minutes, -.time-picker .seconds { - display: block; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - border: 1px solid; - border-color: inherit; - text-align: center; - height: 38px; - line-height: 34px; - position: relative; - font-size: 1.2em; -} -.time-picker.show-labels .hours, -.time-picker.show-labels .minutes, -.time-picker.show-labels .seconds { - line-height: 30px; -} -.time-picker.show-labels .hours::before, -.time-picker.show-labels .minutes::before, -.time-picker.show-labels .seconds::before { - content: attr(data-title); - position: absolute; - display: block; - font-size: 8px; - line-height: 12px; - left: 50%; - bottom: 0; - -webkit-transform: translate3d(-50%, 0, 0); - transform: translate3d(-50%, 0, 0); -} -.toast { - position: fixed; - bottom: 20px; - width: auto; - max-width: 35.5rem; - padding: 0.5rem 1.5rem; - text-align: left; - font-size: 0.875rem; - font-weight: normal; - background-color: #323232; - color: #ffffff; - border-radius: 0.25rem; - z-index: 1080; -} -.toast.show-top { - bottom: auto; - top: 20px; -} -.tool-button { - width: 2rem; - height: 2rem; - line-height: 2rem; - vertical-align: middle; - display: inline-block; - text-align: center; - background-color: #ebebeb; - color: #1d1d1d; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - border: 1px solid transparent; - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - padding: 0; - cursor: pointer; - outline: none; - margin: 0 2px; - position: relative; - font-size: 14px; -} -.tool-button [class*=mif], -.tool-button .icon, -.tool-button img { - height: 1rem; - max-height: 1rem; - font-size: 1rem; -} -.tool-button.text-button { - width: auto; - padding-left: 0.5rem; - padding-right: 0.5rem; -} -.tool-button:focus, -.tool-button:hover { - text-decoration: none; -} -.tool-button:hover { - background-color: rgba(29, 29, 29, 0.1); -} -.tool-button:active { - outline: 0; - -webkit-box-shadow: none; - box-shadow: none; -} -.tool-button.outline { - background: transparent none; - border-width: 1px; - border-color: #dfdfdf; -} -.tool-button.disabled, -.tool-button:disabled { - opacity: 0.65; -} -a.tool-button { - text-decoration: none; - color: #1d1d1d; -} -.toolbar { - display: -webkit-inline-box; - display: -ms-inline-flexbox; - display: inline-flex; - position: relative; - padding: 0 0 0 0.5725rem; - top: 2px; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - margin-left: 4px; -} -.toolbar.no-divider::before { - display: none; -} -.toolbar::before { - position: absolute; - content: ""; - width: 0.325rem; - height: 100%; - top: 0; - left: 0; - background-color: rgba(69, 90, 100, 0.2); - cursor: move; -} -.toolbar.vertical { - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column nowrap; - flex-flow: column nowrap; - padding: 0.5725rem 0 0 0; - width: 32px; - margin-left: 0; - margin-top: 4px; -} -.toolbar.vertical::before { - width: 32px; - height: 0.325rem; -} -.toolbar.vertical .tool-button { - margin: 2px 0; -} -.topbar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding: 0.5rem 1rem; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - position: -webkit-sticky; - position: sticky; - top: 0; - background: #004d6f; - color: #ffffff; - z-index: 1080; -} -.topbar-brand, -.topbar-element, -.topbar-menu { - display: block; - white-space: nowrap; - background: inherit; - color: #ffffff; - text-decoration: none!important; - height: 2.5rem; - line-height: 2.5rem; - font-size: 0.875rem; - margin-bottom: 1rem; -} -.topbar-brand { - font-size: 1.25rem; - margin-top: 1rem; -} -.topbar-menu { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - padding: 0; - margin: 0; - list-style: none; -} -.topbar-menu li a { - display: block; - text-decoration: none; - color: inherit; - height: 2.5rem; - line-height: 2.5rem; - padding: 0 0.5rem; - font-size: 0.875rem; -} -.topbar-menu li a:hover, -.topbar-menu li a:active { - background: rgba(29, 29, 29, 0.1); -} -@media screen and (min-width: 0) { - .topbar-expand-fs { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-fs .topbar-brand, - .topbar-expand-fs .topbar-element, - .topbar-expand-fs .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 576px) { - .topbar-expand-sm { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-sm .topbar-brand, - .topbar-expand-sm .topbar-element, - .topbar-expand-sm .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 768px) { - .topbar-expand-md { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-md .topbar-brand, - .topbar-expand-md .topbar-element, - .topbar-expand-md .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 992px) { - .topbar-expand-lg { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-lg .topbar-brand, - .topbar-expand-lg .topbar-element, - .topbar-expand-lg .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 1200px) { - .topbar-expand-xl { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-xl .topbar-brand, - .topbar-expand-xl .topbar-element, - .topbar-expand-xl .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -@media screen and (min-width: 1452px) { - .topbar-expand-xxl { - -webkit-box-orient: horizontal!important; - -webkit-box-direction: normal!important; - -ms-flex-direction: row!important; - flex-direction: row!important; - } - .topbar-expand-xxl .topbar-brand, - .topbar-expand-xxl .topbar-element, - .topbar-expand-xxl .topbar-menu { - margin-bottom: 0; - margin-top: 0; - } -} -.treeview { - margin: 0 0 0 0; - padding: 0 0 0 24px; - font-size: 0.8125rem; - list-style: none inside; - display: block; - position: relative; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.treeview li { - display: block; - position: relative; - padding: 2px 0; - cursor: pointer; - line-height: 1.25rem; -} -.treeview li .icon { - position: absolute; - width: 16px; - height: 16px; - font-size: 16px; - left: 0; - top: 2px; - line-height: 16px; -} -.treeview li .icon img { - max-width: 100%; - height: 100%; -} -.treeview li .caption { - position: relative; -} -.treeview li .icon ~ .caption { - margin-left: 20px; -} -.treeview li .node-toggle { - position: relative; - cursor: pointer; - padding-right: 1.5rem !important; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.treeview li .node-toggle::before { - display: block; - position: absolute; - vertical-align: middle; - color: transparent; - font-size: 0; - content: ""; - height: 0.3125rem; - width: 0.3125rem; - background-color: transparent; - border-left: 1px solid; - border-bottom: 1px solid; - border-color: #1d1d1d; - top: 50%; - left: 100%; - margin-left: -1rem; - margin-top: -0.1625rem; - z-index: 2; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); - -webkit-transition: all 0.15s ease-in-out; - -o-transition: all 0.15s ease-in-out; - transition: all 0.15s ease-in-out; - -webkit-transform-origin: center center 1px; - -ms-transform-origin: center center 1px; - transform-origin: center center 1px; -} -.treeview li .node-toggle { - position: absolute; - left: 0; - top: 0; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - width: 24px; - height: 24px; -} -.treeview li .node-toggle::before { - -webkit-transform: rotate(-135deg); - -ms-transform: rotate(-135deg); - transform: rotate(-135deg); -} -.treeview li.expanded > .node-toggle::before { - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); -} -.treeview li.current > .caption { - color: #000000; -} -.treeview ul { - margin: 0 0 0 1rem; - padding: 0; - list-style: none inside; - display: block; - position: relative; - font-weight: normal; -} -.treeview .select .d-menu { - position: absolute; - left: 0; - margin: 0; - width: auto; -} -.treeview li .checkbox, -.treeview li .checkbox .check, -.treeview li .checkbox .caption { - line-height: 1; -} -.treeview li .radio, -.treeview li .radio .check, -.treeview li .radio .caption { - line-height: 1; -} -.treeview li .switch, -.treeview li .switch .check, -.treeview li .switch .caption { - line-height: 1; -} -.treeview li .checkbox, -.treeview li .radio, -.treeview li .switch { - height: 24px; -} -.vegas-wrapper, -.vegas-overlay, -.vegas-timer, -.vegas-slide, -.vegas-slide-inner { - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; - overflow: hidden; - border: none; - padding: 0; - margin: 0; -} -.vegas-overlay { - opacity: 0.5; - background: transparent center center repeat; -} -.vegas-overlay.overlay1 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay2 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay3 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII="); -} -.vegas-overlay.overlay4 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay5 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC"); -} -.vegas-overlay.overlay6 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay7 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII="); -} -.vegas-overlay.overlay8 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg=="); -} -.vegas-overlay.overlay9 { - background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg=="); -} -.vegas-timer { - top: auto; - bottom: 0; - height: 2px; -} -.vegas-timer-progress { - width: 0; - height: 100%; - background: white; - -webkit-transition: width ease-out; - -o-transition: width ease-out; - transition: width ease-out; -} -.vegas-timer-running .vegas-timer-progress { - width: 100%; -} -.vegas-slide, -.vegas-slide-inner { - margin: 0; - padding: 0; - background: transparent center center no-repeat; - -webkit-transform: translateZ(0); - transform: translateZ(0); - will-change: transform, opacity; -} -body .vegas-container { - overflow: hidden !important; - position: relative; -} -.vegas-video { - min-width: 100%; - min-height: 100%; - width: auto; - height: auto; -} -body.vegas-container { - overflow: auto; - position: static; - z-index: -2; -} -body.vegas-container > .vegas-timer, -body.vegas-container > .vegas-overlay, -body.vegas-container > .vegas-slide { - position: fixed; - z-index: -1; -} -.vegas-transition-blur, -.vegas-transition-blur2 { - opacity: 0; - -webkit-filter: blur(32px) brightness(1.01); - filter: blur(32px) brightness(1.01); -} -.vegas-transition-blur-in, -.vegas-transition-blur2-in { - opacity: 1; - -webkit-filter: blur(0px) brightness(1.01); - filter: blur(0px) brightness(1.01); -} -.vegas-transition-blur2-out { - opacity: 0; -} -.vegas-transition-burn, -.vegas-transition-burn2 { - opacity: 0; - -webkit-filter: contrast(1000%) saturate(1000%); - filter: contrast(1000%) saturate(1000%); -} -.vegas-transition-burn-in, -.vegas-transition-burn2-in { - opacity: 1; - -webkit-filter: contrast(100%) saturate(100%); - filter: contrast(100%) saturate(100%); -} -.vegas-transition-burn2-out { - opacity: 0; - -webkit-filter: contrast(1000%) saturate(1000%); - filter: contrast(1000%) saturate(1000%); -} -.vegas-transition-fade, -.vegas-transition-fade2 { - opacity: 0; -} -.vegas-transition-fade-in, -.vegas-transition-fade2-in { - opacity: 1; -} -.vegas-transition-fade2-out { - opacity: 0; -} -.vegas-transition-flash, -.vegas-transition-flash2 { - opacity: 0; - -webkit-filter: brightness(25); - filter: brightness(25); -} -.vegas-transition-flash-in, -.vegas-transition-flash2-in { - opacity: 1; - -webkit-filter: brightness(1); - filter: brightness(1); -} -.vegas-transition-flash2-out { - opacity: 0; - -webkit-filter: brightness(25); - filter: brightness(25); -} -.vegas-transition-negative, -.vegas-transition-negative2 { - opacity: 0; - -webkit-filter: invert(100%); - filter: invert(100%); -} -.vegas-transition-negative-in, -.vegas-transition-negative2-in { - opacity: 1; - -webkit-filter: invert(0); - filter: invert(0); -} -.vegas-transition-negative2-out { - opacity: 0; - -webkit-filter: invert(100%); - filter: invert(100%); -} -.vegas-transition-slideDown, -.vegas-transition-slideDown2 { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.vegas-transition-slideDown-in, -.vegas-transition-slideDown2-in { - -webkit-transform: translateY(0%); - -ms-transform: translateY(0%); - transform: translateY(0%); -} -.vegas-transition-slideDown2-out { - -webkit-transform: translateY(100%); - -ms-transform: translateY(100%); - transform: translateY(100%); -} -.vegas-transition-slideLeft, -.vegas-transition-slideLeft2 { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.vegas-transition-slideLeft-in, -.vegas-transition-slideLeft2-in { - -webkit-transform: translateX(0%); - -ms-transform: translateX(0%); - transform: translateX(0%); -} -.vegas-transition-slideLeft2-out { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.vegas-transition-slideRight, -.vegas-transition-slideRight2 { - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.vegas-transition-slideRight-in, -.vegas-transition-slideRight2-in { - -webkit-transform: translateX(0%); - -ms-transform: translateX(0%); - transform: translateX(0%); -} -.vegas-transition-slideRight2-out { - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.vegas-transition-slideUp, -.vegas-transition-slideUp2 { - -webkit-transform: translateY(100%); - -ms-transform: translateY(100%); - transform: translateY(100%); -} -.vegas-transition-slideUp-in, -.vegas-transition-slideUp2-in { - -webkit-transform: translateY(0%); - -ms-transform: translateY(0%); - transform: translateY(0%); -} -.vegas-transition-slideUp2-out { - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.vegas-transition-swirlLeft, -.vegas-transition-swirlLeft2 { - -webkit-transform: scale(2) rotate(35deg); - -ms-transform: scale(2) rotate(35deg); - transform: scale(2) rotate(35deg); - opacity: 0; -} -.vegas-transition-swirlLeft-in, -.vegas-transition-swirlLeft2-in { - -webkit-transform: scale(1) rotate(0deg); - -ms-transform: scale(1) rotate(0deg); - transform: scale(1) rotate(0deg); - opacity: 1; -} -.vegas-transition-swirlLeft2-out { - -webkit-transform: scale(2) rotate(-35deg); - -ms-transform: scale(2) rotate(-35deg); - transform: scale(2) rotate(-35deg); - opacity: 0; -} -.vegas-transition-swirlRight, -.vegas-transition-swirlRight2 { - -webkit-transform: scale(2) rotate(-35deg); - -ms-transform: scale(2) rotate(-35deg); - transform: scale(2) rotate(-35deg); - opacity: 0; -} -.vegas-transition-swirlRight-in, -.vegas-transition-swirlRight2-in { - -webkit-transform: scale(1) rotate(0deg); - -ms-transform: scale(1) rotate(0deg); - transform: scale(1) rotate(0deg); - opacity: 1; -} -.vegas-transition-swirlRight2-out { - -webkit-transform: scale(2) rotate(35deg); - -ms-transform: scale(2) rotate(35deg); - transform: scale(2) rotate(35deg); - opacity: 0; -} -.vegas-transition-zoomIn, -.vegas-transition-zoomIn2 { - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - opacity: 0; -} -.vegas-transition-zoomIn-in, -.vegas-transition-zoomIn2-in { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} -.vegas-transition-zoomIn2-out { - -webkit-transform: scale(2); - -ms-transform: scale(2); - transform: scale(2); - opacity: 0; -} -.vegas-transition-zoomOut, -.vegas-transition-zoomOut2 { - -webkit-transform: scale(2); - -ms-transform: scale(2); - transform: scale(2); - opacity: 0; -} -.vegas-transition-zoomOut-in, -.vegas-transition-zoomOut2-in { - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - opacity: 1; -} -.vegas-transition-zoomOut2-out { - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - opacity: 0; -} -.vegas-animation-kenburns { - -webkit-animation: kenburns ease-out; - animation: kenburns ease-out; -} -@-webkit-keyframes kenburns { - 0% { - -webkit-transform: scale(1.5); - transform: scale(1.5); - } - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} -@keyframes kenburns { - 0% { - -webkit-transform: scale(1.5); - transform: scale(1.5); - } - 100% { - -webkit-transform: scale(1); - transform: scale(1); - } -} -.vegas-animation-kenburnsDownLeft { - -webkit-animation: kenburnsDownLeft ease-out; - animation: kenburnsDownLeft ease-out; -} -@-webkit-keyframes kenburnsDownLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, -10%); - transform: scale(1.5) translate(10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsDownLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, -10%); - transform: scale(1.5) translate(10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsDownRight { - -webkit-animation: kenburnsDownRight ease-out; - animation: kenburnsDownRight ease-out; -} -@-webkit-keyframes kenburnsDownRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, -10%); - transform: scale(1.5) translate(-10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsDownRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, -10%); - transform: scale(1.5) translate(-10%, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsDown { - -webkit-animation: kenburnsDown ease-out; - animation: kenburnsDown ease-out; -} -@-webkit-keyframes kenburnsDown { - 0% { - -webkit-transform: scale(1.5) translate(0, -10%); - transform: scale(1.5) translate(0, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsDown { - 0% { - -webkit-transform: scale(1.5) translate(0, -10%); - transform: scale(1.5) translate(0, -10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsLeft { - -webkit-animation: kenburnsLeft ease-out; - animation: kenburnsLeft ease-out; -} -@-webkit-keyframes kenburnsLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 0); - transform: scale(1.5) translate(10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 0); - transform: scale(1.5) translate(10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsRight { - -webkit-animation: kenburnsRight ease-out; - animation: kenburnsRight ease-out; -} -@-webkit-keyframes kenburnsRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 0); - transform: scale(1.5) translate(-10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 0); - transform: scale(1.5) translate(-10%, 0); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsUpLeft { - -webkit-animation: kenburnsUpLeft ease-out; - animation: kenburnsUpLeft ease-out; -} -@-webkit-keyframes kenburnsUpLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 10%); - transform: scale(1.5) translate(10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsUpLeft { - 0% { - -webkit-transform: scale(1.5) translate(10%, 10%); - transform: scale(1.5) translate(10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsUpRight { - -webkit-animation: kenburnsUpRight ease-out; - animation: kenburnsUpRight ease-out; -} -@-webkit-keyframes kenburnsUpRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 10%); - transform: scale(1.5) translate(-10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsUpRight { - 0% { - -webkit-transform: scale(1.5) translate(-10%, 10%); - transform: scale(1.5) translate(-10%, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.vegas-animation-kenburnsUp { - -webkit-animation: kenburnsUp ease-out; - animation: kenburnsUp ease-out; -} -@-webkit-keyframes kenburnsUp { - 0% { - -webkit-transform: scale(1.5) translate(0, 10%); - transform: scale(1.5) translate(0, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -@keyframes kenburnsUp { - 0% { - -webkit-transform: scale(1.5) translate(0, 10%); - transform: scale(1.5) translate(0, 10%); - } - 100% { - -webkit-transform: scale(1) translate(0, 0); - transform: scale(1) translate(0, 0); - } -} -.wheel-picker { - display: block; - position: relative; - width: 100%; - min-width: 220px; - cursor: default; - background-color: #ffffff; - color: #1d1d1d; - height: 38px; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.wheel-picker:focus { - outline: 1px dotted red!important; - min-width: 1px; - min-height: 1px; -} -.wheel-picker .select-wrapper { - display: none; - position: absolute; - top: 100%; - left: 0; - height: auto; - z-index: 3; - width: 100%; -} -.wheel-picker .select-block { - position: relative; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - width: 100%; - -ms-flex-negative: 0; - flex-shrink: 0; - background-color: #f2f2f2; -} -.wheel-picker .select-block::before { - content: ""; - display: block; - position: absolute; - z-index: 0; - height: 40px; - background-color: rgba(27, 161, 226, 0.5); - top: 50%; - left: 0; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); - width: 100%; -} -.wheel-picker .select-block ul { - margin: 0; - padding: 0; - list-style: none inside; - display: block; - text-align: center; - height: 100%; - z-index: 1; - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; - border: 1px solid #dfdfdf; - overflow-y: auto; - -ms-overflow-style: -ms-autohiding-scrollbar; - overflow: -moz-scrollbars-none; -} -.wheel-picker .select-block ul::-webkit-scrollbar { - display: none!important; -} -.wheel-picker .select-block ul li { - display: block; - height: 40px; - line-height: 40px; - font-size: 0.9em; -} -.wheel-picker .select-block ul li.active { - font-weight: bold; -} -.wheel-picker .action-block { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - position: relative; - width: 100%; - background-color: #ffffff; -} -.wheel-picker .action-block > * { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; -} -.wheel-picker .action-block > *:not(:last-child) { - border-right: 1px solid #dfdfdf; -} -.wheel-picker .select-wrapper { - -webkit-transform: translate3d(0, -50%, 0); - transform: translate3d(0, -50%, 0); -} -.wheel-picker.for-top .select-wrapper, -.wheel-picker.for-top-a .select-wrapper { - -webkit-transform: translate3d(0, 0, 0); - transform: translate3d(0, 0, 0); -} -.wheel-picker.for-bottom .select-wrapper, -.wheel-picker.for-bottom-a .select-wrapper { - -webkit-transform: translate3d(0, -100%, 0); - transform: translate3d(0, -100%, 0); -} -.window { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-direction: column; - flex-direction: column; - position: relative; - height: auto; - background-color: #ffffff; - color: #1d1d1d; - border: 1px #e9e9e9 solid; - z-index: 1; -} -.window-caption { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-pack: start; - -ms-flex-pack: start; - justify-content: flex-start; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; - height: 2.25rem; - line-height: 2.25rem; - padding: 0; - border-bottom: 1px transparent solid; - cursor: default; - vertical-align: middle; - background-color: #3c6478; - color: #ffffff; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; -} -.window-caption .title { - font-size: 0.875rem; - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - width: 100%; - padding-left: 4px; - color: inherit; -} -.window-caption .icon { - width: 34px; - height: 34px; - text-align: center; - -ms-flex-negative: 0; - flex-shrink: 0; - display: block; - position: relative; - color: inherit; -} -.window-caption .icon * { - width: 1rem; - font-size: 1rem; - line-height: 34px; - text-align: center; -} -.window-caption * + .title { - padding-left: 0; -} -.window-caption .buttons { - height: 100%; - margin-left: auto; - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; -} -.window-caption .btn-custom:focus, -.window-caption .btn-custom:active { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.window-caption .buttons .btn-min, -.window-caption .buttons .btn-max, -.window-caption .buttons .btn-close, -.window-caption .buttons .btn-custom { - position: relative; - height: 34px; - width: 34px; - text-align: center; - vertical-align: middle; - font-size: 1rem; - font-weight: normal; - padding: 0 0 0.625rem 0; - outline: none; - cursor: pointer; - display: block; - border: 1px solid transparent; - margin: 1px 0; -} -.window-caption .buttons .sys-button { - background-color: transparent; - color: #ffffff; -} -.window-caption .buttons .sys-button:hover { - background-color: rgba(255, 255, 255, 0.1); -} -.window-caption .buttons .sys-button:hover::before { - border-color: #ffffff; - color: #ffffff; -} -.window-caption .buttons .sys-button:active { - background-color: rgba(255, 255, 255, 0.3); - color: #ffffff; -} -.window-caption .buttons .btn-close:hover { - background-color: #c75050; - color: #ffffff; -} -.window-caption .buttons .btn-close:hover::before { - color: #ffffff; -} -.window-caption .buttons .btn-close:active { - background-color: #e04343; - color: #ffffff; -} -.window-caption .buttons .btn-close::before { - border-color: #777777; - content: '\D7'; - position: absolute; - line-height: 34px; - vertical-align: middle; - left: 50%; - top: -4px; - margin-left: -0.32em; - color: #fff; - font-size: 1.5rem; -} -.window-caption .buttons .btn-min::before, -.window-caption .buttons .btn-max::before { - display: block; - position: absolute; - width: 0.625rem; - height: 0.625rem; - border: 0 #fff solid; - border-bottom-width: 2px; - content: ' '; - bottom: 0.72rem; - left: 50%; - margin-left: -0.3rem; - top: auto; -} -.window-caption .buttons .btn-max::before { - height: 0.575rem; - border: 1px #fff solid; - border-top-width: 2px; -} -.window-caption .buttons .btn-custom { - min-width: 34px; - width: auto; - -ms-flex-negative: 0; - flex-shrink: 0; -} -.window-caption .buttons .btn-custom { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.window-caption .buttons .btn-min { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.window-caption .buttons .btn-max { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.window-caption .buttons .btn-close { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.window-content { - overflow: auto; - height: calc(100% - 2.25rem); -} -.window-status { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-direction: row; - flex-direction: row; - -ms-flex-wrap: nowrap; - flex-wrap: nowrap; - padding: 0.1rem 0.5rem; - background-color: #f8f8f8; - color: #1d1d1d; - height: 1.2rem; - font-size: 0.8rem; -} -.window.info .window-caption { - background-color: #1ba1e2; - color: #ffffff; -} -.window.alert .window-caption { - background-color: #CE352C; - color: #ffffff; -} -.window.warning .window-caption { - background-color: #fa6800; - color: #ffffff; -} -.window.success .window-caption { - background-color: #60a917; - color: #ffffff; -} -.window.focused { - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -.window.modal { - z-index: 1050; -} -.window.minimized { - max-width: 12rem; - max-height: 2.25rem; -} -.window.minimized .window-caption { - border-bottom: none!important; -} -.window.minimized .window-content { - display: none!important; -} -.window.minimized .window-caption .btn-custom { - display: none; -} -.window.maximized { - top: 0!important; - left: 0!important; - width: 100% !important; - height: 100% !important; - max-height: none !important; - max-width: none !important; -} -.window.maximized .btn-max::before { - border: 1px #fff solid; - z-index: 2; -} -.window.maximized .btn-max::after { - display: block; - position: absolute; - width: 0.625rem; - height: 0.625rem; - border-top: 1px #fff solid; - border-right: 1px #fff solid; - content: ' '; - bottom: 0.375rem; - right: 7px; - top: 8px; - z-index: 1; -} -.window.resizable { - min-width: 12rem; - min-height: 2.25rem; -} -.wizard { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-align: stretch; - -ms-flex-align: stretch; - align-items: stretch; - background-color: #ffffff; - color: #1d1d1d; - min-height: 200px; - height: auto; - border: 1px solid #dfdfdf; - counter-reset: wizard-step; - position: relative; -} -.wizard > section, -.wizard > .section { - counter-increment: wizard-step; - display: block; - position: relative; - border-left: #bebebe solid; - border-left-width: 4px; - width: 0; - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; -} -.wizard > section::before, -.wizard > .section::before { - display: none; - content: counter(wizard-step); - position: absolute; - bottom: 20px; - width: 25px; - text-align: center; - left: -25px; - z-index: 1; - color: #ffffff; -} -.wizard > section .page-content, -.wizard > .section .page-content { - padding: 1rem 1rem 4.25rem; - display: none; - overflow: hidden; -} -.wizard > section.current, -.wizard > .section.current { - width: 100%; - border: 0!important; -} -.wizard > section.current .page-content, -.wizard > .section.current .page-content { - display: block; -} -.wizard > section.current::before, -.wizard > .section.current::before { - display: block; - left: 0; - color: #ffffff; - background-color: #1ba1e2; -} -.wizard > section.current, -.wizard > .section.current, -.wizard > section.complete, -.wizard > .section.complete { - -webkit-transition: width 0.3s ease; - -o-transition: width 0.3s ease; - transition: width 0.3s ease; -} -.wizard > section.complete, -.wizard > .section.complete { - cursor: pointer; -} -.wizard .action-bar { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - -webkit-box-pack: right; - -ms-flex-pack: right; - justify-content: right; - position: absolute; - bottom: 1rem; - left: 41px; -} -.wizard .action-bar::after { - display: block; - clear: both; - content: ""; -} -.wizard .action-bar::after { - display: block; - clear: both; - content: ""; -} -.wizard .action-bar > * { - margin: 1px; -} -.wizard > section { - border-color: #000000; -} -.wizard > section:nth-child(1) { - border-color: #1ba1e2; -} -.wizard > section:nth-child(2) { - border-color: #1891cb; -} -.wizard > section:nth-child(3) { - border-color: #1681b4; -} -.wizard > section:nth-child(4) { - border-color: #13709e; -} -.wizard > section:nth-child(5) { - border-color: #106087; -} -.wizard > section:nth-child(6) { - border-color: #0d5070; -} -.wizard > section:nth-child(7) { - border-color: #0b4059; -} -.wizard > section:nth-child(8) { - border-color: #082f43; -} -.wizard > section:nth-child(9) { - border-color: #051f2c; -} -.wizard > section:nth-child(10) { - border-color: #000000; -} -.wizard > section.complete { - border-color: #656565; -} -.wizard > section.complete:nth-child(1) { - border-color: #e4e4e4; -} -.wizard > section.complete:nth-child(2) { - border-color: #d8d8d8; -} -.wizard > section.complete:nth-child(3) { - border-color: #cbcbcb; -} -.wizard > section.complete:nth-child(4) { - border-color: #bebebe; -} -.wizard > section.complete:nth-child(5) { - border-color: #b1b1b1; -} -.wizard > section.complete:nth-child(6) { - border-color: #a5a5a5; -} -.wizard > section.complete:nth-child(7) { - border-color: #989898; -} -.wizard > section.complete:nth-child(8) { - border-color: #8b8b8b; -} -.wizard > section.complete:nth-child(9) { - border-color: #7e7e7e; -} -.wizard > section.complete:nth-child(10) { - border-color: #656565; -} -.wizard [class*=wizard-btn].disabled { - opacity: 0.1; -} -@media screen and (min-width: 0) { - .wizard.wizard-wide-fs { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-fs > section { - border-left-width: 25px; - } - .wizard.wizard-wide-fs > section::before { - display: block; - } -} -@media screen and (min-width: 576px) { - .wizard.wizard-wide-sm { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-sm > section { - border-left-width: 25px; - } - .wizard.wizard-wide-sm > section::before { - display: block; - } -} -@media screen and (min-width: 768px) { - .wizard.wizard-wide-md { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-md > section { - border-left-width: 25px; - } - .wizard.wizard-wide-md > section::before { - display: block; - } -} -@media screen and (min-width: 992px) { - .wizard.wizard-wide-lg { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-lg > section { - border-left-width: 25px; - } - .wizard.wizard-wide-lg > section::before { - display: block; - } -} -@media screen and (min-width: 1200px) { - .wizard.wizard-wide-xl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-xl > section { - border-left-width: 25px; - } - .wizard.wizard-wide-xl > section::before { - display: block; - } -} -@media screen and (min-width: 1452px) { - .wizard.wizard-wide-xxl { - -webkit-box-orient: horizontal; - -webkit-box-direction: normal; - -ms-flex-flow: row nowrap; - flex-flow: row nowrap; - } - .wizard.wizard-wide-xxl > section { - border-left-width: 25px; - } - .wizard.wizard-wide-xxl > section::before { - display: block; - } -} -.button.primary, -.command-button.primary, -.image-button.primary, -.shortcut.primary, -.tool-button.primary, -.split-button .split.primary, -tbody tr.primary, -tbody td.primary, -.tally.primary, -code.primary, -.notify.primary, -.info-button.primary, -.input .button.primary, -.select .button.primary, -.tag-input .button.primary, -.spinner .button.primary, -.toast.primary { - outline-color: #75b5fd; - background-color: #0366d6; - color: #ffffff; -} -.button.primary.outline, -.command-button.primary.outline, -.image-button.primary.outline, -.shortcut.primary.outline, -.tool-button.primary.outline, -.split-button .split.primary.outline, -tbody tr.primary.outline, -tbody td.primary.outline, -.tally.primary.outline, -code.primary.outline, -.notify.primary.outline, -.info-button.primary.outline, -.input .button.primary.outline, -.select .button.primary.outline, -.tag-input .button.primary.outline, -.spinner .button.primary.outline, -.toast.primary.outline { - color: #0366d6; - border-color: #0366d6; -} -.button.primary.outline.dropdown-toggle::before, -.command-button.primary.outline.dropdown-toggle::before, -.image-button.primary.outline.dropdown-toggle::before, -.shortcut.primary.outline.dropdown-toggle::before, -.tool-button.primary.outline.dropdown-toggle::before, -.split-button .split.primary.outline.dropdown-toggle::before, -tbody tr.primary.outline.dropdown-toggle::before, -tbody td.primary.outline.dropdown-toggle::before, -.tally.primary.outline.dropdown-toggle::before, -code.primary.outline.dropdown-toggle::before, -.notify.primary.outline.dropdown-toggle::before, -.info-button.primary.outline.dropdown-toggle::before, -.input .button.primary.outline.dropdown-toggle::before, -.select .button.primary.outline.dropdown-toggle::before, -.tag-input .button.primary.outline.dropdown-toggle::before, -.spinner .button.primary.outline.dropdown-toggle::before, -.toast.primary.outline.dropdown-toggle::before { - border-color: #0366d6; -} -.button.primary.outline:hover, -.command-button.primary.outline:hover, -.image-button.primary.outline:hover, -.shortcut.primary.outline:hover, -.tool-button.primary.outline:hover, -.split-button .split.primary.outline:hover, -tbody tr.primary.outline:hover, -tbody td.primary.outline:hover, -.tally.primary.outline:hover, -code.primary.outline:hover, -.notify.primary.outline:hover, -.info-button.primary.outline:hover, -.input .button.primary.outline:hover, -.select .button.primary.outline:hover, -.tag-input .button.primary.outline:hover, -.spinner .button.primary.outline:hover, -.toast.primary.outline:hover { - color: #ffffff; -} -.button.primary.dropdown-toggle::before, -.command-button.primary.dropdown-toggle::before, -.image-button.primary.dropdown-toggle::before, -.shortcut.primary.dropdown-toggle::before, -.tool-button.primary.dropdown-toggle::before, -.split-button .split.primary.dropdown-toggle::before, -tbody tr.primary.dropdown-toggle::before, -tbody td.primary.dropdown-toggle::before, -.tally.primary.dropdown-toggle::before, -code.primary.dropdown-toggle::before, -.notify.primary.dropdown-toggle::before, -.info-button.primary.dropdown-toggle::before, -.input .button.primary.dropdown-toggle::before, -.select .button.primary.dropdown-toggle::before, -.tag-input .button.primary.dropdown-toggle::before, -.spinner .button.primary.dropdown-toggle::before, -.toast.primary.dropdown-toggle::before { - border-color: #ffffff; -} -.button.primary:hover, -.command-button.primary:hover, -.image-button.primary:hover, -.shortcut.primary:hover, -.tool-button.primary:hover, -.split-button .split.primary:hover, -tbody tr.primary:hover, -tbody td.primary:hover, -.tally.primary:hover, -code.primary:hover, -.notify.primary:hover, -.info-button.primary:hover, -.input .button.primary:hover, -.select .button.primary:hover, -.tag-input .button.primary:hover, -.spinner .button.primary:hover, -.toast.primary:hover { - color: #ffffff; - background-color: #024ea4; - border-color: #023671; -} -.button.primary:hover.dropdown-toggle::before, -.command-button.primary:hover.dropdown-toggle::before, -.image-button.primary:hover.dropdown-toggle::before, -.shortcut.primary:hover.dropdown-toggle::before, -.tool-button.primary:hover.dropdown-toggle::before, -.split-button .split.primary:hover.dropdown-toggle::before, -tbody tr.primary:hover.dropdown-toggle::before, -tbody td.primary:hover.dropdown-toggle::before, -.tally.primary:hover.dropdown-toggle::before, -code.primary:hover.dropdown-toggle::before, -.notify.primary:hover.dropdown-toggle::before, -.info-button.primary:hover.dropdown-toggle::before, -.input .button.primary:hover.dropdown-toggle::before, -.select .button.primary:hover.dropdown-toggle::before, -.tag-input .button.primary:hover.dropdown-toggle::before, -.spinner .button.primary:hover.dropdown-toggle::before, -.toast.primary:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.primary.same-color:hover, -.command-button.primary.same-color:hover, -.image-button.primary.same-color:hover, -.shortcut.primary.same-color:hover, -.tool-button.primary.same-color:hover, -.split-button .split.primary.same-color:hover, -tbody tr.primary.same-color:hover, -tbody td.primary.same-color:hover, -.tally.primary.same-color:hover, -code.primary.same-color:hover, -.notify.primary.same-color:hover, -.info-button.primary.same-color:hover, -.input .button.primary.same-color:hover, -.select .button.primary.same-color:hover, -.tag-input .button.primary.same-color:hover, -.spinner .button.primary.same-color:hover, -.toast.primary.same-color:hover { - background-color: #0366d6; - border-color: #0366d6; -} -.button.primary:active, -.command-button.primary:active, -.image-button.primary:active, -.shortcut.primary:active, -.tool-button.primary:active, -.split-button .split.primary:active, -tbody tr.primary:active, -tbody td.primary:active, -.tally.primary:active, -code.primary:active, -.notify.primary:active, -.info-button.primary:active, -.input .button.primary:active, -.select .button.primary:active, -.tag-input .button.primary:active, -.spinner .button.primary:active, -.toast.primary:active, -.button.primary.focus, -.command-button.primary.focus, -.image-button.primary.focus, -.shortcut.primary.focus, -.tool-button.primary.focus, -.split-button .split.primary.focus, -tbody tr.primary.focus, -tbody td.primary.focus, -.tally.primary.focus, -code.primary.focus, -.notify.primary.focus, -.info-button.primary.focus, -.input .button.primary.focus, -.select .button.primary.focus, -.tag-input .button.primary.focus, -.spinner .button.primary.focus, -.toast.primary.focus, -.button.primary:focus, -.command-button.primary:focus, -.image-button.primary:focus, -.shortcut.primary:focus, -.tool-button.primary:focus, -.split-button .split.primary:focus, -tbody tr.primary:focus, -tbody td.primary:focus, -.tally.primary:focus, -code.primary:focus, -.notify.primary:focus, -.info-button.primary:focus, -.input .button.primary:focus, -.select .button.primary:focus, -.tag-input .button.primary:focus, -.spinner .button.primary:focus, -.toast.primary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); - box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); -} -.button.secondary, -.command-button.secondary, -.image-button.secondary, -.shortcut.secondary, -.tool-button.secondary, -.split-button .split.secondary, -tbody tr.secondary, -tbody td.secondary, -.tally.secondary, -code.secondary, -.notify.secondary, -.info-button.secondary, -.input .button.secondary, -.select .button.secondary, -.tag-input .button.secondary, -.spinner .button.secondary, -.toast.secondary { - outline-color: #b7c6cd; - background-color: #607d8b; - color: #ffffff; -} -.button.secondary.outline, -.command-button.secondary.outline, -.image-button.secondary.outline, -.shortcut.secondary.outline, -.tool-button.secondary.outline, -.split-button .split.secondary.outline, -tbody tr.secondary.outline, -tbody td.secondary.outline, -.tally.secondary.outline, -code.secondary.outline, -.notify.secondary.outline, -.info-button.secondary.outline, -.input .button.secondary.outline, -.select .button.secondary.outline, -.tag-input .button.secondary.outline, -.spinner .button.secondary.outline, -.toast.secondary.outline { - color: #607d8b; - border-color: #607d8b; -} -.button.secondary.outline.dropdown-toggle::before, -.command-button.secondary.outline.dropdown-toggle::before, -.image-button.secondary.outline.dropdown-toggle::before, -.shortcut.secondary.outline.dropdown-toggle::before, -.tool-button.secondary.outline.dropdown-toggle::before, -.split-button .split.secondary.outline.dropdown-toggle::before, -tbody tr.secondary.outline.dropdown-toggle::before, -tbody td.secondary.outline.dropdown-toggle::before, -.tally.secondary.outline.dropdown-toggle::before, -code.secondary.outline.dropdown-toggle::before, -.notify.secondary.outline.dropdown-toggle::before, -.info-button.secondary.outline.dropdown-toggle::before, -.input .button.secondary.outline.dropdown-toggle::before, -.select .button.secondary.outline.dropdown-toggle::before, -.tag-input .button.secondary.outline.dropdown-toggle::before, -.spinner .button.secondary.outline.dropdown-toggle::before, -.toast.secondary.outline.dropdown-toggle::before { - border-color: #607d8b; -} -.button.secondary.outline:hover, -.command-button.secondary.outline:hover, -.image-button.secondary.outline:hover, -.shortcut.secondary.outline:hover, -.tool-button.secondary.outline:hover, -.split-button .split.secondary.outline:hover, -tbody tr.secondary.outline:hover, -tbody td.secondary.outline:hover, -.tally.secondary.outline:hover, -code.secondary.outline:hover, -.notify.secondary.outline:hover, -.info-button.secondary.outline:hover, -.input .button.secondary.outline:hover, -.select .button.secondary.outline:hover, -.tag-input .button.secondary.outline:hover, -.spinner .button.secondary.outline:hover, -.toast.secondary.outline:hover { - color: #ffffff; -} -.button.secondary.dropdown-toggle::before, -.command-button.secondary.dropdown-toggle::before, -.image-button.secondary.dropdown-toggle::before, -.shortcut.secondary.dropdown-toggle::before, -.tool-button.secondary.dropdown-toggle::before, -.split-button .split.secondary.dropdown-toggle::before, -tbody tr.secondary.dropdown-toggle::before, -tbody td.secondary.dropdown-toggle::before, -.tally.secondary.dropdown-toggle::before, -code.secondary.dropdown-toggle::before, -.notify.secondary.dropdown-toggle::before, -.info-button.secondary.dropdown-toggle::before, -.input .button.secondary.dropdown-toggle::before, -.select .button.secondary.dropdown-toggle::before, -.tag-input .button.secondary.dropdown-toggle::before, -.spinner .button.secondary.dropdown-toggle::before, -.toast.secondary.dropdown-toggle::before { - border-color: #ffffff; -} -.button.secondary:hover, -.command-button.secondary:hover, -.image-button.secondary:hover, -.shortcut.secondary:hover, -.tool-button.secondary:hover, -.split-button .split.secondary:hover, -tbody tr.secondary:hover, -tbody td.secondary:hover, -.tally.secondary:hover, -code.secondary:hover, -.notify.secondary:hover, -.info-button.secondary:hover, -.input .button.secondary:hover, -.select .button.secondary:hover, -.tag-input .button.secondary:hover, -.spinner .button.secondary:hover, -.toast.secondary:hover { - color: #ffffff; - background-color: #4b626d; - border-color: #36474f; -} -.button.secondary:hover.dropdown-toggle::before, -.command-button.secondary:hover.dropdown-toggle::before, -.image-button.secondary:hover.dropdown-toggle::before, -.shortcut.secondary:hover.dropdown-toggle::before, -.tool-button.secondary:hover.dropdown-toggle::before, -.split-button .split.secondary:hover.dropdown-toggle::before, -tbody tr.secondary:hover.dropdown-toggle::before, -tbody td.secondary:hover.dropdown-toggle::before, -.tally.secondary:hover.dropdown-toggle::before, -code.secondary:hover.dropdown-toggle::before, -.notify.secondary:hover.dropdown-toggle::before, -.info-button.secondary:hover.dropdown-toggle::before, -.input .button.secondary:hover.dropdown-toggle::before, -.select .button.secondary:hover.dropdown-toggle::before, -.tag-input .button.secondary:hover.dropdown-toggle::before, -.spinner .button.secondary:hover.dropdown-toggle::before, -.toast.secondary:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.secondary.same-color:hover, -.command-button.secondary.same-color:hover, -.image-button.secondary.same-color:hover, -.shortcut.secondary.same-color:hover, -.tool-button.secondary.same-color:hover, -.split-button .split.secondary.same-color:hover, -tbody tr.secondary.same-color:hover, -tbody td.secondary.same-color:hover, -.tally.secondary.same-color:hover, -code.secondary.same-color:hover, -.notify.secondary.same-color:hover, -.info-button.secondary.same-color:hover, -.input .button.secondary.same-color:hover, -.select .button.secondary.same-color:hover, -.tag-input .button.secondary.same-color:hover, -.spinner .button.secondary.same-color:hover, -.toast.secondary.same-color:hover { - background-color: #607d8b; - border-color: #607d8b; -} -.button.secondary:active, -.command-button.secondary:active, -.image-button.secondary:active, -.shortcut.secondary:active, -.tool-button.secondary:active, -.split-button .split.secondary:active, -tbody tr.secondary:active, -tbody td.secondary:active, -.tally.secondary:active, -code.secondary:active, -.notify.secondary:active, -.info-button.secondary:active, -.input .button.secondary:active, -.select .button.secondary:active, -.tag-input .button.secondary:active, -.spinner .button.secondary:active, -.toast.secondary:active, -.button.secondary.focus, -.command-button.secondary.focus, -.image-button.secondary.focus, -.shortcut.secondary.focus, -.tool-button.secondary.focus, -.split-button .split.secondary.focus, -tbody tr.secondary.focus, -tbody td.secondary.focus, -.tally.secondary.focus, -code.secondary.focus, -.notify.secondary.focus, -.info-button.secondary.focus, -.input .button.secondary.focus, -.select .button.secondary.focus, -.tag-input .button.secondary.focus, -.spinner .button.secondary.focus, -.toast.secondary.focus, -.button.secondary:focus, -.command-button.secondary:focus, -.image-button.secondary:focus, -.shortcut.secondary:focus, -.tool-button.secondary:focus, -.split-button .split.secondary:focus, -tbody tr.secondary:focus, -tbody td.secondary:focus, -.tally.secondary:focus, -code.secondary:focus, -.notify.secondary:focus, -.info-button.secondary:focus, -.input .button.secondary:focus, -.select .button.secondary:focus, -.tag-input .button.secondary:focus, -.spinner .button.secondary:focus, -.toast.secondary:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); - box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); -} -.button.success, -.command-button.success, -.image-button.success, -.shortcut.success, -.tool-button.success, -.split-button .split.success, -tbody tr.success, -tbody td.success, -.tally.success, -code.success, -.notify.success, -.info-button.success, -.input .button.success, -.select .button.success, -.tag-input .button.success, -.spinner .button.success, -.toast.success { - outline-color: #adeb6e; - background-color: #60a917; - color: #ffffff; -} -.button.success.outline, -.command-button.success.outline, -.image-button.success.outline, -.shortcut.success.outline, -.tool-button.success.outline, -.split-button .split.success.outline, -tbody tr.success.outline, -tbody td.success.outline, -.tally.success.outline, -code.success.outline, -.notify.success.outline, -.info-button.success.outline, -.input .button.success.outline, -.select .button.success.outline, -.tag-input .button.success.outline, -.spinner .button.success.outline, -.toast.success.outline { - color: #60a917; - border-color: #60a917; -} -.button.success.outline.dropdown-toggle::before, -.command-button.success.outline.dropdown-toggle::before, -.image-button.success.outline.dropdown-toggle::before, -.shortcut.success.outline.dropdown-toggle::before, -.tool-button.success.outline.dropdown-toggle::before, -.split-button .split.success.outline.dropdown-toggle::before, -tbody tr.success.outline.dropdown-toggle::before, -tbody td.success.outline.dropdown-toggle::before, -.tally.success.outline.dropdown-toggle::before, -code.success.outline.dropdown-toggle::before, -.notify.success.outline.dropdown-toggle::before, -.info-button.success.outline.dropdown-toggle::before, -.input .button.success.outline.dropdown-toggle::before, -.select .button.success.outline.dropdown-toggle::before, -.tag-input .button.success.outline.dropdown-toggle::before, -.spinner .button.success.outline.dropdown-toggle::before, -.toast.success.outline.dropdown-toggle::before { - border-color: #60a917; -} -.button.success.outline:hover, -.command-button.success.outline:hover, -.image-button.success.outline:hover, -.shortcut.success.outline:hover, -.tool-button.success.outline:hover, -.split-button .split.success.outline:hover, -tbody tr.success.outline:hover, -tbody td.success.outline:hover, -.tally.success.outline:hover, -code.success.outline:hover, -.notify.success.outline:hover, -.info-button.success.outline:hover, -.input .button.success.outline:hover, -.select .button.success.outline:hover, -.tag-input .button.success.outline:hover, -.spinner .button.success.outline:hover, -.toast.success.outline:hover { - color: #ffffff; -} -.button.success.dropdown-toggle::before, -.command-button.success.dropdown-toggle::before, -.image-button.success.dropdown-toggle::before, -.shortcut.success.dropdown-toggle::before, -.tool-button.success.dropdown-toggle::before, -.split-button .split.success.dropdown-toggle::before, -tbody tr.success.dropdown-toggle::before, -tbody td.success.dropdown-toggle::before, -.tally.success.dropdown-toggle::before, -code.success.dropdown-toggle::before, -.notify.success.dropdown-toggle::before, -.info-button.success.dropdown-toggle::before, -.input .button.success.dropdown-toggle::before, -.select .button.success.dropdown-toggle::before, -.tag-input .button.success.dropdown-toggle::before, -.spinner .button.success.dropdown-toggle::before, -.toast.success.dropdown-toggle::before { - border-color: #ffffff; -} -.button.success:hover, -.command-button.success:hover, -.image-button.success:hover, -.shortcut.success:hover, -.tool-button.success:hover, -.split-button .split.success:hover, -tbody tr.success:hover, -tbody td.success:hover, -.tally.success:hover, -code.success:hover, -.notify.success:hover, -.info-button.success:hover, -.input .button.success:hover, -.select .button.success:hover, -.tag-input .button.success:hover, -.spinner .button.success:hover, -.toast.success:hover { - color: #ffffff; - background-color: #477c11; - border-color: #2d4f0b; -} -.button.success:hover.dropdown-toggle::before, -.command-button.success:hover.dropdown-toggle::before, -.image-button.success:hover.dropdown-toggle::before, -.shortcut.success:hover.dropdown-toggle::before, -.tool-button.success:hover.dropdown-toggle::before, -.split-button .split.success:hover.dropdown-toggle::before, -tbody tr.success:hover.dropdown-toggle::before, -tbody td.success:hover.dropdown-toggle::before, -.tally.success:hover.dropdown-toggle::before, -code.success:hover.dropdown-toggle::before, -.notify.success:hover.dropdown-toggle::before, -.info-button.success:hover.dropdown-toggle::before, -.input .button.success:hover.dropdown-toggle::before, -.select .button.success:hover.dropdown-toggle::before, -.tag-input .button.success:hover.dropdown-toggle::before, -.spinner .button.success:hover.dropdown-toggle::before, -.toast.success:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.success.same-color:hover, -.command-button.success.same-color:hover, -.image-button.success.same-color:hover, -.shortcut.success.same-color:hover, -.tool-button.success.same-color:hover, -.split-button .split.success.same-color:hover, -tbody tr.success.same-color:hover, -tbody td.success.same-color:hover, -.tally.success.same-color:hover, -code.success.same-color:hover, -.notify.success.same-color:hover, -.info-button.success.same-color:hover, -.input .button.success.same-color:hover, -.select .button.success.same-color:hover, -.tag-input .button.success.same-color:hover, -.spinner .button.success.same-color:hover, -.toast.success.same-color:hover { - background-color: #60a917; - border-color: #60a917; -} -.button.success:active, -.command-button.success:active, -.image-button.success:active, -.shortcut.success:active, -.tool-button.success:active, -.split-button .split.success:active, -tbody tr.success:active, -tbody td.success:active, -.tally.success:active, -code.success:active, -.notify.success:active, -.info-button.success:active, -.input .button.success:active, -.select .button.success:active, -.tag-input .button.success:active, -.spinner .button.success:active, -.toast.success:active, -.button.success.focus, -.command-button.success.focus, -.image-button.success.focus, -.shortcut.success.focus, -.tool-button.success.focus, -.split-button .split.success.focus, -tbody tr.success.focus, -tbody td.success.focus, -.tally.success.focus, -code.success.focus, -.notify.success.focus, -.info-button.success.focus, -.input .button.success.focus, -.select .button.success.focus, -.tag-input .button.success.focus, -.spinner .button.success.focus, -.toast.success.focus, -.button.success:focus, -.command-button.success:focus, -.image-button.success:focus, -.shortcut.success:focus, -.tool-button.success:focus, -.split-button .split.success:focus, -tbody tr.success:focus, -tbody td.success:focus, -.tally.success:focus, -code.success:focus, -.notify.success:focus, -.info-button.success:focus, -.input .button.success:focus, -.select .button.success:focus, -.tag-input .button.success:focus, -.spinner .button.success:focus, -.toast.success:focus { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); -} -.button.alert, -.command-button.alert, -.image-button.alert, -.shortcut.alert, -.tool-button.alert, -.split-button .split.alert, -tbody tr.alert, -tbody td.alert, -.tally.alert, -code.alert, -.notify.alert, -.info-button.alert, -.input .button.alert, -.select .button.alert, -.tag-input .button.alert, -.spinner .button.alert, -.toast.alert { - outline-color: #ecaba7; - background-color: #CE352C; - color: #ffffff; -} -.button.alert.outline, -.command-button.alert.outline, -.image-button.alert.outline, -.shortcut.alert.outline, -.tool-button.alert.outline, -.split-button .split.alert.outline, -tbody tr.alert.outline, -tbody td.alert.outline, -.tally.alert.outline, -code.alert.outline, -.notify.alert.outline, -.info-button.alert.outline, -.input .button.alert.outline, -.select .button.alert.outline, -.tag-input .button.alert.outline, -.spinner .button.alert.outline, -.toast.alert.outline { - color: #CE352C; - border-color: #CE352C; -} -.button.alert.outline.dropdown-toggle::before, -.command-button.alert.outline.dropdown-toggle::before, -.image-button.alert.outline.dropdown-toggle::before, -.shortcut.alert.outline.dropdown-toggle::before, -.tool-button.alert.outline.dropdown-toggle::before, -.split-button .split.alert.outline.dropdown-toggle::before, -tbody tr.alert.outline.dropdown-toggle::before, -tbody td.alert.outline.dropdown-toggle::before, -.tally.alert.outline.dropdown-toggle::before, -code.alert.outline.dropdown-toggle::before, -.notify.alert.outline.dropdown-toggle::before, -.info-button.alert.outline.dropdown-toggle::before, -.input .button.alert.outline.dropdown-toggle::before, -.select .button.alert.outline.dropdown-toggle::before, -.tag-input .button.alert.outline.dropdown-toggle::before, -.spinner .button.alert.outline.dropdown-toggle::before, -.toast.alert.outline.dropdown-toggle::before { - border-color: #CE352C; -} -.button.alert.outline:hover, -.command-button.alert.outline:hover, -.image-button.alert.outline:hover, -.shortcut.alert.outline:hover, -.tool-button.alert.outline:hover, -.split-button .split.alert.outline:hover, -tbody tr.alert.outline:hover, -tbody td.alert.outline:hover, -.tally.alert.outline:hover, -code.alert.outline:hover, -.notify.alert.outline:hover, -.info-button.alert.outline:hover, -.input .button.alert.outline:hover, -.select .button.alert.outline:hover, -.tag-input .button.alert.outline:hover, -.spinner .button.alert.outline:hover, -.toast.alert.outline:hover { - color: #ffffff; -} -.button.alert.dropdown-toggle::before, -.command-button.alert.dropdown-toggle::before, -.image-button.alert.dropdown-toggle::before, -.shortcut.alert.dropdown-toggle::before, -.tool-button.alert.dropdown-toggle::before, -.split-button .split.alert.dropdown-toggle::before, -tbody tr.alert.dropdown-toggle::before, -tbody td.alert.dropdown-toggle::before, -.tally.alert.dropdown-toggle::before, -code.alert.dropdown-toggle::before, -.notify.alert.dropdown-toggle::before, -.info-button.alert.dropdown-toggle::before, -.input .button.alert.dropdown-toggle::before, -.select .button.alert.dropdown-toggle::before, -.tag-input .button.alert.dropdown-toggle::before, -.spinner .button.alert.dropdown-toggle::before, -.toast.alert.dropdown-toggle::before { - border-color: #ffffff; -} -.button.alert:hover, -.command-button.alert:hover, -.image-button.alert:hover, -.shortcut.alert:hover, -.tool-button.alert:hover, -.split-button .split.alert:hover, -tbody tr.alert:hover, -tbody td.alert:hover, -.tally.alert:hover, -code.alert:hover, -.notify.alert:hover, -.info-button.alert:hover, -.input .button.alert:hover, -.select .button.alert:hover, -.tag-input .button.alert:hover, -.spinner .button.alert:hover, -.toast.alert:hover { - color: #ffffff; - background-color: #a42a23; - border-color: #7a1f1a; -} -.button.alert:hover.dropdown-toggle::before, -.command-button.alert:hover.dropdown-toggle::before, -.image-button.alert:hover.dropdown-toggle::before, -.shortcut.alert:hover.dropdown-toggle::before, -.tool-button.alert:hover.dropdown-toggle::before, -.split-button .split.alert:hover.dropdown-toggle::before, -tbody tr.alert:hover.dropdown-toggle::before, -tbody td.alert:hover.dropdown-toggle::before, -.tally.alert:hover.dropdown-toggle::before, -code.alert:hover.dropdown-toggle::before, -.notify.alert:hover.dropdown-toggle::before, -.info-button.alert:hover.dropdown-toggle::before, -.input .button.alert:hover.dropdown-toggle::before, -.select .button.alert:hover.dropdown-toggle::before, -.tag-input .button.alert:hover.dropdown-toggle::before, -.spinner .button.alert:hover.dropdown-toggle::before, -.toast.alert:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.alert.same-color:hover, -.command-button.alert.same-color:hover, -.image-button.alert.same-color:hover, -.shortcut.alert.same-color:hover, -.tool-button.alert.same-color:hover, -.split-button .split.alert.same-color:hover, -tbody tr.alert.same-color:hover, -tbody td.alert.same-color:hover, -.tally.alert.same-color:hover, -code.alert.same-color:hover, -.notify.alert.same-color:hover, -.info-button.alert.same-color:hover, -.input .button.alert.same-color:hover, -.select .button.alert.same-color:hover, -.tag-input .button.alert.same-color:hover, -.spinner .button.alert.same-color:hover, -.toast.alert.same-color:hover { - background-color: #CE352C; - border-color: #CE352C; -} -.button.alert:active, -.command-button.alert:active, -.image-button.alert:active, -.shortcut.alert:active, -.tool-button.alert:active, -.split-button .split.alert:active, -tbody tr.alert:active, -tbody td.alert:active, -.tally.alert:active, -code.alert:active, -.notify.alert:active, -.info-button.alert:active, -.input .button.alert:active, -.select .button.alert:active, -.tag-input .button.alert:active, -.spinner .button.alert:active, -.toast.alert:active, -.button.alert.focus, -.command-button.alert.focus, -.image-button.alert.focus, -.shortcut.alert.focus, -.tool-button.alert.focus, -.split-button .split.alert.focus, -tbody tr.alert.focus, -tbody td.alert.focus, -.tally.alert.focus, -code.alert.focus, -.notify.alert.focus, -.info-button.alert.focus, -.input .button.alert.focus, -.select .button.alert.focus, -.tag-input .button.alert.focus, -.spinner .button.alert.focus, -.toast.alert.focus, -.button.alert:focus, -.command-button.alert:focus, -.image-button.alert:focus, -.shortcut.alert:focus, -.tool-button.alert:focus, -.split-button .split.alert:focus, -tbody tr.alert:focus, -tbody td.alert:focus, -.tally.alert:focus, -code.alert:focus, -.notify.alert:focus, -.info-button.alert:focus, -.input .button.alert:focus, -.select .button.alert:focus, -.tag-input .button.alert:focus, -.spinner .button.alert:focus, -.toast.alert:focus { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); -} -.button.warning, -.command-button.warning, -.image-button.warning, -.shortcut.warning, -.tool-button.warning, -.split-button .split.warning, -tbody tr.warning, -tbody td.warning, -.tally.warning, -code.warning, -.notify.warning, -.info-button.warning, -.input .button.warning, -.select .button.warning, -.tag-input .button.warning, -.spinner .button.warning, -.toast.warning { - outline-color: #ffede1; - background-color: #ff9447; - color: #ffffff; -} -.button.warning.outline, -.command-button.warning.outline, -.image-button.warning.outline, -.shortcut.warning.outline, -.tool-button.warning.outline, -.split-button .split.warning.outline, -tbody tr.warning.outline, -tbody td.warning.outline, -.tally.warning.outline, -code.warning.outline, -.notify.warning.outline, -.info-button.warning.outline, -.input .button.warning.outline, -.select .button.warning.outline, -.tag-input .button.warning.outline, -.spinner .button.warning.outline, -.toast.warning.outline { - color: #ff9447; - border-color: #ff9447; -} -.button.warning.outline.dropdown-toggle::before, -.command-button.warning.outline.dropdown-toggle::before, -.image-button.warning.outline.dropdown-toggle::before, -.shortcut.warning.outline.dropdown-toggle::before, -.tool-button.warning.outline.dropdown-toggle::before, -.split-button .split.warning.outline.dropdown-toggle::before, -tbody tr.warning.outline.dropdown-toggle::before, -tbody td.warning.outline.dropdown-toggle::before, -.tally.warning.outline.dropdown-toggle::before, -code.warning.outline.dropdown-toggle::before, -.notify.warning.outline.dropdown-toggle::before, -.info-button.warning.outline.dropdown-toggle::before, -.input .button.warning.outline.dropdown-toggle::before, -.select .button.warning.outline.dropdown-toggle::before, -.tag-input .button.warning.outline.dropdown-toggle::before, -.spinner .button.warning.outline.dropdown-toggle::before, -.toast.warning.outline.dropdown-toggle::before { - border-color: #ff9447; -} -.button.warning.outline:hover, -.command-button.warning.outline:hover, -.image-button.warning.outline:hover, -.shortcut.warning.outline:hover, -.tool-button.warning.outline:hover, -.split-button .split.warning.outline:hover, -tbody tr.warning.outline:hover, -tbody td.warning.outline:hover, -.tally.warning.outline:hover, -code.warning.outline:hover, -.notify.warning.outline:hover, -.info-button.warning.outline:hover, -.input .button.warning.outline:hover, -.select .button.warning.outline:hover, -.tag-input .button.warning.outline:hover, -.spinner .button.warning.outline:hover, -.toast.warning.outline:hover { - color: #ffffff; -} -.button.warning.dropdown-toggle::before, -.command-button.warning.dropdown-toggle::before, -.image-button.warning.dropdown-toggle::before, -.shortcut.warning.dropdown-toggle::before, -.tool-button.warning.dropdown-toggle::before, -.split-button .split.warning.dropdown-toggle::before, -tbody tr.warning.dropdown-toggle::before, -tbody td.warning.dropdown-toggle::before, -.tally.warning.dropdown-toggle::before, -code.warning.dropdown-toggle::before, -.notify.warning.dropdown-toggle::before, -.info-button.warning.dropdown-toggle::before, -.input .button.warning.dropdown-toggle::before, -.select .button.warning.dropdown-toggle::before, -.tag-input .button.warning.dropdown-toggle::before, -.spinner .button.warning.dropdown-toggle::before, -.toast.warning.dropdown-toggle::before { - border-color: #ffffff; -} -.button.warning:hover, -.command-button.warning:hover, -.image-button.warning:hover, -.shortcut.warning:hover, -.tool-button.warning:hover, -.split-button .split.warning:hover, -tbody tr.warning:hover, -tbody td.warning:hover, -.tally.warning:hover, -code.warning:hover, -.notify.warning:hover, -.info-button.warning:hover, -.input .button.warning:hover, -.select .button.warning:hover, -.tag-input .button.warning:hover, -.spinner .button.warning:hover, -.toast.warning:hover { - color: #ffffff; - background-color: #ff7615; - border-color: #e05d00; -} -.button.warning:hover.dropdown-toggle::before, -.command-button.warning:hover.dropdown-toggle::before, -.image-button.warning:hover.dropdown-toggle::before, -.shortcut.warning:hover.dropdown-toggle::before, -.tool-button.warning:hover.dropdown-toggle::before, -.split-button .split.warning:hover.dropdown-toggle::before, -tbody tr.warning:hover.dropdown-toggle::before, -tbody td.warning:hover.dropdown-toggle::before, -.tally.warning:hover.dropdown-toggle::before, -code.warning:hover.dropdown-toggle::before, -.notify.warning:hover.dropdown-toggle::before, -.info-button.warning:hover.dropdown-toggle::before, -.input .button.warning:hover.dropdown-toggle::before, -.select .button.warning:hover.dropdown-toggle::before, -.tag-input .button.warning:hover.dropdown-toggle::before, -.spinner .button.warning:hover.dropdown-toggle::before, -.toast.warning:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.warning.same-color:hover, -.command-button.warning.same-color:hover, -.image-button.warning.same-color:hover, -.shortcut.warning.same-color:hover, -.tool-button.warning.same-color:hover, -.split-button .split.warning.same-color:hover, -tbody tr.warning.same-color:hover, -tbody td.warning.same-color:hover, -.tally.warning.same-color:hover, -code.warning.same-color:hover, -.notify.warning.same-color:hover, -.info-button.warning.same-color:hover, -.input .button.warning.same-color:hover, -.select .button.warning.same-color:hover, -.tag-input .button.warning.same-color:hover, -.spinner .button.warning.same-color:hover, -.toast.warning.same-color:hover { - background-color: #ff9447; - border-color: #ff9447; -} -.button.warning:active, -.command-button.warning:active, -.image-button.warning:active, -.shortcut.warning:active, -.tool-button.warning:active, -.split-button .split.warning:active, -tbody tr.warning:active, -tbody td.warning:active, -.tally.warning:active, -code.warning:active, -.notify.warning:active, -.info-button.warning:active, -.input .button.warning:active, -.select .button.warning:active, -.tag-input .button.warning:active, -.spinner .button.warning:active, -.toast.warning:active, -.button.warning.focus, -.command-button.warning.focus, -.image-button.warning.focus, -.shortcut.warning.focus, -.tool-button.warning.focus, -.split-button .split.warning.focus, -tbody tr.warning.focus, -tbody td.warning.focus, -.tally.warning.focus, -code.warning.focus, -.notify.warning.focus, -.info-button.warning.focus, -.input .button.warning.focus, -.select .button.warning.focus, -.tag-input .button.warning.focus, -.spinner .button.warning.focus, -.toast.warning.focus, -.button.warning:focus, -.command-button.warning:focus, -.image-button.warning:focus, -.shortcut.warning:focus, -.tool-button.warning:focus, -.split-button .split.warning:focus, -tbody tr.warning:focus, -tbody td.warning:focus, -.tally.warning:focus, -code.warning:focus, -.notify.warning:focus, -.info-button.warning:focus, -.input .button.warning:focus, -.select .button.warning:focus, -.tag-input .button.warning:focus, -.spinner .button.warning:focus, -.toast.warning:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); - box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); -} -.button.yellow, -.command-button.yellow, -.image-button.yellow, -.shortcut.yellow, -.tool-button.yellow, -.split-button .split.yellow, -tbody tr.yellow, -tbody td.yellow, -.tally.yellow, -code.yellow, -.notify.yellow, -.info-button.yellow, -.input .button.yellow, -.select .button.yellow, -.tag-input .button.yellow, -.spinner .button.yellow, -.toast.yellow { - outline-color: #ffffff; - background-color: #ffe484; - color: #ffffff; -} -.button.yellow.outline, -.command-button.yellow.outline, -.image-button.yellow.outline, -.shortcut.yellow.outline, -.tool-button.yellow.outline, -.split-button .split.yellow.outline, -tbody tr.yellow.outline, -tbody td.yellow.outline, -.tally.yellow.outline, -code.yellow.outline, -.notify.yellow.outline, -.info-button.yellow.outline, -.input .button.yellow.outline, -.select .button.yellow.outline, -.tag-input .button.yellow.outline, -.spinner .button.yellow.outline, -.toast.yellow.outline { - color: #ffe484; - border-color: #ffe484; -} -.button.yellow.outline.dropdown-toggle::before, -.command-button.yellow.outline.dropdown-toggle::before, -.image-button.yellow.outline.dropdown-toggle::before, -.shortcut.yellow.outline.dropdown-toggle::before, -.tool-button.yellow.outline.dropdown-toggle::before, -.split-button .split.yellow.outline.dropdown-toggle::before, -tbody tr.yellow.outline.dropdown-toggle::before, -tbody td.yellow.outline.dropdown-toggle::before, -.tally.yellow.outline.dropdown-toggle::before, -code.yellow.outline.dropdown-toggle::before, -.notify.yellow.outline.dropdown-toggle::before, -.info-button.yellow.outline.dropdown-toggle::before, -.input .button.yellow.outline.dropdown-toggle::before, -.select .button.yellow.outline.dropdown-toggle::before, -.tag-input .button.yellow.outline.dropdown-toggle::before, -.spinner .button.yellow.outline.dropdown-toggle::before, -.toast.yellow.outline.dropdown-toggle::before { - border-color: #ffe484; -} -.button.yellow.outline:hover, -.command-button.yellow.outline:hover, -.image-button.yellow.outline:hover, -.shortcut.yellow.outline:hover, -.tool-button.yellow.outline:hover, -.split-button .split.yellow.outline:hover, -tbody tr.yellow.outline:hover, -tbody td.yellow.outline:hover, -.tally.yellow.outline:hover, -code.yellow.outline:hover, -.notify.yellow.outline:hover, -.info-button.yellow.outline:hover, -.input .button.yellow.outline:hover, -.select .button.yellow.outline:hover, -.tag-input .button.yellow.outline:hover, -.spinner .button.yellow.outline:hover, -.toast.yellow.outline:hover { - color: #ffffff; -} -.button.yellow.dropdown-toggle::before, -.command-button.yellow.dropdown-toggle::before, -.image-button.yellow.dropdown-toggle::before, -.shortcut.yellow.dropdown-toggle::before, -.tool-button.yellow.dropdown-toggle::before, -.split-button .split.yellow.dropdown-toggle::before, -tbody tr.yellow.dropdown-toggle::before, -tbody td.yellow.dropdown-toggle::before, -.tally.yellow.dropdown-toggle::before, -code.yellow.dropdown-toggle::before, -.notify.yellow.dropdown-toggle::before, -.info-button.yellow.dropdown-toggle::before, -.input .button.yellow.dropdown-toggle::before, -.select .button.yellow.dropdown-toggle::before, -.tag-input .button.yellow.dropdown-toggle::before, -.spinner .button.yellow.dropdown-toggle::before, -.toast.yellow.dropdown-toggle::before { - border-color: #ffffff; -} -.button.yellow:hover, -.command-button.yellow:hover, -.image-button.yellow:hover, -.shortcut.yellow:hover, -.tool-button.yellow:hover, -.split-button .split.yellow:hover, -tbody tr.yellow:hover, -tbody td.yellow:hover, -.tally.yellow:hover, -code.yellow:hover, -.notify.yellow:hover, -.info-button.yellow:hover, -.input .button.yellow:hover, -.select .button.yellow:hover, -.tag-input .button.yellow:hover, -.spinner .button.yellow:hover, -.toast.yellow:hover { - color: #ffffff; - background-color: #ffd951; - border-color: #ffce1e; -} -.button.yellow:hover.dropdown-toggle::before, -.command-button.yellow:hover.dropdown-toggle::before, -.image-button.yellow:hover.dropdown-toggle::before, -.shortcut.yellow:hover.dropdown-toggle::before, -.tool-button.yellow:hover.dropdown-toggle::before, -.split-button .split.yellow:hover.dropdown-toggle::before, -tbody tr.yellow:hover.dropdown-toggle::before, -tbody td.yellow:hover.dropdown-toggle::before, -.tally.yellow:hover.dropdown-toggle::before, -code.yellow:hover.dropdown-toggle::before, -.notify.yellow:hover.dropdown-toggle::before, -.info-button.yellow:hover.dropdown-toggle::before, -.input .button.yellow:hover.dropdown-toggle::before, -.select .button.yellow:hover.dropdown-toggle::before, -.tag-input .button.yellow:hover.dropdown-toggle::before, -.spinner .button.yellow:hover.dropdown-toggle::before, -.toast.yellow:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.yellow.same-color:hover, -.command-button.yellow.same-color:hover, -.image-button.yellow.same-color:hover, -.shortcut.yellow.same-color:hover, -.tool-button.yellow.same-color:hover, -.split-button .split.yellow.same-color:hover, -tbody tr.yellow.same-color:hover, -tbody td.yellow.same-color:hover, -.tally.yellow.same-color:hover, -code.yellow.same-color:hover, -.notify.yellow.same-color:hover, -.info-button.yellow.same-color:hover, -.input .button.yellow.same-color:hover, -.select .button.yellow.same-color:hover, -.tag-input .button.yellow.same-color:hover, -.spinner .button.yellow.same-color:hover, -.toast.yellow.same-color:hover { - background-color: #ffe484; - border-color: #ffe484; -} -.button.yellow:active, -.command-button.yellow:active, -.image-button.yellow:active, -.shortcut.yellow:active, -.tool-button.yellow:active, -.split-button .split.yellow:active, -tbody tr.yellow:active, -tbody td.yellow:active, -.tally.yellow:active, -code.yellow:active, -.notify.yellow:active, -.info-button.yellow:active, -.input .button.yellow:active, -.select .button.yellow:active, -.tag-input .button.yellow:active, -.spinner .button.yellow:active, -.toast.yellow:active, -.button.yellow.focus, -.command-button.yellow.focus, -.image-button.yellow.focus, -.shortcut.yellow.focus, -.tool-button.yellow.focus, -.split-button .split.yellow.focus, -tbody tr.yellow.focus, -tbody td.yellow.focus, -.tally.yellow.focus, -code.yellow.focus, -.notify.yellow.focus, -.info-button.yellow.focus, -.input .button.yellow.focus, -.select .button.yellow.focus, -.tag-input .button.yellow.focus, -.spinner .button.yellow.focus, -.toast.yellow.focus, -.button.yellow:focus, -.command-button.yellow:focus, -.image-button.yellow:focus, -.shortcut.yellow:focus, -.tool-button.yellow:focus, -.split-button .split.yellow:focus, -tbody tr.yellow:focus, -tbody td.yellow:focus, -.tally.yellow:focus, -code.yellow:focus, -.notify.yellow:focus, -.info-button.yellow:focus, -.input .button.yellow:focus, -.select .button.yellow:focus, -.tag-input .button.yellow:focus, -.spinner .button.yellow:focus, -.toast.yellow:focus { - -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); - box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); -} -.button.info, -.command-button.info, -.image-button.info, -.shortcut.info, -.tool-button.info, -.split-button .split.info, -tbody tr.info, -tbody td.info, -.tally.info, -code.info, -.notify.info, -.info-button.info, -.input .button.info, -.select .button.info, -.tag-input .button.info, -.spinner .button.info, -.toast.info { - outline-color: #e6f5fc; - background-color: #5ebdec; - color: #ffffff; -} -.button.info.outline, -.command-button.info.outline, -.image-button.info.outline, -.shortcut.info.outline, -.tool-button.info.outline, -.split-button .split.info.outline, -tbody tr.info.outline, -tbody td.info.outline, -.tally.info.outline, -code.info.outline, -.notify.info.outline, -.info-button.info.outline, -.input .button.info.outline, -.select .button.info.outline, -.tag-input .button.info.outline, -.spinner .button.info.outline, -.toast.info.outline { - color: #5ebdec; - border-color: #5ebdec; -} -.button.info.outline.dropdown-toggle::before, -.command-button.info.outline.dropdown-toggle::before, -.image-button.info.outline.dropdown-toggle::before, -.shortcut.info.outline.dropdown-toggle::before, -.tool-button.info.outline.dropdown-toggle::before, -.split-button .split.info.outline.dropdown-toggle::before, -tbody tr.info.outline.dropdown-toggle::before, -tbody td.info.outline.dropdown-toggle::before, -.tally.info.outline.dropdown-toggle::before, -code.info.outline.dropdown-toggle::before, -.notify.info.outline.dropdown-toggle::before, -.info-button.info.outline.dropdown-toggle::before, -.input .button.info.outline.dropdown-toggle::before, -.select .button.info.outline.dropdown-toggle::before, -.tag-input .button.info.outline.dropdown-toggle::before, -.spinner .button.info.outline.dropdown-toggle::before, -.toast.info.outline.dropdown-toggle::before { - border-color: #5ebdec; -} -.button.info.outline:hover, -.command-button.info.outline:hover, -.image-button.info.outline:hover, -.shortcut.info.outline:hover, -.tool-button.info.outline:hover, -.split-button .split.info.outline:hover, -tbody tr.info.outline:hover, -tbody td.info.outline:hover, -.tally.info.outline:hover, -code.info.outline:hover, -.notify.info.outline:hover, -.info-button.info.outline:hover, -.input .button.info.outline:hover, -.select .button.info.outline:hover, -.tag-input .button.info.outline:hover, -.spinner .button.info.outline:hover, -.toast.info.outline:hover { - color: #ffffff; -} -.button.info.dropdown-toggle::before, -.command-button.info.dropdown-toggle::before, -.image-button.info.dropdown-toggle::before, -.shortcut.info.dropdown-toggle::before, -.tool-button.info.dropdown-toggle::before, -.split-button .split.info.dropdown-toggle::before, -tbody tr.info.dropdown-toggle::before, -tbody td.info.dropdown-toggle::before, -.tally.info.dropdown-toggle::before, -code.info.dropdown-toggle::before, -.notify.info.dropdown-toggle::before, -.info-button.info.dropdown-toggle::before, -.input .button.info.dropdown-toggle::before, -.select .button.info.dropdown-toggle::before, -.tag-input .button.info.dropdown-toggle::before, -.spinner .button.info.dropdown-toggle::before, -.toast.info.dropdown-toggle::before { - border-color: #ffffff; -} -.button.info:hover, -.command-button.info:hover, -.image-button.info:hover, -.shortcut.info:hover, -.tool-button.info:hover, -.split-button .split.info:hover, -tbody tr.info:hover, -tbody td.info:hover, -.tally.info:hover, -code.info:hover, -.notify.info:hover, -.info-button.info:hover, -.input .button.info:hover, -.select .button.info:hover, -.tag-input .button.info:hover, -.spinner .button.info:hover, -.toast.info:hover { - color: #ffffff; - background-color: #30abe6; - border-color: #1891cb; -} -.button.info:hover.dropdown-toggle::before, -.command-button.info:hover.dropdown-toggle::before, -.image-button.info:hover.dropdown-toggle::before, -.shortcut.info:hover.dropdown-toggle::before, -.tool-button.info:hover.dropdown-toggle::before, -.split-button .split.info:hover.dropdown-toggle::before, -tbody tr.info:hover.dropdown-toggle::before, -tbody td.info:hover.dropdown-toggle::before, -.tally.info:hover.dropdown-toggle::before, -code.info:hover.dropdown-toggle::before, -.notify.info:hover.dropdown-toggle::before, -.info-button.info:hover.dropdown-toggle::before, -.input .button.info:hover.dropdown-toggle::before, -.select .button.info:hover.dropdown-toggle::before, -.tag-input .button.info:hover.dropdown-toggle::before, -.spinner .button.info:hover.dropdown-toggle::before, -.toast.info:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.info.same-color:hover, -.command-button.info.same-color:hover, -.image-button.info.same-color:hover, -.shortcut.info.same-color:hover, -.tool-button.info.same-color:hover, -.split-button .split.info.same-color:hover, -tbody tr.info.same-color:hover, -tbody td.info.same-color:hover, -.tally.info.same-color:hover, -code.info.same-color:hover, -.notify.info.same-color:hover, -.info-button.info.same-color:hover, -.input .button.info.same-color:hover, -.select .button.info.same-color:hover, -.tag-input .button.info.same-color:hover, -.spinner .button.info.same-color:hover, -.toast.info.same-color:hover { - background-color: #5ebdec; - border-color: #5ebdec; -} -.button.info:active, -.command-button.info:active, -.image-button.info:active, -.shortcut.info:active, -.tool-button.info:active, -.split-button .split.info:active, -tbody tr.info:active, -tbody td.info:active, -.tally.info:active, -code.info:active, -.notify.info:active, -.info-button.info:active, -.input .button.info:active, -.select .button.info:active, -.tag-input .button.info:active, -.spinner .button.info:active, -.toast.info:active, -.button.info.focus, -.command-button.info.focus, -.image-button.info.focus, -.shortcut.info.focus, -.tool-button.info.focus, -.split-button .split.info.focus, -tbody tr.info.focus, -tbody td.info.focus, -.tally.info.focus, -code.info.focus, -.notify.info.focus, -.info-button.info.focus, -.input .button.info.focus, -.select .button.info.focus, -.tag-input .button.info.focus, -.spinner .button.info.focus, -.toast.info.focus, -.button.info:focus, -.command-button.info:focus, -.image-button.info:focus, -.shortcut.info:focus, -.tool-button.info:focus, -.split-button .split.info:focus, -tbody tr.info:focus, -tbody td.info:focus, -.tally.info:focus, -code.info:focus, -.notify.info:focus, -.info-button.info:focus, -.input .button.info:focus, -.select .button.info:focus, -.tag-input .button.info:focus, -.spinner .button.info:focus, -.toast.info:focus { - -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); - box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); -} -.button.dark, -.command-button.dark, -.image-button.dark, -.shortcut.dark, -.tool-button.dark, -.split-button .split.dark, -tbody tr.dark, -tbody td.dark, -.tally.dark, -code.dark, -.notify.dark, -.info-button.dark, -.input .button.dark, -.select .button.dark, -.tag-input .button.dark, -.spinner .button.dark, -.toast.dark { - outline-color: #9d9d9d; - background-color: #505050; - color: #ffffff; -} -.button.dark.outline, -.command-button.dark.outline, -.image-button.dark.outline, -.shortcut.dark.outline, -.tool-button.dark.outline, -.split-button .split.dark.outline, -tbody tr.dark.outline, -tbody td.dark.outline, -.tally.dark.outline, -code.dark.outline, -.notify.dark.outline, -.info-button.dark.outline, -.input .button.dark.outline, -.select .button.dark.outline, -.tag-input .button.dark.outline, -.spinner .button.dark.outline, -.toast.dark.outline { - color: #505050; - border-color: #505050; -} -.button.dark.outline.dropdown-toggle::before, -.command-button.dark.outline.dropdown-toggle::before, -.image-button.dark.outline.dropdown-toggle::before, -.shortcut.dark.outline.dropdown-toggle::before, -.tool-button.dark.outline.dropdown-toggle::before, -.split-button .split.dark.outline.dropdown-toggle::before, -tbody tr.dark.outline.dropdown-toggle::before, -tbody td.dark.outline.dropdown-toggle::before, -.tally.dark.outline.dropdown-toggle::before, -code.dark.outline.dropdown-toggle::before, -.notify.dark.outline.dropdown-toggle::before, -.info-button.dark.outline.dropdown-toggle::before, -.input .button.dark.outline.dropdown-toggle::before, -.select .button.dark.outline.dropdown-toggle::before, -.tag-input .button.dark.outline.dropdown-toggle::before, -.spinner .button.dark.outline.dropdown-toggle::before, -.toast.dark.outline.dropdown-toggle::before { - border-color: #505050; -} -.button.dark.outline:hover, -.command-button.dark.outline:hover, -.image-button.dark.outline:hover, -.shortcut.dark.outline:hover, -.tool-button.dark.outline:hover, -.split-button .split.dark.outline:hover, -tbody tr.dark.outline:hover, -tbody td.dark.outline:hover, -.tally.dark.outline:hover, -code.dark.outline:hover, -.notify.dark.outline:hover, -.info-button.dark.outline:hover, -.input .button.dark.outline:hover, -.select .button.dark.outline:hover, -.tag-input .button.dark.outline:hover, -.spinner .button.dark.outline:hover, -.toast.dark.outline:hover { - color: #ffffff; -} -.button.dark.dropdown-toggle::before, -.command-button.dark.dropdown-toggle::before, -.image-button.dark.dropdown-toggle::before, -.shortcut.dark.dropdown-toggle::before, -.tool-button.dark.dropdown-toggle::before, -.split-button .split.dark.dropdown-toggle::before, -tbody tr.dark.dropdown-toggle::before, -tbody td.dark.dropdown-toggle::before, -.tally.dark.dropdown-toggle::before, -code.dark.dropdown-toggle::before, -.notify.dark.dropdown-toggle::before, -.info-button.dark.dropdown-toggle::before, -.input .button.dark.dropdown-toggle::before, -.select .button.dark.dropdown-toggle::before, -.tag-input .button.dark.dropdown-toggle::before, -.spinner .button.dark.dropdown-toggle::before, -.toast.dark.dropdown-toggle::before { - border-color: #ffffff; -} -.button.dark:hover, -.command-button.dark:hover, -.image-button.dark:hover, -.shortcut.dark:hover, -.tool-button.dark:hover, -.split-button .split.dark:hover, -tbody tr.dark:hover, -tbody td.dark:hover, -.tally.dark:hover, -code.dark:hover, -.notify.dark:hover, -.info-button.dark:hover, -.input .button.dark:hover, -.select .button.dark:hover, -.tag-input .button.dark:hover, -.spinner .button.dark:hover, -.toast.dark:hover { - color: #ffffff; - background-color: #373737; - border-color: #1d1d1d; -} -.button.dark:hover.dropdown-toggle::before, -.command-button.dark:hover.dropdown-toggle::before, -.image-button.dark:hover.dropdown-toggle::before, -.shortcut.dark:hover.dropdown-toggle::before, -.tool-button.dark:hover.dropdown-toggle::before, -.split-button .split.dark:hover.dropdown-toggle::before, -tbody tr.dark:hover.dropdown-toggle::before, -tbody td.dark:hover.dropdown-toggle::before, -.tally.dark:hover.dropdown-toggle::before, -code.dark:hover.dropdown-toggle::before, -.notify.dark:hover.dropdown-toggle::before, -.info-button.dark:hover.dropdown-toggle::before, -.input .button.dark:hover.dropdown-toggle::before, -.select .button.dark:hover.dropdown-toggle::before, -.tag-input .button.dark:hover.dropdown-toggle::before, -.spinner .button.dark:hover.dropdown-toggle::before, -.toast.dark:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.dark.same-color:hover, -.command-button.dark.same-color:hover, -.image-button.dark.same-color:hover, -.shortcut.dark.same-color:hover, -.tool-button.dark.same-color:hover, -.split-button .split.dark.same-color:hover, -tbody tr.dark.same-color:hover, -tbody td.dark.same-color:hover, -.tally.dark.same-color:hover, -code.dark.same-color:hover, -.notify.dark.same-color:hover, -.info-button.dark.same-color:hover, -.input .button.dark.same-color:hover, -.select .button.dark.same-color:hover, -.tag-input .button.dark.same-color:hover, -.spinner .button.dark.same-color:hover, -.toast.dark.same-color:hover { - background-color: #505050; - border-color: #505050; -} -.button.dark:active, -.command-button.dark:active, -.image-button.dark:active, -.shortcut.dark:active, -.tool-button.dark:active, -.split-button .split.dark:active, -tbody tr.dark:active, -tbody td.dark:active, -.tally.dark:active, -code.dark:active, -.notify.dark:active, -.info-button.dark:active, -.input .button.dark:active, -.select .button.dark:active, -.tag-input .button.dark:active, -.spinner .button.dark:active, -.toast.dark:active, -.button.dark.focus, -.command-button.dark.focus, -.image-button.dark.focus, -.shortcut.dark.focus, -.tool-button.dark.focus, -.split-button .split.dark.focus, -tbody tr.dark.focus, -tbody td.dark.focus, -.tally.dark.focus, -code.dark.focus, -.notify.dark.focus, -.info-button.dark.focus, -.input .button.dark.focus, -.select .button.dark.focus, -.tag-input .button.dark.focus, -.spinner .button.dark.focus, -.toast.dark.focus, -.button.dark:focus, -.command-button.dark:focus, -.image-button.dark:focus, -.shortcut.dark:focus, -.tool-button.dark:focus, -.split-button .split.dark:focus, -tbody tr.dark:focus, -tbody td.dark:focus, -.tally.dark:focus, -code.dark:focus, -.notify.dark:focus, -.info-button.dark:focus, -.input .button.dark:focus, -.select .button.dark:focus, -.tag-input .button.dark:focus, -.spinner .button.dark:focus, -.toast.dark:focus { - -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); - box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); -} -.button.light, -.command-button.light, -.image-button.light, -.shortcut.light, -.tool-button.light, -.split-button .split.light, -tbody tr.light, -tbody td.light, -.tally.light, -code.light, -.notify.light, -.info-button.light, -.input .button.light, -.select .button.light, -.tag-input .button.light, -.spinner .button.light, -.toast.light { - outline-color: #ffffff; - background-color: #f8f8f8; - color: #ffffff; -} -.button.light.outline, -.command-button.light.outline, -.image-button.light.outline, -.shortcut.light.outline, -.tool-button.light.outline, -.split-button .split.light.outline, -tbody tr.light.outline, -tbody td.light.outline, -.tally.light.outline, -code.light.outline, -.notify.light.outline, -.info-button.light.outline, -.input .button.light.outline, -.select .button.light.outline, -.tag-input .button.light.outline, -.spinner .button.light.outline, -.toast.light.outline { - color: #f8f8f8; - border-color: #f8f8f8; -} -.button.light.outline.dropdown-toggle::before, -.command-button.light.outline.dropdown-toggle::before, -.image-button.light.outline.dropdown-toggle::before, -.shortcut.light.outline.dropdown-toggle::before, -.tool-button.light.outline.dropdown-toggle::before, -.split-button .split.light.outline.dropdown-toggle::before, -tbody tr.light.outline.dropdown-toggle::before, -tbody td.light.outline.dropdown-toggle::before, -.tally.light.outline.dropdown-toggle::before, -code.light.outline.dropdown-toggle::before, -.notify.light.outline.dropdown-toggle::before, -.info-button.light.outline.dropdown-toggle::before, -.input .button.light.outline.dropdown-toggle::before, -.select .button.light.outline.dropdown-toggle::before, -.tag-input .button.light.outline.dropdown-toggle::before, -.spinner .button.light.outline.dropdown-toggle::before, -.toast.light.outline.dropdown-toggle::before { - border-color: #f8f8f8; -} -.button.light.outline:hover, -.command-button.light.outline:hover, -.image-button.light.outline:hover, -.shortcut.light.outline:hover, -.tool-button.light.outline:hover, -.split-button .split.light.outline:hover, -tbody tr.light.outline:hover, -tbody td.light.outline:hover, -.tally.light.outline:hover, -code.light.outline:hover, -.notify.light.outline:hover, -.info-button.light.outline:hover, -.input .button.light.outline:hover, -.select .button.light.outline:hover, -.tag-input .button.light.outline:hover, -.spinner .button.light.outline:hover, -.toast.light.outline:hover { - color: #ffffff; -} -.button.light.dropdown-toggle::before, -.command-button.light.dropdown-toggle::before, -.image-button.light.dropdown-toggle::before, -.shortcut.light.dropdown-toggle::before, -.tool-button.light.dropdown-toggle::before, -.split-button .split.light.dropdown-toggle::before, -tbody tr.light.dropdown-toggle::before, -tbody td.light.dropdown-toggle::before, -.tally.light.dropdown-toggle::before, -code.light.dropdown-toggle::before, -.notify.light.dropdown-toggle::before, -.info-button.light.dropdown-toggle::before, -.input .button.light.dropdown-toggle::before, -.select .button.light.dropdown-toggle::before, -.tag-input .button.light.dropdown-toggle::before, -.spinner .button.light.dropdown-toggle::before, -.toast.light.dropdown-toggle::before { - border-color: #ffffff; -} -.button.light:hover, -.command-button.light:hover, -.image-button.light:hover, -.shortcut.light:hover, -.tool-button.light:hover, -.split-button .split.light:hover, -tbody tr.light:hover, -tbody td.light:hover, -.tally.light:hover, -code.light:hover, -.notify.light:hover, -.info-button.light:hover, -.input .button.light:hover, -.select .button.light:hover, -.tag-input .button.light:hover, -.spinner .button.light:hover, -.toast.light:hover { - color: #ffffff; - background-color: #dfdfdf; - border-color: #c5c5c5; -} -.button.light:hover.dropdown-toggle::before, -.command-button.light:hover.dropdown-toggle::before, -.image-button.light:hover.dropdown-toggle::before, -.shortcut.light:hover.dropdown-toggle::before, -.tool-button.light:hover.dropdown-toggle::before, -.split-button .split.light:hover.dropdown-toggle::before, -tbody tr.light:hover.dropdown-toggle::before, -tbody td.light:hover.dropdown-toggle::before, -.tally.light:hover.dropdown-toggle::before, -code.light:hover.dropdown-toggle::before, -.notify.light:hover.dropdown-toggle::before, -.info-button.light:hover.dropdown-toggle::before, -.input .button.light:hover.dropdown-toggle::before, -.select .button.light:hover.dropdown-toggle::before, -.tag-input .button.light:hover.dropdown-toggle::before, -.spinner .button.light:hover.dropdown-toggle::before, -.toast.light:hover.dropdown-toggle::before { - border-color: #ffffff; -} -.button.light.same-color:hover, -.command-button.light.same-color:hover, -.image-button.light.same-color:hover, -.shortcut.light.same-color:hover, -.tool-button.light.same-color:hover, -.split-button .split.light.same-color:hover, -tbody tr.light.same-color:hover, -tbody td.light.same-color:hover, -.tally.light.same-color:hover, -code.light.same-color:hover, -.notify.light.same-color:hover, -.info-button.light.same-color:hover, -.input .button.light.same-color:hover, -.select .button.light.same-color:hover, -.tag-input .button.light.same-color:hover, -.spinner .button.light.same-color:hover, -.toast.light.same-color:hover { - background-color: #f8f8f8; - border-color: #f8f8f8; -} -.button.light:active, -.command-button.light:active, -.image-button.light:active, -.shortcut.light:active, -.tool-button.light:active, -.split-button .split.light:active, -tbody tr.light:active, -tbody td.light:active, -.tally.light:active, -code.light:active, -.notify.light:active, -.info-button.light:active, -.input .button.light:active, -.select .button.light:active, -.tag-input .button.light:active, -.spinner .button.light:active, -.toast.light:active, -.button.light.focus, -.command-button.light.focus, -.image-button.light.focus, -.shortcut.light.focus, -.tool-button.light.focus, -.split-button .split.light.focus, -tbody tr.light.focus, -tbody td.light.focus, -.tally.light.focus, -code.light.focus, -.notify.light.focus, -.info-button.light.focus, -.input .button.light.focus, -.select .button.light.focus, -.tag-input .button.light.focus, -.spinner .button.light.focus, -.toast.light.focus, -.button.light:focus, -.command-button.light:focus, -.image-button.light:focus, -.shortcut.light:focus, -.tool-button.light:focus, -.split-button .split.light:focus, -tbody tr.light:focus, -tbody td.light:focus, -.tally.light:focus, -code.light:focus, -.notify.light:focus, -.info-button.light:focus, -.input .button.light:focus, -.select .button.light:focus, -.tag-input .button.light:focus, -.spinner .button.light:focus, -.toast.light:focus { - -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); - box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); -} -.button.yellow, -.command-button.yellow, -.image-button.yellow, -.shortcut.yellow, -.tool-button.yellow, -.split-button .split.yellow, -tbody tr.yellow, -tbody td.yellow, -.tally.yellow, -code.yellow, -.notify.yellow, -.info-button.yellow, -.input .button.yellow, -.select .button.yellow, -.tag-input .button.yellow, -.spinner .button.yellow, -.toast.yellow, -.button.light, -.command-button.light, -.image-button.light, -.shortcut.light, -.tool-button.light, -.split-button .split.light, -tbody tr.light, -tbody td.light, -.tally.light, -code.light, -.notify.light, -.info-button.light, -.input .button.light, -.select .button.light, -.tag-input .button.light, -.spinner .button.light, -.toast.light { - color: #1d1d1d; -} -.button.yellow:hover, -.command-button.yellow:hover, -.image-button.yellow:hover, -.shortcut.yellow:hover, -.tool-button.yellow:hover, -.split-button .split.yellow:hover, -tbody tr.yellow:hover, -tbody td.yellow:hover, -.tally.yellow:hover, -code.yellow:hover, -.notify.yellow:hover, -.info-button.yellow:hover, -.input .button.yellow:hover, -.select .button.yellow:hover, -.tag-input .button.yellow:hover, -.spinner .button.yellow:hover, -.toast.yellow:hover, -.button.light:hover, -.command-button.light:hover, -.image-button.light:hover, -.shortcut.light:hover, -.tool-button.light:hover, -.split-button .split.light:hover, -tbody tr.light:hover, -tbody td.light:hover, -.tally.light:hover, -code.light:hover, -.notify.light:hover, -.info-button.light:hover, -.input .button.light:hover, -.select .button.light:hover, -.tag-input .button.light:hover, -.spinner .button.light:hover, -.toast.light:hover, -.button.yellow.outline:hover, -.command-button.yellow.outline:hover, -.image-button.yellow.outline:hover, -.shortcut.yellow.outline:hover, -.tool-button.yellow.outline:hover, -.split-button .split.yellow.outline:hover, -tbody tr.yellow.outline:hover, -tbody td.yellow.outline:hover, -.tally.yellow.outline:hover, -code.yellow.outline:hover, -.notify.yellow.outline:hover, -.info-button.yellow.outline:hover, -.input .button.yellow.outline:hover, -.select .button.yellow.outline:hover, -.tag-input .button.yellow.outline:hover, -.spinner .button.yellow.outline:hover, -.toast.yellow.outline:hover, -.button.light.outline:hover, -.command-button.light.outline:hover, -.image-button.light.outline:hover, -.shortcut.light.outline:hover, -.tool-button.light.outline:hover, -.split-button .split.light.outline:hover, -tbody tr.light.outline:hover, -tbody td.light.outline:hover, -.tally.light.outline:hover, -code.light.outline:hover, -.notify.light.outline:hover, -.info-button.light.outline:hover, -.input .button.light.outline:hover, -.select .button.light.outline:hover, -.tag-input .button.light.outline:hover, -.spinner .button.light.outline:hover, -.toast.light.outline:hover { - color: #1d1d1d; -} -.action-button.primary { - outline-color: #75b5fd; - background-color: #0366d6; - color: #ffffff; -} -.action-button.secondary { - outline-color: #b7c6cd; - background-color: #607d8b; - color: #ffffff; -} -.action-button.success { - outline-color: #adeb6e; - background-color: #60a917; - color: #ffffff; -} -.action-button.alert { - outline-color: #ecaba7; - background-color: #CE352C; - color: #ffffff; -} -.action-button.warning { - outline-color: #ffede1; - background-color: #ff9447; - color: #ffffff; -} -.action-button.yellow { - outline-color: #ffffff; - background-color: #ffe484; - color: #ffffff; -} -.action-button.info { - outline-color: #e6f5fc; - background-color: #5ebdec; - color: #ffffff; -} -.action-button.dark { - outline-color: #9d9d9d; - background-color: #505050; - color: #ffffff; -} -.action-button.light { - outline-color: #ffffff; - background-color: #f8f8f8; - color: #ffffff; -} -.action-button.yellow, -.action-button.light { - color: #1d1d1d; -} -.action-button.yellow:hover, -.action-button.light:hover, -.action-button.yellow.outline:hover, -.action-button.light.outline:hover { - color: #1d1d1d; -} -.pagination.primary .page-item.active, -.pagination.primary .page-item.service, -.pagination.primary .page-item:hover { - background-color: #0366d6; - border-color: #0366d6; - color: #ffffff; -} -.pagination.primary .page-item.active:hover, -.pagination.primary .page-item.service:hover, -.pagination.primary .page-item:hover:hover { - background-color: #024ea4; -} -.pagination.secondary .page-item.active, -.pagination.secondary .page-item.service, -.pagination.secondary .page-item:hover { - background-color: #607d8b; - border-color: #607d8b; - color: #ffffff; -} -.pagination.secondary .page-item.active:hover, -.pagination.secondary .page-item.service:hover, -.pagination.secondary .page-item:hover:hover { - background-color: #4b626d; -} -.pagination.success .page-item.active, -.pagination.success .page-item.service, -.pagination.success .page-item:hover { - background-color: #60a917; - border-color: #60a917; - color: #ffffff; -} -.pagination.success .page-item.active:hover, -.pagination.success .page-item.service:hover, -.pagination.success .page-item:hover:hover { - background-color: #477c11; -} -.pagination.alert .page-item.active, -.pagination.alert .page-item.service, -.pagination.alert .page-item:hover { - background-color: #CE352C; - border-color: #CE352C; - color: #ffffff; -} -.pagination.alert .page-item.active:hover, -.pagination.alert .page-item.service:hover, -.pagination.alert .page-item:hover:hover { - background-color: #a42a23; -} -.pagination.warning .page-item.active, -.pagination.warning .page-item.service, -.pagination.warning .page-item:hover { - background-color: #ff9447; - border-color: #ff9447; - color: #ffffff; -} -.pagination.warning .page-item.active:hover, -.pagination.warning .page-item.service:hover, -.pagination.warning .page-item:hover:hover { - background-color: #ff7615; -} -.pagination.yellow .page-item.active, -.pagination.yellow .page-item.service, -.pagination.yellow .page-item:hover { - background-color: #ffe484; - border-color: #ffe484; - color: #ffffff; -} -.pagination.yellow .page-item.active:hover, -.pagination.yellow .page-item.service:hover, -.pagination.yellow .page-item:hover:hover { - background-color: #ffd951; -} -.pagination.info .page-item.active, -.pagination.info .page-item.service, -.pagination.info .page-item:hover { - background-color: #5ebdec; - border-color: #5ebdec; - color: #ffffff; -} -.pagination.info .page-item.active:hover, -.pagination.info .page-item.service:hover, -.pagination.info .page-item:hover:hover { - background-color: #30abe6; -} -.pagination.dark .page-item.active, -.pagination.dark .page-item.service, -.pagination.dark .page-item:hover { - background-color: #505050; - border-color: #505050; - color: #ffffff; -} -.pagination.dark .page-item.active:hover, -.pagination.dark .page-item.service:hover, -.pagination.dark .page-item:hover:hover { - background-color: #373737; -} -.pagination.light .page-item.active, -.pagination.light .page-item.service, -.pagination.light .page-item:hover { - background-color: #f8f8f8; - border-color: #f8f8f8; - color: #ffffff; -} -.pagination.light .page-item.active:hover, -.pagination.light .page-item.service:hover, -.pagination.light .page-item:hover:hover { - background-color: #dfdfdf; -} -.pagination.light .page-item.active, -.pagination.yellow .page-item.active, -.pagination.light .page-item.service, -.pagination.yellow .page-item.service, -.pagination.light .page-item:hover, -.pagination.yellow .page-item:hover { - color: #1d1d1d; -} -.remark.primary { - background: #75b5fd; - border: 1px solid #75b5fd; -} -.remark.primary::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #0366d6; -} -.remark.primary { - background: #daebfe; - border: 1px solid #daebfe; -} -.remark.secondary { - background: #b7c6cd; - border: 1px solid #b7c6cd; -} -.remark.secondary::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #607d8b; -} -.remark.secondary { - background: #f3f6f7; - border: 1px solid #f3f6f7; -} -.remark.success { - background: #adeb6e; - border: 1px solid #adeb6e; -} -.remark.success::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #60a917; -} -.remark.success { - background: #ecfbde; - border: 1px solid #ecfbde; -} -.remark.alert { - background: #ecaba7; - border: 1px solid #ecaba7; -} -.remark.alert::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #CE352C; -} -.remark.alert { - background: #fae7e6; - border: 1px solid #fae7e6; -} -.remark.warning { - background: #ffede1; - border: 1px solid #ffede1; -} -.remark.warning::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #ff9447; -} -.remark.warning { - background: #ffede1; - border: 1px solid #ffede1; -} -.remark.yellow { - background: #ffffff; - border: 1px solid #ffffff; -} -.remark.yellow::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #ffe484; -} -.remark.yellow { - background: #fff7db; - border: 1px solid #fff7db; -} -.remark.info { - background: #e6f5fc; - border: 1px solid #e6f5fc; -} -.remark.info::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #5ebdec; -} -.remark.info { - background: #e6f5fc; - border: 1px solid #e6f5fc; -} -.remark.dark { - background: #9d9d9d; - border: 1px solid #9d9d9d; -} -.remark.dark::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #505050; -} -.remark.dark { - background: #e9e9e9; - border: 1px solid #e9e9e9; -} -.remark.light { - background: #ffffff; - border: 1px solid #ffffff; -} -.remark.light::before { - position: absolute; - top: 0; - left: -4px; - width: 4px; - height: 100%; - content: " "; - background-color: #f8f8f8; -} -input[type=text].primary, -input[type=password].primary, -input[type=tel].primary, -input[type=datetime-local].primary, -input[type=email].primary, -input[type=file].primary, -input[type=month].primary, -input[type=number].primary, -input[type=search].primary, -input[type=time].primary, -input[type=url].primary, -input[type=week].primary, -select.primary, -textarea.primary, -.file.primary, -.input.primary, -.select.primary, -.textarea.primary, -.keypad.primary, -.tag-input.primary, -.spinner.primary { - border-color: #0366d6; -} -input[type=text].primary:focus, -input[type=password].primary:focus, -input[type=tel].primary:focus, -input[type=datetime-local].primary:focus, -input[type=email].primary:focus, -input[type=file].primary:focus, -input[type=month].primary:focus, -input[type=number].primary:focus, -input[type=search].primary:focus, -input[type=time].primary:focus, -input[type=url].primary:focus, -input[type=week].primary:focus, -select.primary:focus, -textarea.primary:focus, -.file.primary:focus, -.input.primary:focus, -.select.primary:focus, -.textarea.primary:focus, -.keypad.primary:focus, -.tag-input.primary:focus, -.spinner.primary:focus, -input[type=text].primary.focused, -input[type=password].primary.focused, -input[type=tel].primary.focused, -input[type=datetime-local].primary.focused, -input[type=email].primary.focused, -input[type=file].primary.focused, -input[type=month].primary.focused, -input[type=number].primary.focused, -input[type=search].primary.focused, -input[type=time].primary.focused, -input[type=url].primary.focused, -input[type=week].primary.focused, -select.primary.focused, -textarea.primary.focused, -.file.primary.focused, -.input.primary.focused, -.select.primary.focused, -.textarea.primary.focused, -.keypad.primary.focused, -.tag-input.primary.focused, -.spinner.primary.focused { - -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); - box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); -} -input[type=text].secondary, -input[type=password].secondary, -input[type=tel].secondary, -input[type=datetime-local].secondary, -input[type=email].secondary, -input[type=file].secondary, -input[type=month].secondary, -input[type=number].secondary, -input[type=search].secondary, -input[type=time].secondary, -input[type=url].secondary, -input[type=week].secondary, -select.secondary, -textarea.secondary, -.file.secondary, -.input.secondary, -.select.secondary, -.textarea.secondary, -.keypad.secondary, -.tag-input.secondary, -.spinner.secondary { - border-color: #607d8b; -} -input[type=text].secondary:focus, -input[type=password].secondary:focus, -input[type=tel].secondary:focus, -input[type=datetime-local].secondary:focus, -input[type=email].secondary:focus, -input[type=file].secondary:focus, -input[type=month].secondary:focus, -input[type=number].secondary:focus, -input[type=search].secondary:focus, -input[type=time].secondary:focus, -input[type=url].secondary:focus, -input[type=week].secondary:focus, -select.secondary:focus, -textarea.secondary:focus, -.file.secondary:focus, -.input.secondary:focus, -.select.secondary:focus, -.textarea.secondary:focus, -.keypad.secondary:focus, -.tag-input.secondary:focus, -.spinner.secondary:focus, -input[type=text].secondary.focused, -input[type=password].secondary.focused, -input[type=tel].secondary.focused, -input[type=datetime-local].secondary.focused, -input[type=email].secondary.focused, -input[type=file].secondary.focused, -input[type=month].secondary.focused, -input[type=number].secondary.focused, -input[type=search].secondary.focused, -input[type=time].secondary.focused, -input[type=url].secondary.focused, -input[type=week].secondary.focused, -select.secondary.focused, -textarea.secondary.focused, -.file.secondary.focused, -.input.secondary.focused, -.select.secondary.focused, -.textarea.secondary.focused, -.keypad.secondary.focused, -.tag-input.secondary.focused, -.spinner.secondary.focused { - -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); - box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); -} -input[type=text].success, -input[type=password].success, -input[type=tel].success, -input[type=datetime-local].success, -input[type=email].success, -input[type=file].success, -input[type=month].success, -input[type=number].success, -input[type=search].success, -input[type=time].success, -input[type=url].success, -input[type=week].success, -select.success, -textarea.success, -.file.success, -.input.success, -.select.success, -.textarea.success, -.keypad.success, -.tag-input.success, -.spinner.success { - border-color: #60a917; -} -input[type=text].success:focus, -input[type=password].success:focus, -input[type=tel].success:focus, -input[type=datetime-local].success:focus, -input[type=email].success:focus, -input[type=file].success:focus, -input[type=month].success:focus, -input[type=number].success:focus, -input[type=search].success:focus, -input[type=time].success:focus, -input[type=url].success:focus, -input[type=week].success:focus, -select.success:focus, -textarea.success:focus, -.file.success:focus, -.input.success:focus, -.select.success:focus, -.textarea.success:focus, -.keypad.success:focus, -.tag-input.success:focus, -.spinner.success:focus, -input[type=text].success.focused, -input[type=password].success.focused, -input[type=tel].success.focused, -input[type=datetime-local].success.focused, -input[type=email].success.focused, -input[type=file].success.focused, -input[type=month].success.focused, -input[type=number].success.focused, -input[type=search].success.focused, -input[type=time].success.focused, -input[type=url].success.focused, -input[type=week].success.focused, -select.success.focused, -textarea.success.focused, -.file.success.focused, -.input.success.focused, -.select.success.focused, -.textarea.success.focused, -.keypad.success.focused, -.tag-input.success.focused, -.spinner.success.focused { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); -} -input[type=text].alert, -input[type=password].alert, -input[type=tel].alert, -input[type=datetime-local].alert, -input[type=email].alert, -input[type=file].alert, -input[type=month].alert, -input[type=number].alert, -input[type=search].alert, -input[type=time].alert, -input[type=url].alert, -input[type=week].alert, -select.alert, -textarea.alert, -.file.alert, -.input.alert, -.select.alert, -.textarea.alert, -.keypad.alert, -.tag-input.alert, -.spinner.alert { - border-color: #CE352C; -} -input[type=text].alert:focus, -input[type=password].alert:focus, -input[type=tel].alert:focus, -input[type=datetime-local].alert:focus, -input[type=email].alert:focus, -input[type=file].alert:focus, -input[type=month].alert:focus, -input[type=number].alert:focus, -input[type=search].alert:focus, -input[type=time].alert:focus, -input[type=url].alert:focus, -input[type=week].alert:focus, -select.alert:focus, -textarea.alert:focus, -.file.alert:focus, -.input.alert:focus, -.select.alert:focus, -.textarea.alert:focus, -.keypad.alert:focus, -.tag-input.alert:focus, -.spinner.alert:focus, -input[type=text].alert.focused, -input[type=password].alert.focused, -input[type=tel].alert.focused, -input[type=datetime-local].alert.focused, -input[type=email].alert.focused, -input[type=file].alert.focused, -input[type=month].alert.focused, -input[type=number].alert.focused, -input[type=search].alert.focused, -input[type=time].alert.focused, -input[type=url].alert.focused, -input[type=week].alert.focused, -select.alert.focused, -textarea.alert.focused, -.file.alert.focused, -.input.alert.focused, -.select.alert.focused, -.textarea.alert.focused, -.keypad.alert.focused, -.tag-input.alert.focused, -.spinner.alert.focused { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); -} -input[type=text].warning, -input[type=password].warning, -input[type=tel].warning, -input[type=datetime-local].warning, -input[type=email].warning, -input[type=file].warning, -input[type=month].warning, -input[type=number].warning, -input[type=search].warning, -input[type=time].warning, -input[type=url].warning, -input[type=week].warning, -select.warning, -textarea.warning, -.file.warning, -.input.warning, -.select.warning, -.textarea.warning, -.keypad.warning, -.tag-input.warning, -.spinner.warning { - border-color: #ff9447; -} -input[type=text].warning:focus, -input[type=password].warning:focus, -input[type=tel].warning:focus, -input[type=datetime-local].warning:focus, -input[type=email].warning:focus, -input[type=file].warning:focus, -input[type=month].warning:focus, -input[type=number].warning:focus, -input[type=search].warning:focus, -input[type=time].warning:focus, -input[type=url].warning:focus, -input[type=week].warning:focus, -select.warning:focus, -textarea.warning:focus, -.file.warning:focus, -.input.warning:focus, -.select.warning:focus, -.textarea.warning:focus, -.keypad.warning:focus, -.tag-input.warning:focus, -.spinner.warning:focus, -input[type=text].warning.focused, -input[type=password].warning.focused, -input[type=tel].warning.focused, -input[type=datetime-local].warning.focused, -input[type=email].warning.focused, -input[type=file].warning.focused, -input[type=month].warning.focused, -input[type=number].warning.focused, -input[type=search].warning.focused, -input[type=time].warning.focused, -input[type=url].warning.focused, -input[type=week].warning.focused, -select.warning.focused, -textarea.warning.focused, -.file.warning.focused, -.input.warning.focused, -.select.warning.focused, -.textarea.warning.focused, -.keypad.warning.focused, -.tag-input.warning.focused, -.spinner.warning.focused { - -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); - box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); -} -input[type=text].yellow, -input[type=password].yellow, -input[type=tel].yellow, -input[type=datetime-local].yellow, -input[type=email].yellow, -input[type=file].yellow, -input[type=month].yellow, -input[type=number].yellow, -input[type=search].yellow, -input[type=time].yellow, -input[type=url].yellow, -input[type=week].yellow, -select.yellow, -textarea.yellow, -.file.yellow, -.input.yellow, -.select.yellow, -.textarea.yellow, -.keypad.yellow, -.tag-input.yellow, -.spinner.yellow { - border-color: #ffe484; -} -input[type=text].yellow:focus, -input[type=password].yellow:focus, -input[type=tel].yellow:focus, -input[type=datetime-local].yellow:focus, -input[type=email].yellow:focus, -input[type=file].yellow:focus, -input[type=month].yellow:focus, -input[type=number].yellow:focus, -input[type=search].yellow:focus, -input[type=time].yellow:focus, -input[type=url].yellow:focus, -input[type=week].yellow:focus, -select.yellow:focus, -textarea.yellow:focus, -.file.yellow:focus, -.input.yellow:focus, -.select.yellow:focus, -.textarea.yellow:focus, -.keypad.yellow:focus, -.tag-input.yellow:focus, -.spinner.yellow:focus, -input[type=text].yellow.focused, -input[type=password].yellow.focused, -input[type=tel].yellow.focused, -input[type=datetime-local].yellow.focused, -input[type=email].yellow.focused, -input[type=file].yellow.focused, -input[type=month].yellow.focused, -input[type=number].yellow.focused, -input[type=search].yellow.focused, -input[type=time].yellow.focused, -input[type=url].yellow.focused, -input[type=week].yellow.focused, -select.yellow.focused, -textarea.yellow.focused, -.file.yellow.focused, -.input.yellow.focused, -.select.yellow.focused, -.textarea.yellow.focused, -.keypad.yellow.focused, -.tag-input.yellow.focused, -.spinner.yellow.focused { - -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); - box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); -} -input[type=text].info, -input[type=password].info, -input[type=tel].info, -input[type=datetime-local].info, -input[type=email].info, -input[type=file].info, -input[type=month].info, -input[type=number].info, -input[type=search].info, -input[type=time].info, -input[type=url].info, -input[type=week].info, -select.info, -textarea.info, -.file.info, -.input.info, -.select.info, -.textarea.info, -.keypad.info, -.tag-input.info, -.spinner.info { - border-color: #5ebdec; -} -input[type=text].info:focus, -input[type=password].info:focus, -input[type=tel].info:focus, -input[type=datetime-local].info:focus, -input[type=email].info:focus, -input[type=file].info:focus, -input[type=month].info:focus, -input[type=number].info:focus, -input[type=search].info:focus, -input[type=time].info:focus, -input[type=url].info:focus, -input[type=week].info:focus, -select.info:focus, -textarea.info:focus, -.file.info:focus, -.input.info:focus, -.select.info:focus, -.textarea.info:focus, -.keypad.info:focus, -.tag-input.info:focus, -.spinner.info:focus, -input[type=text].info.focused, -input[type=password].info.focused, -input[type=tel].info.focused, -input[type=datetime-local].info.focused, -input[type=email].info.focused, -input[type=file].info.focused, -input[type=month].info.focused, -input[type=number].info.focused, -input[type=search].info.focused, -input[type=time].info.focused, -input[type=url].info.focused, -input[type=week].info.focused, -select.info.focused, -textarea.info.focused, -.file.info.focused, -.input.info.focused, -.select.info.focused, -.textarea.info.focused, -.keypad.info.focused, -.tag-input.info.focused, -.spinner.info.focused { - -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); - box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); -} -input[type=text].dark, -input[type=password].dark, -input[type=tel].dark, -input[type=datetime-local].dark, -input[type=email].dark, -input[type=file].dark, -input[type=month].dark, -input[type=number].dark, -input[type=search].dark, -input[type=time].dark, -input[type=url].dark, -input[type=week].dark, -select.dark, -textarea.dark, -.file.dark, -.input.dark, -.select.dark, -.textarea.dark, -.keypad.dark, -.tag-input.dark, -.spinner.dark { - border-color: #505050; -} -input[type=text].dark:focus, -input[type=password].dark:focus, -input[type=tel].dark:focus, -input[type=datetime-local].dark:focus, -input[type=email].dark:focus, -input[type=file].dark:focus, -input[type=month].dark:focus, -input[type=number].dark:focus, -input[type=search].dark:focus, -input[type=time].dark:focus, -input[type=url].dark:focus, -input[type=week].dark:focus, -select.dark:focus, -textarea.dark:focus, -.file.dark:focus, -.input.dark:focus, -.select.dark:focus, -.textarea.dark:focus, -.keypad.dark:focus, -.tag-input.dark:focus, -.spinner.dark:focus, -input[type=text].dark.focused, -input[type=password].dark.focused, -input[type=tel].dark.focused, -input[type=datetime-local].dark.focused, -input[type=email].dark.focused, -input[type=file].dark.focused, -input[type=month].dark.focused, -input[type=number].dark.focused, -input[type=search].dark.focused, -input[type=time].dark.focused, -input[type=url].dark.focused, -input[type=week].dark.focused, -select.dark.focused, -textarea.dark.focused, -.file.dark.focused, -.input.dark.focused, -.select.dark.focused, -.textarea.dark.focused, -.keypad.dark.focused, -.tag-input.dark.focused, -.spinner.dark.focused { - -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); - box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); -} -input[type=text].light, -input[type=password].light, -input[type=tel].light, -input[type=datetime-local].light, -input[type=email].light, -input[type=file].light, -input[type=month].light, -input[type=number].light, -input[type=search].light, -input[type=time].light, -input[type=url].light, -input[type=week].light, -select.light, -textarea.light, -.file.light, -.input.light, -.select.light, -.textarea.light, -.keypad.light, -.tag-input.light, -.spinner.light { - border-color: #f8f8f8; -} -input[type=text].light:focus, -input[type=password].light:focus, -input[type=tel].light:focus, -input[type=datetime-local].light:focus, -input[type=email].light:focus, -input[type=file].light:focus, -input[type=month].light:focus, -input[type=number].light:focus, -input[type=search].light:focus, -input[type=time].light:focus, -input[type=url].light:focus, -input[type=week].light:focus, -select.light:focus, -textarea.light:focus, -.file.light:focus, -.input.light:focus, -.select.light:focus, -.textarea.light:focus, -.keypad.light:focus, -.tag-input.light:focus, -.spinner.light:focus, -input[type=text].light.focused, -input[type=password].light.focused, -input[type=tel].light.focused, -input[type=datetime-local].light.focused, -input[type=email].light.focused, -input[type=file].light.focused, -input[type=month].light.focused, -input[type=number].light.focused, -input[type=search].light.focused, -input[type=time].light.focused, -input[type=url].light.focused, -input[type=week].light.focused, -select.light.focused, -textarea.light.focused, -.file.light.focused, -.input.light.focused, -.select.light.focused, -.textarea.light.focused, -.keypad.light.focused, -.tag-input.light.focused, -.spinner.light.focused { - -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); - box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); -} -.accent-block.primary { - background-color: #0366d6; - color: #ffffff; -} -.accent-block.secondary { - background-color: #607d8b; - color: #ffffff; -} -.accent-block.success { - background-color: #60a917; - color: #ffffff; -} -.accent-block.alert { - background-color: #CE352C; - color: #ffffff; -} -.accent-block.warning { - background-color: #ff9447; - color: #ffffff; -} -.accent-block.yellow { - background-color: #ffe484; - color: #ffffff; -} -.accent-block.info { - background-color: #5ebdec; - color: #ffffff; -} -.accent-block.dark { - background-color: #505050; - color: #ffffff; -} -.accent-block.light { - background-color: #f8f8f8; - color: #ffffff; -} -.accent-block.light, -.accent-block.yellow { - color: #1d1d1d; -} -.no-border { - border: 0 !important; -} -.no-border-left { - border-left: none !important; -} -.no-border-right { - border-right: none !important; -} -.no-border-top { - border-top: none !important; -} -.no-border-bottom { - border-bottom: none !important; -} -.no-border-visible { - border-color: transparent !important; -} -.border-none { - border: 0 !important; -} -.border-left-none { - border-left: none !important; -} -.border-right-none { - border-right: none !important; -} -.border-top-none { - border-top: none !important; -} -.border-bottom-none { - border-bottom: none !important; -} -.border-visible-none { - border-color: transparent !important; -} -.border { - border: 1px solid transparent; -} -.border-left { - border-left: 1px solid transparent; -} -.border-right { - border-right: 1px solid transparent; -} -.border-top { - border-top: 1px solid transparent; -} -.border-bottom { - border-bottom: 1px solid transparent; -} -.border-top-left, -.border-left-top { - border-top: 1px solid transparent; - border-left: 1px solid transparent; -} -.border-top-right, -.border-right-top { - border-top: 1px solid transparent; - border-right: 1px solid transparent; -} -.border-bottom-right, -.border-right-bottom { - border-bottom: 1px solid transparent; - border-right: 1px solid transparent; -} -.border-bottom-left, -.border-left-bottom { - border-bottom: 1px solid transparent; - border-left: 1px solid transparent; -} -.border-top-bottom, -.border-bottom-top { - border-bottom: 1px solid transparent; - border-top: 1px solid transparent; -} -.border-right-left, -.border-left-right { - border-right: 1px solid transparent; - border-left: 1px solid transparent; -} -.border-top-right-bottom { - border-top: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-right-bottom-left { - border-left: 1px solid transparent; - border-right: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-bottom-left-top { - border-left: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-left-top-right { - border-left: 1px solid transparent; - border-top: 1px solid transparent; - border-bottom: 1px solid transparent; -} -.border-radius { - border-radius: 0.25rem; -} -.border-radius-half { - border-radius: 50%; -} -.border-20 { - border-width: 20px; -} -.border-size-20 { - border-width: 20px; -} -.border-radius-20 { - border-radius: 20px; -} -.border-19 { - border-width: 19px; -} -.border-size-19 { - border-width: 19px; -} -.border-radius-19 { - border-radius: 19px; -} -.border-18 { - border-width: 18px; -} -.border-size-18 { - border-width: 18px; -} -.border-radius-18 { - border-radius: 18px; -} -.border-17 { - border-width: 17px; -} -.border-size-17 { - border-width: 17px; -} -.border-radius-17 { - border-radius: 17px; -} -.border-16 { - border-width: 16px; -} -.border-size-16 { - border-width: 16px; -} -.border-radius-16 { - border-radius: 16px; -} -.border-15 { - border-width: 15px; -} -.border-size-15 { - border-width: 15px; -} -.border-radius-15 { - border-radius: 15px; -} -.border-14 { - border-width: 14px; -} -.border-size-14 { - border-width: 14px; -} -.border-radius-14 { - border-radius: 14px; -} -.border-13 { - border-width: 13px; -} -.border-size-13 { - border-width: 13px; -} -.border-radius-13 { - border-radius: 13px; -} -.border-12 { - border-width: 12px; -} -.border-size-12 { - border-width: 12px; -} -.border-radius-12 { - border-radius: 12px; -} -.border-11 { - border-width: 11px; -} -.border-size-11 { - border-width: 11px; -} -.border-radius-11 { - border-radius: 11px; -} -.border-10 { - border-width: 10px; -} -.border-size-10 { - border-width: 10px; -} -.border-radius-10 { - border-radius: 10px; -} -.border-9 { - border-width: 9px; -} -.border-size-9 { - border-width: 9px; -} -.border-radius-9 { - border-radius: 9px; -} -.border-8 { - border-width: 8px; -} -.border-size-8 { - border-width: 8px; -} -.border-radius-8 { - border-radius: 8px; -} -.border-7 { - border-width: 7px; -} -.border-size-7 { - border-width: 7px; -} -.border-radius-7 { - border-radius: 7px; -} -.border-6 { - border-width: 6px; -} -.border-size-6 { - border-width: 6px; -} -.border-radius-6 { - border-radius: 6px; -} -.border-5 { - border-width: 5px; -} -.border-size-5 { - border-width: 5px; -} -.border-radius-5 { - border-radius: 5px; -} -.border-4 { - border-width: 4px; -} -.border-size-4 { - border-width: 4px; -} -.border-radius-4 { - border-radius: 4px; -} -.border-3 { - border-width: 3px; -} -.border-size-3 { - border-width: 3px; -} -.border-radius-3 { - border-radius: 3px; -} -.border-2 { - border-width: 2px; -} -.border-size-2 { - border-width: 2px; -} -.border-radius-2 { - border-radius: 2px; -} -.border-1 { - border-width: 1px; -} -.border-size-1 { - border-width: 1px; -} -.border-radius-1 { - border-radius: 1px; -} -.rounded { - border-radius: 0.25rem !important; -} -.border-50 { - border-radius: 50% !important; -} -.border-solid { - border-style: solid!important; -} -.border-dashed { - border-style: dashed!important; -} -.border-dotted { - border-style: dotted!important; -} -.border-double { - border-style: double!important; -} -.border-groove { - border-style: groove!important; -} -.border-inset { - border-style: inset!important; -} -.border-outset { - border-style: outset!important; -} -.border-ridge { - border-style: ridge!important; -} -.c-auto { - cursor: auto; -} -.c-default { - cursor: default; -} -.c-none { - cursor: none; -} -.c-context-menu { - cursor: context-menu; -} -.c-help { - cursor: help; -} -.c-pointer { - cursor: pointer; -} -.c-progress { - cursor: progress; -} -.c-wait { - cursor: wait; -} -.c-cell { - cursor: cell; -} -.c-crosshair { - cursor: crosshair; -} -.c-text { - cursor: text; -} -.c-text-vertical { - cursor: vertical-text; -} -.c-alias { - cursor: alias; -} -.c-copy { - cursor: copy; -} -.c-move { - cursor: move; -} -.c-no-drop { - cursor: no-drop; -} -.c-not-allowed { - cursor: not-allowed; -} -.c-all-scroll { - cursor: all-scroll; -} -.c-col-resize { - cursor: col-resize; -} -.c-row-resize { - cursor: row-resize; -} -.c-n-resize { - cursor: n-resize; -} -.c-e-resize { - cursor: e-resize; -} -.c-s-resize { - cursor: s-resize; -} -.c-w-resize { - cursor: w-resize; -} -.c-ne-resize { - cursor: ne-resize; -} -.c-nw-resize { - cursor: nw-resize; -} -.c-se-resize { - cursor: se-resize; -} -.c-sw-resize { - cursor: sw-resize; -} -.c-ew-resize { - cursor: ew-resize; -} -.c-ns-resize { - cursor: ns-resize; -} -.c-nesw-resize { - cursor: nesw-resize; -} -.c-nwse-resize { - cursor: nwse-resize; -} -.c-zoom-in { - cursor: -webkit-zoom-in; - cursor: zoom-in; -} -.c-zoom-out { - cursor: -webkit-zoom-out; - cursor: zoom-out; -} -.c-grab { - cursor: -webkit-grab; - cursor: grab; -} -.c-grabbing { - cursor: -webkit-grabbing; - cursor: grabbing; -} -.c-none { - cursor: none; -} -.default-icon-check { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-left-arrow { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-right-arrow { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-help { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-search { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-cross { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-eye { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-loop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-play { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-pause { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-stop { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-mute { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-low-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-medium-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-high-volume { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-enlarge { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-shrink { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-playlist { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-next { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-prev { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-first { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-last { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-forward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-backward { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-share { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-equalizer { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-eject { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-shuffle { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-random { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-calendar { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-clock { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-menu { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-plus { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-minus { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-upload { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-pencil { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-chevron-left { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.default-icon-chevron-right { - background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); -} -.visible { - visibility: visible !important; -} -.no-visible { - visibility: hidden !important; -} -.d-none { - display: none!important; -} -.d-block { - display: block!important; -} -.d-inline { - display: inline!important; -} -.d-inline-block { - display: inline-block !important; -} -.d-table { - display: table!important; -} -.d-table-row { - display: table-row !important; -} -.d-table-cell { - display: table-cell !important; -} -.d-flex { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -.d-inline-flex { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} -html.metro-touch-device .d-none-touch { - display: none!important; -} -html.metro-touch-device .d-block-touch { - display: block!important; -} -html.metro-touch-device .d-inline-touch { - display: inline!important; -} -html.metro-touch-device .d-inline-block-touch { - display: inline-block !important; -} -html.metro-touch-device .d-table-touch { - display: table!important; -} -html.metro-touch-device .d-table-row-touch { - display: table-row !important; -} -html.metro-touch-device .d-table-cell-touch { - display: table-cell !important; -} -html.metro-touch-device .d-flex-touch { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -html.metro-touch-device .d-inline-flex-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} -html.metro-no-touch-device .d-none-no-touch { - display: none!important; -} -html.metro-no-touch-device .d-block-no-touch { - display: block!important; -} -html.metro-no-touch-device .d-inline-no-touch { - display: inline!important; -} -html.metro-no-touch-device .d-inline-block-no-touch { - display: inline-block !important; -} -html.metro-no-touch-device .d-table-no-touch { - display: table!important; -} -html.metro-no-touch-device .d-table-row-no-touch { - display: table-row !important; -} -html.metro-no-touch-device .d-table-cell-no-touch { - display: table-cell !important; -} -html.metro-no-touch-device .d-flex-no-touch { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; -} -html.metro-no-touch-device .d-inline-flex-no-touch { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} -@media screen and (min-width: 0) { - .visible-fs { - visibility: visible !important; - } - .no-visible-fs { - visibility: hidden !important; - } - .d-none-fs { - display: none!important; - } - .d-block-fs { - display: block!important; - } - .d-inline-fs { - display: inline!important; - } - .d-inline-block-fs { - display: inline-block !important; - } - .d-table-fs { - display: table!important; - } - .d-table-row-fs { - display: table-row !important; - } - .d-table-cell-fs { - display: table-cell !important; - } - .d-flex-fs { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-fs { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-fs { - display: none!important; - } - html.metro-touch-device .d-block-touch-fs { - display: block!important; - } - html.metro-touch-device .d-inline-touch-fs { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-fs { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-fs { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-fs { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-fs { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-fs { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-fs { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-fs { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-fs { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-fs { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-fs { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-fs { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-fs { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-fs { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-fs { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-fs { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 576px) { - .visible-sm { - visibility: visible !important; - } - .no-visible-sm { - visibility: hidden !important; - } - .d-none-sm { - display: none!important; - } - .d-block-sm { - display: block!important; - } - .d-inline-sm { - display: inline!important; - } - .d-inline-block-sm { - display: inline-block !important; - } - .d-table-sm { - display: table!important; - } - .d-table-row-sm { - display: table-row !important; - } - .d-table-cell-sm { - display: table-cell !important; - } - .d-flex-sm { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-sm { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-sm { - display: none!important; - } - html.metro-touch-device .d-block-touch-sm { - display: block!important; - } - html.metro-touch-device .d-inline-touch-sm { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-sm { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-sm { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-sm { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-sm { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-sm { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-sm { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-sm { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-sm { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-sm { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-sm { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-sm { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-sm { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-sm { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-sm { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-sm { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 768px) { - .visible-md { - visibility: visible !important; - } - .no-visible-md { - visibility: hidden !important; - } - .d-none-md { - display: none!important; - } - .d-block-md { - display: block!important; - } - .d-inline-md { - display: inline!important; - } - .d-inline-block-md { - display: inline-block !important; - } - .d-table-md { - display: table!important; - } - .d-table-row-md { - display: table-row !important; - } - .d-table-cell-md { - display: table-cell !important; - } - .d-flex-md { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-md { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-md { - display: none!important; - } - html.metro-touch-device .d-block-touch-md { - display: block!important; - } - html.metro-touch-device .d-inline-touch-md { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-md { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-md { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-md { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-md { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-md { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-md { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-md { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-md { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-md { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-md { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-md { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-md { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-md { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-md { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-md { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 992px) { - .visible-lg { - visibility: visible !important; - } - .no-visible-lg { - visibility: hidden !important; - } - .d-none-lg { - display: none!important; - } - .d-block-lg { - display: block!important; - } - .d-inline-lg { - display: inline!important; - } - .d-inline-block-lg { - display: inline-block !important; - } - .d-table-lg { - display: table!important; - } - .d-table-row-lg { - display: table-row !important; - } - .d-table-cell-lg { - display: table-cell !important; - } - .d-flex-lg { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-lg { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-lg { - display: none!important; - } - html.metro-touch-device .d-block-touch-lg { - display: block!important; - } - html.metro-touch-device .d-inline-touch-lg { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-lg { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-lg { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-lg { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-lg { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-lg { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-lg { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-lg { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-lg { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-lg { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-lg { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-lg { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-lg { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-lg { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-lg { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-lg { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 1200px) { - .visible-xl { - visibility: visible !important; - } - .no-visible-xl { - visibility: hidden !important; - } - .d-none-xl { - display: none!important; - } - .d-block-xl { - display: block!important; - } - .d-inline-xl { - display: inline!important; - } - .d-inline-block-xl { - display: inline-block !important; - } - .d-table-xl { - display: table!important; - } - .d-table-row-xl { - display: table-row !important; - } - .d-table-cell-xl { - display: table-cell !important; - } - .d-flex-xl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-xl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-xl { - display: none!important; - } - html.metro-touch-device .d-block-touch-xl { - display: block!important; - } - html.metro-touch-device .d-inline-touch-xl { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-xl { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-xl { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-xl { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-xl { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-xl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-xl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-xl { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-xl { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-xl { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-xl { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-xl { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-xl { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-xl { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-xl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-xl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -@media screen and (min-width: 1452px) { - .visible-xxl { - visibility: visible !important; - } - .no-visible-xxl { - visibility: hidden !important; - } - .d-none-xxl { - display: none!important; - } - .d-block-xxl { - display: block!important; - } - .d-inline-xxl { - display: inline!important; - } - .d-inline-block-xxl { - display: inline-block !important; - } - .d-table-xxl { - display: table!important; - } - .d-table-row-xxl { - display: table-row !important; - } - .d-table-cell-xxl { - display: table-cell !important; - } - .d-flex-xxl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-xxl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-touch-device .d-none-touch-xxl { - display: none!important; - } - html.metro-touch-device .d-block-touch-xxl { - display: block!important; - } - html.metro-touch-device .d-inline-touch-xxl { - display: inline!important; - } - html.metro-touch-device .d-inline-block-touch-xxl { - display: inline-block !important; - } - html.metro-touch-device .d-table-touch-xxl { - display: table!important; - } - html.metro-touch-device .d-table-row-touch-xxl { - display: table-row !important; - } - html.metro-touch-device .d-table-cell-touch-xxl { - display: table-cell !important; - } - html.metro-touch-device .d-flex-touch-xxl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-touch-device .d-inline-flex-touch-xxl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - html.metro-no-touch-device .d-none-no-touch-xxl { - display: none!important; - } - html.metro-no-touch-device .d-block-no-touch-xxl { - display: block!important; - } - html.metro-no-touch-device .d-inline-no-touch-xxl { - display: inline!important; - } - html.metro-no-touch-device .d-inline-block-no-touch-xxl { - display: inline-block !important; - } - html.metro-no-touch-device .d-table-no-touch-xxl { - display: table!important; - } - html.metro-no-touch-device .d-table-row-no-touch-xxl { - display: table-row !important; - } - html.metro-no-touch-device .d-table-cell-no-touch-xxl { - display: table-cell !important; - } - html.metro-no-touch-device .d-flex-no-touch-xxl { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - html.metro-no-touch-device .d-inline-flex-no-touch-xxl { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } -} -.embed-container { - position: relative; - display: block; - padding: 0; - overflow: hidden; - width: 100%; - height: 100%; -} -.embed-container::before { - padding-top: 56.25%; - display: block; - content: ""; -} -.embed-container iframe, -.embed-container object, -.embed-container embed, -.embed-container video, -.embed-container .embed-item { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - border: 0; -} -.embed-container.size-21x9::before { - padding-top: 42.85714286%; -} -.embed-container.size-16x9::before { - padding-top: 56.25%; -} -.embed-container.size-4x3::before { - padding-top: 75%; -} -.embed-container.size-1x1::before { - padding-top: 100%; -} -.order-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; -} -.order-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; -} -.order-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; -} -.order-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; -} -.order-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; -} -.order-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; -} -.order-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; -} -.order-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; -} -.order-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; -} -.order-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; -} -.order-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; -} -.order-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; -} -.order-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; -} -.order-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; -} -.order-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; -} -.order-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; -} -.order-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; -} -.order-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; -} -.order-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; -} -.order-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; -} -.order-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; -} -.order-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; -} -.order-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; -} -.order-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; -} -.flex-equal-items > * { - -webkit-box-flex: 1; - -ms-flex: 1; - flex: 1; -} -.flex-nowrap { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; -} -.flex-wrap { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; -} -.flex-wrap-r { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; -} -.flex-column { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; -} -.flex-column-r { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; -} -.flex-row { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; -} -.flex-row-r { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; -} -.flex-align-start { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; -} -.flex-align-end { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; -} -.flex-align-center { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; -} -.flex-align-stretch { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; -} -.flex-align-baseline { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; -} -.flex-self-start { - -ms-flex-item-align: start !important; - align-self: flex-start !important; -} -.flex-self-end { - -ms-flex-item-align: end !important; - align-self: flex-end !important; -} -.flex-self-center { - -ms-flex-item-align: center !important; - align-self: center !important; -} -.flex-self-stretch { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; -} -.flex-self-baseline { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; -} -.flex-justify-start { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; -} -.flex-justify-end { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; -} -.flex-justify-center { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; -} -.flex-justify-between { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; -} -.flex-justify-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; -} -.flex-content-start { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; -} -.flex-content-end { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; -} -.flex-content-center { - -ms-flex-line-pack: center !important; - align-content: center !important; -} -.flex-content-between { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; -} -.flex-content-around { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; -} -.flex-content-stretch { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; -} -.flex-no-shrink > * { - -ms-flex-negative: 0; - flex-shrink: 0; -} -.flex-shrink > * { - -ms-flex-negative: 1; - flex-shrink: 1; -} -.flex-no-grow > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.flex-grow > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} -.flex-no-shrink-self { - -ms-flex-negative: 0; - flex-shrink: 0; -} -.flex-shrink-self { - -ms-flex-negative: 1; - flex-shrink: 1; -} -.flex-no-grow-self { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; -} -.flex-grow-self { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; -} -.flex-right { - margin-left: auto; -} -.flex-left { - margin-right: auto; -} -.flex-top { - margin-bottom: auto; -} -.flex-bottom { - margin-top: auto; -} -@media screen and (min-width: 0) { - .flex-nowrap-fs { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-fs { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-fs { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-fs { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-fs { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-fs { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-fs { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-fs { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-fs { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-fs { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-fs { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-fs { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-fs { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-fs { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-fs { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-fs { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-fs { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-fs { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-fs { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-fs { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-fs { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-fs { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-fs { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-fs { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-fs { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-fs { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-fs { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-fs { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-fs > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-fs > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-fs > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-fs > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-fs { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-fs { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-fs { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-fs { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-fs { - margin-left: auto; - } - .flex-left-fs { - margin-right: auto; - } - .flex-top-fs { - margin-bottom: auto; - } - .flex-bottom-fs { - margin-top: auto; - } - .order-fs-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-fs-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-fs-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-fs-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-fs-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-fs-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-fs-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-fs-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-fs-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-fs-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-fs-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-fs-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-fs-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-fs-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-fs-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-fs-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-fs-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-fs-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-fs-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-fs-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-fs-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-fs-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-fs-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-fs-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 576px) { - .flex-nowrap-sm { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-sm { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-sm { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-sm { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-sm { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-sm { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-sm { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-sm { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-sm { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-sm { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-sm { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-sm { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-sm { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-sm { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-sm { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-sm { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-sm { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-sm { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-sm { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-sm { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-sm { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-sm { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-sm { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-sm { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-sm { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-sm { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-sm { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-sm { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-sm > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-sm > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-sm > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-sm > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-sm { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-sm { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-sm { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-sm { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-sm { - margin-left: auto; - } - .flex-left-sm { - margin-right: auto; - } - .flex-top-sm { - margin-bottom: auto; - } - .flex-bottom-sm { - margin-top: auto; - } - .order-sm-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-sm-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-sm-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-sm-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-sm-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-sm-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-sm-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-sm-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-sm-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-sm-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-sm-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-sm-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-sm-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-sm-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-sm-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-sm-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-sm-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-sm-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-sm-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-sm-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-sm-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-sm-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-sm-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-sm-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 768px) { - .flex-nowrap-md { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-md { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-md { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-md { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-md { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-md { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-md { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-md { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-md { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-md { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-md { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-md { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-md { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-md { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-md { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-md { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-md { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-md { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-md { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-md { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-md { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-md { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-md { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-md { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-md { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-md { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-md { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-md { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-md > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-md > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-md > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-md > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-md { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-md { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-md { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-md { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-md { - margin-left: auto; - } - .flex-left-md { - margin-right: auto; - } - .flex-top-md { - margin-bottom: auto; - } - .flex-bottom-md { - margin-top: auto; - } - .order-md-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-md-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-md-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-md-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-md-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-md-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-md-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-md-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-md-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-md-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-md-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-md-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-md-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-md-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-md-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-md-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-md-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-md-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-md-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-md-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-md-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-md-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-md-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-md-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 992px) { - .flex-nowrap-lg { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-lg { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-lg { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-lg { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-lg { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-lg { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-lg { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-lg { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-lg { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-lg { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-lg { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-lg { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-lg { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-lg { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-lg { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-lg { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-lg { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-lg { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-lg { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-lg { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-lg { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-lg { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-lg { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-lg { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-lg { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-lg { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-lg { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-lg { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-lg > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-lg > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-lg > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-lg > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-lg { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-lg { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-lg { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-lg { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-lg { - margin-left: auto; - } - .flex-left-lg { - margin-right: auto; - } - .flex-top-lg { - margin-bottom: auto; - } - .flex-bottom-lg { - margin-top: auto; - } - .order-lg-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-lg-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-lg-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-lg-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-lg-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-lg-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-lg-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-lg-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-lg-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-lg-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-lg-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-lg-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-lg-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-lg-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-lg-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-lg-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-lg-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-lg-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-lg-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-lg-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-lg-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-lg-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-lg-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-lg-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 1200px) { - .flex-nowrap-xl { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-xl { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-xl { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-xl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-xl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-xl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-xl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-xl { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-xl { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-xl { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-xl { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-xl { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-xl { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-xl { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-xl { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-xl { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-xl { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-xl { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-xl { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-xl { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-xl { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-xl { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-xl { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-xl { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-xl { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-xl { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-xl { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-xl { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-xl > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-xl > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-xl > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-xl > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-xl { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-xl { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-xl { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-xl { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-xl { - margin-left: auto; - } - .flex-left-xl { - margin-right: auto; - } - .flex-top-xl { - margin-bottom: auto; - } - .flex-bottom-xl { - margin-top: auto; - } - .order-xl-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-xl-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-xl-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-xl-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-xl-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-xl-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-xl-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-xl-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-xl-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-xl-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-xl-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-xl-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-xl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-xl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-xl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-xl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-xl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-xl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-xl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-xl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-xl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-xl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-xl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-xl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -@media screen and (min-width: 1452px) { - .flex-nowrap-xxl { - -ms-flex-wrap: nowrap !important; - flex-wrap: nowrap !important; - } - .flex-wrap-xxl { - -ms-flex-wrap: wrap !important; - flex-wrap: wrap !important; - } - .flex-wrap-r-xxl { - -ms-flex-wrap: wrap-reverse !important; - flex-wrap: wrap-reverse !important; - } - .flex-column-xxl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: column !important; - flex-direction: column !important; - } - .flex-column-r-xxl { - -webkit-box-orient: vertical !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: column-reverse !important; - flex-direction: column-reverse !important; - } - .flex-row-xxl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: normal !important; - -ms-flex-direction: row !important; - flex-direction: row !important; - } - .flex-row-r-xxl { - -webkit-box-orient: horizontal !important; - -webkit-box-direction: reverse !important; - -ms-flex-direction: row-reverse !important; - flex-direction: row-reverse !important; - } - .flex-align-start-xxl { - -webkit-box-align: start !important; - -ms-flex-align: start !important; - align-items: flex-start !important; - } - .flex-align-end-xxl { - -webkit-box-align: end !important; - -ms-flex-align: end !important; - align-items: flex-end !important; - } - .flex-align-center-xxl { - -webkit-box-align: center !important; - -ms-flex-align: center !important; - align-items: center !important; - } - .flex-align-stretch-xxl { - -webkit-box-align: stretch !important; - -ms-flex-align: stretch !important; - align-items: stretch !important; - } - .flex-align-baseline-xxl { - -webkit-box-align: baseline !important; - -ms-flex-align: baseline !important; - align-items: baseline !important; - } - .flex-self-start-xxl { - -ms-flex-item-align: start !important; - align-self: flex-start !important; - } - .flex-self-end-xxl { - -ms-flex-item-align: end !important; - align-self: flex-end !important; - } - .flex-self-center-xxl { - -ms-flex-item-align: center !important; - align-self: center !important; - } - .flex-self-stretch-xxl { - -ms-flex-item-align: stretch !important; - align-self: stretch !important; - } - .flex-self-baseline-xxl { - -ms-flex-item-align: baseline !important; - align-self: baseline !important; - } - .flex-justify-start-xxl { - -webkit-box-pack: start !important; - -ms-flex-pack: start !important; - justify-content: flex-start !important; - } - .flex-justify-end-xxl { - -webkit-box-pack: end !important; - -ms-flex-pack: end !important; - justify-content: flex-end !important; - } - .flex-justify-center-xxl { - -webkit-box-pack: center !important; - -ms-flex-pack: center !important; - justify-content: center !important; - } - .flex-justify-between-xxl { - -webkit-box-pack: justify !important; - -ms-flex-pack: justify !important; - justify-content: space-between !important; - } - .flex-justify-around-xxl { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; - } - .flex-content-start-xxl { - -ms-flex-line-pack: start !important; - align-content: flex-start !important; - } - .flex-content-end-xxl { - -ms-flex-line-pack: end !important; - align-content: flex-end !important; - } - .flex-content-center-xxl { - -ms-flex-line-pack: center !important; - align-content: center !important; - } - .flex-content-between-xxl { - -ms-flex-line-pack: justify !important; - align-content: space-between !important; - } - .flex-content-around-xxl { - -ms-flex-line-pack: distribute !important; - align-content: space-around !important; - } - .flex-content-stretch-xxl { - -ms-flex-line-pack: stretch !important; - align-content: stretch !important; - } - .flex-no-shrink-xxl > * { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-xxl > * { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-xxl > * { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-xxl > * { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-no-shrink-self-xxl { - -ms-flex-negative: 0; - flex-shrink: 0; - } - .flex-shrink-self-xxl { - -ms-flex-negative: 1; - flex-shrink: 1; - } - .flex-no-grow-self-xxl { - -webkit-box-flex: 0; - -ms-flex-positive: 0; - flex-grow: 0; - } - .flex-grow-self-xxl { - -webkit-box-flex: 1; - -ms-flex-positive: 1; - flex-grow: 1; - } - .flex-right-xxl { - margin-left: auto; - } - .flex-left-xxl { - margin-right: auto; - } - .flex-top-xxl { - margin-bottom: auto; - } - .flex-bottom-xxl { - margin-top: auto; - } - .order-xxl-24 { - -webkit-box-ordinal-group: 25; - -ms-flex-order: 24; - order: 24; - } - .order-xxl-23 { - -webkit-box-ordinal-group: 24; - -ms-flex-order: 23; - order: 23; - } - .order-xxl-22 { - -webkit-box-ordinal-group: 23; - -ms-flex-order: 22; - order: 22; - } - .order-xxl-21 { - -webkit-box-ordinal-group: 22; - -ms-flex-order: 21; - order: 21; - } - .order-xxl-20 { - -webkit-box-ordinal-group: 21; - -ms-flex-order: 20; - order: 20; - } - .order-xxl-19 { - -webkit-box-ordinal-group: 20; - -ms-flex-order: 19; - order: 19; - } - .order-xxl-18 { - -webkit-box-ordinal-group: 19; - -ms-flex-order: 18; - order: 18; - } - .order-xxl-17 { - -webkit-box-ordinal-group: 18; - -ms-flex-order: 17; - order: 17; - } - .order-xxl-16 { - -webkit-box-ordinal-group: 17; - -ms-flex-order: 16; - order: 16; - } - .order-xxl-15 { - -webkit-box-ordinal-group: 16; - -ms-flex-order: 15; - order: 15; - } - .order-xxl-14 { - -webkit-box-ordinal-group: 15; - -ms-flex-order: 14; - order: 14; - } - .order-xxl-13 { - -webkit-box-ordinal-group: 14; - -ms-flex-order: 13; - order: 13; - } - .order-xxl-12 { - -webkit-box-ordinal-group: 13; - -ms-flex-order: 12; - order: 12; - } - .order-xxl-11 { - -webkit-box-ordinal-group: 12; - -ms-flex-order: 11; - order: 11; - } - .order-xxl-10 { - -webkit-box-ordinal-group: 11; - -ms-flex-order: 10; - order: 10; - } - .order-xxl-9 { - -webkit-box-ordinal-group: 10; - -ms-flex-order: 9; - order: 9; - } - .order-xxl-8 { - -webkit-box-ordinal-group: 9; - -ms-flex-order: 8; - order: 8; - } - .order-xxl-7 { - -webkit-box-ordinal-group: 8; - -ms-flex-order: 7; - order: 7; - } - .order-xxl-6 { - -webkit-box-ordinal-group: 7; - -ms-flex-order: 6; - order: 6; - } - .order-xxl-5 { - -webkit-box-ordinal-group: 6; - -ms-flex-order: 5; - order: 5; - } - .order-xxl-4 { - -webkit-box-ordinal-group: 5; - -ms-flex-order: 4; - order: 4; - } - .order-xxl-3 { - -webkit-box-ordinal-group: 4; - -ms-flex-order: 3; - order: 3; - } - .order-xxl-2 { - -webkit-box-ordinal-group: 3; - -ms-flex-order: 2; - order: 2; - } - .order-xxl-1 { - -webkit-box-ordinal-group: 2; - -ms-flex-order: 1; - order: 1; - } -} -.clear-float::after { - display: block; - clear: both; - content: ""; -} -.clear-float::after { - display: block; - clear: both; - content: ""; -} -.place-right, -.float-right { - float: right !important; -} -.place-left, -.float-left { - float: left !important; -} -.place-none, -.float-none, -.no-float { - float: none !important; -} -@media screen and (min-width: 0) { - .place-left-fs { - float: left!important; - } - .place-right-fs { - float: right!important; - } - .place-none-fs { - float: none!important; - } - .float-left-fs { - float: left!important; - } - .float-right-fs { - float: right!important; - } - .float-none-fs { - float: none!important; - } -} -@media screen and (min-width: 576px) { - .place-left-sm { - float: left!important; - } - .place-right-sm { - float: right!important; - } - .place-none-sm { - float: none!important; - } - .float-left-sm { - float: left!important; - } - .float-right-sm { - float: right!important; - } - .float-none-sm { - float: none!important; - } -} -@media screen and (min-width: 768px) { - .place-left-md { - float: left!important; - } - .place-right-md { - float: right!important; - } - .place-none-md { - float: none!important; - } - .float-left-md { - float: left!important; - } - .float-right-md { - float: right!important; - } - .float-none-md { - float: none!important; - } -} -@media screen and (min-width: 992px) { - .place-left-lg { - float: left!important; - } - .place-right-lg { - float: right!important; - } - .place-none-lg { - float: none!important; - } - .float-left-lg { - float: left!important; - } - .float-right-lg { - float: right!important; - } - .float-none-lg { - float: none!important; - } -} -@media screen and (min-width: 1200px) { - .place-left-xl { - float: left!important; - } - .place-right-xl { - float: right!important; - } - .place-none-xl { - float: none!important; - } - .float-left-xl { - float: left!important; - } - .float-right-xl { - float: right!important; - } - .float-none-xl { - float: none!important; - } -} -@media screen and (min-width: 1452px) { - .place-left-xxl { - float: left!important; - } - .place-right-xxl { - float: right!important; - } - .place-none-xxl { - float: none!important; - } - .float-left-xxl { - float: left!important; - } - .float-right-xxl { - float: right!important; - } - .float-none-xxl { - float: none!important; - } -} -html { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; - font-size: 100%; -} -body { - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; - font-size: 1rem; - line-height: 1.5; - font-style: normal; - font-weight: 400; - color: #212121; -} -.img-container, -.img-fluid, -.img-thumbnail { - width: 100%; - max-width: 100%; - height: auto; - display: block; - position: relative; - vertical-align: middle; - background-color: transparent; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - overflow: visible; -} -.img-thumbnail { - padding: 0.25rem; - border: 1px solid #dfdfdf; - border-radius: 0.25rem; - background-color: #ffffff; -} -.img-container { - display: block; -} -.img-container img { - width: 100%; - max-width: 100%; - height: auto; - position: relative; -} -.img-container .image-overlay { - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; - opacity: 0; - overflow: hidden; - font-size: 0.875rem; - line-height: 1rem; - padding: 2em; - background-color: rgba(27, 161, 226, 0.7); - color: #ffffff; - text-align: center; - border-radius: inherit; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.img-container .image-overlay * { - color: #ffffff; -} -.img-container .image-overlay:hover { - opacity: 1; -} -.img-container .image-overlay:hover:before, -.img-container .image-overlay:hover:after { - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); -} -.img-container .image-overlay:before, -.img-container .image-overlay:after { - display: block; - position: absolute; - content: ""; - border: 1px solid rgba(255, 255, 255, 0.7); - top: 1em; - bottom: 1em; - left: 1em; - right: 1em; - opacity: 0; - border-radius: inherit; - -webkit-transform: scale(1.5); - -ms-transform: scale(1.5); - transform: scale(1.5); - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -.img-container .image-overlay:after { - border-left: none; - border-right: none; - bottom: 1em; - top: 1em; -} -.img-container .image-overlay:before { - border-top: none; - border-bottom: none; - bottom: 1em; - top: 1em; -} -.img-container.rounded img { - border-radius: 0.25rem; -} -.img-container.thumbnail { - padding: 0.25rem; - border: 1px solid #dfdfdf; - background-color: #ffffff; -} -.img-container.thumbnail .title { - font-size: 0.9rem; - line-height: 1; -} -.img-container img + .title { - margin-top: 0.25rem; -} -.img-container .title + img { - margin-top: 0.25rem; -} -.img-container.cover { - background-size: cover; - background: no-repeat 100% 100%; -} -figure { - margin: 0 0 1rem; -} -figure img { - width: 100%; - max-width: 100%; - height: auto; - display: block; - position: relative; - vertical-align: middle; - background-color: transparent; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; -} -input[type=text], -input[type=password], -input[type=tel], -input[type=datetime-local], -input[type=email], -input[type=file], -input[type=month], -input[type=number], -input[type=search], -input[type=time], -input[type=url], -input[type=week], -input[type=file], -select, -textarea, -.file, -.input, -.textarea, -.select, -.tag-input, -.spinner { - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - position: relative; - border: 1px #d9d9d9 solid; - color: #1d1d1d; - width: 100%; - display: block; - padding: 0 0.75rem; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Roboto", "Ubuntu", "Helvetica Neue", sans-serif; - font-size: 1rem; - height: 36px; - line-height: 36px; - background: #ffffff none; - background-clip: padding-box; - min-width: 0; -} -input[type=text]:focus, -input[type=password]:focus, -input[type=tel]:focus, -input[type=datetime-local]:focus, -input[type=email]:focus, -input[type=file]:focus, -input[type=month]:focus, -input[type=number]:focus, -input[type=search]:focus, -input[type=time]:focus, -input[type=url]:focus, -input[type=week]:focus, -input[type=file]:focus, -select:focus, -textarea:focus, -.file:focus, -.input:focus, -.textarea:focus, -.select:focus, -.tag-input:focus, -.spinner:focus { - outline: none; -} -input[type=text]:hover, -input[type=password]:hover, -input[type=tel]:hover, -input[type=datetime-local]:hover, -input[type=email]:hover, -input[type=file]:hover, -input[type=month]:hover, -input[type=number]:hover, -input[type=search]:hover, -input[type=time]:hover, -input[type=url]:hover, -input[type=week]:hover, -input[type=file]:hover, -select:hover, -textarea:hover, -.file:hover, -.input:hover, -.textarea:hover, -.select:hover, -.tag-input:hover, -.spinner:hover { - border-color: #c0c0c0; -} -input[type=text] .input-clear-button, -input[type=password] .input-clear-button, -input[type=tel] .input-clear-button, -input[type=datetime-local] .input-clear-button, -input[type=email] .input-clear-button, -input[type=file] .input-clear-button, -input[type=month] .input-clear-button, -input[type=number] .input-clear-button, -input[type=search] .input-clear-button, -input[type=time] .input-clear-button, -input[type=url] .input-clear-button, -input[type=week] .input-clear-button, -input[type=file] .input-clear-button, -select .input-clear-button, -textarea .input-clear-button, -.file .input-clear-button, -.input .input-clear-button, -.textarea .input-clear-button, -.select .input-clear-button, -.tag-input .input-clear-button, -.spinner .input-clear-button, -input[type=text] .input-reveal-button, -input[type=password] .input-reveal-button, -input[type=tel] .input-reveal-button, -input[type=datetime-local] .input-reveal-button, -input[type=email] .input-reveal-button, -input[type=file] .input-reveal-button, -input[type=month] .input-reveal-button, -input[type=number] .input-reveal-button, -input[type=search] .input-reveal-button, -input[type=time] .input-reveal-button, -input[type=url] .input-reveal-button, -input[type=week] .input-reveal-button, -input[type=file] .input-reveal-button, -select .input-reveal-button, -textarea .input-reveal-button, -.file .input-reveal-button, -.input .input-reveal-button, -.textarea .input-reveal-button, -.select .input-reveal-button, -.tag-input .input-reveal-button, -.spinner .input-reveal-button { - -webkit-transform: scale(0); - -ms-transform: scale(0); - transform: scale(0); - opacity: 0; -} -input[type=text] .input-clear-button:active, -input[type=password] .input-clear-button:active, -input[type=tel] .input-clear-button:active, -input[type=datetime-local] .input-clear-button:active, -input[type=email] .input-clear-button:active, -input[type=file] .input-clear-button:active, -input[type=month] .input-clear-button:active, -input[type=number] .input-clear-button:active, -input[type=search] .input-clear-button:active, -input[type=time] .input-clear-button:active, -input[type=url] .input-clear-button:active, -input[type=week] .input-clear-button:active, -input[type=file] .input-clear-button:active, -select .input-clear-button:active, -textarea .input-clear-button:active, -.file .input-clear-button:active, -.input .input-clear-button:active, -.textarea .input-clear-button:active, -.select .input-clear-button:active, -.tag-input .input-clear-button:active, -.spinner .input-clear-button:active, -input[type=text] .input-reveal-button:active, -input[type=password] .input-reveal-button:active, -input[type=tel] .input-reveal-button:active, -input[type=datetime-local] .input-reveal-button:active, -input[type=email] .input-reveal-button:active, -input[type=file] .input-reveal-button:active, -input[type=month] .input-reveal-button:active, -input[type=number] .input-reveal-button:active, -input[type=search] .input-reveal-button:active, -input[type=time] .input-reveal-button:active, -input[type=url] .input-reveal-button:active, -input[type=week] .input-reveal-button:active, -input[type=file] .input-reveal-button:active, -select .input-reveal-button:active, -textarea .input-reveal-button:active, -.file .input-reveal-button:active, -.input .input-reveal-button:active, -.textarea .input-reveal-button:active, -.select .input-reveal-button:active, -.tag-input .input-reveal-button:active, -.spinner .input-reveal-button:active, -input[type=text] .input-clear-button:focus, -input[type=password] .input-clear-button:focus, -input[type=tel] .input-clear-button:focus, -input[type=datetime-local] .input-clear-button:focus, -input[type=email] .input-clear-button:focus, -input[type=file] .input-clear-button:focus, -input[type=month] .input-clear-button:focus, -input[type=number] .input-clear-button:focus, -input[type=search] .input-clear-button:focus, -input[type=time] .input-clear-button:focus, -input[type=url] .input-clear-button:focus, -input[type=week] .input-clear-button:focus, -input[type=file] .input-clear-button:focus, -select .input-clear-button:focus, -textarea .input-clear-button:focus, -.file .input-clear-button:focus, -.input .input-clear-button:focus, -.textarea .input-clear-button:focus, -.select .input-clear-button:focus, -.tag-input .input-clear-button:focus, -.spinner .input-clear-button:focus, -input[type=text] .input-reveal-button:focus, -input[type=password] .input-reveal-button:focus, -input[type=tel] .input-reveal-button:focus, -input[type=datetime-local] .input-reveal-button:focus, -input[type=email] .input-reveal-button:focus, -input[type=file] .input-reveal-button:focus, -input[type=month] .input-reveal-button:focus, -input[type=number] .input-reveal-button:focus, -input[type=search] .input-reveal-button:focus, -input[type=time] .input-reveal-button:focus, -input[type=url] .input-reveal-button:focus, -input[type=week] .input-reveal-button:focus, -input[type=file] .input-reveal-button:focus, -select .input-reveal-button:focus, -textarea .input-reveal-button:focus, -.file .input-reveal-button:focus, -.input .input-reveal-button:focus, -.textarea .input-reveal-button:focus, -.select .input-reveal-button:focus, -.tag-input .input-reveal-button:focus, -.spinner .input-reveal-button:focus, -input[type=text] .input-clear-button:hover, -input[type=password] .input-clear-button:hover, -input[type=tel] .input-clear-button:hover, -input[type=datetime-local] .input-clear-button:hover, -input[type=email] .input-clear-button:hover, -input[type=file] .input-clear-button:hover, -input[type=month] .input-clear-button:hover, -input[type=number] .input-clear-button:hover, -input[type=search] .input-clear-button:hover, -input[type=time] .input-clear-button:hover, -input[type=url] .input-clear-button:hover, -input[type=week] .input-clear-button:hover, -input[type=file] .input-clear-button:hover, -select .input-clear-button:hover, -textarea .input-clear-button:hover, -.file .input-clear-button:hover, -.input .input-clear-button:hover, -.textarea .input-clear-button:hover, -.select .input-clear-button:hover, -.tag-input .input-clear-button:hover, -.spinner .input-clear-button:hover, -input[type=text] .input-reveal-button:hover, -input[type=password] .input-reveal-button:hover, -input[type=tel] .input-reveal-button:hover, -input[type=datetime-local] .input-reveal-button:hover, -input[type=email] .input-reveal-button:hover, -input[type=file] .input-reveal-button:hover, -input[type=month] .input-reveal-button:hover, -input[type=number] .input-reveal-button:hover, -input[type=search] .input-reveal-button:hover, -input[type=time] .input-reveal-button:hover, -input[type=url] .input-reveal-button:hover, -input[type=week] .input-reveal-button:hover, -input[type=file] .input-reveal-button:hover, -select .input-reveal-button:hover, -textarea .input-reveal-button:hover, -.file .input-reveal-button:hover, -.input .input-reveal-button:hover, -.textarea .input-reveal-button:hover, -.select .input-reveal-button:hover, -.tag-input .input-reveal-button:hover, -.spinner .input-reveal-button:hover { - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); -} -input[type=text]:focus .input-clear-button, -input[type=password]:focus .input-clear-button, -input[type=tel]:focus .input-clear-button, -input[type=datetime-local]:focus .input-clear-button, -input[type=email]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -input[type=month]:focus .input-clear-button, -input[type=number]:focus .input-clear-button, -input[type=search]:focus .input-clear-button, -input[type=time]:focus .input-clear-button, -input[type=url]:focus .input-clear-button, -input[type=week]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -select:focus .input-clear-button, -textarea:focus .input-clear-button, -.file:focus .input-clear-button, -.input:focus .input-clear-button, -.textarea:focus .input-clear-button, -.select:focus .input-clear-button, -.tag-input:focus .input-clear-button, -.spinner:focus .input-clear-button, -input[type=text].focused .input-clear-button, -input[type=password].focused .input-clear-button, -input[type=tel].focused .input-clear-button, -input[type=datetime-local].focused .input-clear-button, -input[type=email].focused .input-clear-button, -input[type=file].focused .input-clear-button, -input[type=month].focused .input-clear-button, -input[type=number].focused .input-clear-button, -input[type=search].focused .input-clear-button, -input[type=time].focused .input-clear-button, -input[type=url].focused .input-clear-button, -input[type=week].focused .input-clear-button, -input[type=file].focused .input-clear-button, -select.focused .input-clear-button, -textarea.focused .input-clear-button, -.file.focused .input-clear-button, -.input.focused .input-clear-button, -.textarea.focused .input-clear-button, -.select.focused .input-clear-button, -.tag-input.focused .input-clear-button, -.spinner.focused .input-clear-button, -input[type=text]:hover .input-clear-button, -input[type=password]:hover .input-clear-button, -input[type=tel]:hover .input-clear-button, -input[type=datetime-local]:hover .input-clear-button, -input[type=email]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -input[type=month]:hover .input-clear-button, -input[type=number]:hover .input-clear-button, -input[type=search]:hover .input-clear-button, -input[type=time]:hover .input-clear-button, -input[type=url]:hover .input-clear-button, -input[type=week]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -select:hover .input-clear-button, -textarea:hover .input-clear-button, -.file:hover .input-clear-button, -.input:hover .input-clear-button, -.textarea:hover .input-clear-button, -.select:hover .input-clear-button, -.tag-input:hover .input-clear-button, -.spinner:hover .input-clear-button, -input[type=text]:focus .input-reveal-button, -input[type=password]:focus .input-reveal-button, -input[type=tel]:focus .input-reveal-button, -input[type=datetime-local]:focus .input-reveal-button, -input[type=email]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -input[type=month]:focus .input-reveal-button, -input[type=number]:focus .input-reveal-button, -input[type=search]:focus .input-reveal-button, -input[type=time]:focus .input-reveal-button, -input[type=url]:focus .input-reveal-button, -input[type=week]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -select:focus .input-reveal-button, -textarea:focus .input-reveal-button, -.file:focus .input-reveal-button, -.input:focus .input-reveal-button, -.textarea:focus .input-reveal-button, -.select:focus .input-reveal-button, -.tag-input:focus .input-reveal-button, -.spinner:focus .input-reveal-button, -input[type=text].focused .input-reveal-button, -input[type=password].focused .input-reveal-button, -input[type=tel].focused .input-reveal-button, -input[type=datetime-local].focused .input-reveal-button, -input[type=email].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -input[type=month].focused .input-reveal-button, -input[type=number].focused .input-reveal-button, -input[type=search].focused .input-reveal-button, -input[type=time].focused .input-reveal-button, -input[type=url].focused .input-reveal-button, -input[type=week].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -select.focused .input-reveal-button, -textarea.focused .input-reveal-button, -.file.focused .input-reveal-button, -.input.focused .input-reveal-button, -.textarea.focused .input-reveal-button, -.select.focused .input-reveal-button, -.tag-input.focused .input-reveal-button, -.spinner.focused .input-reveal-button, -input[type=text]:hover .input-reveal-button, -input[type=password]:hover .input-reveal-button, -input[type=tel]:hover .input-reveal-button, -input[type=datetime-local]:hover .input-reveal-button, -input[type=email]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -input[type=month]:hover .input-reveal-button, -input[type=number]:hover .input-reveal-button, -input[type=search]:hover .input-reveal-button, -input[type=time]:hover .input-reveal-button, -input[type=url]:hover .input-reveal-button, -input[type=week]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -select:hover .input-reveal-button, -textarea:hover .input-reveal-button, -.file:hover .input-reveal-button, -.input:hover .input-reveal-button, -.textarea:hover .input-reveal-button, -.select:hover .input-reveal-button, -.tag-input:hover .input-reveal-button, -.spinner:hover .input-reveal-button { - opacity: 1; - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); -} -input[type=text]:focus, -input[type=password]:focus, -input[type=tel]:focus, -input[type=datetime-local]:focus, -input[type=email]:focus, -input[type=file]:focus, -input[type=month]:focus, -input[type=number]:focus, -input[type=search]:focus, -input[type=time]:focus, -input[type=url]:focus, -input[type=week]:focus, -input[type=file]:focus, -select:focus, -textarea:focus, -.file:focus, -.input:focus, -.textarea:focus, -.select:focus, -.tag-input:focus, -.spinner:focus, -input[type=text].focused, -input[type=password].focused, -input[type=tel].focused, -input[type=datetime-local].focused, -input[type=email].focused, -input[type=file].focused, -input[type=month].focused, -input[type=number].focused, -input[type=search].focused, -input[type=time].focused, -input[type=url].focused, -input[type=week].focused, -input[type=file].focused, -select.focused, -textarea.focused, -.file.focused, -.input.focused, -.textarea.focused, -.select.focused, -.tag-input.focused, -.spinner.focused { - -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); - box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); -} -input[type=text]:focus .input-clear-button, -input[type=password]:focus .input-clear-button, -input[type=tel]:focus .input-clear-button, -input[type=datetime-local]:focus .input-clear-button, -input[type=email]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -input[type=month]:focus .input-clear-button, -input[type=number]:focus .input-clear-button, -input[type=search]:focus .input-clear-button, -input[type=time]:focus .input-clear-button, -input[type=url]:focus .input-clear-button, -input[type=week]:focus .input-clear-button, -input[type=file]:focus .input-clear-button, -select:focus .input-clear-button, -textarea:focus .input-clear-button, -.file:focus .input-clear-button, -.input:focus .input-clear-button, -.textarea:focus .input-clear-button, -.select:focus .input-clear-button, -.tag-input:focus .input-clear-button, -.spinner:focus .input-clear-button, -input[type=text].focused .input-clear-button, -input[type=password].focused .input-clear-button, -input[type=tel].focused .input-clear-button, -input[type=datetime-local].focused .input-clear-button, -input[type=email].focused .input-clear-button, -input[type=file].focused .input-clear-button, -input[type=month].focused .input-clear-button, -input[type=number].focused .input-clear-button, -input[type=search].focused .input-clear-button, -input[type=time].focused .input-clear-button, -input[type=url].focused .input-clear-button, -input[type=week].focused .input-clear-button, -input[type=file].focused .input-clear-button, -select.focused .input-clear-button, -textarea.focused .input-clear-button, -.file.focused .input-clear-button, -.input.focused .input-clear-button, -.textarea.focused .input-clear-button, -.select.focused .input-clear-button, -.tag-input.focused .input-clear-button, -.spinner.focused .input-clear-button, -input[type=text]:hover .input-clear-button, -input[type=password]:hover .input-clear-button, -input[type=tel]:hover .input-clear-button, -input[type=datetime-local]:hover .input-clear-button, -input[type=email]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -input[type=month]:hover .input-clear-button, -input[type=number]:hover .input-clear-button, -input[type=search]:hover .input-clear-button, -input[type=time]:hover .input-clear-button, -input[type=url]:hover .input-clear-button, -input[type=week]:hover .input-clear-button, -input[type=file]:hover .input-clear-button, -select:hover .input-clear-button, -textarea:hover .input-clear-button, -.file:hover .input-clear-button, -.input:hover .input-clear-button, -.textarea:hover .input-clear-button, -.select:hover .input-clear-button, -.tag-input:hover .input-clear-button, -.spinner:hover .input-clear-button, -input[type=text]:focus .input-reveal-button, -input[type=password]:focus .input-reveal-button, -input[type=tel]:focus .input-reveal-button, -input[type=datetime-local]:focus .input-reveal-button, -input[type=email]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -input[type=month]:focus .input-reveal-button, -input[type=number]:focus .input-reveal-button, -input[type=search]:focus .input-reveal-button, -input[type=time]:focus .input-reveal-button, -input[type=url]:focus .input-reveal-button, -input[type=week]:focus .input-reveal-button, -input[type=file]:focus .input-reveal-button, -select:focus .input-reveal-button, -textarea:focus .input-reveal-button, -.file:focus .input-reveal-button, -.input:focus .input-reveal-button, -.textarea:focus .input-reveal-button, -.select:focus .input-reveal-button, -.tag-input:focus .input-reveal-button, -.spinner:focus .input-reveal-button, -input[type=text].focused .input-reveal-button, -input[type=password].focused .input-reveal-button, -input[type=tel].focused .input-reveal-button, -input[type=datetime-local].focused .input-reveal-button, -input[type=email].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -input[type=month].focused .input-reveal-button, -input[type=number].focused .input-reveal-button, -input[type=search].focused .input-reveal-button, -input[type=time].focused .input-reveal-button, -input[type=url].focused .input-reveal-button, -input[type=week].focused .input-reveal-button, -input[type=file].focused .input-reveal-button, -select.focused .input-reveal-button, -textarea.focused .input-reveal-button, -.file.focused .input-reveal-button, -.input.focused .input-reveal-button, -.textarea.focused .input-reveal-button, -.select.focused .input-reveal-button, -.tag-input.focused .input-reveal-button, -.spinner.focused .input-reveal-button, -input[type=text]:hover .input-reveal-button, -input[type=password]:hover .input-reveal-button, -input[type=tel]:hover .input-reveal-button, -input[type=datetime-local]:hover .input-reveal-button, -input[type=email]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -input[type=month]:hover .input-reveal-button, -input[type=number]:hover .input-reveal-button, -input[type=search]:hover .input-reveal-button, -input[type=time]:hover .input-reveal-button, -input[type=url]:hover .input-reveal-button, -input[type=week]:hover .input-reveal-button, -input[type=file]:hover .input-reveal-button, -select:hover .input-reveal-button, -textarea:hover .input-reveal-button, -.file:hover .input-reveal-button, -.input:hover .input-reveal-button, -.textarea:hover .input-reveal-button, -.select:hover .input-reveal-button, -.tag-input:hover .input-reveal-button, -.spinner:hover .input-reveal-button { - visibility: visible; -} -input[type=text]:disabled, -input[type=password]:disabled, -input[type=tel]:disabled, -input[type=datetime-local]:disabled, -input[type=email]:disabled, -input[type=file]:disabled, -input[type=month]:disabled, -input[type=number]:disabled, -input[type=search]:disabled, -input[type=time]:disabled, -input[type=url]:disabled, -input[type=week]:disabled, -input[type=file]:disabled, -select:disabled, -textarea:disabled, -.file:disabled, -.input:disabled, -.textarea:disabled, -.select:disabled, -.tag-input:disabled, -.spinner:disabled, -input[type=text].disabled, -input[type=password].disabled, -input[type=tel].disabled, -input[type=datetime-local].disabled, -input[type=email].disabled, -input[type=file].disabled, -input[type=month].disabled, -input[type=number].disabled, -input[type=search].disabled, -input[type=time].disabled, -input[type=url].disabled, -input[type=week].disabled, -input[type=file].disabled, -select.disabled, -textarea.disabled, -.file.disabled, -.input.disabled, -.textarea.disabled, -.select.disabled, -.tag-input.disabled, -.spinner.disabled { - pointer-events: none; - border-color: #ebebeb; - background-color: #e9e9e9; -} -input[type=text].hide-cursor input, -input[type=password].hide-cursor input, -input[type=tel].hide-cursor input, -input[type=datetime-local].hide-cursor input, -input[type=email].hide-cursor input, -input[type=file].hide-cursor input, -input[type=month].hide-cursor input, -input[type=number].hide-cursor input, -input[type=search].hide-cursor input, -input[type=time].hide-cursor input, -input[type=url].hide-cursor input, -input[type=week].hide-cursor input, -input[type=file].hide-cursor input, -select.hide-cursor input, -textarea.hide-cursor input, -.file.hide-cursor input, -.input.hide-cursor input, -.textarea.hide-cursor input, -.select.hide-cursor input, -.tag-input.hide-cursor input, -.spinner.hide-cursor input { - color: transparent; - text-shadow: 0 0 0 #1d1d1d; -} -input[type=text]::-ms-clear, -input[type=password]::-ms-clear, -input[type=tel]::-ms-clear, -input[type=datetime-local]::-ms-clear, -input[type=email]::-ms-clear, -input[type=file]::-ms-clear, -input[type=month]::-ms-clear, -input[type=number]::-ms-clear, -input[type=search]::-ms-clear, -input[type=time]::-ms-clear, -input[type=url]::-ms-clear, -input[type=week]::-ms-clear, -input[type=file]::-ms-clear, -select::-ms-clear, -textarea::-ms-clear, -.file::-ms-clear, -.input::-ms-clear, -.textarea::-ms-clear, -.select::-ms-clear, -.tag-input::-ms-clear, -.spinner::-ms-clear { - display: none; -} -input[type=text]::-ms-reveal, -input[type=password]::-ms-reveal, -input[type=tel]::-ms-reveal, -input[type=datetime-local]::-ms-reveal, -input[type=email]::-ms-reveal, -input[type=file]::-ms-reveal, -input[type=month]::-ms-reveal, -input[type=number]::-ms-reveal, -input[type=search]::-ms-reveal, -input[type=time]::-ms-reveal, -input[type=url]::-ms-reveal, -input[type=week]::-ms-reveal, -input[type=file]::-ms-reveal, -select::-ms-reveal, -textarea::-ms-reveal, -.file::-ms-reveal, -.input::-ms-reveal, -.textarea::-ms-reveal, -.select::-ms-reveal, -.tag-input::-ms-reveal, -.spinner::-ms-reveal { - display: none; -} -input[type=text]::-webkit-clear-button, -input[type=password]::-webkit-clear-button, -input[type=tel]::-webkit-clear-button, -input[type=datetime-local]::-webkit-clear-button, -input[type=email]::-webkit-clear-button, -input[type=file]::-webkit-clear-button, -input[type=month]::-webkit-clear-button, -input[type=number]::-webkit-clear-button, -input[type=search]::-webkit-clear-button, -input[type=time]::-webkit-clear-button, -input[type=url]::-webkit-clear-button, -input[type=week]::-webkit-clear-button, -input[type=file]::-webkit-clear-button, -select::-webkit-clear-button, -textarea::-webkit-clear-button, -.file::-webkit-clear-button, -.input::-webkit-clear-button, -.textarea::-webkit-clear-button, -.select::-webkit-clear-button, -.tag-input::-webkit-clear-button, -.spinner::-webkit-clear-button { - display: none; -} -input[type=text]::-webkit-inner-spin-button, -input[type=password]::-webkit-inner-spin-button, -input[type=tel]::-webkit-inner-spin-button, -input[type=datetime-local]::-webkit-inner-spin-button, -input[type=email]::-webkit-inner-spin-button, -input[type=file]::-webkit-inner-spin-button, -input[type=month]::-webkit-inner-spin-button, -input[type=number]::-webkit-inner-spin-button, -input[type=search]::-webkit-inner-spin-button, -input[type=time]::-webkit-inner-spin-button, -input[type=url]::-webkit-inner-spin-button, -input[type=week]::-webkit-inner-spin-button, -input[type=file]::-webkit-inner-spin-button, -select::-webkit-inner-spin-button, -textarea::-webkit-inner-spin-button, -.file::-webkit-inner-spin-button, -.input::-webkit-inner-spin-button, -.textarea::-webkit-inner-spin-button, -.select::-webkit-inner-spin-button, -.tag-input::-webkit-inner-spin-button, -.spinner::-webkit-inner-spin-button { - height: 100%; -} -input[type=text].required, -input[type=password].required, -input[type=tel].required, -input[type=datetime-local].required, -input[type=email].required, -input[type=file].required, -input[type=month].required, -input[type=number].required, -input[type=search].required, -input[type=time].required, -input[type=url].required, -input[type=week].required, -input[type=file].required, -select.required, -textarea.required, -.file.required, -.input.required, -.textarea.required, -.select.required, -.tag-input.required, -.spinner.required { - border: 1px #1ba1e2 dashed !important; -} -input[type=text].required:focus, -input[type=password].required:focus, -input[type=tel].required:focus, -input[type=datetime-local].required:focus, -input[type=email].required:focus, -input[type=file].required:focus, -input[type=month].required:focus, -input[type=number].required:focus, -input[type=search].required:focus, -input[type=time].required:focus, -input[type=url].required:focus, -input[type=week].required:focus, -input[type=file].required:focus, -select.required:focus, -textarea.required:focus, -.file.required:focus, -.input.required:focus, -.textarea.required:focus, -.select.required:focus, -.tag-input.required:focus, -.spinner.required:focus, -input[type=text].required.focused, -input[type=password].required.focused, -input[type=tel].required.focused, -input[type=datetime-local].required.focused, -input[type=email].required.focused, -input[type=file].required.focused, -input[type=month].required.focused, -input[type=number].required.focused, -input[type=search].required.focused, -input[type=time].required.focused, -input[type=url].required.focused, -input[type=week].required.focused, -input[type=file].required.focused, -select.required.focused, -textarea.required.focused, -.file.required.focused, -.input.required.focused, -.textarea.required.focused, -.select.required.focused, -.tag-input.required.focused, -.spinner.required.focused { - -webkit-box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; - box-shadow: 0 0 0 3px rgba(27, 161, 226, 0.45) !important; -} -input[type=text].invalid, -input[type=password].invalid, -input[type=tel].invalid, -input[type=datetime-local].invalid, -input[type=email].invalid, -input[type=file].invalid, -input[type=month].invalid, -input[type=number].invalid, -input[type=search].invalid, -input[type=time].invalid, -input[type=url].invalid, -input[type=week].invalid, -input[type=file].invalid, -select.invalid, -textarea.invalid, -.file.invalid, -.input.invalid, -.textarea.invalid, -.select.invalid, -.tag-input.invalid, -.spinner.invalid { - border: 1px #CE352C solid !important; -} -input[type=text].invalid:focus, -input[type=password].invalid:focus, -input[type=tel].invalid:focus, -input[type=datetime-local].invalid:focus, -input[type=email].invalid:focus, -input[type=file].invalid:focus, -input[type=month].invalid:focus, -input[type=number].invalid:focus, -input[type=search].invalid:focus, -input[type=time].invalid:focus, -input[type=url].invalid:focus, -input[type=week].invalid:focus, -input[type=file].invalid:focus, -select.invalid:focus, -textarea.invalid:focus, -.file.invalid:focus, -.input.invalid:focus, -.textarea.invalid:focus, -.select.invalid:focus, -.tag-input.invalid:focus, -.spinner.invalid:focus, -input[type=text].invalid.focused, -input[type=password].invalid.focused, -input[type=tel].invalid.focused, -input[type=datetime-local].invalid.focused, -input[type=email].invalid.focused, -input[type=file].invalid.focused, -input[type=month].invalid.focused, -input[type=number].invalid.focused, -input[type=search].invalid.focused, -input[type=time].invalid.focused, -input[type=url].invalid.focused, -input[type=week].invalid.focused, -input[type=file].invalid.focused, -select.invalid.focused, -textarea.invalid.focused, -.file.invalid.focused, -.input.invalid.focused, -.textarea.invalid.focused, -.select.invalid.focused, -.tag-input.invalid.focused, -.spinner.invalid.focused { - -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; - box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45) !important; -} -input[type=text].invalid::after, -input[type=password].invalid::after, -input[type=tel].invalid::after, -input[type=datetime-local].invalid::after, -input[type=email].invalid::after, -input[type=file].invalid::after, -input[type=month].invalid::after, -input[type=number].invalid::after, -input[type=search].invalid::after, -input[type=time].invalid::after, -input[type=url].invalid::after, -input[type=week].invalid::after, -input[type=file].invalid::after, -select.invalid::after, -textarea.invalid::after, -.file.invalid::after, -.input.invalid::after, -.textarea.invalid::after, -.select.invalid::after, -.tag-input.invalid::after, -.spinner.invalid::after { - position: absolute; - content: attr(data-exclaim); - color: #CE352C; - left: -16px; - top: 0; - font-size: 1.625rem; - font-weight: bold; -} -input[type=text].valid, -input[type=password].valid, -input[type=tel].valid, -input[type=datetime-local].valid, -input[type=email].valid, -input[type=file].valid, -input[type=month].valid, -input[type=number].valid, -input[type=search].valid, -input[type=time].valid, -input[type=url].valid, -input[type=week].valid, -input[type=file].valid, -select.valid, -textarea.valid, -.file.valid, -.input.valid, -.textarea.valid, -.select.valid, -.tag-input.valid, -.spinner.valid { - border: 1px #60a917 solid !important; -} -input[type=text].valid:focus, -input[type=password].valid:focus, -input[type=tel].valid:focus, -input[type=datetime-local].valid:focus, -input[type=email].valid:focus, -input[type=file].valid:focus, -input[type=month].valid:focus, -input[type=number].valid:focus, -input[type=search].valid:focus, -input[type=time].valid:focus, -input[type=url].valid:focus, -input[type=week].valid:focus, -input[type=file].valid:focus, -select.valid:focus, -textarea.valid:focus, -.file.valid:focus, -.input.valid:focus, -.textarea.valid:focus, -.select.valid:focus, -.tag-input.valid:focus, -.spinner.valid:focus, -input[type=text].valid.focused, -input[type=password].valid.focused, -input[type=tel].valid.focused, -input[type=datetime-local].valid.focused, -input[type=email].valid.focused, -input[type=file].valid.focused, -input[type=month].valid.focused, -input[type=number].valid.focused, -input[type=search].valid.focused, -input[type=time].valid.focused, -input[type=url].valid.focused, -input[type=week].valid.focused, -input[type=file].valid.focused, -select.valid.focused, -textarea.valid.focused, -.file.valid.focused, -.input.valid.focused, -.textarea.valid.focused, -.select.valid.focused, -.tag-input.valid.focused, -.spinner.valid.focused { - -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; - box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45) !important; -} -input[type=button], -input[type=submit], -input[type=reset] { - width: auto; -} -label { - margin-bottom: 0.5rem; -} -.file .prepend, -.input .prepend, -.select .prepend, -.textarea .prepend, -.tag-input .prepend, -.spinner .prepend, -.file .append, -.input .append, -.select .append, -.textarea .append, -.tag-input .append, -.spinner .append { - padding: 0.5rem 0.75rem; - background-color: #f8f8f8; - color: #1d1d1d; - line-height: 1.25rem; - white-space: nowrap; -} -.hidden-input { - width: 1px; - height: 1px; - position: absolute; - top: 0; - left: 0; - opacity: 0; -} -.file:disabled input, -.input:disabled input, -.textarea:disabled input, -.select:disabled input, -.tag-input:disabled input, -.spinner:disabled input, -.tag-input:disabled input, -.rating:disabled input, -.file.disabled input, -.input.disabled input, -.textarea.disabled input, -.select.disabled input, -.tag-input.disabled input, -.spinner.disabled input, -.tag-input.disabled input, -.rating.disabled input, -.file:disabled textarea, -.input:disabled textarea, -.textarea:disabled textarea, -.select:disabled textarea, -.tag-input:disabled textarea, -.spinner:disabled textarea, -.tag-input:disabled textarea, -.rating:disabled textarea, -.file.disabled textarea, -.input.disabled textarea, -.textarea.disabled textarea, -.select.disabled textarea, -.tag-input.disabled textarea, -.spinner.disabled textarea, -.tag-input.disabled textarea, -.rating.disabled textarea, -.file:disabled select, -.input:disabled select, -.textarea:disabled select, -.select:disabled select, -.tag-input:disabled select, -.spinner:disabled select, -.tag-input:disabled select, -.rating:disabled select, -.file.disabled select, -.input.disabled select, -.textarea.disabled select, -.select.disabled select, -.tag-input.disabled select, -.spinner.disabled select, -.tag-input.disabled select, -.rating.disabled select, -.file:disabled .select-input, -.input:disabled .select-input, -.textarea:disabled .select-input, -.select:disabled .select-input, -.tag-input:disabled .select-input, -.spinner:disabled .select-input, -.tag-input:disabled .select-input, -.rating:disabled .select-input, -.file.disabled .select-input, -.input.disabled .select-input, -.textarea.disabled .select-input, -.select.disabled .select-input, -.tag-input.disabled .select-input, -.spinner.disabled .select-input, -.tag-input.disabled .select-input, -.rating.disabled .select-input, -.file:disabled .caption, -.input:disabled .caption, -.textarea:disabled .caption, -.select:disabled .caption, -.tag-input:disabled .caption, -.spinner:disabled .caption, -.tag-input:disabled .caption, -.rating:disabled .caption, -.file.disabled .caption, -.input.disabled .caption, -.textarea.disabled .caption, -.select.disabled .caption, -.tag-input.disabled .caption, -.spinner.disabled .caption, -.tag-input.disabled .caption, -.rating.disabled .caption, -.file:disabled .stars li, -.input:disabled .stars li, -.textarea:disabled .stars li, -.select:disabled .stars li, -.tag-input:disabled .stars li, -.spinner:disabled .stars li, -.tag-input:disabled .stars li, -.rating:disabled .stars li, -.file.disabled .stars li, -.input.disabled .stars li, -.textarea.disabled .stars li, -.select.disabled .stars li, -.tag-input.disabled .stars li, -.spinner.disabled .stars li, -.tag-input.disabled .stars li, -.rating.disabled .stars li { - background: transparent; - color: #989898; -} -.file:disabled .button-group, -.input:disabled .button-group, -.textarea:disabled .button-group, -.select:disabled .button-group, -.tag-input:disabled .button-group, -.spinner:disabled .button-group, -.tag-input:disabled .button-group, -.rating:disabled .button-group, -.file.disabled .button-group, -.input.disabled .button-group, -.textarea.disabled .button-group, -.select.disabled .button-group, -.tag-input.disabled .button-group, -.spinner.disabled .button-group, -.tag-input.disabled .button-group, -.rating.disabled .button-group { - display: none; -} -.invalid_feedback { - font-size: 0.9em; - color: #CE352C; -} -.custom-validation input[required]:valid, -.custom-validation select[required]:valid, -.custom-validation textarea[required]:valid { - border-color: #60a917; -} -.custom-validation input[required]:valid + .invalid_feedback, -.custom-validation select[required]:valid + .invalid_feedback, -.custom-validation textarea[required]:valid + .invalid_feedback { - display: none; -} -.custom-validation input[required]:invalid, -.custom-validation select[required]:invalid, -.custom-validation textarea[required]:invalid { - border-color: #CE352C; -} -.custom-validation input[required]:invalid + .invalid_feedback, -.custom-validation select[required]:invalid + .invalid_feedback, -.custom-validation textarea[required]:invalid + .invalid_feedback { - display: block; -} -.invalid_feedback { - display: none; -} -.invalid + .invalid_feedback, -.invalid > .invalid_feedback { - display: block !important; -} -::-webkit-search-cancel-button { - -webkit-appearance: none; -} -::-webkit-search-results-button { - -webkit-appearance: none; -} -input[type=search] { - -webkit-appearance: none; -} -input:-webkit-autofill, -input:-webkit-autofill:hover, -input:-webkit-autofill:focus, -input:-webkit-autofill:active { - -webkit-box-shadow: 0 0 0 1000px white inset; - background-color: #ffffff !important; - -webkit-transition: background-color 5000s ease-in-out 0s; - -o-transition: background-color 5000s ease-in-out 0s; - transition: background-color 5000s ease-in-out 0s; -} -::-webkit-input-placeholder { - font-size: 14px; -} -::-moz-placeholder { - font-size: 14px; -} -:-moz-placeholder { - font-size: 14px; -} -:-ms-input-placeholder { - font-size: 14px; -} -.step-list { - margin: 0 0 0 3em; - padding: 0; - list-style-type: none; - counter-reset: li; -} -.step-list > li { - border-left: 1px #ccc solid; - position: relative; - padding: 0 0.625rem; - margin: 0.625rem; - vertical-align: top; -} -.step-list > li::before { - position: absolute; - content: counter(li); - counter-increment: li; - font-size: 2rem; - color: #e4e4e4; - left: 0; - top: 0.3125rem; - margin-left: -2em; - width: 1.8em; - text-align: right; -} -.custom-list-marker { - list-style: none inside; -} -.custom-list-marker li { - position: relative; - padding-left: 1.2em; -} -.custom-list-marker li::before { - content: attr(data-marker); - position: absolute; - left: 0; - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.items-list, -.feed-list { - margin: 0; - padding: 4px; - position: relative; - display: block; - list-style: none inside; -} -.items-list .item, -.feed-list .item, -.items-list > li, -.feed-list > li { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-orient: vertical; - -webkit-box-direction: normal; - -ms-flex-flow: column; - flex-flow: column; - -webkit-box-pack: center; - -ms-flex-pack: center; - justify-content: center; - position: relative; - height: 56px; - padding: 8px 16px; - vertical-align: middle; - overflow: hidden; - cursor: default; -} -.items-list .item .avatar, -.feed-list .item .avatar, -.items-list > li .avatar, -.feed-list > li .avatar { - width: 42px; - height: 42px; - border-radius: 50%; - position: absolute; - left: 16px; - top: 50%; - margin-top: -21px; - font-size: 32px; - line-height: 42px; -} -.items-list .item .second-action, -.feed-list .item .second-action, -.items-list > li .second-action, -.feed-list > li .second-action { - position: absolute; - right: 16px; - width: 24px; - height: 24px; - font-size: 24px; - line-height: 24px; - top: 50%; - margin-top: -12px; - cursor: pointer; -} -.items-list .item .label, -.feed-list .item .label, -.items-list > li .label, -.feed-list > li .label, -.items-list .item .second-label, -.feed-list .item .second-label, -.items-list > li .second-label, -.feed-list > li .second-label { - display: block; -} -.items-list .item .label, -.feed-list .item .label, -.items-list > li .label, -.feed-list > li .label { - line-height: 1; -} -.items-list .item .second-label, -.feed-list .item .second-label, -.items-list > li .second-label, -.feed-list > li .second-label { - font-size: 0.9em; - color: #989898; - line-height: 1; -} -.items-list .item .avatar ~ .label, -.feed-list .item .avatar ~ .label, -.items-list > li .avatar ~ .label, -.feed-list > li .avatar ~ .label, -.items-list .item .avatar ~ .second-label, -.feed-list .item .avatar ~ .second-label, -.items-list > li .avatar ~ .second-label, -.feed-list > li .avatar ~ .second-label { - padding-left: 56px; -} -.items-list .item + .item, -.feed-list .item + .item { - border-top: 1px #dfdfdf solid; -} -.items-list > li + li, -.feed-list > li + li { - border-top: 1px #dfdfdf solid; -} -.feed-list .title { - padding: 0 16px; - font-size: 18px; - font-weight: 500; - height: 36px; - line-height: 36px; - display: block; -} -.feed-list .item + .title, -.feed-list li + .title { - margin-top: 32px; -} -.feed-list .title + .item, -.feed-list .title + li, -.feed-list li + .title { - border-top: 1px transparent solid; -} -.feed-list .item, -.feed-list > li { - height: 104px; - padding: 16px 0; - -ms-flex-pack: distribute; - justify-content: space-around; -} -.feed-list .item .avatar, -.feed-list > li .avatar { - position: absolute; - top: 16px; - left: 16px; - width: 96px; - height: 72px; - border-radius: 0; - margin-top: 0; -} -.feed-list .item .second-label, -.feed-list > li .second-label { - font-size: 10px; -} -.feed-list .item .avatar ~ .label, -.feed-list > li .avatar ~ .label, -.feed-list .item .avatar ~ .second-label, -.feed-list > li .avatar ~ .second-label { - margin-left: 128px; - margin-right: 16px; - padding-left: 0; -} -.feed-list .item .avatar.on-right, -.feed-list > li .avatar.on-right { - float: none; - left: auto; - right: 16px; -} -.feed-list .item .avatar.on-right ~ .label, -.feed-list > li .avatar.on-right ~ .label, -.feed-list .item .avatar.on-right ~ .second-label, -.feed-list > li .avatar.on-right ~ .second-label { - margin-left: 16px; - margin-right: 128px; -} -.group-list { - margin: 0; - position: relative; - display: block; - list-style: none inside; - border: 1px solid #dfdfdf; -} -.group-list .item, -.group-list > li { - display: block; - position: relative; - padding: 4px 8px; -} -.group-list .item + .item, -.group-list > li + li { - border-top: 1px solid #dfdfdf; -} -.group-list.horizontal { - display: -webkit-box; - display: -ms-flexbox; - display: flex; - -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; - -webkit-box-align: center; - -ms-flex-align: center; - align-items: center; -} -.group-list.horizontal .item, -.group-list.horizontal > li { - -ms-flex-preferred-size: 100%; - flex-basis: 100%; -} -.group-list.horizontal .item + .item, -.group-list.horizontal > li + li { - border-top: none; - border-left: 1px solid #dfdfdf; -} -.inline-list { - list-style: none; - padding-left: 0; - margin-left: 0; -} -.inline-list li { - display: inline-block; - margin-right: 0.625rem; -} -.inline-list li:last-child { - margin-right: 0; -} -.unstyled-list { - list-style: none inside; - margin-left: 0; -} -ol.decimal { - list-style-type: decimal; -} -ol.roman-upper { - list-style-type: upper-roman; -} -ol.roman-lower { - list-style-type: lower-roman; -} -ol.alpha-upper { - list-style-type: upper-alpha; -} -ol.alpha-lower { - list-style-type: lower-alpha; -} -ol.latin-upper { - list-style-type: upper-latin; -} -ol.latin-lower { - list-style-type: lower-latin; -} -.no-style { - list-style-type: none; -} -.overlay { - position: fixed; - left: 0; - top: 0; - right: 0; - bottom: 0; - background-color: rgba(255, 255, 255, 0.5); - z-index: 1040; -} -.overlay.transparent { - background-color: rgba(255, 255, 255, 0); -} -.global-overlay { - z-index: 2000 !important; -} -.global-dialog { - z-index: 2001 !important; -} -.fixed-top, -.fixed-bottom { - position: fixed; - left: 0; - right: 0; - width: 100%; -} -.fixed-top { - top: 0; - bottom: auto; -} -.fixed-bottom { - top: auto; - bottom: 0; -} -.pos-relative { - position: relative!important; -} -.pos-absolute { - position: absolute!important; -} -.pos-static { - position: static!important; -} -.pos-fixed { - position: fixed!important; -} -.put-n { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); -} -.put-nw { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.put-ne { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); -} -.put-wn { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.put-w { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); -} -.put-ws { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); -} -.put-en { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.put-e { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); -} -.put-es { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); -} -.put-s { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; -} -.put-sw { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); -} -.put-se { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; -} -.put-left { - left: 0!important; - right: auto!important; -} -.put-right { - left: auto!important; - right: 0!important; -} -.pos-top-left { - top: 0!important; - left: 0!important; - right: auto!important; - bottom: auto!important; -} -.pos-top-center { - top: 0!important; - left: 50%!important; - right: auto!important; - bottom: auto!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); -} -.pos-top-right { - right: 0!important; - top: 0!important; - left: auto!important; - bottom: auto!important; -} -.pos-bottom-left { - top: auto!important; - right: auto!important; - left: 0!important; - bottom: 0!important; -} -.pos-bottom-center { - top: auto!important; - left: 50%!important; - bottom: 0!important; - right: auto!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); -} -.pos-bottom-right { - bottom: 0!important; - right: 0!important; - top: auto!important; - left: auto!important; -} -.pos-left-center { - left: 0!important; - top: 50%!important; - bottom: auto!important; - right: auto!important; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.pos-right-center { - right: 0; - top: 50%; - bottom: auto; - left: auto; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); -} -.pos-center { - top: 50%!important; - left: 50%!important; - bottom: auto!important; - right: auto!important; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); -} -.z-absolute { - z-index: 500 !important; -} -.z-dropdown { - z-index: 1000 !important; -} -.z-sticky { - z-index: 1020 !important; -} -.z-fixed { - z-index: 1030 !important; -} -.z-modal-backdrop { - z-index: 1040 !important; -} -.z-modal { - z-index: 1050 !important; -} -.z-popover { - z-index: 1060 !important; -} -.z-tooltip { - z-index: 1070 !important; -} -.z-top { - z-index: 1080 !important; -} -.z-notify { - z-index: 1085 !important; -} -.z-charms { - z-index: 1090 !important; -} -.z-overlay { - z-index: 2000 !important; -} -.z-fullscreen { - z-index: 2147483647 !important; -} -.z-1 { - z-index: 1!important; -} -.z-2 { - z-index: 2!important; -} -.z-3 { - z-index: 3!important; -} -.z-4 { - z-index: 4!important; -} -.z-5 { - z-index: 5!important; -} -.z-6 { - z-index: 6!important; -} -.z-7 { - z-index: 7!important; -} -.z-8 { - z-index: 8!important; -} -.z-9 { - z-index: 9!important; -} -.z-10 { - z-index: 10!important; -} -@media screen and (min-width: 0) { - .pos-relative-fs { - position: relative!important; - } - .pos-absolute-fs { - position: absolute!important; - } - .pos-static-fs { - position: static!important; - } - .pos-fixed-fs { - position: fixed!important; - } - .put-left-fs { - left: 0!important; - right: auto!important; - } - .put-right-fs { - left: auto!important; - right: 0!important; - } - .put-n-fs { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-fs { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-fs { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-fs { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-fs { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-fs { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-fs { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-fs { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-fs { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-fs { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-fs { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-fs { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 576px) { - .pos-relative-sm { - position: relative!important; - } - .pos-absolute-sm { - position: absolute!important; - } - .pos-static-sm { - position: static!important; - } - .pos-fixed-sm { - position: fixed!important; - } - .put-left-sm { - left: 0!important; - right: auto!important; - } - .put-right-sm { - left: auto!important; - right: 0!important; - } - .put-n-sm { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-sm { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-sm { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-sm { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-sm { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-sm { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-sm { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-sm { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-sm { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-sm { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-sm { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-sm { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 768px) { - .pos-relative-md { - position: relative!important; - } - .pos-absolute-md { - position: absolute!important; - } - .pos-static-md { - position: static!important; - } - .pos-fixed-md { - position: fixed!important; - } - .put-left-md { - left: 0!important; - right: auto!important; - } - .put-right-md { - left: auto!important; - right: 0!important; - } - .put-n-md { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-md { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-md { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-md { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-md { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-md { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-md { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-md { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-md { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-md { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-md { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-md { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 992px) { - .pos-relative-lg { - position: relative!important; - } - .pos-absolute-lg { - position: absolute!important; - } - .pos-static-lg { - position: static!important; - } - .pos-fixed-lg { - position: fixed!important; - } - .put-left-lg { - left: 0!important; - right: auto!important; - } - .put-right-lg { - left: auto!important; - right: 0!important; - } - .put-n-lg { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-lg { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-lg { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-lg { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-lg { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-lg { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-lg { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-lg { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-lg { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-lg { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-lg { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-lg { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 1200px) { - .pos-relative-xl { - position: relative!important; - } - .pos-absolute-xl { - position: absolute!important; - } - .pos-static-xl { - position: static!important; - } - .pos-fixed-xl { - position: fixed!important; - } - .put-left-xl { - left: 0!important; - right: auto!important; - } - .put-right-xl { - left: auto!important; - right: 0!important; - } - .put-n-xl { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-xl { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-xl { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-xl { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-xl { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-xl { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-xl { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-xl { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-xl { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-xl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-xl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-xl { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -@media screen and (min-width: 1452px) { - .pos-relative-xxl { - position: relative!important; - } - .pos-absolute-xxl { - position: absolute!important; - } - .pos-static-xxl { - position: static!important; - } - .pos-fixed-xxl { - position: fixed!important; - } - .put-left-xxl { - left: 0!important; - right: auto!important; - } - .put-right-xxl { - left: auto!important; - right: 0!important; - } - .put-n-xxl { - right: auto!important; - bottom: auto!important; - left: 50%!important; - top: 0!important; - -webkit-transform: translateX(-50%) translateY(-100%); - -ms-transform: translateX(-50%) translateY(-100%); - transform: translateX(-50%) translateY(-100%); - } - .put-nw-xxl { - right: auto!important; - bottom: auto!important; - left: 0!important; - top: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-ne-xxl { - left: auto!important; - bottom: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateY(-100%); - -ms-transform: translateY(-100%); - transform: translateY(-100%); - } - .put-wn-xxl { - bottom: auto!important; - right: auto!important; - top: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-w-xxl { - bottom: auto!important; - right: auto!important; - top: 50%!important; - left: 0!important; - -webkit-transform: translateX(-100%) translateY(-50%); - -ms-transform: translateX(-100%) translateY(-50%); - transform: translateX(-100%) translateY(-50%); - } - .put-ws-xxl { - top: auto!important; - right: auto!important; - bottom: 0!important; - left: 0!important; - -webkit-transform: translateX(-100%); - -ms-transform: translateX(-100%); - transform: translateX(-100%); - } - .put-en-xxl { - bottom: auto!important; - left: auto!important; - top: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-e-xxl { - bottom: auto!important; - left: auto!important; - top: 50%!important; - right: 0!important; - -webkit-transform: translateX(100%) translateY(-50%); - -ms-transform: translateX(100%) translateY(-50%); - transform: translateX(100%) translateY(-50%); - } - .put-es-xxl { - top: auto!important; - left: auto!important; - bottom: 0!important; - right: 0!important; - -webkit-transform: translateX(100%); - -ms-transform: translateX(100%); - transform: translateX(100%); - } - .put-s-xxl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 0!important; - } - .put-sw-xxl { - bottom: auto!important; - right: auto!important; - top: 100%!important; - left: 50%!important; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); - } - .put-se-xxl { - bottom: auto!important; - left: auto!important; - top: 100%!important; - right: 0!important; - } -} -.no-shadow { - -webkit-box-shadow: none!important; - box-shadow: none!important; -} -.no-shadow-text { - text-shadow: none!important; -} -.simple-shadow { - -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); - box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4); -} -.drop-shadow { - -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); - box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.4); -} -.win-shadow { - -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); - box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); -} -.ribbon-shadow { - -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); - box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); -} -.shadow-1 { - -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); - box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); -} -.shadow-2 { - -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); -} -.shadow-3 { - -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); - box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); -} -.shadow-4 { - -webkit-box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); - box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22); -} -.shadow-5 { - -webkit-box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 40px 77px 0 rgba(0, 0, 0, 0.22), 0 27px 24px 0 rgba(0, 0, 0, 0.2); -} -.w-auto { - width: auto!important; -} -.h-auto { - height: auto!important; -} -.w-fs { - width: 0 !important; -} -.w-sm { - width: 576px !important; -} -.w-md { - width: 768px !important; -} -.w-lg { - width: 992px !important; -} -.w-xl { - width: 1200px !important; -} -.w-xxl { - width: 1452px !important; -} -.h-vh-25 { - height: 25vh !important; -} -.h-vw-25 { - height: 25vw !important; -} -.w-vh-25 { - width: 25vh !important; -} -.w-vw-25 { - width: 25vw !important; -} -.h-25 { - height: 25% !important; -} -.w-25 { - width: 25% !important; -} -.mh-25 { - max-height: 25% !important; -} -.mw-25 { - max-width: 25% !important; -} -.h-vh-33 { - height: 33vh !important; -} -.h-vw-33 { - height: 33vw !important; -} -.w-vh-33 { - width: 33vh !important; -} -.w-vw-33 { - width: 33vw !important; -} -.h-33 { - height: 33% !important; -} -.w-33 { - width: 33% !important; -} -.mh-33 { - max-height: 33% !important; -} -.mw-33 { - max-width: 33% !important; -} -.h-vh-50 { - height: 50vh !important; -} -.h-vw-50 { - height: 50vw !important; -} -.w-vh-50 { - width: 50vh !important; -} -.w-vw-50 { - width: 50vw !important; -} -.h-50 { - height: 50% !important; -} -.w-50 { - width: 50% !important; -} -.mh-50 { - max-height: 50% !important; -} -.mw-50 { - max-width: 50% !important; -} -.h-vh-75 { - height: 75vh !important; -} -.h-vw-75 { - height: 75vw !important; -} -.w-vh-75 { - width: 75vh !important; -} -.w-vw-75 { - width: 75vw !important; -} -.h-75 { - height: 75% !important; -} -.w-75 { - width: 75% !important; -} -.mh-75 { - max-height: 75% !important; -} -.mw-75 { - max-width: 75% !important; -} -.h-vh-100 { - height: 100vh !important; -} -.h-vw-100 { - height: 100vw !important; -} -.w-vh-100 { - width: 100vh !important; -} -.w-vw-100 { - width: 100vw !important; -} -.h-100 { - height: 100% !important; -} -.w-100 { - width: 100% !important; -} -.mh-100 { - max-height: 100% !important; -} -.mw-100 { - max-width: 100% !important; -} -@media screen and (min-width: 0) { - .w-auto-fs { - width: auto!important; - } - .h-auto-fs { - height: auto!important; - } - .h-vh-25-fs { - height: 25vh !important; - } - .h-vw-25-fs { - height: 25vw !important; - } - .w-vh-25-fs { - width: 25vh !important; - } - .w-vw-25-fs { - width: 25vw !important; - } - .h-25-fs { - height: 25% !important; - } - .w-25-fs { - width: 25% !important; - } - .mh-25-fs { - max-height: 25% !important; - } - .mw-25-fs { - max-width: 25% !important; - } - .h-vh-33-fs { - height: 33vh !important; - } - .h-vw-33-fs { - height: 33vw !important; - } - .w-vh-33-fs { - width: 33vh !important; - } - .w-vw-33-fs { - width: 33vw !important; - } - .h-33-fs { - height: 33% !important; - } - .w-33-fs { - width: 33% !important; - } - .mh-33-fs { - max-height: 33% !important; - } - .mw-33-fs { - max-width: 33% !important; - } - .h-vh-50-fs { - height: 50vh !important; - } - .h-vw-50-fs { - height: 50vw !important; - } - .w-vh-50-fs { - width: 50vh !important; - } - .w-vw-50-fs { - width: 50vw !important; - } - .h-50-fs { - height: 50% !important; - } - .w-50-fs { - width: 50% !important; - } - .mh-50-fs { - max-height: 50% !important; - } - .mw-50-fs { - max-width: 50% !important; - } - .h-vh-75-fs { - height: 75vh !important; - } - .h-vw-75-fs { - height: 75vw !important; - } - .w-vh-75-fs { - width: 75vh !important; - } - .w-vw-75-fs { - width: 75vw !important; - } - .h-75-fs { - height: 75% !important; - } - .w-75-fs { - width: 75% !important; - } - .mh-75-fs { - max-height: 75% !important; - } - .mw-75-fs { - max-width: 75% !important; - } - .h-vh-100-fs { - height: 100vh !important; - } - .h-vw-100-fs { - height: 100vw !important; - } - .w-vh-100-fs { - width: 100vh !important; - } - .w-vw-100-fs { - width: 100vw !important; - } - .h-100-fs { - height: 100% !important; - } - .w-100-fs { - width: 100% !important; - } - .mh-100-fs { - max-height: 100% !important; - } - .mw-100-fs { - max-width: 100% !important; - } -} -@media screen and (min-width: 576px) { - .w-auto-sm { - width: auto!important; - } - .h-auto-sm { - height: auto!important; - } - .h-vh-25-sm { - height: 25vh !important; - } - .h-vw-25-sm { - height: 25vw !important; - } - .w-vh-25-sm { - width: 25vh !important; - } - .w-vw-25-sm { - width: 25vw !important; - } - .h-25-sm { - height: 25% !important; - } - .w-25-sm { - width: 25% !important; - } - .mh-25-sm { - max-height: 25% !important; - } - .mw-25-sm { - max-width: 25% !important; - } - .h-vh-33-sm { - height: 33vh !important; - } - .h-vw-33-sm { - height: 33vw !important; - } - .w-vh-33-sm { - width: 33vh !important; - } - .w-vw-33-sm { - width: 33vw !important; - } - .h-33-sm { - height: 33% !important; - } - .w-33-sm { - width: 33% !important; - } - .mh-33-sm { - max-height: 33% !important; - } - .mw-33-sm { - max-width: 33% !important; - } - .h-vh-50-sm { - height: 50vh !important; - } - .h-vw-50-sm { - height: 50vw !important; - } - .w-vh-50-sm { - width: 50vh !important; - } - .w-vw-50-sm { - width: 50vw !important; - } - .h-50-sm { - height: 50% !important; - } - .w-50-sm { - width: 50% !important; - } - .mh-50-sm { - max-height: 50% !important; - } - .mw-50-sm { - max-width: 50% !important; - } - .h-vh-75-sm { - height: 75vh !important; - } - .h-vw-75-sm { - height: 75vw !important; - } - .w-vh-75-sm { - width: 75vh !important; - } - .w-vw-75-sm { - width: 75vw !important; - } - .h-75-sm { - height: 75% !important; - } - .w-75-sm { - width: 75% !important; - } - .mh-75-sm { - max-height: 75% !important; - } - .mw-75-sm { - max-width: 75% !important; - } - .h-vh-100-sm { - height: 100vh !important; - } - .h-vw-100-sm { - height: 100vw !important; - } - .w-vh-100-sm { - width: 100vh !important; - } - .w-vw-100-sm { - width: 100vw !important; - } - .h-100-sm { - height: 100% !important; - } - .w-100-sm { - width: 100% !important; - } - .mh-100-sm { - max-height: 100% !important; - } - .mw-100-sm { - max-width: 100% !important; - } -} -@media screen and (min-width: 768px) { - .w-auto-md { - width: auto!important; - } - .h-auto-md { - height: auto!important; - } - .h-vh-25-md { - height: 25vh !important; - } - .h-vw-25-md { - height: 25vw !important; - } - .w-vh-25-md { - width: 25vh !important; - } - .w-vw-25-md { - width: 25vw !important; - } - .h-25-md { - height: 25% !important; - } - .w-25-md { - width: 25% !important; - } - .mh-25-md { - max-height: 25% !important; - } - .mw-25-md { - max-width: 25% !important; - } - .h-vh-33-md { - height: 33vh !important; - } - .h-vw-33-md { - height: 33vw !important; - } - .w-vh-33-md { - width: 33vh !important; - } - .w-vw-33-md { - width: 33vw !important; - } - .h-33-md { - height: 33% !important; - } - .w-33-md { - width: 33% !important; - } - .mh-33-md { - max-height: 33% !important; - } - .mw-33-md { - max-width: 33% !important; - } - .h-vh-50-md { - height: 50vh !important; - } - .h-vw-50-md { - height: 50vw !important; - } - .w-vh-50-md { - width: 50vh !important; - } - .w-vw-50-md { - width: 50vw !important; - } - .h-50-md { - height: 50% !important; - } - .w-50-md { - width: 50% !important; - } - .mh-50-md { - max-height: 50% !important; - } - .mw-50-md { - max-width: 50% !important; - } - .h-vh-75-md { - height: 75vh !important; - } - .h-vw-75-md { - height: 75vw !important; - } - .w-vh-75-md { - width: 75vh !important; - } - .w-vw-75-md { - width: 75vw !important; - } - .h-75-md { - height: 75% !important; - } - .w-75-md { - width: 75% !important; - } - .mh-75-md { - max-height: 75% !important; - } - .mw-75-md { - max-width: 75% !important; - } - .h-vh-100-md { - height: 100vh !important; - } - .h-vw-100-md { - height: 100vw !important; - } - .w-vh-100-md { - width: 100vh !important; - } - .w-vw-100-md { - width: 100vw !important; - } - .h-100-md { - height: 100% !important; - } - .w-100-md { - width: 100% !important; - } - .mh-100-md { - max-height: 100% !important; - } - .mw-100-md { - max-width: 100% !important; - } -} -@media screen and (min-width: 992px) { - .w-auto-lg { - width: auto!important; - } - .h-auto-lg { - height: auto!important; - } - .h-vh-25-lg { - height: 25vh !important; - } - .h-vw-25-lg { - height: 25vw !important; - } - .w-vh-25-lg { - width: 25vh !important; - } - .w-vw-25-lg { - width: 25vw !important; - } - .h-25-lg { - height: 25% !important; - } - .w-25-lg { - width: 25% !important; - } - .mh-25-lg { - max-height: 25% !important; - } - .mw-25-lg { - max-width: 25% !important; - } - .h-vh-33-lg { - height: 33vh !important; - } - .h-vw-33-lg { - height: 33vw !important; - } - .w-vh-33-lg { - width: 33vh !important; - } - .w-vw-33-lg { - width: 33vw !important; - } - .h-33-lg { - height: 33% !important; - } - .w-33-lg { - width: 33% !important; - } - .mh-33-lg { - max-height: 33% !important; - } - .mw-33-lg { - max-width: 33% !important; - } - .h-vh-50-lg { - height: 50vh !important; - } - .h-vw-50-lg { - height: 50vw !important; - } - .w-vh-50-lg { - width: 50vh !important; - } - .w-vw-50-lg { - width: 50vw !important; - } - .h-50-lg { - height: 50% !important; - } - .w-50-lg { - width: 50% !important; - } - .mh-50-lg { - max-height: 50% !important; - } - .mw-50-lg { - max-width: 50% !important; - } - .h-vh-75-lg { - height: 75vh !important; - } - .h-vw-75-lg { - height: 75vw !important; - } - .w-vh-75-lg { - width: 75vh !important; - } - .w-vw-75-lg { - width: 75vw !important; - } - .h-75-lg { - height: 75% !important; - } - .w-75-lg { - width: 75% !important; - } - .mh-75-lg { - max-height: 75% !important; - } - .mw-75-lg { - max-width: 75% !important; - } - .h-vh-100-lg { - height: 100vh !important; - } - .h-vw-100-lg { - height: 100vw !important; - } - .w-vh-100-lg { - width: 100vh !important; - } - .w-vw-100-lg { - width: 100vw !important; - } - .h-100-lg { - height: 100% !important; - } - .w-100-lg { - width: 100% !important; - } - .mh-100-lg { - max-height: 100% !important; - } - .mw-100-lg { - max-width: 100% !important; - } -} -@media screen and (min-width: 1200px) { - .w-auto-xl { - width: auto!important; - } - .h-auto-xl { - height: auto!important; - } - .h-vh-25-xl { - height: 25vh !important; - } - .h-vw-25-xl { - height: 25vw !important; - } - .w-vh-25-xl { - width: 25vh !important; - } - .w-vw-25-xl { - width: 25vw !important; - } - .h-25-xl { - height: 25% !important; - } - .w-25-xl { - width: 25% !important; - } - .mh-25-xl { - max-height: 25% !important; - } - .mw-25-xl { - max-width: 25% !important; - } - .h-vh-33-xl { - height: 33vh !important; - } - .h-vw-33-xl { - height: 33vw !important; - } - .w-vh-33-xl { - width: 33vh !important; - } - .w-vw-33-xl { - width: 33vw !important; - } - .h-33-xl { - height: 33% !important; - } - .w-33-xl { - width: 33% !important; - } - .mh-33-xl { - max-height: 33% !important; - } - .mw-33-xl { - max-width: 33% !important; - } - .h-vh-50-xl { - height: 50vh !important; - } - .h-vw-50-xl { - height: 50vw !important; - } - .w-vh-50-xl { - width: 50vh !important; - } - .w-vw-50-xl { - width: 50vw !important; - } - .h-50-xl { - height: 50% !important; - } - .w-50-xl { - width: 50% !important; - } - .mh-50-xl { - max-height: 50% !important; - } - .mw-50-xl { - max-width: 50% !important; - } - .h-vh-75-xl { - height: 75vh !important; - } - .h-vw-75-xl { - height: 75vw !important; - } - .w-vh-75-xl { - width: 75vh !important; - } - .w-vw-75-xl { - width: 75vw !important; - } - .h-75-xl { - height: 75% !important; - } - .w-75-xl { - width: 75% !important; - } - .mh-75-xl { - max-height: 75% !important; - } - .mw-75-xl { - max-width: 75% !important; - } - .h-vh-100-xl { - height: 100vh !important; - } - .h-vw-100-xl { - height: 100vw !important; - } - .w-vh-100-xl { - width: 100vh !important; - } - .w-vw-100-xl { - width: 100vw !important; - } - .h-100-xl { - height: 100% !important; - } - .w-100-xl { - width: 100% !important; - } - .mh-100-xl { - max-height: 100% !important; - } - .mw-100-xl { - max-width: 100% !important; - } -} -@media screen and (min-width: 1452px) { - .w-auto-xxl { - width: auto!important; - } - .h-auto-xxl { - height: auto!important; - } - .h-vh-25-xxl { - height: 25vh !important; - } - .h-vw-25-xxl { - height: 25vw !important; - } - .w-vh-25-xxl { - width: 25vh !important; - } - .w-vw-25-xxl { - width: 25vw !important; - } - .h-25-xxl { - height: 25% !important; - } - .w-25-xxl { - width: 25% !important; - } - .mh-25-xxl { - max-height: 25% !important; - } - .mw-25-xxl { - max-width: 25% !important; - } - .h-vh-33-xxl { - height: 33vh !important; - } - .h-vw-33-xxl { - height: 33vw !important; - } - .w-vh-33-xxl { - width: 33vh !important; - } - .w-vw-33-xxl { - width: 33vw !important; - } - .h-33-xxl { - height: 33% !important; - } - .w-33-xxl { - width: 33% !important; - } - .mh-33-xxl { - max-height: 33% !important; - } - .mw-33-xxl { - max-width: 33% !important; - } - .h-vh-50-xxl { - height: 50vh !important; - } - .h-vw-50-xxl { - height: 50vw !important; - } - .w-vh-50-xxl { - width: 50vh !important; - } - .w-vw-50-xxl { - width: 50vw !important; - } - .h-50-xxl { - height: 50% !important; - } - .w-50-xxl { - width: 50% !important; - } - .mh-50-xxl { - max-height: 50% !important; - } - .mw-50-xxl { - max-width: 50% !important; - } - .h-vh-75-xxl { - height: 75vh !important; - } - .h-vw-75-xxl { - height: 75vw !important; - } - .w-vh-75-xxl { - width: 75vh !important; - } - .w-vw-75-xxl { - width: 75vw !important; - } - .h-75-xxl { - height: 75% !important; - } - .w-75-xxl { - width: 75% !important; - } - .mh-75-xxl { - max-height: 75% !important; - } - .mw-75-xxl { - max-width: 75% !important; - } - .h-vh-100-xxl { - height: 100vh !important; - } - .h-vw-100-xxl { - height: 100vw !important; - } - .w-vh-100-xxl { - width: 100vh !important; - } - .w-vw-100-xxl { - width: 100vw !important; - } - .h-100-xxl { - height: 100% !important; - } - .w-100-xxl { - width: 100% !important; - } - .mh-100-xxl { - max-height: 100% !important; - } - .mw-100-xxl { - max-width: 100% !important; - } -} -.mx-auto { - margin-left: auto!important; - margin-right: auto!important; -} -.my-auto { - margin-top: auto!important; - margin-left: auto!important; -} -.ml-auto { - margin-left: auto!important; -} -.mr-auto { - margin-right: auto!important; -} -.mt-auto { - margin-top: auto!important; -} -.mb-auto { - margin-bottom: auto!important; -} -.p-0 { - padding: 0!important; -} -.pl-0 { - padding-left: 0!important; -} -.pr-0 { - padding-right: 0!important; -} -.pt-0 { - padding-top: 0!important; -} -.pb-0 { - padding-bottom: 0!important; -} -.px-0 { - padding-left: 0!important; - padding-right: 0!important; -} -.py-0 { - padding-top: 0!important; - padding-bottom: 0!important; -} -.m-0 { - margin: 0!important; -} -.ml-0 { - margin-left: 0!important; -} -.mr-0 { - margin-right: 0!important; -} -.mt-0 { - margin-top: 0!important; -} -.mb-0 { - margin-bottom: 0!important; -} -.mx-0 { - margin-left: 0!important; - margin-right: 0!important; -} -.my-0 { - margin-top: 0!important; - margin-bottom: 0!important; -} -.p-1 { - padding: 4px !important; -} -.pr-1 { - padding-right: 4px !important; -} -.pl-1 { - padding-left: 4px !important; -} -.pt-1 { - padding-top: 4px !important; -} -.pb-1 { - padding-bottom: 4px !important; -} -.px-1 { - padding-left: 4px !important; - padding-right: 4px !important; -} -.py-1 { - padding-top: 4px !important; - padding-bottom: 4px !important; -} -.m-1 { - margin: 4px !important; -} -.mr-1 { - margin-right: 4px !important; -} -.ml-1 { - margin-left: 4px !important; -} -.mt-1 { - margin-top: 4px !important; -} -.mb-1 { - margin-bottom: 4px !important; -} -.mx-1 { - margin-left: 4px !important; - margin-right: 4px !important; -} -.my-1 { - margin-top: 4px !important; - margin-bottom: 4px !important; -} -.mr-1-minus { - margin-right: -4px !important; -} -.ml-1-minus { - margin-left: -4px !important; -} -.mt-1-minus { - margin-top: -4px !important; -} -.mb-1-minus { - margin-bottom: -4px !important; -} -.p-2 { - padding: 8px !important; -} -.pr-2 { - padding-right: 8px !important; -} -.pl-2 { - padding-left: 8px !important; -} -.pt-2 { - padding-top: 8px !important; -} -.pb-2 { - padding-bottom: 8px !important; -} -.px-2 { - padding-left: 8px !important; - padding-right: 8px !important; -} -.py-2 { - padding-top: 8px !important; - padding-bottom: 8px !important; -} -.m-2 { - margin: 8px !important; -} -.mr-2 { - margin-right: 8px !important; -} -.ml-2 { - margin-left: 8px !important; -} -.mt-2 { - margin-top: 8px !important; -} -.mb-2 { - margin-bottom: 8px !important; -} -.mx-2 { - margin-left: 8px !important; - margin-right: 8px !important; -} -.my-2 { - margin-top: 8px !important; - margin-bottom: 8px !important; -} -.mr-2-minus { - margin-right: -8px !important; -} -.ml-2-minus { - margin-left: -8px !important; -} -.mt-2-minus { - margin-top: -8px !important; -} -.mb-2-minus { - margin-bottom: -8px !important; -} -.p-3 { - padding: 12px !important; -} -.pr-3 { - padding-right: 12px !important; -} -.pl-3 { - padding-left: 12px !important; -} -.pt-3 { - padding-top: 12px !important; -} -.pb-3 { - padding-bottom: 12px !important; -} -.px-3 { - padding-left: 12px !important; - padding-right: 12px !important; -} -.py-3 { - padding-top: 12px !important; - padding-bottom: 12px !important; -} -.m-3 { - margin: 12px !important; -} -.mr-3 { - margin-right: 12px !important; -} -.ml-3 { - margin-left: 12px !important; -} -.mt-3 { - margin-top: 12px !important; -} -.mb-3 { - margin-bottom: 12px !important; -} -.mx-3 { - margin-left: 12px !important; - margin-right: 12px !important; -} -.my-3 { - margin-top: 12px !important; - margin-bottom: 12px !important; -} -.mr-3-minus { - margin-right: -12px !important; -} -.ml-3-minus { - margin-left: -12px !important; -} -.mt-3-minus { - margin-top: -12px !important; -} -.mb-3-minus { - margin-bottom: -12px !important; -} -.p-4 { - padding: 16px !important; -} -.pr-4 { - padding-right: 16px !important; -} -.pl-4 { - padding-left: 16px !important; -} -.pt-4 { - padding-top: 16px !important; -} -.pb-4 { - padding-bottom: 16px !important; -} -.px-4 { - padding-left: 16px !important; - padding-right: 16px !important; -} -.py-4 { - padding-top: 16px !important; - padding-bottom: 16px !important; -} -.m-4 { - margin: 16px !important; -} -.mr-4 { - margin-right: 16px !important; -} -.ml-4 { - margin-left: 16px !important; -} -.mt-4 { - margin-top: 16px !important; -} -.mb-4 { - margin-bottom: 16px !important; -} -.mx-4 { - margin-left: 16px !important; - margin-right: 16px !important; -} -.my-4 { - margin-top: 16px !important; - margin-bottom: 16px !important; -} -.mr-4-minus { - margin-right: -16px !important; -} -.ml-4-minus { - margin-left: -16px !important; -} -.mt-4-minus { - margin-top: -16px !important; -} -.mb-4-minus { - margin-bottom: -16px !important; -} -.p-5 { - padding: 20px !important; -} -.pr-5 { - padding-right: 20px !important; -} -.pl-5 { - padding-left: 20px !important; -} -.pt-5 { - padding-top: 20px !important; -} -.pb-5 { - padding-bottom: 20px !important; -} -.px-5 { - padding-left: 20px !important; - padding-right: 20px !important; -} -.py-5 { - padding-top: 20px !important; - padding-bottom: 20px !important; -} -.m-5 { - margin: 20px !important; -} -.mr-5 { - margin-right: 20px !important; -} -.ml-5 { - margin-left: 20px !important; -} -.mt-5 { - margin-top: 20px !important; -} -.mb-5 { - margin-bottom: 20px !important; -} -.mx-5 { - margin-left: 20px !important; - margin-right: 20px !important; -} -.my-5 { - margin-top: 20px !important; - margin-bottom: 20px !important; -} -.mr-5-minus { - margin-right: -20px !important; -} -.ml-5-minus { - margin-left: -20px !important; -} -.mt-5-minus { - margin-top: -20px !important; -} -.mb-5-minus { - margin-bottom: -20px !important; -} -.p-6 { - padding: 24px !important; -} -.pr-6 { - padding-right: 24px !important; -} -.pl-6 { - padding-left: 24px !important; -} -.pt-6 { - padding-top: 24px !important; -} -.pb-6 { - padding-bottom: 24px !important; -} -.px-6 { - padding-left: 24px !important; - padding-right: 24px !important; -} -.py-6 { - padding-top: 24px !important; - padding-bottom: 24px !important; -} -.m-6 { - margin: 24px !important; -} -.mr-6 { - margin-right: 24px !important; -} -.ml-6 { - margin-left: 24px !important; -} -.mt-6 { - margin-top: 24px !important; -} -.mb-6 { - margin-bottom: 24px !important; -} -.mx-6 { - margin-left: 24px !important; - margin-right: 24px !important; -} -.my-6 { - margin-top: 24px !important; - margin-bottom: 24px !important; -} -.mr-6-minus { - margin-right: -24px !important; -} -.ml-6-minus { - margin-left: -24px !important; -} -.mt-6-minus { - margin-top: -24px !important; -} -.mb-6-minus { - margin-bottom: -24px !important; -} -.p-7 { - padding: 28px !important; -} -.pr-7 { - padding-right: 28px !important; -} -.pl-7 { - padding-left: 28px !important; -} -.pt-7 { - padding-top: 28px !important; -} -.pb-7 { - padding-bottom: 28px !important; -} -.px-7 { - padding-left: 28px !important; - padding-right: 28px !important; -} -.py-7 { - padding-top: 28px !important; - padding-bottom: 28px !important; -} -.m-7 { - margin: 28px !important; -} -.mr-7 { - margin-right: 28px !important; -} -.ml-7 { - margin-left: 28px !important; -} -.mt-7 { - margin-top: 28px !important; -} -.mb-7 { - margin-bottom: 28px !important; -} -.mx-7 { - margin-left: 28px !important; - margin-right: 28px !important; -} -.my-7 { - margin-top: 28px !important; - margin-bottom: 28px !important; -} -.mr-7-minus { - margin-right: -28px !important; -} -.ml-7-minus { - margin-left: -28px !important; -} -.mt-7-minus { - margin-top: -28px !important; -} -.mb-7-minus { - margin-bottom: -28px !important; -} -.p-8 { - padding: 32px !important; -} -.pr-8 { - padding-right: 32px !important; -} -.pl-8 { - padding-left: 32px !important; -} -.pt-8 { - padding-top: 32px !important; -} -.pb-8 { - padding-bottom: 32px !important; -} -.px-8 { - padding-left: 32px !important; - padding-right: 32px !important; -} -.py-8 { - padding-top: 32px !important; - padding-bottom: 32px !important; -} -.m-8 { - margin: 32px !important; -} -.mr-8 { - margin-right: 32px !important; -} -.ml-8 { - margin-left: 32px !important; -} -.mt-8 { - margin-top: 32px !important; -} -.mb-8 { - margin-bottom: 32px !important; -} -.mx-8 { - margin-left: 32px !important; - margin-right: 32px !important; -} -.my-8 { - margin-top: 32px !important; - margin-bottom: 32px !important; -} -.mr-8-minus { - margin-right: -32px !important; -} -.ml-8-minus { - margin-left: -32px !important; -} -.mt-8-minus { - margin-top: -32px !important; -} -.mb-8-minus { - margin-bottom: -32px !important; -} -.p-9 { - padding: 36px !important; -} -.pr-9 { - padding-right: 36px !important; -} -.pl-9 { - padding-left: 36px !important; -} -.pt-9 { - padding-top: 36px !important; -} -.pb-9 { - padding-bottom: 36px !important; -} -.px-9 { - padding-left: 36px !important; - padding-right: 36px !important; -} -.py-9 { - padding-top: 36px !important; - padding-bottom: 36px !important; -} -.m-9 { - margin: 36px !important; -} -.mr-9 { - margin-right: 36px !important; -} -.ml-9 { - margin-left: 36px !important; -} -.mt-9 { - margin-top: 36px !important; -} -.mb-9 { - margin-bottom: 36px !important; -} -.mx-9 { - margin-left: 36px !important; - margin-right: 36px !important; -} -.my-9 { - margin-top: 36px !important; - margin-bottom: 36px !important; -} -.mr-9-minus { - margin-right: -36px !important; -} -.ml-9-minus { - margin-left: -36px !important; -} -.mt-9-minus { - margin-top: -36px !important; -} -.mb-9-minus { - margin-bottom: -36px !important; -} -.p-10 { - padding: 40px !important; -} -.pr-10 { - padding-right: 40px !important; -} -.pl-10 { - padding-left: 40px !important; -} -.pt-10 { - padding-top: 40px !important; -} -.pb-10 { - padding-bottom: 40px !important; -} -.px-10 { - padding-left: 40px !important; - padding-right: 40px !important; -} -.py-10 { - padding-top: 40px !important; - padding-bottom: 40px !important; -} -.m-10 { - margin: 40px !important; -} -.mr-10 { - margin-right: 40px !important; -} -.ml-10 { - margin-left: 40px !important; -} -.mt-10 { - margin-top: 40px !important; -} -.mb-10 { - margin-bottom: 40px !important; -} -.mx-10 { - margin-left: 40px !important; - margin-right: 40px !important; -} -.my-10 { - margin-top: 40px !important; - margin-bottom: 40px !important; -} -.mr-10-minus { - margin-right: -40px !important; -} -.ml-10-minus { - margin-left: -40px !important; -} -.mt-10-minus { - margin-top: -40px !important; -} -.mb-10-minus { - margin-bottom: -40px !important; -} -.p-11 { - padding: 44px !important; -} -.pr-11 { - padding-right: 44px !important; -} -.pl-11 { - padding-left: 44px !important; -} -.pt-11 { - padding-top: 44px !important; -} -.pb-11 { - padding-bottom: 44px !important; -} -.px-11 { - padding-left: 44px !important; - padding-right: 44px !important; -} -.py-11 { - padding-top: 44px !important; - padding-bottom: 44px !important; -} -.m-11 { - margin: 44px !important; -} -.mr-11 { - margin-right: 44px !important; -} -.ml-11 { - margin-left: 44px !important; -} -.mt-11 { - margin-top: 44px !important; -} -.mb-11 { - margin-bottom: 44px !important; -} -.mx-11 { - margin-left: 44px !important; - margin-right: 44px !important; -} -.my-11 { - margin-top: 44px !important; - margin-bottom: 44px !important; -} -.mr-11-minus { - margin-right: -44px !important; -} -.ml-11-minus { - margin-left: -44px !important; -} -.mt-11-minus { - margin-top: -44px !important; -} -.mb-11-minus { - margin-bottom: -44px !important; -} -.p-12 { - padding: 48px !important; -} -.pr-12 { - padding-right: 48px !important; -} -.pl-12 { - padding-left: 48px !important; -} -.pt-12 { - padding-top: 48px !important; -} -.pb-12 { - padding-bottom: 48px !important; -} -.px-12 { - padding-left: 48px !important; - padding-right: 48px !important; -} -.py-12 { - padding-top: 48px !important; - padding-bottom: 48px !important; -} -.m-12 { - margin: 48px !important; -} -.mr-12 { - margin-right: 48px !important; -} -.ml-12 { - margin-left: 48px !important; -} -.mt-12 { - margin-top: 48px !important; -} -.mb-12 { - margin-bottom: 48px !important; -} -.mx-12 { - margin-left: 48px !important; - margin-right: 48px !important; -} -.my-12 { - margin-top: 48px !important; - margin-bottom: 48px !important; -} -.mr-12-minus { - margin-right: -48px !important; -} -.ml-12-minus { - margin-left: -48px !important; -} -.mt-12-minus { - margin-top: -48px !important; -} -.mb-12-minus { - margin-bottom: -48px !important; -} -.p-13 { - padding: 52px !important; -} -.pr-13 { - padding-right: 52px !important; -} -.pl-13 { - padding-left: 52px !important; -} -.pt-13 { - padding-top: 52px !important; -} -.pb-13 { - padding-bottom: 52px !important; -} -.px-13 { - padding-left: 52px !important; - padding-right: 52px !important; -} -.py-13 { - padding-top: 52px !important; - padding-bottom: 52px !important; -} -.m-13 { - margin: 52px !important; -} -.mr-13 { - margin-right: 52px !important; -} -.ml-13 { - margin-left: 52px !important; -} -.mt-13 { - margin-top: 52px !important; -} -.mb-13 { - margin-bottom: 52px !important; -} -.mx-13 { - margin-left: 52px !important; - margin-right: 52px !important; -} -.my-13 { - margin-top: 52px !important; - margin-bottom: 52px !important; -} -.mr-13-minus { - margin-right: -52px !important; -} -.ml-13-minus { - margin-left: -52px !important; -} -.mt-13-minus { - margin-top: -52px !important; -} -.mb-13-minus { - margin-bottom: -52px !important; -} -.p-14 { - padding: 56px !important; -} -.pr-14 { - padding-right: 56px !important; -} -.pl-14 { - padding-left: 56px !important; -} -.pt-14 { - padding-top: 56px !important; -} -.pb-14 { - padding-bottom: 56px !important; -} -.px-14 { - padding-left: 56px !important; - padding-right: 56px !important; -} -.py-14 { - padding-top: 56px !important; - padding-bottom: 56px !important; -} -.m-14 { - margin: 56px !important; -} -.mr-14 { - margin-right: 56px !important; -} -.ml-14 { - margin-left: 56px !important; -} -.mt-14 { - margin-top: 56px !important; -} -.mb-14 { - margin-bottom: 56px !important; -} -.mx-14 { - margin-left: 56px !important; - margin-right: 56px !important; -} -.my-14 { - margin-top: 56px !important; - margin-bottom: 56px !important; -} -.mr-14-minus { - margin-right: -56px !important; -} -.ml-14-minus { - margin-left: -56px !important; -} -.mt-14-minus { - margin-top: -56px !important; -} -.mb-14-minus { - margin-bottom: -56px !important; -} -.p-15 { - padding: 60px !important; -} -.pr-15 { - padding-right: 60px !important; -} -.pl-15 { - padding-left: 60px !important; -} -.pt-15 { - padding-top: 60px !important; -} -.pb-15 { - padding-bottom: 60px !important; -} -.px-15 { - padding-left: 60px !important; - padding-right: 60px !important; -} -.py-15 { - padding-top: 60px !important; - padding-bottom: 60px !important; -} -.m-15 { - margin: 60px !important; -} -.mr-15 { - margin-right: 60px !important; -} -.ml-15 { - margin-left: 60px !important; -} -.mt-15 { - margin-top: 60px !important; -} -.mb-15 { - margin-bottom: 60px !important; -} -.mx-15 { - margin-left: 60px !important; - margin-right: 60px !important; -} -.my-15 { - margin-top: 60px !important; - margin-bottom: 60px !important; -} -.mr-15-minus { - margin-right: -60px !important; -} -.ml-15-minus { - margin-left: -60px !important; -} -.mt-15-minus { - margin-top: -60px !important; -} -.mb-15-minus { - margin-bottom: -60px !important; -} -.p-16 { - padding: 64px !important; -} -.pr-16 { - padding-right: 64px !important; -} -.pl-16 { - padding-left: 64px !important; -} -.pt-16 { - padding-top: 64px !important; -} -.pb-16 { - padding-bottom: 64px !important; -} -.px-16 { - padding-left: 64px !important; - padding-right: 64px !important; -} -.py-16 { - padding-top: 64px !important; - padding-bottom: 64px !important; -} -.m-16 { - margin: 64px !important; -} -.mr-16 { - margin-right: 64px !important; -} -.ml-16 { - margin-left: 64px !important; -} -.mt-16 { - margin-top: 64px !important; -} -.mb-16 { - margin-bottom: 64px !important; -} -.mx-16 { - margin-left: 64px !important; - margin-right: 64px !important; -} -.my-16 { - margin-top: 64px !important; - margin-bottom: 64px !important; -} -.mr-16-minus { - margin-right: -64px !important; -} -.ml-16-minus { - margin-left: -64px !important; -} -.mt-16-minus { - margin-top: -64px !important; -} -.mb-16-minus { - margin-bottom: -64px !important; -} -.p-17 { - padding: 68px !important; -} -.pr-17 { - padding-right: 68px !important; -} -.pl-17 { - padding-left: 68px !important; -} -.pt-17 { - padding-top: 68px !important; -} -.pb-17 { - padding-bottom: 68px !important; -} -.px-17 { - padding-left: 68px !important; - padding-right: 68px !important; -} -.py-17 { - padding-top: 68px !important; - padding-bottom: 68px !important; -} -.m-17 { - margin: 68px !important; -} -.mr-17 { - margin-right: 68px !important; -} -.ml-17 { - margin-left: 68px !important; -} -.mt-17 { - margin-top: 68px !important; -} -.mb-17 { - margin-bottom: 68px !important; -} -.mx-17 { - margin-left: 68px !important; - margin-right: 68px !important; -} -.my-17 { - margin-top: 68px !important; - margin-bottom: 68px !important; -} -.mr-17-minus { - margin-right: -68px !important; -} -.ml-17-minus { - margin-left: -68px !important; -} -.mt-17-minus { - margin-top: -68px !important; -} -.mb-17-minus { - margin-bottom: -68px !important; -} -.p-18 { - padding: 72px !important; -} -.pr-18 { - padding-right: 72px !important; -} -.pl-18 { - padding-left: 72px !important; -} -.pt-18 { - padding-top: 72px !important; -} -.pb-18 { - padding-bottom: 72px !important; -} -.px-18 { - padding-left: 72px !important; - padding-right: 72px !important; -} -.py-18 { - padding-top: 72px !important; - padding-bottom: 72px !important; -} -.m-18 { - margin: 72px !important; -} -.mr-18 { - margin-right: 72px !important; -} -.ml-18 { - margin-left: 72px !important; -} -.mt-18 { - margin-top: 72px !important; -} -.mb-18 { - margin-bottom: 72px !important; -} -.mx-18 { - margin-left: 72px !important; - margin-right: 72px !important; -} -.my-18 { - margin-top: 72px !important; - margin-bottom: 72px !important; -} -.mr-18-minus { - margin-right: -72px !important; -} -.ml-18-minus { - margin-left: -72px !important; -} -.mt-18-minus { - margin-top: -72px !important; -} -.mb-18-minus { - margin-bottom: -72px !important; -} -.p-19 { - padding: 76px !important; -} -.pr-19 { - padding-right: 76px !important; -} -.pl-19 { - padding-left: 76px !important; -} -.pt-19 { - padding-top: 76px !important; -} -.pb-19 { - padding-bottom: 76px !important; -} -.px-19 { - padding-left: 76px !important; - padding-right: 76px !important; -} -.py-19 { - padding-top: 76px !important; - padding-bottom: 76px !important; -} -.m-19 { - margin: 76px !important; -} -.mr-19 { - margin-right: 76px !important; -} -.ml-19 { - margin-left: 76px !important; -} -.mt-19 { - margin-top: 76px !important; -} -.mb-19 { - margin-bottom: 76px !important; -} -.mx-19 { - margin-left: 76px !important; - margin-right: 76px !important; -} -.my-19 { - margin-top: 76px !important; - margin-bottom: 76px !important; -} -.mr-19-minus { - margin-right: -76px !important; -} -.ml-19-minus { - margin-left: -76px !important; -} -.mt-19-minus { - margin-top: -76px !important; -} -.mb-19-minus { - margin-bottom: -76px !important; -} -.p-20 { - padding: 80px !important; -} -.pr-20 { - padding-right: 80px !important; -} -.pl-20 { - padding-left: 80px !important; -} -.pt-20 { - padding-top: 80px !important; -} -.pb-20 { - padding-bottom: 80px !important; -} -.px-20 { - padding-left: 80px !important; - padding-right: 80px !important; -} -.py-20 { - padding-top: 80px !important; - padding-bottom: 80px !important; -} -.m-20 { - margin: 80px !important; -} -.mr-20 { - margin-right: 80px !important; -} -.ml-20 { - margin-left: 80px !important; -} -.mt-20 { - margin-top: 80px !important; -} -.mb-20 { - margin-bottom: 80px !important; -} -.mx-20 { - margin-left: 80px !important; - margin-right: 80px !important; -} -.my-20 { - margin-top: 80px !important; - margin-bottom: 80px !important; -} -.mr-20-minus { - margin-right: -80px !important; -} -.ml-20-minus { - margin-left: -80px !important; -} -.mt-20-minus { - margin-top: -80px !important; -} -.mb-20-minus { - margin-bottom: -80px !important; +@media screen and (min-width: 576px) { + .mx-auto-sm { + margin-left: auto!important; + margin-right: auto!important; + } + .ml-auto-sm { + margin-left: auto!important; + } + .mr-auto-sm { + margin-right: auto!important; + } + .mt-auto-sm { + margin-top: auto!important; + } + .mb-auto-sm { + margin-bottom: auto!important; + } + .p-0-sm { + padding: 0!important; + } + .pl-0-sm { + padding-left: 0!important; + } + .pr-0-sm { + padding-right: 0!important; + } + .pt-0-sm { + padding-top: 0!important; + } + .pb-0-sm { + padding-bottom: 0!important; + } + .m-0-sm { + margin: 0!important; + } + .ml-0-sm { + margin-left: 0!important; + } + .mr-0-sm { + margin-right: 0!important; + } + .mt-0-sm { + margin-top: 0!important; + } + .mb-0-sm { + margin-bottom: 0!important; + } + .p-0-sm { + padding: 0px !important; + } + .pr-0-sm { + padding-right: 0px !important; + } + .pl-0-sm { + padding-left: 0px !important; + } + .pt-0-sm { + padding-top: 0px !important; + } + .pb-0-sm { + padding-bottom: 0px !important; + } + .px-0-sm { + padding-left: 0px !important; + padding-right: 0px !important; + } + .py-0-sm { + padding-top: 0px !important; + padding-bottom: 0px !important; + } + .m-0-sm { + margin: 0px !important; + } + .mr-0-sm { + margin-right: 0px !important; + } + .ml-0-sm { + margin-left: 0px !important; + } + .mt-0-sm { + margin-top: 0px !important; + } + .mb-0-sm { + margin-bottom: 0px !important; + } + .mx-0-sm { + margin-left: 0px !important; + margin-right: 0px !important; + } + .my-0-sm { + margin-top: 0px !important; + margin-bottom: 0px !important; + } + .m-0-sm-minus { + margin: 0px !important; + } + .mr-0-sm-minus { + margin-right: 0px !important; + } + .ml-0-sm-minus { + margin-left: 0px !important; + } + .mt-0-sm-minus { + margin-top: 0px !important; + } + .mb-0-sm-minus { + margin-bottom: 0px !important; + } + .p-1-sm { + padding: 4px !important; + } + .pr-1-sm { + padding-right: 4px !important; + } + .pl-1-sm { + padding-left: 4px !important; + } + .pt-1-sm { + padding-top: 4px !important; + } + .pb-1-sm { + padding-bottom: 4px !important; + } + .px-1-sm { + padding-left: 4px !important; + padding-right: 4px !important; + } + .py-1-sm { + padding-top: 4px !important; + padding-bottom: 4px !important; + } + .m-1-sm { + margin: 4px !important; + } + .mr-1-sm { + margin-right: 4px !important; + } + .ml-1-sm { + margin-left: 4px !important; + } + .mt-1-sm { + margin-top: 4px !important; + } + .mb-1-sm { + margin-bottom: 4px !important; + } + .mx-1-sm { + margin-left: 4px !important; + margin-right: 4px !important; + } + .my-1-sm { + margin-top: 4px !important; + margin-bottom: 4px !important; + } + .m-1-sm-minus { + margin: -4px !important; + } + .mr-1-sm-minus { + margin-right: -4px !important; + } + .ml-1-sm-minus { + margin-left: -4px !important; + } + .mt-1-sm-minus { + margin-top: -4px !important; + } + .mb-1-sm-minus { + margin-bottom: -4px !important; + } + .p-2-sm { + padding: 8px !important; + } + .pr-2-sm { + padding-right: 8px !important; + } + .pl-2-sm { + padding-left: 8px !important; + } + .pt-2-sm { + padding-top: 8px !important; + } + .pb-2-sm { + padding-bottom: 8px !important; + } + .px-2-sm { + padding-left: 8px !important; + padding-right: 8px !important; + } + .py-2-sm { + padding-top: 8px !important; + padding-bottom: 8px !important; + } + .m-2-sm { + margin: 8px !important; + } + .mr-2-sm { + margin-right: 8px !important; + } + .ml-2-sm { + margin-left: 8px !important; + } + .mt-2-sm { + margin-top: 8px !important; + } + .mb-2-sm { + margin-bottom: 8px !important; + } + .mx-2-sm { + margin-left: 8px !important; + margin-right: 8px !important; + } + .my-2-sm { + margin-top: 8px !important; + margin-bottom: 8px !important; + } + .m-2-sm-minus { + margin: -8px !important; + } + .mr-2-sm-minus { + margin-right: -8px !important; + } + .ml-2-sm-minus { + margin-left: -8px !important; + } + .mt-2-sm-minus { + margin-top: -8px !important; + } + .mb-2-sm-minus { + margin-bottom: -8px !important; + } + .p-3-sm { + padding: 12px !important; + } + .pr-3-sm { + padding-right: 12px !important; + } + .pl-3-sm { + padding-left: 12px !important; + } + .pt-3-sm { + padding-top: 12px !important; + } + .pb-3-sm { + padding-bottom: 12px !important; + } + .px-3-sm { + padding-left: 12px !important; + padding-right: 12px !important; + } + .py-3-sm { + padding-top: 12px !important; + padding-bottom: 12px !important; + } + .m-3-sm { + margin: 12px !important; + } + .mr-3-sm { + margin-right: 12px !important; + } + .ml-3-sm { + margin-left: 12px !important; + } + .mt-3-sm { + margin-top: 12px !important; + } + .mb-3-sm { + margin-bottom: 12px !important; + } + .mx-3-sm { + margin-left: 12px !important; + margin-right: 12px !important; + } + .my-3-sm { + margin-top: 12px !important; + margin-bottom: 12px !important; + } + .m-3-sm-minus { + margin: -12px !important; + } + .mr-3-sm-minus { + margin-right: -12px !important; + } + .ml-3-sm-minus { + margin-left: -12px !important; + } + .mt-3-sm-minus { + margin-top: -12px !important; + } + .mb-3-sm-minus { + margin-bottom: -12px !important; + } + .p-4-sm { + padding: 16px !important; + } + .pr-4-sm { + padding-right: 16px !important; + } + .pl-4-sm { + padding-left: 16px !important; + } + .pt-4-sm { + padding-top: 16px !important; + } + .pb-4-sm { + padding-bottom: 16px !important; + } + .px-4-sm { + padding-left: 16px !important; + padding-right: 16px !important; + } + .py-4-sm { + padding-top: 16px !important; + padding-bottom: 16px !important; + } + .m-4-sm { + margin: 16px !important; + } + .mr-4-sm { + margin-right: 16px !important; + } + .ml-4-sm { + margin-left: 16px !important; + } + .mt-4-sm { + margin-top: 16px !important; + } + .mb-4-sm { + margin-bottom: 16px !important; + } + .mx-4-sm { + margin-left: 16px !important; + margin-right: 16px !important; + } + .my-4-sm { + margin-top: 16px !important; + margin-bottom: 16px !important; + } + .m-4-sm-minus { + margin: -16px !important; + } + .mr-4-sm-minus { + margin-right: -16px !important; + } + .ml-4-sm-minus { + margin-left: -16px !important; + } + .mt-4-sm-minus { + margin-top: -16px !important; + } + .mb-4-sm-minus { + margin-bottom: -16px !important; + } + .p-5-sm { + padding: 20px !important; + } + .pr-5-sm { + padding-right: 20px !important; + } + .pl-5-sm { + padding-left: 20px !important; + } + .pt-5-sm { + padding-top: 20px !important; + } + .pb-5-sm { + padding-bottom: 20px !important; + } + .px-5-sm { + padding-left: 20px !important; + padding-right: 20px !important; + } + .py-5-sm { + padding-top: 20px !important; + padding-bottom: 20px !important; + } + .m-5-sm { + margin: 20px !important; + } + .mr-5-sm { + margin-right: 20px !important; + } + .ml-5-sm { + margin-left: 20px !important; + } + .mt-5-sm { + margin-top: 20px !important; + } + .mb-5-sm { + margin-bottom: 20px !important; + } + .mx-5-sm { + margin-left: 20px !important; + margin-right: 20px !important; + } + .my-5-sm { + margin-top: 20px !important; + margin-bottom: 20px !important; + } + .m-5-sm-minus { + margin: -20px !important; + } + .mr-5-sm-minus { + margin-right: -20px !important; + } + .ml-5-sm-minus { + margin-left: -20px !important; + } + .mt-5-sm-minus { + margin-top: -20px !important; + } + .mb-5-sm-minus { + margin-bottom: -20px !important; + } + .p-6-sm { + padding: 24px !important; + } + .pr-6-sm { + padding-right: 24px !important; + } + .pl-6-sm { + padding-left: 24px !important; + } + .pt-6-sm { + padding-top: 24px !important; + } + .pb-6-sm { + padding-bottom: 24px !important; + } + .px-6-sm { + padding-left: 24px !important; + padding-right: 24px !important; + } + .py-6-sm { + padding-top: 24px !important; + padding-bottom: 24px !important; + } + .m-6-sm { + margin: 24px !important; + } + .mr-6-sm { + margin-right: 24px !important; + } + .ml-6-sm { + margin-left: 24px !important; + } + .mt-6-sm { + margin-top: 24px !important; + } + .mb-6-sm { + margin-bottom: 24px !important; + } + .mx-6-sm { + margin-left: 24px !important; + margin-right: 24px !important; + } + .my-6-sm { + margin-top: 24px !important; + margin-bottom: 24px !important; + } + .m-6-sm-minus { + margin: -24px !important; + } + .mr-6-sm-minus { + margin-right: -24px !important; + } + .ml-6-sm-minus { + margin-left: -24px !important; + } + .mt-6-sm-minus { + margin-top: -24px !important; + } + .mb-6-sm-minus { + margin-bottom: -24px !important; + } + .p-7-sm { + padding: 28px !important; + } + .pr-7-sm { + padding-right: 28px !important; + } + .pl-7-sm { + padding-left: 28px !important; + } + .pt-7-sm { + padding-top: 28px !important; + } + .pb-7-sm { + padding-bottom: 28px !important; + } + .px-7-sm { + padding-left: 28px !important; + padding-right: 28px !important; + } + .py-7-sm { + padding-top: 28px !important; + padding-bottom: 28px !important; + } + .m-7-sm { + margin: 28px !important; + } + .mr-7-sm { + margin-right: 28px !important; + } + .ml-7-sm { + margin-left: 28px !important; + } + .mt-7-sm { + margin-top: 28px !important; + } + .mb-7-sm { + margin-bottom: 28px !important; + } + .mx-7-sm { + margin-left: 28px !important; + margin-right: 28px !important; + } + .my-7-sm { + margin-top: 28px !important; + margin-bottom: 28px !important; + } + .m-7-sm-minus { + margin: -28px !important; + } + .mr-7-sm-minus { + margin-right: -28px !important; + } + .ml-7-sm-minus { + margin-left: -28px !important; + } + .mt-7-sm-minus { + margin-top: -28px !important; + } + .mb-7-sm-minus { + margin-bottom: -28px !important; + } + .p-8-sm { + padding: 32px !important; + } + .pr-8-sm { + padding-right: 32px !important; + } + .pl-8-sm { + padding-left: 32px !important; + } + .pt-8-sm { + padding-top: 32px !important; + } + .pb-8-sm { + padding-bottom: 32px !important; + } + .px-8-sm { + padding-left: 32px !important; + padding-right: 32px !important; + } + .py-8-sm { + padding-top: 32px !important; + padding-bottom: 32px !important; + } + .m-8-sm { + margin: 32px !important; + } + .mr-8-sm { + margin-right: 32px !important; + } + .ml-8-sm { + margin-left: 32px !important; + } + .mt-8-sm { + margin-top: 32px !important; + } + .mb-8-sm { + margin-bottom: 32px !important; + } + .mx-8-sm { + margin-left: 32px !important; + margin-right: 32px !important; + } + .my-8-sm { + margin-top: 32px !important; + margin-bottom: 32px !important; + } + .m-8-sm-minus { + margin: -32px !important; + } + .mr-8-sm-minus { + margin-right: -32px !important; + } + .ml-8-sm-minus { + margin-left: -32px !important; + } + .mt-8-sm-minus { + margin-top: -32px !important; + } + .mb-8-sm-minus { + margin-bottom: -32px !important; + } + .p-9-sm { + padding: 36px !important; + } + .pr-9-sm { + padding-right: 36px !important; + } + .pl-9-sm { + padding-left: 36px !important; + } + .pt-9-sm { + padding-top: 36px !important; + } + .pb-9-sm { + padding-bottom: 36px !important; + } + .px-9-sm { + padding-left: 36px !important; + padding-right: 36px !important; + } + .py-9-sm { + padding-top: 36px !important; + padding-bottom: 36px !important; + } + .m-9-sm { + margin: 36px !important; + } + .mr-9-sm { + margin-right: 36px !important; + } + .ml-9-sm { + margin-left: 36px !important; + } + .mt-9-sm { + margin-top: 36px !important; + } + .mb-9-sm { + margin-bottom: 36px !important; + } + .mx-9-sm { + margin-left: 36px !important; + margin-right: 36px !important; + } + .my-9-sm { + margin-top: 36px !important; + margin-bottom: 36px !important; + } + .m-9-sm-minus { + margin: -36px !important; + } + .mr-9-sm-minus { + margin-right: -36px !important; + } + .ml-9-sm-minus { + margin-left: -36px !important; + } + .mt-9-sm-minus { + margin-top: -36px !important; + } + .mb-9-sm-minus { + margin-bottom: -36px !important; + } + .p-10-sm { + padding: 40px !important; + } + .pr-10-sm { + padding-right: 40px !important; + } + .pl-10-sm { + padding-left: 40px !important; + } + .pt-10-sm { + padding-top: 40px !important; + } + .pb-10-sm { + padding-bottom: 40px !important; + } + .px-10-sm { + padding-left: 40px !important; + padding-right: 40px !important; + } + .py-10-sm { + padding-top: 40px !important; + padding-bottom: 40px !important; + } + .m-10-sm { + margin: 40px !important; + } + .mr-10-sm { + margin-right: 40px !important; + } + .ml-10-sm { + margin-left: 40px !important; + } + .mt-10-sm { + margin-top: 40px !important; + } + .mb-10-sm { + margin-bottom: 40px !important; + } + .mx-10-sm { + margin-left: 40px !important; + margin-right: 40px !important; + } + .my-10-sm { + margin-top: 40px !important; + margin-bottom: 40px !important; + } + .m-10-sm-minus { + margin: -40px !important; + } + .mr-10-sm-minus { + margin-right: -40px !important; + } + .ml-10-sm-minus { + margin-left: -40px !important; + } + .mt-10-sm-minus { + margin-top: -40px !important; + } + .mb-10-sm-minus { + margin-bottom: -40px !important; + } + .p-11-sm { + padding: 44px !important; + } + .pr-11-sm { + padding-right: 44px !important; + } + .pl-11-sm { + padding-left: 44px !important; + } + .pt-11-sm { + padding-top: 44px !important; + } + .pb-11-sm { + padding-bottom: 44px !important; + } + .px-11-sm { + padding-left: 44px !important; + padding-right: 44px !important; + } + .py-11-sm { + padding-top: 44px !important; + padding-bottom: 44px !important; + } + .m-11-sm { + margin: 44px !important; + } + .mr-11-sm { + margin-right: 44px !important; + } + .ml-11-sm { + margin-left: 44px !important; + } + .mt-11-sm { + margin-top: 44px !important; + } + .mb-11-sm { + margin-bottom: 44px !important; + } + .mx-11-sm { + margin-left: 44px !important; + margin-right: 44px !important; + } + .my-11-sm { + margin-top: 44px !important; + margin-bottom: 44px !important; + } + .m-11-sm-minus { + margin: -44px !important; + } + .mr-11-sm-minus { + margin-right: -44px !important; + } + .ml-11-sm-minus { + margin-left: -44px !important; + } + .mt-11-sm-minus { + margin-top: -44px !important; + } + .mb-11-sm-minus { + margin-bottom: -44px !important; + } + .p-12-sm { + padding: 48px !important; + } + .pr-12-sm { + padding-right: 48px !important; + } + .pl-12-sm { + padding-left: 48px !important; + } + .pt-12-sm { + padding-top: 48px !important; + } + .pb-12-sm { + padding-bottom: 48px !important; + } + .px-12-sm { + padding-left: 48px !important; + padding-right: 48px !important; + } + .py-12-sm { + padding-top: 48px !important; + padding-bottom: 48px !important; + } + .m-12-sm { + margin: 48px !important; + } + .mr-12-sm { + margin-right: 48px !important; + } + .ml-12-sm { + margin-left: 48px !important; + } + .mt-12-sm { + margin-top: 48px !important; + } + .mb-12-sm { + margin-bottom: 48px !important; + } + .mx-12-sm { + margin-left: 48px !important; + margin-right: 48px !important; + } + .my-12-sm { + margin-top: 48px !important; + margin-bottom: 48px !important; + } + .m-12-sm-minus { + margin: -48px !important; + } + .mr-12-sm-minus { + margin-right: -48px !important; + } + .ml-12-sm-minus { + margin-left: -48px !important; + } + .mt-12-sm-minus { + margin-top: -48px !important; + } + .mb-12-sm-minus { + margin-bottom: -48px !important; + } + .p-13-sm { + padding: 52px !important; + } + .pr-13-sm { + padding-right: 52px !important; + } + .pl-13-sm { + padding-left: 52px !important; + } + .pt-13-sm { + padding-top: 52px !important; + } + .pb-13-sm { + padding-bottom: 52px !important; + } + .px-13-sm { + padding-left: 52px !important; + padding-right: 52px !important; + } + .py-13-sm { + padding-top: 52px !important; + padding-bottom: 52px !important; + } + .m-13-sm { + margin: 52px !important; + } + .mr-13-sm { + margin-right: 52px !important; + } + .ml-13-sm { + margin-left: 52px !important; + } + .mt-13-sm { + margin-top: 52px !important; + } + .mb-13-sm { + margin-bottom: 52px !important; + } + .mx-13-sm { + margin-left: 52px !important; + margin-right: 52px !important; + } + .my-13-sm { + margin-top: 52px !important; + margin-bottom: 52px !important; + } + .m-13-sm-minus { + margin: -52px !important; + } + .mr-13-sm-minus { + margin-right: -52px !important; + } + .ml-13-sm-minus { + margin-left: -52px !important; + } + .mt-13-sm-minus { + margin-top: -52px !important; + } + .mb-13-sm-minus { + margin-bottom: -52px !important; + } + .p-14-sm { + padding: 56px !important; + } + .pr-14-sm { + padding-right: 56px !important; + } + .pl-14-sm { + padding-left: 56px !important; + } + .pt-14-sm { + padding-top: 56px !important; + } + .pb-14-sm { + padding-bottom: 56px !important; + } + .px-14-sm { + padding-left: 56px !important; + padding-right: 56px !important; + } + .py-14-sm { + padding-top: 56px !important; + padding-bottom: 56px !important; + } + .m-14-sm { + margin: 56px !important; + } + .mr-14-sm { + margin-right: 56px !important; + } + .ml-14-sm { + margin-left: 56px !important; + } + .mt-14-sm { + margin-top: 56px !important; + } + .mb-14-sm { + margin-bottom: 56px !important; + } + .mx-14-sm { + margin-left: 56px !important; + margin-right: 56px !important; + } + .my-14-sm { + margin-top: 56px !important; + margin-bottom: 56px !important; + } + .m-14-sm-minus { + margin: -56px !important; + } + .mr-14-sm-minus { + margin-right: -56px !important; + } + .ml-14-sm-minus { + margin-left: -56px !important; + } + .mt-14-sm-minus { + margin-top: -56px !important; + } + .mb-14-sm-minus { + margin-bottom: -56px !important; + } + .p-15-sm { + padding: 60px !important; + } + .pr-15-sm { + padding-right: 60px !important; + } + .pl-15-sm { + padding-left: 60px !important; + } + .pt-15-sm { + padding-top: 60px !important; + } + .pb-15-sm { + padding-bottom: 60px !important; + } + .px-15-sm { + padding-left: 60px !important; + padding-right: 60px !important; + } + .py-15-sm { + padding-top: 60px !important; + padding-bottom: 60px !important; + } + .m-15-sm { + margin: 60px !important; + } + .mr-15-sm { + margin-right: 60px !important; + } + .ml-15-sm { + margin-left: 60px !important; + } + .mt-15-sm { + margin-top: 60px !important; + } + .mb-15-sm { + margin-bottom: 60px !important; + } + .mx-15-sm { + margin-left: 60px !important; + margin-right: 60px !important; + } + .my-15-sm { + margin-top: 60px !important; + margin-bottom: 60px !important; + } + .m-15-sm-minus { + margin: -60px !important; + } + .mr-15-sm-minus { + margin-right: -60px !important; + } + .ml-15-sm-minus { + margin-left: -60px !important; + } + .mt-15-sm-minus { + margin-top: -60px !important; + } + .mb-15-sm-minus { + margin-bottom: -60px !important; + } + .p-16-sm { + padding: 64px !important; + } + .pr-16-sm { + padding-right: 64px !important; + } + .pl-16-sm { + padding-left: 64px !important; + } + .pt-16-sm { + padding-top: 64px !important; + } + .pb-16-sm { + padding-bottom: 64px !important; + } + .px-16-sm { + padding-left: 64px !important; + padding-right: 64px !important; + } + .py-16-sm { + padding-top: 64px !important; + padding-bottom: 64px !important; + } + .m-16-sm { + margin: 64px !important; + } + .mr-16-sm { + margin-right: 64px !important; + } + .ml-16-sm { + margin-left: 64px !important; + } + .mt-16-sm { + margin-top: 64px !important; + } + .mb-16-sm { + margin-bottom: 64px !important; + } + .mx-16-sm { + margin-left: 64px !important; + margin-right: 64px !important; + } + .my-16-sm { + margin-top: 64px !important; + margin-bottom: 64px !important; + } + .m-16-sm-minus { + margin: -64px !important; + } + .mr-16-sm-minus { + margin-right: -64px !important; + } + .ml-16-sm-minus { + margin-left: -64px !important; + } + .mt-16-sm-minus { + margin-top: -64px !important; + } + .mb-16-sm-minus { + margin-bottom: -64px !important; + } + .p-17-sm { + padding: 68px !important; + } + .pr-17-sm { + padding-right: 68px !important; + } + .pl-17-sm { + padding-left: 68px !important; + } + .pt-17-sm { + padding-top: 68px !important; + } + .pb-17-sm { + padding-bottom: 68px !important; + } + .px-17-sm { + padding-left: 68px !important; + padding-right: 68px !important; + } + .py-17-sm { + padding-top: 68px !important; + padding-bottom: 68px !important; + } + .m-17-sm { + margin: 68px !important; + } + .mr-17-sm { + margin-right: 68px !important; + } + .ml-17-sm { + margin-left: 68px !important; + } + .mt-17-sm { + margin-top: 68px !important; + } + .mb-17-sm { + margin-bottom: 68px !important; + } + .mx-17-sm { + margin-left: 68px !important; + margin-right: 68px !important; + } + .my-17-sm { + margin-top: 68px !important; + margin-bottom: 68px !important; + } + .m-17-sm-minus { + margin: -68px !important; + } + .mr-17-sm-minus { + margin-right: -68px !important; + } + .ml-17-sm-minus { + margin-left: -68px !important; + } + .mt-17-sm-minus { + margin-top: -68px !important; + } + .mb-17-sm-minus { + margin-bottom: -68px !important; + } + .p-18-sm { + padding: 72px !important; + } + .pr-18-sm { + padding-right: 72px !important; + } + .pl-18-sm { + padding-left: 72px !important; + } + .pt-18-sm { + padding-top: 72px !important; + } + .pb-18-sm { + padding-bottom: 72px !important; + } + .px-18-sm { + padding-left: 72px !important; + padding-right: 72px !important; + } + .py-18-sm { + padding-top: 72px !important; + padding-bottom: 72px !important; + } + .m-18-sm { + margin: 72px !important; + } + .mr-18-sm { + margin-right: 72px !important; + } + .ml-18-sm { + margin-left: 72px !important; + } + .mt-18-sm { + margin-top: 72px !important; + } + .mb-18-sm { + margin-bottom: 72px !important; + } + .mx-18-sm { + margin-left: 72px !important; + margin-right: 72px !important; + } + .my-18-sm { + margin-top: 72px !important; + margin-bottom: 72px !important; + } + .m-18-sm-minus { + margin: -72px !important; + } + .mr-18-sm-minus { + margin-right: -72px !important; + } + .ml-18-sm-minus { + margin-left: -72px !important; + } + .mt-18-sm-minus { + margin-top: -72px !important; + } + .mb-18-sm-minus { + margin-bottom: -72px !important; + } + .p-19-sm { + padding: 76px !important; + } + .pr-19-sm { + padding-right: 76px !important; + } + .pl-19-sm { + padding-left: 76px !important; + } + .pt-19-sm { + padding-top: 76px !important; + } + .pb-19-sm { + padding-bottom: 76px !important; + } + .px-19-sm { + padding-left: 76px !important; + padding-right: 76px !important; + } + .py-19-sm { + padding-top: 76px !important; + padding-bottom: 76px !important; + } + .m-19-sm { + margin: 76px !important; + } + .mr-19-sm { + margin-right: 76px !important; + } + .ml-19-sm { + margin-left: 76px !important; + } + .mt-19-sm { + margin-top: 76px !important; + } + .mb-19-sm { + margin-bottom: 76px !important; + } + .mx-19-sm { + margin-left: 76px !important; + margin-right: 76px !important; + } + .my-19-sm { + margin-top: 76px !important; + margin-bottom: 76px !important; + } + .m-19-sm-minus { + margin: -76px !important; + } + .mr-19-sm-minus { + margin-right: -76px !important; + } + .ml-19-sm-minus { + margin-left: -76px !important; + } + .mt-19-sm-minus { + margin-top: -76px !important; + } + .mb-19-sm-minus { + margin-bottom: -76px !important; + } + .p-20-sm { + padding: 80px !important; + } + .pr-20-sm { + padding-right: 80px !important; + } + .pl-20-sm { + padding-left: 80px !important; + } + .pt-20-sm { + padding-top: 80px !important; + } + .pb-20-sm { + padding-bottom: 80px !important; + } + .px-20-sm { + padding-left: 80px !important; + padding-right: 80px !important; + } + .py-20-sm { + padding-top: 80px !important; + padding-bottom: 80px !important; + } + .m-20-sm { + margin: 80px !important; + } + .mr-20-sm { + margin-right: 80px !important; + } + .ml-20-sm { + margin-left: 80px !important; + } + .mt-20-sm { + margin-top: 80px !important; + } + .mb-20-sm { + margin-bottom: 80px !important; + } + .mx-20-sm { + margin-left: 80px !important; + margin-right: 80px !important; + } + .my-20-sm { + margin-top: 80px !important; + margin-bottom: 80px !important; + } + .m-20-sm-minus { + margin: -80px !important; + } + .mr-20-sm-minus { + margin-right: -80px !important; + } + .ml-20-sm-minus { + margin-left: -80px !important; + } + .mt-20-sm-minus { + margin-top: -80px !important; + } + .mb-20-sm-minus { + margin-bottom: -80px !important; + } } -@media screen and (min-width: 0) { - .mx-auto-fs { +@media screen and (min-width: 768px) { + .mx-auto-md { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-fs { + .ml-auto-md { margin-left: auto!important; } - .mr-auto-fs { + .mr-auto-md { margin-right: auto!important; } - .mt-auto-fs { + .mt-auto-md { margin-top: auto!important; } - .mb-auto-fs { + .mb-auto-md { margin-bottom: auto!important; } - .p-0-fs { + .p-0-md { padding: 0!important; } - .pl-0-fs { + .pl-0-md { padding-left: 0!important; } - .pr-0-fs { + .pr-0-md { padding-right: 0!important; } - .pt-0-fs { + .pt-0-md { padding-top: 0!important; } - .pb-0-fs { + .pb-0-md { padding-bottom: 0!important; } - .m-0-fs { + .m-0-md { margin: 0!important; } - .ml-0-fs { + .ml-0-md { margin-left: 0!important; } - .mr-0-fs { + .mr-0-md { margin-right: 0!important; } - .mt-0-fs { + .mt-0-md { margin-top: 0!important; } - .mb-0-fs { + .mb-0-md { margin-bottom: 0!important; } - .p-0-fs { + .p-0-md { padding: 0px !important; } - .pr-0-fs { + .pr-0-md { padding-right: 0px !important; } - .pl-0-fs { + .pl-0-md { padding-left: 0px !important; } - .pt-0-fs { + .pt-0-md { padding-top: 0px !important; } - .pb-0-fs { + .pb-0-md { padding-bottom: 0px !important; } - .px-0-fs { + .px-0-md { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-fs { + .py-0-md { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-fs { + .m-0-md { margin: 0px !important; } - .mr-0-fs { + .mr-0-md { margin-right: 0px !important; } - .ml-0-fs { + .ml-0-md { margin-left: 0px !important; } - .mt-0-fs { + .mt-0-md { margin-top: 0px !important; } - .mb-0-fs { + .mb-0-md { margin-bottom: 0px !important; } - .mx-0-fs { + .mx-0-md { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-fs { + .my-0-md { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-fs-minus { + .m-0-md-minus { margin: 0px !important; } - .mr-0-fs-minus { + .mr-0-md-minus { margin-right: 0px !important; } - .ml-0-fs-minus { + .ml-0-md-minus { margin-left: 0px !important; } - .mt-0-fs-minus { + .mt-0-md-minus { margin-top: 0px !important; } - .mb-0-fs-minus { + .mb-0-md-minus { margin-bottom: 0px !important; } - .p-1-fs { + .p-1-md { padding: 4px !important; } - .pr-1-fs { + .pr-1-md { padding-right: 4px !important; } - .pl-1-fs { + .pl-1-md { padding-left: 4px !important; } - .pt-1-fs { + .pt-1-md { padding-top: 4px !important; } - .pb-1-fs { + .pb-1-md { padding-bottom: 4px !important; } - .px-1-fs { + .px-1-md { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-fs { + .py-1-md { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-fs { + .m-1-md { margin: 4px !important; } - .mr-1-fs { + .mr-1-md { margin-right: 4px !important; } - .ml-1-fs { + .ml-1-md { margin-left: 4px !important; } - .mt-1-fs { + .mt-1-md { margin-top: 4px !important; } - .mb-1-fs { + .mb-1-md { margin-bottom: 4px !important; } - .mx-1-fs { + .mx-1-md { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-fs { + .my-1-md { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-fs-minus { + .m-1-md-minus { margin: -4px !important; } - .mr-1-fs-minus { + .mr-1-md-minus { margin-right: -4px !important; } - .ml-1-fs-minus { + .ml-1-md-minus { margin-left: -4px !important; } - .mt-1-fs-minus { + .mt-1-md-minus { margin-top: -4px !important; } - .mb-1-fs-minus { + .mb-1-md-minus { margin-bottom: -4px !important; } - .p-2-fs { + .p-2-md { padding: 8px !important; } - .pr-2-fs { + .pr-2-md { padding-right: 8px !important; } - .pl-2-fs { + .pl-2-md { padding-left: 8px !important; } - .pt-2-fs { + .pt-2-md { padding-top: 8px !important; } - .pb-2-fs { + .pb-2-md { padding-bottom: 8px !important; } - .px-2-fs { + .px-2-md { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-fs { + .py-2-md { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-fs { + .m-2-md { margin: 8px !important; } - .mr-2-fs { + .mr-2-md { margin-right: 8px !important; } - .ml-2-fs { + .ml-2-md { margin-left: 8px !important; } - .mt-2-fs { + .mt-2-md { margin-top: 8px !important; } - .mb-2-fs { + .mb-2-md { margin-bottom: 8px !important; } - .mx-2-fs { + .mx-2-md { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-fs { + .my-2-md { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-fs-minus { + .m-2-md-minus { margin: -8px !important; } - .mr-2-fs-minus { + .mr-2-md-minus { margin-right: -8px !important; } - .ml-2-fs-minus { + .ml-2-md-minus { margin-left: -8px !important; } - .mt-2-fs-minus { + .mt-2-md-minus { margin-top: -8px !important; } - .mb-2-fs-minus { + .mb-2-md-minus { margin-bottom: -8px !important; } - .p-3-fs { + .p-3-md { padding: 12px !important; } - .pr-3-fs { + .pr-3-md { padding-right: 12px !important; } - .pl-3-fs { + .pl-3-md { padding-left: 12px !important; } - .pt-3-fs { + .pt-3-md { padding-top: 12px !important; } - .pb-3-fs { + .pb-3-md { padding-bottom: 12px !important; } - .px-3-fs { + .px-3-md { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-fs { + .py-3-md { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-fs { + .m-3-md { margin: 12px !important; } - .mr-3-fs { + .mr-3-md { margin-right: 12px !important; } - .ml-3-fs { + .ml-3-md { margin-left: 12px !important; } - .mt-3-fs { + .mt-3-md { margin-top: 12px !important; } - .mb-3-fs { + .mb-3-md { margin-bottom: 12px !important; } - .mx-3-fs { + .mx-3-md { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-fs { + .my-3-md { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-fs-minus { + .m-3-md-minus { margin: -12px !important; } - .mr-3-fs-minus { + .mr-3-md-minus { margin-right: -12px !important; } - .ml-3-fs-minus { + .ml-3-md-minus { margin-left: -12px !important; } - .mt-3-fs-minus { + .mt-3-md-minus { margin-top: -12px !important; } - .mb-3-fs-minus { + .mb-3-md-minus { margin-bottom: -12px !important; } - .p-4-fs { + .p-4-md { padding: 16px !important; } - .pr-4-fs { + .pr-4-md { padding-right: 16px !important; } - .pl-4-fs { + .pl-4-md { padding-left: 16px !important; } - .pt-4-fs { + .pt-4-md { padding-top: 16px !important; } - .pb-4-fs { + .pb-4-md { padding-bottom: 16px !important; } - .px-4-fs { + .px-4-md { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-fs { + .py-4-md { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-fs { + .m-4-md { margin: 16px !important; } - .mr-4-fs { + .mr-4-md { margin-right: 16px !important; } - .ml-4-fs { + .ml-4-md { margin-left: 16px !important; } - .mt-4-fs { + .mt-4-md { margin-top: 16px !important; } - .mb-4-fs { + .mb-4-md { margin-bottom: 16px !important; } - .mx-4-fs { + .mx-4-md { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-fs { + .my-4-md { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-fs-minus { + .m-4-md-minus { margin: -16px !important; } - .mr-4-fs-minus { + .mr-4-md-minus { margin-right: -16px !important; } - .ml-4-fs-minus { + .ml-4-md-minus { margin-left: -16px !important; } - .mt-4-fs-minus { + .mt-4-md-minus { margin-top: -16px !important; } - .mb-4-fs-minus { + .mb-4-md-minus { margin-bottom: -16px !important; } - .p-5-fs { + .p-5-md { padding: 20px !important; } - .pr-5-fs { + .pr-5-md { padding-right: 20px !important; } - .pl-5-fs { + .pl-5-md { padding-left: 20px !important; } - .pt-5-fs { + .pt-5-md { padding-top: 20px !important; } - .pb-5-fs { + .pb-5-md { padding-bottom: 20px !important; } - .px-5-fs { + .px-5-md { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-fs { + .py-5-md { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-fs { + .m-5-md { margin: 20px !important; } - .mr-5-fs { + .mr-5-md { margin-right: 20px !important; } - .ml-5-fs { + .ml-5-md { margin-left: 20px !important; } - .mt-5-fs { + .mt-5-md { margin-top: 20px !important; } - .mb-5-fs { + .mb-5-md { margin-bottom: 20px !important; } - .mx-5-fs { + .mx-5-md { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-fs { + .my-5-md { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-fs-minus { + .m-5-md-minus { margin: -20px !important; } - .mr-5-fs-minus { + .mr-5-md-minus { margin-right: -20px !important; } - .ml-5-fs-minus { + .ml-5-md-minus { margin-left: -20px !important; } - .mt-5-fs-minus { + .mt-5-md-minus { margin-top: -20px !important; } - .mb-5-fs-minus { + .mb-5-md-minus { margin-bottom: -20px !important; } - .p-6-fs { + .p-6-md { padding: 24px !important; } - .pr-6-fs { + .pr-6-md { padding-right: 24px !important; } - .pl-6-fs { + .pl-6-md { padding-left: 24px !important; } - .pt-6-fs { + .pt-6-md { padding-top: 24px !important; } - .pb-6-fs { + .pb-6-md { padding-bottom: 24px !important; } - .px-6-fs { + .px-6-md { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-fs { + .py-6-md { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-fs { + .m-6-md { margin: 24px !important; } - .mr-6-fs { + .mr-6-md { margin-right: 24px !important; } - .ml-6-fs { + .ml-6-md { margin-left: 24px !important; } - .mt-6-fs { + .mt-6-md { margin-top: 24px !important; } - .mb-6-fs { + .mb-6-md { margin-bottom: 24px !important; } - .mx-6-fs { + .mx-6-md { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-fs { + .my-6-md { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-fs-minus { + .m-6-md-minus { margin: -24px !important; } - .mr-6-fs-minus { + .mr-6-md-minus { margin-right: -24px !important; } - .ml-6-fs-minus { + .ml-6-md-minus { margin-left: -24px !important; } - .mt-6-fs-minus { + .mt-6-md-minus { margin-top: -24px !important; } - .mb-6-fs-minus { + .mb-6-md-minus { margin-bottom: -24px !important; } - .p-7-fs { + .p-7-md { padding: 28px !important; } - .pr-7-fs { + .pr-7-md { padding-right: 28px !important; } - .pl-7-fs { + .pl-7-md { padding-left: 28px !important; } - .pt-7-fs { + .pt-7-md { padding-top: 28px !important; } - .pb-7-fs { + .pb-7-md { padding-bottom: 28px !important; } - .px-7-fs { + .px-7-md { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-fs { + .py-7-md { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-fs { + .m-7-md { margin: 28px !important; } - .mr-7-fs { + .mr-7-md { margin-right: 28px !important; } - .ml-7-fs { + .ml-7-md { margin-left: 28px !important; } - .mt-7-fs { + .mt-7-md { margin-top: 28px !important; } - .mb-7-fs { + .mb-7-md { margin-bottom: 28px !important; } - .mx-7-fs { + .mx-7-md { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-fs { + .my-7-md { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-fs-minus { + .m-7-md-minus { margin: -28px !important; } - .mr-7-fs-minus { + .mr-7-md-minus { margin-right: -28px !important; } - .ml-7-fs-minus { + .ml-7-md-minus { margin-left: -28px !important; } - .mt-7-fs-minus { + .mt-7-md-minus { margin-top: -28px !important; } - .mb-7-fs-minus { + .mb-7-md-minus { margin-bottom: -28px !important; } - .p-8-fs { + .p-8-md { padding: 32px !important; } - .pr-8-fs { + .pr-8-md { padding-right: 32px !important; } - .pl-8-fs { + .pl-8-md { padding-left: 32px !important; } - .pt-8-fs { + .pt-8-md { padding-top: 32px !important; } - .pb-8-fs { + .pb-8-md { padding-bottom: 32px !important; } - .px-8-fs { + .px-8-md { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-fs { + .py-8-md { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-fs { + .m-8-md { margin: 32px !important; } - .mr-8-fs { + .mr-8-md { margin-right: 32px !important; } - .ml-8-fs { + .ml-8-md { margin-left: 32px !important; } - .mt-8-fs { + .mt-8-md { margin-top: 32px !important; } - .mb-8-fs { + .mb-8-md { margin-bottom: 32px !important; } - .mx-8-fs { + .mx-8-md { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-fs { + .my-8-md { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-fs-minus { + .m-8-md-minus { margin: -32px !important; } - .mr-8-fs-minus { + .mr-8-md-minus { margin-right: -32px !important; } - .ml-8-fs-minus { + .ml-8-md-minus { margin-left: -32px !important; } - .mt-8-fs-minus { + .mt-8-md-minus { margin-top: -32px !important; } - .mb-8-fs-minus { + .mb-8-md-minus { margin-bottom: -32px !important; } - .p-9-fs { + .p-9-md { padding: 36px !important; } - .pr-9-fs { + .pr-9-md { padding-right: 36px !important; } - .pl-9-fs { + .pl-9-md { padding-left: 36px !important; } - .pt-9-fs { + .pt-9-md { padding-top: 36px !important; } - .pb-9-fs { + .pb-9-md { padding-bottom: 36px !important; } - .px-9-fs { + .px-9-md { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-fs { + .py-9-md { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-fs { + .m-9-md { margin: 36px !important; } - .mr-9-fs { + .mr-9-md { margin-right: 36px !important; } - .ml-9-fs { + .ml-9-md { margin-left: 36px !important; } - .mt-9-fs { + .mt-9-md { margin-top: 36px !important; } - .mb-9-fs { + .mb-9-md { margin-bottom: 36px !important; } - .mx-9-fs { + .mx-9-md { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-fs { + .my-9-md { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-fs-minus { + .m-9-md-minus { margin: -36px !important; } - .mr-9-fs-minus { + .mr-9-md-minus { margin-right: -36px !important; } - .ml-9-fs-minus { + .ml-9-md-minus { margin-left: -36px !important; } - .mt-9-fs-minus { + .mt-9-md-minus { margin-top: -36px !important; } - .mb-9-fs-minus { + .mb-9-md-minus { margin-bottom: -36px !important; } - .p-10-fs { + .p-10-md { padding: 40px !important; } - .pr-10-fs { + .pr-10-md { padding-right: 40px !important; } - .pl-10-fs { + .pl-10-md { padding-left: 40px !important; } - .pt-10-fs { + .pt-10-md { padding-top: 40px !important; } - .pb-10-fs { + .pb-10-md { padding-bottom: 40px !important; } - .px-10-fs { + .px-10-md { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-fs { + .py-10-md { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-fs { + .m-10-md { margin: 40px !important; } - .mr-10-fs { + .mr-10-md { margin-right: 40px !important; } - .ml-10-fs { + .ml-10-md { margin-left: 40px !important; } - .mt-10-fs { + .mt-10-md { margin-top: 40px !important; } - .mb-10-fs { + .mb-10-md { margin-bottom: 40px !important; } - .mx-10-fs { + .mx-10-md { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-fs { + .my-10-md { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-fs-minus { + .m-10-md-minus { margin: -40px !important; } - .mr-10-fs-minus { + .mr-10-md-minus { margin-right: -40px !important; } - .ml-10-fs-minus { + .ml-10-md-minus { margin-left: -40px !important; } - .mt-10-fs-minus { + .mt-10-md-minus { margin-top: -40px !important; } - .mb-10-fs-minus { + .mb-10-md-minus { margin-bottom: -40px !important; } - .p-11-fs { + .p-11-md { padding: 44px !important; } - .pr-11-fs { + .pr-11-md { padding-right: 44px !important; } - .pl-11-fs { + .pl-11-md { padding-left: 44px !important; } - .pt-11-fs { + .pt-11-md { padding-top: 44px !important; } - .pb-11-fs { + .pb-11-md { padding-bottom: 44px !important; } - .px-11-fs { + .px-11-md { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-fs { + .py-11-md { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-fs { + .m-11-md { margin: 44px !important; } - .mr-11-fs { + .mr-11-md { margin-right: 44px !important; } - .ml-11-fs { + .ml-11-md { margin-left: 44px !important; } - .mt-11-fs { + .mt-11-md { margin-top: 44px !important; } - .mb-11-fs { + .mb-11-md { margin-bottom: 44px !important; } - .mx-11-fs { + .mx-11-md { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-fs { + .my-11-md { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-fs-minus { + .m-11-md-minus { margin: -44px !important; } - .mr-11-fs-minus { + .mr-11-md-minus { margin-right: -44px !important; } - .ml-11-fs-minus { + .ml-11-md-minus { margin-left: -44px !important; } - .mt-11-fs-minus { + .mt-11-md-minus { margin-top: -44px !important; } - .mb-11-fs-minus { + .mb-11-md-minus { margin-bottom: -44px !important; } - .p-12-fs { + .p-12-md { padding: 48px !important; } - .pr-12-fs { + .pr-12-md { padding-right: 48px !important; } - .pl-12-fs { + .pl-12-md { padding-left: 48px !important; } - .pt-12-fs { + .pt-12-md { padding-top: 48px !important; } - .pb-12-fs { + .pb-12-md { padding-bottom: 48px !important; } - .px-12-fs { + .px-12-md { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-fs { + .py-12-md { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-fs { + .m-12-md { margin: 48px !important; } - .mr-12-fs { + .mr-12-md { margin-right: 48px !important; } - .ml-12-fs { + .ml-12-md { margin-left: 48px !important; } - .mt-12-fs { + .mt-12-md { margin-top: 48px !important; } - .mb-12-fs { + .mb-12-md { margin-bottom: 48px !important; } - .mx-12-fs { + .mx-12-md { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-fs { + .my-12-md { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-fs-minus { + .m-12-md-minus { margin: -48px !important; } - .mr-12-fs-minus { + .mr-12-md-minus { margin-right: -48px !important; } - .ml-12-fs-minus { + .ml-12-md-minus { margin-left: -48px !important; } - .mt-12-fs-minus { + .mt-12-md-minus { margin-top: -48px !important; } - .mb-12-fs-minus { + .mb-12-md-minus { margin-bottom: -48px !important; } - .p-13-fs { + .p-13-md { padding: 52px !important; } - .pr-13-fs { + .pr-13-md { padding-right: 52px !important; } - .pl-13-fs { + .pl-13-md { padding-left: 52px !important; } - .pt-13-fs { + .pt-13-md { padding-top: 52px !important; } - .pb-13-fs { + .pb-13-md { padding-bottom: 52px !important; } - .px-13-fs { + .px-13-md { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-fs { + .py-13-md { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-fs { + .m-13-md { margin: 52px !important; } - .mr-13-fs { + .mr-13-md { margin-right: 52px !important; } - .ml-13-fs { + .ml-13-md { margin-left: 52px !important; } - .mt-13-fs { + .mt-13-md { margin-top: 52px !important; } - .mb-13-fs { + .mb-13-md { margin-bottom: 52px !important; } - .mx-13-fs { + .mx-13-md { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-fs { + .my-13-md { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-fs-minus { + .m-13-md-minus { margin: -52px !important; } - .mr-13-fs-minus { + .mr-13-md-minus { margin-right: -52px !important; } - .ml-13-fs-minus { + .ml-13-md-minus { margin-left: -52px !important; } - .mt-13-fs-minus { + .mt-13-md-minus { margin-top: -52px !important; } - .mb-13-fs-minus { + .mb-13-md-minus { margin-bottom: -52px !important; } - .p-14-fs { + .p-14-md { padding: 56px !important; } - .pr-14-fs { + .pr-14-md { padding-right: 56px !important; } - .pl-14-fs { + .pl-14-md { padding-left: 56px !important; } - .pt-14-fs { + .pt-14-md { padding-top: 56px !important; } - .pb-14-fs { + .pb-14-md { padding-bottom: 56px !important; } - .px-14-fs { + .px-14-md { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-fs { + .py-14-md { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-fs { + .m-14-md { margin: 56px !important; } - .mr-14-fs { + .mr-14-md { margin-right: 56px !important; } - .ml-14-fs { + .ml-14-md { margin-left: 56px !important; } - .mt-14-fs { + .mt-14-md { margin-top: 56px !important; } - .mb-14-fs { + .mb-14-md { margin-bottom: 56px !important; } - .mx-14-fs { + .mx-14-md { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-fs { + .my-14-md { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-fs-minus { + .m-14-md-minus { margin: -56px !important; } - .mr-14-fs-minus { + .mr-14-md-minus { margin-right: -56px !important; } - .ml-14-fs-minus { + .ml-14-md-minus { margin-left: -56px !important; } - .mt-14-fs-minus { + .mt-14-md-minus { margin-top: -56px !important; } - .mb-14-fs-minus { + .mb-14-md-minus { margin-bottom: -56px !important; } - .p-15-fs { + .p-15-md { padding: 60px !important; } - .pr-15-fs { + .pr-15-md { padding-right: 60px !important; } - .pl-15-fs { + .pl-15-md { padding-left: 60px !important; } - .pt-15-fs { + .pt-15-md { padding-top: 60px !important; } - .pb-15-fs { + .pb-15-md { padding-bottom: 60px !important; } - .px-15-fs { + .px-15-md { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-fs { + .py-15-md { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-fs { + .m-15-md { margin: 60px !important; } - .mr-15-fs { + .mr-15-md { margin-right: 60px !important; } - .ml-15-fs { + .ml-15-md { margin-left: 60px !important; } - .mt-15-fs { + .mt-15-md { margin-top: 60px !important; } - .mb-15-fs { + .mb-15-md { margin-bottom: 60px !important; } - .mx-15-fs { + .mx-15-md { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-fs { + .my-15-md { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-fs-minus { + .m-15-md-minus { margin: -60px !important; } - .mr-15-fs-minus { + .mr-15-md-minus { margin-right: -60px !important; } - .ml-15-fs-minus { + .ml-15-md-minus { margin-left: -60px !important; } - .mt-15-fs-minus { + .mt-15-md-minus { margin-top: -60px !important; } - .mb-15-fs-minus { + .mb-15-md-minus { margin-bottom: -60px !important; } - .p-16-fs { + .p-16-md { padding: 64px !important; } - .pr-16-fs { + .pr-16-md { padding-right: 64px !important; } - .pl-16-fs { + .pl-16-md { padding-left: 64px !important; } - .pt-16-fs { + .pt-16-md { padding-top: 64px !important; } - .pb-16-fs { + .pb-16-md { padding-bottom: 64px !important; } - .px-16-fs { + .px-16-md { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-fs { + .py-16-md { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-fs { + .m-16-md { margin: 64px !important; } - .mr-16-fs { + .mr-16-md { margin-right: 64px !important; } - .ml-16-fs { + .ml-16-md { margin-left: 64px !important; } - .mt-16-fs { + .mt-16-md { margin-top: 64px !important; } - .mb-16-fs { + .mb-16-md { margin-bottom: 64px !important; } - .mx-16-fs { + .mx-16-md { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-fs { + .my-16-md { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-fs-minus { + .m-16-md-minus { margin: -64px !important; } - .mr-16-fs-minus { + .mr-16-md-minus { margin-right: -64px !important; } - .ml-16-fs-minus { + .ml-16-md-minus { margin-left: -64px !important; } - .mt-16-fs-minus { + .mt-16-md-minus { margin-top: -64px !important; } - .mb-16-fs-minus { + .mb-16-md-minus { margin-bottom: -64px !important; } - .p-17-fs { + .p-17-md { padding: 68px !important; } - .pr-17-fs { + .pr-17-md { padding-right: 68px !important; } - .pl-17-fs { + .pl-17-md { padding-left: 68px !important; } - .pt-17-fs { + .pt-17-md { padding-top: 68px !important; } - .pb-17-fs { + .pb-17-md { padding-bottom: 68px !important; } - .px-17-fs { + .px-17-md { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-fs { + .py-17-md { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-fs { + .m-17-md { margin: 68px !important; } - .mr-17-fs { + .mr-17-md { margin-right: 68px !important; } - .ml-17-fs { + .ml-17-md { margin-left: 68px !important; } - .mt-17-fs { + .mt-17-md { margin-top: 68px !important; } - .mb-17-fs { + .mb-17-md { margin-bottom: 68px !important; } - .mx-17-fs { + .mx-17-md { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-fs { + .my-17-md { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-fs-minus { + .m-17-md-minus { margin: -68px !important; } - .mr-17-fs-minus { + .mr-17-md-minus { margin-right: -68px !important; } - .ml-17-fs-minus { + .ml-17-md-minus { margin-left: -68px !important; } - .mt-17-fs-minus { + .mt-17-md-minus { margin-top: -68px !important; } - .mb-17-fs-minus { + .mb-17-md-minus { margin-bottom: -68px !important; } - .p-18-fs { + .p-18-md { padding: 72px !important; } - .pr-18-fs { + .pr-18-md { padding-right: 72px !important; } - .pl-18-fs { + .pl-18-md { padding-left: 72px !important; } - .pt-18-fs { + .pt-18-md { padding-top: 72px !important; } - .pb-18-fs { + .pb-18-md { padding-bottom: 72px !important; } - .px-18-fs { + .px-18-md { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-fs { + .py-18-md { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-fs { + .m-18-md { margin: 72px !important; } - .mr-18-fs { + .mr-18-md { margin-right: 72px !important; } - .ml-18-fs { + .ml-18-md { margin-left: 72px !important; } - .mt-18-fs { + .mt-18-md { margin-top: 72px !important; } - .mb-18-fs { + .mb-18-md { margin-bottom: 72px !important; } - .mx-18-fs { + .mx-18-md { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-fs { + .my-18-md { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-fs-minus { + .m-18-md-minus { margin: -72px !important; } - .mr-18-fs-minus { + .mr-18-md-minus { margin-right: -72px !important; } - .ml-18-fs-minus { + .ml-18-md-minus { margin-left: -72px !important; } - .mt-18-fs-minus { + .mt-18-md-minus { margin-top: -72px !important; } - .mb-18-fs-minus { + .mb-18-md-minus { margin-bottom: -72px !important; } - .p-19-fs { + .p-19-md { padding: 76px !important; } - .pr-19-fs { + .pr-19-md { padding-right: 76px !important; } - .pl-19-fs { + .pl-19-md { padding-left: 76px !important; } - .pt-19-fs { + .pt-19-md { padding-top: 76px !important; } - .pb-19-fs { + .pb-19-md { padding-bottom: 76px !important; } - .px-19-fs { + .px-19-md { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-fs { + .py-19-md { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-fs { + .m-19-md { margin: 76px !important; } - .mr-19-fs { + .mr-19-md { margin-right: 76px !important; } - .ml-19-fs { + .ml-19-md { margin-left: 76px !important; } - .mt-19-fs { + .mt-19-md { margin-top: 76px !important; } - .mb-19-fs { + .mb-19-md { margin-bottom: 76px !important; } - .mx-19-fs { + .mx-19-md { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-fs { + .my-19-md { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-fs-minus { + .m-19-md-minus { margin: -76px !important; } - .mr-19-fs-minus { + .mr-19-md-minus { margin-right: -76px !important; } - .ml-19-fs-minus { + .ml-19-md-minus { margin-left: -76px !important; } - .mt-19-fs-minus { + .mt-19-md-minus { margin-top: -76px !important; } - .mb-19-fs-minus { + .mb-19-md-minus { margin-bottom: -76px !important; } - .p-20-fs { + .p-20-md { padding: 80px !important; } - .pr-20-fs { + .pr-20-md { padding-right: 80px !important; } - .pl-20-fs { + .pl-20-md { padding-left: 80px !important; } - .pt-20-fs { + .pt-20-md { padding-top: 80px !important; } - .pb-20-fs { + .pb-20-md { padding-bottom: 80px !important; } - .px-20-fs { + .px-20-md { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-fs { + .py-20-md { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-fs { + .m-20-md { margin: 80px !important; } - .mr-20-fs { + .mr-20-md { margin-right: 80px !important; } - .ml-20-fs { + .ml-20-md { margin-left: 80px !important; } - .mt-20-fs { + .mt-20-md { margin-top: 80px !important; } - .mb-20-fs { + .mb-20-md { margin-bottom: 80px !important; } - .mx-20-fs { + .mx-20-md { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-fs { + .my-20-md { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-fs-minus { + .m-20-md-minus { margin: -80px !important; } - .mr-20-fs-minus { + .mr-20-md-minus { margin-right: -80px !important; } - .ml-20-fs-minus { + .ml-20-md-minus { margin-left: -80px !important; } - .mt-20-fs-minus { + .mt-20-md-minus { margin-top: -80px !important; } - .mb-20-fs-minus { + .mb-20-md-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 576px) { - .mx-auto-sm { +@media screen and (min-width: 992px) { + .mx-auto-lg { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-sm { + .ml-auto-lg { margin-left: auto!important; } - .mr-auto-sm { + .mr-auto-lg { margin-right: auto!important; } - .mt-auto-sm { + .mt-auto-lg { margin-top: auto!important; } - .mb-auto-sm { + .mb-auto-lg { margin-bottom: auto!important; } - .p-0-sm { + .p-0-lg { padding: 0!important; } - .pl-0-sm { + .pl-0-lg { padding-left: 0!important; } - .pr-0-sm { + .pr-0-lg { padding-right: 0!important; } - .pt-0-sm { + .pt-0-lg { padding-top: 0!important; } - .pb-0-sm { + .pb-0-lg { padding-bottom: 0!important; } - .m-0-sm { + .m-0-lg { margin: 0!important; } - .ml-0-sm { + .ml-0-lg { margin-left: 0!important; } - .mr-0-sm { + .mr-0-lg { margin-right: 0!important; } - .mt-0-sm { + .mt-0-lg { margin-top: 0!important; } - .mb-0-sm { + .mb-0-lg { margin-bottom: 0!important; } - .p-0-sm { + .p-0-lg { padding: 0px !important; } - .pr-0-sm { + .pr-0-lg { padding-right: 0px !important; } - .pl-0-sm { + .pl-0-lg { padding-left: 0px !important; } - .pt-0-sm { + .pt-0-lg { padding-top: 0px !important; } - .pb-0-sm { + .pb-0-lg { padding-bottom: 0px !important; } - .px-0-sm { + .px-0-lg { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-sm { + .py-0-lg { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-sm { + .m-0-lg { margin: 0px !important; } - .mr-0-sm { + .mr-0-lg { margin-right: 0px !important; } - .ml-0-sm { + .ml-0-lg { margin-left: 0px !important; } - .mt-0-sm { + .mt-0-lg { margin-top: 0px !important; } - .mb-0-sm { + .mb-0-lg { margin-bottom: 0px !important; } - .mx-0-sm { + .mx-0-lg { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-sm { + .my-0-lg { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-sm-minus { + .m-0-lg-minus { margin: 0px !important; } - .mr-0-sm-minus { + .mr-0-lg-minus { margin-right: 0px !important; } - .ml-0-sm-minus { + .ml-0-lg-minus { margin-left: 0px !important; } - .mt-0-sm-minus { + .mt-0-lg-minus { margin-top: 0px !important; } - .mb-0-sm-minus { + .mb-0-lg-minus { margin-bottom: 0px !important; } - .p-1-sm { + .p-1-lg { padding: 4px !important; } - .pr-1-sm { + .pr-1-lg { padding-right: 4px !important; } - .pl-1-sm { + .pl-1-lg { padding-left: 4px !important; } - .pt-1-sm { + .pt-1-lg { padding-top: 4px !important; } - .pb-1-sm { + .pb-1-lg { padding-bottom: 4px !important; } - .px-1-sm { + .px-1-lg { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-sm { + .py-1-lg { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-sm { + .m-1-lg { margin: 4px !important; } - .mr-1-sm { + .mr-1-lg { margin-right: 4px !important; } - .ml-1-sm { + .ml-1-lg { margin-left: 4px !important; } - .mt-1-sm { + .mt-1-lg { margin-top: 4px !important; } - .mb-1-sm { + .mb-1-lg { margin-bottom: 4px !important; } - .mx-1-sm { + .mx-1-lg { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-sm { + .my-1-lg { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-sm-minus { + .m-1-lg-minus { margin: -4px !important; } - .mr-1-sm-minus { + .mr-1-lg-minus { margin-right: -4px !important; } - .ml-1-sm-minus { + .ml-1-lg-minus { margin-left: -4px !important; } - .mt-1-sm-minus { + .mt-1-lg-minus { margin-top: -4px !important; } - .mb-1-sm-minus { + .mb-1-lg-minus { margin-bottom: -4px !important; } - .p-2-sm { + .p-2-lg { padding: 8px !important; } - .pr-2-sm { + .pr-2-lg { padding-right: 8px !important; } - .pl-2-sm { + .pl-2-lg { padding-left: 8px !important; } - .pt-2-sm { + .pt-2-lg { padding-top: 8px !important; } - .pb-2-sm { + .pb-2-lg { padding-bottom: 8px !important; } - .px-2-sm { + .px-2-lg { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-sm { + .py-2-lg { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-sm { + .m-2-lg { margin: 8px !important; } - .mr-2-sm { + .mr-2-lg { margin-right: 8px !important; } - .ml-2-sm { + .ml-2-lg { margin-left: 8px !important; } - .mt-2-sm { + .mt-2-lg { margin-top: 8px !important; } - .mb-2-sm { + .mb-2-lg { margin-bottom: 8px !important; } - .mx-2-sm { + .mx-2-lg { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-sm { + .my-2-lg { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-sm-minus { + .m-2-lg-minus { margin: -8px !important; } - .mr-2-sm-minus { + .mr-2-lg-minus { margin-right: -8px !important; } - .ml-2-sm-minus { + .ml-2-lg-minus { margin-left: -8px !important; } - .mt-2-sm-minus { + .mt-2-lg-minus { margin-top: -8px !important; } - .mb-2-sm-minus { + .mb-2-lg-minus { margin-bottom: -8px !important; } - .p-3-sm { + .p-3-lg { padding: 12px !important; } - .pr-3-sm { + .pr-3-lg { padding-right: 12px !important; } - .pl-3-sm { + .pl-3-lg { padding-left: 12px !important; } - .pt-3-sm { + .pt-3-lg { padding-top: 12px !important; } - .pb-3-sm { + .pb-3-lg { padding-bottom: 12px !important; } - .px-3-sm { + .px-3-lg { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-sm { + .py-3-lg { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-sm { + .m-3-lg { margin: 12px !important; } - .mr-3-sm { + .mr-3-lg { margin-right: 12px !important; } - .ml-3-sm { + .ml-3-lg { margin-left: 12px !important; } - .mt-3-sm { + .mt-3-lg { margin-top: 12px !important; } - .mb-3-sm { + .mb-3-lg { margin-bottom: 12px !important; } - .mx-3-sm { + .mx-3-lg { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-sm { + .my-3-lg { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-sm-minus { + .m-3-lg-minus { margin: -12px !important; } - .mr-3-sm-minus { + .mr-3-lg-minus { margin-right: -12px !important; } - .ml-3-sm-minus { + .ml-3-lg-minus { margin-left: -12px !important; } - .mt-3-sm-minus { + .mt-3-lg-minus { margin-top: -12px !important; } - .mb-3-sm-minus { + .mb-3-lg-minus { margin-bottom: -12px !important; } - .p-4-sm { + .p-4-lg { padding: 16px !important; } - .pr-4-sm { + .pr-4-lg { padding-right: 16px !important; } - .pl-4-sm { + .pl-4-lg { padding-left: 16px !important; } - .pt-4-sm { + .pt-4-lg { padding-top: 16px !important; } - .pb-4-sm { + .pb-4-lg { padding-bottom: 16px !important; } - .px-4-sm { + .px-4-lg { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-sm { + .py-4-lg { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-sm { + .m-4-lg { margin: 16px !important; } - .mr-4-sm { + .mr-4-lg { margin-right: 16px !important; } - .ml-4-sm { + .ml-4-lg { margin-left: 16px !important; } - .mt-4-sm { + .mt-4-lg { margin-top: 16px !important; } - .mb-4-sm { + .mb-4-lg { margin-bottom: 16px !important; } - .mx-4-sm { + .mx-4-lg { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-sm { + .my-4-lg { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-sm-minus { + .m-4-lg-minus { margin: -16px !important; } - .mr-4-sm-minus { + .mr-4-lg-minus { margin-right: -16px !important; } - .ml-4-sm-minus { + .ml-4-lg-minus { margin-left: -16px !important; } - .mt-4-sm-minus { + .mt-4-lg-minus { margin-top: -16px !important; } - .mb-4-sm-minus { + .mb-4-lg-minus { margin-bottom: -16px !important; } - .p-5-sm { + .p-5-lg { padding: 20px !important; } - .pr-5-sm { + .pr-5-lg { padding-right: 20px !important; } - .pl-5-sm { + .pl-5-lg { padding-left: 20px !important; } - .pt-5-sm { + .pt-5-lg { padding-top: 20px !important; } - .pb-5-sm { + .pb-5-lg { padding-bottom: 20px !important; } - .px-5-sm { + .px-5-lg { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-sm { + .py-5-lg { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-sm { + .m-5-lg { margin: 20px !important; } - .mr-5-sm { + .mr-5-lg { margin-right: 20px !important; } - .ml-5-sm { + .ml-5-lg { margin-left: 20px !important; } - .mt-5-sm { + .mt-5-lg { margin-top: 20px !important; } - .mb-5-sm { + .mb-5-lg { margin-bottom: 20px !important; } - .mx-5-sm { + .mx-5-lg { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-sm { + .my-5-lg { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-sm-minus { + .m-5-lg-minus { margin: -20px !important; } - .mr-5-sm-minus { + .mr-5-lg-minus { margin-right: -20px !important; } - .ml-5-sm-minus { + .ml-5-lg-minus { margin-left: -20px !important; } - .mt-5-sm-minus { + .mt-5-lg-minus { margin-top: -20px !important; } - .mb-5-sm-minus { + .mb-5-lg-minus { margin-bottom: -20px !important; } - .p-6-sm { + .p-6-lg { padding: 24px !important; } - .pr-6-sm { + .pr-6-lg { padding-right: 24px !important; } - .pl-6-sm { + .pl-6-lg { padding-left: 24px !important; } - .pt-6-sm { + .pt-6-lg { padding-top: 24px !important; } - .pb-6-sm { + .pb-6-lg { padding-bottom: 24px !important; } - .px-6-sm { + .px-6-lg { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-sm { + .py-6-lg { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-sm { + .m-6-lg { margin: 24px !important; } - .mr-6-sm { + .mr-6-lg { margin-right: 24px !important; } - .ml-6-sm { + .ml-6-lg { margin-left: 24px !important; } - .mt-6-sm { + .mt-6-lg { margin-top: 24px !important; } - .mb-6-sm { + .mb-6-lg { margin-bottom: 24px !important; } - .mx-6-sm { + .mx-6-lg { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-sm { + .my-6-lg { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-sm-minus { + .m-6-lg-minus { margin: -24px !important; } - .mr-6-sm-minus { + .mr-6-lg-minus { margin-right: -24px !important; } - .ml-6-sm-minus { + .ml-6-lg-minus { margin-left: -24px !important; } - .mt-6-sm-minus { + .mt-6-lg-minus { margin-top: -24px !important; } - .mb-6-sm-minus { + .mb-6-lg-minus { margin-bottom: -24px !important; } - .p-7-sm { + .p-7-lg { padding: 28px !important; } - .pr-7-sm { + .pr-7-lg { padding-right: 28px !important; } - .pl-7-sm { + .pl-7-lg { padding-left: 28px !important; } - .pt-7-sm { + .pt-7-lg { padding-top: 28px !important; } - .pb-7-sm { + .pb-7-lg { padding-bottom: 28px !important; } - .px-7-sm { + .px-7-lg { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-sm { + .py-7-lg { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-sm { + .m-7-lg { margin: 28px !important; } - .mr-7-sm { + .mr-7-lg { margin-right: 28px !important; } - .ml-7-sm { + .ml-7-lg { margin-left: 28px !important; } - .mt-7-sm { + .mt-7-lg { margin-top: 28px !important; } - .mb-7-sm { + .mb-7-lg { margin-bottom: 28px !important; } - .mx-7-sm { + .mx-7-lg { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-sm { + .my-7-lg { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-sm-minus { + .m-7-lg-minus { margin: -28px !important; } - .mr-7-sm-minus { + .mr-7-lg-minus { margin-right: -28px !important; } - .ml-7-sm-minus { + .ml-7-lg-minus { margin-left: -28px !important; } - .mt-7-sm-minus { + .mt-7-lg-minus { margin-top: -28px !important; } - .mb-7-sm-minus { + .mb-7-lg-minus { margin-bottom: -28px !important; } - .p-8-sm { + .p-8-lg { padding: 32px !important; } - .pr-8-sm { + .pr-8-lg { padding-right: 32px !important; } - .pl-8-sm { + .pl-8-lg { padding-left: 32px !important; } - .pt-8-sm { + .pt-8-lg { padding-top: 32px !important; } - .pb-8-sm { + .pb-8-lg { padding-bottom: 32px !important; } - .px-8-sm { + .px-8-lg { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-sm { + .py-8-lg { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-sm { + .m-8-lg { margin: 32px !important; } - .mr-8-sm { + .mr-8-lg { margin-right: 32px !important; } - .ml-8-sm { + .ml-8-lg { margin-left: 32px !important; } - .mt-8-sm { + .mt-8-lg { margin-top: 32px !important; } - .mb-8-sm { + .mb-8-lg { margin-bottom: 32px !important; } - .mx-8-sm { + .mx-8-lg { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-sm { + .my-8-lg { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-sm-minus { + .m-8-lg-minus { margin: -32px !important; } - .mr-8-sm-minus { + .mr-8-lg-minus { margin-right: -32px !important; } - .ml-8-sm-minus { + .ml-8-lg-minus { margin-left: -32px !important; } - .mt-8-sm-minus { + .mt-8-lg-minus { margin-top: -32px !important; } - .mb-8-sm-minus { + .mb-8-lg-minus { margin-bottom: -32px !important; } - .p-9-sm { + .p-9-lg { padding: 36px !important; } - .pr-9-sm { + .pr-9-lg { padding-right: 36px !important; } - .pl-9-sm { + .pl-9-lg { padding-left: 36px !important; } - .pt-9-sm { + .pt-9-lg { padding-top: 36px !important; } - .pb-9-sm { + .pb-9-lg { padding-bottom: 36px !important; } - .px-9-sm { + .px-9-lg { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-sm { + .py-9-lg { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-sm { + .m-9-lg { margin: 36px !important; } - .mr-9-sm { + .mr-9-lg { margin-right: 36px !important; } - .ml-9-sm { + .ml-9-lg { margin-left: 36px !important; } - .mt-9-sm { + .mt-9-lg { margin-top: 36px !important; } - .mb-9-sm { + .mb-9-lg { margin-bottom: 36px !important; } - .mx-9-sm { + .mx-9-lg { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-sm { + .my-9-lg { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-sm-minus { + .m-9-lg-minus { margin: -36px !important; } - .mr-9-sm-minus { + .mr-9-lg-minus { margin-right: -36px !important; } - .ml-9-sm-minus { + .ml-9-lg-minus { margin-left: -36px !important; } - .mt-9-sm-minus { + .mt-9-lg-minus { margin-top: -36px !important; } - .mb-9-sm-minus { + .mb-9-lg-minus { margin-bottom: -36px !important; } - .p-10-sm { + .p-10-lg { padding: 40px !important; } - .pr-10-sm { + .pr-10-lg { padding-right: 40px !important; } - .pl-10-sm { + .pl-10-lg { padding-left: 40px !important; } - .pt-10-sm { + .pt-10-lg { padding-top: 40px !important; } - .pb-10-sm { + .pb-10-lg { padding-bottom: 40px !important; } - .px-10-sm { + .px-10-lg { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-sm { + .py-10-lg { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-sm { + .m-10-lg { margin: 40px !important; } - .mr-10-sm { + .mr-10-lg { margin-right: 40px !important; } - .ml-10-sm { + .ml-10-lg { margin-left: 40px !important; } - .mt-10-sm { + .mt-10-lg { margin-top: 40px !important; } - .mb-10-sm { + .mb-10-lg { margin-bottom: 40px !important; } - .mx-10-sm { + .mx-10-lg { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-sm { + .my-10-lg { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-sm-minus { + .m-10-lg-minus { margin: -40px !important; } - .mr-10-sm-minus { + .mr-10-lg-minus { margin-right: -40px !important; } - .ml-10-sm-minus { + .ml-10-lg-minus { margin-left: -40px !important; } - .mt-10-sm-minus { + .mt-10-lg-minus { margin-top: -40px !important; } - .mb-10-sm-minus { + .mb-10-lg-minus { margin-bottom: -40px !important; } - .p-11-sm { + .p-11-lg { padding: 44px !important; } - .pr-11-sm { + .pr-11-lg { padding-right: 44px !important; } - .pl-11-sm { + .pl-11-lg { padding-left: 44px !important; } - .pt-11-sm { + .pt-11-lg { padding-top: 44px !important; } - .pb-11-sm { + .pb-11-lg { padding-bottom: 44px !important; } - .px-11-sm { + .px-11-lg { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-sm { + .py-11-lg { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-sm { + .m-11-lg { margin: 44px !important; } - .mr-11-sm { + .mr-11-lg { margin-right: 44px !important; } - .ml-11-sm { + .ml-11-lg { margin-left: 44px !important; } - .mt-11-sm { + .mt-11-lg { margin-top: 44px !important; } - .mb-11-sm { + .mb-11-lg { margin-bottom: 44px !important; } - .mx-11-sm { + .mx-11-lg { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-sm { + .my-11-lg { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-sm-minus { + .m-11-lg-minus { margin: -44px !important; } - .mr-11-sm-minus { + .mr-11-lg-minus { margin-right: -44px !important; } - .ml-11-sm-minus { + .ml-11-lg-minus { margin-left: -44px !important; } - .mt-11-sm-minus { + .mt-11-lg-minus { margin-top: -44px !important; } - .mb-11-sm-minus { + .mb-11-lg-minus { margin-bottom: -44px !important; } - .p-12-sm { + .p-12-lg { padding: 48px !important; } - .pr-12-sm { + .pr-12-lg { padding-right: 48px !important; } - .pl-12-sm { + .pl-12-lg { padding-left: 48px !important; } - .pt-12-sm { + .pt-12-lg { padding-top: 48px !important; } - .pb-12-sm { + .pb-12-lg { padding-bottom: 48px !important; } - .px-12-sm { + .px-12-lg { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-sm { + .py-12-lg { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-sm { + .m-12-lg { margin: 48px !important; } - .mr-12-sm { + .mr-12-lg { margin-right: 48px !important; } - .ml-12-sm { + .ml-12-lg { margin-left: 48px !important; } - .mt-12-sm { + .mt-12-lg { margin-top: 48px !important; } - .mb-12-sm { + .mb-12-lg { margin-bottom: 48px !important; } - .mx-12-sm { + .mx-12-lg { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-sm { + .my-12-lg { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-sm-minus { + .m-12-lg-minus { margin: -48px !important; } - .mr-12-sm-minus { + .mr-12-lg-minus { margin-right: -48px !important; } - .ml-12-sm-minus { + .ml-12-lg-minus { margin-left: -48px !important; } - .mt-12-sm-minus { + .mt-12-lg-minus { margin-top: -48px !important; } - .mb-12-sm-minus { + .mb-12-lg-minus { margin-bottom: -48px !important; } - .p-13-sm { + .p-13-lg { padding: 52px !important; } - .pr-13-sm { + .pr-13-lg { padding-right: 52px !important; } - .pl-13-sm { + .pl-13-lg { padding-left: 52px !important; } - .pt-13-sm { + .pt-13-lg { padding-top: 52px !important; } - .pb-13-sm { + .pb-13-lg { padding-bottom: 52px !important; } - .px-13-sm { + .px-13-lg { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-sm { + .py-13-lg { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-sm { + .m-13-lg { margin: 52px !important; } - .mr-13-sm { + .mr-13-lg { margin-right: 52px !important; } - .ml-13-sm { + .ml-13-lg { margin-left: 52px !important; } - .mt-13-sm { + .mt-13-lg { margin-top: 52px !important; } - .mb-13-sm { + .mb-13-lg { margin-bottom: 52px !important; } - .mx-13-sm { + .mx-13-lg { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-sm { + .my-13-lg { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-sm-minus { + .m-13-lg-minus { margin: -52px !important; } - .mr-13-sm-minus { + .mr-13-lg-minus { margin-right: -52px !important; } - .ml-13-sm-minus { + .ml-13-lg-minus { margin-left: -52px !important; } - .mt-13-sm-minus { + .mt-13-lg-minus { margin-top: -52px !important; } - .mb-13-sm-minus { + .mb-13-lg-minus { margin-bottom: -52px !important; } - .p-14-sm { + .p-14-lg { padding: 56px !important; } - .pr-14-sm { + .pr-14-lg { padding-right: 56px !important; } - .pl-14-sm { + .pl-14-lg { padding-left: 56px !important; } - .pt-14-sm { + .pt-14-lg { padding-top: 56px !important; } - .pb-14-sm { + .pb-14-lg { padding-bottom: 56px !important; } - .px-14-sm { + .px-14-lg { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-sm { + .py-14-lg { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-sm { + .m-14-lg { margin: 56px !important; } - .mr-14-sm { + .mr-14-lg { margin-right: 56px !important; } - .ml-14-sm { + .ml-14-lg { margin-left: 56px !important; } - .mt-14-sm { + .mt-14-lg { margin-top: 56px !important; } - .mb-14-sm { + .mb-14-lg { margin-bottom: 56px !important; } - .mx-14-sm { + .mx-14-lg { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-sm { + .my-14-lg { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-sm-minus { + .m-14-lg-minus { margin: -56px !important; } - .mr-14-sm-minus { + .mr-14-lg-minus { margin-right: -56px !important; } - .ml-14-sm-minus { + .ml-14-lg-minus { margin-left: -56px !important; } - .mt-14-sm-minus { + .mt-14-lg-minus { margin-top: -56px !important; } - .mb-14-sm-minus { + .mb-14-lg-minus { margin-bottom: -56px !important; } - .p-15-sm { + .p-15-lg { padding: 60px !important; } - .pr-15-sm { + .pr-15-lg { padding-right: 60px !important; } - .pl-15-sm { + .pl-15-lg { padding-left: 60px !important; } - .pt-15-sm { + .pt-15-lg { padding-top: 60px !important; } - .pb-15-sm { + .pb-15-lg { padding-bottom: 60px !important; } - .px-15-sm { + .px-15-lg { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-sm { + .py-15-lg { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-sm { + .m-15-lg { margin: 60px !important; } - .mr-15-sm { + .mr-15-lg { margin-right: 60px !important; } - .ml-15-sm { + .ml-15-lg { margin-left: 60px !important; } - .mt-15-sm { + .mt-15-lg { margin-top: 60px !important; } - .mb-15-sm { + .mb-15-lg { margin-bottom: 60px !important; } - .mx-15-sm { + .mx-15-lg { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-sm { + .my-15-lg { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-sm-minus { + .m-15-lg-minus { margin: -60px !important; } - .mr-15-sm-minus { + .mr-15-lg-minus { margin-right: -60px !important; } - .ml-15-sm-minus { + .ml-15-lg-minus { margin-left: -60px !important; } - .mt-15-sm-minus { + .mt-15-lg-minus { margin-top: -60px !important; } - .mb-15-sm-minus { + .mb-15-lg-minus { margin-bottom: -60px !important; } - .p-16-sm { + .p-16-lg { padding: 64px !important; } - .pr-16-sm { + .pr-16-lg { padding-right: 64px !important; } - .pl-16-sm { + .pl-16-lg { padding-left: 64px !important; } - .pt-16-sm { + .pt-16-lg { padding-top: 64px !important; } - .pb-16-sm { + .pb-16-lg { padding-bottom: 64px !important; } - .px-16-sm { + .px-16-lg { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-sm { + .py-16-lg { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-sm { + .m-16-lg { margin: 64px !important; } - .mr-16-sm { + .mr-16-lg { margin-right: 64px !important; } - .ml-16-sm { + .ml-16-lg { margin-left: 64px !important; } - .mt-16-sm { + .mt-16-lg { margin-top: 64px !important; } - .mb-16-sm { + .mb-16-lg { margin-bottom: 64px !important; } - .mx-16-sm { + .mx-16-lg { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-sm { + .my-16-lg { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-sm-minus { + .m-16-lg-minus { margin: -64px !important; } - .mr-16-sm-minus { + .mr-16-lg-minus { margin-right: -64px !important; } - .ml-16-sm-minus { + .ml-16-lg-minus { margin-left: -64px !important; } - .mt-16-sm-minus { + .mt-16-lg-minus { margin-top: -64px !important; } - .mb-16-sm-minus { + .mb-16-lg-minus { margin-bottom: -64px !important; } - .p-17-sm { + .p-17-lg { padding: 68px !important; } - .pr-17-sm { + .pr-17-lg { padding-right: 68px !important; } - .pl-17-sm { + .pl-17-lg { padding-left: 68px !important; } - .pt-17-sm { + .pt-17-lg { padding-top: 68px !important; } - .pb-17-sm { + .pb-17-lg { padding-bottom: 68px !important; } - .px-17-sm { + .px-17-lg { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-sm { + .py-17-lg { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-sm { + .m-17-lg { margin: 68px !important; } - .mr-17-sm { + .mr-17-lg { margin-right: 68px !important; } - .ml-17-sm { + .ml-17-lg { margin-left: 68px !important; } - .mt-17-sm { + .mt-17-lg { margin-top: 68px !important; } - .mb-17-sm { + .mb-17-lg { margin-bottom: 68px !important; } - .mx-17-sm { + .mx-17-lg { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-sm { + .my-17-lg { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-sm-minus { + .m-17-lg-minus { margin: -68px !important; } - .mr-17-sm-minus { + .mr-17-lg-minus { margin-right: -68px !important; } - .ml-17-sm-minus { + .ml-17-lg-minus { margin-left: -68px !important; } - .mt-17-sm-minus { + .mt-17-lg-minus { margin-top: -68px !important; } - .mb-17-sm-minus { + .mb-17-lg-minus { margin-bottom: -68px !important; } - .p-18-sm { + .p-18-lg { padding: 72px !important; } - .pr-18-sm { + .pr-18-lg { padding-right: 72px !important; } - .pl-18-sm { + .pl-18-lg { padding-left: 72px !important; } - .pt-18-sm { + .pt-18-lg { padding-top: 72px !important; } - .pb-18-sm { + .pb-18-lg { padding-bottom: 72px !important; } - .px-18-sm { + .px-18-lg { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-sm { + .py-18-lg { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-sm { + .m-18-lg { margin: 72px !important; } - .mr-18-sm { + .mr-18-lg { margin-right: 72px !important; } - .ml-18-sm { + .ml-18-lg { margin-left: 72px !important; } - .mt-18-sm { + .mt-18-lg { margin-top: 72px !important; } - .mb-18-sm { + .mb-18-lg { margin-bottom: 72px !important; } - .mx-18-sm { + .mx-18-lg { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-sm { + .my-18-lg { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-sm-minus { + .m-18-lg-minus { margin: -72px !important; } - .mr-18-sm-minus { + .mr-18-lg-minus { margin-right: -72px !important; } - .ml-18-sm-minus { + .ml-18-lg-minus { margin-left: -72px !important; } - .mt-18-sm-minus { + .mt-18-lg-minus { margin-top: -72px !important; } - .mb-18-sm-minus { + .mb-18-lg-minus { margin-bottom: -72px !important; } - .p-19-sm { + .p-19-lg { padding: 76px !important; } - .pr-19-sm { + .pr-19-lg { padding-right: 76px !important; } - .pl-19-sm { + .pl-19-lg { padding-left: 76px !important; } - .pt-19-sm { + .pt-19-lg { padding-top: 76px !important; } - .pb-19-sm { + .pb-19-lg { padding-bottom: 76px !important; } - .px-19-sm { + .px-19-lg { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-sm { + .py-19-lg { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-sm { + .m-19-lg { margin: 76px !important; } - .mr-19-sm { + .mr-19-lg { margin-right: 76px !important; } - .ml-19-sm { + .ml-19-lg { margin-left: 76px !important; } - .mt-19-sm { + .mt-19-lg { margin-top: 76px !important; } - .mb-19-sm { + .mb-19-lg { margin-bottom: 76px !important; } - .mx-19-sm { + .mx-19-lg { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-sm { + .my-19-lg { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-sm-minus { + .m-19-lg-minus { margin: -76px !important; } - .mr-19-sm-minus { + .mr-19-lg-minus { margin-right: -76px !important; } - .ml-19-sm-minus { + .ml-19-lg-minus { margin-left: -76px !important; } - .mt-19-sm-minus { + .mt-19-lg-minus { margin-top: -76px !important; } - .mb-19-sm-minus { + .mb-19-lg-minus { margin-bottom: -76px !important; } - .p-20-sm { + .p-20-lg { padding: 80px !important; } - .pr-20-sm { + .pr-20-lg { padding-right: 80px !important; } - .pl-20-sm { + .pl-20-lg { padding-left: 80px !important; } - .pt-20-sm { + .pt-20-lg { padding-top: 80px !important; } - .pb-20-sm { + .pb-20-lg { padding-bottom: 80px !important; } - .px-20-sm { + .px-20-lg { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-sm { + .py-20-lg { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-sm { + .m-20-lg { margin: 80px !important; } - .mr-20-sm { + .mr-20-lg { margin-right: 80px !important; } - .ml-20-sm { + .ml-20-lg { margin-left: 80px !important; } - .mt-20-sm { + .mt-20-lg { margin-top: 80px !important; } - .mb-20-sm { + .mb-20-lg { margin-bottom: 80px !important; } - .mx-20-sm { + .mx-20-lg { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-sm { + .my-20-lg { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-sm-minus { + .m-20-lg-minus { margin: -80px !important; } - .mr-20-sm-minus { + .mr-20-lg-minus { margin-right: -80px !important; } - .ml-20-sm-minus { + .ml-20-lg-minus { margin-left: -80px !important; } - .mt-20-sm-minus { + .mt-20-lg-minus { margin-top: -80px !important; } - .mb-20-sm-minus { + .mb-20-lg-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 768px) { - .mx-auto-md { +@media screen and (min-width: 1200px) { + .mx-auto-xl { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-md { + .ml-auto-xl { margin-left: auto!important; } - .mr-auto-md { + .mr-auto-xl { margin-right: auto!important; } - .mt-auto-md { + .mt-auto-xl { margin-top: auto!important; } - .mb-auto-md { + .mb-auto-xl { margin-bottom: auto!important; } - .p-0-md { + .p-0-xl { padding: 0!important; } - .pl-0-md { + .pl-0-xl { padding-left: 0!important; } - .pr-0-md { + .pr-0-xl { padding-right: 0!important; } - .pt-0-md { + .pt-0-xl { padding-top: 0!important; } - .pb-0-md { + .pb-0-xl { padding-bottom: 0!important; } - .m-0-md { + .m-0-xl { margin: 0!important; } - .ml-0-md { + .ml-0-xl { margin-left: 0!important; } - .mr-0-md { + .mr-0-xl { margin-right: 0!important; } - .mt-0-md { + .mt-0-xl { margin-top: 0!important; } - .mb-0-md { + .mb-0-xl { margin-bottom: 0!important; } - .p-0-md { + .p-0-xl { padding: 0px !important; } - .pr-0-md { + .pr-0-xl { padding-right: 0px !important; } - .pl-0-md { + .pl-0-xl { padding-left: 0px !important; } - .pt-0-md { + .pt-0-xl { padding-top: 0px !important; } - .pb-0-md { + .pb-0-xl { padding-bottom: 0px !important; } - .px-0-md { + .px-0-xl { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-md { + .py-0-xl { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-md { + .m-0-xl { margin: 0px !important; } - .mr-0-md { + .mr-0-xl { margin-right: 0px !important; } - .ml-0-md { + .ml-0-xl { margin-left: 0px !important; } - .mt-0-md { + .mt-0-xl { margin-top: 0px !important; } - .mb-0-md { + .mb-0-xl { margin-bottom: 0px !important; } - .mx-0-md { + .mx-0-xl { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-md { + .my-0-xl { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-md-minus { + .m-0-xl-minus { margin: 0px !important; } - .mr-0-md-minus { + .mr-0-xl-minus { margin-right: 0px !important; } - .ml-0-md-minus { + .ml-0-xl-minus { margin-left: 0px !important; } - .mt-0-md-minus { + .mt-0-xl-minus { margin-top: 0px !important; } - .mb-0-md-minus { + .mb-0-xl-minus { margin-bottom: 0px !important; } - .p-1-md { + .p-1-xl { padding: 4px !important; } - .pr-1-md { + .pr-1-xl { padding-right: 4px !important; } - .pl-1-md { + .pl-1-xl { padding-left: 4px !important; } - .pt-1-md { + .pt-1-xl { padding-top: 4px !important; } - .pb-1-md { + .pb-1-xl { padding-bottom: 4px !important; } - .px-1-md { + .px-1-xl { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-md { + .py-1-xl { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-md { + .m-1-xl { margin: 4px !important; } - .mr-1-md { + .mr-1-xl { margin-right: 4px !important; } - .ml-1-md { + .ml-1-xl { margin-left: 4px !important; } - .mt-1-md { + .mt-1-xl { margin-top: 4px !important; } - .mb-1-md { + .mb-1-xl { margin-bottom: 4px !important; } - .mx-1-md { + .mx-1-xl { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-md { + .my-1-xl { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-md-minus { + .m-1-xl-minus { margin: -4px !important; } - .mr-1-md-minus { + .mr-1-xl-minus { margin-right: -4px !important; } - .ml-1-md-minus { + .ml-1-xl-minus { margin-left: -4px !important; } - .mt-1-md-minus { + .mt-1-xl-minus { margin-top: -4px !important; } - .mb-1-md-minus { + .mb-1-xl-minus { margin-bottom: -4px !important; } - .p-2-md { + .p-2-xl { padding: 8px !important; } - .pr-2-md { + .pr-2-xl { padding-right: 8px !important; } - .pl-2-md { + .pl-2-xl { padding-left: 8px !important; } - .pt-2-md { + .pt-2-xl { padding-top: 8px !important; } - .pb-2-md { + .pb-2-xl { padding-bottom: 8px !important; } - .px-2-md { + .px-2-xl { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-md { + .py-2-xl { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-md { + .m-2-xl { margin: 8px !important; } - .mr-2-md { + .mr-2-xl { margin-right: 8px !important; } - .ml-2-md { + .ml-2-xl { margin-left: 8px !important; } - .mt-2-md { + .mt-2-xl { margin-top: 8px !important; } - .mb-2-md { + .mb-2-xl { margin-bottom: 8px !important; } - .mx-2-md { + .mx-2-xl { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-md { + .my-2-xl { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-md-minus { + .m-2-xl-minus { margin: -8px !important; } - .mr-2-md-minus { + .mr-2-xl-minus { margin-right: -8px !important; } - .ml-2-md-minus { + .ml-2-xl-minus { margin-left: -8px !important; } - .mt-2-md-minus { + .mt-2-xl-minus { margin-top: -8px !important; } - .mb-2-md-minus { + .mb-2-xl-minus { margin-bottom: -8px !important; } - .p-3-md { + .p-3-xl { padding: 12px !important; } - .pr-3-md { + .pr-3-xl { padding-right: 12px !important; } - .pl-3-md { + .pl-3-xl { padding-left: 12px !important; } - .pt-3-md { + .pt-3-xl { padding-top: 12px !important; } - .pb-3-md { + .pb-3-xl { padding-bottom: 12px !important; } - .px-3-md { + .px-3-xl { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-md { + .py-3-xl { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-md { + .m-3-xl { margin: 12px !important; } - .mr-3-md { + .mr-3-xl { margin-right: 12px !important; } - .ml-3-md { + .ml-3-xl { margin-left: 12px !important; } - .mt-3-md { + .mt-3-xl { margin-top: 12px !important; } - .mb-3-md { + .mb-3-xl { margin-bottom: 12px !important; } - .mx-3-md { + .mx-3-xl { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-md { + .my-3-xl { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-md-minus { + .m-3-xl-minus { margin: -12px !important; } - .mr-3-md-minus { + .mr-3-xl-minus { margin-right: -12px !important; } - .ml-3-md-minus { + .ml-3-xl-minus { margin-left: -12px !important; } - .mt-3-md-minus { + .mt-3-xl-minus { margin-top: -12px !important; } - .mb-3-md-minus { + .mb-3-xl-minus { margin-bottom: -12px !important; } - .p-4-md { + .p-4-xl { padding: 16px !important; } - .pr-4-md { + .pr-4-xl { padding-right: 16px !important; } - .pl-4-md { + .pl-4-xl { padding-left: 16px !important; } - .pt-4-md { + .pt-4-xl { padding-top: 16px !important; } - .pb-4-md { + .pb-4-xl { padding-bottom: 16px !important; } - .px-4-md { + .px-4-xl { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-md { + .py-4-xl { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-md { + .m-4-xl { margin: 16px !important; } - .mr-4-md { + .mr-4-xl { margin-right: 16px !important; } - .ml-4-md { + .ml-4-xl { margin-left: 16px !important; } - .mt-4-md { + .mt-4-xl { margin-top: 16px !important; } - .mb-4-md { + .mb-4-xl { margin-bottom: 16px !important; } - .mx-4-md { + .mx-4-xl { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-md { + .my-4-xl { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-md-minus { + .m-4-xl-minus { margin: -16px !important; } - .mr-4-md-minus { + .mr-4-xl-minus { margin-right: -16px !important; } - .ml-4-md-minus { + .ml-4-xl-minus { margin-left: -16px !important; } - .mt-4-md-minus { + .mt-4-xl-minus { margin-top: -16px !important; } - .mb-4-md-minus { + .mb-4-xl-minus { margin-bottom: -16px !important; } - .p-5-md { + .p-5-xl { padding: 20px !important; } - .pr-5-md { + .pr-5-xl { padding-right: 20px !important; } - .pl-5-md { + .pl-5-xl { padding-left: 20px !important; } - .pt-5-md { + .pt-5-xl { padding-top: 20px !important; } - .pb-5-md { + .pb-5-xl { padding-bottom: 20px !important; } - .px-5-md { + .px-5-xl { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-md { + .py-5-xl { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-md { + .m-5-xl { margin: 20px !important; } - .mr-5-md { + .mr-5-xl { margin-right: 20px !important; } - .ml-5-md { + .ml-5-xl { margin-left: 20px !important; } - .mt-5-md { + .mt-5-xl { margin-top: 20px !important; } - .mb-5-md { + .mb-5-xl { margin-bottom: 20px !important; } - .mx-5-md { + .mx-5-xl { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-md { + .my-5-xl { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-md-minus { + .m-5-xl-minus { margin: -20px !important; } - .mr-5-md-minus { + .mr-5-xl-minus { margin-right: -20px !important; } - .ml-5-md-minus { + .ml-5-xl-minus { margin-left: -20px !important; } - .mt-5-md-minus { + .mt-5-xl-minus { margin-top: -20px !important; } - .mb-5-md-minus { + .mb-5-xl-minus { margin-bottom: -20px !important; } - .p-6-md { + .p-6-xl { padding: 24px !important; } - .pr-6-md { + .pr-6-xl { padding-right: 24px !important; } - .pl-6-md { + .pl-6-xl { padding-left: 24px !important; } - .pt-6-md { + .pt-6-xl { padding-top: 24px !important; } - .pb-6-md { + .pb-6-xl { padding-bottom: 24px !important; } - .px-6-md { + .px-6-xl { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-md { + .py-6-xl { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-md { + .m-6-xl { margin: 24px !important; } - .mr-6-md { + .mr-6-xl { margin-right: 24px !important; } - .ml-6-md { + .ml-6-xl { margin-left: 24px !important; } - .mt-6-md { + .mt-6-xl { margin-top: 24px !important; } - .mb-6-md { + .mb-6-xl { margin-bottom: 24px !important; } - .mx-6-md { + .mx-6-xl { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-md { + .my-6-xl { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-md-minus { + .m-6-xl-minus { margin: -24px !important; } - .mr-6-md-minus { + .mr-6-xl-minus { margin-right: -24px !important; } - .ml-6-md-minus { + .ml-6-xl-minus { margin-left: -24px !important; } - .mt-6-md-minus { + .mt-6-xl-minus { margin-top: -24px !important; } - .mb-6-md-minus { + .mb-6-xl-minus { margin-bottom: -24px !important; } - .p-7-md { + .p-7-xl { padding: 28px !important; } - .pr-7-md { + .pr-7-xl { padding-right: 28px !important; } - .pl-7-md { + .pl-7-xl { padding-left: 28px !important; } - .pt-7-md { + .pt-7-xl { padding-top: 28px !important; } - .pb-7-md { + .pb-7-xl { padding-bottom: 28px !important; } - .px-7-md { + .px-7-xl { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-md { + .py-7-xl { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-md { + .m-7-xl { margin: 28px !important; } - .mr-7-md { + .mr-7-xl { margin-right: 28px !important; } - .ml-7-md { + .ml-7-xl { margin-left: 28px !important; } - .mt-7-md { + .mt-7-xl { margin-top: 28px !important; } - .mb-7-md { + .mb-7-xl { margin-bottom: 28px !important; } - .mx-7-md { + .mx-7-xl { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-md { + .my-7-xl { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-md-minus { + .m-7-xl-minus { margin: -28px !important; } - .mr-7-md-minus { + .mr-7-xl-minus { margin-right: -28px !important; } - .ml-7-md-minus { + .ml-7-xl-minus { margin-left: -28px !important; } - .mt-7-md-minus { + .mt-7-xl-minus { margin-top: -28px !important; } - .mb-7-md-minus { + .mb-7-xl-minus { margin-bottom: -28px !important; } - .p-8-md { + .p-8-xl { padding: 32px !important; } - .pr-8-md { + .pr-8-xl { padding-right: 32px !important; } - .pl-8-md { + .pl-8-xl { padding-left: 32px !important; } - .pt-8-md { + .pt-8-xl { padding-top: 32px !important; } - .pb-8-md { + .pb-8-xl { padding-bottom: 32px !important; } - .px-8-md { + .px-8-xl { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-md { + .py-8-xl { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-md { + .m-8-xl { margin: 32px !important; } - .mr-8-md { + .mr-8-xl { margin-right: 32px !important; } - .ml-8-md { + .ml-8-xl { margin-left: 32px !important; } - .mt-8-md { + .mt-8-xl { margin-top: 32px !important; } - .mb-8-md { + .mb-8-xl { margin-bottom: 32px !important; } - .mx-8-md { + .mx-8-xl { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-md { + .my-8-xl { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-md-minus { + .m-8-xl-minus { margin: -32px !important; } - .mr-8-md-minus { + .mr-8-xl-minus { margin-right: -32px !important; } - .ml-8-md-minus { + .ml-8-xl-minus { margin-left: -32px !important; } - .mt-8-md-minus { + .mt-8-xl-minus { margin-top: -32px !important; } - .mb-8-md-minus { + .mb-8-xl-minus { margin-bottom: -32px !important; } - .p-9-md { + .p-9-xl { padding: 36px !important; } - .pr-9-md { + .pr-9-xl { padding-right: 36px !important; } - .pl-9-md { + .pl-9-xl { padding-left: 36px !important; } - .pt-9-md { + .pt-9-xl { padding-top: 36px !important; } - .pb-9-md { + .pb-9-xl { padding-bottom: 36px !important; } - .px-9-md { + .px-9-xl { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-md { + .py-9-xl { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-md { + .m-9-xl { margin: 36px !important; } - .mr-9-md { + .mr-9-xl { margin-right: 36px !important; } - .ml-9-md { + .ml-9-xl { margin-left: 36px !important; } - .mt-9-md { + .mt-9-xl { margin-top: 36px !important; } - .mb-9-md { + .mb-9-xl { margin-bottom: 36px !important; } - .mx-9-md { + .mx-9-xl { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-md { + .my-9-xl { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-md-minus { + .m-9-xl-minus { margin: -36px !important; } - .mr-9-md-minus { + .mr-9-xl-minus { margin-right: -36px !important; } - .ml-9-md-minus { + .ml-9-xl-minus { margin-left: -36px !important; } - .mt-9-md-minus { + .mt-9-xl-minus { margin-top: -36px !important; } - .mb-9-md-minus { + .mb-9-xl-minus { margin-bottom: -36px !important; } - .p-10-md { + .p-10-xl { padding: 40px !important; } - .pr-10-md { + .pr-10-xl { padding-right: 40px !important; } - .pl-10-md { + .pl-10-xl { padding-left: 40px !important; } - .pt-10-md { + .pt-10-xl { padding-top: 40px !important; } - .pb-10-md { + .pb-10-xl { padding-bottom: 40px !important; } - .px-10-md { + .px-10-xl { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-md { + .py-10-xl { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-md { + .m-10-xl { margin: 40px !important; } - .mr-10-md { + .mr-10-xl { margin-right: 40px !important; } - .ml-10-md { + .ml-10-xl { margin-left: 40px !important; } - .mt-10-md { + .mt-10-xl { margin-top: 40px !important; } - .mb-10-md { + .mb-10-xl { margin-bottom: 40px !important; } - .mx-10-md { + .mx-10-xl { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-md { + .my-10-xl { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-md-minus { + .m-10-xl-minus { margin: -40px !important; } - .mr-10-md-minus { + .mr-10-xl-minus { margin-right: -40px !important; } - .ml-10-md-minus { + .ml-10-xl-minus { margin-left: -40px !important; } - .mt-10-md-minus { + .mt-10-xl-minus { margin-top: -40px !important; } - .mb-10-md-minus { + .mb-10-xl-minus { margin-bottom: -40px !important; } - .p-11-md { + .p-11-xl { padding: 44px !important; } - .pr-11-md { + .pr-11-xl { padding-right: 44px !important; } - .pl-11-md { + .pl-11-xl { padding-left: 44px !important; } - .pt-11-md { + .pt-11-xl { padding-top: 44px !important; } - .pb-11-md { + .pb-11-xl { padding-bottom: 44px !important; } - .px-11-md { + .px-11-xl { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-md { + .py-11-xl { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-md { + .m-11-xl { margin: 44px !important; } - .mr-11-md { + .mr-11-xl { margin-right: 44px !important; } - .ml-11-md { + .ml-11-xl { margin-left: 44px !important; } - .mt-11-md { + .mt-11-xl { margin-top: 44px !important; } - .mb-11-md { + .mb-11-xl { margin-bottom: 44px !important; } - .mx-11-md { + .mx-11-xl { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-md { + .my-11-xl { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-md-minus { + .m-11-xl-minus { margin: -44px !important; } - .mr-11-md-minus { + .mr-11-xl-minus { margin-right: -44px !important; } - .ml-11-md-minus { + .ml-11-xl-minus { margin-left: -44px !important; } - .mt-11-md-minus { + .mt-11-xl-minus { margin-top: -44px !important; } - .mb-11-md-minus { + .mb-11-xl-minus { margin-bottom: -44px !important; } - .p-12-md { + .p-12-xl { padding: 48px !important; } - .pr-12-md { + .pr-12-xl { padding-right: 48px !important; } - .pl-12-md { + .pl-12-xl { padding-left: 48px !important; } - .pt-12-md { + .pt-12-xl { padding-top: 48px !important; } - .pb-12-md { + .pb-12-xl { padding-bottom: 48px !important; } - .px-12-md { + .px-12-xl { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-md { + .py-12-xl { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-md { + .m-12-xl { margin: 48px !important; } - .mr-12-md { + .mr-12-xl { margin-right: 48px !important; } - .ml-12-md { + .ml-12-xl { margin-left: 48px !important; } - .mt-12-md { + .mt-12-xl { margin-top: 48px !important; } - .mb-12-md { + .mb-12-xl { margin-bottom: 48px !important; } - .mx-12-md { + .mx-12-xl { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-md { + .my-12-xl { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-md-minus { + .m-12-xl-minus { margin: -48px !important; } - .mr-12-md-minus { + .mr-12-xl-minus { margin-right: -48px !important; } - .ml-12-md-minus { + .ml-12-xl-minus { margin-left: -48px !important; } - .mt-12-md-minus { + .mt-12-xl-minus { margin-top: -48px !important; } - .mb-12-md-minus { + .mb-12-xl-minus { margin-bottom: -48px !important; } - .p-13-md { + .p-13-xl { padding: 52px !important; } - .pr-13-md { + .pr-13-xl { padding-right: 52px !important; } - .pl-13-md { + .pl-13-xl { padding-left: 52px !important; } - .pt-13-md { + .pt-13-xl { padding-top: 52px !important; } - .pb-13-md { + .pb-13-xl { padding-bottom: 52px !important; } - .px-13-md { + .px-13-xl { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-md { + .py-13-xl { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-md { + .m-13-xl { margin: 52px !important; } - .mr-13-md { + .mr-13-xl { margin-right: 52px !important; } - .ml-13-md { + .ml-13-xl { margin-left: 52px !important; } - .mt-13-md { + .mt-13-xl { margin-top: 52px !important; } - .mb-13-md { + .mb-13-xl { margin-bottom: 52px !important; } - .mx-13-md { + .mx-13-xl { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-md { + .my-13-xl { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-md-minus { + .m-13-xl-minus { margin: -52px !important; } - .mr-13-md-minus { + .mr-13-xl-minus { margin-right: -52px !important; } - .ml-13-md-minus { + .ml-13-xl-minus { margin-left: -52px !important; } - .mt-13-md-minus { + .mt-13-xl-minus { margin-top: -52px !important; } - .mb-13-md-minus { + .mb-13-xl-minus { margin-bottom: -52px !important; } - .p-14-md { + .p-14-xl { padding: 56px !important; } - .pr-14-md { + .pr-14-xl { padding-right: 56px !important; } - .pl-14-md { + .pl-14-xl { padding-left: 56px !important; } - .pt-14-md { + .pt-14-xl { padding-top: 56px !important; } - .pb-14-md { + .pb-14-xl { padding-bottom: 56px !important; } - .px-14-md { + .px-14-xl { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-md { + .py-14-xl { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-md { + .m-14-xl { margin: 56px !important; } - .mr-14-md { + .mr-14-xl { margin-right: 56px !important; } - .ml-14-md { + .ml-14-xl { margin-left: 56px !important; } - .mt-14-md { + .mt-14-xl { margin-top: 56px !important; } - .mb-14-md { + .mb-14-xl { margin-bottom: 56px !important; } - .mx-14-md { + .mx-14-xl { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-md { + .my-14-xl { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-md-minus { + .m-14-xl-minus { margin: -56px !important; } - .mr-14-md-minus { + .mr-14-xl-minus { margin-right: -56px !important; } - .ml-14-md-minus { + .ml-14-xl-minus { margin-left: -56px !important; } - .mt-14-md-minus { + .mt-14-xl-minus { margin-top: -56px !important; } - .mb-14-md-minus { + .mb-14-xl-minus { margin-bottom: -56px !important; } - .p-15-md { + .p-15-xl { padding: 60px !important; } - .pr-15-md { + .pr-15-xl { padding-right: 60px !important; } - .pl-15-md { + .pl-15-xl { padding-left: 60px !important; } - .pt-15-md { + .pt-15-xl { padding-top: 60px !important; } - .pb-15-md { + .pb-15-xl { padding-bottom: 60px !important; } - .px-15-md { + .px-15-xl { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-md { + .py-15-xl { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-md { + .m-15-xl { margin: 60px !important; } - .mr-15-md { + .mr-15-xl { margin-right: 60px !important; } - .ml-15-md { + .ml-15-xl { margin-left: 60px !important; } - .mt-15-md { + .mt-15-xl { margin-top: 60px !important; } - .mb-15-md { + .mb-15-xl { margin-bottom: 60px !important; } - .mx-15-md { + .mx-15-xl { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-md { + .my-15-xl { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-md-minus { + .m-15-xl-minus { margin: -60px !important; } - .mr-15-md-minus { + .mr-15-xl-minus { margin-right: -60px !important; } - .ml-15-md-minus { + .ml-15-xl-minus { margin-left: -60px !important; } - .mt-15-md-minus { + .mt-15-xl-minus { margin-top: -60px !important; } - .mb-15-md-minus { + .mb-15-xl-minus { margin-bottom: -60px !important; } - .p-16-md { + .p-16-xl { padding: 64px !important; } - .pr-16-md { + .pr-16-xl { padding-right: 64px !important; } - .pl-16-md { + .pl-16-xl { padding-left: 64px !important; } - .pt-16-md { + .pt-16-xl { padding-top: 64px !important; } - .pb-16-md { + .pb-16-xl { padding-bottom: 64px !important; } - .px-16-md { + .px-16-xl { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-md { + .py-16-xl { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-md { + .m-16-xl { margin: 64px !important; } - .mr-16-md { + .mr-16-xl { margin-right: 64px !important; } - .ml-16-md { + .ml-16-xl { margin-left: 64px !important; } - .mt-16-md { + .mt-16-xl { margin-top: 64px !important; } - .mb-16-md { + .mb-16-xl { margin-bottom: 64px !important; } - .mx-16-md { + .mx-16-xl { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-md { + .my-16-xl { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-md-minus { + .m-16-xl-minus { margin: -64px !important; } - .mr-16-md-minus { + .mr-16-xl-minus { margin-right: -64px !important; } - .ml-16-md-minus { + .ml-16-xl-minus { margin-left: -64px !important; } - .mt-16-md-minus { + .mt-16-xl-minus { margin-top: -64px !important; } - .mb-16-md-minus { + .mb-16-xl-minus { margin-bottom: -64px !important; } - .p-17-md { + .p-17-xl { padding: 68px !important; } - .pr-17-md { + .pr-17-xl { padding-right: 68px !important; } - .pl-17-md { + .pl-17-xl { padding-left: 68px !important; } - .pt-17-md { + .pt-17-xl { padding-top: 68px !important; } - .pb-17-md { + .pb-17-xl { padding-bottom: 68px !important; } - .px-17-md { + .px-17-xl { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-md { + .py-17-xl { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-md { + .m-17-xl { margin: 68px !important; } - .mr-17-md { + .mr-17-xl { margin-right: 68px !important; } - .ml-17-md { + .ml-17-xl { margin-left: 68px !important; } - .mt-17-md { + .mt-17-xl { margin-top: 68px !important; } - .mb-17-md { + .mb-17-xl { margin-bottom: 68px !important; } - .mx-17-md { + .mx-17-xl { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-md { + .my-17-xl { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-md-minus { + .m-17-xl-minus { margin: -68px !important; } - .mr-17-md-minus { + .mr-17-xl-minus { margin-right: -68px !important; } - .ml-17-md-minus { + .ml-17-xl-minus { margin-left: -68px !important; } - .mt-17-md-minus { + .mt-17-xl-minus { margin-top: -68px !important; } - .mb-17-md-minus { + .mb-17-xl-minus { margin-bottom: -68px !important; } - .p-18-md { + .p-18-xl { padding: 72px !important; } - .pr-18-md { + .pr-18-xl { padding-right: 72px !important; } - .pl-18-md { + .pl-18-xl { padding-left: 72px !important; } - .pt-18-md { + .pt-18-xl { padding-top: 72px !important; } - .pb-18-md { + .pb-18-xl { padding-bottom: 72px !important; } - .px-18-md { + .px-18-xl { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-md { + .py-18-xl { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-md { + .m-18-xl { margin: 72px !important; } - .mr-18-md { + .mr-18-xl { margin-right: 72px !important; } - .ml-18-md { + .ml-18-xl { margin-left: 72px !important; } - .mt-18-md { + .mt-18-xl { margin-top: 72px !important; } - .mb-18-md { + .mb-18-xl { margin-bottom: 72px !important; } - .mx-18-md { + .mx-18-xl { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-md { + .my-18-xl { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-md-minus { + .m-18-xl-minus { margin: -72px !important; } - .mr-18-md-minus { + .mr-18-xl-minus { margin-right: -72px !important; } - .ml-18-md-minus { + .ml-18-xl-minus { margin-left: -72px !important; } - .mt-18-md-minus { + .mt-18-xl-minus { margin-top: -72px !important; } - .mb-18-md-minus { + .mb-18-xl-minus { margin-bottom: -72px !important; } - .p-19-md { + .p-19-xl { padding: 76px !important; } - .pr-19-md { + .pr-19-xl { padding-right: 76px !important; } - .pl-19-md { + .pl-19-xl { padding-left: 76px !important; } - .pt-19-md { + .pt-19-xl { padding-top: 76px !important; } - .pb-19-md { + .pb-19-xl { padding-bottom: 76px !important; } - .px-19-md { + .px-19-xl { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-md { + .py-19-xl { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-md { + .m-19-xl { margin: 76px !important; } - .mr-19-md { + .mr-19-xl { margin-right: 76px !important; } - .ml-19-md { + .ml-19-xl { margin-left: 76px !important; } - .mt-19-md { + .mt-19-xl { margin-top: 76px !important; } - .mb-19-md { + .mb-19-xl { margin-bottom: 76px !important; } - .mx-19-md { + .mx-19-xl { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-md { + .my-19-xl { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-md-minus { + .m-19-xl-minus { margin: -76px !important; } - .mr-19-md-minus { + .mr-19-xl-minus { margin-right: -76px !important; } - .ml-19-md-minus { + .ml-19-xl-minus { margin-left: -76px !important; } - .mt-19-md-minus { + .mt-19-xl-minus { margin-top: -76px !important; } - .mb-19-md-minus { + .mb-19-xl-minus { margin-bottom: -76px !important; } - .p-20-md { + .p-20-xl { padding: 80px !important; } - .pr-20-md { + .pr-20-xl { padding-right: 80px !important; } - .pl-20-md { + .pl-20-xl { padding-left: 80px !important; } - .pt-20-md { + .pt-20-xl { padding-top: 80px !important; } - .pb-20-md { + .pb-20-xl { padding-bottom: 80px !important; } - .px-20-md { + .px-20-xl { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-md { + .py-20-xl { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-md { + .m-20-xl { margin: 80px !important; } - .mr-20-md { + .mr-20-xl { margin-right: 80px !important; } - .ml-20-md { + .ml-20-xl { margin-left: 80px !important; } - .mt-20-md { + .mt-20-xl { margin-top: 80px !important; } - .mb-20-md { + .mb-20-xl { margin-bottom: 80px !important; } - .mx-20-md { + .mx-20-xl { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-md { + .my-20-xl { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-md-minus { + .m-20-xl-minus { margin: -80px !important; } - .mr-20-md-minus { + .mr-20-xl-minus { margin-right: -80px !important; } - .ml-20-md-minus { + .ml-20-xl-minus { margin-left: -80px !important; } - .mt-20-md-minus { + .mt-20-xl-minus { margin-top: -80px !important; } - .mb-20-md-minus { + .mb-20-xl-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 992px) { - .mx-auto-lg { +@media screen and (min-width: 1452px) { + .mx-auto-xxl { margin-left: auto!important; margin-right: auto!important; } - .ml-auto-lg { + .ml-auto-xxl { margin-left: auto!important; } - .mr-auto-lg { + .mr-auto-xxl { margin-right: auto!important; } - .mt-auto-lg { + .mt-auto-xxl { margin-top: auto!important; } - .mb-auto-lg { + .mb-auto-xxl { margin-bottom: auto!important; } - .p-0-lg { + .p-0-xxl { padding: 0!important; } - .pl-0-lg { + .pl-0-xxl { padding-left: 0!important; } - .pr-0-lg { + .pr-0-xxl { padding-right: 0!important; } - .pt-0-lg { + .pt-0-xxl { padding-top: 0!important; } - .pb-0-lg { + .pb-0-xxl { padding-bottom: 0!important; } - .m-0-lg { + .m-0-xxl { margin: 0!important; } - .ml-0-lg { + .ml-0-xxl { margin-left: 0!important; } - .mr-0-lg { + .mr-0-xxl { margin-right: 0!important; } - .mt-0-lg { + .mt-0-xxl { margin-top: 0!important; } - .mb-0-lg { + .mb-0-xxl { margin-bottom: 0!important; } - .p-0-lg { + .p-0-xxl { padding: 0px !important; } - .pr-0-lg { + .pr-0-xxl { padding-right: 0px !important; } - .pl-0-lg { + .pl-0-xxl { padding-left: 0px !important; } - .pt-0-lg { + .pt-0-xxl { padding-top: 0px !important; } - .pb-0-lg { + .pb-0-xxl { padding-bottom: 0px !important; } - .px-0-lg { + .px-0-xxl { padding-left: 0px !important; padding-right: 0px !important; } - .py-0-lg { + .py-0-xxl { padding-top: 0px !important; padding-bottom: 0px !important; } - .m-0-lg { + .m-0-xxl { margin: 0px !important; } - .mr-0-lg { + .mr-0-xxl { margin-right: 0px !important; } - .ml-0-lg { + .ml-0-xxl { margin-left: 0px !important; } - .mt-0-lg { + .mt-0-xxl { margin-top: 0px !important; } - .mb-0-lg { + .mb-0-xxl { margin-bottom: 0px !important; } - .mx-0-lg { + .mx-0-xxl { margin-left: 0px !important; margin-right: 0px !important; } - .my-0-lg { + .my-0-xxl { margin-top: 0px !important; margin-bottom: 0px !important; } - .m-0-lg-minus { + .m-0-xxl-minus { margin: 0px !important; } - .mr-0-lg-minus { + .mr-0-xxl-minus { margin-right: 0px !important; } - .ml-0-lg-minus { + .ml-0-xxl-minus { margin-left: 0px !important; } - .mt-0-lg-minus { + .mt-0-xxl-minus { margin-top: 0px !important; } - .mb-0-lg-minus { + .mb-0-xxl-minus { margin-bottom: 0px !important; } - .p-1-lg { + .p-1-xxl { padding: 4px !important; } - .pr-1-lg { + .pr-1-xxl { padding-right: 4px !important; } - .pl-1-lg { + .pl-1-xxl { padding-left: 4px !important; } - .pt-1-lg { + .pt-1-xxl { padding-top: 4px !important; } - .pb-1-lg { + .pb-1-xxl { padding-bottom: 4px !important; } - .px-1-lg { + .px-1-xxl { padding-left: 4px !important; padding-right: 4px !important; } - .py-1-lg { + .py-1-xxl { padding-top: 4px !important; padding-bottom: 4px !important; } - .m-1-lg { + .m-1-xxl { margin: 4px !important; } - .mr-1-lg { + .mr-1-xxl { margin-right: 4px !important; } - .ml-1-lg { + .ml-1-xxl { margin-left: 4px !important; } - .mt-1-lg { + .mt-1-xxl { margin-top: 4px !important; } - .mb-1-lg { + .mb-1-xxl { margin-bottom: 4px !important; } - .mx-1-lg { + .mx-1-xxl { margin-left: 4px !important; margin-right: 4px !important; } - .my-1-lg { + .my-1-xxl { margin-top: 4px !important; margin-bottom: 4px !important; } - .m-1-lg-minus { + .m-1-xxl-minus { margin: -4px !important; } - .mr-1-lg-minus { + .mr-1-xxl-minus { margin-right: -4px !important; } - .ml-1-lg-minus { + .ml-1-xxl-minus { margin-left: -4px !important; } - .mt-1-lg-minus { + .mt-1-xxl-minus { margin-top: -4px !important; } - .mb-1-lg-minus { + .mb-1-xxl-minus { margin-bottom: -4px !important; } - .p-2-lg { + .p-2-xxl { padding: 8px !important; } - .pr-2-lg { + .pr-2-xxl { padding-right: 8px !important; } - .pl-2-lg { + .pl-2-xxl { padding-left: 8px !important; } - .pt-2-lg { + .pt-2-xxl { padding-top: 8px !important; } - .pb-2-lg { + .pb-2-xxl { padding-bottom: 8px !important; } - .px-2-lg { + .px-2-xxl { padding-left: 8px !important; padding-right: 8px !important; } - .py-2-lg { + .py-2-xxl { padding-top: 8px !important; padding-bottom: 8px !important; } - .m-2-lg { + .m-2-xxl { margin: 8px !important; } - .mr-2-lg { + .mr-2-xxl { margin-right: 8px !important; } - .ml-2-lg { + .ml-2-xxl { margin-left: 8px !important; } - .mt-2-lg { + .mt-2-xxl { margin-top: 8px !important; } - .mb-2-lg { + .mb-2-xxl { margin-bottom: 8px !important; } - .mx-2-lg { + .mx-2-xxl { margin-left: 8px !important; margin-right: 8px !important; } - .my-2-lg { + .my-2-xxl { margin-top: 8px !important; margin-bottom: 8px !important; } - .m-2-lg-minus { + .m-2-xxl-minus { margin: -8px !important; } - .mr-2-lg-minus { + .mr-2-xxl-minus { margin-right: -8px !important; } - .ml-2-lg-minus { + .ml-2-xxl-minus { margin-left: -8px !important; } - .mt-2-lg-minus { + .mt-2-xxl-minus { margin-top: -8px !important; } - .mb-2-lg-minus { + .mb-2-xxl-minus { margin-bottom: -8px !important; } - .p-3-lg { + .p-3-xxl { padding: 12px !important; } - .pr-3-lg { + .pr-3-xxl { padding-right: 12px !important; } - .pl-3-lg { + .pl-3-xxl { padding-left: 12px !important; } - .pt-3-lg { + .pt-3-xxl { padding-top: 12px !important; } - .pb-3-lg { + .pb-3-xxl { padding-bottom: 12px !important; } - .px-3-lg { + .px-3-xxl { padding-left: 12px !important; padding-right: 12px !important; } - .py-3-lg { + .py-3-xxl { padding-top: 12px !important; padding-bottom: 12px !important; } - .m-3-lg { + .m-3-xxl { margin: 12px !important; } - .mr-3-lg { + .mr-3-xxl { margin-right: 12px !important; } - .ml-3-lg { + .ml-3-xxl { margin-left: 12px !important; } - .mt-3-lg { + .mt-3-xxl { margin-top: 12px !important; } - .mb-3-lg { + .mb-3-xxl { margin-bottom: 12px !important; } - .mx-3-lg { + .mx-3-xxl { margin-left: 12px !important; margin-right: 12px !important; } - .my-3-lg { + .my-3-xxl { margin-top: 12px !important; margin-bottom: 12px !important; } - .m-3-lg-minus { + .m-3-xxl-minus { margin: -12px !important; } - .mr-3-lg-minus { + .mr-3-xxl-minus { margin-right: -12px !important; } - .ml-3-lg-minus { + .ml-3-xxl-minus { margin-left: -12px !important; } - .mt-3-lg-minus { + .mt-3-xxl-minus { margin-top: -12px !important; } - .mb-3-lg-minus { + .mb-3-xxl-minus { margin-bottom: -12px !important; } - .p-4-lg { + .p-4-xxl { padding: 16px !important; } - .pr-4-lg { + .pr-4-xxl { padding-right: 16px !important; } - .pl-4-lg { + .pl-4-xxl { padding-left: 16px !important; } - .pt-4-lg { + .pt-4-xxl { padding-top: 16px !important; } - .pb-4-lg { + .pb-4-xxl { padding-bottom: 16px !important; } - .px-4-lg { + .px-4-xxl { padding-left: 16px !important; padding-right: 16px !important; } - .py-4-lg { + .py-4-xxl { padding-top: 16px !important; padding-bottom: 16px !important; } - .m-4-lg { + .m-4-xxl { margin: 16px !important; } - .mr-4-lg { + .mr-4-xxl { margin-right: 16px !important; } - .ml-4-lg { + .ml-4-xxl { margin-left: 16px !important; } - .mt-4-lg { + .mt-4-xxl { margin-top: 16px !important; } - .mb-4-lg { + .mb-4-xxl { margin-bottom: 16px !important; } - .mx-4-lg { + .mx-4-xxl { margin-left: 16px !important; margin-right: 16px !important; } - .my-4-lg { + .my-4-xxl { margin-top: 16px !important; margin-bottom: 16px !important; } - .m-4-lg-minus { + .m-4-xxl-minus { margin: -16px !important; } - .mr-4-lg-minus { + .mr-4-xxl-minus { margin-right: -16px !important; } - .ml-4-lg-minus { + .ml-4-xxl-minus { margin-left: -16px !important; } - .mt-4-lg-minus { + .mt-4-xxl-minus { margin-top: -16px !important; } - .mb-4-lg-minus { + .mb-4-xxl-minus { margin-bottom: -16px !important; } - .p-5-lg { + .p-5-xxl { padding: 20px !important; } - .pr-5-lg { + .pr-5-xxl { padding-right: 20px !important; } - .pl-5-lg { + .pl-5-xxl { padding-left: 20px !important; } - .pt-5-lg { + .pt-5-xxl { padding-top: 20px !important; } - .pb-5-lg { + .pb-5-xxl { padding-bottom: 20px !important; } - .px-5-lg { + .px-5-xxl { padding-left: 20px !important; padding-right: 20px !important; } - .py-5-lg { + .py-5-xxl { padding-top: 20px !important; padding-bottom: 20px !important; } - .m-5-lg { + .m-5-xxl { margin: 20px !important; } - .mr-5-lg { + .mr-5-xxl { margin-right: 20px !important; } - .ml-5-lg { + .ml-5-xxl { margin-left: 20px !important; } - .mt-5-lg { + .mt-5-xxl { margin-top: 20px !important; } - .mb-5-lg { + .mb-5-xxl { margin-bottom: 20px !important; } - .mx-5-lg { + .mx-5-xxl { margin-left: 20px !important; margin-right: 20px !important; } - .my-5-lg { + .my-5-xxl { margin-top: 20px !important; margin-bottom: 20px !important; } - .m-5-lg-minus { + .m-5-xxl-minus { margin: -20px !important; } - .mr-5-lg-minus { + .mr-5-xxl-minus { margin-right: -20px !important; } - .ml-5-lg-minus { + .ml-5-xxl-minus { margin-left: -20px !important; } - .mt-5-lg-minus { + .mt-5-xxl-minus { margin-top: -20px !important; } - .mb-5-lg-minus { + .mb-5-xxl-minus { margin-bottom: -20px !important; } - .p-6-lg { + .p-6-xxl { padding: 24px !important; } - .pr-6-lg { + .pr-6-xxl { padding-right: 24px !important; } - .pl-6-lg { + .pl-6-xxl { padding-left: 24px !important; } - .pt-6-lg { + .pt-6-xxl { padding-top: 24px !important; } - .pb-6-lg { + .pb-6-xxl { padding-bottom: 24px !important; } - .px-6-lg { + .px-6-xxl { padding-left: 24px !important; padding-right: 24px !important; } - .py-6-lg { + .py-6-xxl { padding-top: 24px !important; padding-bottom: 24px !important; } - .m-6-lg { + .m-6-xxl { margin: 24px !important; } - .mr-6-lg { + .mr-6-xxl { margin-right: 24px !important; } - .ml-6-lg { + .ml-6-xxl { margin-left: 24px !important; } - .mt-6-lg { + .mt-6-xxl { margin-top: 24px !important; } - .mb-6-lg { + .mb-6-xxl { margin-bottom: 24px !important; } - .mx-6-lg { + .mx-6-xxl { margin-left: 24px !important; margin-right: 24px !important; } - .my-6-lg { + .my-6-xxl { margin-top: 24px !important; margin-bottom: 24px !important; } - .m-6-lg-minus { + .m-6-xxl-minus { margin: -24px !important; } - .mr-6-lg-minus { + .mr-6-xxl-minus { margin-right: -24px !important; } - .ml-6-lg-minus { + .ml-6-xxl-minus { margin-left: -24px !important; } - .mt-6-lg-minus { + .mt-6-xxl-minus { margin-top: -24px !important; } - .mb-6-lg-minus { + .mb-6-xxl-minus { margin-bottom: -24px !important; } - .p-7-lg { + .p-7-xxl { padding: 28px !important; } - .pr-7-lg { + .pr-7-xxl { padding-right: 28px !important; } - .pl-7-lg { + .pl-7-xxl { padding-left: 28px !important; } - .pt-7-lg { + .pt-7-xxl { padding-top: 28px !important; } - .pb-7-lg { + .pb-7-xxl { padding-bottom: 28px !important; } - .px-7-lg { + .px-7-xxl { padding-left: 28px !important; padding-right: 28px !important; } - .py-7-lg { + .py-7-xxl { padding-top: 28px !important; padding-bottom: 28px !important; } - .m-7-lg { + .m-7-xxl { margin: 28px !important; } - .mr-7-lg { + .mr-7-xxl { margin-right: 28px !important; } - .ml-7-lg { + .ml-7-xxl { margin-left: 28px !important; } - .mt-7-lg { + .mt-7-xxl { margin-top: 28px !important; } - .mb-7-lg { + .mb-7-xxl { margin-bottom: 28px !important; } - .mx-7-lg { + .mx-7-xxl { margin-left: 28px !important; margin-right: 28px !important; } - .my-7-lg { + .my-7-xxl { margin-top: 28px !important; margin-bottom: 28px !important; } - .m-7-lg-minus { + .m-7-xxl-minus { margin: -28px !important; } - .mr-7-lg-minus { + .mr-7-xxl-minus { margin-right: -28px !important; } - .ml-7-lg-minus { + .ml-7-xxl-minus { margin-left: -28px !important; } - .mt-7-lg-minus { + .mt-7-xxl-minus { margin-top: -28px !important; } - .mb-7-lg-minus { + .mb-7-xxl-minus { margin-bottom: -28px !important; } - .p-8-lg { + .p-8-xxl { padding: 32px !important; } - .pr-8-lg { + .pr-8-xxl { padding-right: 32px !important; } - .pl-8-lg { + .pl-8-xxl { padding-left: 32px !important; } - .pt-8-lg { + .pt-8-xxl { padding-top: 32px !important; } - .pb-8-lg { + .pb-8-xxl { padding-bottom: 32px !important; } - .px-8-lg { + .px-8-xxl { padding-left: 32px !important; padding-right: 32px !important; } - .py-8-lg { + .py-8-xxl { padding-top: 32px !important; padding-bottom: 32px !important; } - .m-8-lg { + .m-8-xxl { margin: 32px !important; } - .mr-8-lg { + .mr-8-xxl { margin-right: 32px !important; } - .ml-8-lg { + .ml-8-xxl { margin-left: 32px !important; } - .mt-8-lg { + .mt-8-xxl { margin-top: 32px !important; } - .mb-8-lg { + .mb-8-xxl { margin-bottom: 32px !important; } - .mx-8-lg { + .mx-8-xxl { margin-left: 32px !important; margin-right: 32px !important; } - .my-8-lg { + .my-8-xxl { margin-top: 32px !important; margin-bottom: 32px !important; } - .m-8-lg-minus { + .m-8-xxl-minus { margin: -32px !important; } - .mr-8-lg-minus { + .mr-8-xxl-minus { margin-right: -32px !important; } - .ml-8-lg-minus { + .ml-8-xxl-minus { margin-left: -32px !important; } - .mt-8-lg-minus { + .mt-8-xxl-minus { margin-top: -32px !important; } - .mb-8-lg-minus { + .mb-8-xxl-minus { margin-bottom: -32px !important; } - .p-9-lg { + .p-9-xxl { padding: 36px !important; } - .pr-9-lg { + .pr-9-xxl { padding-right: 36px !important; } - .pl-9-lg { + .pl-9-xxl { padding-left: 36px !important; } - .pt-9-lg { + .pt-9-xxl { padding-top: 36px !important; } - .pb-9-lg { + .pb-9-xxl { padding-bottom: 36px !important; } - .px-9-lg { + .px-9-xxl { padding-left: 36px !important; padding-right: 36px !important; } - .py-9-lg { + .py-9-xxl { padding-top: 36px !important; padding-bottom: 36px !important; } - .m-9-lg { + .m-9-xxl { margin: 36px !important; } - .mr-9-lg { + .mr-9-xxl { margin-right: 36px !important; } - .ml-9-lg { + .ml-9-xxl { margin-left: 36px !important; } - .mt-9-lg { + .mt-9-xxl { margin-top: 36px !important; } - .mb-9-lg { + .mb-9-xxl { margin-bottom: 36px !important; } - .mx-9-lg { + .mx-9-xxl { margin-left: 36px !important; margin-right: 36px !important; } - .my-9-lg { + .my-9-xxl { margin-top: 36px !important; margin-bottom: 36px !important; } - .m-9-lg-minus { + .m-9-xxl-minus { margin: -36px !important; } - .mr-9-lg-minus { + .mr-9-xxl-minus { margin-right: -36px !important; } - .ml-9-lg-minus { + .ml-9-xxl-minus { margin-left: -36px !important; } - .mt-9-lg-minus { + .mt-9-xxl-minus { margin-top: -36px !important; } - .mb-9-lg-minus { + .mb-9-xxl-minus { margin-bottom: -36px !important; } - .p-10-lg { + .p-10-xxl { padding: 40px !important; } - .pr-10-lg { + .pr-10-xxl { padding-right: 40px !important; } - .pl-10-lg { + .pl-10-xxl { padding-left: 40px !important; } - .pt-10-lg { + .pt-10-xxl { padding-top: 40px !important; } - .pb-10-lg { + .pb-10-xxl { padding-bottom: 40px !important; } - .px-10-lg { + .px-10-xxl { padding-left: 40px !important; padding-right: 40px !important; } - .py-10-lg { + .py-10-xxl { padding-top: 40px !important; padding-bottom: 40px !important; } - .m-10-lg { + .m-10-xxl { margin: 40px !important; } - .mr-10-lg { + .mr-10-xxl { margin-right: 40px !important; } - .ml-10-lg { + .ml-10-xxl { margin-left: 40px !important; } - .mt-10-lg { + .mt-10-xxl { margin-top: 40px !important; } - .mb-10-lg { + .mb-10-xxl { margin-bottom: 40px !important; } - .mx-10-lg { + .mx-10-xxl { margin-left: 40px !important; margin-right: 40px !important; } - .my-10-lg { + .my-10-xxl { margin-top: 40px !important; margin-bottom: 40px !important; } - .m-10-lg-minus { + .m-10-xxl-minus { margin: -40px !important; } - .mr-10-lg-minus { + .mr-10-xxl-minus { margin-right: -40px !important; } - .ml-10-lg-minus { + .ml-10-xxl-minus { margin-left: -40px !important; } - .mt-10-lg-minus { + .mt-10-xxl-minus { margin-top: -40px !important; } - .mb-10-lg-minus { + .mb-10-xxl-minus { margin-bottom: -40px !important; } - .p-11-lg { + .p-11-xxl { padding: 44px !important; } - .pr-11-lg { + .pr-11-xxl { padding-right: 44px !important; } - .pl-11-lg { + .pl-11-xxl { padding-left: 44px !important; } - .pt-11-lg { + .pt-11-xxl { padding-top: 44px !important; } - .pb-11-lg { + .pb-11-xxl { padding-bottom: 44px !important; } - .px-11-lg { + .px-11-xxl { padding-left: 44px !important; padding-right: 44px !important; } - .py-11-lg { + .py-11-xxl { padding-top: 44px !important; padding-bottom: 44px !important; } - .m-11-lg { + .m-11-xxl { margin: 44px !important; } - .mr-11-lg { + .mr-11-xxl { margin-right: 44px !important; } - .ml-11-lg { + .ml-11-xxl { margin-left: 44px !important; } - .mt-11-lg { + .mt-11-xxl { margin-top: 44px !important; } - .mb-11-lg { + .mb-11-xxl { margin-bottom: 44px !important; } - .mx-11-lg { + .mx-11-xxl { margin-left: 44px !important; margin-right: 44px !important; } - .my-11-lg { + .my-11-xxl { margin-top: 44px !important; margin-bottom: 44px !important; } - .m-11-lg-minus { + .m-11-xxl-minus { margin: -44px !important; } - .mr-11-lg-minus { + .mr-11-xxl-minus { margin-right: -44px !important; } - .ml-11-lg-minus { + .ml-11-xxl-minus { margin-left: -44px !important; } - .mt-11-lg-minus { + .mt-11-xxl-minus { margin-top: -44px !important; } - .mb-11-lg-minus { + .mb-11-xxl-minus { margin-bottom: -44px !important; } - .p-12-lg { + .p-12-xxl { padding: 48px !important; } - .pr-12-lg { + .pr-12-xxl { padding-right: 48px !important; } - .pl-12-lg { + .pl-12-xxl { padding-left: 48px !important; } - .pt-12-lg { + .pt-12-xxl { padding-top: 48px !important; } - .pb-12-lg { + .pb-12-xxl { padding-bottom: 48px !important; } - .px-12-lg { + .px-12-xxl { padding-left: 48px !important; padding-right: 48px !important; } - .py-12-lg { + .py-12-xxl { padding-top: 48px !important; padding-bottom: 48px !important; } - .m-12-lg { + .m-12-xxl { margin: 48px !important; } - .mr-12-lg { + .mr-12-xxl { margin-right: 48px !important; } - .ml-12-lg { + .ml-12-xxl { margin-left: 48px !important; } - .mt-12-lg { + .mt-12-xxl { margin-top: 48px !important; } - .mb-12-lg { + .mb-12-xxl { margin-bottom: 48px !important; } - .mx-12-lg { + .mx-12-xxl { margin-left: 48px !important; margin-right: 48px !important; } - .my-12-lg { + .my-12-xxl { margin-top: 48px !important; margin-bottom: 48px !important; } - .m-12-lg-minus { + .m-12-xxl-minus { margin: -48px !important; } - .mr-12-lg-minus { + .mr-12-xxl-minus { margin-right: -48px !important; } - .ml-12-lg-minus { + .ml-12-xxl-minus { margin-left: -48px !important; } - .mt-12-lg-minus { + .mt-12-xxl-minus { margin-top: -48px !important; } - .mb-12-lg-minus { + .mb-12-xxl-minus { margin-bottom: -48px !important; } - .p-13-lg { + .p-13-xxl { padding: 52px !important; } - .pr-13-lg { + .pr-13-xxl { padding-right: 52px !important; } - .pl-13-lg { + .pl-13-xxl { padding-left: 52px !important; } - .pt-13-lg { + .pt-13-xxl { padding-top: 52px !important; } - .pb-13-lg { + .pb-13-xxl { padding-bottom: 52px !important; } - .px-13-lg { + .px-13-xxl { padding-left: 52px !important; padding-right: 52px !important; } - .py-13-lg { + .py-13-xxl { padding-top: 52px !important; padding-bottom: 52px !important; } - .m-13-lg { + .m-13-xxl { margin: 52px !important; } - .mr-13-lg { + .mr-13-xxl { margin-right: 52px !important; } - .ml-13-lg { + .ml-13-xxl { margin-left: 52px !important; } - .mt-13-lg { + .mt-13-xxl { margin-top: 52px !important; } - .mb-13-lg { + .mb-13-xxl { margin-bottom: 52px !important; } - .mx-13-lg { + .mx-13-xxl { margin-left: 52px !important; margin-right: 52px !important; } - .my-13-lg { + .my-13-xxl { margin-top: 52px !important; margin-bottom: 52px !important; } - .m-13-lg-minus { + .m-13-xxl-minus { margin: -52px !important; } - .mr-13-lg-minus { + .mr-13-xxl-minus { margin-right: -52px !important; } - .ml-13-lg-minus { + .ml-13-xxl-minus { margin-left: -52px !important; } - .mt-13-lg-minus { + .mt-13-xxl-minus { margin-top: -52px !important; } - .mb-13-lg-minus { + .mb-13-xxl-minus { margin-bottom: -52px !important; } - .p-14-lg { + .p-14-xxl { padding: 56px !important; } - .pr-14-lg { + .pr-14-xxl { padding-right: 56px !important; } - .pl-14-lg { + .pl-14-xxl { padding-left: 56px !important; } - .pt-14-lg { + .pt-14-xxl { padding-top: 56px !important; } - .pb-14-lg { + .pb-14-xxl { padding-bottom: 56px !important; } - .px-14-lg { + .px-14-xxl { padding-left: 56px !important; padding-right: 56px !important; } - .py-14-lg { + .py-14-xxl { padding-top: 56px !important; padding-bottom: 56px !important; } - .m-14-lg { + .m-14-xxl { margin: 56px !important; } - .mr-14-lg { + .mr-14-xxl { margin-right: 56px !important; } - .ml-14-lg { + .ml-14-xxl { margin-left: 56px !important; } - .mt-14-lg { + .mt-14-xxl { margin-top: 56px !important; } - .mb-14-lg { + .mb-14-xxl { margin-bottom: 56px !important; } - .mx-14-lg { + .mx-14-xxl { margin-left: 56px !important; margin-right: 56px !important; } - .my-14-lg { + .my-14-xxl { margin-top: 56px !important; margin-bottom: 56px !important; } - .m-14-lg-minus { + .m-14-xxl-minus { margin: -56px !important; } - .mr-14-lg-minus { + .mr-14-xxl-minus { margin-right: -56px !important; } - .ml-14-lg-minus { + .ml-14-xxl-minus { margin-left: -56px !important; } - .mt-14-lg-minus { + .mt-14-xxl-minus { margin-top: -56px !important; } - .mb-14-lg-minus { + .mb-14-xxl-minus { margin-bottom: -56px !important; } - .p-15-lg { + .p-15-xxl { padding: 60px !important; } - .pr-15-lg { + .pr-15-xxl { padding-right: 60px !important; } - .pl-15-lg { + .pl-15-xxl { padding-left: 60px !important; } - .pt-15-lg { + .pt-15-xxl { padding-top: 60px !important; } - .pb-15-lg { + .pb-15-xxl { padding-bottom: 60px !important; } - .px-15-lg { + .px-15-xxl { padding-left: 60px !important; padding-right: 60px !important; } - .py-15-lg { + .py-15-xxl { padding-top: 60px !important; padding-bottom: 60px !important; } - .m-15-lg { + .m-15-xxl { margin: 60px !important; } - .mr-15-lg { + .mr-15-xxl { margin-right: 60px !important; } - .ml-15-lg { + .ml-15-xxl { margin-left: 60px !important; } - .mt-15-lg { + .mt-15-xxl { margin-top: 60px !important; } - .mb-15-lg { + .mb-15-xxl { margin-bottom: 60px !important; } - .mx-15-lg { + .mx-15-xxl { margin-left: 60px !important; margin-right: 60px !important; } - .my-15-lg { + .my-15-xxl { margin-top: 60px !important; margin-bottom: 60px !important; } - .m-15-lg-minus { + .m-15-xxl-minus { margin: -60px !important; } - .mr-15-lg-minus { + .mr-15-xxl-minus { margin-right: -60px !important; } - .ml-15-lg-minus { + .ml-15-xxl-minus { margin-left: -60px !important; } - .mt-15-lg-minus { + .mt-15-xxl-minus { margin-top: -60px !important; } - .mb-15-lg-minus { + .mb-15-xxl-minus { margin-bottom: -60px !important; } - .p-16-lg { + .p-16-xxl { padding: 64px !important; } - .pr-16-lg { + .pr-16-xxl { padding-right: 64px !important; } - .pl-16-lg { + .pl-16-xxl { padding-left: 64px !important; } - .pt-16-lg { + .pt-16-xxl { padding-top: 64px !important; } - .pb-16-lg { + .pb-16-xxl { padding-bottom: 64px !important; } - .px-16-lg { + .px-16-xxl { padding-left: 64px !important; padding-right: 64px !important; } - .py-16-lg { + .py-16-xxl { padding-top: 64px !important; padding-bottom: 64px !important; } - .m-16-lg { + .m-16-xxl { margin: 64px !important; } - .mr-16-lg { + .mr-16-xxl { margin-right: 64px !important; } - .ml-16-lg { + .ml-16-xxl { margin-left: 64px !important; } - .mt-16-lg { + .mt-16-xxl { margin-top: 64px !important; } - .mb-16-lg { + .mb-16-xxl { margin-bottom: 64px !important; } - .mx-16-lg { + .mx-16-xxl { margin-left: 64px !important; margin-right: 64px !important; } - .my-16-lg { + .my-16-xxl { margin-top: 64px !important; margin-bottom: 64px !important; } - .m-16-lg-minus { + .m-16-xxl-minus { margin: -64px !important; } - .mr-16-lg-minus { + .mr-16-xxl-minus { margin-right: -64px !important; } - .ml-16-lg-minus { + .ml-16-xxl-minus { margin-left: -64px !important; } - .mt-16-lg-minus { + .mt-16-xxl-minus { margin-top: -64px !important; } - .mb-16-lg-minus { + .mb-16-xxl-minus { margin-bottom: -64px !important; } - .p-17-lg { + .p-17-xxl { padding: 68px !important; } - .pr-17-lg { + .pr-17-xxl { padding-right: 68px !important; } - .pl-17-lg { + .pl-17-xxl { padding-left: 68px !important; } - .pt-17-lg { + .pt-17-xxl { padding-top: 68px !important; } - .pb-17-lg { + .pb-17-xxl { padding-bottom: 68px !important; } - .px-17-lg { + .px-17-xxl { padding-left: 68px !important; padding-right: 68px !important; } - .py-17-lg { + .py-17-xxl { padding-top: 68px !important; padding-bottom: 68px !important; } - .m-17-lg { + .m-17-xxl { margin: 68px !important; } - .mr-17-lg { + .mr-17-xxl { margin-right: 68px !important; } - .ml-17-lg { + .ml-17-xxl { margin-left: 68px !important; } - .mt-17-lg { + .mt-17-xxl { margin-top: 68px !important; } - .mb-17-lg { + .mb-17-xxl { margin-bottom: 68px !important; } - .mx-17-lg { + .mx-17-xxl { margin-left: 68px !important; margin-right: 68px !important; } - .my-17-lg { + .my-17-xxl { margin-top: 68px !important; margin-bottom: 68px !important; } - .m-17-lg-minus { + .m-17-xxl-minus { margin: -68px !important; } - .mr-17-lg-minus { + .mr-17-xxl-minus { margin-right: -68px !important; } - .ml-17-lg-minus { + .ml-17-xxl-minus { margin-left: -68px !important; } - .mt-17-lg-minus { + .mt-17-xxl-minus { margin-top: -68px !important; } - .mb-17-lg-minus { + .mb-17-xxl-minus { margin-bottom: -68px !important; } - .p-18-lg { + .p-18-xxl { padding: 72px !important; } - .pr-18-lg { + .pr-18-xxl { padding-right: 72px !important; } - .pl-18-lg { + .pl-18-xxl { padding-left: 72px !important; } - .pt-18-lg { + .pt-18-xxl { padding-top: 72px !important; } - .pb-18-lg { + .pb-18-xxl { padding-bottom: 72px !important; } - .px-18-lg { + .px-18-xxl { padding-left: 72px !important; padding-right: 72px !important; } - .py-18-lg { + .py-18-xxl { padding-top: 72px !important; padding-bottom: 72px !important; } - .m-18-lg { + .m-18-xxl { margin: 72px !important; } - .mr-18-lg { + .mr-18-xxl { margin-right: 72px !important; } - .ml-18-lg { + .ml-18-xxl { margin-left: 72px !important; } - .mt-18-lg { + .mt-18-xxl { margin-top: 72px !important; } - .mb-18-lg { + .mb-18-xxl { margin-bottom: 72px !important; } - .mx-18-lg { + .mx-18-xxl { margin-left: 72px !important; margin-right: 72px !important; } - .my-18-lg { + .my-18-xxl { margin-top: 72px !important; margin-bottom: 72px !important; } - .m-18-lg-minus { + .m-18-xxl-minus { margin: -72px !important; } - .mr-18-lg-minus { + .mr-18-xxl-minus { margin-right: -72px !important; } - .ml-18-lg-minus { + .ml-18-xxl-minus { margin-left: -72px !important; } - .mt-18-lg-minus { + .mt-18-xxl-minus { margin-top: -72px !important; } - .mb-18-lg-minus { + .mb-18-xxl-minus { margin-bottom: -72px !important; } - .p-19-lg { + .p-19-xxl { padding: 76px !important; } - .pr-19-lg { + .pr-19-xxl { padding-right: 76px !important; } - .pl-19-lg { + .pl-19-xxl { padding-left: 76px !important; } - .pt-19-lg { + .pt-19-xxl { padding-top: 76px !important; } - .pb-19-lg { + .pb-19-xxl { padding-bottom: 76px !important; } - .px-19-lg { + .px-19-xxl { padding-left: 76px !important; padding-right: 76px !important; } - .py-19-lg { + .py-19-xxl { padding-top: 76px !important; padding-bottom: 76px !important; } - .m-19-lg { + .m-19-xxl { margin: 76px !important; } - .mr-19-lg { + .mr-19-xxl { margin-right: 76px !important; } - .ml-19-lg { + .ml-19-xxl { margin-left: 76px !important; } - .mt-19-lg { + .mt-19-xxl { margin-top: 76px !important; } - .mb-19-lg { + .mb-19-xxl { margin-bottom: 76px !important; } - .mx-19-lg { + .mx-19-xxl { margin-left: 76px !important; margin-right: 76px !important; } - .my-19-lg { + .my-19-xxl { margin-top: 76px !important; margin-bottom: 76px !important; } - .m-19-lg-minus { + .m-19-xxl-minus { margin: -76px !important; } - .mr-19-lg-minus { + .mr-19-xxl-minus { margin-right: -76px !important; } - .ml-19-lg-minus { + .ml-19-xxl-minus { margin-left: -76px !important; } - .mt-19-lg-minus { + .mt-19-xxl-minus { margin-top: -76px !important; } - .mb-19-lg-minus { + .mb-19-xxl-minus { margin-bottom: -76px !important; } - .p-20-lg { + .p-20-xxl { padding: 80px !important; } - .pr-20-lg { + .pr-20-xxl { padding-right: 80px !important; } - .pl-20-lg { + .pl-20-xxl { padding-left: 80px !important; } - .pt-20-lg { + .pt-20-xxl { padding-top: 80px !important; } - .pb-20-lg { + .pb-20-xxl { padding-bottom: 80px !important; } - .px-20-lg { + .px-20-xxl { padding-left: 80px !important; padding-right: 80px !important; } - .py-20-lg { + .py-20-xxl { padding-top: 80px !important; padding-bottom: 80px !important; } - .m-20-lg { + .m-20-xxl { margin: 80px !important; } - .mr-20-lg { + .mr-20-xxl { margin-right: 80px !important; } - .ml-20-lg { + .ml-20-xxl { margin-left: 80px !important; } - .mt-20-lg { + .mt-20-xxl { margin-top: 80px !important; } - .mb-20-lg { + .mb-20-xxl { margin-bottom: 80px !important; } - .mx-20-lg { + .mx-20-xxl { margin-left: 80px !important; margin-right: 80px !important; } - .my-20-lg { + .my-20-xxl { margin-top: 80px !important; margin-bottom: 80px !important; } - .m-20-lg-minus { + .m-20-xxl-minus { margin: -80px !important; } - .mr-20-lg-minus { + .mr-20-xxl-minus { margin-right: -80px !important; } - .ml-20-lg-minus { + .ml-20-xxl-minus { margin-left: -80px !important; } - .mt-20-lg-minus { + .mt-20-xxl-minus { margin-top: -80px !important; } - .mb-20-lg-minus { + .mb-20-xxl-minus { margin-bottom: -80px !important; } } -@media screen and (min-width: 1200px) { - .mx-auto-xl { - margin-left: auto!important; - margin-right: auto!important; - } - .ml-auto-xl { - margin-left: auto!important; - } - .mr-auto-xl { - margin-right: auto!important; - } - .mt-auto-xl { - margin-top: auto!important; - } - .mb-auto-xl { - margin-bottom: auto!important; - } - .p-0-xl { - padding: 0!important; - } - .pl-0-xl { - padding-left: 0!important; - } - .pr-0-xl { - padding-right: 0!important; - } - .pt-0-xl { - padding-top: 0!important; - } - .pb-0-xl { - padding-bottom: 0!important; - } - .m-0-xl { - margin: 0!important; - } - .ml-0-xl { - margin-left: 0!important; - } - .mr-0-xl { - margin-right: 0!important; - } - .mt-0-xl { - margin-top: 0!important; - } - .mb-0-xl { - margin-bottom: 0!important; - } - .p-0-xl { - padding: 0px !important; - } - .pr-0-xl { - padding-right: 0px !important; - } - .pl-0-xl { - padding-left: 0px !important; - } - .pt-0-xl { - padding-top: 0px !important; - } - .pb-0-xl { - padding-bottom: 0px !important; - } - .px-0-xl { - padding-left: 0px !important; - padding-right: 0px !important; - } - .py-0-xl { - padding-top: 0px !important; - padding-bottom: 0px !important; - } - .m-0-xl { - margin: 0px !important; - } - .mr-0-xl { - margin-right: 0px !important; - } - .ml-0-xl { - margin-left: 0px !important; - } - .mt-0-xl { - margin-top: 0px !important; - } - .mb-0-xl { - margin-bottom: 0px !important; - } - .mx-0-xl { - margin-left: 0px !important; - margin-right: 0px !important; - } - .my-0-xl { - margin-top: 0px !important; - margin-bottom: 0px !important; - } - .m-0-xl-minus { - margin: 0px !important; - } - .mr-0-xl-minus { - margin-right: 0px !important; - } - .ml-0-xl-minus { - margin-left: 0px !important; - } - .mt-0-xl-minus { - margin-top: 0px !important; - } - .mb-0-xl-minus { - margin-bottom: 0px !important; - } - .p-1-xl { - padding: 4px !important; - } - .pr-1-xl { - padding-right: 4px !important; - } - .pl-1-xl { - padding-left: 4px !important; - } - .pt-1-xl { - padding-top: 4px !important; - } - .pb-1-xl { - padding-bottom: 4px !important; +.text-ultralight { + font-weight: 100 !important; +} +.text-light { + font-weight: 200 !important; +} +.text-normal { + font-weight: 400 !important; +} +.text-medium { + font-weight: 500 !important; +} +.text-bold { + font-weight: 700 !important; +} +.display4 { + font-size: 7rem; + font-weight: 200; +} +.display3 { + font-size: 3.5rem; + font-weight: 400; +} +.display2 { + font-size: 3rem; + font-weight: 400; +} +.display1 { + font-size: 2.25rem; + font-weight: 400; +} +.display1, +.display2, +.display3, +.display4 { + margin-top: 1.25rem; + margin-bottom: 1.25rem; + line-height: 1.2; +} +.display4, +.display3, +.display2, +.display1 { + color: #757575; +} +.leader, +.h1, +h1 { + font-weight: 100; + font-size: 3rem; +} +.sub-leader, +.h2, +h2 { + font-weight: 400; + font-size: 2rem; +} +.header, +.h3, +h3 { + font-weight: 500; + font-size: 1.75rem; +} +.sub-header, +.h4, +h4 { + font-weight: 500; + font-size: 1.5rem; +} +.alt-header, +.h5, +h5 { + font-weight: 500; + font-size: 1.25rem; +} +.sub-alt-header, +.h6, +h6 { + font-weight: 500; + font-size: 1.125rem; +} +.text-small { + font-weight: 400; + font-size: 0.75rem; +} +.text-secondary { + font-weight: 400; + font-size: 0.875rem; +} +.text-leader { + font-size: 1.5rem; + font-weight: 300; + line-height: 1.2; +} +.text-leader2 { + font-size: 1.25rem; + font-weight: 300; + line-height: 1.2; +} +.text-muted { + color: #bebebe; +} +.leader, +.h1, +h1, +.sub-leader, +.h2, +h2, +.header, +.h3, +h3, +.sub-header, +.h4, +h4, +.alt-header, +.h5, +h5, +.sub-alt-header, +.h6, +h6 { + color: inherit; + margin: 1rem 0; + line-height: 1.1; +} +.leader > small, +.h1 > small, +h1 > small, +.sub-leader > small, +.h2 > small, +h2 > small, +.header > small, +.h3 > small, +h3 > small, +.sub-header > small, +.h4 > small, +h4 > small, +.alt-header > small, +.h5 > small, +h5 > small, +.sub-alt-header > small, +.h6 > small, +h6 > small, +.leader > .small, +.h1 > .small, +h1 > .small, +.sub-leader > .small, +.h2 > .small, +h2 > .small, +.header > .small, +.h3 > .small, +h3 > .small, +.sub-header > .small, +.h4 > .small, +h4 > .small, +.alt-header > .small, +.h5 > .small, +h5 > .small, +.sub-alt-header > .small, +.h6 > .small, +h6 > .small { + font-weight: 400; + font-size: 0.7em; + line-height: 1; + color: #777; +} +.text-upper { + text-transform: uppercase !important; +} +.text-lower { + text-transform: lowercase !important; +} +.text-cap { + text-transform: capitalize !important; +} +.text-left { + text-align: left !important; +} +.text-right { + text-align: right !important; +} +.text-center { + text-align: center !important; +} +.text-just { + text-align: justify !important; +} +.text-ellipsis { + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.va-top { + vertical-align: top !important; +} +.va-bottom { + vertical-align: bottom !important; +} +.va-baseline { + vertical-align: baseline !important; +} +.va-middle { + vertical-align: middle !important; +} +.va-sub { + vertical-align: sub !important; +} +.va-super { + vertical-align: super !important; +} +.va-text-top { + vertical-align: text-top !important; +} +.va-text-bottom { + vertical-align: text-bottom !important; +} +abbr { + text-decoration: none; + border-bottom: 1px #bebebe dotted; + cursor: help; + display: inline; +} +address { + font-weight: normal; + margin-bottom: 1rem; + font-style: normal; +} +sub, +sup { + position: relative; + font-size: 75%; + line-height: 0; + vertical-align: baseline; +} +sub { + bottom: -0.25em; +} +sup { + top: -0.5em; +} +pre, +code, +kbd, +samp { + font-family: monospace, monospace; + font-size: 1rem; +} +pre { + margin-top: 0; + margin-bottom: 1rem; + overflow: auto; +} +code { + white-space: nowrap; +} +pre code { + white-space: inherit; +} +a:not([class]) { + position: relative; + color: #0366d6; + text-decoration: none; + background-color: transparent; + -webkit-text-decoration-skip: objects; + -webkit-box-shadow: none; + box-shadow: none; +} +a:not([class]):hover { + color: #0056b3; + text-decoration: underline; +} +a:not([class]):not([href]):not([tabindex]) { + color: inherit; + text-decoration: none; +} +a:not([class]):not([href]):not([tabindex]):focus, +a:not([class]):not([href]):not([tabindex]):hover { + color: inherit; + text-decoration: none; + outline: 0; +} +.no-decor { + text-decoration: none!important; +} +mark { + padding: 0.1875rem; + background-color: #fcf8e3; + color: #000000; +} +del { + color: #bebebe; +} +* + p { + margin-top: 1rem; +} +dl, +ul, +ol { + margin: 1rem; + list-style-position: inside; +} +dl dl, +ul dl, +ol dl, +dl ul, +ul ul, +ol ul, +dl ol, +ul ol, +ol ol { + margin-bottom: 0; + margin-top: 0; + padding-left: 1.5rem; +} +ul, +menu, +dir { + display: block; + list-style-type: disc; +} +ol { + list-style-type: decimal; +} +ul ul { + list-style: circle; +} +ul ul ul { + list-style: square; +} +ol { + list-style-type: upper-roman; +} +ol ol { + list-style-type: decimal; +} +ol ol ol { + list-style-type: lower-alpha; +} +dl dt, +dl dd { + line-height: 1.25rem; +} +dl dt { + font-weight: bold; +} +dl dd { + margin-left: 0.9375rem; +} +dl.horizontal dt { + float: left; + width: 10rem; + overflow: hidden; + clear: left; + text-align: right; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + white-space: nowrap; +} +dl.horizontal dd { + margin-left: 11.25rem; +} +.indent:first-letter { + margin-left: 2.5rem; +} +.indent-letter:first-letter { + font-weight: bold; + float: left; + padding: 0; + line-height: 2.5rem; + font-size: 3rem; + margin-right: 0.5rem; + margin-left: -0.125rem; + margin-top: 0.125rem; +} +blockquote { + margin-bottom: 1rem; + padding: 0 0 0 0.625rem; + border-left: 0.25rem #f8f8f8 solid; +} +blockquote small { + color: #bebebe; +} +blockquote small:before { + content: "\2014 \00A0"; +} +blockquote.right-side { + border: 0; + border-right: 4px #f8f8f8 solid; + padding-right: 0.625rem; + text-align: right; +} +blockquote.right-side small:before { + content: ""; +} +blockquote.right-side small:after { + content: " \00A0 \2014"; +} +hr { + border: 0; + height: 2px; + background-color: #f8f8f8; +} +hr.thin { + height: 1px; +} +hr.fat { + height: 3px; +} +.tally, +code, +kbd { + display: inline-block; + padding: 0 6px; + font-size: 90%; + color: #bd4147; + background-color: #f8f9fa; + border-radius: 0.25rem; + line-height: 20px; + vertical-align: middle; + height: 20px; +} +a .tally, +a code, +a kbd { + text-decoration: underline; + cursor: pointer; +} +kbd { + background-color: #004d6f; + color: #ffffff; +} +.tally { + line-height: 16px; + background-color: #e9ecef; +} +pre code { + background-color: inherit; + height: auto; +} +.remark { + display: block; + position: relative; + border: 1px solid #dfdfdf; + border-left: 4px solid #dfdfdf; + padding: 1rem; + font-size: 0.875rem; + margin: 1rem 0; +} +.reduce-1 { + font-size: 0.9em !important; +} +.reduce-2 { + font-size: 0.8em !important; +} +.reduce-3 { + font-size: 0.7em !important; +} +.reduce-4 { + font-size: 0.6em !important; +} +.reduce-5 { + font-size: 0.5em !important; +} +.reduce-6 { + font-size: 0.4em !important; +} +.reduce-7 { + font-size: 0.3em !important; +} +.reduce-8 { + font-size: 0.2em !important; +} +.reduce-9 { + font-size: 0.1em !important; +} +.enlarge { + font-size: 1em!important; +} +.enlarge-1 { + font-size: 1.1em !important; +} +.enlarge-2 { + font-size: 1.2em !important; +} +.enlarge-3 { + font-size: 1.3em !important; +} +.enlarge-4 { + font-size: 1.4em !important; +} +.enlarge-5 { + font-size: 1.5em !important; +} +.enlarge-6 { + font-size: 1.6em !important; +} +.enlarge-7 { + font-size: 1.7em !important; +} +.enlarge-8 { + font-size: 1.8em !important; +} +.enlarge-9 { + font-size: 1.9em !important; +} +.enlarge-2x { + font-size: 2em!important; +} +.enlarge-3x { + font-size: 3em!important; +} +.enlarge-4x { + font-size: 4em!important; +} +.align-size { + font-size: 1em!important; +} +.text-underline { + text-decoration: underline; +} +@media screen and (min-width: 0) { + .text-upper-fs { + text-transform: uppercase !important; } - .px-1-xl { - padding-left: 4px !important; - padding-right: 4px !important; + .text-lower-fs { + text-transform: lowercase !important; } - .py-1-xl { - padding-top: 4px !important; - padding-bottom: 4px !important; + .text-cap-fs { + text-transform: capitalize !important; } - .m-1-xl { - margin: 4px !important; + .text-left-fs { + text-align: left !important; } - .mr-1-xl { - margin-right: 4px !important; + .text-right-fs { + text-align: right !important; } - .ml-1-xl { - margin-left: 4px !important; + .text-center-fs { + text-align: center !important; } - .mt-1-xl { - margin-top: 4px !important; + .text-just-fs { + text-align: justify !important; } - .mb-1-xl { - margin-bottom: 4px !important; + .va-top-fs { + vertical-align: top !important; } - .mx-1-xl { - margin-left: 4px !important; - margin-right: 4px !important; + .va-bottom-fs { + vertical-align: bottom !important; } - .my-1-xl { - margin-top: 4px !important; - margin-bottom: 4px !important; + .va-baseline-fs { + vertical-align: baseline !important; } - .m-1-xl-minus { - margin: -4px !important; + .va-middle-fs { + vertical-align: middle !important; } - .mr-1-xl-minus { - margin-right: -4px !important; + .va-sub-fs { + vertical-align: sub !important; } - .ml-1-xl-minus { - margin-left: -4px !important; + .va-super-fs { + vertical-align: super !important; } - .mt-1-xl-minus { - margin-top: -4px !important; + .va-text-top-fs { + vertical-align: text-top !important; } - .mb-1-xl-minus { - margin-bottom: -4px !important; + .va-text-bottom-fs { + vertical-align: text-bottom !important; } - .p-2-xl { - padding: 8px !important; + .reduce-1-fs { + font-size: 0.9em !important; } - .pr-2-xl { - padding-right: 8px !important; + .reduce-2-fs { + font-size: 0.8em !important; } - .pl-2-xl { - padding-left: 8px !important; + .reduce-3-fs { + font-size: 0.7em !important; } - .pt-2-xl { - padding-top: 8px !important; + .reduce-4-fs { + font-size: 0.6em !important; } - .pb-2-xl { - padding-bottom: 8px !important; + .reduce-5-fs { + font-size: 0.5em !important; } - .px-2-xl { - padding-left: 8px !important; - padding-right: 8px !important; + .reduce-6-fs { + font-size: 0.4em !important; } - .py-2-xl { - padding-top: 8px !important; - padding-bottom: 8px !important; + .reduce-7-fs { + font-size: 0.3em !important; } - .m-2-xl { - margin: 8px !important; + .reduce-8-fs { + font-size: 0.2em !important; } - .mr-2-xl { - margin-right: 8px !important; + .reduce-9-fs { + font-size: 0.1em !important; } - .ml-2-xl { - margin-left: 8px !important; + .enlarge-fs { + font-size: 1em!important; } - .mt-2-xl { - margin-top: 8px !important; + .enlarge-1-fs { + font-size: 1.1em !important; } - .mb-2-xl { - margin-bottom: 8px !important; + .enlarge-2-fs { + font-size: 1.2em !important; } - .mx-2-xl { - margin-left: 8px !important; - margin-right: 8px !important; + .enlarge-3-fs { + font-size: 1.3em !important; } - .my-2-xl { - margin-top: 8px !important; - margin-bottom: 8px !important; + .enlarge-4-fs { + font-size: 1.4em !important; } - .m-2-xl-minus { - margin: -8px !important; + .enlarge-5-fs { + font-size: 1.5em !important; } - .mr-2-xl-minus { - margin-right: -8px !important; + .enlarge-6-fs { + font-size: 1.6em !important; } - .ml-2-xl-minus { - margin-left: -8px !important; + .enlarge-7-fs { + font-size: 1.7em !important; } - .mt-2-xl-minus { - margin-top: -8px !important; + .enlarge-8-fs { + font-size: 1.8em !important; } - .mb-2-xl-minus { - margin-bottom: -8px !important; + .enlarge-9-fs { + font-size: 1.9em !important; } - .p-3-xl { - padding: 12px !important; + .enlarge-2x-fs { + font-size: 2em!important; } - .pr-3-xl { - padding-right: 12px !important; + .enlarge-3x-fs { + font-size: 3em!important; } - .pl-3-xl { - padding-left: 12px !important; + .enlarge-4x-fs { + font-size: 4em!important; } - .pt-3-xl { - padding-top: 12px !important; +} +@media screen and (min-width: 576px) { + .text-upper-sm { + text-transform: uppercase !important; } - .pb-3-xl { - padding-bottom: 12px !important; + .text-lower-sm { + text-transform: lowercase !important; } - .px-3-xl { - padding-left: 12px !important; - padding-right: 12px !important; + .text-cap-sm { + text-transform: capitalize !important; } - .py-3-xl { - padding-top: 12px !important; - padding-bottom: 12px !important; + .text-left-sm { + text-align: left !important; } - .m-3-xl { - margin: 12px !important; + .text-right-sm { + text-align: right !important; } - .mr-3-xl { - margin-right: 12px !important; + .text-center-sm { + text-align: center !important; } - .ml-3-xl { - margin-left: 12px !important; + .text-just-sm { + text-align: justify !important; } - .mt-3-xl { - margin-top: 12px !important; + .va-top-sm { + vertical-align: top !important; } - .mb-3-xl { - margin-bottom: 12px !important; + .va-bottom-sm { + vertical-align: bottom !important; } - .mx-3-xl { - margin-left: 12px !important; - margin-right: 12px !important; + .va-baseline-sm { + vertical-align: baseline !important; } - .my-3-xl { - margin-top: 12px !important; - margin-bottom: 12px !important; + .va-middle-sm { + vertical-align: middle !important; } - .m-3-xl-minus { - margin: -12px !important; + .va-sub-sm { + vertical-align: sub !important; } - .mr-3-xl-minus { - margin-right: -12px !important; + .va-super-sm { + vertical-align: super !important; } - .ml-3-xl-minus { - margin-left: -12px !important; + .va-text-top-sm { + vertical-align: text-top !important; } - .mt-3-xl-minus { - margin-top: -12px !important; + .va-text-bottom-sm { + vertical-align: text-bottom !important; } - .mb-3-xl-minus { - margin-bottom: -12px !important; + .reduce-1-sm { + font-size: 0.9em !important; } - .p-4-xl { - padding: 16px !important; + .reduce-2-sm { + font-size: 0.8em !important; } - .pr-4-xl { - padding-right: 16px !important; + .reduce-3-sm { + font-size: 0.7em !important; } - .pl-4-xl { - padding-left: 16px !important; + .reduce-4-sm { + font-size: 0.6em !important; } - .pt-4-xl { - padding-top: 16px !important; + .reduce-5-sm { + font-size: 0.5em !important; } - .pb-4-xl { - padding-bottom: 16px !important; + .reduce-6-sm { + font-size: 0.4em !important; } - .px-4-xl { - padding-left: 16px !important; - padding-right: 16px !important; + .reduce-7-sm { + font-size: 0.3em !important; } - .py-4-xl { - padding-top: 16px !important; - padding-bottom: 16px !important; + .reduce-8-sm { + font-size: 0.2em !important; } - .m-4-xl { - margin: 16px !important; + .reduce-9-sm { + font-size: 0.1em !important; } - .mr-4-xl { - margin-right: 16px !important; + .enlarge-sm { + font-size: 1em!important; } - .ml-4-xl { - margin-left: 16px !important; + .enlarge-1-sm { + font-size: 1.1em !important; } - .mt-4-xl { - margin-top: 16px !important; + .enlarge-2-sm { + font-size: 1.2em !important; } - .mb-4-xl { - margin-bottom: 16px !important; + .enlarge-3-sm { + font-size: 1.3em !important; } - .mx-4-xl { - margin-left: 16px !important; - margin-right: 16px !important; + .enlarge-4-sm { + font-size: 1.4em !important; } - .my-4-xl { - margin-top: 16px !important; - margin-bottom: 16px !important; + .enlarge-5-sm { + font-size: 1.5em !important; } - .m-4-xl-minus { - margin: -16px !important; + .enlarge-6-sm { + font-size: 1.6em !important; } - .mr-4-xl-minus { - margin-right: -16px !important; + .enlarge-7-sm { + font-size: 1.7em !important; } - .ml-4-xl-minus { - margin-left: -16px !important; + .enlarge-8-sm { + font-size: 1.8em !important; } - .mt-4-xl-minus { - margin-top: -16px !important; + .enlarge-9-sm { + font-size: 1.9em !important; } - .mb-4-xl-minus { - margin-bottom: -16px !important; + .enlarge-2x-sm { + font-size: 2em!important; } - .p-5-xl { - padding: 20px !important; + .enlarge-3x-sm { + font-size: 3em!important; } - .pr-5-xl { - padding-right: 20px !important; + .enlarge-4x-sm { + font-size: 4em!important; } - .pl-5-xl { - padding-left: 20px !important; +} +@media screen and (min-width: 768px) { + .text-upper-md { + text-transform: uppercase !important; } - .pt-5-xl { - padding-top: 20px !important; + .text-lower-md { + text-transform: lowercase !important; } - .pb-5-xl { - padding-bottom: 20px !important; + .text-cap-md { + text-transform: capitalize !important; } - .px-5-xl { - padding-left: 20px !important; - padding-right: 20px !important; + .text-left-md { + text-align: left !important; } - .py-5-xl { - padding-top: 20px !important; - padding-bottom: 20px !important; + .text-right-md { + text-align: right !important; } - .m-5-xl { - margin: 20px !important; + .text-center-md { + text-align: center !important; } - .mr-5-xl { - margin-right: 20px !important; + .text-just-md { + text-align: justify !important; } - .ml-5-xl { - margin-left: 20px !important; + .va-top-md { + vertical-align: top !important; } - .mt-5-xl { - margin-top: 20px !important; + .va-bottom-md { + vertical-align: bottom !important; } - .mb-5-xl { - margin-bottom: 20px !important; + .va-baseline-md { + vertical-align: baseline !important; } - .mx-5-xl { - margin-left: 20px !important; - margin-right: 20px !important; + .va-middle-md { + vertical-align: middle !important; } - .my-5-xl { - margin-top: 20px !important; - margin-bottom: 20px !important; + .va-sub-md { + vertical-align: sub !important; } - .m-5-xl-minus { - margin: -20px !important; + .va-super-md { + vertical-align: super !important; } - .mr-5-xl-minus { - margin-right: -20px !important; + .va-text-top-md { + vertical-align: text-top !important; } - .ml-5-xl-minus { - margin-left: -20px !important; + .va-text-bottom-md { + vertical-align: text-bottom !important; } - .mt-5-xl-minus { - margin-top: -20px !important; + .reduce-1-md { + font-size: 0.9em !important; } - .mb-5-xl-minus { - margin-bottom: -20px !important; + .reduce-2-md { + font-size: 0.8em !important; } - .p-6-xl { - padding: 24px !important; + .reduce-3-md { + font-size: 0.7em !important; } - .pr-6-xl { - padding-right: 24px !important; + .reduce-4-md { + font-size: 0.6em !important; } - .pl-6-xl { - padding-left: 24px !important; + .reduce-5-md { + font-size: 0.5em !important; } - .pt-6-xl { - padding-top: 24px !important; + .reduce-6-md { + font-size: 0.4em !important; } - .pb-6-xl { - padding-bottom: 24px !important; + .reduce-7-md { + font-size: 0.3em !important; } - .px-6-xl { - padding-left: 24px !important; - padding-right: 24px !important; + .reduce-8-md { + font-size: 0.2em !important; } - .py-6-xl { - padding-top: 24px !important; - padding-bottom: 24px !important; + .reduce-9-md { + font-size: 0.1em !important; } - .m-6-xl { - margin: 24px !important; + .enlarge-md { + font-size: 1em!important; } - .mr-6-xl { - margin-right: 24px !important; + .enlarge-1-md { + font-size: 1.1em !important; } - .ml-6-xl { - margin-left: 24px !important; + .enlarge-2-md { + font-size: 1.2em !important; } - .mt-6-xl { - margin-top: 24px !important; + .enlarge-3-md { + font-size: 1.3em !important; } - .mb-6-xl { - margin-bottom: 24px !important; + .enlarge-4-md { + font-size: 1.4em !important; } - .mx-6-xl { - margin-left: 24px !important; - margin-right: 24px !important; + .enlarge-5-md { + font-size: 1.5em !important; } - .my-6-xl { - margin-top: 24px !important; - margin-bottom: 24px !important; + .enlarge-6-md { + font-size: 1.6em !important; } - .m-6-xl-minus { - margin: -24px !important; + .enlarge-7-md { + font-size: 1.7em !important; } - .mr-6-xl-minus { - margin-right: -24px !important; + .enlarge-8-md { + font-size: 1.8em !important; } - .ml-6-xl-minus { - margin-left: -24px !important; + .enlarge-9-md { + font-size: 1.9em !important; } - .mt-6-xl-minus { - margin-top: -24px !important; + .enlarge-2x-md { + font-size: 2em!important; } - .mb-6-xl-minus { - margin-bottom: -24px !important; + .enlarge-3x-md { + font-size: 3em!important; } - .p-7-xl { - padding: 28px !important; + .enlarge-4x-md { + font-size: 4em!important; } - .pr-7-xl { - padding-right: 28px !important; +} +@media screen and (min-width: 992px) { + .text-upper-lg { + text-transform: uppercase !important; } - .pl-7-xl { - padding-left: 28px !important; + .text-lower-lg { + text-transform: lowercase !important; } - .pt-7-xl { - padding-top: 28px !important; + .text-cap-lg { + text-transform: capitalize !important; } - .pb-7-xl { - padding-bottom: 28px !important; + .text-left-lg { + text-align: left !important; } - .px-7-xl { - padding-left: 28px !important; - padding-right: 28px !important; + .text-right-lg { + text-align: right !important; } - .py-7-xl { - padding-top: 28px !important; - padding-bottom: 28px !important; + .text-center-lg { + text-align: center !important; } - .m-7-xl { - margin: 28px !important; + .text-just-lg { + text-align: justify !important; } - .mr-7-xl { - margin-right: 28px !important; + .va-top-lg { + vertical-align: top !important; } - .ml-7-xl { - margin-left: 28px !important; + .va-bottom-lg { + vertical-align: bottom !important; } - .mt-7-xl { - margin-top: 28px !important; + .va-baseline-lg { + vertical-align: baseline !important; } - .mb-7-xl { - margin-bottom: 28px !important; + .va-middle-lg { + vertical-align: middle !important; } - .mx-7-xl { - margin-left: 28px !important; - margin-right: 28px !important; + .va-sub-lg { + vertical-align: sub !important; } - .my-7-xl { - margin-top: 28px !important; - margin-bottom: 28px !important; + .va-super-lg { + vertical-align: super !important; } - .m-7-xl-minus { - margin: -28px !important; + .va-text-top-lg { + vertical-align: text-top !important; } - .mr-7-xl-minus { - margin-right: -28px !important; + .va-text-bottom-lg { + vertical-align: text-bottom !important; } - .ml-7-xl-minus { - margin-left: -28px !important; + .reduce-1-lg { + font-size: 0.9em !important; } - .mt-7-xl-minus { - margin-top: -28px !important; + .reduce-2-lg { + font-size: 0.8em !important; } - .mb-7-xl-minus { - margin-bottom: -28px !important; + .reduce-3-lg { + font-size: 0.7em !important; } - .p-8-xl { - padding: 32px !important; + .reduce-4-lg { + font-size: 0.6em !important; } - .pr-8-xl { - padding-right: 32px !important; + .reduce-5-lg { + font-size: 0.5em !important; } - .pl-8-xl { - padding-left: 32px !important; + .reduce-6-lg { + font-size: 0.4em !important; } - .pt-8-xl { - padding-top: 32px !important; + .reduce-7-lg { + font-size: 0.3em !important; } - .pb-8-xl { - padding-bottom: 32px !important; + .reduce-8-lg { + font-size: 0.2em !important; } - .px-8-xl { - padding-left: 32px !important; - padding-right: 32px !important; + .reduce-9-lg { + font-size: 0.1em !important; } - .py-8-xl { - padding-top: 32px !important; - padding-bottom: 32px !important; + .enlarge-lg { + font-size: 1em!important; } - .m-8-xl { - margin: 32px !important; + .enlarge-1-lg { + font-size: 1.1em !important; } - .mr-8-xl { - margin-right: 32px !important; + .enlarge-2-lg { + font-size: 1.2em !important; } - .ml-8-xl { - margin-left: 32px !important; + .enlarge-3-lg { + font-size: 1.3em !important; } - .mt-8-xl { - margin-top: 32px !important; + .enlarge-4-lg { + font-size: 1.4em !important; } - .mb-8-xl { - margin-bottom: 32px !important; + .enlarge-5-lg { + font-size: 1.5em !important; } - .mx-8-xl { - margin-left: 32px !important; - margin-right: 32px !important; + .enlarge-6-lg { + font-size: 1.6em !important; } - .my-8-xl { - margin-top: 32px !important; - margin-bottom: 32px !important; + .enlarge-7-lg { + font-size: 1.7em !important; } - .m-8-xl-minus { - margin: -32px !important; + .enlarge-8-lg { + font-size: 1.8em !important; } - .mr-8-xl-minus { - margin-right: -32px !important; + .enlarge-9-lg { + font-size: 1.9em !important; } - .ml-8-xl-minus { - margin-left: -32px !important; + .enlarge-2x-lg { + font-size: 2em!important; } - .mt-8-xl-minus { - margin-top: -32px !important; + .enlarge-3x-lg { + font-size: 3em!important; } - .mb-8-xl-minus { - margin-bottom: -32px !important; + .enlarge-4x-lg { + font-size: 4em!important; } - .p-9-xl { - padding: 36px !important; +} +@media screen and (min-width: 1200px) { + .text-upper-xl { + text-transform: uppercase !important; } - .pr-9-xl { - padding-right: 36px !important; + .text-lower-xl { + text-transform: lowercase !important; } - .pl-9-xl { - padding-left: 36px !important; + .text-cap-xl { + text-transform: capitalize !important; } - .pt-9-xl { - padding-top: 36px !important; + .text-left-xl { + text-align: left !important; } - .pb-9-xl { - padding-bottom: 36px !important; + .text-right-xl { + text-align: right !important; } - .px-9-xl { - padding-left: 36px !important; - padding-right: 36px !important; + .text-center-xl { + text-align: center !important; } - .py-9-xl { - padding-top: 36px !important; - padding-bottom: 36px !important; + .text-just-xl { + text-align: justify !important; } - .m-9-xl { - margin: 36px !important; + .va-top-xl { + vertical-align: top !important; } - .mr-9-xl { - margin-right: 36px !important; + .va-bottom-xl { + vertical-align: bottom !important; } - .ml-9-xl { - margin-left: 36px !important; + .va-baseline-xl { + vertical-align: baseline !important; } - .mt-9-xl { - margin-top: 36px !important; + .va-middle-xl { + vertical-align: middle !important; } - .mb-9-xl { - margin-bottom: 36px !important; + .va-sub-xl { + vertical-align: sub !important; } - .mx-9-xl { - margin-left: 36px !important; - margin-right: 36px !important; + .va-super-xl { + vertical-align: super !important; } - .my-9-xl { - margin-top: 36px !important; - margin-bottom: 36px !important; + .va-text-top-xl { + vertical-align: text-top !important; } - .m-9-xl-minus { - margin: -36px !important; + .va-text-bottom-xl { + vertical-align: text-bottom !important; } - .mr-9-xl-minus { - margin-right: -36px !important; + .reduce-1-xl { + font-size: 0.9em !important; } - .ml-9-xl-minus { - margin-left: -36px !important; + .reduce-2-xl { + font-size: 0.8em !important; } - .mt-9-xl-minus { - margin-top: -36px !important; + .reduce-3-xl { + font-size: 0.7em !important; } - .mb-9-xl-minus { - margin-bottom: -36px !important; + .reduce-4-xl { + font-size: 0.6em !important; } - .p-10-xl { - padding: 40px !important; + .reduce-5-xl { + font-size: 0.5em !important; } - .pr-10-xl { - padding-right: 40px !important; + .reduce-6-xl { + font-size: 0.4em !important; } - .pl-10-xl { - padding-left: 40px !important; + .reduce-7-xl { + font-size: 0.3em !important; } - .pt-10-xl { - padding-top: 40px !important; + .reduce-8-xl { + font-size: 0.2em !important; } - .pb-10-xl { - padding-bottom: 40px !important; + .reduce-9-xl { + font-size: 0.1em !important; } - .px-10-xl { - padding-left: 40px !important; - padding-right: 40px !important; + .enlarge-xl { + font-size: 1em!important; } - .py-10-xl { - padding-top: 40px !important; - padding-bottom: 40px !important; + .enlarge-1-xl { + font-size: 1.1em !important; } - .m-10-xl { - margin: 40px !important; + .enlarge-2-xl { + font-size: 1.2em !important; } - .mr-10-xl { - margin-right: 40px !important; + .enlarge-3-xl { + font-size: 1.3em !important; } - .ml-10-xl { - margin-left: 40px !important; + .enlarge-4-xl { + font-size: 1.4em !important; } - .mt-10-xl { - margin-top: 40px !important; + .enlarge-5-xl { + font-size: 1.5em !important; } - .mb-10-xl { - margin-bottom: 40px !important; + .enlarge-6-xl { + font-size: 1.6em !important; } - .mx-10-xl { - margin-left: 40px !important; - margin-right: 40px !important; + .enlarge-7-xl { + font-size: 1.7em !important; } - .my-10-xl { - margin-top: 40px !important; - margin-bottom: 40px !important; + .enlarge-8-xl { + font-size: 1.8em !important; } - .m-10-xl-minus { - margin: -40px !important; + .enlarge-9-xl { + font-size: 1.9em !important; } - .mr-10-xl-minus { - margin-right: -40px !important; + .enlarge-2x-xl { + font-size: 2em!important; } - .ml-10-xl-minus { - margin-left: -40px !important; + .enlarge-3x-xl { + font-size: 3em!important; } - .mt-10-xl-minus { - margin-top: -40px !important; + .enlarge-4x-xl { + font-size: 4em!important; } - .mb-10-xl-minus { - margin-bottom: -40px !important; +} +@media screen and (min-width: 1452px) { + .text-upper-xxl { + text-transform: uppercase !important; } - .p-11-xl { - padding: 44px !important; + .text-lower-xxl { + text-transform: lowercase !important; } - .pr-11-xl { - padding-right: 44px !important; + .text-cap-xxl { + text-transform: capitalize !important; } - .pl-11-xl { - padding-left: 44px !important; + .text-left-xxl { + text-align: left !important; } - .pt-11-xl { - padding-top: 44px !important; + .text-right-xxl { + text-align: right !important; } - .pb-11-xl { - padding-bottom: 44px !important; + .text-center-xxl { + text-align: center !important; } - .px-11-xl { - padding-left: 44px !important; - padding-right: 44px !important; + .text-just-xxl { + text-align: justify !important; } - .py-11-xl { - padding-top: 44px !important; - padding-bottom: 44px !important; + .va-top-xxl { + vertical-align: top !important; } - .m-11-xl { - margin: 44px !important; + .va-bottom-xxl { + vertical-align: bottom !important; } - .mr-11-xl { - margin-right: 44px !important; + .va-baseline-xxl { + vertical-align: baseline !important; } - .ml-11-xl { - margin-left: 44px !important; + .va-middle-xxl { + vertical-align: middle !important; } - .mt-11-xl { - margin-top: 44px !important; + .va-sub-xxl { + vertical-align: sub !important; } - .mb-11-xl { - margin-bottom: 44px !important; + .va-super-xxl { + vertical-align: super !important; } - .mx-11-xl { - margin-left: 44px !important; - margin-right: 44px !important; + .va-text-top-xxl { + vertical-align: text-top !important; } - .my-11-xl { - margin-top: 44px !important; - margin-bottom: 44px !important; + .va-text-bottom-xxl { + vertical-align: text-bottom !important; } - .m-11-xl-minus { - margin: -44px !important; + .reduce-1-xxl { + font-size: 0.9em !important; } - .mr-11-xl-minus { - margin-right: -44px !important; + .reduce-2-xxl { + font-size: 0.8em !important; } - .ml-11-xl-minus { - margin-left: -44px !important; + .reduce-3-xxl { + font-size: 0.7em !important; } - .mt-11-xl-minus { - margin-top: -44px !important; + .reduce-4-xxl { + font-size: 0.6em !important; } - .mb-11-xl-minus { - margin-bottom: -44px !important; + .reduce-5-xxl { + font-size: 0.5em !important; } - .p-12-xl { - padding: 48px !important; + .reduce-6-xxl { + font-size: 0.4em !important; } - .pr-12-xl { - padding-right: 48px !important; + .reduce-7-xxl { + font-size: 0.3em !important; } - .pl-12-xl { - padding-left: 48px !important; + .reduce-8-xxl { + font-size: 0.2em !important; } - .pt-12-xl { - padding-top: 48px !important; + .reduce-9-xxl { + font-size: 0.1em !important; } - .pb-12-xl { - padding-bottom: 48px !important; + .enlarge-xxl { + font-size: 1em!important; } - .px-12-xl { - padding-left: 48px !important; - padding-right: 48px !important; + .enlarge-1-xxl { + font-size: 1.1em !important; } - .py-12-xl { - padding-top: 48px !important; - padding-bottom: 48px !important; + .enlarge-2-xxl { + font-size: 1.2em !important; } - .m-12-xl { - margin: 48px !important; + .enlarge-3-xxl { + font-size: 1.3em !important; } - .mr-12-xl { - margin-right: 48px !important; + .enlarge-4-xxl { + font-size: 1.4em !important; } - .ml-12-xl { - margin-left: 48px !important; + .enlarge-5-xxl { + font-size: 1.5em !important; } - .mt-12-xl { - margin-top: 48px !important; + .enlarge-6-xxl { + font-size: 1.6em !important; } - .mb-12-xl { - margin-bottom: 48px !important; + .enlarge-7-xxl { + font-size: 1.7em !important; } - .mx-12-xl { - margin-left: 48px !important; - margin-right: 48px !important; + .enlarge-8-xxl { + font-size: 1.8em !important; } - .my-12-xl { - margin-top: 48px !important; - margin-bottom: 48px !important; + .enlarge-9-xxl { + font-size: 1.9em !important; } - .m-12-xl-minus { - margin: -48px !important; + .enlarge-2x-xxl { + font-size: 2em!important; } - .mr-12-xl-minus { - margin-right: -48px !important; + .enlarge-3x-xxl { + font-size: 3em!important; } - .ml-12-xl-minus { - margin-left: -48px !important; + .enlarge-4x-xxl { + font-size: 4em!important; } - .mt-12-xl-minus { - margin-top: -48px !important; +} +.m4-cloak { + opacity: 0; +} +.transition { + -webkit-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +.inherit-colors { + background-color: inherit!important; + color: inherit!important; +} +.inherit-background { + background-color: inherit!important; +} +.inherit-color { + color: inherit!important; +} +[class*=default-icon] { + display: block; + height: 16px; + width: 16px; + border: none!important; + background-size: cover; + background-color: transparent; + opacity: 0.5; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + margin: auto; +} +[class*=default-icon]:hover { + opacity: 1; +} +.clear::after, +.clear-fix::after, +.clearfix::after { + display: block; + clear: both; + content: ""; +} +.overflow { + overflow: auto !important; +} +.no-overflow { + overflow: hidden !important; +} +.scroll { + overflow: scroll !important; +} +.scroll-x { + overflow-x: auto !important; +} +.scroll-y { + overflow-y: auto !important; +} +.no-scroll { + overflow: hidden !important; +} +.no-scroll-x { + overflow-x: hidden !important; +} +.no-scroll-y { + overflow-y: hidden !important; +} +.wrap { + white-space: normal !important; +} +.no-wrap { + white-space: nowrap !important; +} +.no-user-select { + -webkit-user-select: none !important; + -moz-user-select: none !important; + -ms-user-select: none !important; + user-select: none !important; +} +.no-appearance { + -webkit-appearance: none !important; + -moz-appearance: none !important; + appearance: none !important; +} +.collapse { + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; +} +.expand { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; +} +.v-center { + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} +.h-center { + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); +} +.neb::before { + display: block; + position: absolute; + content: ""; + width: 1rem; + height: 1rem; + background-color: inherit; + border: 1px solid transparent; + border-right-color: inherit; + border-bottom-color: inherit; +} +.neb.neb-s::before { + top: 100%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); +} +.neb.neb-sw::before { + top: 100%; + left: 0.625rem; + -webkit-transform: translateY(-50%) rotate(45deg); + -ms-transform: translateY(-50%) rotate(45deg); + transform: translateY(-50%) rotate(45deg); +} +.neb.neb-se::before { + top: 100%; + right: 0.625rem; + -webkit-transform: translateY(-50%) rotate(45deg); + -ms-transform: translateY(-50%) rotate(45deg); + transform: translateY(-50%) rotate(45deg); +} +.neb.neb-n::before { + top: 0; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg); + transform: translateX(-50%) translateY(-50%) rotate(-135deg); +} +.neb.neb-nw::before { + top: 0; + left: 0.625rem; + -webkit-transform: translateY(-50%) rotate(-135deg); + -ms-transform: translateY(-50%) rotate(-135deg); + transform: translateY(-50%) rotate(-135deg); +} +.neb.neb-ne::before { + top: 0; + right: 0.625rem; + -webkit-transform: translateY(-50%) rotate(-135deg); + -ms-transform: translateY(-50%) rotate(-135deg); + transform: translateY(-50%) rotate(-135deg); +} +.neb.neb-en::before { + top: 0.625rem; + right: 0; + -webkit-transform: translateX(50%) rotate(-45deg); + -ms-transform: translateX(50%) rotate(-45deg); + transform: translateX(50%) rotate(-45deg); +} +.neb.neb-e::before { + top: 50%; + right: 0; + -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg); + -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg); + transform: translateX(50%) translateY(-50%) rotate(-45deg); +} +.neb.neb-es::before { + bottom: 0.625rem; + right: 0; + -webkit-transform: translateX(50%) rotate(-45deg); + -ms-transform: translateX(50%) rotate(-45deg); + transform: translateX(50%) rotate(-45deg); +} +.neb.neb-wn::before { + top: 0.625rem; + left: 0; + -webkit-transform: translateX(-50%) rotate(135deg); + -ms-transform: translateX(-50%) rotate(135deg); + transform: translateX(-50%) rotate(135deg); +} +.neb.neb-w::before { + top: 50%; + left: 0; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); + transform: translateX(-50%) translateY(-50%) rotate(135deg); +} +.neb.neb-ws::before { + bottom: 0.625rem; + left: 0; + -webkit-transform: translateX(-50%) rotate(135deg); + -ms-transform: translateX(-50%) rotate(135deg); + transform: translateX(-50%) rotate(135deg); +} +.neb2::before { + display: block; + content: ""; + width: 0; + height: 0; + border-style: solid; + position: absolute; +} +.neb2.neb-s::before { + border-width: 24px 24px 0 24px; + border-color: #ffffff transparent transparent transparent; + top: 100%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.neb2.neb-n::before { + border-width: 0 24px 24px 24px; + border-color: transparent transparent #ffffff transparent; + top: 0; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.neb2.neb-e::before { + border-width: 24px 0 24px 24px; + border-color: transparent transparent transparent #ffffff; + top: 50%; + right: 0; + -webkit-transform: translateX(50%) translateY(-50%); + -ms-transform: translateX(50%) translateY(-50%); + transform: translateX(50%) translateY(-50%); +} +.neb2.neb-w::before { + border-width: 24px 24px 24px 0; + border-color: transparent #ffffff transparent transparent; + top: 50%; + left: 0; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.selected { + -webkit-box-shadow: 0 0 0 4px #5ebdec !important; + box-shadow: 0 0 0 4px #5ebdec !important; +} +.selected::after { + position: absolute; + display: block; + border-top: 28px solid #5ebdec; + border-left: 28px solid transparent; + right: -1px; + content: ""; + top: -1px; + z-index: 100; +} +.selected::before { + position: absolute; + display: block; + content: ""; + background-color: transparent; + border-color: #ffffff !important; + border-left: 2px solid; + border-bottom: 2px solid; + height: 0.325rem; + width: 0.5rem; + right: 0.25rem; + top: 0.25rem; + z-index: 102; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.disabled, +.-disabled { + pointer-events: none!important; + color: #e4e4e4 !important; +} +.stop-pointer { + pointer-events: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +@media screen and (min-width: 0) { + .overflow-fs { + overflow: auto !important; } - .mb-12-xl-minus { - margin-bottom: -48px !important; + .no-overflow-fs { + overflow: hidden !important; } - .p-13-xl { - padding: 52px !important; + .scroll-fs { + overflow: scroll !important; } - .pr-13-xl { - padding-right: 52px !important; + .scroll-x-fs { + overflow-x: auto !important; } - .pl-13-xl { - padding-left: 52px !important; + .scroll-y-fs { + overflow-y: auto !important; } - .pt-13-xl { - padding-top: 52px !important; + .no-scroll-fs { + overflow: hidden !important; } - .pb-13-xl { - padding-bottom: 52px !important; + .no-scroll-x-fs { + overflow-x: hidden !important; } - .px-13-xl { - padding-left: 52px !important; - padding-right: 52px !important; + .no-scroll-y-fs { + overflow-y: hidden !important; } - .py-13-xl { - padding-top: 52px !important; - padding-bottom: 52px !important; + .wrap-fs { + white-space: normal !important; } - .m-13-xl { - margin: 52px !important; + .no-wrap-fs { + white-space: nowrap !important; } - .mr-13-xl { - margin-right: 52px !important; + .collapse-fs { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .ml-13-xl { - margin-left: 52px !important; + .expand-fs { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .mt-13-xl { - margin-top: 52px !important; +} +@media screen and (min-width: 576px) { + .overflow-sm { + overflow: auto !important; } - .mb-13-xl { - margin-bottom: 52px !important; + .no-overflow-sm { + overflow: hidden !important; } - .mx-13-xl { - margin-left: 52px !important; - margin-right: 52px !important; + .scroll-sm { + overflow: scroll !important; } - .my-13-xl { - margin-top: 52px !important; - margin-bottom: 52px !important; + .scroll-x-sm { + overflow-x: auto !important; } - .m-13-xl-minus { - margin: -52px !important; + .scroll-y-sm { + overflow-y: auto !important; } - .mr-13-xl-minus { - margin-right: -52px !important; + .no-scroll-sm { + overflow: hidden !important; } - .ml-13-xl-minus { - margin-left: -52px !important; + .no-scroll-x-sm { + overflow-x: hidden !important; } - .mt-13-xl-minus { - margin-top: -52px !important; + .no-scroll-y-sm { + overflow-y: hidden !important; } - .mb-13-xl-minus { - margin-bottom: -52px !important; + .wrap-sm { + white-space: normal !important; } - .p-14-xl { - padding: 56px !important; + .no-wrap-sm { + white-space: nowrap !important; } - .pr-14-xl { - padding-right: 56px !important; + .collapse-sm { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .pl-14-xl { - padding-left: 56px !important; + .expand-sm { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .pt-14-xl { - padding-top: 56px !important; +} +@media screen and (min-width: 768px) { + .overflow-md { + overflow: auto !important; } - .pb-14-xl { - padding-bottom: 56px !important; + .no-overflow-md { + overflow: hidden !important; } - .px-14-xl { - padding-left: 56px !important; - padding-right: 56px !important; + .scroll-md { + overflow: scroll !important; } - .py-14-xl { - padding-top: 56px !important; - padding-bottom: 56px !important; + .scroll-x-md { + overflow-x: auto !important; } - .m-14-xl { - margin: 56px !important; + .scroll-y-md { + overflow-y: auto !important; } - .mr-14-xl { - margin-right: 56px !important; + .no-scroll-md { + overflow: hidden !important; } - .ml-14-xl { - margin-left: 56px !important; + .no-scroll-x-md { + overflow-x: hidden !important; } - .mt-14-xl { - margin-top: 56px !important; + .no-scroll-y-md { + overflow-y: hidden !important; } - .mb-14-xl { - margin-bottom: 56px !important; + .wrap-md { + white-space: normal !important; } - .mx-14-xl { - margin-left: 56px !important; - margin-right: 56px !important; + .no-wrap-md { + white-space: nowrap !important; } - .my-14-xl { - margin-top: 56px !important; - margin-bottom: 56px !important; + .collapse-md { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .m-14-xl-minus { - margin: -56px !important; + .expand-md { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .mr-14-xl-minus { - margin-right: -56px !important; +} +@media screen and (min-width: 992px) { + .overflow-lg { + overflow: auto !important; } - .ml-14-xl-minus { - margin-left: -56px !important; + .no-overflow-lg { + overflow: hidden !important; } - .mt-14-xl-minus { - margin-top: -56px !important; + .scroll-lg { + overflow: scroll !important; } - .mb-14-xl-minus { - margin-bottom: -56px !important; + .scroll-x-lg { + overflow-x: auto !important; } - .p-15-xl { - padding: 60px !important; + .scroll-y-lg { + overflow-y: auto !important; } - .pr-15-xl { - padding-right: 60px !important; + .no-scroll-lg { + overflow: hidden !important; } - .pl-15-xl { - padding-left: 60px !important; + .no-scroll-x-lg { + overflow-x: hidden !important; } - .pt-15-xl { - padding-top: 60px !important; + .no-scroll-y-lg { + overflow-y: hidden !important; } - .pb-15-xl { - padding-bottom: 60px !important; + .wrap-lg { + white-space: normal !important; } - .px-15-xl { - padding-left: 60px !important; - padding-right: 60px !important; + .no-wrap-lg { + white-space: nowrap !important; } - .py-15-xl { - padding-top: 60px !important; - padding-bottom: 60px !important; + .collapse-lg { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .m-15-xl { - margin: 60px !important; + .expand-lg { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .mr-15-xl { - margin-right: 60px !important; +} +@media screen and (min-width: 1200px) { + .overflow-xl { + overflow: auto !important; } - .ml-15-xl { - margin-left: 60px !important; + .no-overflow-xl { + overflow: hidden !important; } - .mt-15-xl { - margin-top: 60px !important; + .scroll-xl { + overflow: scroll !important; } - .mb-15-xl { - margin-bottom: 60px !important; + .scroll-x-xl { + overflow-x: auto !important; } - .mx-15-xl { - margin-left: 60px !important; - margin-right: 60px !important; + .scroll-y-xl { + overflow-y: auto !important; } - .my-15-xl { - margin-top: 60px !important; - margin-bottom: 60px !important; + .no-scroll-xl { + overflow: hidden !important; } - .m-15-xl-minus { - margin: -60px !important; + .no-scroll-x-xl { + overflow-x: hidden !important; } - .mr-15-xl-minus { - margin-right: -60px !important; + .no-scroll-y-xl { + overflow-y: hidden !important; } - .ml-15-xl-minus { - margin-left: -60px !important; + .wrap-xl { + white-space: normal !important; } - .mt-15-xl-minus { - margin-top: -60px !important; + .no-wrap-xl { + white-space: nowrap !important; } - .mb-15-xl-minus { - margin-bottom: -60px !important; + .collapse-xl { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .p-16-xl { - padding: 64px !important; + .expand-xl { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .pr-16-xl { - padding-right: 64px !important; +} +@media screen and (min-width: 1452px) { + .overflow-xxl { + overflow: auto !important; } - .pl-16-xl { - padding-left: 64px !important; + .no-overflow-xxl { + overflow: hidden !important; } - .pt-16-xl { - padding-top: 64px !important; + .scroll-xxl { + overflow: scroll !important; } - .pb-16-xl { - padding-bottom: 64px !important; + .scroll-x-xxl { + overflow-x: auto !important; } - .px-16-xl { - padding-left: 64px !important; - padding-right: 64px !important; + .scroll-y-xxl { + overflow-y: auto !important; } - .py-16-xl { - padding-top: 64px !important; - padding-bottom: 64px !important; + .no-scroll-xxl { + overflow: hidden !important; } - .m-16-xl { - margin: 64px !important; + .no-scroll-x-xxl { + overflow-x: hidden !important; } - .mr-16-xl { - margin-right: 64px !important; + .no-scroll-y-xxl { + overflow-y: hidden !important; } - .ml-16-xl { - margin-left: 64px !important; + .wrap-xxl { + white-space: normal !important; } - .mt-16-xl { - margin-top: 64px !important; + .no-wrap-xxl { + white-space: nowrap !important; } - .mb-16-xl { - margin-bottom: 64px !important; + .collapse-xxl { + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; } - .mx-16-xl { - margin-left: 64px !important; - margin-right: 64px !important; + .expand-xxl { + max-height: 1000px !important; + -webkit-transition: max-height 0.3s ease !important; + -o-transition: max-height 0.3s ease !important; + transition: max-height 0.3s ease !important; + -webkit-transition-duration: 1s !important; + -o-transition-duration: 1s !important; + transition-duration: 1s !important; + overflow: visible!important; } - .my-16-xl { - margin-top: 64px !important; - margin-bottom: 64px !important; +} +.debug { + outline: 1px dotted red!important; + min-width: 1px; + min-height: 1px; +} +@media print { + .d-none-print { + display: none!important; } - .m-16-xl-minus { - margin: -64px !important; + .d-block-print { + display: block!important; } - .mr-16-xl-minus { - margin-right: -64px !important; + .d-inline-print { + display: inline!important; } - .ml-16-xl-minus { - margin-left: -64px !important; + .d-inline-block-print { + display: inline-block !important; } - .mt-16-xl-minus { - margin-top: -64px !important; + .d-table-print { + display: table!important; } - .mb-16-xl-minus { - margin-bottom: -64px !important; + .d-table-row-print { + display: table-row !important; } - .p-17-xl { - padding: 68px !important; + .d-table-cell-print { + display: table-cell !important; } - .pr-17-xl { - padding-right: 68px !important; + .d-flex-print { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; } - .pl-17-xl { - padding-left: 68px !important; + .d-inline-flex-print { + display: -webkit-inline-box !important; + display: -ms-inline-flexbox !important; + display: inline-flex !important; } - .pt-17-xl { - padding-top: 68px !important; + .visible-print { + visibility: visible !important; } - .pb-17-xl { - padding-bottom: 68px !important; + .no-visible-print { + visibility: hidden !important; } - .px-17-xl { - padding-left: 68px !important; - padding-right: 68px !important; + .overflow-print { + overflow: auto !important; } - .py-17-xl { - padding-top: 68px !important; - padding-bottom: 68px !important; + .no-overflow-print { + overflow: hidden !important; } - .m-17-xl { - margin: 68px !important; + .scroll-print { + overflow: scroll !important; } - .mr-17-xl { - margin-right: 68px !important; + .scroll-x-print { + overflow-x: auto !important; } - .ml-17-xl { - margin-left: 68px !important; + .scroll-y-print { + overflow-y: auto !important; } - .mt-17-xl { - margin-top: 68px !important; + .no-scroll-print { + overflow: hidden !important; } - .mb-17-xl { - margin-bottom: 68px !important; + .no-scroll-x-print { + overflow-x: hidden !important; } - .mx-17-xl { - margin-left: 68px !important; - margin-right: 68px !important; + .no-scroll-y-print { + overflow-y: hidden !important; } - .my-17-xl { - margin-top: 68px !important; - margin-bottom: 68px !important; + .wrap-print { + white-space: normal !important; } - .m-17-xl-minus { - margin: -68px !important; + .no-wrap-print { + white-space: nowrap !important; } - .mr-17-xl-minus { - margin-right: -68px !important; +} +@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .d-none-ie { + display: none!important; } - .ml-17-xl-minus { - margin-left: -68px !important; + .d-block-ie { + display: block!important; } - .mt-17-xl-minus { - margin-top: -68px !important; + .img-fluid { + width: 100% \9; } - .mb-17-xl-minus { - margin-bottom: -68px !important; + .img-container img { + width: 100% \9; } - .p-18-xl { - padding: 72px !important; + .tiles-grid { + display: block; } - .pr-18-xl { - padding-right: 72px !important; + .tiles-grid::after { + display: block; + clear: both; + content: ""; } - .pl-18-xl { - padding-left: 72px !important; + .tiles-grid::after { + display: block; + clear: both; + content: ""; } - .pt-18-xl { - padding-top: 72px !important; + .tiles-grid [class*=tile-] { + margin: 5px; + float: left; } - .pb-18-xl { - padding-bottom: 72px !important; + .ribbon-menu .content-holder .section { + height: 130px; } - .px-18-xl { - padding-left: 72px !important; - padding-right: 72px !important; + .ribbon-toggle-group { + height: 80px; } - .py-18-xl { - padding-top: 72px !important; - padding-bottom: 72px !important; +} +@supports (-ms-ime-align:auto) { + .d-none-edge { + display: none!important; } - .m-18-xl { - margin: 72px !important; + .d-block-edge { + display: block!important; } - .mr-18-xl { - margin-right: 72px !important; + .ribbon-menu .content-holder .section { + height: 130px; } - .ml-18-xl { - margin-left: 72px !important; +} +.container, +.container2, +.container-fluid, +section, +header, +footer, +aside { + display: block; + position: relative; + margin: 0 auto; +} +.container::after, +.container2::after, +.container-fluid::after, +section::after, +header::after, +footer::after, +aside::after { + display: block; + clear: both; + content: ""; +} +.container::after, +.container2::after, +.container-fluid::after, +section::after, +header::after, +footer::after, +aside::after { + display: block; + clear: both; + content: ""; +} +.container, +.container2 { + width: 100%; + padding-right: 12px; + padding-left: 12px; +} +.container-fluid { + width: 100%; + max-width: none; + padding-right: 12px; + padding-left: 12px; +} +@media (min-width: 576px) { + .container { + max-width: 540px; } - .mt-18-xl { - margin-top: 72px !important; + .container2 { + max-width: 90%; } - .mb-18-xl { - margin-bottom: 72px !important; +} +@media (min-width: 768px) { + .container { + max-width: 720px; } - .mx-18-xl { - margin-left: 72px !important; - margin-right: 72px !important; +} +@media (min-width: 992px) { + .container, + .container2 { + max-width: 960px; } - .my-18-xl { - margin-top: 72px !important; - margin-bottom: 72px !important; +} +@media (min-width: 1200px) { + .container, + .container2 { + max-width: 1140px; } - .m-18-xl-minus { - margin: -72px !important; +} +@media (min-width: 1452px) { + .container, + .container2 { + max-width: 1360px; } - .mr-18-xl-minus { - margin-right: -72px !important; +} +.container-fs { + max-width: 0 !important; +} +.container-sm { + max-width: 576px !important; +} +.container-md { + max-width: 768px !important; +} +.container-lg { + max-width: 992px !important; +} +.container-xl { + max-width: 1200px !important; +} +.container-xxl { + max-width: 1452px !important; +} +.accordion { + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + width: 100%; +} +.accordion > .frame { + display: block; + margin: 1px 0; +} +.accordion > .frame > .heading { + display: block; + position: relative; + padding: 0.5rem 1rem; + background-color: #f8f8f8; + cursor: pointer; + white-space: nowrap; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.accordion > .frame > .content { + display: block; +} +.accordion.marker-on .heading { + padding-left: 32px; +} +.accordion.marker-on .heading::before { + line-height: 1; + display: block; + content: "\203A"; + position: absolute; + left: 0; + top: 0; + font-size: 32px; + width: 40px; + height: 40px; + text-align: center; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; + -webkit-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; +} +.accordion.marker-on .frame.active > .heading::before { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; +} +.accordion.marker-on[dir=rtl] .heading { + padding-left: 1rem; + padding-right: 32px; +} +.accordion.marker-on[dir=rtl] .heading::before { + left: auto; + right: 0; +} +.accordion.marker-on[dir=rtl] .frame.active > .heading::before { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; +} +.accordion.material .heading::before { + display: none; +} +.accordion.material > .frame > .heading { + padding: 16px 42px 16px 16px; + font-size: 16px; + background-color: #ffffff; +} +.accordion.material > .frame > .heading::after { + display: block; + content: "\203A"; + position: absolute; + right: 16px; + top: 8px; + font-size: 32px; + width: 40px; + height: 40px; + text-align: center; + line-height: 1; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; + -webkit-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; +} +.accordion.material .frame + .frame { + border-top: 1px #dfdfdf solid; +} +.accordion.material > .frame > .content { + padding: 16px; + font-size: 14px; +} +.accordion.material > .frame.active .heading::after { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); + -webkit-transition: -webkit-transform 0.3s; + transition: -webkit-transform 0.3s; + -o-transition: transform 0.3s; + transition: transform 0.3s; + transition: transform 0.3s, -webkit-transform 0.3s; +} +.action-button { + padding: 0; + border-radius: 50%; + width: 56px; + height: 56px; + line-height: 56px; + text-align: center; + display: inline-block; + font-weight: 400; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + font-size: 0.875rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.action-button .icon { + width: 20px; + height: 20px; + line-height: 20px; + font-size: 20px; + display: inline-block; + text-align: center; + margin-top: 18px; +} +.action-button .icon > * { + width: 100%; + max-height: 100%; + display: inline-block; +} +.action-button.second { + width: 40px; + height: 40px; + line-height: 40px; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.action-button.second .icon { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 16px; + margin-top: 0; +} +.action-button.prime { + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} +.action-button:active { + -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); + box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); +} +.multi-action { + display: inline-block; + position: relative; + width: 56px; + height: 56px; +} +.multi-action .action-button { + position: absolute; + z-index: 2; + margin: 0 !important; +} +.multi-action .actions { + position: absolute; + list-style: none inside none; + margin: 0 0 0 0; + padding: 0; + width: auto; + float: left; + background-color: transparent; + top: 8px; + left: 8px; + z-index: 1; + width: 40px; + height: 40px; + border-radius: 50%; +} +.multi-action .actions li { + position: absolute; + display: block; + width: 40px; + height: 40px; + border-radius: 50%; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + margin: 0; + background: #989898; + color: #ffffff; + -webkit-transform: scale(0.2); + -ms-transform: scale(0.2); + transform: scale(0.2); + line-height: 40px; + font-size: 20px; + -webkit-transition: all 0.3s; + -o-transition: all 0.3s; + transition: all 0.3s; + cursor: pointer; +} +.multi-action .actions li a { + background: inherit; + color: inherit; + display: block; + width: 40px; + height: 40px; + border-radius: 50%; + line-height: 40px; + text-align: center; + text-decoration: none; +} +.multi-action .actions li:active { + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} +.multi-action .action-button.active ~ .actions li { + -webkit-transition: all 0.3s; + -o-transition: all 0.3s; + transition: all 0.3s; + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); +} +.multi-action .action-button.active ~ .actions li:nth-child(1) { + margin-top: -56px; +} +.multi-action .action-button.active ~ .actions li:nth-child(2) { + margin-top: -104px; +} +.multi-action .action-button.active ~ .actions li:nth-child(3) { + margin-top: -152px; +} +.multi-action .action-button.active ~ .actions li:nth-child(4) { + margin-top: -200px; +} +.multi-action .action-button.active ~ .actions li:nth-child(5) { + margin-top: -248px; +} +.multi-action .action-button.active ~ .actions li:nth-child(6) { + margin-top: -296px; +} +.multi-action .action-button.active ~ .actions li:nth-child(7) { + margin-top: -344px; +} +.multi-action .action-button.active ~ .actions li:nth-child(8) { + margin-top: -392px; +} +.multi-action .action-button.active ~ .actions li:nth-child(9) { + margin-top: -440px; +} +.multi-action .action-button.active ~ .actions li:nth-child(10) { + margin-top: -488px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(1), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(1) { + margin-top: 56px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(2), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(2) { + margin-top: 104px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(3), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(3) { + margin-top: 152px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(4), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(4) { + margin-top: 200px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(5), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(5) { + margin-top: 248px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(6), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(6) { + margin-top: 296px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(7), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(7) { + margin-top: 344px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(8), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(8) { + margin-top: 392px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(9), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(9) { + margin-top: 440px; +} +.multi-action .action-button.active ~ .actions.drop-bottom li:nth-child(10), +.multi-action .action-button.active ~ .actions.drop-down li:nth-child(10) { + margin-top: 488px; +} +.multi-action .action-button.active ~ .actions.drop-right li { + margin-top: 0; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(1) { + margin-left: 56px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(2) { + margin-left: 104px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(3) { + margin-left: 152px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(4) { + margin-left: 200px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(5) { + margin-left: 248px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(6) { + margin-left: 296px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(7) { + margin-left: 344px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(8) { + margin-left: 392px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(9) { + margin-left: 440px; +} +.multi-action .action-button.active ~ .actions.drop-right li:nth-child(10) { + margin-left: 488px; +} +.multi-action .action-button.active ~ .actions.drop-left li { + margin-top: 0; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(1) { + margin-left: -56px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(2) { + margin-left: -104px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(3) { + margin-left: -152px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(4) { + margin-left: -200px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(5) { + margin-left: -248px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(6) { + margin-left: -296px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(7) { + margin-left: -344px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(8) { + margin-left: -392px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(9) { + margin-left: -440px; +} +.multi-action .action-button.active ~ .actions.drop-left li:nth-child(10) { + margin-left: -488px; +} +.multi-action .action-button .icon { + -webkit-transition: all 0.3s; + -o-transition: all 0.3s; + transition: all 0.3s; +} +.multi-action .action-button.active.rotate .icon { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.multi-action .action-button.active.rotate-minus .icon { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.action-button.floating-action-top, +.multi-action.floating-action-top { + z-index: 1080; + top: 90px; + left: 16px; + position: fixed; +} +.action-button.floating-action-bottom, +.multi-action.floating-action-bottom { + z-index: 1080; + bottom: 20px; + right: 20px; + position: fixed; +} +.activity-ring { + position: relative; + padding-top: 0.22rem; + width: 32px; + height: 32px; + margin: 0.625rem; +} +.activity-ring > .wrap { + position: absolute; + width: 30px; + height: 30px; +} +.activity-ring > .wrap > .circle { + opacity: 0; + width: 30px; + height: 30px; + -webkit-transform: rotate(225deg); + -ms-transform: rotate(225deg); + transform: rotate(225deg); + -webkit-animation: orbit 4000ms infinite; + animation: orbit 4000ms infinite; +} +.activity-ring > .wrap > .circle:after { + position: absolute; + content: ''; + width: 4px; + height: 4px; + border-radius: 4px; + background: #ffffff; +} +.activity-ring > .wrap:nth-child(2) { + -webkit-transform: rotate(-14deg); + -ms-transform: rotate(-14deg); + transform: rotate(-14deg); +} +.activity-ring > .wrap:nth-child(2) > .circle { + -webkit-animation-delay: 133.33333333ms; + animation-delay: 133.33333333ms; +} +.activity-ring > .wrap:nth-child(3) { + -webkit-transform: rotate(-28deg); + -ms-transform: rotate(-28deg); + transform: rotate(-28deg); +} +.activity-ring > .wrap:nth-child(3) > .circle { + -webkit-animation-delay: 266.66666667ms; + animation-delay: 266.66666667ms; +} +.activity-ring > .wrap:nth-child(4) { + -webkit-transform: rotate(-42deg); + -ms-transform: rotate(-42deg); + transform: rotate(-42deg); +} +.activity-ring > .wrap:nth-child(4) > .circle { + -webkit-animation-delay: 400ms; + animation-delay: 400ms; +} +.activity-ring > .wrap:nth-child(5) { + -webkit-transform: rotate(-56deg); + -ms-transform: rotate(-56deg); + transform: rotate(-56deg); +} +.activity-ring > .wrap:nth-child(5) > .circle { + -webkit-animation-delay: 533.33333333ms; + animation-delay: 533.33333333ms; +} +.activity-ring.dark-style > .wrap > .circle:after { + background-color: #989898; +} +.activity-ring.color-style > .wrap > .circle:after { + background-color: #1ba1e2; +} +.activity-ring.color-style > .wrap:nth-child(2) > .circle:after { + background-color: #fa6800; +} +.activity-ring.color-style > .wrap:nth-child(3) > .circle:after { + background-color: #60a917; +} +.activity-ring.color-style > .wrap:nth-child(4) > .circle:after { + background-color: #CE352C; +} +.activity-ring.color-style > .wrap:nth-child(5) > .circle:after { + background-color: #fff000; +} +.activity-metro { + overflow: hidden; + position: relative; + width: 100%; + height: 10px; + background-color: transparent; +} +.activity-metro > .circle { + display: inline-block; + position: absolute; + width: 10px; + height: 10px; + background-color: #ffffff; + opacity: 0; + margin-left: 5px; + -webkit-animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; + animation: metro-slide 3s cubic-bezier(0.1, 0.85, 0.9, 0.15) infinite, metro-opacity 2s ease-in-out infinite alternate; +} +.activity-metro > .circle:nth-child(2) { + -webkit-animation-delay: 0.8s; + animation-delay: 0.8s; +} +.activity-metro > .circle:nth-child(3) { + -webkit-animation-delay: 0.7s; + animation-delay: 0.7s; +} +.activity-metro > .circle:nth-child(4) { + -webkit-animation-delay: 0.6s; + animation-delay: 0.6s; +} +.activity-metro > .circle:nth-child(5) { + -webkit-animation-delay: 0.5s; + animation-delay: 0.5s; +} +.activity-metro.dark-style > .circle { + background-color: #989898; +} +.activity-metro.color-style > .circle { + background-color: #1ba1e2; +} +.activity-metro.color-style > .circle:nth-child(2) { + background-color: #fa6800; +} +.activity-metro.color-style > .circle:nth-child(3) { + background-color: #60a917; +} +.activity-metro.color-style > .circle:nth-child(4) { + background-color: #CE352C; +} +.activity-metro.color-style > .circle:nth-child(5) { + background-color: #fff000; +} +.activity-square { + position: relative; + width: 40px; + height: 40px; + overflow: hidden; + -webkit-transform-origin: bottom left; + -ms-transform-origin: bottom left; + transform-origin: bottom left; + -webkit-animation: ani-shrink 1s linear infinite; + animation: ani-shrink 1s linear infinite; +} +.activity-square .square { + position: absolute; + width: 19px; + height: 19px; + background: #ffffff; +} +.activity-square .square:nth-child(1) { + left: 0; + top: 21px; +} +.activity-square .square:nth-child(2) { + left: 21px; + top: 21px; + -webkit-animation: ani-drop 1s linear infinite; + animation: ani-drop 1s linear infinite; +} +.activity-square .square:nth-child(3) { + left: 0; + top: 0; + -webkit-animation: ani-drop2 1s linear infinite; + animation: ani-drop2 1s linear infinite; +} +.activity-square .square:nth-child(4) { + left: 21px; + top: 0; + -webkit-animation: ani-drop3 1s linear infinite; + animation: ani-drop3 1s linear infinite; +} +.activity-square.dark-style > .square { + background-color: #989898; +} +.activity-square.color-style > .square:nth-child(1) { + background-color: #fa6800; +} +.activity-square.color-style > .square:nth-child(2) { + background-color: #60a917; +} +.activity-square.color-style > .square:nth-child(3) { + background-color: #1ba1e2; +} +.activity-square.color-style > .square:nth-child(4) { + background-color: #fff000; +} +.activity-cycle { + width: 64px; + height: 64px; + position: relative; + overflow: hidden; +} +.activity-cycle .cycle { + display: block; + position: relative; + left: 50%; + top: 50%; + width: 64px; + height: 64px; + margin: -32px 0 0 -32px; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #ffffff; + -webkit-animation: ani-pre-spin 1s linear infinite; + animation: ani-pre-spin 1s linear infinite; + z-index: 1001; +} +.activity-cycle .cycle::before, +.activity-cycle .cycle::after { + content: ""; + position: absolute; + border-radius: 50%; + border: 3px solid transparent; + border-top-color: #ffffff; +} +.activity-cycle .cycle:before { + top: 5px; + left: 5px; + right: 5px; + bottom: 5px; + -webkit-animation: ani-pre-spin 2s linear infinite; + animation: ani-pre-spin 2s linear infinite; +} +.activity-cycle .cycle:after { + top: 15px; + left: 15px; + right: 15px; + bottom: 15px; + -webkit-animation: spin 1.5s linear infinite; + animation: spin 1.5s linear infinite; +} +.activity-cycle.dark-style .cycle { + border-top-color: #1d1d1d; +} +.activity-cycle.dark-style .cycle:before { + border-top-color: #1d1d1d; +} +.activity-cycle.dark-style .cycle:after { + border-top-color: #1d1d1d; +} +.activity-cycle.color-style .cycle { + border-top-color: #1ba1e2; +} +.activity-cycle.color-style .cycle:before { + border-top-color: #CE352C; +} +.activity-cycle.color-style .cycle:after { + border-top-color: #fff000; +} +.activity-simple { + width: 64px; + height: 64px; +} +.activity-simple .circular { + -webkit-animation: rotate 2s linear infinite; + animation: rotate 2s linear infinite; + position: relative; + width: 100%; + height: 100%; +} +.activity-simple .path { + stroke-dasharray: 1,200; + stroke-dashoffset: 0; + -webkit-animation: dash 1.5s ease-in-out infinite; + animation: dash 1.5s ease-in-out infinite; + stroke-linecap: round; + stroke: #ffffff; +} +.activity-simple.dark-style .path { + stroke: #1d1d1d; +} +.activity-simple.color-style .path { + -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; + animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite; +} +.activity-simple.small { + width: 32px; + height: 32px; + border-radius: 50%; +} +.activity-simple.small .circular { + width: 32px; + height: 32px; +} +@-webkit-keyframes rotate { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } - .ml-18-xl-minus { - margin-left: -72px !important; +} +@keyframes rotate { + 100% { + -webkit-transform: rotate(360deg); + transform: rotate(360deg); } - .mt-18-xl-minus { - margin-top: -72px !important; +} +@-webkit-keyframes dash { + 0% { + stroke-dasharray: 1,200; + stroke-dashoffset: 0; } - .mb-18-xl-minus { - margin-bottom: -72px !important; + 50% { + stroke-dasharray: 89,200; + stroke-dashoffset: -35; } - .p-19-xl { - padding: 76px !important; + 100% { + stroke-dasharray: 89,200; + stroke-dashoffset: -124; } - .pr-19-xl { - padding-right: 76px !important; +} +@keyframes dash { + 0% { + stroke-dasharray: 1,200; + stroke-dashoffset: 0; } - .pl-19-xl { - padding-left: 76px !important; + 50% { + stroke-dasharray: 89,200; + stroke-dashoffset: -35; } - .pt-19-xl { - padding-top: 76px !important; + 100% { + stroke-dasharray: 89,200; + stroke-dashoffset: -124; } - .pb-19-xl { - padding-bottom: 76px !important; +} +@-webkit-keyframes color { + 100%, + 0% { + stroke: #CE352C; } - .px-19-xl { - padding-left: 76px !important; - padding-right: 76px !important; + 40% { + stroke: #00AFF0; } - .py-19-xl { - padding-top: 76px !important; - padding-bottom: 76px !important; + 66% { + stroke: #60a917; } - .m-19-xl { - margin: 76px !important; + 80%, + 90% { + stroke: #fff000; } - .mr-19-xl { - margin-right: 76px !important; +} +@keyframes color { + 100%, + 0% { + stroke: #CE352C; } - .ml-19-xl { - margin-left: 76px !important; + 40% { + stroke: #00AFF0; } - .mt-19-xl { - margin-top: 76px !important; + 66% { + stroke: #60a917; } - .mb-19-xl { - margin-bottom: 76px !important; + 80%, + 90% { + stroke: #fff000; } - .mx-19-xl { - margin-left: 76px !important; - margin-right: 76px !important; +} +.app-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: fixed; + top: 0; + left: 0; + right: 0; + height: auto; + min-height: 52px; + z-index: 1030; + background-color: #f8f8f8; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.app-bar .app-bar-container { + background-color: inherit; + color: inherit; +} +.app-bar .brand, +.app-bar .app-bar-item, +.app-bar .app-bar-container, +.app-bar .app-bar-button { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + height: 52px; + line-height: 52px; + padding: 0 16px; + background-color: inherit; + color: inherit; + text-decoration: none; + font-size: 14px; + -ms-flex-negative: 0; + flex-shrink: 0; + border: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.app-bar .brand:focus, +.app-bar .app-bar-item:focus, +.app-bar .app-bar-container:focus, +.app-bar .app-bar-button:focus { + outline: none; +} +.app-bar .app-bar-container { + padding: 0; +} +.app-bar .app-bar-item { + white-space: nowrap; +} +.app-bar .app-bar-button { + width: 52px; + padding: 0; +} +.app-bar .app-bar-menu { + -ms-flex-negative: 0; + flex-shrink: 0; + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + width: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + background-color: inherit; + color: inherit; +} +.app-bar .app-bar-menu > li, +.app-bar .app-bar-menu > li > a { + display: block; + line-height: 52px; + background-color: inherit; + color: inherit; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.app-bar .app-bar-menu > li > a { + padding: 0 16px; + text-decoration: none; + font-size: 14px; + position: relative; +} +.app-bar .app-bar-menu > li { + position: relative; +} +.app-bar .brand:not(.no-hover):hover, +.app-bar .app-bar-menu li:not(.no-hover):hover, +.app-bar .hamburger:not(.no-hover):hover, +.app-bar .app-bar-item:not(.no-hover):hover, +.app-bar .brand:not(.no-hover):active, +.app-bar .app-bar-menu li:not(.no-hover):active, +.app-bar .hamburger:not(.no-hover):active, +.app-bar .app-bar-item:not(.no-hover):active, +.app-bar .brand:not(.no-hover) .active, +.app-bar .app-bar-menu li:not(.no-hover) .active, +.app-bar .hamburger:not(.no-hover) .active, +.app-bar .app-bar-item:not(.no-hover) .active { + background: rgba(29, 29, 29, 0.1); +} +.app-bar .hamburger { + position: absolute; + right: 0; + top: 0; + display: block; + height: 52px; + width: 52px; +} +.app-bar .hamburger.menu-down.active .line:nth-child(1), +.app-bar .hamburger.menu-down.active .line:nth-child(3) { + margin: -4px 16px; +} +.app-bar .app-bar-menu .d-menu, +.app-bar .app-bar-menu .v-menu { + -webkit-box-shadow: none; + box-shadow: none; + position: relative; + width: 100%; + background-color: #f8f8f8; +} +.app-bar .app-bar-menu .divider, +.app-bar .app-bar-container .divider { + height: 1px!important; + line-height: 1px!important; + background-color: #e4e4e4; +} +.app-bar .app-bar-container .d-menu { + background-color: #f8f8f8; + position: absolute; + width: auto; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.app-bar .app-bar-container .v-menu { + position: absolute; + float: left; + width: auto; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.app-bar .app-bar-container > .d-menu, +.app-bar .app-bar-container > .v-menu { + top: 100%; +} +.app-bar .app-bar-container a { + color: inherit; + text-decoration: none; +} +.app-bar a { + outline: none!important; +} +.app-bar .app-bar-menu .d-menu .d-menu, +.app-bar .app-bar-menu .v-menu .v-menu, +.app-bar .app-bar-menu .v-menu .d-menu, +.app-bar .app-bar-menu .d-menu .v-menu { + left: 0; +} +.app-bar .app-bar-menu.opened { + max-height: calc(100vh - 52px); + overflow-y: auto; +} +.app-bar .app-bar-input { + width: 100px; + height: 30px; + font-size: 0.875rem; + border: none!important; + border-radius: 4px; +} +.app-bar .hamburger:not(.hidden) ~ .ml-auto { + margin-right: 48px; +} +.app-bar-expand { + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; +} +.app-bar-expand .brand, +.app-bar-expand .app-bar-item, +.app-bar-expand .app-bar-container { + width: auto; + -ms-flex-negative: 1; + flex-shrink: 1; +} +.app-bar-expand .app-bar-menu { + float: left; +} +.app-bar-expand .app-bar-menu { + width: auto; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} +.app-bar-expand .app-bar-menu .d-menu { + position: absolute; + width: auto; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.app-bar-expand .app-bar-menu .d-menu li, +.app-bar-expand .app-bar-menu .d-menu a { + height: 38px; + line-height: 38px; +} +.app-bar-expand .app-bar-menu .v-menu { + position: absolute; + float: left; + width: auto; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.app-bar-expand .app-bar-menu.collapsed { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; +} +.app-bar-expand .app-bar-menu .d-menu .d-menu, +.app-bar-expand .app-bar-menu .v-menu .v-menu, +.app-bar-expand .app-bar-menu .v-menu .d-menu, +.app-bar-expand .app-bar-menu .d-menu .v-menu { + left: 100%; +} +.app-bar-expand .hamburger { + display: none; +} +.p-ab { + padding-top: 52px!important; +} +.m-ab { + margin-top: 52px!important; +} +.h-ab { + height: calc(100% - 52px); +} +.badge { + position: absolute; + z-index: 1; + top: 0; + right: 0; + background-color: #f8f8f8; + color: #1d1d1d; + border-radius: 0.25rem; + display: inline-block; + padding: 0.25em 0.4em; + font-size: 75%; + font-weight: 700; + line-height: 1; + text-align: center; + white-space: nowrap; + vertical-align: baseline; + -webkit-transform: translateY(-50%) translateX(50%); + -ms-transform: translateY(-50%) translateX(50%); + transform: translateY(-50%) translateX(50%); +} +.brand .badge, +.app-bar-item .badge, +.app-bar-menu > li > a .badge, +.h-menu > li > a .badge, +.d-menu > li > a .badge, +.v-menu > li > a .badge, +.t-menu > li > a .badge { + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} +.badge.inline { + position: relative; + display: inline-block; + right: auto; + top: -1px; + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} +.badge.inside { + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); +} +.bottom-nav { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + height: 56px; + width: 100%; + position: fixed; + bottom: 0; + left: 0; + right: 0; + -webkit-box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 -2px 10px 0 rgba(0, 0, 0, 0.16), 0 -1px 5px 0 rgba(0, 0, 0, 0.26); + z-index: 1030; +} +.bottom-nav .button { + width: auto; + height: 100%; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + text-align: center; + text-transform: capitalize; + margin: 0; + border-radius: 0; + line-height: normal; +} +.bottom-nav .button .icon { + width: 24px; + height: 24px; + font-size: 22px; +} +.bottom-nav .button .label { + display: block; +} +.bottom-sheet { + background-color: #ffffff; + display: block; + z-index: 1030; + max-width: 360px; + left: 50%; + list-style: none inside; + padding: 0; + margin: 0 0 0 -50%; + width: 100%; + top: 100%; + position: fixed; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); + box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2); +} +.bottom-sheet::after { + display: block; + clear: both; + content: ""; +} +.bottom-sheet::after { + display: block; + clear: both; + content: ""; +} +.bottom-sheet.wide-sm { + max-width: 576px; +} +.bottom-sheet.wide-ld { + max-width: 640px; +} +.bottom-sheet.wide-md { + max-width: 768px; +} +.bottom-sheet.wide-lg { + max-width: 992px; +} +.bottom-sheet.wide { + max-width: 100%; +} +.bottom-sheet > .title { + height: 56px; + font-size: 16px; + color: rgba(0, 0, 0, 0.87); +} +.bottom-sheet > li, +.bottom-sheet > .item { + font-size: 16px; + position: relative; + height: 48px; + padding-left: 56px; + display: block; + cursor: pointer; + vertical-align: middle; + line-height: 48px; +} +.bottom-sheet > li .icon, +.bottom-sheet > .item .icon { + left: 16px; + position: absolute; + width: 24px; + height: 24px; + font-size: 24px; + line-height: 24px; + vertical-align: middle; + text-align: center; + top: 50%; + margin-top: -12px; + opacity: 0.8; +} +.bottom-sheet > li:hover, +.bottom-sheet > .item:hover, +.bottom-sheet > li.hovered, +.bottom-sheet > .item.hovered, +.bottom-sheet > li.active, +.bottom-sheet > .item.active { + background-color: rgba(29, 29, 29, 0.1); +} +.bottom-sheet > .divider { + height: 1px; + background-color: #dfdfdf; +} +.bottom-sheet.grid-style { + padding: 16px; +} +.bottom-sheet.grid-style > li, +.bottom-sheet.grid-style > .item { + width: 64px; + height: 72px; + line-height: normal; + text-align: center; + vertical-align: middle; + display: block; + float: left; + margin: 8px; + padding: 4px; + font-size: 11px; +} +.bottom-sheet.grid-style > li .icon, +.bottom-sheet.grid-style > .item .icon { + display: block; + position: relative; + width: 42px; + height: 42px; + font-size: 42px; + margin: 0 0 8px -21px; + padding: 0; + top: 0; + left: 50%; + line-height: 1; +} +.bottom-sheet.grid-style > .divider { + display: none; +} +.bottom-sheet.opened { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); +} +.bottom-nav ~ .bottom-sheet { + padding-bottom: 76px; +} +.breadcrumbs { + margin-bottom: 1rem; + margin-left: 0; + padding: 0; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background-color: #ffffff; + color: #6a6a6a; +} +.breadcrumbs .page-item, +.breadcrumbs .breadcrumb-item { + position: relative; + cursor: pointer; + display: list-item; + background-color: inherit; + color: inherit; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + margin: 4px; +} +.breadcrumbs .page-item + .page-item::before, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::before, +.breadcrumbs .page-item + .page-item::after, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 1px; + width: 0.375rem; + background-color: #1d1d1d; + top: 50%; + left: 0; + margin-left: -0.5rem; +} +.breadcrumbs .page-item + .page-item::before, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::before { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + margin-top: -0.125rem; +} +.breadcrumbs .page-item + .page-item::after, +.breadcrumbs .breadcrumb-item + .breadcrumb-item::after { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + margin-top: 0.125rem; +} +.breadcrumbs .page-link, +.breadcrumbs .page-item a, +.breadcrumbs .breadcrumb-item a { + display: block; + position: relative; + padding: 0.5rem 0.75rem; + line-height: 1; + font-size: 1rem; + text-decoration: none; + color: inherit; + background-color: transparent; +} +.breadcrumbs .page-link:hover, +.breadcrumbs .page-item a:hover, +.breadcrumbs .breadcrumb-item a:hover { + color: #1d1d1d; +} +.breadcrumbs .page-item:last-child, +.breadcrumbs .breadcrumb-item:last-child { + font-weight: bold; +} +.button, +.flat-button { + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0 0.75rem; + font-size: 0.875rem; + line-height: 34px; + height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; + overflow: visible; +} +.button .icon + .caption, +.flat-button .icon + .caption { + margin-left: 8px; +} +.button .caption + .icon, +.flat-button .caption + .icon { + margin-left: 8px; +} +.flat-button { + min-width: 64px; + background-color: transparent; +} +.button:active, +.button.focus, +.button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.button.link { + background-color: transparent; + color: #0366d6; +} +.button.link:hover { + background-color: transparent; + color: #0056b3; + text-decoration: underline; +} +.button.link.focus, +.button.link:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.button.hovered:hover { + background-color: rgba(29, 29, 29, 0.2); +} +.button img { + height: 1rem; +} +.button.mini { + font-size: 0.625rem; + padding: 0 0.5rem; + height: 20px; + line-height: 20px; +} +.button.mini img { + height: 0.625rem; +} +.button.small { + font-size: 0.75rem; + padding: 0 0.6rem; + height: 26px; + line-height: 26px; +} +.button.small img { + height: 0.75rem; +} +.button.large { + font-size: 1.375rem; + padding: 0 1rem; + height: 53px; + line-height: 53px; +} +.button.large img { + height: 1.375rem; +} +.button.square, +.button.cycle { + width: 2.25rem; + height: 2.25rem; + padding-left: 0 !important; + padding-right: 0 !important; +} +.button.square.mini, +.button.cycle.mini { + width: 1.39875rem; + height: 1.39875rem; +} +.button.square.small, +.button.cycle.small { + width: 1.724375rem; + height: 1.724375rem; +} +.button.square.large, +.button.cycle.large { + width: 3.3125rem; + height: 3.3125rem; +} +.button.cycle { + border-radius: 50%; +} +.button.square.dropdown-toggle::before, +.button.cycle.dropdown-toggle::before { + display: none; +} +.button.dropdown-toggle.no-marker { + padding-right: 0.75rem !important; +} +.button:focus, +.button:hover { + text-decoration: none; +} +.button:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.button.disabled, +.button:disabled { + opacity: 0.65; +} +.button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.button:active { + -webkit-box-shadow: none; + box-shadow: none; +} +a.button, +a.flat-button { + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + color: #1d1d1d; + -webkit-box-shadow: none; + box-shadow: none; + text-decoration: none; +} +a.button:hover, +a.flat-button:hover { + -webkit-box-shadow: none; + box-shadow: none; +} +a.button:active, +a.flat-button:active, +a.button.focus, +a.flat-button.focus, +a.button:focus, +a.flat-button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +input[type=button], +input[type=submit], +input[type=reset] { + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0 0.75rem; + font-size: 0.875rem; + line-height: 34px; + height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; + overflow: visible; +} +input[type=button].primary, +input[type=submit].primary, +input[type=reset].primary { + outline-color: #75b5fd; + background-color: #0366d6; + color: #ffffff; +} +input[type=button].primary.outline, +input[type=submit].primary.outline, +input[type=reset].primary.outline { + color: #0366d6; + border-color: #0366d6; +} +input[type=button].primary.outline.dropdown-toggle::before, +input[type=submit].primary.outline.dropdown-toggle::before, +input[type=reset].primary.outline.dropdown-toggle::before { + border-color: #0366d6; +} +input[type=button].primary.outline:hover, +input[type=submit].primary.outline:hover, +input[type=reset].primary.outline:hover { + color: #ffffff; +} +input[type=button].primary.dropdown-toggle::before, +input[type=submit].primary.dropdown-toggle::before, +input[type=reset].primary.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].primary:hover, +input[type=submit].primary:hover, +input[type=reset].primary:hover { + color: #ffffff; + background-color: #024ea4; + border-color: #023671; +} +input[type=button].primary:hover.dropdown-toggle::before, +input[type=submit].primary:hover.dropdown-toggle::before, +input[type=reset].primary:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].primary.same-color:hover, +input[type=submit].primary.same-color:hover, +input[type=reset].primary.same-color:hover { + background-color: #0366d6; + border-color: #0366d6; +} +input[type=button].primary:active, +input[type=submit].primary:active, +input[type=reset].primary:active, +input[type=button].primary.focus, +input[type=submit].primary.focus, +input[type=reset].primary.focus, +input[type=button].primary:focus, +input[type=submit].primary:focus, +input[type=reset].primary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); + box-shadow: 0 0 0 3px rgba(3, 102, 214, 0.45); +} +input[type=button].secondary, +input[type=submit].secondary, +input[type=reset].secondary { + outline-color: #b7c6cd; + background-color: #607d8b; + color: #ffffff; +} +input[type=button].secondary.outline, +input[type=submit].secondary.outline, +input[type=reset].secondary.outline { + color: #607d8b; + border-color: #607d8b; +} +input[type=button].secondary.outline.dropdown-toggle::before, +input[type=submit].secondary.outline.dropdown-toggle::before, +input[type=reset].secondary.outline.dropdown-toggle::before { + border-color: #607d8b; +} +input[type=button].secondary.outline:hover, +input[type=submit].secondary.outline:hover, +input[type=reset].secondary.outline:hover { + color: #ffffff; +} +input[type=button].secondary.dropdown-toggle::before, +input[type=submit].secondary.dropdown-toggle::before, +input[type=reset].secondary.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].secondary:hover, +input[type=submit].secondary:hover, +input[type=reset].secondary:hover { + color: #ffffff; + background-color: #4b626d; + border-color: #36474f; +} +input[type=button].secondary:hover.dropdown-toggle::before, +input[type=submit].secondary:hover.dropdown-toggle::before, +input[type=reset].secondary:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].secondary.same-color:hover, +input[type=submit].secondary.same-color:hover, +input[type=reset].secondary.same-color:hover { + background-color: #607d8b; + border-color: #607d8b; +} +input[type=button].secondary:active, +input[type=submit].secondary:active, +input[type=reset].secondary:active, +input[type=button].secondary.focus, +input[type=submit].secondary.focus, +input[type=reset].secondary.focus, +input[type=button].secondary:focus, +input[type=submit].secondary:focus, +input[type=reset].secondary:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); + box-shadow: 0 0 0 3px rgba(96, 125, 139, 0.45); +} +input[type=button].success, +input[type=submit].success, +input[type=reset].success { + outline-color: #adeb6e; + background-color: #60a917; + color: #ffffff; +} +input[type=button].success.outline, +input[type=submit].success.outline, +input[type=reset].success.outline { + color: #60a917; + border-color: #60a917; +} +input[type=button].success.outline.dropdown-toggle::before, +input[type=submit].success.outline.dropdown-toggle::before, +input[type=reset].success.outline.dropdown-toggle::before { + border-color: #60a917; +} +input[type=button].success.outline:hover, +input[type=submit].success.outline:hover, +input[type=reset].success.outline:hover { + color: #ffffff; +} +input[type=button].success.dropdown-toggle::before, +input[type=submit].success.dropdown-toggle::before, +input[type=reset].success.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].success:hover, +input[type=submit].success:hover, +input[type=reset].success:hover { + color: #ffffff; + background-color: #477c11; + border-color: #2d4f0b; +} +input[type=button].success:hover.dropdown-toggle::before, +input[type=submit].success:hover.dropdown-toggle::before, +input[type=reset].success:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].success.same-color:hover, +input[type=submit].success.same-color:hover, +input[type=reset].success.same-color:hover { + background-color: #60a917; + border-color: #60a917; +} +input[type=button].success:active, +input[type=submit].success:active, +input[type=reset].success:active, +input[type=button].success.focus, +input[type=submit].success.focus, +input[type=reset].success.focus, +input[type=button].success:focus, +input[type=submit].success:focus, +input[type=reset].success:focus { + -webkit-box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); + box-shadow: 0 0 0 3px rgba(96, 169, 23, 0.45); +} +input[type=button].alert, +input[type=submit].alert, +input[type=reset].alert { + outline-color: #ecaba7; + background-color: #CE352C; + color: #ffffff; +} +input[type=button].alert.outline, +input[type=submit].alert.outline, +input[type=reset].alert.outline { + color: #CE352C; + border-color: #CE352C; +} +input[type=button].alert.outline.dropdown-toggle::before, +input[type=submit].alert.outline.dropdown-toggle::before, +input[type=reset].alert.outline.dropdown-toggle::before { + border-color: #CE352C; +} +input[type=button].alert.outline:hover, +input[type=submit].alert.outline:hover, +input[type=reset].alert.outline:hover { + color: #ffffff; +} +input[type=button].alert.dropdown-toggle::before, +input[type=submit].alert.dropdown-toggle::before, +input[type=reset].alert.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].alert:hover, +input[type=submit].alert:hover, +input[type=reset].alert:hover { + color: #ffffff; + background-color: #a42a23; + border-color: #7a1f1a; +} +input[type=button].alert:hover.dropdown-toggle::before, +input[type=submit].alert:hover.dropdown-toggle::before, +input[type=reset].alert:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].alert.same-color:hover, +input[type=submit].alert.same-color:hover, +input[type=reset].alert.same-color:hover { + background-color: #CE352C; + border-color: #CE352C; +} +input[type=button].alert:active, +input[type=submit].alert:active, +input[type=reset].alert:active, +input[type=button].alert.focus, +input[type=submit].alert.focus, +input[type=reset].alert.focus, +input[type=button].alert:focus, +input[type=submit].alert:focus, +input[type=reset].alert:focus { + -webkit-box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); + box-shadow: 0 0 0 3px rgba(206, 53, 44, 0.45); +} +input[type=button].warning, +input[type=submit].warning, +input[type=reset].warning { + outline-color: #ffede1; + background-color: #ff9447; + color: #ffffff; +} +input[type=button].warning.outline, +input[type=submit].warning.outline, +input[type=reset].warning.outline { + color: #ff9447; + border-color: #ff9447; +} +input[type=button].warning.outline.dropdown-toggle::before, +input[type=submit].warning.outline.dropdown-toggle::before, +input[type=reset].warning.outline.dropdown-toggle::before { + border-color: #ff9447; +} +input[type=button].warning.outline:hover, +input[type=submit].warning.outline:hover, +input[type=reset].warning.outline:hover { + color: #ffffff; +} +input[type=button].warning.dropdown-toggle::before, +input[type=submit].warning.dropdown-toggle::before, +input[type=reset].warning.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].warning:hover, +input[type=submit].warning:hover, +input[type=reset].warning:hover { + color: #ffffff; + background-color: #ff7615; + border-color: #e05d00; +} +input[type=button].warning:hover.dropdown-toggle::before, +input[type=submit].warning:hover.dropdown-toggle::before, +input[type=reset].warning:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].warning.same-color:hover, +input[type=submit].warning.same-color:hover, +input[type=reset].warning.same-color:hover { + background-color: #ff9447; + border-color: #ff9447; +} +input[type=button].warning:active, +input[type=submit].warning:active, +input[type=reset].warning:active, +input[type=button].warning.focus, +input[type=submit].warning.focus, +input[type=reset].warning.focus, +input[type=button].warning:focus, +input[type=submit].warning:focus, +input[type=reset].warning:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); + box-shadow: 0 0 0 3px rgba(255, 148, 71, 0.45); +} +input[type=button].yellow, +input[type=submit].yellow, +input[type=reset].yellow { + outline-color: #ffffff; + background-color: #ffe484; + color: #ffffff; +} +input[type=button].yellow.outline, +input[type=submit].yellow.outline, +input[type=reset].yellow.outline { + color: #ffe484; + border-color: #ffe484; +} +input[type=button].yellow.outline.dropdown-toggle::before, +input[type=submit].yellow.outline.dropdown-toggle::before, +input[type=reset].yellow.outline.dropdown-toggle::before { + border-color: #ffe484; +} +input[type=button].yellow.outline:hover, +input[type=submit].yellow.outline:hover, +input[type=reset].yellow.outline:hover { + color: #ffffff; +} +input[type=button].yellow.dropdown-toggle::before, +input[type=submit].yellow.dropdown-toggle::before, +input[type=reset].yellow.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].yellow:hover, +input[type=submit].yellow:hover, +input[type=reset].yellow:hover { + color: #ffffff; + background-color: #ffd951; + border-color: #ffce1e; +} +input[type=button].yellow:hover.dropdown-toggle::before, +input[type=submit].yellow:hover.dropdown-toggle::before, +input[type=reset].yellow:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].yellow.same-color:hover, +input[type=submit].yellow.same-color:hover, +input[type=reset].yellow.same-color:hover { + background-color: #ffe484; + border-color: #ffe484; +} +input[type=button].yellow:active, +input[type=submit].yellow:active, +input[type=reset].yellow:active, +input[type=button].yellow.focus, +input[type=submit].yellow.focus, +input[type=reset].yellow.focus, +input[type=button].yellow:focus, +input[type=submit].yellow:focus, +input[type=reset].yellow:focus { + -webkit-box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); + box-shadow: 0 0 0 3px rgba(255, 228, 132, 0.45); +} +input[type=button].info, +input[type=submit].info, +input[type=reset].info { + outline-color: #e6f5fc; + background-color: #5ebdec; + color: #ffffff; +} +input[type=button].info.outline, +input[type=submit].info.outline, +input[type=reset].info.outline { + color: #5ebdec; + border-color: #5ebdec; +} +input[type=button].info.outline.dropdown-toggle::before, +input[type=submit].info.outline.dropdown-toggle::before, +input[type=reset].info.outline.dropdown-toggle::before { + border-color: #5ebdec; +} +input[type=button].info.outline:hover, +input[type=submit].info.outline:hover, +input[type=reset].info.outline:hover { + color: #ffffff; +} +input[type=button].info.dropdown-toggle::before, +input[type=submit].info.dropdown-toggle::before, +input[type=reset].info.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].info:hover, +input[type=submit].info:hover, +input[type=reset].info:hover { + color: #ffffff; + background-color: #30abe6; + border-color: #1891cb; +} +input[type=button].info:hover.dropdown-toggle::before, +input[type=submit].info:hover.dropdown-toggle::before, +input[type=reset].info:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].info.same-color:hover, +input[type=submit].info.same-color:hover, +input[type=reset].info.same-color:hover { + background-color: #5ebdec; + border-color: #5ebdec; +} +input[type=button].info:active, +input[type=submit].info:active, +input[type=reset].info:active, +input[type=button].info.focus, +input[type=submit].info.focus, +input[type=reset].info.focus, +input[type=button].info:focus, +input[type=submit].info:focus, +input[type=reset].info:focus { + -webkit-box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); + box-shadow: 0 0 0 3px rgba(94, 189, 236, 0.45); +} +input[type=button].dark, +input[type=submit].dark, +input[type=reset].dark { + outline-color: #9d9d9d; + background-color: #505050; + color: #ffffff; +} +input[type=button].dark.outline, +input[type=submit].dark.outline, +input[type=reset].dark.outline { + color: #505050; + border-color: #505050; +} +input[type=button].dark.outline.dropdown-toggle::before, +input[type=submit].dark.outline.dropdown-toggle::before, +input[type=reset].dark.outline.dropdown-toggle::before { + border-color: #505050; +} +input[type=button].dark.outline:hover, +input[type=submit].dark.outline:hover, +input[type=reset].dark.outline:hover { + color: #ffffff; +} +input[type=button].dark.dropdown-toggle::before, +input[type=submit].dark.dropdown-toggle::before, +input[type=reset].dark.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].dark:hover, +input[type=submit].dark:hover, +input[type=reset].dark:hover { + color: #ffffff; + background-color: #373737; + border-color: #1d1d1d; +} +input[type=button].dark:hover.dropdown-toggle::before, +input[type=submit].dark:hover.dropdown-toggle::before, +input[type=reset].dark:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].dark.same-color:hover, +input[type=submit].dark.same-color:hover, +input[type=reset].dark.same-color:hover { + background-color: #505050; + border-color: #505050; +} +input[type=button].dark:active, +input[type=submit].dark:active, +input[type=reset].dark:active, +input[type=button].dark.focus, +input[type=submit].dark.focus, +input[type=reset].dark.focus, +input[type=button].dark:focus, +input[type=submit].dark:focus, +input[type=reset].dark:focus { + -webkit-box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); + box-shadow: 0 0 0 3px rgba(80, 80, 80, 0.45); +} +input[type=button].light, +input[type=submit].light, +input[type=reset].light { + outline-color: #ffffff; + background-color: #f8f8f8; + color: #ffffff; +} +input[type=button].light.outline, +input[type=submit].light.outline, +input[type=reset].light.outline { + color: #f8f8f8; + border-color: #f8f8f8; +} +input[type=button].light.outline.dropdown-toggle::before, +input[type=submit].light.outline.dropdown-toggle::before, +input[type=reset].light.outline.dropdown-toggle::before { + border-color: #f8f8f8; +} +input[type=button].light.outline:hover, +input[type=submit].light.outline:hover, +input[type=reset].light.outline:hover { + color: #ffffff; +} +input[type=button].light.dropdown-toggle::before, +input[type=submit].light.dropdown-toggle::before, +input[type=reset].light.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].light:hover, +input[type=submit].light:hover, +input[type=reset].light:hover { + color: #ffffff; + background-color: #dfdfdf; + border-color: #c5c5c5; +} +input[type=button].light:hover.dropdown-toggle::before, +input[type=submit].light:hover.dropdown-toggle::before, +input[type=reset].light:hover.dropdown-toggle::before { + border-color: #ffffff; +} +input[type=button].light.same-color:hover, +input[type=submit].light.same-color:hover, +input[type=reset].light.same-color:hover { + background-color: #f8f8f8; + border-color: #f8f8f8; +} +input[type=button].light:active, +input[type=submit].light:active, +input[type=reset].light:active, +input[type=button].light.focus, +input[type=submit].light.focus, +input[type=reset].light.focus, +input[type=button].light:focus, +input[type=submit].light:focus, +input[type=reset].light:focus { + -webkit-box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); + box-shadow: 0 0 0 3px rgba(248, 248, 248, 0.45); +} +input[type=button].yellow, +input[type=submit].yellow, +input[type=reset].yellow, +input[type=button].light, +input[type=submit].light, +input[type=reset].light { + color: #1d1d1d; +} +input[type=button].yellow:hover, +input[type=submit].yellow:hover, +input[type=reset].yellow:hover, +input[type=button].light:hover, +input[type=submit].light:hover, +input[type=reset].light:hover, +input[type=button].yellow.outline:hover, +input[type=submit].yellow.outline:hover, +input[type=reset].yellow.outline:hover, +input[type=button].light.outline:hover, +input[type=submit].light.outline:hover, +input[type=reset].light.outline:hover { + color: #1d1d1d; +} +input[type=button] .icon + .caption, +input[type=submit] .icon + .caption, +input[type=reset] .icon + .caption { + margin-left: 8px; +} +input[type=button] .caption + .icon, +input[type=submit] .caption + .icon, +input[type=reset] .caption + .icon { + margin-left: 8px; +} +input[type=button]:active, +input[type=submit]:active, +input[type=reset]:active, +input[type=button].focus, +input[type=submit].focus, +input[type=reset].focus, +input[type=button]:focus, +input[type=submit]:focus, +input[type=reset]:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +input[type=button]:hover, +input[type=submit]:hover, +input[type=reset]:hover { + background-color: rgba(29, 29, 29, 0.1); +} +input[type=button].link, +input[type=submit].link, +input[type=reset].link { + background-color: transparent; + color: #0366d6; +} +input[type=button].link:hover, +input[type=submit].link:hover, +input[type=reset].link:hover { + background-color: transparent; + color: #0056b3; + text-decoration: underline; +} +input[type=button].link.focus, +input[type=submit].link.focus, +input[type=reset].link.focus, +input[type=button].link:focus, +input[type=submit].link:focus, +input[type=reset].link:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +input[type=button].hovered:hover, +input[type=submit].hovered:hover, +input[type=reset].hovered:hover { + background-color: rgba(29, 29, 29, 0.2); +} +input[type=button] img, +input[type=submit] img, +input[type=reset] img { + height: 1rem; +} +input[type=button].mini, +input[type=submit].mini, +input[type=reset].mini { + font-size: 0.625rem; + padding: 0 0.5rem; + height: 20px; + line-height: 20px; +} +input[type=button].mini img, +input[type=submit].mini img, +input[type=reset].mini img { + height: 0.625rem; +} +input[type=button].small, +input[type=submit].small, +input[type=reset].small { + font-size: 0.75rem; + padding: 0 0.6rem; + height: 26px; + line-height: 26px; +} +input[type=button].small img, +input[type=submit].small img, +input[type=reset].small img { + height: 0.75rem; +} +input[type=button].large, +input[type=submit].large, +input[type=reset].large { + font-size: 1.375rem; + padding: 0 1rem; + height: 53px; + line-height: 53px; +} +input[type=button].large img, +input[type=submit].large img, +input[type=reset].large img { + height: 1.375rem; +} +input[type=button].square, +input[type=submit].square, +input[type=reset].square, +input[type=button].cycle, +input[type=submit].cycle, +input[type=reset].cycle { + width: 2.25rem; + height: 2.25rem; + padding-left: 0 !important; + padding-right: 0 !important; +} +input[type=button].square.mini, +input[type=submit].square.mini, +input[type=reset].square.mini, +input[type=button].cycle.mini, +input[type=submit].cycle.mini, +input[type=reset].cycle.mini { + width: 1.39875rem; + height: 1.39875rem; +} +input[type=button].square.small, +input[type=submit].square.small, +input[type=reset].square.small, +input[type=button].cycle.small, +input[type=submit].cycle.small, +input[type=reset].cycle.small { + width: 1.724375rem; + height: 1.724375rem; +} +input[type=button].square.large, +input[type=submit].square.large, +input[type=reset].square.large, +input[type=button].cycle.large, +input[type=submit].cycle.large, +input[type=reset].cycle.large { + width: 3.3125rem; + height: 3.3125rem; +} +input[type=button].cycle, +input[type=submit].cycle, +input[type=reset].cycle { + border-radius: 50%; +} +input[type=button].square.dropdown-toggle::before, +input[type=submit].square.dropdown-toggle::before, +input[type=reset].square.dropdown-toggle::before, +input[type=button].cycle.dropdown-toggle::before, +input[type=submit].cycle.dropdown-toggle::before, +input[type=reset].cycle.dropdown-toggle::before { + display: none; +} +input[type=button].dropdown-toggle.no-marker, +input[type=submit].dropdown-toggle.no-marker, +input[type=reset].dropdown-toggle.no-marker { + padding-right: 0.75rem !important; +} +input[type=button]:focus, +input[type=submit]:focus, +input[type=reset]:focus, +input[type=button]:hover, +input[type=submit]:hover, +input[type=reset]:hover { + text-decoration: none; +} +input[type=button]:active, +input[type=submit]:active, +input[type=reset]:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +input[type=button].disabled, +input[type=submit].disabled, +input[type=reset].disabled, +input[type=button]:disabled, +input[type=submit]:disabled, +input[type=reset]:disabled { + opacity: 0.65; +} +input[type=button].outline, +input[type=submit].outline, +input[type=reset].outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +input[type=button]:active, +input[type=submit]:active, +input[type=reset]:active { + -webkit-box-shadow: none; + box-shadow: none; +} +.button-group .active { + background-color: #989898; + color: #ffffff; +} +.calendar { + display: block; + position: relative; + width: 280px; + border: 1px solid #dfdfdf; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: #ffffff; +} +.calendar-header, +.calendar-content, +.calendar-footer { + position: relative; + display: block; + background-color: #ffffff; + color: #1d1d1d; +} +.calendar-header { + padding: 1rem; + background-color: #004d6f; + color: #ffffff; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.calendar-header .header-year { + font-size: 0.75rem; + line-height: 1; +} +.calendar-header .header-day { + font-size: 1.325rem; +} +.calendar-content { + padding: 1px; + width: 278px; +} +.calendar-content .calendar-toolbar, +.calendar-content .days-wrapper { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; +} +.calendar-content .calendar-toolbar { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 0.5rem 0; + width: 100%; +} +.calendar-content .calendar-toolbar .prev-month, +.calendar-content .calendar-toolbar .prev-year, +.calendar-content .calendar-toolbar .next-month, +.calendar-content .calendar-toolbar .next-year { + padding: 0.5rem 0; + cursor: pointer; + text-align: center; + width: 30px; + display: block; + position: relative; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.calendar-content .calendar-toolbar .curr-month, +.calendar-content .calendar-toolbar .curr-year { + padding: 0.5rem 0; + width: 100%; + text-align: center; + cursor: pointer; + font-size: 14px; +} +.calendar-content .week-days, +.calendar-content .days { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + border-top: 1px solid #dfdfdf; + border-bottom: 1px solid #dfdfdf; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + padding: 0; + font-size: 0.75rem; +} +.calendar-content .days { + border: none; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; +} +.calendar-content .days-row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.calendar-content .day, +.calendar-content .week-number { + width: calc(100%/7); + text-align: center; + cursor: pointer; + font-size: 0.85rem; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + margin: 0; + height: 36px; + line-height: 36px; +} +.calendar-content .day.and-week-number { + width: calc(100% / 8); +} +.calendar-content .day.selected { + -webkit-box-shadow: inset 0 0 0 1px #5ebdec !important; + box-shadow: inset 0 0 0 1px #5ebdec !important; +} +.calendar-content .day.selected::after { + border-top: 20px solid #5ebdec; + border-left: 20px solid transparent; + right: 0; + top: 0; +} +.calendar-content .day.selected::before { + right: 1px!important; + top: 1px!important; +} +.calendar-content .day.showed { + font-weight: bold; +} +.calendar-content .week-days .day { + font-weight: 700; +} +.calendar-content .week-number { + width: calc(100% / 8); + background-color: #ffffff; + font-weight: 700; + font-size: 12px; + border-right: 1px solid #dfdfdf; +} +.calendar-content .outside { + color: #bebebe; + font-size: 0.75rem; +} +.calendar-content .today { + background-color: rgba(27, 161, 226, 0.5); + color: #ffffff; + font-weight: bold; +} +.calendar-content .excluded { + background-color: #f8f8f8; +} +.calendar.day-border .days-row:not(:nth-child(1)) { + border-top: 1px solid #dfdfdf; +} +.calendar.day-border .days-row .day:not(:nth-child(1)), +.calendar.day-border .week-days .day:not(:nth-child(1)) { + border-left: 1px solid #dfdfdf; +} +.calendar.day-border .days-row .week-number, +.calendar.day-border .week-days .week-number { + border-right: none; +} +.calendar-months, +.calendar-years { + height: 100%; + display: block; + position: absolute; + top: 0; + background-color: #f8f8f8; + color: #1d1d1d; + float: left; + width: 120px; + overflow: hidden; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + z-index: 500; +} +.calendar-years > .years-list, +.calendar-months > .months-list { + height: 100%; + overflow-x: hidden; + overflow-y: auto!important; +} +.calendar-years > .years-list li.active, +.calendar-months > .months-list li.active { + background-color: #1ba1e2; + color: #ffffff; +} +.calendar-months { + left: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + width: 160px; +} +.calendar-months.open { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); + -webkit-box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); + box-shadow: 5px 0 7px -6px rgba(0, 0, 0, 0.75); +} +.calendar-months .months-list { + list-style: none inside; + padding: 0; + margin: 10px 0; +} +.calendar-months .months-list li { + padding: 4px 16px; + cursor: pointer; +} +.calendar-months .months-list li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.calendar-years { + left: 100%; +} +.calendar-years.open { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + -webkit-box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); + box-shadow: -5px 0 7px -6px rgba(0, 0, 0, 0.75); +} +.calendar-years .years-list { + list-style: none inside; + padding: 0; + margin: 10px 0; + text-align: center; +} +.calendar-years .years-list li { + padding: 4px 16px; + cursor: pointer; +} +.calendar-years .years-list li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.calendar-footer { + padding: 0.5rem; + border-top: 1px solid #dfdfdf; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.calendar-footer > * { + margin: 0 2px; + font-size: 0.75rem; + height: 32px; + line-height: 32px; + padding: 0 8px; +} +.calendar.compact { + width: 240px; +} +.calendar.compact .calendar-content { + width: 100%; +} +.calendar.compact .calendar-header { + padding: 0.5rem; + line-height: 1.2; +} +.calendar.compact .calendar-header .header-year { + font-size: 0.65rem; +} +.calendar.compact .calendar-header .header-day { + font-size: 1rem; +} +.calendar.compact .calendar-toolbar > * { + padding: 0!important; + font-size: 14px; +} +.calendar.compact .calendar-footer .button { + height: 24px; + line-height: 24px; + padding: 0 0.25rem; +} +.calendar.compact .day, +.calendar.compact .week-number { + height: 30px; + line-height: 30px; + width: 30px; + margin: 0; + font-size: 12px; +} +.calendar.compact .day + .day { + margin-left: 1px; +} +.calendar.compact .months-list, +.calendar.compact .years-list { + font-size: 0.85rem; +} +.calendar-wide { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + width: 560px; +} +.calendar-wide::after { + display: block; + clear: both; + content: ""; +} +.calendar-wide::after { + display: block; + clear: both; + content: ""; +} +.calendar-wide.calendar-picker { + width: 460px; +} +.calendar-wide .calendar-header, +.calendar-wide .calendar-footer { + position: absolute; + top: 0; + height: 100%; + min-height: 100%; +} +.calendar-wide .calendar-header { + left: 0; +} +.calendar-wide .calendar-footer { + right: 0; +} +.calendar-wide .calendar-header { + width: 180px; +} +.calendar-wide .calendar-footer { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + border-top: none; + border-left: 1px solid #dfdfdf; + width: 100px; +} +.calendar-wide .calendar-footer * { + width: 100%; + margin: 2px 0; +} +.calendar-wide .calendar-content { + margin: 0 96px 0 180px; +} +.calendar-wide.compact { + width: 454px!important; +} +.calendar-wide.compact.calendar-picker { + width: 354px!important; +} +.calendar-wide.compact .calendar-header { + width: 120px; +} +.calendar-wide.compact .calendar-content { + margin: 0 96px 0 120px; + width: 234px; +} +.calendar-picker { + position: relative; +} +.calendar-picker input { + width: 100%; +} +.calendar-picker .calendar-wide { + width: 464px; +} +.calendar-picker .calendar-wide.compact { + width: 364px; +} +.calendar-for-picker { + position: absolute; + top: 100%; + left: 0; + display: none; + z-index: 500; +} +.calendar-for-picker.open { + display: block!important; +} +.calendar-for-picker.open-up { + top: auto; + bottom: 100%; +} +.calendar-for-picker.dialog-mode { + position: fixed; + top: 50%!important; + left: 50%!important; + -webkit-transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); + z-index: 1050; +} +.calendar-for-picker.dialog-mode.open-up { + top: auto; + bottom: auto; +} +.card { + display: block; + position: relative; + font-size: 0.875rem; + width: calc(100% - 1rem); + margin: 8px auto; + border-radius: 2px; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.card-header { + border-bottom: 1px #eee solid; + padding: 1rem; + font-size: 16px; + border-radius: 2px 2px 0 0; + display: block; +} +.card-header .avatar { + float: left; + width: 2.75rem; + height: 2.75rem; + overflow: hidden; +} +.card-header .avatar img { + width: 100%; + min-height: 100%; +} +.card-header .name { + margin-left: 3.375rem; + font-weight: 500; +} +.card-header .date { + margin-left: 3.375rem; + font-size: 0.8125rem; + font-weight: 500; + color: #bebebe; +} +.card-content { + display: block; +} +.card-footer { + border-top: 1px #eee solid; + padding: 1rem; + border-radius: 0 0 2px 2px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + min-height: 3rem; +} +.card.image-header .card-header { + height: 9rem; + vertical-align: bottom; + background-size: cover; + background-position: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; +} +.card.image-header .card-header .avatar { + border-radius: 50%; + border: 2px solid #ffffff; +} +* + .card { + margin-top: 1rem; +} +.card.flex-card { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; +} +.card.flex-card .card-header, +.card.flex-card .card-footer { + height: 57px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; +} +.card.flex-card .card-footer { + margin-top: auto; +} +.carousel { + display: block; + position: relative; + width: 100%; + height: auto; + overflow: visible; + background-color: #ffffff; +} +.carousel .slides { + display: block; + position: relative; + width: 100%; + height: 100%; + overflow: hidden; +} +.carousel .slide { + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; + background-size: cover; + background-repeat: no-repeat; +} +.carousel.fixed-size .slide { + overflow: hidden; +} +.carousel [class*="carousel-switch"], +.carousel .carousel-bullets { + position: absolute; + display: block; + z-index: 501; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.carousel .carousel-switch-next, +.carousel .carousel-switch-prev { + width: auto; + line-height: 4rem; + height: 4rem; + text-decoration: none; + margin-top: -2rem; + top: 50%; + font-size: 4rem; + font-weight: 300; + color: #bebebe; + cursor: pointer; + vertical-align: middle; + padding: 0; +} +.carousel .carousel-switch-next:hover, +.carousel .carousel-switch-prev:hover { + color: #e4e4e4; +} +.carousel .carousel-switch-next img, +.carousel .carousel-switch-prev img { + max-width: 64px; + max-height: 64px; +} +.carousel .carousel-switch-next [class*=mif-], +.carousel .carousel-switch-prev [class*=mif-] { + display: block; +} +.carousel .carousel-switch-next { + right: 0; + left: auto; +} +.carousel .carousel-switch-prev { + left: 0; + right: auto; +} +.carousel .carousel-bullets { + left: 0; + right: 0; + bottom: 0.625rem; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.carousel .carousel-bullets .carousel-bullet { + display: block; + float: none; + width: 0.625rem; + height: 0.625rem; + background-color: #ababab; + border-radius: 50%; + cursor: pointer; + border: 1px #ffffff solid; + margin: 0 0.3125rem; +} +.carousel .carousel-bullets .carousel-bullet.bullet-on { + background-color: #5ebdec; +} +.carousel .carousel-bullets.default-size .carousel-bullet { + width: 22px; + height: 22px; +} +.carousel .carousel-bullets.mini-size .carousel-bullet { + width: 10px; + height: 10px; +} +.carousel .carousel-bullets.small-size .carousel-bullet { + width: 16px; + height: 16px; +} +.carousel .carousel-bullets.large-size .carousel-bullet { + width: 32px; + height: 32px; +} +.carousel .carousel-bullets.bullet-style-square .carousel-bullet { + border-radius: 0; +} +.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet { + border-radius: 50%; +} +.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet { + border-radius: 0; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.carousel .carousel-bullets.bullet-style-rect .carousel-bullet { + border-radius: 0; +} +.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet { + width: 44px; + height: 14px; +} +.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet { + width: 20px; + height: 6px; +} +.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet { + width: 32px; + height: 10px; +} +.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet { + width: 64px; + height: 24px; +} +.carousel.controls-outside { + padding: 0 4rem 1.375rem 4rem; +} +.carousel.controls-outside .carousel-bullets { + bottom: 0; +} +.carousel.with-thumbnails .thumbs { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: absolute; + top: 100%; + left: 0; + width: 100%; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding-top: 10px; +} +.carousel.with-thumbnails .thumb { + display: block; + position: relative!important; + top: auto!important; + left: auto!important; + margin: 0.5rem; + cursor: pointer; + overflow: hidden; + background-color: #f8f8f8; +} +.carousel.with-thumbnails .thumb.thumb-on { + border: 4px solid #1ba1e2; +} +.charms { + display: block; + position: fixed; + z-index: 1090; + background-color: #1d1d1d; + color: #ffffff; + -webkit-transition: -webkit-transform 0.3s ease; + transition: -webkit-transform 0.3s ease; + -o-transition: transform 0.3s ease; + transition: transform 0.3s ease; + transition: transform 0.3s ease, -webkit-transform 0.3s ease; + padding: 16px; +} +.charms.top-side { + bottom: 100%; + width: 100%; + left: 0; +} +.charms.top-side.open { + -webkit-transform: translateY(100%); + -ms-transform: translateY(100%); + transform: translateY(100%); +} +.charms.bottom-side { + top: 100%; + left: 0; + width: 100%; +} +.charms.bottom-side.open { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +.charms.left-side { + top: 0; + bottom: 0; + right: 100%; + width: auto; +} +.charms.left-side.open { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); +} +.charms.right-side { + top: 0; + bottom: 0; + width: auto; + left: 100%; +} +.charms.right-side.open { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.charm-tile, +.charm-notify { + display: block; + position: relative; + cursor: pointer; +} +.charm-tile { + width: 90px; + height: 66px; + padding: 4px; + background-color: #50727C; + color: #ffffff; + margin: 2px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; +} +.charm-tile .icon { + position: absolute; + top: 4px; + left: 4px; + width: 16px; + height: 16px; + font-size: 16px; +} +.charm-tile .caption { + margin-top: 30px; + font-size: 10px; + display: block; +} +.charm-tile.active { + background-color: #126278; +} +.charm-notify { + height: auto; + background-color: #2D6070; + color: #ffffff; + padding: 24px; +} +.charm-notify .icon { + position: absolute; + left: 16px; + top: 24px; + width: 48px; + height: 48px; + font-size: 40px; +} +.charm-notify .title, +.charm-notify .content, +.charm-notify .secondary { + display: block; + position: relative; + margin-left: 52px; + line-height: 1; +} +.charm-notify .title { + font-weight: bold; + margin-bottom: 6px; +} +.charm-notify .content { + font-size: 14px; + line-height: 1.2; +} +.charm-notify .secondary { + font-size: 10px; + margin-top: 8px; +} +* + .charm-notify { + margin-top: 4px; +} +.chat { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + border: 1px solid #dfdfdf; + background-color: #ffffff; +} +.chat .title, +.chat .messages, +.chat .message-input { + display: block; +} +.chat .title { + font-size: 18px; + line-height: 1.2; + padding: 8px; + border-bottom: 1px solid #dfdfdf; +} +.chat .messages { + padding: 8px; + border-bottom: 1px solid #dfdfdf; + height: 100%; + overflow: hidden; + overflow-y: auto; +} +.chat .message { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; +} +.chat .message .message-sender { + width: 50%; + font-weight: 600; + font-size: 12px; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.chat .message .message-time { + width: 50%; + font-size: 12px; + text-align: right; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + opacity: 0.5; +} +.chat .message .message-item { + width: 100%; + -ms-flex-negative: 0; + flex-shrink: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + margin: 8px 0; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.chat .message .message-item .message-avatar { + overflow: hidden; + width: 40px; + height: 40px; + border-radius: 50%; + -ms-flex-negative: 0; + flex-shrink: 0; + display: block; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.chat .message .message-item .message-text { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + border: 1px solid #e4e4e4; + margin-left: 8px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + font-size: 14px; + line-height: 1.2; + padding: 5px 10px; + width: 100%; + background-color: #e4e4e4; +} +.chat .message .message-item .message-text::before { + position: absolute; + right: 100%; + top: 14px; + border: 6px solid transparent; + border-right-color: #e4e4e4; + content: ' '; + height: 0; + width: 0; + pointer-events: none; +} +.chat .message.right .message-time { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + text-align: left; +} +.chat .message.right .message-sender { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + text-align: right; +} +.chat .message.right .message-avatar { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.chat .message.right .message-text { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-left: 0; + margin-right: 8px; +} +.chat .message.right .message-text::before { + right: auto; + left: 100%; + border-right-color: transparent; + border-left-color: #e4e4e4; +} +.chat .message-input { + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: auto; + padding: 8px; +} +.chat .message-input.disabled { + opacity: 0.5; +} +.chat .message .message-item .message-text.primary { + border-color: #0366d6; + background-color: #0366d6; + color: #ffffff; +} +.chat .message .message-item .message-text.primary::before { + border-right-color: #0366d6; +} +.chat .message .message-item .message-text.secondary { + border-color: #607d8b; + background-color: #607d8b; + color: #ffffff; +} +.chat .message .message-item .message-text.secondary::before { + border-right-color: #607d8b; +} +.chat .message .message-item .message-text.success { + border-color: #60a917; + background-color: #60a917; + color: #ffffff; +} +.chat .message .message-item .message-text.success::before { + border-right-color: #60a917; +} +.chat .message .message-item .message-text.alert { + border-color: #CE352C; + background-color: #CE352C; + color: #ffffff; +} +.chat .message .message-item .message-text.alert::before { + border-right-color: #CE352C; +} +.chat .message .message-item .message-text.warning { + border-color: #ff9447; + background-color: #ff9447; + color: #ffffff; +} +.chat .message .message-item .message-text.warning::before { + border-right-color: #ff9447; +} +.chat .message .message-item .message-text.yellow { + border-color: #ffe484; + background-color: #ffe484; + color: #ffffff; +} +.chat .message .message-item .message-text.yellow::before { + border-right-color: #ffe484; +} +.chat .message .message-item .message-text.info { + border-color: #5ebdec; + background-color: #5ebdec; + color: #ffffff; +} +.chat .message .message-item .message-text.info::before { + border-right-color: #5ebdec; +} +.chat .message .message-item .message-text.dark { + border-color: #505050; + background-color: #505050; + color: #ffffff; +} +.chat .message .message-item .message-text.dark::before { + border-right-color: #505050; +} +.chat .message .message-item .message-text.light { + border-color: #f8f8f8; + background-color: #f8f8f8; + color: #ffffff; +} +.chat .message .message-item .message-text.light::before { + border-right-color: #f8f8f8; +} +.chat .message .message-item .message-text.brand1 { + border-color: #2ac4f4; + background-color: #2ac4f4; + color: #ffffff; +} +.chat .message .message-item .message-text.brand1::before { + border-right-color: #2ac4f4; +} +.chat .message .message-item .message-text.brand2 { + border-color: #004d6f; + background-color: #004d6f; + color: #ffffff; +} +.chat .message .message-item .message-text.brand2::before { + border-right-color: #004d6f; +} +.chat .message .message-item .message-text.light, +.chat .message .message-item .message-text.yellow { + color: #1d1d1d; +} +.chat .message.right .message-item .message-text.primary::before { + border-right-color: transparent; + border-left-color: #0366d6; +} +.chat .message.right .message-item .message-text.secondary::before { + border-right-color: transparent; + border-left-color: #607d8b; +} +.chat .message.right .message-item .message-text.success::before { + border-right-color: transparent; + border-left-color: #60a917; +} +.chat .message.right .message-item .message-text.alert::before { + border-right-color: transparent; + border-left-color: #CE352C; +} +.chat .message.right .message-item .message-text.warning::before { + border-right-color: transparent; + border-left-color: #ff9447; +} +.chat .message.right .message-item .message-text.yellow::before { + border-right-color: transparent; + border-left-color: #ffe484; +} +.chat .message.right .message-item .message-text.info::before { + border-right-color: transparent; + border-left-color: #5ebdec; +} +.chat .message.right .message-item .message-text.dark::before { + border-right-color: transparent; + border-left-color: #505050; +} +.chat .message.right .message-item .message-text.light::before { + border-right-color: transparent; + border-left-color: #f8f8f8; +} +.chat .message.right .message-item .message-text.brand1::before { + border-right-color: transparent; + border-left-color: #2ac4f4; +} +.chat .message.right .message-item .message-text.brand2::before { + border-right-color: transparent; + border-left-color: #004d6f; +} +.checkbox { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + margin: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; +} +.checkbox input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.checkbox .check, +.checkbox .caption { + display: block; + line-height: 1; + font-size: 14px; + margin: 0 4px; + position: relative; +} +.checkbox .check { + border: 2px #d9d9d9 solid; + width: 20px; + height: 20px; + -ms-flex-negative: 0; + flex-shrink: 0; + line-height: 36px; +} +.checkbox .check::before { + position: absolute; + vertical-align: middle; + font-size: 0; + content: ""; + height: 5px; + width: 10px; + background-color: transparent; + color: transparent; + border-left: 2px solid; + border-bottom: 2px solid; + border-color: #ffffff; + left: 50%; + top: 50%; + margin-left: -5px; + margin-top: -4px; + display: none; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.checkbox input[type=checkbox]:checked ~ .check { + border-color: #1d1d1d; + background-color: #1d1d1d; +} +.checkbox input[type=checkbox]:checked ~ .check::before { + display: block; +} +.checkbox input[type=checkbox]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #e9e9e9; +} +.checkbox input[data-indeterminate=true] ~ .check { + border-color: #1d1d1d; + background-color: #1d1d1d; +} +.checkbox input[data-indeterminate=true] ~ .check::before { + display: block!important; + width: 6px; + height: 6px; + background-color: #ffffff; + border: 2px solid #ffffff; + left: 50%; + top: 50%; + margin-left: -3px; + margin-top: -3px; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); +} +.checkbox .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.checkbox .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.checkbox.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.checkbox.required, +.checkbox.invalid, +.checkbox.valid { + border: none!important; +} +.checkbox.invalid::after { + display: none; +} +.checkbox:focus input[type=checkbox]:not(:disabled) ~ .check::after, +.checkbox:active input[type=checkbox]:not(:disabled) ~ .check::after { + display: block; + content: ""; + position: absolute; + width: 3.125rem; + height: 3.125rem; + border-radius: 50%; + background-color: rgba(187, 187, 187, 0.5); + opacity: 0.3; + top: 50%; + left: 50%; + margin-top: -1.5625rem; + margin-left: -1.5625rem; +} +.checkbox.style2 input[type=checkbox]:checked ~ .check { + border-color: #1d1d1d; + background-color: #ffffff; +} +.checkbox.style2 .check { + border-color: #989898; +} +.checkbox.style2 .check::before { + border-color: #1d1d1d; +} +.checkbox.style2 input[type=checkbox]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #ffffff; +} +.checkbox.style2 input[type=checkbox]:disabled ~ .check::before { + border-color: #e9e9e9; +} +.checkbox.style2 input[data-indeterminate=true] ~ .check { + border-color: #1d1d1d; + background-color: #ffffff; +} +.checkbox.style2 input[data-indeterminate=true] ~ .check::before { + background-color: #1d1d1d; + border: 2px solid #1d1d1d; + width: 8px; + height: 8px; + margin-left: -4px; + margin-top: -4px; +} +.checkbox.transition-on .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.checkbox.transition-on input[type=checkbox]:checked ~ .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.checkbox.transition-on input[data-indeterminate=true] ~ .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.checkbox .check.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.chip { + display: inline-block; + float: left; + height: 32px; + font-size: 14px; + padding: 0 12px; + line-height: 32px; + background: #bebebe; + cursor: default; +} +.chip .label { + white-space: nowrap; +} +.chip .icon { + position: absolute; + left: 0; + top: 0; + width: 32px; + height: 32px; + text-align: center; + line-height: 32px; + vertical-align: middle; + font-size: 24px; + overflow: hidden; +} +.chip .icon img { + width: 100%; + max-height: 100%; + vertical-align: initial; +} +.chip .icon + .label { + margin-left: 30px; +} +.chip .action { + display: block; + float: right; + margin-left: 10px; + cursor: pointer; + width: 24px; + height: 24px; + margin-right: -8px; + margin-top: 4px; + background-color: #ccc; + overflow: hidden; +} +.chip .action:before { + content: "\2716"; + line-height: 24px; + text-align: center; + display: block; +} +.chip:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.chip.material { + border-radius: 16px; +} +.chip.material .icon { + border-radius: 32px; +} +.chip.material .action { + border-radius: 24px; +} +.chip + .chip { + margin-left: 8px; +} +.command-button, +.image-button { + padding: 0.5rem; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + font-size: 1.5rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + outline: none; + position: relative; + font-weight: 500; +} +.command-button .icon, +.image-button .icon { + width: 2.6875rem; + height: 2.6875rem; + line-height: 2.6875rem; + font-size: 2rem; + color: inherit; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.command-button .caption, +.image-button .caption { + margin-left: 0.5rem; + text-align: left; + color: inherit; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + font-weight: 400; + line-height: 1.2; +} +.command-button .caption small, +.image-button .caption small { + display: block; + font-size: 0.8rem; +} +.command-button.icon-right .icon, +.image-button.icon-right .icon { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.command-button.icon-right .caption, +.image-button.icon-right .caption { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-left: 0; + margin-right: 0.5rem; +} +.command-button.outline, +.image-button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.command-button:hover, +.image-button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.command-button:active, +.image-button:active, +.command-button.focus, +.image-button.focus, +.command-button:focus, +.image-button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.command-button:focus, +.image-button:focus, +.command-button:hover, +.image-button:hover, +.command-button.focus, +.image-button.focus { + text-decoration: none; +} +.command-button:active, +.image-button:active { + -webkit-box-shadow: none; + box-shadow: none; + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.command-button.disabled, +.image-button.disabled, +.command-button:disabled, +.image-button:disabled { + opacity: 0.65; +} +.countdown { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + width: 100%; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + font-size: 1.5rem; +} +.countdown .part { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + padding: 0.5rem 0.5rem 0.5em; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; +} +.countdown .digit { + display: block; + position: relative; + padding: 0; + line-height: 1; + overflow: hidden; +} +.countdown .digit .digit-placeholder { + visibility: hidden; +} +.countdown .digit .digit-value { + display: block; + position: absolute; + top: 0; + left: 0; + font: inherit; +} +.countdown .part + .part::before { + top: 10px; + left: 0; + content: ""; + display: block; + position: absolute; + height: calc(100% - 8px); + width: 1px; + background: -o-radial-gradient(at left, #dfdfdf, transparent); + background: radial-gradient(at left, #dfdfdf, transparent); +} +.countdown .part.d-none + .part::before { + display: none; +} +.countdown .part.no-divider::before { + display: none; +} +.countdown .part.days::after, +.countdown .part.hours::after, +.countdown .part.minutes::after, +.countdown .part.seconds::after { + position: absolute; + content: attr(data-label); + text-align: center; + bottom: 0; + left: 0; + width: 100%; + font-size: 0.3em; + color: inherit; + background-color: inherit; + z-index: 1; +} +.countdown .days { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.countdown .hours { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.countdown .minutes { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.countdown .seconds { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.cube { + display: block; + position: relative; + width: 320px; + height: 310px; + margin: 0 auto 30px; + -webkit-transform: rotateY(30deg); + transform: rotateY(30deg); +} +.cube .side { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + position: absolute; + overflow: hidden; + width: 162px; + height: 162px; + bottom: 38px; + left: 0; +} +.cube .side.left-side { + -webkit-transform: skewY(23deg) rotateX(10deg); + transform: skewY(23deg) rotateX(10deg); +} +.cube .side.right-side { + left: 160px; + -webkit-transform: skewY(-23deg) rotateY(10deg); + transform: skewY(-23deg) rotateY(10deg); +} +.cube .side.top-side { + left: 80px; + bottom: 154px; + top: auto; + -webkit-transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); + -ms-transform: rotate(45deg) rotate(0) skew(-22deg, -22deg); + transform: rotate(45deg) rotateZ(0) skew(-22deg, -22deg); +} +.cube .side .cube-cell { + display: block; + position: relative; + width: 24px; + height: 24px; + margin: 8px; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + -ms-flex-negative: 0; + flex-shrink: 0; + background-color: #231F20; + border: 1px solid #303030; + -webkit-box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); + box-shadow: 0 0 5px rgba(118, 118, 118, 0.8); + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + line-height: 24px; + text-align: center; + color: #ffffff; + font-size: 12px; +} +.cube .side .cube-cell.light { + -webkit-animation: pulsar-cell 2.5s 0s ease-out infinite; + animation: pulsar-cell 2.5s 0s ease-out infinite; + background-color: #c4122f; + border-color: #c4122f; + color: #1d1d1d; + -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; +} +@-webkit-keyframes pulsar-cell { + 0%, + 100% { + -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; } - .my-19-xl { - margin-top: 76px !important; - margin-bottom: 76px !important; + 50% { + -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); } - .m-19-xl-minus { - margin: -76px !important; +} +@keyframes pulsar-cell { + 0%, + 100% { + -webkit-box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; + box-shadow: 0 0 10px #c4122f, 0 0 10px #c4122f, 0 0 10px #c4122f; } - .mr-19-xl-minus { - margin-right: -76px !important; + 50% { + -webkit-box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); + box-shadow: 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3), 0 0 10px rgba(196, 18, 47, 0.3); } - .ml-19-xl-minus { - margin-left: -76px !important; +} +.cube .axis { + height: 2px; + width: 200px; + position: absolute; + background-color: #c4122f; + bottom: 162px; + left: 162px; + -webkit-transform-origin: 0 0 0; + -ms-transform-origin: 0 0 0; + transform-origin: 0 0 0; +} +.cube .axis::before, +.cube .axis::after { + content: ""; + position: absolute; + height: 1px; + background-color: inherit; + display: block; +} +.cube .axis.arrow::before, +.cube .axis.arrow::after { + width: 16px; + top: 0; + right: 0; + -webkit-transform-origin: 100% 100% 0; + -ms-transform-origin: 100% 100% 0; + transform-origin: 100% 100% 0; +} +.cube .axis.arrow::before { + -webkit-transform: rotate(35deg); + -ms-transform: rotate(35deg); + transform: rotate(35deg); +} +.cube .axis.arrow::after { + -webkit-transform: rotate(-35deg); + -ms-transform: rotate(-35deg); + transform: rotate(-35deg); + right: -1px; +} +.cube .axis.line::before, +.cube .axis.line::after { + width: 16px; + top: 0; + right: 0; + -webkit-transform-origin: 100% 100% 0; + -ms-transform-origin: 100% 100% 0; + transform-origin: 100% 100% 0; +} +.cube .axis.line::before { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.cube .axis.line::after { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); + right: -1px; +} +.cube .axis.line.axis-y::before { + -webkit-transform: rotate(113deg); + -ms-transform: rotate(113deg); + transform: rotate(113deg); +} +.cube .axis.line.axis-y::after { + -webkit-transform: rotate(-67deg); + -ms-transform: rotate(-67deg); + transform: rotate(-67deg); +} +.cube .axis.line.axis-x::before { + -webkit-transform: rotate(67deg); + -ms-transform: rotate(67deg); + transform: rotate(67deg); +} +.cube .axis.line.axis-x::after { + -webkit-transform: rotate(-113deg); + -ms-transform: rotate(-113deg); + transform: rotate(-113deg); +} +.cube .axis.no-style::before, +.cube .axis.no-style::after { + display: none; +} +.cube .axis.axis-x { + -webkit-transform: rotate(203deg); + -ms-transform: rotate(203deg); + transform: rotate(203deg); +} +.cube .axis.axis-y { + bottom: 166px; + -webkit-transform: rotate(-23deg); + -ms-transform: rotate(-23deg); + transform: rotate(-23deg); +} +.cube .axis.axis-z { + width: 190px; + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.d-menu, +.v-menu { + position: absolute; + display: none; + float: left; + width: auto; + margin: 0; + padding: 0; + list-style: none inside none; + background-color: #ffffff; + color: #1d1d1d; +} +.d-menu.open, +.v-menu.open { + display: block!important; +} +.d-menu.place-right, +.v-menu.place-right { + left: auto; + right: 0; +} +.d-menu { + z-index: 1000; +} +.d-menu li, +.v-menu li, +.d-menu a, +.v-menu a { + display: block; + float: none; + position: relative; + cursor: pointer; + color: inherit; + background-color: inherit; + height: auto; +} +.d-menu li a, +.v-menu li a { + font-size: 0.875rem; + padding: 0 2rem 0 2.5rem; + line-height: 45px; + height: 45px; + text-decoration: none; + vertical-align: middle; + white-space: nowrap; + border: none; +} +.d-menu li a img, +.v-menu li a img, +.d-menu li a .icon, +.v-menu li a .icon { + display: block; + position: absolute; + vertical-align: middle; + text-align: center; + text-decoration: none; + font-size: 1.2rem; + left: 0.5rem; + top: 50%; + margin-top: -0.6rem; + width: 1.2rem; + height: 1.2rem; + color: inherit; +} +.d-menu li a img::before, +.v-menu li a img::before, +.d-menu li a .icon::before, +.v-menu li a .icon::before { + position: absolute; + top: 0; + left: 0; + line-height: 1.2rem; +} +.d-menu li.active, +.v-menu li.active { + border-left: 2px solid; + border-color: #dfdfdf; +} +.d-menu li.active > a, +.v-menu li.active > a { + background-color: #5ebdec; + color: #ffffff; + font-weight: bold; +} +.d-menu li:hover, +.v-menu li:hover { + text-decoration: none; + background-color: rgba(29, 29, 29, 0.1); +} +.d-menu li:hover > a, +.v-menu li:hover > a, +.d-menu li:hover .icon, +.v-menu li:hover .icon { + color: inherit; +} +.d-menu li a[data-hotkey], +.v-menu li a[data-hotkey] { + padding-right: 4rem; +} +.d-menu li a[data-hotkey]::after, +.v-menu li a[data-hotkey]::after { + content: attr(data-hotkey); + position: absolute; + right: 1.2rem; + width: auto; + font-size: 0.8em; +} +.d-menu li a.dropdown-toggle::before, +.v-menu li a.dropdown-toggle::before { + -webkit-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + transform: rotate(-135deg); +} +.d-menu li a.dropdown-toggle.active-toggle::before, +.v-menu li a.dropdown-toggle.active-toggle::before { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.d-menu .divider, +.v-menu .divider { + padding: 0; + height: 1px; + margin: 0 1px; + overflow: hidden; + background-color: #f2f2f2; + cursor: default; + pointer-events: none; +} +.d-menu .divider:hover, +.v-menu .divider:hover { + background-color: #f2f2f2; +} +.d-menu.disabled, +.v-menu.disabled { + cursor: default; + pointer-events: none; +} +.d-menu.disabled a, +.v-menu.disabled a { + color: #e4e4e4; +} +.d-menu { + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.d-menu.context li a { + height: 32px; + line-height: 32px; + font-size: 0.75rem; + padding: 0 2rem 0 2.5rem; +} +.d-menu.context li a .icon { + width: 0.92rem; + height: 0.92rem; + font-size: 0.92rem; +} +.v-menu { + display: block; + position: relative; + width: 100%; + float: none; +} +.v-menu.for-dropdown { + width: auto; + float: left; + display: none; +} +.v-menu .v-menu { + display: none; + min-width: 0; + position: relative; + width: 100%; + left: 0 ; + right: 0 ; + top: 100%; + -webkit-box-shadow: none; + box-shadow: none; + float: none; +} +.v-menu .menu-title { + background-color: #f6f7f8; + font-size: 12px; + line-height: 22px; + height: 22px; + padding: 0 8px; + border: 0; + color: #646464; + font-weight: bold; + pointer-events: none; +} +.v-menu .menu-title:first-child { + margin: 0; + border-top-width: 0; +} +.v-menu .menu-title:first-child:hover { + border-top-width: 0; +} +.v-menu .menu-title:hover { + background-color: #f6f7f8; + cursor: default; + border: 0; +} +.v-menu.dropdown { + position: absolute; + float: left; + width: auto; + top: 100%; + border: 1px solid #dfdfdf; +} +.d-menu .d-menu { + left: 100%; + top: -0.5rem; +} +@media screen and (min-width: 0) { + .d-menu.place-right-fs, + .v-menu.place-right-fs { + left: auto; + right: 0; } - .mt-19-xl-minus { - margin-top: -76px !important; +} +@media screen and (min-width: 576px) { + .d-menu.place-right-sm, + .v-menu.place-right-sm { + left: auto; + right: 0; } - .mb-19-xl-minus { - margin-bottom: -76px !important; +} +@media screen and (min-width: 768px) { + .d-menu.place-right-md, + .v-menu.place-right-md { + left: auto; + right: 0; } - .p-20-xl { - padding: 80px !important; +} +@media screen and (min-width: 992px) { + .d-menu.place-right-lg, + .v-menu.place-right-lg { + left: auto; + right: 0; } - .pr-20-xl { - padding-right: 80px !important; +} +@media screen and (min-width: 1200px) { + .d-menu.place-right-xl, + .v-menu.place-right-xl { + left: auto; + right: 0; } - .pl-20-xl { - padding-left: 80px !important; +} +@media screen and (min-width: 1452px) { + .d-menu.place-right-xxl, + .v-menu.place-right-xxl { + left: auto; + right: 0; } - .pt-20-xl { - padding-top: 80px !important; +} +.sorting, +.sorting_asc, +.sorting_desc { + position: relative; + cursor: pointer; +} +.sorting:after, +.sorting_asc:after, +.sorting_desc:after { + position: absolute; + content: ""; + width: 1rem; + height: 1rem; + left: 100%; + margin-left: -1.25rem; + top: 50%; + margin-top: -0.5rem; + font-size: 1rem; + line-height: 1; + color: #1d1d1d; +} +.sorting_asc { + background-color: #ebebeb; +} +.sorting_asc:after { + content: "\2191"; +} +.sorting_desc { + background-color: #ebebeb; +} +.sorting_desc:after { + content: "\2193"; +} +.dataTables_length label { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.dataTables_length label select { + margin: 0 10px; + width: 100px; +} +.dataTables_filter label { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.dataTables_filter label input { + width: 200px; + margin-left: 10px; +} +.dataTables_paginate { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + list-style: none inside; + padding: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.dataTables_paginate .previous, +.dataTables_paginate .next, +.dataTables_paginate span a { + cursor: pointer; + display: block; + position: relative; + padding: 0.5rem 0.75rem; + line-height: 1; + font-size: 1rem; + text-decoration: none; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #dfdfdf; + margin: 0.25rem; +} +.dataTables_paginate .previous:hover, +.dataTables_paginate .next:hover, +.dataTables_paginate span a:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.dataTables_paginate span { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; +} +.dataTables_paginate .current { + background-color: #e4e4e4; +} +.dataTables_wrapper { + margin-top: 10px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -ms-flex-line-pack: center; + align-content: center; +} +.dataTables_length, +.dataTables_filter { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} +.dataTables_paginate, +.dataTables_info, +.dataTable { + width: 100%; +} +.dataTables_info { + line-height: 42px; + text-align: center; +} +@media all and (min-width: 576px) { + .dataTables_filter label { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; } - .pb-20-xl { - padding-bottom: 80px !important; + .dataTables_length label { + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; } - .px-20-xl { - padding-left: 80px !important; - padding-right: 80px !important; +} +@media all and (min-width: 992px) { + .dataTables_paginate, + .dataTables_info { + width: auto; } - .py-20-xl { - padding-top: 80px !important; - padding-bottom: 80px !important; + .dataTables_info { + text-align: left; } - .m-20-xl { - margin: 80px !important; + .dataTables_paginate { + -webkit-box-pack: end; + -ms-flex-pack: end; + justify-content: flex-end; } - .mr-20-xl { - margin-right: 80px !important; +} +.date-picker input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.date-picker input:focus ~ .time-wrapper { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.date-picker .date-wrapper { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + border: 1px solid #dfdfdf; + width: 100%; +} +.date-picker .month, +.date-picker .day, +.date-picker .year { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + border: 1px solid; + border-color: inherit; + text-align: center; + height: 38px; + line-height: 38px; +} +.date-picker .month { + -webkit-box-flex: 2; + -ms-flex-positive: 2; + flex-grow: 2; +} +.date-picker .sel-month { + -webkit-box-flex: 2!important; + -ms-flex-positive: 2!important; + flex-grow: 2!important; +} +.dialog { + position: fixed; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + width: auto; + max-width: calc(100vw - 100px); + max-height: calc(100vh - 100px); + height: auto; + background-color: #ffffff; + color: #1d1d1d; + z-index: 1050; + border: 1px solid #dfdfdf; +} +.dialog.shadow-on { + -webkit-box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); + box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19), 0 12px 15px 0 rgba(0, 0, 0, 0.24); +} +.dialog-title, +.dialog-content, +.dialog-actions { + display: block; +} +.dialog-title { + font-size: 1.325rem; + padding: 12px 24px; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + border-bottom: 1px solid #dfdfdf; +} +.dialog-content { + padding: 12px 24px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.dialog-actions { + border-top: 1px solid #e9e9e9; + padding: 8px 16px; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.dialog-actions > * { + margin: 0 4px; + min-width: 64px; +} +.dialog * + .dialog-content { + margin-top: 8px; +} +.dialog * + .dialog-actions { + margin-top: 8px; +} +.dialog .closer { + display: block; + position: absolute; + top: 4px; + right: 4px; + background-color: inherit; + color: inherit; + z-index: 100; +} +.dialog .closer::before { + display: block; + content: "\00d7"; + font-size: 24px; + margin-top: -4px; +} +.dialog.primary { + border: 1px solid #0366d6; +} +.dialog.primary .dialog-title { + background-color: #0366d6; + border-bottom-color: #0366d6; + color: #ffffff; +} +.dialog.primary .dialog-actions { + border-top-color: #0366d6; +} +.dialog.secondary { + border: 1px solid #607d8b; +} +.dialog.secondary .dialog-title { + background-color: #607d8b; + border-bottom-color: #607d8b; + color: #ffffff; +} +.dialog.secondary .dialog-actions { + border-top-color: #607d8b; +} +.dialog.success { + border: 1px solid #60a917; +} +.dialog.success .dialog-title { + background-color: #60a917; + border-bottom-color: #60a917; + color: #ffffff; +} +.dialog.success .dialog-actions { + border-top-color: #60a917; +} +.dialog.alert { + border: 1px solid #CE352C; +} +.dialog.alert .dialog-title { + background-color: #CE352C; + border-bottom-color: #CE352C; + color: #ffffff; +} +.dialog.alert .dialog-actions { + border-top-color: #CE352C; +} +.dialog.warning { + border: 1px solid #ff9447; +} +.dialog.warning .dialog-title { + background-color: #ff9447; + border-bottom-color: #ff9447; + color: #ffffff; +} +.dialog.warning .dialog-actions { + border-top-color: #ff9447; +} +.dialog.yellow { + border: 1px solid #ffe484; +} +.dialog.yellow .dialog-title { + background-color: #ffe484; + border-bottom-color: #ffe484; + color: #ffffff; +} +.dialog.yellow .dialog-actions { + border-top-color: #ffe484; +} +.dialog.info { + border: 1px solid #5ebdec; +} +.dialog.info .dialog-title { + background-color: #5ebdec; + border-bottom-color: #5ebdec; + color: #ffffff; +} +.dialog.info .dialog-actions { + border-top-color: #5ebdec; +} +.dialog.dark { + border: 1px solid #505050; +} +.dialog.dark .dialog-title { + background-color: #505050; + border-bottom-color: #505050; + color: #ffffff; +} +.dialog.dark .dialog-actions { + border-top-color: #505050; +} +.dialog.light { + border: 1px solid #f8f8f8; +} +.dialog.light .dialog-title { + background-color: #f8f8f8; + border-bottom-color: #f8f8f8; + color: #ffffff; +} +.dialog.light .dialog-actions { + border-top-color: #f8f8f8; +} +.dialog.brand1 { + border: 1px solid #2ac4f4; +} +.dialog.brand1 .dialog-title { + background-color: #2ac4f4; + border-bottom-color: #2ac4f4; + color: #ffffff; +} +.dialog.brand1 .dialog-actions { + border-top-color: #2ac4f4; +} +.dialog.brand2 { + border: 1px solid #004d6f; +} +.dialog.brand2 .dialog-title { + background-color: #004d6f; + border-bottom-color: #004d6f; + color: #ffffff; +} +.dialog.brand2 .dialog-actions { + border-top-color: #004d6f; +} +.dialog.light .dialog-title, +.dialog.yellow .dialog-title { + color: #1d1d1d; +} +.donut { + display: block; + position: relative; + border-radius: 50%; +} +.donut > svg { + width: 100%; + height: 100%; +} +.dragged-item { + opacity: 0.3; +} +.drag-item-marker { + position: absolute; + top: 8px; + left: 4px; + height: 20px; + width: 24px; + background-color: transparent; + cursor: move; + border-top: 4px solid #ffffff; +} +.drag-item-marker::before, +.drag-item-marker::after { + content: ""; + position: absolute; + width: 100%; + height: 4px; + background-color: #ffffff; +} +.drag-item-marker::before { + top: 4px; +} +.drag-item-marker::after { + top: 12px; +} +.drag-marker-dark .drag-item-marker { + border-top-color: #1d1d1d; +} +.drag-marker-dark::before, +.drag-marker-dark::after { + background-color: #1d1d1d; +} +.dragged-item-avatar { + cursor: move; + display: block; + position: absolute; + background-color: #00AFF0; + opacity: 0.3; + z-index: 500; + -webkit-box-shadow: inset -1px 0px 10px -4px #0366d6; + box-shadow: inset -1px 0px 10px -4px #0366d6; +} +.draggable { + -webkit-animation: drag-flush 1s ease infinite; + animation: drag-flush 1s ease infinite; +} +@-webkit-keyframes drag-flush { + 0% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .ml-20-xl { - margin-left: 80px !important; + 50% { + -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); } - .mt-20-xl { - margin-top: 80px !important; + 100% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .mb-20-xl { - margin-bottom: 80px !important; +} +@keyframes drag-flush { + 0% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .mx-20-xl { - margin-left: 80px !important; - margin-right: 80px !important; + 50% { + -webkit-box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0.25rem rgba(27, 161, 226, 0.45); } - .my-20-xl { - margin-top: 80px !important; - margin-bottom: 80px !important; + 100% { + -webkit-box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); + box-shadow: 0 0 0 0 rgba(27, 161, 226, 0.45); } - .m-20-xl-minus { - margin: -80px !important; +} +.dropdown-toggle { + position: relative; + cursor: pointer; + padding-right: 1.5rem !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.dropdown-toggle::before { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 0.3125rem; + width: 0.3125rem; + background-color: transparent; + border-left: 1px solid; + border-bottom: 1px solid; + border-color: #1d1d1d; + top: 50%; + left: 100%; + margin-left: -1rem; + margin-top: -0.1625rem; + z-index: 2; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + -webkit-transform-origin: center center 1px; + -ms-transform-origin: center center 1px; + transform-origin: center center 1px; +} +.dropdown-toggle.drop-marker-light::before, +.dropdown-toggle.marker-light::before { + border-color: #ffffff; +} +.dropdown-toggle.no-marker::before { + display: none; +} +.dropdown-toggle.active-toggle::before, +.dropdown-toggle.active-container::before { + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; +} +.dropdown-toggle.marker-center::before { + left: 50%; + top: 50%; + margin-left: 0; + margin-top: 0; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg); + transform: translateX(-50%) translateY(-50%) rotate(-45deg); +} +.dropdown-toggle.marker-center.active-toggle::before, +.dropdown-toggle.marker-center.active-container::before { + -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); + transform: translateX(-50%) translateY(-50%) rotate(135deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; +} +.drop-left { + right: 100%!important; + top: 0!important; +} +.drop-right { + left: 100%!important; + top: 0!important; +} +.drop-up { + top: auto!important; + bottom: 100%!important; +} +.dropdown-button { + display: inline-block; + position: relative; + width: auto; + height: 36px; + line-height: 1; +} +.expand-button { + width: 36px; + height: 36px; + background-size: 1rem 1rem; + background: center center no-repeat; + text-indent: -9999px; + border: 0; + display: inline-block; + cursor: pointer; + z-index: 2; + position: relative; + float: left; + outline: none; +} +.expand-button span { + position: absolute; + left: 0.5rem; + width: 1.2rem; + height: 2px; + margin: 0 0 0; + background: #1d1d1d; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +.expand-button span:before, +.expand-button span:after { + content: ''; + position: absolute; + top: -0.5rem; + right: 0; + width: 1.2rem; + height: 2px; + background: #1d1d1d; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); + -webkit-transition: all 0.3s linear; + -o-transition: all 0.3s linear; + transition: all 0.3s linear; +} +.expand-button span:after { + top: 0.5rem; +} +.expand-button.transform span { + -webkit-transform: rotate(180deg); + -ms-transform: rotate(180deg); + transform: rotate(180deg); + background: #1d1d1d; +} +.expand-button.transform span:before, +.expand-button.transform span:after { + content: ''; + top: -5px; + right: 0; + width: 0.75rem; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.expand-button.transform span:after { + top: 5px; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.expand-button.light span { + background-color: #ffffff; +} +.expand-button.light span:before, +.expand-button.light span:after { + background-color: #ffffff; +} +.file input, +.drop-zone input, +.file-button input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.file { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + margin-bottom: 0; + padding: 0; +} +.file .button { + border: none; +} +.file .button > * { + height: 24px; + max-width: 24px; +} +.file .caption { + line-height: 35px; + display: block; + padding: 0 0.5rem; + width: 100%; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.file.disabled .button { + background-color: #f8f8f8; + color: #dfdfdf; +} +.file .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.file .append { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.file .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.file .button { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + margin-left: auto; + height: 34px; +} +.drop-zone { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column; + flex-flow: column; + width: 100%; + height: auto; + padding: 40px 0; + outline: 4px dashed #989898; + outline-offset: -12px; + background-color: #f8f8f8; +} +.drop-zone .icon { + display: block; + width: 64px; + height: 64px; +} +.drop-zone .caption { + margin-top: 10px; + font-size: 14px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.drop-zone.focused, +.drop-zone:hover { + outline-color: #7e7e7e; +} +.drop-zone.drop-on { + outline-color: #00b300; +} +.file-button { + text-align: center; +} +form { + display: block; + position: relative; +} +.form-actions { + margin: 10px 0; + display: block; + position: relative; +} +.form-group { + display: block; + position: relative; +} +.form-group + .form-group { + margin-top: 1rem; +} +.inline-form { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.inline-form input[type=text], +.inline-form input[type=password], +.inline-form input[type=tel], +.inline-form input[type=datetime-local], +.inline-form input[type=email], +.inline-form input[type=file], +.inline-form input[type=month], +.inline-form input[type=number], +.inline-form input[type=search], +.inline-form input[type=time], +.inline-form input[type=url], +.inline-form input[type=week], +.inline-form input[type=file], +.inline-form select, +.inline-form textarea, +.inline-form .file, +.inline-form .input, +.inline-form .textarea, +.inline-form .select, +.inline-form .tag-input, +.inline-form .spinner { + width: auto; + margin-left: 0.5rem; + margin-right: 0.5rem; +} +.inline-form .form-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +form:disabled, +fieldset:disabled, +.form-group:disabled, +form.disabled, +fieldset.disabled, +.form-group.disabled { + pointer-events: none; +} +.grid { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + position: relative; +} +.row { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-left: -6px; + margin-right: -6px; +} +.cell, +.col { + -webkit-box-flex: 1; + -ms-flex: 1 0 0px; + flex: 1 0 0; + max-width: 100%; + padding: 6px; +} +[class*=cell-], +[class*=col-] { + position: relative; + display: block; + padding: 6px; + width: 100%; + min-height: 1px; +} +.cell-auto, +.col-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: none; +} +.colspan-1, +.cell-1, +.col-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; +} +.offset-1 { + margin-left: 8.333335%; +} +.colspan-2, +.cell-2, +.col-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; +} +.offset-2 { + margin-left: 16.66667%; +} +.colspan-3, +.cell-3, +.col-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; +} +.offset-3 { + margin-left: 25.000005%; +} +.colspan-4, +.cell-4, +.col-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; +} +.offset-4 { + margin-left: 33.33334%; +} +.colspan-5, +.cell-5, +.col-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; +} +.offset-5 { + margin-left: 41.666675%; +} +.colspan-6, +.cell-6, +.col-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; +} +.offset-6 { + margin-left: 50.00001%; +} +.colspan-7, +.cell-7, +.col-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; +} +.offset-7 { + margin-left: 58.333345%; +} +.colspan-8, +.cell-8, +.col-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; +} +.offset-8 { + margin-left: 66.66668%; +} +.colspan-9, +.cell-9, +.col-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; +} +.offset-9 { + margin-left: 75.000015%; +} +.colspan-10, +.cell-10, +.col-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; +} +.offset-10 { + margin-left: 83.33335%; +} +.colspan-11, +.cell-11, +.col-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; +} +.offset-11 { + margin-left: 91.666685%; +} +.colspan-12, +.cell-12, +.col-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; +} +.offset-12 { + margin-left: 100.00002%; +} +.stub { + -webkit-box-flex: 0; + -ms-flex: none; + flex: none; + display: block; + padding: 0 12px; +} +.grid.no-gap .row { + margin-left: 0; + margin-right: 0; +} +.grid.no-gap .row .cell, +.grid.no-gap .row .stub, +.grid.no-gap .row .col { + padding: 0; +} +.grid.no-gap .row + .row { + margin-top: 0; +} +.row.no-gap { + margin-left: 0; + margin-right: 0; + margin-top: 0; +} +.row.no-gap .cell, +.row.no-gap .stub, +.row.no-gap .col, +.row.no-gap [class*=cell-], +.row.no-gap [class*=col-] { + padding: 0; +} +@media screen and (min-width: 0) { + .cell-fs-full, + .col-fs-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mr-20-xl-minus { - margin-right: -80px !important; + .cell-fs-half, + .col-fs-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .ml-20-xl-minus { - margin-left: -80px !important; + .cell-fs-one-third, + .col-fs-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .mt-20-xl-minus { - margin-top: -80px !important; + .cell-fs-two-third, + .col-fs-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .mb-20-xl-minus { - margin-bottom: -80px !important; + .cell-fs-quarter, + .col-fs-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } -} -@media screen and (min-width: 1452px) { - .mx-auto-xxl { - margin-left: auto!important; - margin-right: auto!important; + .cell-fs, + .col-fs { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .ml-auto-xxl { - margin-left: auto!important; + .cell-fs-auto, + .col-fs-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .mr-auto-xxl { - margin-right: auto!important; + .colspan-fs-1, + .cell-fs-1, + .col-fs-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mt-auto-xxl { - margin-top: auto!important; + .offset-fs-1 { + margin-left: 8.333335%; } - .mb-auto-xxl { - margin-bottom: auto!important; + .colspan-fs-2, + .cell-fs-2, + .col-fs-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .p-0-xxl { - padding: 0!important; + .offset-fs-2 { + margin-left: 16.66667%; } - .pl-0-xxl { - padding-left: 0!important; + .colspan-fs-3, + .cell-fs-3, + .col-fs-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .pr-0-xxl { - padding-right: 0!important; + .offset-fs-3 { + margin-left: 25.000005%; } - .pt-0-xxl { - padding-top: 0!important; + .colspan-fs-4, + .cell-fs-4, + .col-fs-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .pb-0-xxl { - padding-bottom: 0!important; + .offset-fs-4 { + margin-left: 33.33334%; } - .m-0-xxl { - margin: 0!important; + .colspan-fs-5, + .cell-fs-5, + .col-fs-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .ml-0-xxl { - margin-left: 0!important; + .offset-fs-5 { + margin-left: 41.666675%; } - .mr-0-xxl { - margin-right: 0!important; + .colspan-fs-6, + .cell-fs-6, + .col-fs-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mt-0-xxl { - margin-top: 0!important; + .offset-fs-6 { + margin-left: 50.00001%; } - .mb-0-xxl { - margin-bottom: 0!important; + .colspan-fs-7, + .cell-fs-7, + .col-fs-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .p-0-xxl { - padding: 0px !important; + .offset-fs-7 { + margin-left: 58.333345%; } - .pr-0-xxl { - padding-right: 0px !important; + .colspan-fs-8, + .cell-fs-8, + .col-fs-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .pl-0-xxl { - padding-left: 0px !important; + .offset-fs-8 { + margin-left: 66.66668%; } - .pt-0-xxl { - padding-top: 0px !important; + .colspan-fs-9, + .cell-fs-9, + .col-fs-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .pb-0-xxl { - padding-bottom: 0px !important; + .offset-fs-9 { + margin-left: 75.000015%; } - .px-0-xxl { - padding-left: 0px !important; - padding-right: 0px !important; + .colspan-fs-10, + .cell-fs-10, + .col-fs-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .py-0-xxl { - padding-top: 0px !important; - padding-bottom: 0px !important; + .offset-fs-10 { + margin-left: 83.33335%; } - .m-0-xxl { - margin: 0px !important; + .colspan-fs-11, + .cell-fs-11, + .col-fs-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .mr-0-xxl { - margin-right: 0px !important; + .offset-fs-11 { + margin-left: 91.666685%; } - .ml-0-xxl { - margin-left: 0px !important; + .colspan-fs-12, + .cell-fs-12, + .col-fs-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .mt-0-xxl { - margin-top: 0px !important; + .offset-fs-12 { + margin-left: 100.00002%; } - .mb-0-xxl { - margin-bottom: 0px !important; +} +@media screen and (min-width: 576px) { + .cell-sm-full, + .col-sm-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mx-0-xxl { - margin-left: 0px !important; - margin-right: 0px !important; + .cell-sm-half, + .col-sm-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .my-0-xxl { - margin-top: 0px !important; - margin-bottom: 0px !important; + .cell-sm-one-third, + .col-sm-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .m-0-xxl-minus { - margin: 0px !important; + .cell-sm-two-third, + .col-sm-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .mr-0-xxl-minus { - margin-right: 0px !important; + .cell-sm-quarter, + .col-sm-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .ml-0-xxl-minus { - margin-left: 0px !important; + .cell-sm, + .col-sm { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mt-0-xxl-minus { - margin-top: 0px !important; + .cell-sm-auto, + .col-sm-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .mb-0-xxl-minus { - margin-bottom: 0px !important; + .colspan-sm-1, + .cell-sm-1, + .col-sm-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .p-1-xxl { - padding: 4px !important; + .offset-sm-1 { + margin-left: 8.333335%; } - .pr-1-xxl { - padding-right: 4px !important; + .colspan-sm-2, + .cell-sm-2, + .col-sm-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .pl-1-xxl { - padding-left: 4px !important; + .offset-sm-2 { + margin-left: 16.66667%; } - .pt-1-xxl { - padding-top: 4px !important; + .colspan-sm-3, + .cell-sm-3, + .col-sm-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .pb-1-xxl { - padding-bottom: 4px !important; + .offset-sm-3 { + margin-left: 25.000005%; } - .px-1-xxl { - padding-left: 4px !important; - padding-right: 4px !important; + .colspan-sm-4, + .cell-sm-4, + .col-sm-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .py-1-xxl { - padding-top: 4px !important; - padding-bottom: 4px !important; + .offset-sm-4 { + margin-left: 33.33334%; } - .m-1-xxl { - margin: 4px !important; + .colspan-sm-5, + .cell-sm-5, + .col-sm-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .mr-1-xxl { - margin-right: 4px !important; + .offset-sm-5 { + margin-left: 41.666675%; } - .ml-1-xxl { - margin-left: 4px !important; + .colspan-sm-6, + .cell-sm-6, + .col-sm-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mt-1-xxl { - margin-top: 4px !important; + .offset-sm-6 { + margin-left: 50.00001%; } - .mb-1-xxl { - margin-bottom: 4px !important; + .colspan-sm-7, + .cell-sm-7, + .col-sm-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .mx-1-xxl { - margin-left: 4px !important; - margin-right: 4px !important; + .offset-sm-7 { + margin-left: 58.333345%; } - .my-1-xxl { - margin-top: 4px !important; - margin-bottom: 4px !important; + .colspan-sm-8, + .cell-sm-8, + .col-sm-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .m-1-xxl-minus { - margin: -4px !important; + .offset-sm-8 { + margin-left: 66.66668%; } - .mr-1-xxl-minus { - margin-right: -4px !important; + .colspan-sm-9, + .cell-sm-9, + .col-sm-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .ml-1-xxl-minus { - margin-left: -4px !important; + .offset-sm-9 { + margin-left: 75.000015%; } - .mt-1-xxl-minus { - margin-top: -4px !important; + .colspan-sm-10, + .cell-sm-10, + .col-sm-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .mb-1-xxl-minus { - margin-bottom: -4px !important; + .offset-sm-10 { + margin-left: 83.33335%; } - .p-2-xxl { - padding: 8px !important; + .colspan-sm-11, + .cell-sm-11, + .col-sm-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .pr-2-xxl { - padding-right: 8px !important; + .offset-sm-11 { + margin-left: 91.666685%; } - .pl-2-xxl { - padding-left: 8px !important; + .colspan-sm-12, + .cell-sm-12, + .col-sm-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .pt-2-xxl { - padding-top: 8px !important; + .offset-sm-12 { + margin-left: 100.00002%; } - .pb-2-xxl { - padding-bottom: 8px !important; +} +@media screen and (min-width: 768px) { + .cell-md-full, + .col-md-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .px-2-xxl { - padding-left: 8px !important; - padding-right: 8px !important; + .cell-md-half, + .col-md-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .py-2-xxl { - padding-top: 8px !important; - padding-bottom: 8px !important; + .cell-md-one-third, + .col-md-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .m-2-xxl { - margin: 8px !important; + .cell-md-two-third, + .col-md-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .mr-2-xxl { - margin-right: 8px !important; + .cell-md-quarter, + .col-md-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .ml-2-xxl { - margin-left: 8px !important; + .cell-md, + .col-md { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mt-2-xxl { - margin-top: 8px !important; + .cell-md-auto, + .col-md-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .mb-2-xxl { - margin-bottom: 8px !important; + .colspan-md-1, + .cell-md-1, + .col-md-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mx-2-xxl { - margin-left: 8px !important; - margin-right: 8px !important; + .offset-md-1 { + margin-left: 8.333335%; } - .my-2-xxl { - margin-top: 8px !important; - margin-bottom: 8px !important; + .colspan-md-2, + .cell-md-2, + .col-md-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .m-2-xxl-minus { - margin: -8px !important; + .offset-md-2 { + margin-left: 16.66667%; } - .mr-2-xxl-minus { - margin-right: -8px !important; + .colspan-md-3, + .cell-md-3, + .col-md-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .ml-2-xxl-minus { - margin-left: -8px !important; + .offset-md-3 { + margin-left: 25.000005%; } - .mt-2-xxl-minus { - margin-top: -8px !important; + .colspan-md-4, + .cell-md-4, + .col-md-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .mb-2-xxl-minus { - margin-bottom: -8px !important; + .offset-md-4 { + margin-left: 33.33334%; } - .p-3-xxl { - padding: 12px !important; + .colspan-md-5, + .cell-md-5, + .col-md-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .pr-3-xxl { - padding-right: 12px !important; + .offset-md-5 { + margin-left: 41.666675%; } - .pl-3-xxl { - padding-left: 12px !important; + .colspan-md-6, + .cell-md-6, + .col-md-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .pt-3-xxl { - padding-top: 12px !important; + .offset-md-6 { + margin-left: 50.00001%; } - .pb-3-xxl { - padding-bottom: 12px !important; + .colspan-md-7, + .cell-md-7, + .col-md-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .px-3-xxl { - padding-left: 12px !important; - padding-right: 12px !important; + .offset-md-7 { + margin-left: 58.333345%; } - .py-3-xxl { - padding-top: 12px !important; - padding-bottom: 12px !important; + .colspan-md-8, + .cell-md-8, + .col-md-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .m-3-xxl { - margin: 12px !important; + .offset-md-8 { + margin-left: 66.66668%; } - .mr-3-xxl { - margin-right: 12px !important; + .colspan-md-9, + .cell-md-9, + .col-md-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .ml-3-xxl { - margin-left: 12px !important; + .offset-md-9 { + margin-left: 75.000015%; } - .mt-3-xxl { - margin-top: 12px !important; + .colspan-md-10, + .cell-md-10, + .col-md-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .mb-3-xxl { - margin-bottom: 12px !important; + .offset-md-10 { + margin-left: 83.33335%; } - .mx-3-xxl { - margin-left: 12px !important; - margin-right: 12px !important; + .colspan-md-11, + .cell-md-11, + .col-md-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .my-3-xxl { - margin-top: 12px !important; - margin-bottom: 12px !important; + .offset-md-11 { + margin-left: 91.666685%; } - .m-3-xxl-minus { - margin: -12px !important; + .colspan-md-12, + .cell-md-12, + .col-md-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .mr-3-xxl-minus { - margin-right: -12px !important; + .offset-md-12 { + margin-left: 100.00002%; } - .ml-3-xxl-minus { - margin-left: -12px !important; +} +@media screen and (min-width: 992px) { + .cell-lg-full, + .col-lg-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mt-3-xxl-minus { - margin-top: -12px !important; + .cell-lg-half, + .col-lg-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .mb-3-xxl-minus { - margin-bottom: -12px !important; + .cell-lg-one-third, + .col-lg-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .p-4-xxl { - padding: 16px !important; + .cell-lg-two-third, + .col-lg-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .pr-4-xxl { - padding-right: 16px !important; + .cell-lg-quarter, + .col-lg-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .pl-4-xxl { - padding-left: 16px !important; + .cell-lg, + .col-lg { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .pt-4-xxl { - padding-top: 16px !important; + .cell-lg-auto, + .col-lg-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .pb-4-xxl { - padding-bottom: 16px !important; + .colspan-lg-1, + .cell-lg-1, + .col-lg-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .px-4-xxl { - padding-left: 16px !important; - padding-right: 16px !important; + .offset-lg-1 { + margin-left: 8.333335%; } - .py-4-xxl { - padding-top: 16px !important; - padding-bottom: 16px !important; + .colspan-lg-2, + .cell-lg-2, + .col-lg-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .m-4-xxl { - margin: 16px !important; + .offset-lg-2 { + margin-left: 16.66667%; } - .mr-4-xxl { - margin-right: 16px !important; + .colspan-lg-3, + .cell-lg-3, + .col-lg-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .ml-4-xxl { - margin-left: 16px !important; + .offset-lg-3 { + margin-left: 25.000005%; } - .mt-4-xxl { - margin-top: 16px !important; + .colspan-lg-4, + .cell-lg-4, + .col-lg-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .mb-4-xxl { - margin-bottom: 16px !important; + .offset-lg-4 { + margin-left: 33.33334%; } - .mx-4-xxl { - margin-left: 16px !important; - margin-right: 16px !important; + .colspan-lg-5, + .cell-lg-5, + .col-lg-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .my-4-xxl { - margin-top: 16px !important; - margin-bottom: 16px !important; + .offset-lg-5 { + margin-left: 41.666675%; } - .m-4-xxl-minus { - margin: -16px !important; + .colspan-lg-6, + .cell-lg-6, + .col-lg-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mr-4-xxl-minus { - margin-right: -16px !important; + .offset-lg-6 { + margin-left: 50.00001%; } - .ml-4-xxl-minus { - margin-left: -16px !important; + .colspan-lg-7, + .cell-lg-7, + .col-lg-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .mt-4-xxl-minus { - margin-top: -16px !important; + .offset-lg-7 { + margin-left: 58.333345%; } - .mb-4-xxl-minus { - margin-bottom: -16px !important; + .colspan-lg-8, + .cell-lg-8, + .col-lg-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .p-5-xxl { - padding: 20px !important; + .offset-lg-8 { + margin-left: 66.66668%; } - .pr-5-xxl { - padding-right: 20px !important; + .colspan-lg-9, + .cell-lg-9, + .col-lg-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .pl-5-xxl { - padding-left: 20px !important; + .offset-lg-9 { + margin-left: 75.000015%; } - .pt-5-xxl { - padding-top: 20px !important; + .colspan-lg-10, + .cell-lg-10, + .col-lg-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .pb-5-xxl { - padding-bottom: 20px !important; + .offset-lg-10 { + margin-left: 83.33335%; } - .px-5-xxl { - padding-left: 20px !important; - padding-right: 20px !important; + .colspan-lg-11, + .cell-lg-11, + .col-lg-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .py-5-xxl { - padding-top: 20px !important; - padding-bottom: 20px !important; + .offset-lg-11 { + margin-left: 91.666685%; } - .m-5-xxl { - margin: 20px !important; + .colspan-lg-12, + .cell-lg-12, + .col-lg-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .mr-5-xxl { - margin-right: 20px !important; + .offset-lg-12 { + margin-left: 100.00002%; } - .ml-5-xxl { - margin-left: 20px !important; +} +@media screen and (min-width: 1200px) { + .cell-xl-full, + .col-xl-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .mt-5-xxl { - margin-top: 20px !important; + .cell-xl-half, + .col-xl-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .mb-5-xxl { - margin-bottom: 20px !important; + .cell-xl-one-third, + .col-xl-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .mx-5-xxl { - margin-left: 20px !important; - margin-right: 20px !important; + .cell-xl-two-third, + .col-xl-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .my-5-xxl { - margin-top: 20px !important; - margin-bottom: 20px !important; + .cell-xl-quarter, + .col-xl-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .m-5-xxl-minus { - margin: -20px !important; + .cell-xl, + .col-xl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mr-5-xxl-minus { - margin-right: -20px !important; + .cell-xl-auto, + .col-xl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .ml-5-xxl-minus { - margin-left: -20px !important; + .colspan-xl-1, + .cell-xl-1, + .col-xl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mt-5-xxl-minus { - margin-top: -20px !important; + .offset-xl-1 { + margin-left: 8.333335%; } - .mb-5-xxl-minus { - margin-bottom: -20px !important; + .colspan-xl-2, + .cell-xl-2, + .col-xl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .p-6-xxl { - padding: 24px !important; + .offset-xl-2 { + margin-left: 16.66667%; } - .pr-6-xxl { - padding-right: 24px !important; + .colspan-xl-3, + .cell-xl-3, + .col-xl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .pl-6-xxl { - padding-left: 24px !important; + .offset-xl-3 { + margin-left: 25.000005%; } - .pt-6-xxl { - padding-top: 24px !important; + .colspan-xl-4, + .cell-xl-4, + .col-xl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .pb-6-xxl { - padding-bottom: 24px !important; + .offset-xl-4 { + margin-left: 33.33334%; } - .px-6-xxl { - padding-left: 24px !important; - padding-right: 24px !important; + .colspan-xl-5, + .cell-xl-5, + .col-xl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .py-6-xxl { - padding-top: 24px !important; - padding-bottom: 24px !important; + .offset-xl-5 { + margin-left: 41.666675%; } - .m-6-xxl { - margin: 24px !important; + .colspan-xl-6, + .cell-xl-6, + .col-xl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .mr-6-xxl { - margin-right: 24px !important; + .offset-xl-6 { + margin-left: 50.00001%; } - .ml-6-xxl { - margin-left: 24px !important; + .colspan-xl-7, + .cell-xl-7, + .col-xl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .mt-6-xxl { - margin-top: 24px !important; + .offset-xl-7 { + margin-left: 58.333345%; } - .mb-6-xxl { - margin-bottom: 24px !important; + .colspan-xl-8, + .cell-xl-8, + .col-xl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .mx-6-xxl { - margin-left: 24px !important; - margin-right: 24px !important; + .offset-xl-8 { + margin-left: 66.66668%; } - .my-6-xxl { - margin-top: 24px !important; - margin-bottom: 24px !important; + .colspan-xl-9, + .cell-xl-9, + .col-xl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .m-6-xxl-minus { - margin: -24px !important; + .offset-xl-9 { + margin-left: 75.000015%; } - .mr-6-xxl-minus { - margin-right: -24px !important; + .colspan-xl-10, + .cell-xl-10, + .col-xl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .ml-6-xxl-minus { - margin-left: -24px !important; + .offset-xl-10 { + margin-left: 83.33335%; } - .mt-6-xxl-minus { - margin-top: -24px !important; + .colspan-xl-11, + .cell-xl-11, + .col-xl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .mb-6-xxl-minus { - margin-bottom: -24px !important; + .offset-xl-11 { + margin-left: 91.666685%; } - .p-7-xxl { - padding: 28px !important; + .colspan-xl-12, + .cell-xl-12, + .col-xl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .pr-7-xxl { - padding-right: 28px !important; + .offset-xl-12 { + margin-left: 100.00002%; } - .pl-7-xxl { - padding-left: 28px !important; +} +@media screen and (min-width: 1452px) { + .cell-xxl-full, + .col-xxl-full { + -webkit-box-flex: 0; + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; } - .pt-7-xxl { - padding-top: 28px !important; + .cell-xxl-half, + .col-xxl-half { + -webkit-box-flex: 0; + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; } - .pb-7-xxl { - padding-bottom: 28px !important; + .cell-xxl-one-third, + .col-xxl-one-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.3333333%; + flex: 0 0 33.3333333%; + max-width: 33.3333333%; } - .px-7-xxl { - padding-left: 28px !important; - padding-right: 28px !important; + .cell-xxl-two-third, + .col-xxl-two-third { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.6666666%; + flex: 0 0 66.6666666%; + max-width: 66.6666666%; } - .py-7-xxl { - padding-top: 28px !important; - padding-bottom: 28px !important; + .cell-xxl-quarter, + .col-xxl-quarter { + -webkit-box-flex: 0; + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; } - .m-7-xxl { - margin: 28px !important; + .cell-xxl, + .col-xxl { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; } - .mr-7-xxl { - margin-right: 28px !important; + .cell-xxl-auto, + .col-xxl-auto { + -webkit-box-flex: 0; + -ms-flex: 0 0 auto; + flex: 0 0 auto; + max-width: none; } - .ml-7-xxl { - margin-left: 28px !important; + .colspan-xxl-1, + .cell-xxl-1, + .col-xxl-1 { + -webkit-box-flex: 0; + -ms-flex: 0 0 8.333335%; + flex: 0 0 8.333335%; + max-width: 8.333335%; } - .mt-7-xxl { - margin-top: 28px !important; + .offset-xxl-1 { + margin-left: 8.333335%; } - .mb-7-xxl { - margin-bottom: 28px !important; + .colspan-xxl-2, + .cell-xxl-2, + .col-xxl-2 { + -webkit-box-flex: 0; + -ms-flex: 0 0 16.66667%; + flex: 0 0 16.66667%; + max-width: 16.66667%; } - .mx-7-xxl { - margin-left: 28px !important; - margin-right: 28px !important; + .offset-xxl-2 { + margin-left: 16.66667%; } - .my-7-xxl { - margin-top: 28px !important; - margin-bottom: 28px !important; + .colspan-xxl-3, + .cell-xxl-3, + .col-xxl-3 { + -webkit-box-flex: 0; + -ms-flex: 0 0 25.000005%; + flex: 0 0 25.000005%; + max-width: 25.000005%; } - .m-7-xxl-minus { - margin: -28px !important; + .offset-xxl-3 { + margin-left: 25.000005%; } - .mr-7-xxl-minus { - margin-right: -28px !important; + .colspan-xxl-4, + .cell-xxl-4, + .col-xxl-4 { + -webkit-box-flex: 0; + -ms-flex: 0 0 33.33334%; + flex: 0 0 33.33334%; + max-width: 33.33334%; } - .ml-7-xxl-minus { - margin-left: -28px !important; + .offset-xxl-4 { + margin-left: 33.33334%; } - .mt-7-xxl-minus { - margin-top: -28px !important; + .colspan-xxl-5, + .cell-xxl-5, + .col-xxl-5 { + -webkit-box-flex: 0; + -ms-flex: 0 0 41.666675%; + flex: 0 0 41.666675%; + max-width: 41.666675%; } - .mb-7-xxl-minus { - margin-bottom: -28px !important; + .offset-xxl-5 { + margin-left: 41.666675%; } - .p-8-xxl { - padding: 32px !important; + .colspan-xxl-6, + .cell-xxl-6, + .col-xxl-6 { + -webkit-box-flex: 0; + -ms-flex: 0 0 50.00001%; + flex: 0 0 50.00001%; + max-width: 50.00001%; } - .pr-8-xxl { - padding-right: 32px !important; + .offset-xxl-6 { + margin-left: 50.00001%; } - .pl-8-xxl { - padding-left: 32px !important; + .colspan-xxl-7, + .cell-xxl-7, + .col-xxl-7 { + -webkit-box-flex: 0; + -ms-flex: 0 0 58.333345%; + flex: 0 0 58.333345%; + max-width: 58.333345%; } - .pt-8-xxl { - padding-top: 32px !important; + .offset-xxl-7 { + margin-left: 58.333345%; } - .pb-8-xxl { - padding-bottom: 32px !important; + .colspan-xxl-8, + .cell-xxl-8, + .col-xxl-8 { + -webkit-box-flex: 0; + -ms-flex: 0 0 66.66668%; + flex: 0 0 66.66668%; + max-width: 66.66668%; } - .px-8-xxl { - padding-left: 32px !important; - padding-right: 32px !important; + .offset-xxl-8 { + margin-left: 66.66668%; } - .py-8-xxl { - padding-top: 32px !important; - padding-bottom: 32px !important; + .colspan-xxl-9, + .cell-xxl-9, + .col-xxl-9 { + -webkit-box-flex: 0; + -ms-flex: 0 0 75.000015%; + flex: 0 0 75.000015%; + max-width: 75.000015%; } - .m-8-xxl { - margin: 32px !important; + .offset-xxl-9 { + margin-left: 75.000015%; } - .mr-8-xxl { - margin-right: 32px !important; + .colspan-xxl-10, + .cell-xxl-10, + .col-xxl-10 { + -webkit-box-flex: 0; + -ms-flex: 0 0 83.33335%; + flex: 0 0 83.33335%; + max-width: 83.33335%; } - .ml-8-xxl { - margin-left: 32px !important; + .offset-xxl-10 { + margin-left: 83.33335%; } - .mt-8-xxl { - margin-top: 32px !important; + .colspan-xxl-11, + .cell-xxl-11, + .col-xxl-11 { + -webkit-box-flex: 0; + -ms-flex: 0 0 91.666685%; + flex: 0 0 91.666685%; + max-width: 91.666685%; } - .mb-8-xxl { - margin-bottom: 32px !important; + .offset-xxl-11 { + margin-left: 91.666685%; } - .mx-8-xxl { - margin-left: 32px !important; - margin-right: 32px !important; + .colspan-xxl-12, + .cell-xxl-12, + .col-xxl-12 { + -webkit-box-flex: 0; + -ms-flex: 0 0 100.00002%; + flex: 0 0 100.00002%; + max-width: 100.00002%; } - .my-8-xxl { - margin-top: 32px !important; - margin-bottom: 32px !important; + .offset-xxl-12 { + margin-left: 100.00002%; + } +} +.h-menu { + list-style: none inside; + display: block; + margin: 0; + padding: 0; + background-color: #ffffff; + color: #1d1d1d; +} +.h-menu::after { + display: block; + clear: both; + content: ""; +} +.h-menu::after { + display: block; + clear: both; + content: ""; +} +.h-menu > li, +.h-menu > li > a { + display: block; + position: relative; +} +.h-menu > li { + background-color: inherit; + color: inherit; + float: left; +} +.h-menu > li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.h-menu > li:hover > a, +.h-menu > li:hover .icon { + color: inherit; +} +.h-menu > li > a { + font-weight: normal; + color: inherit; + font-size: 1rem; + outline: none; + text-decoration: none; + padding: 0.5rem 1rem; + border: none; + background-color: inherit; + white-space: nowrap; +} +.h-menu > li > a.dropdown-toggle { + padding-right: 2rem!important; +} +.h-menu > li > a.dropdown-toggle::before { + margin-left: -1.25rem; +} +.h-menu.no-hover > li > a { + padding-left: 0.5rem; + padding-right: 0.5rem; + color: #6a6a6a; +} +.h-menu.no-hover > li:hover, +.h-menu.no-hover > li > a:hover { + background-color: transparent; + color: #1d1d1d; +} +.h-menu.large > li > a { + padding: 1.125rem 1.625rem; + font-size: 2rem; +} +.h-menu.large > li > a.dropdown-toggle { + padding-right: 2.5rem !important; +} +.h-menu.large > li > a.dropdown-toggle::before { + height: 0.625rem; + width: 0.625rem; + margin-left: -1.75rem; +} +.h-menu > .divider { + display: none; +} +.h-menu.mega { + position: relative; +} +.h-menu.mega > li { + position: static; +} +.h-menu.mega > li.active-container { + background-color: inherit; +} +.h-menu.mega > li.active-container a { + background-color: inherit; +} +.h-menu.mega .mega-container { + position: absolute; + top: 100%; + left: 0; + right: 0; + padding: 0; + background-color: inherit; + display: none; + color: inherit; + z-index: 1000; + -webkit-box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); + box-shadow: 2px 2px 2px 0 rgba(29, 29, 29, 0.4); +} +.h-menu.mega .mega-container * { + color: inherit; +} +.hamburger, +.nav-button { + display: inline-block; + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0; + font-size: 14px; + line-height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: transparent; + color: #ffffff; + cursor: pointer; + outline: none; + width: 36px; + height: 36px; +} +.hamburger .line, +.nav-button .line { + width: 30px; + background-color: #ffffff; + display: block; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + height: 3px; + margin: 4px auto; +} +.hamburger.dark .line, +.nav-button.dark .line { + background-color: #1d1d1d; +} +.hamburger.menu-down .line:nth-child(2), +.nav-button.menu-down .line:nth-child(2), +.hamburger.chevron-down .line:nth-child(2), +.nav-button.chevron-down .line:nth-child(2) { + -webkit-transition-delay: 0.3s; + -o-transition-delay: 0.3s; + transition-delay: 0.3s; +} +.hamburger.menu-down.active, +.nav-button.menu-down.active, +.hamburger.chevron-down.active, +.nav-button.chevron-down.active { + -webkit-transform: rotate(90deg); + -ms-transform: rotate(90deg); + transform: rotate(90deg); +} +.hamburger.menu-down.active .line:nth-child(2), +.nav-button.menu-down.active .line:nth-child(2), +.hamburger.chevron-down.active .line:nth-child(2), +.nav-button.chevron-down.active .line:nth-child(2) { + opacity: 0; + -webkit-transition: none; + -o-transition: none; + transition: none; +} +.hamburger.menu-down.active .line:nth-child(1), +.nav-button.menu-down.active .line:nth-child(1), +.hamburger.chevron-down.active .line:nth-child(1), +.nav-button.chevron-down.active .line:nth-child(1), +.hamburger.menu-down.active .line:nth-child(3), +.nav-button.menu-down.active .line:nth-child(3), +.hamburger.chevron-down.active .line:nth-child(3), +.nav-button.chevron-down.active .line:nth-child(3) { + width: 20px; + -webkit-transform-origin: right; + -ms-transform-origin: right; + transform-origin: right; + margin: -4px 8px; +} +.hamburger.menu-down.active .line:nth-child(1), +.nav-button.menu-down.active .line:nth-child(1), +.hamburger.chevron-down.active .line:nth-child(1), +.nav-button.chevron-down.active .line:nth-child(1) { + -webkit-transform: rotate(45deg) translateY(6px); + -ms-transform: rotate(45deg) translateY(6px); + transform: rotate(45deg) translateY(6px); +} +.hamburger.menu-down.active .line:nth-child(3), +.nav-button.menu-down.active .line:nth-child(3), +.hamburger.chevron-down.active .line:nth-child(3), +.nav-button.chevron-down.active .line:nth-child(3) { + -webkit-transform: rotate(-45deg) translateY(-6px); + -ms-transform: rotate(-45deg) translateY(-6px); + transform: rotate(-45deg) translateY(-6px); +} +.hamburger.menu-up .line:nth-child(2), +.nav-button.menu-up .line:nth-child(2), +.hamburger.chevron-up .line:nth-child(2), +.nav-button.chevron-up .line:nth-child(2) { + -webkit-transition-delay: 0.3s; + -o-transition-delay: 0.3s; + transition-delay: 0.3s; +} +.hamburger.menu-up.active, +.nav-button.menu-up.active, +.hamburger.chevron-up.active, +.nav-button.chevron-up.active { + -webkit-transform: rotate(-90deg); + -ms-transform: rotate(-90deg); + transform: rotate(-90deg); +} +.hamburger.menu-up.active .line:nth-child(2), +.nav-button.menu-up.active .line:nth-child(2), +.hamburger.chevron-up.active .line:nth-child(2), +.nav-button.chevron-up.active .line:nth-child(2) { + opacity: 0; + -webkit-transition: none; + -o-transition: none; + transition: none; +} +.hamburger.menu-up.active .line:nth-child(1), +.nav-button.menu-up.active .line:nth-child(1), +.hamburger.chevron-up.active .line:nth-child(1), +.nav-button.chevron-up.active .line:nth-child(1), +.hamburger.menu-up.active .line:nth-child(3), +.nav-button.menu-up.active .line:nth-child(3), +.hamburger.chevron-up.active .line:nth-child(3), +.nav-button.chevron-up.active .line:nth-child(3) { + width: 20px; + -webkit-transform-origin: right; + -ms-transform-origin: right; + transform-origin: right; + margin: -4px 8px; +} +.hamburger.menu-up.active .line:nth-child(1), +.nav-button.menu-up.active .line:nth-child(1), +.hamburger.chevron-up.active .line:nth-child(1), +.nav-button.chevron-up.active .line:nth-child(1) { + -webkit-transform: rotate(45deg) translateY(6px); + -ms-transform: rotate(45deg) translateY(6px); + transform: rotate(45deg) translateY(6px); +} +.hamburger.menu-up.active .line:nth-child(3), +.nav-button.menu-up.active .line:nth-child(3), +.hamburger.chevron-up.active .line:nth-child(3), +.nav-button.chevron-up.active .line:nth-child(3) { + -webkit-transform: rotate(-45deg) translateY(-6px); + -ms-transform: rotate(-45deg) translateY(-6px); + transform: rotate(-45deg) translateY(-6px); +} +.hamburger.arrow-left.active .line:nth-child(1), +.nav-button.arrow-left.active .line:nth-child(1), +.hamburger.arrow-left.active .line:nth-child(3), +.nav-button.arrow-left.active .line:nth-child(3) { + width: 20px; + margin-left: 0; +} +.hamburger.arrow-left.active .line:nth-child(1), +.nav-button.arrow-left.active .line:nth-child(1) { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.hamburger.arrow-left.active .line:nth-child(3), +.nav-button.arrow-left.active .line:nth-child(3) { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.hamburger.arrow-right.active .line:nth-child(1), +.nav-button.arrow-right.active .line:nth-child(1), +.hamburger.arrow-right.active .line:nth-child(3), +.nav-button.arrow-right.active .line:nth-child(3) { + width: 20px; + margin-right: 0; +} +.hamburger.arrow-right.active .line:nth-child(1), +.nav-button.arrow-right.active .line:nth-child(1) { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.hamburger.arrow-right.active .line:nth-child(3), +.nav-button.arrow-right.active .line:nth-child(3) { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.head-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: fixed; + top: 0; + left: 0; + width: 100%; + background-color: #ffffff; + color: #1d1d1d; + height: 56px; + z-index: 1030; + padding: 0 4px; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.head-bar .app-title { + height: 48px; + display: inline-block; + vertical-align: middle; + margin: 0 4px; + line-height: 48px; + color: inherit; + font-size: 20px; + font-weight: 100; +} +.head-bar .app-title:nth-child(1) { + padding-left: 10px; +} +.head-bar .header-container { + height: 100%; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.head-bar .tool-button { + margin: 0 4px; + background-color: inherit; + color: inherit; +} +.head-bar .tool-button .icon { + width: 24px; + height: 24px; + font-size: 24px; +} +.head-bar.more { + height: 112px; +} +.head-bar.more .app-title { + position: absolute; + bottom: 22px; + left: 74px; + height: 28px; + font-size: 24px; +} +.head-bar .header-container .input { + float: left; + margin-left: 20px; + width: calc(100% - 80px); + border: none; +} +.head-bar .header-container .input input { + border: none; +} +.head-bar .header-container .input input, +.head-bar .header-container .input input::-webkit-input-placeholder { + color: white; +} +.hero { + padding: 40px; + background-position: center; + background-repeat: no-repeat; + background-size: cover; + position: relative; +} +@media all and (min-width: 768px) { + .hero { + padding: 160px 80px; } - .m-8-xxl-minus { - margin: -32px !important; +} +.hint { + display: block; + position: fixed; + z-index: 1070; + background-color: #fffcc0; + color: #1d1d1d; + font-size: 0.75rem; + max-width: 13.75rem; + padding: 0.625rem; +} +.icon-box { + height: 90px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + background-color: #ffffff; +} +.icon-box .icon, +.icon-box .content { + position: relative; +} +.icon-box .icon { + height: 90px; + width: 90px; + -ms-flex-negative: 0; + flex-shrink: 0; + text-align: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + background: rgba(0, 0, 0, 0.1); +} +.icon-box .icon > * { + font-size: 45px; + width: 45px; + height: 45px; + line-height: 1; +} +.icon-box .content { + line-height: 1.2; + display: block; + width: 100%; + background-color: inherit; +} +.image-button { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + outline: none; + position: relative; + font-size: 14px; + padding: 0 0.5rem 0 0; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + height: 36px; + line-height: 30px; + font-weight: 400; +} +.image-button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.image-button:active, +.image-button.focus, +.image-button:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.image-button .icon { + width: 34px; + height: 34px; + line-height: 34px; + font-size: 1rem; + background-color: rgba(69, 90, 100, 0.55); + color: #ffffff; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + text-align: center; +} +.image-button .caption { + margin-left: 0.5rem; + text-align: left; + color: inherit; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + font-weight: 400; + line-height: 1.2; +} +.image-button .caption small { + display: block; + font-size: 0.8rem; +} +.image-button.icon-right { + padding: 0 0 0 0.5rem; +} +.image-button.icon-right .icon { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.image-button.icon-right .caption { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + margin-left: 0; + margin-right: 0.5rem; +} +.image-button:focus, +.image-button:hover, +.image-button.focus { + text-decoration: none; +} +.image-button:active { + -webkit-box-shadow: none; + box-shadow: none; + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.image-button.disabled, +.image-button:disabled { + opacity: 0.65; +} +.image-button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.image-compare { + position: relative; + display: block; +} +.image-compare img { + display: none; +} +.image-compare .image-container, +.image-compare .image-container-overlay { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + overflow: hidden; + z-index: 1; +} +.image-compare .image-container.image-container-overlay, +.image-compare .image-container-overlay.image-container-overlay { + z-index: 2; +} +.image-compare .image-container .image-wrapper, +.image-compare .image-container-overlay .image-wrapper { + background-size: cover; +} +.image-compare .image-slider { + z-index: 3; + position: absolute; + cursor: ew-resize; + width: 32px; + height: 32px; + background-color: #fa6800; + opacity: 0.7; + border-radius: 0.25rem; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.image-magnifier { + position: relative; + display: block; + cursor: none; + height: auto; +} +.image-magnifier img { + vertical-align: middle; + width: 100%; + height: auto; + max-height: 100%; +} +.image-magnifier .image-magnifier-glass { + position: absolute; + border-radius: 0; + cursor: none; + width: 100px; + height: 100px; + border: 4px solid rgba(255, 255, 255, 0.7); + overflow: hidden; + z-index: 2; +} +.info-box { + position: fixed; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #dfdfdf; + display: block; + z-index: 1050; + max-width: calc(100vw - 100px); + max-height: calc(100vh - 100px); +} +.info-box .closer { + display: block; + position: absolute; + top: 4px; + right: 4px; + background-color: inherit; + color: inherit; + z-index: 100; +} +.info-box .closer::before { + display: block; + content: "\00d7"; + font-size: 24px; + margin-top: -4px; +} +.info-box .info-box-content { + padding: 20px; + z-index: 0; +} +.info-box.primary { + border-color: #0366d6; + background-color: #0366d6; + color: #ffffff; +} +.info-box.secondary { + border-color: #607d8b; + background-color: #607d8b; + color: #ffffff; +} +.info-box.success { + border-color: #60a917; + background-color: #60a917; + color: #ffffff; +} +.info-box.alert { + border-color: #CE352C; + background-color: #CE352C; + color: #ffffff; +} +.info-box.warning { + border-color: #ff9447; + background-color: #ff9447; + color: #ffffff; +} +.info-box.yellow { + border-color: #ffe484; + background-color: #ffe484; + color: #ffffff; +} +.info-box.info { + border-color: #5ebdec; + background-color: #5ebdec; + color: #ffffff; +} +.info-box.dark { + border-color: #505050; + background-color: #505050; + color: #ffffff; +} +.info-box.light { + border-color: #f8f8f8; + background-color: #f8f8f8; + color: #ffffff; +} +.info-box.light, +.info-box.yellow { + color: #1d1d1d; +} +.info-button { + border: 1px solid #dfdfdf; + background-color: #ebebeb; + overflow: hidden; + position: relative; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + display: inline-block; + width: auto; + height: 36px; + line-height: 1; +} +.info-button::after { + display: block; + clear: both; + content: ""; +} +.info-button::after { + display: block; + clear: both; + content: ""; +} +.info-button .button { + font-weight: 400; + text-align: center; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + padding: 0 0.75rem; + font-size: 0.875rem; + line-height: 34px; + height: 36px; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + outline: none; + position: relative; +} +.info-button .button, +.info-button .info { + display: block; + float: left; + border-right: none; + height: 100%; + line-height: 32px; + position: relative; +} +.info-button .button:active, +.info-button .info:active, +.info-button .button:focus, +.info-button .info:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.info-button .button { + background-color: inherit; + color: inherit; +} +.info-button .button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.info-button .info { + font-size: 12px; + background-color: #FEFEFE; + color: #1d1d1d; + padding: 0 0.625rem; + text-decoration: none; + font-weight: 600; + line-height: 34px; +} +.info-button .info:hover { + color: #0056b3; +} +.info-button a.info:hover { + color: #1d1d1d; +} +.info-button .button .icon { + margin-right: 4px; +} +a.info-button { + text-decoration: none; +} +.info-panel { + display: block; + background-color: #ffffff; + color: #1d1d1d; + text-align: center; +} +.info-panel-header { + padding: 30px; + text-transform: uppercase; + font-size: 18px; + font-weight: 500; + letter-spacing: 2px; + line-height: 1.2; + white-space: nowrap; +} +.info-panel-content { + padding: 20px 40px; +} +.info-panel-footer { + padding: 40px; +} +.input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + padding: 0; +} +.input:hover input { + border-color: transparent; +} +.input.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.input input { + border: none!important; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-negative: 0; + flex-shrink: 0; + -ms-flex-preferred-size: 0; + flex-basis: 0; + height: 34px; +} +.input input:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.input .button-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} +.input .button { + background-color: transparent; + color: #1d1d1d; + height: 34px; + min-width: 34px; +} +.input .button:focus, +.input .button:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.input .button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.input .input-clear-button, +.input .input-reveal-button, +.input .input-search-button { + background-color: transparent; +} +.input .input-clear-button:hover, +.input .input-reveal-button:hover, +.input .input-search-button:hover { + background-color: transparent; +} +.input.disabled .button-group button { + background-color: #f8f8f8; + color: #dfdfdf; +} +.input .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.input .append { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.input input { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.input .button-group { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.input input[placeholder] { + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.input input::-moz-placeholder { + text-overflow: ellipsis; +} +.input input:-moz-placeholder { + text-overflow: ellipsis; +} +.input input:-ms-input-placeholder { + text-overflow: ellipsis; +} +.input .autocomplete-list { + margin: 0; + padding: 0; + list-style: none inside; + position: absolute; + top: 100%; + left: 0; + width: 100%; + overflow: hidden; + overflow-y: auto; + background-color: #ffffff; + height: auto; + border: 1px solid #dfdfdf; + z-index: 3; +} +.input .autocomplete-list .item { + display: block; + position: relative; + padding: 4px 8px; + cursor: pointer; +} +.input .autocomplete-list .item:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.input .autocomplete-list .item + .item { + border-top: 1px solid #dfdfdf; +} +.input.input-large { + height: 50px; +} +.input.input-large input { + height: 48px; + font-size: 1.3rem; + padding: 0 10px; + line-height: 48px; +} +.input.input-large .button { + height: 48px; + min-width: 48px; + font-size: 1.3rem; +} +.input.input-large .button [class*=mif-] { + font-size: 1.3rem; +} +.input.input-large .button .default-icon-cross, +.input.input-large .button .default-icon-eye { + width: 21px; + height: 21px; +} +.input.input-large .button .input-clear-button, +.input.input-large .button .input-reveal-button { + width: 48px; + padding: 0; +} +.input.input-large input[placeholder] { + font-size: 1.1rem; +} +.input.input-large input::-moz-placeholder { + font-size: 1.1rem; +} +.input.input-large input:-moz-placeholder { + font-size: 1.1rem; +} +.input.input-large input:-ms-input-placeholder { + font-size: 1.1rem; +} +.input.input-large .append, +.input.input-large .prepend { + height: 48px; + line-height: 48px; + padding: 0 0.5rem; + font-size: 1.3rem; +} +input.input-large { + height: 48px; + font-size: 1.3rem; + padding: 0 10px; +} +input.input-large[placeholder] { + font-size: 1.1rem; +} +input.input-large::-moz-placeholder { + font-size: 1.1rem; +} +input.input-large:-moz-placeholder { + font-size: 1.1rem; +} +input.input-large:-ms-input-placeholder { + font-size: 1.1rem; +} +.input.input-small { + height: 28px; +} +.input.input-small input { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; + line-height: 26px; +} +.input.input-small .button { + height: 26px; + min-width: 26px; + font-size: 0.9rem; +} +.input.input-small .button [class*=mif-] { + font-size: 0.9rem; +} +.input.input-small .button .default-icon-cross, +.input.input-small .button .default-icon-eye { + width: 14px; + height: 14px; +} +.input.input-small .input-clear-button, +.input.input-small .input-reveal-button { + width: 26px; + padding: 0; +} +.input.input-small input[placeholder] { + font-size: 0.8rem; +} +.input.input-small input::-moz-placeholder { + font-size: 0.8rem; +} +.input.input-small input:-moz-placeholder { + font-size: 0.8rem; +} +.input.input-small input:-ms-input-placeholder { + font-size: 0.8rem; +} +.input.input-small .append, +.input.input-small .prepend { + height: 26px; + line-height: 26px; + padding: 0 0.5rem; + font-size: 0.9rem; +} +input.input-small { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; +} +input.input-small[placeholder] { + font-size: 0.8rem; +} +input.input-small::-moz-placeholder { + font-size: 0.8rem; +} +input.input-small:-moz-placeholder { + font-size: 0.8rem; +} +input.input-small:-ms-input-placeholder { + font-size: 0.8rem; +} +.input-material { + position: relative; + min-width: 196px; + height: 48px; + display: inline-block; + margin: 0; + width: 100%; + border: none; +} +.input-material input { + position: absolute; + top: 16px; + left: 0; + right: 0; + bottom: 8px; + border: 0; + border-bottom: 2px #dfdfdf solid; + background-color: transparent; + outline: none; + font-size: 16px; + padding-bottom: 8px; + padding-left: 0; + width: 100%; + z-index: 2; + height: 28px; + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.input-material hr { + content: ""; + display: block; + position: absolute; + width: 0; + opacity: 0; + height: 3px; + background-color: #bebebe; + bottom: -4px; + z-index: 2; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material .label, +.input-material .informer { + position: absolute; + display: block; + z-index: 1; + color: inherit; + font-size: 12px; +} +.input-material .label { + opacity: 0; + top: 16px; + left: 0; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material .informer { + opacity: 0; + bottom: 12px; + font-size: 12px; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input::-webkit-input-placeholder { + font-size: 1rem; + position: absolute; + left: 0; + z-index: 1; + opacity: 1; + color: #bebebe; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material .helper-button { + top: 8px; +} +.input-material.full-size { + width: 100%; +} +.input-material input:hover { + border-color: #dfdfdf; +} +.input-material.with-icon { + margin-left: 32px; + width: calc(100% - 32px); +} +.input-material.with-icon .icon { + width: 24px; + height: 24px; + font-size: 24px; + line-height: 1; + position: absolute; + left: -32px; + top: 50%; + margin-top: -8px; + display: block; + opacity: 0.2; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material.with-icon .icon img { + width: 100%; + max-width: 100%; + height: 100%; + max-height: 100%; +} +.input-material.with-icon.full-size { + width: calc(100% - 32px) !important; +} +.input-material hr ~ input:focus { + border-bottom: 0; +} +.input-material input:focus ~ hr { + opacity: 1; + width: 100%; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input:focus ~ .label { + opacity: 1; + top: 0; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input:focus::-webkit-input-placeholder { + opacity: 0; + -webkit-transform: translateX(100%); + transform: translateX(100%); + -webkit-transition: linear all 0.2s; + -o-transition: linear all 0.2s; + transition: linear all 0.2s; +} +.input-material input:focus ~ .informer { + opacity: 1; + bottom: -0.75rem; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material input:focus ~ .icon { + opacity: 1; + -webkit-transition: linear all 0.3s; + -o-transition: linear all 0.3s; + transition: linear all 0.3s; +} +.input-material.permanent-label input:not(:placeholder-shown) ~ .label { + top: 0; + opacity: 1; +} +.input-material input:-webkit-autofill, +.input-material input:-webkit-autofill:hover, +.input-material input:-webkit-autofill:focus, +.input-material input:-webkit-autofill:active { + -webkit-transition: background-color 5000s ease-in-out 0s; + -o-transition: background-color 5000s ease-in-out 0s; + transition: background-color 5000s ease-in-out 0s; + -webkit-text-fill-color: #fff !important; +} +.keypad { + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #d9d9d9; +} +.keypad input { + border: 0; +} +.keypad .keys { + display: none; + position: absolute; + top: 100%; + left: 0; + width: auto; + float: left; + background-color: inherit; + color: inherit; + border: none; + padding: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + z-index: 1000; +} +.keypad .keys::before { + content: ''; + position: absolute; + background-color: inherit; + width: 10px; + height: 10px; + border: 1px solid #dfdfdf; + z-index: 2; + left: -5px; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + margin-top: -5px; + border-top-color: transparent; + border-right-color: transparent; + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.keypad .keys.open { + display: block; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.keypad .keys.right { + left: 100%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + top: 50%; + margin-left: -1px; +} +.keypad .keys.bottom { + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + top: 100%; + margin-top: -1px; +} +.keypad .keys.bottom::before { + top: 0; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} +.keypad .keys.top { + top: 0; + left: 50%; + -webkit-transform: translateY(-100%) translateX(-50%); + -ms-transform: translateY(-100%) translateX(-50%); + transform: translateY(-100%) translateX(-50%); + margin-top: 1px; +} +.keypad .keys.top::before { + top: 100%; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.keypad .keys.left { + left: 0; + -webkit-transform: translateY(-50%) translateX(-100%); + -ms-transform: translateY(-50%) translateX(-100%); + transform: translateY(-50%) translateX(-100%); + top: 50%; + margin-left: 1px; +} +.keypad .keys.left::before { + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + left: 100%; + margin-left: -5px; + -webkit-transform: rotate(225deg); + -ms-transform: rotate(225deg); + transform: rotate(225deg); +} +.keypad .keys.bottom-left { + top: 100%; + left: 0; + margin-top: -1px; +} +.keypad .keys.bottom-left::before { + top: 0; + left: 0.625rem; + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} +.keypad .keys.bottom-right { + top: 100%; + left: 100%; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + margin-top: -1px; +} +.keypad .keys.bottom-right::before { + top: 0; + left: 100%; + margin-left: -1rem; + -webkit-transform: rotate(135deg); + -ms-transform: rotate(135deg); + transform: rotate(135deg); +} +.keypad .keys.top-left { + top: 0; + left: 0; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); + margin-top: 1px; +} +.keypad .keys.top-left::before { + top: 100%; + left: 0.625rem; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.keypad .keys.top-right { + top: 0; + left: 100%; + -webkit-transform: translateY(-100%) translateX(-100%); + -ms-transform: translateY(-100%) translateX(-100%); + transform: translateY(-100%) translateX(-100%); + margin-top: 1px; +} +.keypad .keys.top-right::before { + top: 100%; + left: 100%; + margin-left: -1rem; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.keypad .key { + display: block; + position: relative; + float: left; + background-color: inherit; + color: inherit; + margin: 0; + text-align: center; + border: 1px solid #dfdfdf; + font-size: 1rem; + cursor: pointer; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.keypad .key:hover { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + -webkit-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); + z-index: 2; +} +.keypad .key.service-key { + background-color: #f8f8f8; +} +.listview { + position: relative; + margin: 0; + padding: 0; + max-height: 100%; + background-color: #ffffff; + color: #1d1d1d; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.listview.view-list, +.listview.view-content { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column wrap; + flex-flow: column wrap; +} +.listview.view-icons-medium, +.listview.view-icons-large, +.listview.view-icons, +.listview.view-tiles { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; +} +.listview.view-icons-medium.vertical-layout, +.listview.view-icons-large.vertical-layout, +.listview.view-icons.vertical-layout { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column wrap; + flex-flow: column wrap; +} +.listview.view-table { + display: table; +} +.listview .node { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + cursor: pointer; + position: relative; + font-size: 13px; + border: 1px solid transparent; + background-color: inherit; +} +.listview .node:hover { + background-color: #e5f3ff; +} +.listview .node > .icon { + text-align: center; +} +.listview .node > .icon img { + max-width: 100%; + height: 100%; +} +.listview .node > .icon [class*=mif-], +.listview .node > .icon img { + vertical-align: initial; +} +.listview .node .checkbox, +.listview .node .radio, +.listview .node .switch { + height: auto; +} +.listview ul { + width: 100%; + margin: 0; + padding: 0; + list-style: none inside; +} +.listview .node > .data > .content, +.listview .node > .node-data { + display: none; +} +.listview:not(.selectable) .checkbox { + display: none; +} +.listview.view-list .node { + min-width: 160px; + line-height: 26px; + height: 26px; + padding: 0 8px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.listview.view-list .node > .icon { + width: 20px; + height: 20px; + line-height: 26px; + font-size: 18px; +} +.listview.view-list .node > .data { + line-height: 26px; + padding-left: 24px; +} +.listview.view-list .node > .icon ~ .data { + padding-left: 8px; +} +.listview.view-table .icon { + width: 20px; + height: 20px; + line-height: 26px; + font-size: 18px; +} +.listview.view-table .icon > * { + width: 100%; +} +.listview.view-table > li .data > .caption { + padding: 0 0.5rem; + line-height: 26px; +} +.listview.view-table > li { + display: table-row; +} +.listview.view-table > li > * { + display: table-cell; +} +.listview.view-table .node-data { + display: table-cell; + width: auto; + line-height: 26px; +} +.listview.view-content .node { + width: 100%; + min-height: 50px; + padding: 10px 16px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.listview.view-content .node > .icon { + width: 32px; + height: 32px; + line-height: 32px; + font-size: 28px; +} +.listview.view-content .node > .data { + padding-left: 64px; + font-size: 16px; + line-height: 32px; + width: 100%; +} +.listview.view-content .node > .data .caption, +.listview.view-content .node > .data .content { + display: block; + line-height: 16px; + height: 16px; +} +.listview.view-content .node > .data .content { + font-size: 0.8em; +} +.listview.view-content .node > .icon ~ .data { + padding-left: 16px; +} +.listview.view-content .node + .node { + border-top: 1px solid #dfdfdf; +} +.listview.view-tiles .node { + width: 250px; + height: 56px; + padding: 5px 16px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.listview.view-tiles .node > .icon { + width: 46px; + height: 46px; + line-height: 46px; + font-size: 42px; +} +.listview.view-tiles .node > .data { + padding-left: 78px; + font-size: 16px; + line-height: 46px; +} +.listview.view-tiles .node > .icon + .data { + padding-left: 16px; +} +.listview.view-icons .node, +.listview.view-icons-medium .node, +.listview.view-icons-large .node { + width: 74px; + height: auto; + padding: 8px 8px 2px; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + margin: 2px; +} +.listview.view-icons .node > .icon, +.listview.view-icons-medium .node > .icon, +.listview.view-icons-large .node > .icon { + width: 44px; + height: 44px; + line-height: 44px; + font-size: 42px; +} +.listview.view-icons .node > .data, +.listview.view-icons-medium .node > .data, +.listview.view-icons-large .node > .data { + line-height: 1.5; + white-space: normal; + text-align: center; +} +.listview.view-icons .node .checkbox, +.listview.view-icons-medium .node .checkbox, +.listview.view-icons-large .node .checkbox { + position: absolute; + top: 0; + left: 0; +} +.listview.view-icons-medium .node { + width: 104px; + margin: 1px; +} +.listview.view-icons-medium .node > .icon { + width: 74px; + height: 74px; + line-height: 74px; + font-size: 70px; +} +.listview.view-icons-large .node { + width: 270px; + margin: 2px; + padding: 30px; +} +.listview.view-icons-large .node > .icon { + width: 162px; + height: 162px; + line-height: 162px; + font-size: 140px; +} +.listview .node.current-select { + background-color: #cce8ff; + border-color: #84bcea !important; +} +.listview .node-group { + display: block; + width: 100%; + position: relative; + line-height: 24px; + -ms-flex-negative: 0; + flex-shrink: 0; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.listview .node-group > .data { + padding-left: 24px; + line-height: 24px; + font-size: 18px; +} +.listview .node-group .node-toggle { + position: relative; + cursor: pointer; + padding-right: 1.5rem !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.listview .node-group .node-toggle::before { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 0.3125rem; + width: 0.3125rem; + background-color: transparent; + border-left: 1px solid; + border-bottom: 1px solid; + border-color: #1d1d1d; + top: 50%; + left: 100%; + margin-left: -1rem; + margin-top: -0.1625rem; + z-index: 2; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + -webkit-transform-origin: center center 1px; + -ms-transform-origin: center center 1px; + transform-origin: center center 1px; +} +.listview .node-group .node-toggle { + position: absolute; + left: 0; + top: 0; + width: 24px; + height: 24px; +} +.listview .node-group .node-toggle::before { + -webkit-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + transform: rotate(-135deg); +} +.listview .node-group.expanded > .node-toggle::before { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.listview .node-group + .node-group { + margin-top: 0.5rem; +} +.listview .node-group + .listview { + margin-top: 0.5rem; +} +.master { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + color: #1d1d1d; + background-color: #ffffff; + background-size: cover; + background-position: center; + background-repeat: no-repeat; + overflow: visible; +} +.master .controls, +.master .pages, +.master .page { + background-color: transparent; + color: inherit; +} +.master .controls { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + line-height: 40px; + font-size: 20px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + margin: 20px 0 20px; +} +.master .controls .prev, +.master .controls .next, +.master .controls .title { + display: block; + position: relative; + line-height: 40px; + text-align: center; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.master .controls .prev, +.master .controls .next { + width: 40px; + height: 40px; + cursor: pointer; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.master .controls .prev.disabled, +.master .controls .next.disabled { + color: #bebebe; +} +.master .controls .title { + width: 100%; +} +.master .controls .prev { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.master .controls .next { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.master .controls .title { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.master .pages { + position: relative; + display: block; + border-top: 1px solid #dfdfdf; + border-bottom: 1px solid #dfdfdf; + width: 100%; + height: auto; + min-width: 1rem; +} +.master .page { + display: block; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: auto; + overflow: visible; + padding: 2rem; +} +.master .controls-top { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.master .controls-bottom { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.master .pages { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.media-player { + display: block; + position: relative; + width: 100%; + background: #000; + height: auto; + overflow: hidden; + z-index: 1; +} +.media-player video { + width: 100%; + height: 100%; + z-index: 1; +} +.media-player .logo { + display: block; + position: absolute; + top: 1.25rem; + right: 1.25rem; + z-index: 3; + height: 32px; +} +.media-player .logo img { + height: 32px; +} +.media-player .preloader { + display: none; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translateX(-50%) translateY(-50%); + -ms-transform: translateX(-50%) translateY(-50%); + transform: translateX(-50%) translateY(-50%); +} +.media-player .preloader.show { + display: block; +} +.media-player .controls { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: absolute; + bottom: 0; + left: 0; + right: 0; + height: auto; + z-index: 2147483647; + background-color: rgba(34, 34, 34, 0.5); +} +.media-player .controls.outside { + position: relative; +} +.media-player .stream { + display: block; + padding: 0.625rem; + -webkit-box-ordinal-group: 6; + -ms-flex-order: 5; + order: 5; + width: 100%; + position: relative; + overflow: hidden; +} +.media-player .stream .slider { + height: 0.875rem; +} +.media-player .load-audio { + padding: 0; + display: block; + position: absolute; + bottom: 4px; + left: 0.625rem; + width: calc(100% - 1.25rem); +} +.media-player button:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.media-player .controls > button, +.media-player .info-box, +.media-player .volume { + background-color: inherit; + color: #555555; + -ms-flex-negative: 0; + flex-shrink: 0; + height: 36px; + text-align: center; +} +.media-player .controls > button:hover, +.media-player .info-box:hover, +.media-player .volume:hover { + color: #ffffff; +} +.media-player .controls > button.active, +.media-player .info-box.active, +.media-player .volume.active { + background-color: rgba(111, 111, 111, 0.5); +} +.media-player .loop { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + display: none; +} +.media-player .play { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.media-player .stop { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + display: none; +} +.media-player .info-box { + position: relative; + width: auto; + display: block; + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + background: rgba(34, 34, 34, 0.5); + color: #ffffff; + padding: 0.625rem; + font-size: 0.6875rem; + text-align: center; + height: 36px; + -ms-flex-negative: 1; + flex-shrink: 1; + white-space: nowrap; + border: none; +} +.media-player .mute { + -webkit-box-ordinal-group: 7; + -ms-flex-order: 6; + order: 6; +} +.media-player .volume { + -webkit-box-ordinal-group: 8; + -ms-flex-order: 7; + order: 7; + width: 96px; + padding: 0 0.625rem; + background: rgba(34, 34, 34, 0.5); + display: none; +} +.media-player .full { + -webkit-box-ordinal-group: 9; + -ms-flex-order: 8; + order: 8; +} +:-webkit-full-screen { + width: 100%; + height: 100%; + z-index: 2147483647; +} +:-ms-fullscreen { + width: 100%; +} +.media-player.full-screen { + position: fixed; + top: 0; + left: 0; + right: 0; + bottom: 0; + z-index: 2147483647; + max-height: 100%!important; + height: 100%!important; +} +.media-player .default-icon-loop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-play { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-pause { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-stop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-mute { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-low-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-medium-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-high-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-enlarge { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-shrink { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-playlist { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-next { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-prev { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-first { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-last { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-forward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-backward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-share { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-equalizer { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-eject { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-shuffle { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player .default-icon-random { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light { + background-color: #f8f8f8; +} +.media-player.light .controls { + background-color: inherit; +} +.media-player.light .controls .info-box, +.media-player.light .controls .volume { + background-color: inherit; + color: #1d1d1d; +} +.media-player.light .slider .buffer { + height: 2px!important; + background-color: #41545e; +} +.media-player.light .default-icon-loop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-play { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-pause { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-stop { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-mute { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-low-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-medium-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-high-volume { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-enlarge { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-shrink { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-playlist { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-next { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-prev { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-first { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-last { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-forward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-backward { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-share { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-equalizer { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-eject { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-shuffle { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .default-icon-random { + background-image: url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A"); +} +.media-player.light .controls > button.active { + background-color: #dfdfdf; +} +.audio-player { + overflow: visible; +} +.audio-player .controls { + position: relative; +} +@media screen and (min-width: 576px) { + .media-player .volume, + .media-player .loop, + .media-player .stop { + display: block; } - .mr-8-xxl-minus { - margin-right: -32px !important; +} +.more-info-box { + height: 128px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + background-color: #ffffff; +} +.more-info-box .icon, +.more-info-box .content { + position: relative; +} +.more-info-box .icon { + height: 64px; + width: 64px; + -ms-flex-negative: 0; + flex-shrink: 0; + text-align: center; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + margin-left: auto; + margin-right: 16px; + margin-top: 16px; + -webkit-transition: -webkit-transform 0.3s ease; + transition: -webkit-transform 0.3s ease; + -o-transition: transform 0.3s ease; + transition: transform 0.3s ease; + transition: transform 0.3s ease, -webkit-transform 0.3s ease; +} +.more-info-box .icon > * { + font-size: 64px; + width: 64px; + height: 64px; + line-height: 1; + color: rgba(0, 0, 0, 0.15); +} +.more-info-box .content { + line-height: 1.2; + display: block; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + padding: 8px; + max-width: calc(100% - 106px); +} +.more-info-box .more { + width: 100%; + -ms-flex-negative: 0; + flex-shrink: 0; + text-align: right; + background: rgba(0, 0, 0, 0.1); + text-decoration: none; + position: relative; + display: block; + padding: 8px 8px 0; + margin: 0; + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + color: rgba(255, 255, 255, 0.8); + font-size: 12px; +} +.more-info-box .more:hover { + color: #fff; + background: rgba(0, 0, 0, 0.15); +} +.more-info-box:hover .icon { + -webkit-transform: scale(1.2); + -ms-transform: scale(1.2); + transform: scale(1.2); + -webkit-transition: -webkit-transform 0.3s ease; + transition: -webkit-transform 0.3s ease; + -o-transition: transform 0.3s ease; + transition: transform 0.3s ease; + transition: transform 0.3s ease, -webkit-transform 0.3s ease; +} +.navview { + display: block; + position: relative; + background-color: #ffffff; + color: #1d1d1d; + overflow: hidden; + height: 100%; + min-height: 100%; +} +.navview .navview-pane, +.navview .navview-content { + display: block; + -webkit-transition: all 0.1s linear; + -o-transition: all 0.1s linear; + transition: all 0.1s linear; + min-height: 100%; +} +.navview .navview-pane { + width: 280px; + background-color: #e5e5e5; + position: absolute; + left: 0; + top: 0; + height: 100%; + -webkit-transform: translate3d(-100%, 0, 0); + transform: translate3d(-100%, 0, 0); + z-index: 1; +} +.navview .navview-pane.open { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.navview .navview-content { + position: relative; +} +.navview .pull-button, +.navview .holder { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 48px; + height: 48px; + background-color: transparent; + border: 2px solid transparent; + outline: none; + cursor: pointer; +} +.navview .holder { + height: 40px; + display: none; +} +.navview .navview-menu { + display: block; + position: relative; + list-style: none inside; + margin: 0; + padding: 0; + width: 100%; + background-color: #e5e5e5; + overflow-y: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.navview .navview-menu::-webkit-scrollbar { + display: none!important; +} +.navview .navview-menu li { + display: block; + position: relative; +} +.navview .navview-menu li a { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + line-height: 40px; + text-decoration: none; + color: inherit; + white-space: nowrap; + border: 2px solid transparent; + height: 40px; +} +.navview .navview-menu .icon { + width: 48px; + height: 40px; + display: block; + text-align: center; +} +.navview .navview-menu .caption { + padding-left: 48px; + white-space: nowrap; + display: block; +} +.navview .navview-menu .icon + .caption { + padding-left: 0; +} +.navview .navview-menu .item-header { + font-size: 22px; + height: 32px; + line-height: 32px; + padding-left: 16px; + cursor: default; + background-color: transparent; + white-space: nowrap; + display: block; +} +.navview .navview-menu li.active::before { + content: ""; + display: block; + position: absolute; + height: 24px; + top: 8px; + left: 0; + width: 4px; + background-color: #1ba1e2; + z-index: 1; +} +.navview .navview-menu li.disabled { + color: #9c9c9c !important; +} +.navview .navview-menu li.disabled img { + opacity: 0.5; +} +.navview .pull-button > *, +.navview .navview-menu .icon > *, +.navview .suggest-box .holder > * { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 16px; + vertical-align: initial; +} +.navview .pull-button:hover, +.navview .holder:hover, +.navview .navview-menu li a:hover { + background-color: #cecece; +} +.navview .pull-button:active, +.navview .holder:active, +.navview .navview-menu li a:active { + background-color: #b7b7b7; +} +.navview .suggest-box { + display: block; + margin: 8px 0; +} +.navview .suggest-box .input, +.navview .suggest-box .select, +.navview .suggest-box .textarea { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: calc(100% - 24px) !important; + margin: 0 12px; +} +.navview .item-separator { + height: 16px!important; + width: 100%; + display: block; + background-color: transparent; + cursor: default; +} +.navview .navview-menu .dropdown-toggle { + padding-right: 0!important; +} +.navview .navview-menu .dropdown-toggle::before { + display: none; +} +.navview .navview-menu .dropdown-toggle::after { + content: ""; + display: block; + position: absolute; + bottom: 0; + right: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 8px 8px; + border-color: transparent transparent #1d1d1d transparent; + z-index: 1; +} +.navview.focusableItems .pull-button:focus, +.navview.focusableItems .holder:focus, +.navview.focusableItems .navview-menu li a:focus { + border: 2px solid #0a0a0a; +} +.navview .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + margin-left: auto; + margin-right: 8px; +} +.navview .badges .badge { + margin: 0 2px; +} +.navview .data-box { + display: block; +} +.navview .navview-menu .navview-menu .item-header { + display: none!important; +} +.navview.expanded .navview-pane { + width: 280px !important; +} +.navview.expanded .navview-pane .navview-menu .caption, +.navview.expanded .navview-pane .item-header { + display: block!important; +} +.navview.expanded .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; +} +.navview.expanded .navview-pane .holder { + display: none!important; +} +.navview.expanded .badges { + display: -webkit-box!important; + display: -ms-flexbox!important; + display: flex!important; +} +.navview.expanded .data-box { + display: block!important; +} +.navview.compacted .navview-pane { + width: 48px !important; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.navview.compacted .navview-pane .navview-menu .caption, +.navview.compacted .navview-pane .item-header { + display: none!important; +} +.navview.compacted .navview-pane .suggest-box > *:not(.holder) { + display: none!important; +} +.navview.compacted .navview-pane .holder { + display: block!important; +} +.navview.compacted .navview-content { + margin-left: 48px !important; +} +.navview.compacted .badges, +.navview.compacted .data-box { + display: none!important; +} +@media screen and (min-width: 0) { + .navview-margin-fs { + margin-left: 280px; } - .ml-8-xxl-minus { - margin-left: -32px !important; + .navview-margin-compact-fs { + margin-left: 48px; } - .mt-8-xxl-minus { - margin-top: -32px !important; + .navview.navview-compact-fs .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mb-8-xxl-minus { - margin-bottom: -32px !important; + .navview.navview-compact-fs .navview-pane .navview-menu .caption, + .navview.navview-compact-fs .navview-pane .item-header { + display: none; } - .p-9-xxl { - padding: 36px !important; + .navview.navview-compact-fs .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .pr-9-xxl { - padding-right: 36px !important; + .navview.navview-compact-fs .navview-pane .holder { + display: block; } - .pl-9-xxl { - padding-left: 36px !important; + .navview.navview-compact-fs .navview-content { + margin-left: 48px; } - .pt-9-xxl { - padding-top: 36px !important; + .navview.navview-compact-fs .badges, + .navview.navview-compact-fs .data-box { + display: none; } - .pb-9-xxl { - padding-bottom: 36px !important; + .navview.navview-expand-fs .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .px-9-xxl { - padding-left: 36px !important; - padding-right: 36px !important; + .navview.navview-expand-fs .navview-pane .navview-menu .caption, + .navview.navview-expand-fs .navview-pane .item-header { + display: block; } - .py-9-xxl { - padding-top: 36px !important; - padding-bottom: 36px !important; + .navview.navview-expand-fs .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .m-9-xxl { - margin: 36px !important; + .navview.navview-expand-fs .navview-pane .holder { + display: none; } - .mr-9-xxl { - margin-right: 36px !important; + .navview.navview-expand-fs .navview-content { + margin-left: 280px; } - .ml-9-xxl { - margin-left: 36px !important; + .navview.navview-expand-fs .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mt-9-xxl { - margin-top: 36px !important; + .navview.navview-expand-fs .data-box { + display: block; } - .mb-9-xxl { - margin-bottom: 36px !important; +} +@media screen and (min-width: 576px) { + .navview-margin-sm { + margin-left: 280px; } - .mx-9-xxl { - margin-left: 36px !important; - margin-right: 36px !important; + .navview-margin-compact-sm { + margin-left: 48px; } - .my-9-xxl { - margin-top: 36px !important; - margin-bottom: 36px !important; + .navview.navview-compact-sm .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .m-9-xxl-minus { - margin: -36px !important; + .navview.navview-compact-sm .navview-pane .navview-menu .caption, + .navview.navview-compact-sm .navview-pane .item-header { + display: none; } - .mr-9-xxl-minus { - margin-right: -36px !important; + .navview.navview-compact-sm .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .ml-9-xxl-minus { - margin-left: -36px !important; + .navview.navview-compact-sm .navview-pane .holder { + display: block; } - .mt-9-xxl-minus { - margin-top: -36px !important; + .navview.navview-compact-sm .navview-content { + margin-left: 48px; } - .mb-9-xxl-minus { - margin-bottom: -36px !important; + .navview.navview-compact-sm .badges, + .navview.navview-compact-sm .data-box { + display: none; } - .p-10-xxl { - padding: 40px !important; + .navview.navview-expand-sm .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .pr-10-xxl { - padding-right: 40px !important; + .navview.navview-expand-sm .navview-pane .navview-menu .caption, + .navview.navview-expand-sm .navview-pane .item-header { + display: block; } - .pl-10-xxl { - padding-left: 40px !important; + .navview.navview-expand-sm .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .pt-10-xxl { - padding-top: 40px !important; + .navview.navview-expand-sm .navview-pane .holder { + display: none; } - .pb-10-xxl { - padding-bottom: 40px !important; + .navview.navview-expand-sm .navview-content { + margin-left: 280px; } - .px-10-xxl { - padding-left: 40px !important; - padding-right: 40px !important; + .navview.navview-expand-sm .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .py-10-xxl { - padding-top: 40px !important; - padding-bottom: 40px !important; + .navview.navview-expand-sm .data-box { + display: block; } - .m-10-xxl { - margin: 40px !important; +} +@media screen and (min-width: 768px) { + .navview-margin-md { + margin-left: 280px; } - .mr-10-xxl { - margin-right: 40px !important; + .navview-margin-compact-md { + margin-left: 48px; } - .ml-10-xxl { - margin-left: 40px !important; + .navview.navview-compact-md .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mt-10-xxl { - margin-top: 40px !important; + .navview.navview-compact-md .navview-pane .navview-menu .caption, + .navview.navview-compact-md .navview-pane .item-header { + display: none; } - .mb-10-xxl { - margin-bottom: 40px !important; + .navview.navview-compact-md .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .mx-10-xxl { - margin-left: 40px !important; - margin-right: 40px !important; + .navview.navview-compact-md .navview-pane .holder { + display: block; } - .my-10-xxl { - margin-top: 40px !important; - margin-bottom: 40px !important; + .navview.navview-compact-md .navview-content { + margin-left: 48px; } - .m-10-xxl-minus { - margin: -40px !important; + .navview.navview-compact-md .badges, + .navview.navview-compact-md .data-box { + display: none; } - .mr-10-xxl-minus { - margin-right: -40px !important; + .navview.navview-expand-md .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .ml-10-xxl-minus { - margin-left: -40px !important; + .navview.navview-expand-md .navview-pane .navview-menu .caption, + .navview.navview-expand-md .navview-pane .item-header { + display: block; } - .mt-10-xxl-minus { - margin-top: -40px !important; + .navview.navview-expand-md .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mb-10-xxl-minus { - margin-bottom: -40px !important; + .navview.navview-expand-md .navview-pane .holder { + display: none; } - .p-11-xxl { - padding: 44px !important; + .navview.navview-expand-md .navview-content { + margin-left: 280px; } - .pr-11-xxl { - padding-right: 44px !important; + .navview.navview-expand-md .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .pl-11-xxl { - padding-left: 44px !important; + .navview.navview-expand-md .data-box { + display: block; } - .pt-11-xxl { - padding-top: 44px !important; +} +@media screen and (min-width: 992px) { + .navview-margin-lg { + margin-left: 280px; } - .pb-11-xxl { - padding-bottom: 44px !important; + .navview-margin-compact-lg { + margin-left: 48px; } - .px-11-xxl { - padding-left: 44px !important; - padding-right: 44px !important; + .navview.navview-compact-lg .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .py-11-xxl { - padding-top: 44px !important; - padding-bottom: 44px !important; + .navview.navview-compact-lg .navview-pane .navview-menu .caption, + .navview.navview-compact-lg .navview-pane .item-header { + display: none; } - .m-11-xxl { - margin: 44px !important; + .navview.navview-compact-lg .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .mr-11-xxl { - margin-right: 44px !important; + .navview.navview-compact-lg .navview-pane .holder { + display: block; } - .ml-11-xxl { - margin-left: 44px !important; + .navview.navview-compact-lg .navview-content { + margin-left: 48px; } - .mt-11-xxl { - margin-top: 44px !important; + .navview.navview-compact-lg .badges, + .navview.navview-compact-lg .data-box { + display: none; } - .mb-11-xxl { - margin-bottom: 44px !important; + .navview.navview-expand-lg .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mx-11-xxl { - margin-left: 44px !important; - margin-right: 44px !important; + .navview.navview-expand-lg .navview-pane .navview-menu .caption, + .navview.navview-expand-lg .navview-pane .item-header { + display: block; } - .my-11-xxl { - margin-top: 44px !important; - margin-bottom: 44px !important; + .navview.navview-expand-lg .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .m-11-xxl-minus { - margin: -44px !important; + .navview.navview-expand-lg .navview-pane .holder { + display: none; } - .mr-11-xxl-minus { - margin-right: -44px !important; + .navview.navview-expand-lg .navview-content { + margin-left: 280px; } - .ml-11-xxl-minus { - margin-left: -44px !important; + .navview.navview-expand-lg .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mt-11-xxl-minus { - margin-top: -44px !important; + .navview.navview-expand-lg .data-box { + display: block; } - .mb-11-xxl-minus { - margin-bottom: -44px !important; +} +@media screen and (min-width: 1200px) { + .navview-margin-xl { + margin-left: 280px; } - .p-12-xxl { - padding: 48px !important; + .navview-margin-compact-xl { + margin-left: 48px; } - .pr-12-xxl { - padding-right: 48px !important; + .navview.navview-compact-xl .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .pl-12-xxl { - padding-left: 48px !important; + .navview.navview-compact-xl .navview-pane .navview-menu .caption, + .navview.navview-compact-xl .navview-pane .item-header { + display: none; } - .pt-12-xxl { - padding-top: 48px !important; + .navview.navview-compact-xl .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .pb-12-xxl { - padding-bottom: 48px !important; + .navview.navview-compact-xl .navview-pane .holder { + display: block; } - .px-12-xxl { - padding-left: 48px !important; - padding-right: 48px !important; + .navview.navview-compact-xl .navview-content { + margin-left: 48px; } - .py-12-xxl { - padding-top: 48px !important; - padding-bottom: 48px !important; + .navview.navview-compact-xl .badges, + .navview.navview-compact-xl .data-box { + display: none; } - .m-12-xxl { - margin: 48px !important; + .navview.navview-expand-xl .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mr-12-xxl { - margin-right: 48px !important; + .navview.navview-expand-xl .navview-pane .navview-menu .caption, + .navview.navview-expand-xl .navview-pane .item-header { + display: block; } - .ml-12-xxl { - margin-left: 48px !important; + .navview.navview-expand-xl .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .mt-12-xxl { - margin-top: 48px !important; + .navview.navview-expand-xl .navview-pane .holder { + display: none; } - .mb-12-xxl { - margin-bottom: 48px !important; + .navview.navview-expand-xl .navview-content { + margin-left: 280px; } - .mx-12-xxl { - margin-left: 48px !important; - margin-right: 48px !important; + .navview.navview-expand-xl .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .my-12-xxl { - margin-top: 48px !important; - margin-bottom: 48px !important; + .navview.navview-expand-xl .data-box { + display: block; } - .m-12-xxl-minus { - margin: -48px !important; +} +@media screen and (min-width: 1452px) { + .navview-margin-xxl { + margin-left: 280px; } - .mr-12-xxl-minus { - margin-right: -48px !important; + .navview-margin-compact-xxl { + margin-left: 48px; } - .ml-12-xxl-minus { - margin-left: -48px !important; + .navview.navview-compact-xxl .navview-pane { + width: 48px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .mt-12-xxl-minus { - margin-top: -48px !important; + .navview.navview-compact-xxl .navview-pane .navview-menu .caption, + .navview.navview-compact-xxl .navview-pane .item-header { + display: none; } - .mb-12-xxl-minus { - margin-bottom: -48px !important; + .navview.navview-compact-xxl .navview-pane .suggest-box > *:not(.holder) { + display: none; } - .p-13-xxl { - padding: 52px !important; + .navview.navview-compact-xxl .navview-pane .holder { + display: block; } - .pr-13-xxl { - padding-right: 52px !important; + .navview.navview-compact-xxl .navview-content { + margin-left: 48px; } - .pl-13-xxl { - padding-left: 52px !important; + .navview.navview-compact-xxl .badges, + .navview.navview-compact-xxl .data-box { + display: none; } - .pt-13-xxl { - padding-top: 52px !important; + .navview.navview-expand-xxl .navview-pane { + width: 280px; + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); } - .pb-13-xxl { - padding-bottom: 52px !important; + .navview.navview-expand-xxl .navview-pane .navview-menu .caption, + .navview.navview-expand-xxl .navview-pane .item-header { + display: block; } - .px-13-xxl { - padding-left: 52px !important; - padding-right: 52px !important; + .navview.navview-expand-xxl .navview-pane .suggest-box > *:not(.holder) { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .py-13-xxl { - padding-top: 52px !important; - padding-bottom: 52px !important; + .navview.navview-expand-xxl .navview-pane .holder { + display: none; } - .m-13-xxl { - margin: 52px !important; + .navview.navview-expand-xxl .navview-content { + margin-left: 280px; } - .mr-13-xxl { - margin-right: 52px !important; + .navview.navview-expand-xxl .badges { + display: -webkit-box; + display: -ms-flexbox; + display: flex; } - .ml-13-xxl { - margin-left: 52px !important; + .navview.navview-expand-xxl .data-box { + display: block; } - .mt-13-xxl { - margin-top: 52px !important; +} +.navview.compacted .navview-pane > .navview-menu, +.navview.js-compact:not(.expanded) .navview-pane > .navview-menu { + overflow: visible; +} +.navview.compacted .navview-menu .navview-menu, +.navview.js-compact:not(.expanded) .navview-menu .navview-menu { + position: absolute; + left: 100%; + top: 0; + width: 220px; + max-width: 280px; +} +.navview.compacted .navview-menu .navview-menu .caption, +.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption { + display: block!important; +} +.navview.compacted .navview-menu .navview-menu .item-header, +.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header { + display: block!important; +} +.notify-container { + background-color: transparent; + position: fixed; + top: 0; + right: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + z-index: 1081; + width: auto; +} +.notify-container.position-left { + right: auto; + left: 0; +} +.notify-container.position-top, +.notify-container.position-bottom { + width: 100%!important; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; +} +.notify-container.position-bottom { + top: auto; + bottom: 0; +} +.notify { + display: block; + background-color: #ffffff; + color: #1d1d1d; + padding: 0.5rem; + margin: 0.25rem; + border: 1px solid #dfdfdf; + cursor: pointer; +} +.notify-title { + font-size: 1rem; + font-weight: 500; + margin-bottom: 0.5rem; +} +.notify-message { + font-size: 0.9rem; + font-weight: normal; +} +.pagination { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + list-style: none inside; + margin: 0 -0.25rem 1rem -0.25rem; + padding: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.pagination .page-item { + cursor: pointer; + display: list-item; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid #dfdfdf; + margin: 0.25rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; +} +.pagination .page-link { + display: block; + position: relative; + padding: 0.5rem 0.75rem; + line-height: 1; + font-size: 1rem; + text-decoration: none; + color: inherit; + background-color: inherit; +} +.pagination .page-item:hover, +.pagination .page-item.service:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.pagination .page-item.no-link { + pointer-events: none; + cursor: default; + border-color: transparent; +} +.pagination .page-item.no-link:hover { + background-color: #ffffff !important; + border-color: transparent; + color: #1d1d1d; +} +.pagination .page-item.disabled { + pointer-events: none; + color: #e4e4e4; +} +.pagination .page-item.active { + background-color: #e4e4e4; +} +.pagination.rounded .page-item { + border-radius: 0.25rem; +} +.pagination.no-gap { + margin: 0 0 1rem 0; +} +.pagination.no-gap .page-item { + margin: -1px; +} +.pagination.no-gap .no-link { + margin: -1px 1px; +} +.pagination.no-gap.rounded .page-item { + border-radius: 0; +} +.pagination.no-gap.rounded .page-item:first-child { + border-top-left-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} +.pagination.no-gap.rounded .page-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; +} +.pagination.size-large .page-link { + padding: 0.75rem 1.5rem; + font-size: 1.25rem; +} +.pagination.size-small .page-link { + padding: 0.25rem 0.5rem; + font-size: 0.875rem; +} +.panel { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + position: relative; + background-color: #ffffff; + border: 1px solid #dfdfdf; +} +.panel .panel-title, +.panel .panel-content { + position: relative; +} +.panel .panel-title { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + height: 2.625rem; + border-bottom: 1px solid #dfdfdf; + line-height: 2.625rem; + cursor: default; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.panel .panel-title .icon { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + height: 2.625rem; + line-height: 2.625rem; + width: 2.625rem; + border-right: 1px solid #dfdfdf; + -ms-flex-negative: 0; + flex-shrink: 0; + color: inherit; + text-align: center; +} +.panel .panel-title img.icon { + padding: 0.625rem; +} +.panel .panel-title .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + width: 100%; + padding: 0 0.8125rem; + color: inherit; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.panel .panel-title .dropdown-toggle { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; + height: 100%; + width: 2.625rem; + border-left: 1px solid #dfdfdf; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.panel .panel-title .custom-buttons { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.panel .panel-title .btn-custom { + width: 42px; + height: 42px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.panel .panel-title .btn-custom > * { + line-height: 1; + width: 16px; + height: 16px; + font-size: 16px; +} +.panel .panel-title .btn-custom:focus, +.panel .panel-title .btn-custom:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.panel .panel-content { + display: block; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + height: auto; + padding: 0.5rem; +} +.popover { + display: block; + min-width: 12.5rem; + height: auto; + position: fixed; + background-color: #ffffff; + color: #1d1d1d; + z-index: 1060; + border: 1px solid #dfdfdf; + cursor: default; + padding: 0.8125rem; + max-width: calc(100% - 32px); +} +.popover > * { + max-width: 100%; +} +.popover .popover-content { + display: block; + position: relative; + z-index: 50; +} +.popover .popover-close-button { + z-index: 100; + position: absolute; + top: 0; + right: 0; + font-size: 26px; +} +.progress { + display: block; + position: relative; + width: 100%; + height: 12px; + background-color: #eeeeee; + overflow: hidden; +} +.progress.with-load { + background: transparent; +} +.progress .bar, +.progress .buffer, +.progress .load { + position: absolute; + height: 100%; + top: 0; + left: 0; + z-index: 3; +} +.progress .load { + width: 100%; + -webkit-animation: progress-loading 3s infinite linear; + animation: progress-loading 3s infinite linear; + background: -o-radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); + background: radial-gradient(#a9c0e9 0%, #a9c0e9 16%, transparent 42%); + background-size: 12px 12px; + z-index: 1; + margin-top: -1px; +} +.progress .buffer { + z-index: 2; + background-color: #CE352C; +} +.progress .bar { + z-index: 3; + background: #60a917; +} +.progress.line { + background-color: #b3d4fc; + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.progress.line::before { + height: 100%; + width: 100%; + background-color: #004d6f; + content: ''; + -webkit-animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; + animation: running-progress 2s cubic-bezier(0.4, 0, 0.2, 1) infinite; +} +.progress .value { + display: block; + float: left; + position: absolute; + z-index: 5; + font-size: 11px; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + margin-left: 4px; +} +.progress .value.centered { + left: 50%; + -webkit-transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); +} +.progress.small { + height: 6px; +} +.progress.small .load { + background-size: 6px 6px; +} +@-webkit-keyframes progress-loading { + 0% { + opacity: 1; + background-position: 0px -23px; } - .mb-13-xxl { - margin-bottom: 52px !important; + 50% { + opacity: 0; } - .mx-13-xxl { - margin-left: 52px !important; - margin-right: 52px !important; + 100% { + opacity: 1; + background-position: -200px -23px; } - .my-13-xxl { - margin-top: 52px !important; - margin-bottom: 52px !important; +} +@keyframes progress-loading { + 0% { + opacity: 1; + background-position: 0px -23px; } - .m-13-xxl-minus { - margin: -52px !important; + 50% { + opacity: 0; } - .mr-13-xxl-minus { - margin-right: -52px !important; + 100% { + opacity: 1; + background-position: -200px -23px; } - .ml-13-xxl-minus { - margin-left: -52px !important; +} +@-webkit-keyframes running-progress { + 0% { + margin-left: 0; + margin-right: 100%; } - .mt-13-xxl-minus { - margin-top: -52px !important; + 50% { + margin-left: 25%; + margin-right: 0; } - .mb-13-xxl-minus { - margin-bottom: -52px !important; + 100% { + margin-left: 100%; + margin-right: 0; } - .p-14-xxl { - padding: 56px !important; +} +@keyframes running-progress { + 0% { + margin-left: 0; + margin-right: 100%; } - .pr-14-xxl { - padding-right: 56px !important; + 50% { + margin-left: 25%; + margin-right: 0; } - .pl-14-xxl { - padding-left: 56px !important; + 100% { + margin-left: 100%; + margin-right: 0; } - .pt-14-xxl { - padding-top: 56px !important; +} +.radio { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + margin: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; +} +.radio input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.radio .check, +.radio .caption { + display: block; + line-height: 1; + font-size: 14px; + margin: 0 4px; + position: relative; +} +.radio .check { + border: 2px #d9d9d9 solid; + width: 20px; + height: 20px; + border-radius: 50%; + -ms-flex-negative: 0; + flex-shrink: 0; + line-height: 36px; +} +.radio .check::before { + position: absolute; + vertical-align: middle; + font-size: 0; + content: ""; + width: 6px; + height: 6px; + color: transparent; + background-color: #ffffff; + border: 2px solid #ffffff; + border-radius: 50%; + left: 50%; + top: 50%; + margin-left: -3px; + margin-top: -3px; + display: none; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.radio input[type=radio]:checked ~ .check { + border-color: #1d1d1d; + background-color: #1d1d1d; +} +.radio input[type=radio]:checked ~ .check::before { + display: block; +} +.radio input[type=radio]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #e9e9e9; +} +.radio .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.radio .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.radio.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.radio.required, +.radio.invalid, +.radio.valid { + border: none!important; +} +.radio.invalid::after { + display: none; +} +.radio:focus input[type=radio]:not(:disabled) ~ .check::after, +.radio:active input[type=radio]:not(:disabled) ~ .check::after { + display: block; + content: ""; + position: absolute; + width: 3.125rem; + height: 3.125rem; + border-radius: 50%; + background-color: rgba(187, 187, 187, 0.5); + opacity: 0.3; + top: 50%; + left: 50%; + margin-top: -1.5625rem; + margin-left: -1.5625rem; +} +.radio.style2 input[type=radio]:checked ~ .check { + border-color: #1d1d1d; + background-color: #ffffff; +} +.radio.style2 .check { + border-color: #989898; +} +.radio.style2 .check::before { + background-color: #1d1d1d; + border: 2px solid #1d1d1d; + width: 8px; + height: 8px; + margin-left: -4px; + margin-top: -4px; +} +.radio.style2 input[type=radio]:disabled ~ .check { + border-color: #e9e9e9; + background-color: #ffffff; +} +.radio.style2 input[type=radio]:disabled ~ .check::before { + background-color: #e9e9e9; + border-color: #e9e9e9; +} +.radio.transition-on .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.radio.transition-on input[type=radio]:checked ~ .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.radio .check.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.rating { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row; + flex-flow: row; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + background-color: transparent; + cursor: default; + font-size: 16px; +} +.rating input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.rating .stars, +.rating .result, +.rating .title { + display: block; + position: relative; +} +.rating .stars { + margin: 0; + padding: 0; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; +} +.rating .stars li { + display: block; + position: relative; + color: #bebebe; + width: 24px; + height: 24px; + line-height: 24px; + font-size: 24px; + -webkit-transition: color 0.3s linear; + -o-transition: color 0.3s linear; + transition: color 0.3s linear; +} +.rating .stars li::before { + position: absolute; + content: '\2605'; + display: block; + z-index: 1; + left: 0; +} +.rating .stars li.half::after { + left: 0; + display: block; + position: absolute; + content: '\2605'; + width: 0.42em; + z-index: 2; + overflow: hidden; +} +.rating .stars li.half.half-10::after { + width: 0.1em; +} +.rating .stars li.half.half-20::after { + width: 0.2em; +} +.rating .stars li.half.half-30::after { + width: 0.3em; +} +.rating .stars li.half.half-40::after { + width: 0.4em; +} +.rating .stars li.half.half-50::after { + width: 0.42em; +} +.rating .stars li.half.half-60::after { + width: 0.49em; +} +.rating .stars li.half.half-70::after { + width: 0.6em; +} +.rating .stars li.half.half-80::after { + width: 0.7em; +} +.rating .stars li.half.half-90::after { + width: 0.8em; +} +.rating .result { + font-size: 0.8em; + margin-left: 10px; +} +.rating .title { + margin-right: 10px; +} +.rating .stars { + cursor: default; +} +.rating .stars li.on, +.rating .stars li.half::after { + color: #1d1d1d; +} +.rating:not(.static) .stars { + cursor: pointer; +} +.rating:not(.static) .stars:hover li { + color: #1d1d1d; +} +.rating:not(.static) .stars li:hover ~ li { + color: #bebebe !important; +} +.rating:not(.static) .stars li.scale { + -webkit-animation: star-scale 0.3s ease-in-out; + animation: star-scale 0.3s ease-in-out; +} +@-webkit-keyframes star-scale { + 0%, + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .pb-14-xxl { - padding-bottom: 56px !important; + 50% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .px-14-xxl { - padding-left: 56px !important; - padding-right: 56px !important; +} +@keyframes star-scale { + 0%, + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .py-14-xxl { - padding-top: 56px !important; - padding-bottom: 56px !important; + 50% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .m-14-xxl { - margin: 56px !important; +} +.resize-element { + display: block; + position: absolute; + right: -1px; + bottom: -1px; + z-index: 101; + cursor: nwse-resize; + width: 12px; + height: 12px; +} +.resize-element::after { + position: absolute; + display: block; + border-bottom: 12px solid #60a917; + border-left: 12px solid transparent; + content: ""; + right: -2px; + bottom: -2px; +} +.resize-element.resize-element-disabled { + cursor: default; +} +.resize-element.resize-element-disabled::after { + border-bottom-color: #bebebe; +} +.resize-element:not(.resize-element-disabled):hover::after { + -webkit-animation: resize-element-animation 1s ease infinite; + animation: resize-element-animation 1s ease infinite; +} +@-webkit-keyframes resize-element-animation { + from { + right: 0; + bottom: 0; } - .mr-14-xxl { - margin-right: 56px !important; + to { + right: -2px; + bottom: -2px; } - .ml-14-xxl { - margin-left: 56px !important; +} +@keyframes resize-element-animation { + from { + right: 0; + bottom: 0; } - .mt-14-xxl { - margin-top: 56px !important; + to { + right: -2px; + bottom: -2px; } - .mb-14-xxl { - margin-bottom: 56px !important; +} +.ribbon-menu { + display: block; + position: relative; +} +.ribbon-menu .tabs-holder { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + z-index: 1; + border-bottom: 1px solid #dadbdc; +} +.ribbon-menu .tabs-holder li, +.ribbon-menu .tabs-holder a { + display: block; + height: 24px; + line-height: 24px; +} +.ribbon-menu .tabs-holder li { + color: #1d1d1d; + background-color: #ffffff; + border-left: 1px solid transparent; + border-right: 1px solid transparent; + border-bottom: 1px solid #dadbdc; +} +.ribbon-menu .tabs-holder li:hover { + border-left-color: #dadbdc; + border-right-color: #dadbdc; +} +.ribbon-menu .tabs-holder li + li { + margin-left: 3px; +} +.ribbon-menu .tabs-holder a { + text-decoration: none; + padding: 0 14px; + font-size: 12px; + background-color: inherit; + color: inherit; +} +.ribbon-menu .tabs-holder .active { + background-color: #f5f6f7; + border: 1px solid #dadbdc; + border-bottom-color: transparent; +} +.ribbon-menu .tabs-holder .static { + background-color: #1979ca; + color: #ffffff; +} +.ribbon-menu .content-holder { + display: block; + position: relative; +} +.ribbon-menu .content-holder { + background-color: #f5f6f7; + border-left: none; + border-right: none; +} +.ribbon-menu .content-holder .section { + display: none; + padding: 4px 4px; + border-bottom: 1px solid #dadbdc; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; +} +.ribbon-menu .content-holder .section.active { + display: -webkit-box; + display: -ms-flexbox; + display: flex; +} +.ribbon-menu .content-holder .group { + padding: 0 4px 24px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + cursor: default; + background-color: inherit; + position: relative; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + -ms-flex-line-pack: start; + align-content: flex-start; +} +.ribbon-menu .content-holder .group:nth-child(1):last-child { + -ms-flex-preferred-size: 100%; + flex-basis: 100%; +} +.ribbon-menu .content-holder .group .title { + display: block; + position: absolute; + left: 0; + bottom: 0; + width: 100%; + line-height: 24px; + height: 20px; + font-size: 11px; + text-align: center; + border-top: 1px solid #dadbdc; + white-space: nowrap; +} +.ribbon-menu .content-holder .group .group-divider { + display: block; + position: relative; + height: 100%; + margin: 0 4px; + width: 1px; + background-color: #dadbdc; +} +.ribbon-menu .content-holder .group > *:not(.title), +.ribbon-menu .content-holder .group > *:not(.group-divider) { + margin: 2px; +} +.ribbon-menu .content-holder .group + .group { + border-left: 1px solid #dadbdc; +} +.ribbon-button, +.ribbon-tool-button, +.ribbon-button-dropdown, +.ribbon-icon-button { + cursor: pointer; + min-width: 0; + text-align: center; + border: 1px solid transparent; + background-color: #f5f6f7; + outline: none; + position: relative; +} +.ribbon-button { + height: auto; + min-height: 64px; + width: auto; + padding: 4px; + margin: 0; +} +.ribbon-button:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-button .caption, +.ribbon-button .icon { + display: block; + text-align: center; +} +.ribbon-button .caption { + font-size: 12px; +} +.ribbon-button .icon * { + height: 32px; + max-width: 32px; + font-size: 26px; + line-height: 32px; +} +.ribbon-button .icon + .caption { + margin-top: 8px; +} +.ribbon-button.dropdown-toggle { + padding-right: 4px!important; +} +.ribbon-button.dropdown-toggle::before { + margin-left: -0.65rem; +} +.ribbon-icon-button { + height: 24px; + width: auto; + margin: 0; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + padding: 2px 4px; +} +.ribbon-icon-button:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-icon-button .caption, +.ribbon-icon-button .icon { + display: block; +} +.ribbon-icon-button .caption { + font-size: 12px; +} +.ribbon-icon-button .icon * { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 14px; +} +.ribbon-icon-button .icon + .caption, +.ribbon-icon-button .caption + .icon { + margin-left: 4px; +} +.ribbon-icon-button [class*=mif-] { + vertical-align: inherit; +} +.ribbon-tool-button { + width: 24px; + height: 24px; + padding: 2px; + margin: 0; +} +.ribbon-tool-button * { + width: 16px; + height: 16px; + line-height: 16px; + font-size: 14px; +} +.ribbon-icon-button.dropdown-toggle, +.ribbon-tool-button.dropdown-toggle { + padding-right: 2px!important; +} +.ribbon-icon-button.dropdown-toggle::before, +.ribbon-tool-button.dropdown-toggle::before { + display: none; +} +.ribbon-icon-button.dropdown-toggle::after, +.ribbon-tool-button.dropdown-toggle::after { + content: ""; + display: block; + position: absolute; + bottom: 0; + right: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 4px 4px; + border-color: transparent transparent #1d1d1d transparent; + z-index: 1; +} +.ribbon-icon-button.dropdown-toggle { + padding-right: 4px!important; +} +.ribbon-split-button { + text-align: center; + border: 1px solid transparent; + padding: 0; + margin: 0; +} +.ribbon-split-button:hover { + border-color: #a4cef9; +} +.ribbon-split-button:hover .ribbon-split { + border-color: #a4cef9; +} +.ribbon-split-button .ribbon-main, +.ribbon-split-button .ribbon-split { + display: block; + text-align: center; + min-width: 0; + padding: 2px 4px; + width: 100%; + cursor: pointer; +} +.ribbon-split-button .ribbon-main:hover, +.ribbon-split-button .ribbon-split:hover { + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-split-button .ribbon-main { + background-color: inherit; + outline: none; + position: relative; + border: none; +} +.ribbon-split-button .icon * { + height: 32px; + max-width: 32px; + font-size: 26px; + line-height: 32px; +} +.ribbon-split-button .icon + .caption { + margin-top: 8px; +} +.ribbon-split-button .ribbon-split { + font-size: 12px; + border-top: 1px solid transparent; + padding-bottom: 4px; +} +.ribbon-split-button .ribbon-split.dropdown-toggle { + padding-right: 4px!important; +} +.ribbon-split-button .ribbon-split.dropdown-toggle::before { + display: none; +} +.ribbon-split-button .ribbon-split.dropdown-toggle::after { + content: ""; + display: block; + position: absolute; + bottom: 2px; + left: 50%; + -webkit-transform: translateX(-50%) rotate(45deg); + -ms-transform: translateX(-50%) rotate(45deg); + transform: translateX(-50%) rotate(45deg); + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 4px 4px; + border-color: transparent transparent #1d1d1d transparent; + z-index: 1; +} +.ribbon-dropdown { + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + width: auto; + float: left; + display: block; + position: absolute; + background-color: #fbfcfd; + color: #1d1d1d; + padding: 2px; + border: 1px solid #dadbdc; + font-size: 12px; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7); + z-index: 1000; + top: 100%; + left: 0; +} +.ribbon-dropdown li, +.ribbon-dropdown a { + display: block; + position: relative; + background-color: inherit; + color: inherit; + height: 24px; +} +.ribbon-dropdown li { + border: 1px solid transparent; + padding-left: 24px; +} +.ribbon-dropdown li:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-dropdown a { + line-height: 24px; + text-decoration: none; + padding: 0 8px; + border-left: 1px solid #dcddde; + white-space: nowrap; +} +.ribbon-dropdown .divider { + display: block; + height: 1px; + width: 100%; + position: relative; + background-color: #dcddde; +} +.ribbon-dropdown .checked::before, +.ribbon-dropdown .checked-one::before, +.ribbon-dropdown .checked::after, +.ribbon-dropdown .checked-one::after { + position: absolute; + display: block; + content: ""; +} +.ribbon-dropdown .checked::before, +.ribbon-dropdown .checked-one::before { + background-color: transparent; + border-color: #1d1d1d; + border-left: 2px solid; + border-bottom: 2px solid; + height: 0.325rem; + width: 0.5rem; + left: 0.5rem; + top: 50%; + -webkit-transform: translateY(-50%) rotate(-45deg); + -ms-transform: translateY(-50%) rotate(-45deg); + transform: translateY(-50%) rotate(-45deg); + z-index: 2; +} +.ribbon-dropdown .checked::after, +.ribbon-dropdown .checked-one::after { + width: 23px; + height: 22px; + top: 0; + left: 0; + z-index: 1; +} +.ribbon-dropdown .checked::after { + border: 1px solid #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-dropdown .checked-one::before { + width: 0.4rem; + height: 0.4rem; + border-radius: 50%; + background-color: #1d1d1d; +} +.ribbon-dropdown .ribbon-dropdown { + top: -4px; + left: 100%; +} +.ribbon-dropdown .dropdown-toggle::before { + -webkit-transform: rotate(-135deg) !important; + -ms-transform: rotate(-135deg) !important; + transform: rotate(-135deg) !important; +} +.ribbon-dropdown .dropdown-toggle.active-toggle::before { + -webkit-transform: rotate(45deg) !important; + -ms-transform: rotate(45deg) !important; + transform: rotate(45deg) !important; +} +.ribbon-toggle-group { + background-color: #f8f8f8; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column wrap; + flex-flow: column wrap; + max-height: 80px; + border: 1px solid #dadbdc; + width: auto; +} +.ribbon-toggle-group .ribbon-icon-button { + height: 20px; + margin: 1px; + padding: 1px 4px; + background-color: inherit; +} +.ribbon-button:hover, +.ribbon-tool-button:hover, +.ribbon-icon-button:hover { + border-color: #a4cef9; + background-color: rgba(164, 206, 249, 0.2); +} +.ribbon-button:active, +.ribbon-tool-button:active, +.ribbon-split:active, +.ribbon-main:active, +.ribbon-icon-button:active, +.ribbon-button.active, +.ribbon-tool-button.active, +.ribbon-split.active, +.ribbon-main.active, +.ribbon-icon-button.active { + border-color: #1979ca; + background-color: rgba(164, 206, 249, 0.8) !important; +} +.ribbon-menu .active-container .ribbon-button, +.ribbon-menu .active-container .ribbon-tool-button, +.ribbon-menu .active-container .ribbon-icon-button { + border-color: #1979ca; + background-color: rgba(164, 206, 249, 0.8) !important; +} +.ripple { + display: block; + width: 0; + height: 0; + border-radius: 100%; + background: rgba(255, 255, 255, 0.4); + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + position: absolute; + opacity: 1; +} +.rippleEffect { + -webkit-animation: rippleDrop 0.5s linear; + animation: rippleDrop 0.5s linear; +} +@-webkit-keyframes rippleDrop { + 100% { + -webkit-transform: scale(2.5); + transform: scale(2.5); + opacity: 0; } - .mx-14-xxl { - margin-left: 56px !important; - margin-right: 56px !important; +} +@keyframes rippleDrop { + 100% { + -webkit-transform: scale(2.5); + transform: scale(2.5); + opacity: 0; } - .my-14-xxl { - margin-top: 56px !important; - margin-bottom: 56px !important; +} +.select { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + padding: 0; + cursor: pointer; + position: relative; + margin: 0; +} +.select .dropdown-toggle { + width: 36px; + height: 36px; + display: block; + position: relative; +} +.select .dropdown-toggle::before { + margin-left: -1.1rem; +} +.select .d-menu li a, +.select .v-menu li a { + min-width: auto; +} +.select input[type=checkbox] { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.select select { + display: none; +} +.select .button-group { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; +} +.select .button { + background-color: transparent; + color: #1d1d1d; + height: 34px; + min-width: 34px; +} +.select .button:focus, +.select .button:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.select .button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.select .input-clear-button { + background-color: transparent; +} +.select .input-clear-button:hover { + background-color: transparent; +} +.select .select-input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + cursor: pointer; + width: calc(100% - .1rem); + height: 34px; + padding-left: 10px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.select .select-input .icon { + margin: 0 4px; +} +.select .select-input:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.select select[multiple] ~ .select-input { + padding-left: 4px; +} +.select:hover input { + border-color: transparent; +} +.select .drop-container { + position: absolute; + top: 100%; + left: 0; + width: calc(100% + 2px); + height: auto; + border: 1px solid #dfdfdf; + padding: 2px; + margin-left: -1px; + z-index: 1000; + background-color: #ffffff; + -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3); +} +.select .drop-container .input { + margin: 4px 2px 6px; + width: calc(100% - 4px); +} +.select .d-menu { + width: 100%; + overflow-y: auto; + position: relative; + display: block; + -webkit-box-shadow: none; + box-shadow: none; +} +.select .d-menu li a { + height: 32px; + line-height: 32px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.select .d-menu li a .icon { + top: 0.3rem; + margin-top: 0; +} +.select .d-menu .active { + border: none; + color: #ffffff; +} +.select .d-menu .active:hover { + color: #ffffff; +} +.select.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.select.dropdown-toggle::before { + margin-left: -1.1rem; + left: 100%; + top: 14px; + margin-top: 0; + width: 0.4rem; + height: 0.4rem; +} +.select.disabled.dropdown-toggle:before { + border-color: #ffffff; +} +.select .group-title { + background-color: #f6f7f8; + font-size: 0.75rem; + line-height: 0.875rem; + padding: 0.25rem 0.5rem 0.25rem 1rem; + border: 0; + color: #646464; + font-weight: bold; +} +.select .group-title:hover { + background-color: #f6f7f8; + cursor: default; + border: 0; +} +.select ul { + right: 0; + left: 0; +} +.select .selected-item { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + position: relative; + margin: 2px; + padding: 0; + height: 26px; + line-height: 26px; + background-color: #f8f8f8; + cursor: default; +} +.select .selected-item .title { + display: block; + position: relative; + max-width: 120px; + font-size: 14px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + margin: 0 4px; +} +.select .selected-item .remover { + display: block; + position: relative; + width: 25px; + height: 25px; + line-height: 24px; + text-align: center; + cursor: pointer; + background-color: #e4e4e4; +} +.select.multiple { + -ms-flex-wrap: wrap; + flex-wrap: wrap; + height: auto; + min-height: 36px; +} +.select.multiple .dropdown-toggle { + position: absolute; + top: 0; + right: 0; +} +.select.multiple > .button-group { + position: absolute; + top: 0; + right: 34px; +} +.select.multiple .select-input { + height: auto; + min-height: 36px; + margin-right: 34px; +} +.select.multiple .button-group:not(.d-none) ~ .select-input { + margin-right: 68px; +} +.select .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.select .append { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.select .select-input { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.select .button-group { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.select .dropdown-toggle { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; +} +.select.input-large { + height: 50px; +} +.select.input-large .dropdown-toggle, +.select.input-large > .button-group .button { + height: 50px; + width: 50px; +} +.select.input-large .dropdown-toggle::before { + margin-left: -1.5rem; +} +.select.input-large .select-input, +.select.input-large .prepend, +.select.input-large .append { + height: 48px; + font-size: 1.3rem; + padding: 2px 10px; + line-height: 48px; +} +.select.input-large.multiple { + min-height: 50px; + height: auto; +} +.select.input-large.multiple .select-input { + height: auto; + min-height: 48px; +} +.select.input-large.multiple > .button-group { + right: 50px; +} +.select.input-large.multiple > .button-group:not(.d-none) ~ .select-input { + margin-right: 100px; +} +.select.input-large.dropdown-toggle::before { + top: 18px; + width: 0.6rem; + height: 0.6rem; + margin-left: -1.3rem; +} +.select.input-large .selected-item { + margin: 2px 2px; + height: 36px; + line-height: 36px; +} +.select.input-large .selected-item .title { + font-size: 1.3rem; + line-height: 36px; + padding: 0 8px; +} +.select.input-large .selected-item .remover { + width: 35px; + height: 35px; + line-height: 30px; + font-size: 1.6rem; +} +.select.input-small { + height: 28px; +} +.select.input-small .dropdown-toggle, +.select.input-small > .button-group .button { + height: 28px; + width: 28px; +} +.select.input-small .dropdown-toggle::before { + margin-left: -1rem; +} +.select.input-small .select-input, +.select.input-small .prepend, +.select.input-small .append { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; + line-height: 26px; +} +.select.input-small.multiple { + min-height: 28px; + height: auto; +} +.select.input-small.multiple .select-input { + height: auto; + min-height: 26px; +} +.select.input-small.multiple > .button-group { + right: 28px; +} +.select.input-small.multiple > .button-group:not(.d-none) ~ .select-input { + margin-right: 56px; +} +.select.input-small.dropdown-toggle::before { + top: 10px; + width: 0.325rem; + height: 0.325rem; + margin-left: -0.9rem; +} +.select.input-small .selected-item { + height: 18px; + line-height: 18px; +} +.select.input-small .selected-item .title { + font-size: 0.7rem; + line-height: 18px; +} +.select.input-small .selected-item .remover { + width: 18px; + height: 18px; + line-height: 18px; + font-size: 0.8rem; +} +.select2-container .selection .select2-selection--single { + height: 36px; + border: 1px #d9d9d9 solid; +} +.select2-container .selection .select2-selection--single .select2-selection__rendered { + line-height: 36px; +} +.select2-container .selection .select2-selection--single .select2-selection__arrow { + height: 36px; +} +.select2-container .selection .select2-selection--multiple { + min-height: 36px; + border: 1px #d9d9d9 solid; +} +.select2-container .selection .select2-selection--multiple .select2-selection__rendered { + display: block; +} +.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice { + border-radius: 0; + background-color: #f8f8f8; + font-size: 14px; + height: 26px; + line-height: 26px; +} +.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field { + margin-top: 0; +} +.select2-container .select2-selection, +.select2-container .select2-dropdown { + border-radius: 0; +} +.select2 .selection .select2-selection--single, +.select2 .selection .select2-selection--multiple { + outline: none; +} +.select2 .selection .select2-selection--single:hover, +.select2 .selection .select2-selection--multiple:hover { + border-color: #c0c0c0; +} +.select2 .selection .select2-selection--single:focus, +.select2 .selection .select2-selection--multiple:focus, +.select2 .selection .select2-selection--single.focused, +.select2 .selection .select2-selection--multiple.focused { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.select2 .selection .select2-selection--single:disabled, +.select2 .selection .select2-selection--multiple:disabled, +.select2 .selection .select2-selection--single.disabled, +.select2 .selection .select2-selection--multiple.disabled { + pointer-events: none; + border-color: #ebebeb; + background-color: #e9e9e9; +} +.shortcut { + width: 6rem; + height: 6rem; + padding: 0.5rem; + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + font-size: 0.9rem; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + background-color: #ebebeb; + color: #1d1d1d; + cursor: pointer; + white-space: nowrap; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + position: relative; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + outline: none; +} +.shortcut .icon, +.shortcut .caption { + display: block; + line-height: 1; +} +.shortcut .icon { + display: block; + vertical-align: middle; + width: 1.7rem; + height: 1.7rem; + font-size: 1.7rem; + margin-top: 1rem; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.shortcut .caption { + color: inherit; + height: 1.2rem; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.shortcut .icon ~ .caption { + margin-top: 0.875rem; +} +.shortcut .badge { + position: absolute; + font-size: 0.6875rem; + top: 0.25rem; + right: 0.25rem; + color: inherit; + -webkit-transform: none; + -ms-transform: none; + transform: none; + background-color: inherit; +} +.shortcut.no-caption .icon { + width: 2rem; + height: 2rem; + font-size: 2rem; + margin-top: 1.5rem; +} +.shortcut:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.shortcut.focus, +.shortcut:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.shortcut.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.shortcut:focus, +.shortcut:hover, +.shortcut:active { + text-decoration: none; +} +.shortcut:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.shortcut.disabled, +.shortcut:disabled { + opacity: 0.65; +} +.shortcut:active { + -webkit-box-shadow: none; + box-shadow: none; +} +.sidebar { + display: block; + position: fixed; + top: 0; + bottom: 0; + overflow: hidden; + width: 290px; + background-color: #ffffff; + padding: 0; + z-index: 1031; +} +.sidebar.on-left { + right: auto!important; + left: -290px; + -webkit-transition: left 0.3s ease; + -o-transition: left 0.3s ease; + transition: left 0.3s ease; +} +.sidebar.on-left.open, +.sidebar.on-left.static { + -webkit-transition: left 0.3s ease; + -o-transition: left 0.3s ease; + transition: left 0.3s ease; + left: 0; +} +.sidebar.on-left.open.sidebar-shadow, +.sidebar.on-left.static.sidebar-shadow { + -webkit-box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); + box-shadow: 2px 0 0 0 rgba(0, 0, 0, 0.15); +} +.sidebar.on-right { + -webkit-transition: right 0.3s ease; + -o-transition: right 0.3s ease; + transition: right 0.3s ease; + left: auto!important; + right: -290px; +} +.sidebar.on-right.open, +.sidebar.on-right.static { + -webkit-transition: right 0.3s ease; + -o-transition: right 0.3s ease; + transition: right 0.3s ease; + right: 0; +} +.sidebar.on-right.open.sidebar-shadow, +.sidebar.on-right.static.sidebar-shadow { + -webkit-box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); + box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.15); +} +.sidebar-header, +.sidebar-menu, +.sidebar-content { + display: block; + position: relative; + width: 100%; +} +.sidebar-header { + background: #ffffff top left no-repeat; + background-size: cover; + height: 160px; + border-bottom: 1px #e0e0e0 solid; +} +.sidebar-header > .avatar { + position: absolute; + height: 64px; + width: 64px; + background: #ffffff; + color: white; + border-radius: 50%; + top: 16px; + left: 16px; + overflow: hidden; + text-align: center; + border: 2px solid #fff; +} +.sidebar-header > .avatar img { + width: 100%; + max-height: 100%; +} +.sidebar-header > .title, +.sidebar-header > .subtitle { + display: block; + position: absolute; + left: 16px; +} +.sidebar-header > .title { + font-size: 18px; + font-weight: 100; + top: 96px; +} +.sidebar-header > .subtitle { + font-size: 12px; + font-weight: 300; + top: 116px; +} +.sidebar-header > .sub-action { + position: absolute; + top: 10px; + right: 10px; + text-decoration: none; +} +.sidebar-menu { + color: #1d1d1d; + height: 100%; + margin: 0; + padding: 0; + list-style: none inside; + overflow: hidden; + overflow-y: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidebar-menu::-webkit-scrollbar { + display: none!important; +} +.sidebar-menu li { + color: inherit; + display: block; + height: auto; + position: relative; + cursor: pointer; +} +.sidebar-menu li a { + position: relative; + display: block; + color: inherit; + text-transform: capitalize; + height: 48px; + line-height: 48px; + padding-left: 56px; + text-decoration: none; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.sidebar-menu li a .icon { + position: absolute; + left: 16px; + font-size: 24px; + top: 50%; + margin-top: -12px; + line-height: 1; + opacity: 0.8; +} +.sidebar-menu li a .ripple-ink { + background: rgba(204, 204, 204, 0.3); +} +.sidebar-menu li .second-action { + position: absolute; + right: 16px; + width: 24px; + height: 24px; + font-size: 24px; + top: 50%; + margin-top: -12px; +} +.sidebar-menu li.divider { + padding: 0; + height: 1px; + margin: 0 1px; + overflow: hidden; + background-color: #dfdfdf; +} +.sidebar-menu li.divider:hover { + background-color: #dfdfdf; +} +.sidebar-menu .group-title { + line-height: 1; + height: auto; + margin: 16px 16px 8px; + color: #1d1d1d; + font-weight: 700; + font-size: 0.9em; + cursor: default; +} +.sidebar-menu li.content-container { + cursor: initial; + padding: 0 10px; +} +.sidebar-menu li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.sidebar-menu li.group-title:hover { + background-color: initial; +} +.sidebar-menu li.content-container:hover { + background-color: initial; +} +.sidebar-menu .d-menu, +.sidebar-menu .v-menu { + position: relative; + float: none; +} +.sidebar-header ~ .sidebar-menu { + height: calc(100% - 160px); +} +.sidebar.compact .sidebar-menu li, +.subcompact .sidebar-menu li { + height: auto; +} +.sidebar.compact .sidebar-menu li a, +.subcompact .sidebar-menu li a { + padding-top: 7px; + padding-bottom: 7px; + line-height: 1.2; + font-size: 14px; + padding-left: 40px; +} +.sidebar.compact .sidebar-menu li a .icon, +.subcompact .sidebar-menu li a .icon { + font-size: 14px; + margin-top: -7px; +} +.sidebar.subcompact .sidebar-menu li a { + padding-top: 3px; + padding-bottom: 3px; +} +.sidenav-counter { + display: block; + position: relative; + list-style: none inside; + height: 100%; + width: 52px; + overflow-x: hidden; + overflow-y: auto; + margin: 0; + padding: 0; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #f8f8f8; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidenav-counter::-webkit-scrollbar { + display: none!important; +} +.sidenav-counter li, +.sidenav-counter a { + display: block; + position: relative; + height: 52px; + line-height: 52px; + background-color: inherit; + color: inherit; + width: 100%; +} +.sidenav-counter a { + padding: 0.625rem 0 0.625rem 0; + line-height: 0.875rem; + text-decoration: none; +} +.sidenav-counter .icon { + width: 28px; + height: 28px; + font-size: 26px; + line-height: 28px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + top: 0.635rem; +} +.sidenav-counter .title, +.sidenav-counter .counter { + display: block; + margin: 0; + white-space: nowrap; +} +.sidenav-counter .title { + font-size: 0.6875rem; + font-weight: bold; + text-transform: uppercase; + display: none; +} +.sidenav-counter .counter { + font-size: 0.7rem; + font-weight: normal; + position: absolute; + top: 0; + right: 4px; +} +.sidenav-counter li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.sidenav-counter li:active { + background-color: #13709e; + color: #ffffff; +} +.sidenav-counter .active, +.sidenav-counter li.active:hover { + background-color: #1ba1e2; + color: #ffffff; +} +.sidenav-counter[dir=rtl] .counter { + right: auto; + left: 4px; +} +.sidenav-counter[dir=rtl] .icon { + left: 0.725rem; +} +@media screen and (min-width: 0) { + .sidenav-counter-expand-fs { + width: 220px; } - .m-14-xxl-minus { - margin: -56px !important; + .sidenav-counter-expand-fs a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .mr-14-xxl-minus { - margin-right: -56px !important; + .sidenav-counter-expand-fs .title { + display: block; } - .ml-14-xxl-minus { - margin-left: -56px !important; + .sidenav-counter-expand-fs .counter { + position: relative; + top: auto; + right: auto; } - .mt-14-xxl-minus { - margin-top: -56px !important; + .sidenav-counter-expand-fs[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mb-14-xxl-minus { - margin-bottom: -56px !important; + .sidenav-counter-expand-fs[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .p-15-xxl { - padding: 60px !important; +} +@media screen and (min-width: 576px) { + .sidenav-counter-expand-sm { + width: 220px; } - .pr-15-xxl { - padding-right: 60px !important; + .sidenav-counter-expand-sm a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .pl-15-xxl { - padding-left: 60px !important; + .sidenav-counter-expand-sm .title { + display: block; } - .pt-15-xxl { - padding-top: 60px !important; + .sidenav-counter-expand-sm .counter { + position: relative; + top: auto; + right: auto; } - .pb-15-xxl { - padding-bottom: 60px !important; + .sidenav-counter-expand-sm[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .px-15-xxl { - padding-left: 60px !important; - padding-right: 60px !important; + .sidenav-counter-expand-sm[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .py-15-xxl { - padding-top: 60px !important; - padding-bottom: 60px !important; +} +@media screen and (min-width: 768px) { + .sidenav-counter-expand-md { + width: 220px; } - .m-15-xxl { - margin: 60px !important; + .sidenav-counter-expand-md a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .mr-15-xxl { - margin-right: 60px !important; + .sidenav-counter-expand-md .title { + display: block; } - .ml-15-xxl { - margin-left: 60px !important; + .sidenav-counter-expand-md .counter { + position: relative; + top: auto; + right: auto; } - .mt-15-xxl { - margin-top: 60px !important; + .sidenav-counter-expand-md[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mb-15-xxl { - margin-bottom: 60px !important; + .sidenav-counter-expand-md[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mx-15-xxl { - margin-left: 60px !important; - margin-right: 60px !important; +} +@media screen and (min-width: 992px) { + .sidenav-counter-expand-lg { + width: 220px; } - .my-15-xxl { - margin-top: 60px !important; - margin-bottom: 60px !important; + .sidenav-counter-expand-lg a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .m-15-xxl-minus { - margin: -60px !important; + .sidenav-counter-expand-lg .title { + display: block; } - .mr-15-xxl-minus { - margin-right: -60px !important; + .sidenav-counter-expand-lg .counter { + position: relative; + top: auto; + right: auto; } - .ml-15-xxl-minus { - margin-left: -60px !important; + .sidenav-counter-expand-lg[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mt-15-xxl-minus { - margin-top: -60px !important; + .sidenav-counter-expand-lg[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mb-15-xxl-minus { - margin-bottom: -60px !important; +} +@media screen and (min-width: 1200px) { + .sidenav-counter-expand-xl { + width: 220px; } - .p-16-xxl { - padding: 64px !important; + .sidenav-counter-expand-xl a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .pr-16-xxl { - padding-right: 64px !important; + .sidenav-counter-expand-xl .title { + display: block; } - .pl-16-xxl { - padding-left: 64px !important; + .sidenav-counter-expand-xl .counter { + position: relative; + top: auto; + right: auto; } - .pt-16-xxl { - padding-top: 64px !important; + .sidenav-counter-expand-xl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .pb-16-xxl { - padding-bottom: 64px !important; + .sidenav-counter-expand-xl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .px-16-xxl { - padding-left: 64px !important; - padding-right: 64px !important; +} +@media screen and (min-width: 1452px) { + .sidenav-counter-expand-xxl { + width: 220px; } - .py-16-xxl { - padding-top: 64px !important; - padding-bottom: 64px !important; + .sidenav-counter-expand-xxl a { + padding: 0.625rem 1rem 0.625rem 3.75rem; } - .m-16-xxl { - margin: 64px !important; + .sidenav-counter-expand-xxl .title { + display: block; } - .mr-16-xxl { - margin-right: 64px !important; + .sidenav-counter-expand-xxl .counter { + position: relative; + top: auto; + right: auto; } - .ml-16-xxl { - margin-left: 64px !important; + .sidenav-counter-expand-xxl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mt-16-xxl { - margin-top: 64px !important; + .sidenav-counter-expand-xxl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mb-16-xxl { - margin-bottom: 64px !important; +} +.sidenav-m3 { + display: block; + position: relative; + list-style: none inside; + height: 100%; + width: 220px; + margin: 0; + padding: 0; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #f8f8f8; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidenav-m3::-webkit-scrollbar { + display: none!important; +} +.sidenav-m3 li, +.sidenav-m3 a { + position: relative; + display: block; + color: inherit; +} +.sidenav-m3 > li { + background: transparent; +} +.sidenav-m3 > li.stick-left::before, +.sidenav-m3 > li.stick-right::before { + content: ""; + display: block; + position: absolute; + width: 6px; + height: 44px; + border-radius: 0.25rem 0 0 0.25rem; + background-color: inherit; + top: 0; + left: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.sidenav-m3 > li.stick-right::before { + left: 100%; + border-radius: 0 0.25rem 0.25rem 0; + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); +} +.sidenav-m3 a { + padding: 0.625rem 1rem 0.625rem 3rem; + text-decoration: none; + background-color: #f8f8f8; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.sidenav-m3 li + li { + border-top: 1px solid #dfdfdf; +} +.sidenav-m3 .icon { + width: 24px; + height: 24px; + font-size: 22px; + line-height: 24px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + bottom: 12px; +} +.sidenav-m3 .title { + padding: 20px 20px 10px 20px; + font-size: 24px; + border: 0; +} +.sidenav-m3 .d-menu { + position: relative; + -webkit-box-shadow: none; + box-shadow: none; + background-color: inherit; + width: 100%; + float: none; +} +.sidenav-m3 .d-menu a { + padding: 0 1rem 0 3rem; + text-decoration: none; +} +.sidenav-m3 .d-menu li { + border-top: 1px solid #dfdfdf; +} +.sidenav-m3 .d-menu .icon { + width: 24px; + height: 24px; + font-size: 22px; + line-height: 24px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + top: 50%; +} +.sidenav-m3[dir=rtl] a { + padding-right: 3rem; + padding-left: 1rem; +} +.sidenav-m3[dir=rtl] .icon { + left: auto; + right: 0.625rem; +} +.sidenav-m3[dir=rtl] .dropdown-toggle { + padding-left: 1.5rem !important; + padding-right: 3rem!important; +} +.sidenav-m3[dir=rtl] .dropdown-toggle::before { + left: 1rem; + margin-left: 0; +} +.sidenav-simple { + display: block; + position: relative; + list-style: none inside; + height: 100%; + width: 52px; + overflow-x: hidden; + overflow-y: auto; + margin: 0; + padding: 0; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #f8f8f8; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.sidenav-simple::-webkit-scrollbar { + display: none!important; +} +.sidenav-simple li, +.sidenav-simple a { + display: block; + position: relative; + height: 52px; + line-height: 52px; + background-color: inherit; + color: inherit; + width: 100%; +} +.sidenav-simple a { + padding: 0.625rem 0 0.625rem 0; + line-height: 0.875rem; + text-decoration: none; +} +.sidenav-simple .icon { + width: 28px; + height: 28px; + font-size: 26px; + line-height: 28px; + vertical-align: middle; + text-align: center; + position: absolute; + left: 0.625rem; + top: 0.635rem; +} +.sidenav-simple .title { + margin: 0; + white-space: nowrap; + font-size: 0.875rem; + text-transform: uppercase; + display: none; + line-height: 52px; +} +.sidenav-simple li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.sidenav-simple li:active { + background-color: #13709e; + color: #ffffff; +} +.sidenav-simple .active, +.sidenav-simple li.active:hover { + background-color: #1ba1e2; + color: #ffffff; +} +.sidenav-simple[dir=rtl] .icon { + left: 0.725rem; +} +@media screen and (min-width: 0) { + .sidenav-simple-expand-fs { + width: 220px; } - .mx-16-xxl { - margin-left: 64px !important; - margin-right: 64px !important; + .sidenav-simple-expand-fs a { + padding: 0 1rem 0 3.75rem; } - .my-16-xxl { - margin-top: 64px !important; - margin-bottom: 64px !important; + .sidenav-simple-expand-fs .title { + display: block; } - .m-16-xxl-minus { - margin: -64px !important; + .sidenav-simple-expand-fs[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mr-16-xxl-minus { - margin-right: -64px !important; + .sidenav-simple-expand-fs[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .ml-16-xxl-minus { - margin-left: -64px !important; +} +@media screen and (min-width: 576px) { + .sidenav-simple-expand-sm { + width: 220px; } - .mt-16-xxl-minus { - margin-top: -64px !important; + .sidenav-simple-expand-sm a { + padding: 0 1rem 0 3.75rem; } - .mb-16-xxl-minus { - margin-bottom: -64px !important; + .sidenav-simple-expand-sm .title { + display: block; } - .p-17-xxl { - padding: 68px !important; + .sidenav-simple-expand-sm[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .pr-17-xxl { - padding-right: 68px !important; + .sidenav-simple-expand-sm[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .pl-17-xxl { - padding-left: 68px !important; +} +@media screen and (min-width: 768px) { + .sidenav-simple-expand-md { + width: 220px; } - .pt-17-xxl { - padding-top: 68px !important; + .sidenav-simple-expand-md a { + padding: 0 1rem 0 3.75rem; } - .pb-17-xxl { - padding-bottom: 68px !important; + .sidenav-simple-expand-md .title { + display: block; } - .px-17-xxl { - padding-left: 68px !important; - padding-right: 68px !important; + .sidenav-simple-expand-md[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .py-17-xxl { - padding-top: 68px !important; - padding-bottom: 68px !important; + .sidenav-simple-expand-md[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .m-17-xxl { - margin: 68px !important; +} +@media screen and (min-width: 992px) { + .sidenav-simple-expand-lg { + width: 220px; } - .mr-17-xxl { - margin-right: 68px !important; + .sidenav-simple-expand-lg a { + padding: 0 1rem 0 3.75rem; } - .ml-17-xxl { - margin-left: 68px !important; + .sidenav-simple-expand-lg .title { + display: block; } - .mt-17-xxl { - margin-top: 68px !important; + .sidenav-simple-expand-lg[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .mb-17-xxl { - margin-bottom: 68px !important; + .sidenav-simple-expand-lg[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mx-17-xxl { - margin-left: 68px !important; - margin-right: 68px !important; +} +@media screen and (min-width: 1200px) { + .sidenav-simple-expand-xl { + width: 220px; } - .my-17-xxl { - margin-top: 68px !important; - margin-bottom: 68px !important; + .sidenav-simple-expand-xl a { + padding: 0 1rem 0 3.75rem; } - .m-17-xxl-minus { - margin: -68px !important; + .sidenav-simple-expand-xl .title { + display: block; } - .mr-17-xxl-minus { - margin-right: -68px !important; + .sidenav-simple-expand-xl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .ml-17-xxl-minus { - margin-left: -68px !important; + .sidenav-simple-expand-xl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .mt-17-xxl-minus { - margin-top: -68px !important; +} +@media screen and (min-width: 1452px) { + .sidenav-simple-expand-xxl { + width: 220px; } - .mb-17-xxl-minus { - margin-bottom: -68px !important; + .sidenav-simple-expand-xxl a { + padding: 0 1rem 0 3.75rem; } - .p-18-xxl { - padding: 72px !important; + .sidenav-simple-expand-xxl .title { + display: block; } - .pr-18-xxl { - padding-right: 72px !important; + .sidenav-simple-expand-xxl[dir=rtl] a { + padding: 0.625rem 3.75rem 0.625rem 1rem; } - .pl-18-xxl { - padding-left: 72px !important; + .sidenav-simple-expand-xxl[dir=rtl] .icon { + left: auto; + right: 0.625rem; } - .pt-18-xxl { - padding-top: 72px !important; +} +.skill-box { + display: block; + position: relative; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + background-color: #ffffff; + color: #1d1d1d; +} +.skill-box .header { + display: block; + position: relative; + padding: 20px; +} +.skill-box .header::after { + display: block; + clear: both; + content: ""; +} +.skill-box .header::after { + display: block; + clear: both; + content: ""; +} +.skill-box .header .avatar { + float: left; + width: 64px; + height: auto; + border-radius: 50%; + overflow: hidden; +} +.skill-box .header .title { + font-size: 25px; + line-height: 1.1; + font-weight: 300; + margin: 5px 5px 5px 75px; +} +.skill-box .header .subtitle { + font-size: 14px; + line-height: 1.1; + font-weight: 500; + margin: 0 5px 5px 75px; +} +.skill-box .skills { + margin: 0; + padding: 0; + list-style: none inside; +} +.skill-box .skills li { + padding: 8px 16px; + font-size: 14px; +} +.skill-box .skills li a { + text-decoration: none; + color: inherit; +} +.skill-box .skills li + li { + border-top: 1px solid #dfdfdf; +} +.skill-box .skills .badge { + position: relative; + display: inline-block; + right: auto; + top: 4px; + -webkit-transform: translateY(0) translateX(0); + -ms-transform: translateY(0) translateX(0); + transform: translateY(0) translateX(0); + float: right; +} +.slider { + display: block; + position: relative; + height: 2.125rem; + background: transparent; + cursor: default; + width: 100%; +} +.slider input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.slider .backside, +.slider .complete, +.slider .buffer, +.slider .marker { + position: absolute; + left: 0; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); +} +.slider .backside { + background-color: #bebebe; + width: 100%; + z-index: 1; + height: 0.6rem; +} +.slider .buffer { + z-index: 2; + height: 0.3rem; + background-color: #ffffff; +} +.slider .complete { + z-index: 3; + height: 0.6rem; + background-color: #60a917; +} +.slider .marker { + width: 1rem; + height: 1rem; + background-color: #1d1d1d; + z-index: 4; + outline: none; + border: 1px solid transparent; + cursor: pointer; + overflow: visible; +} +.slider .marker:focus { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.slider .marker:active::after { + display: block; + content: ""; + position: absolute; + width: 3.125rem; + height: 3.125rem; + border-radius: 50%; + background-color: rgba(187, 187, 187, 0.5); + opacity: 0.3; + top: 50%; + left: 50%; + margin-top: -1.5625rem; + margin-left: -1.5625rem; +} +.slider .hint { + display: none; + position: absolute; + z-index: 5; + width: auto!important; + height: auto!important; + padding: 0.25rem 0.5rem; + background-color: #989898; + color: #ffffff; + white-space: nowrap; +} +.slider .hint::before { + display: block; + position: absolute; + content: ""; + width: 6px; + height: 6px; + background-color: inherit; +} +.slider .hint.top-side { + top: 0; + left: 50%; + -webkit-transform: translateY(-100%) translateX(-50%); + -ms-transform: translateY(-100%) translateX(-50%); + transform: translateY(-100%) translateX(-50%); + margin-top: -8px; +} +.slider .hint.top-side::before { + top: 100%; + left: 50%; + -webkit-transform: rotate(45deg) translateX(-50%); + -ms-transform: rotate(45deg) translateX(-50%); + transform: rotate(45deg) translateX(-50%); + margin-top: -1px; +} +.slider .hint.bottom-side { + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + top: 100%; + margin-top: 8px; +} +.slider .hint.bottom-side::before { + top: 0; + left: 50%; + -webkit-transform: rotate(45deg) translateX(-50%); + -ms-transform: rotate(45deg) translateX(-50%); + transform: rotate(45deg) translateX(-50%); + margin-top: -1px; +} +.slider .hint.left-side { + left: 0; + top: 50%; + -webkit-transform: translateY(-50%) translateX(-100%); + -ms-transform: translateY(-50%) translateX(-100%); + transform: translateY(-50%) translateX(-100%); + margin-left: -8px; +} +.slider .hint.left-side::before { + top: 50%; + right: 0; + -webkit-transform: translateY(-50%) rotate(45deg); + -ms-transform: translateY(-50%) rotate(45deg); + transform: translateY(-50%) rotate(45deg); + margin-right: -3px; +} +.slider .hint.right-side { + left: 100%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + top: 50%; + margin-left: 8px; +} +.slider .hint.right-side::before { + top: 50%; + left: 0; + -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); + -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); + transform: translateX(-50%) translateY(-50%) rotate(45deg); +} +.slider .marker.left-knob { + left: 0; +} +.slider .marker.right-knob { + left: auto; + right: 0; +} +.slider.range .complete { + width: 100%; +} +.slider.thin .backside, +.slider.thin .complete, +.slider.thin .buffer { + height: 6px; +} +.slider.ultra-thin .backside, +.slider.ultra-thin .complete, +.slider.ultra-thin .buffer { + height: 4px; +} +.slider.cycle-marker .marker { + border-radius: 50%; +} +.slider.vertical-slider { + width: 2.125rem; + height: 100px; +} +.slider.vertical-slider .backside, +.slider.vertical-slider .complete, +.slider.vertical-slider .buffer, +.slider.vertical-slider .marker { + top: auto; + left: 50%; + -webkit-transform: translateY(0) translateX(-50%); + -ms-transform: translateY(0) translateX(-50%); + transform: translateY(0) translateX(-50%); +} +.slider.vertical-slider .backside, +.slider.vertical-slider .complete, +.slider.vertical-slider .buffer { + width: 0.5rem; + bottom: 0; +} +.slider.vertical-slider .backside { + height: 100%; +} +.slider.vertical-slider .buffer { + width: 0.3rem; +} +.slider.vertical-slider .marker { + top: 100%; + -webkit-transform: translateY(-100%) translateX(-50%); + -ms-transform: translateY(-100%) translateX(-50%); + transform: translateY(-100%) translateX(-50%); +} +.slider.rounded .backside, +.slider.rounded .complete, +.slider.rounded .buffer, +.slider.rounded .marker { + border-radius: 0.25rem; +} +.slider.disabled .marker { + display: none; +} +.social-box { + display: block; + position: relative; + -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); + background-color: #ffffff; + color: #1d1d1d; +} +.social-box .header { + display: block; + position: relative; + padding: 20px 20px 40px 20px; +} +.social-box .header .avatar { + position: absolute; + width: 90px; + height: auto; + border-radius: 50%; + overflow: hidden; + top: 100%; + left: 50%; + margin-top: -45px; + margin-left: -45px; + z-index: 2; + border: 2px solid #ffffff; +} +.social-box .header .title { + font-size: 25px; + line-height: 1.1; + font-weight: 300; + margin-bottom: 5px; + z-index: 1; +} +.social-box .header .subtitle { + font-size: 14px; + line-height: 1.1; + font-weight: 500; + margin: 0; + z-index: 1; +} +.social-box .skills { + margin: 0; + padding: 40px 0 0 0; + list-style: none inside; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.social-box .skills li { + padding: 8px 16px; + font-size: 14px; + text-align: center; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; +} +.social-box .skills li a { + text-decoration: none; + color: inherit; +} +.social-box .skills li + li { + border-left: 1px solid #dfdfdf; +} +.spinner { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + padding: 0; + cursor: text; + position: relative; + height: 36px; + line-height: 36px; +} +.spinner input { + border: none!important; + display: block; + position: relative; + width: 100%; + height: 100%; + line-height: 36px; + font-size: 16px; + padding: 0 4px; + text-align: center; +} +.spinner input:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.spinner .button { + width: 34px; + min-width: 34px; + height: 34px; + line-height: 34px; + text-align: center; + font-weight: bold; + background-color: #f8f8f8; + padding: 0; +} +.spinner .spinner-button-plus { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.spinner .spinner-button-minus { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.spinner input { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.spinner.buttons-left .spinner-button-plus { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.spinner.buttons-left .spinner-button-minus { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.spinner.buttons-left input { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; + text-align: right; +} +.spinner.buttons-right .spinner-button-plus { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.spinner.buttons-right .spinner-button-minus { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.spinner.buttons-right input { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; + text-align: left; +} +.spinner.input-large { + height: 50px; + line-height: 50px; +} +.spinner.input-large input { + font-size: 1.3rem; +} +.spinner.input-large .spinner-button { + height: 48px; + width: 48px; + min-width: 48px; + line-height: 48px; + font-size: 1.3rem; +} +.spinner.input-large .spinner-button [class*=mif-] { + font-size: 1.3rem; +} +.spinner.input-large .default-icon-plus, +.spinner.input-large .default-icon-minus { + width: 21px; + height: 21px; +} +.spinner.input-small { + height: 28px; + line-height: 28px; +} +.spinner.input-small input { + font-size: 0.9rem; +} +.spinner.input-small .spinner-button { + height: 26px; + width: 26px; + min-width: 26px; + line-height: 26px; + font-size: 0.9rem; +} +.spinner.input-small .spinner-button [class*=mif-] { + font-size: 0.9rem; +} +.spinner.input-small .default-icon-plus, +.spinner.input-small .default-icon-minus { + width: 14px; + height: 14px; +} +.split-button { + display: inline-block; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + width: auto; + height: 36px; + line-height: 1; +} +.split-button > *:nth-child(1) { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.split-button > *:nth-child(2) { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + margin-left: 4px; +} +.split-button .dropdown { + position: static; +} +.split-button .drop-object { + left: 0; +} +.split-button > .split-button { + margin-left: 4px; + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.split-button .split { + margin-left: -2px; + padding: 0 0.75rem; + text-align: center; + vertical-align: middle ; + background-color: #e4e4e4; + border: 1px transparent solid; + color: #1d1d1d; + cursor: pointer; + outline: none; + font-size: 0.875rem; + position: relative; + line-height: 36px; + height: 36px; + min-width: 36px; +} +.split-button .split.dropdown-toggle::before { + margin-left: -1.25rem; +} +.split-button .split:hover { + background-color: #cbcbcb; +} +.split-button .split:focus, +.split-button .split:hover { + text-decoration: none; +} +.split-button .split:active { + outline: 0; + -webkit-box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); + box-shadow: 0 0 0 3px rgba(190, 190, 190, 0.45); +} +.split-button .split.disabled, +.split-button .split:disabled { + opacity: 0.65; +} +.split-button .split.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.split-button .split:active { + -webkit-box-shadow: none; + box-shadow: none; +} +.splitter { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.splitter.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +.splitter > .gutter { + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + border: 1px solid #f8f8f8; + background-color: #f8f8f8; + cursor: col-resize; + z-index: 1; +} +.splitter > .gutter.active { + background-color: #bebebe; +} +.splitter > .gutter::before { + content: ""; + z-index: 1; + display: block; + position: absolute; + left: 0; + width: 100%; + top: 50%; + height: 24px; + margin-top: -12px; + background-color: #bebebe; +} +.splitter.vertical > .gutter { + cursor: row-resize; +} +.splitter.vertical > .gutter::before { + height: 100%; + width: 24px; + top: 0; + left: 50%; + margin-left: -12px; + margin-top: 0; +} +.splitter > .split-block { + position: relative; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; + -ms-flex-preferred-size: 0; + flex-basis: 0; + overflow: hidden; +} +.stepper { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + position: relative; + margin: 0.5rem 0; +} +.stepper::before { + content: ""; + display: block; + width: 100%; + position: absolute; + height: 1px; + background-color: #bebebe; + top: 50%; + left: 0; + z-index: 0; +} +.stepper.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; +} +.stepper .step { + display: block; + width: 32px; + height: 32px; + line-height: 32px; + text-align: center; + z-index: 1; + background-color: #989898; + color: #ffffff; + cursor: pointer; + position: relative; +} +.stepper .step span { + display: block; +} +.stepper .step.complete { + background-color: #60a917; + color: #ffffff; +} +.stepper .step.current { + background-color: #1ba1e2; + color: #ffffff; +} +.stepper.cycle .step { + border-radius: 50%; +} +.stepper.diamond .step { + -webkit-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); +} +.stepper.diamond .step span { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.streamer { + position: relative; + display: block; + width: 100%; + overflow: hidden; + margin-bottom: 1rem; +} +.streamer .streams { + width: 40px; + overflow: visible; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding-top: 30px; + background-color: #ffffff; + color: #1d1d1d; + position: absolute; + margin-top: 2px; + left: 0; + top: 0; + z-index: 500; +} +.streamer .streamer-actions { + position: absolute; + top: -1px; + left: 0; + width: 100%; + height: 32px; + display: none; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + background-color: inherit; + z-index: 101; +} +.streamer .streamer-action { + margin: 1px; + height: 26px; + width: 26px; + border: 0 solid #dfdfdf; + line-height: 26px; + text-align: center; + cursor: pointer; + background-color: #ffffff; + color: #1d1d1d; + outline: none; + padding: 0; +} +.streamer .streamer-action * { + vertical-align: inherit ; + font-size: 24px; + text-align: center; + width: 24px; + height: 24px; +} +.streamer a.streamer-action { + color: #1d1d1d; +} +.streamer a.streamer-action:hover { + color: #1d1d1d; +} +.streamer .stream { + position: relative; + height: 75px; + width: 40px; + padding: 4px 8px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + background-color: inherit; + color: inherit; + border: 2px solid #ffffff; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; +} +.streamer .stream-title, +.streamer .stream-secondary { + display: none; + z-index: 2; +} +.streamer .stream-title { + font-size: 14px; + text-transform: uppercase; + height: 100%; + line-height: 1; +} +.streamer .stream-secondary { + height: 16px; + line-height: 16px; + font-size: 12px; +} +.streamer .stream-icon { + position: absolute; + top: 50%; + left: 50%; + margin-top: -16px; + margin-left: -16px; + width: 32px; + height: 32px; + font-size: 24px; + text-align: center; +} +.streamer .events-area { + width: 100%; + overflow: hidden; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding-left: 40px; + z-index: 1; + position: relative; + white-space: nowrap; + overflow-x: scroll; + -webkit-overflow-scrolling: auto; +} +.streamer .streamer-timeline, +.streamer .streamer-fake-timeline { + height: 32px; + width: auto; + list-style: none inside; + margin: 0; + padding: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.streamer .streamer-timeline li, +.streamer .streamer-fake-timeline li { + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + width: 224px; + background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=") no-repeat; + vertical-align: bottom; + height: 100%; + line-height: 30px; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; +} +.streamer .streamer-timeline li em, +.streamer .streamer-fake-timeline li em { + font-size: 10px; + font-style: normal; + margin: 4px; + -webkit-box-flex: 1; + -ms-flex: 1 0 0px; + flex: 1 0 0; + max-width: 100%; +} +.streamer .streamer-fake-timeline { + position: absolute; + height: 1px; + top: 0; + left: 0; + width: 100%; +} +.streamer .streamer-fake-timeline li { + width: auto; + line-height: 1px; + -ms-flex-negative: 0; + flex-shrink: 0; + -webkit-box-flex: 0; + -ms-flex-positive: 0; + flex-grow: 0; + overflow: hidden; + text-align: center; + color: #fcfcfc; +} +.streamer .streamer-events { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.streamer .event-group { + display: block; + background-color: #ffffff; + color: #1d1d1d; + border: 1px solid transparent; + -ms-flex-negative: 0; + flex-shrink: 0; + margin-top: -1px; +} +.streamer .stream-events { + min-height: 75px; + height: auto; + width: auto; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.streamer .stream-events.global-stream { + min-height: 100%; +} +.streamer .stream-events.global-stream .stream-event { + min-width: 100%; +} +.streamer .stream-event { + width: 222px; + height: 72px; + border: 1px solid #f5f5f5; + margin: 2px 1px; + background-color: #ffffff; + color: #1d1d1d; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; +} +.streamer .stream-event:hover { + border-color: #dfdfdf; +} +.streamer .stream-event-slide { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + height: 100%; +} +.streamer .stream-event-slide .slide-logo { + width: 40px; + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding: 2px; +} +.streamer .stream-event-slide .slide-logo .icon { + width: 36px; + height: 36px; +} +.streamer .stream-event-slide .slide-logo .time { + margin-top: 1px; + padding: 5px 4px 6px; + font-size: 0.75rem; +} +.streamer .stream-event-slide .slide-data { + margin: 0 4px; + padding: 4px 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + width: auto; + max-width: calc(100% - 48px); + height: 100%; +} +.streamer .stream-event-slide .slide-data .title, +.streamer .stream-event-slide .slide-data .subtitle, +.streamer .stream-event-slide .slide-data .desc { + line-height: 1; +} +.streamer .stream-event-slide .slide-data .title { + font-size: 12px; + font-weight: bold; + line-height: 14px; +} +.streamer .stream-event-slide .slide-data .subtitle { + font-size: 10px; +} +.streamer .stream-event-slide .slide-data .desc { + font-size: 11px; + color: #999999; + margin-top: auto; + height: 29px; +} +.streamer .stream-event-slide .slide-data * + .subtitle { + margin-top: 2px; +} +.streamer .stream-event-slide .state-icon { + position: absolute; + z-index: 99; + top: 4px; + right: 8px; + color: #989898; +} +.streamer .stream-event { + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.streamer .stream-event.selected { + -webkit-box-shadow: 0 0 0 1px #5ebdec !important; + box-shadow: 0 0 0 1px #5ebdec !important; +} +.streamer .stream-events:not(.global-stream) .stream-event.disabled { + opacity: 0.2; +} +.streamer .size-auto { + width: auto; +} +.streamer .event-group.size-1x { + width: 224px; +} +.streamer .event-group.size-2x { + width: 448px; +} +.streamer .event-group.size-3x { + width: 672px; +} +.streamer .event-group.size-4x { + width: 896px; +} +.streamer .event-group.size-5x { + width: 1120px; +} +.streamer .event-group.size-6x { + width: 1344px; +} +.streamer .event-group.size-7x { + width: 1568px; +} +.streamer .event-group.size-8x { + width: 1792px; +} +.streamer .event-group.size-9x { + width: 2016px; +} +.streamer .event-group.size-10x { + width: 2240px; +} +.streamer .event-group.size-11x { + width: 2464px; +} +.streamer .event-group.size-12x { + width: 2688px; +} +.streamer .event-group.size-13x { + width: 2912px; +} +.streamer .event-group.size-14x { + width: 3136px; +} +.streamer .event-group.size-15x { + width: 3360px; +} +.streamer .event-group.size-16x { + width: 3584px; +} +.streamer .event-group.size-17x { + width: 3808px; +} +.streamer .event-group.size-18x { + width: 4032px; +} +.streamer .event-group.size-19x { + width: 4256px; +} +.streamer .event-group.size-20x { + width: 4480px; +} +.streamer .stream-event.size-1x { + width: 222px; +} +.streamer .stream-event.shift-1x { + margin-left: 225px; +} +.streamer .stream-event.size-2x { + width: 446px; +} +.streamer .stream-event.shift-2x { + margin-left: 449px; +} +.streamer .stream-event.size-3x { + width: 670px; +} +.streamer .stream-event.shift-3x { + margin-left: 673px; +} +.streamer .stream-event.size-4x { + width: 894px; +} +.streamer .stream-event.shift-4x { + margin-left: 897px; +} +.streamer .stream-event.size-5x { + width: 1118px; +} +.streamer .stream-event.shift-5x { + margin-left: 1121px; +} +.streamer .stream-event.size-6x { + width: 1342px; +} +.streamer .stream-event.shift-6x { + margin-left: 1345px; +} +.streamer .stream-event.size-7x { + width: 1566px; +} +.streamer .stream-event.shift-7x { + margin-left: 1569px; +} +.streamer .stream-event.size-8x { + width: 1790px; +} +.streamer .stream-event.shift-8x { + margin-left: 1793px; +} +.streamer .stream-event.size-9x { + width: 2014px; +} +.streamer .stream-event.shift-9x { + margin-left: 2017px; +} +.streamer .stream-event.size-10x { + width: 2238px; +} +.streamer .stream-event.shift-10x { + margin-left: 2241px; +} +.streamer .stream-event.size-11x { + width: 2462px; +} +.streamer .stream-event.shift-11x { + margin-left: 2465px; +} +.streamer .stream-event.size-12x { + width: 2686px; +} +.streamer .stream-event.shift-12x { + margin-left: 2689px; +} +.streamer .stream-event.size-13x { + width: 2910px; +} +.streamer .stream-event.shift-13x { + margin-left: 2913px; +} +.streamer .stream-event.size-14x { + width: 3134px; +} +.streamer .stream-event.shift-14x { + margin-left: 3137px; +} +.streamer .stream-event.size-15x { + width: 3358px; +} +.streamer .stream-event.shift-15x { + margin-left: 3361px; +} +.streamer .stream-event.size-16x { + width: 3582px; +} +.streamer .stream-event.shift-16x { + margin-left: 3585px; +} +.streamer .stream-event.size-17x { + width: 3806px; +} +.streamer .stream-event.shift-17x { + margin-left: 3809px; +} +.streamer .stream-event.size-18x { + width: 4030px; +} +.streamer .stream-event.shift-18x { + margin-left: 4033px; +} +.streamer .stream-event.size-19x { + width: 4254px; +} +.streamer .stream-event.shift-19x { + margin-left: 4257px; +} +.streamer .stream-event.size-20x { + width: 4478px; +} +.streamer .stream-event.shift-20x { + margin-left: 4481px; +} +.streamer .stream-event.size-half { + width: 112px; +} +.streamer .stream-event.size-one-third { + width: 74.66666667px; +} +.streamer .stream-event.offset-half { + margin-left: 112px; +} +.streamer .stream-event.offset-one-third { + margin-left: 74.66666667px; +} +html.metro-no-touch-device .streamer .stream:hover { + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; + width: 200px; +} +html.metro-no-touch-device .streamer .stream:hover .stream-title, +html.metro-no-touch-device .streamer .stream:hover .stream-secondary { + display: block; +} +html.metro-no-touch-device .streamer .stream:hover .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; +} +html.metro-touch-device .streamer .stream.focused { + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; + width: 200px; +} +html.metro-touch-device .streamer .stream.focused .stream-title, +html.metro-touch-device .streamer .stream.focused .stream-secondary { + display: block; +} +html.metro-touch-device .streamer .stream.focused .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; +} +@media screen and (min-width: 0) { + .streamer.streamer-expand-fs .streams, + .streamer.streamer-expand-fs .stream { + width: 200px; } - .pb-18-xxl { - padding-bottom: 72px !important; + .streamer.streamer-expand-fs .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .px-18-xxl { - padding-left: 72px !important; - padding-right: 72px !important; + .streamer.streamer-expand-fs .stream-title, + .streamer.streamer-expand-fs .stream-secondary { + display: block; } - .py-18-xxl { - padding-top: 72px !important; - padding-bottom: 72px !important; + .streamer.streamer-expand-fs .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .m-18-xxl { - margin: 72px !important; + .streamer.streamer-expand-fs .events-area { + padding-left: 200px; } - .mr-18-xxl { - margin-right: 72px !important; +} +@media screen and (min-width: 576px) { + .streamer.streamer-expand-sm .streams, + .streamer.streamer-expand-sm .stream { + width: 200px; } - .ml-18-xxl { - margin-left: 72px !important; + .streamer.streamer-expand-sm .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .mt-18-xxl { - margin-top: 72px !important; + .streamer.streamer-expand-sm .stream-title, + .streamer.streamer-expand-sm .stream-secondary { + display: block; } - .mb-18-xxl { - margin-bottom: 72px !important; + .streamer.streamer-expand-sm .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .mx-18-xxl { - margin-left: 72px !important; - margin-right: 72px !important; + .streamer.streamer-expand-sm .events-area { + padding-left: 200px; } - .my-18-xxl { - margin-top: 72px !important; - margin-bottom: 72px !important; +} +@media screen and (min-width: 768px) { + .streamer.streamer-expand-md .streams, + .streamer.streamer-expand-md .stream { + width: 200px; } - .m-18-xxl-minus { - margin: -72px !important; + .streamer.streamer-expand-md .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .mr-18-xxl-minus { - margin-right: -72px !important; + .streamer.streamer-expand-md .stream-title, + .streamer.streamer-expand-md .stream-secondary { + display: block; } - .ml-18-xxl-minus { - margin-left: -72px !important; + .streamer.streamer-expand-md .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .mt-18-xxl-minus { - margin-top: -72px !important; + .streamer.streamer-expand-md .events-area { + padding-left: 200px; } - .mb-18-xxl-minus { - margin-bottom: -72px !important; +} +@media screen and (min-width: 992px) { + .streamer.streamer-expand-lg .streams, + .streamer.streamer-expand-lg .stream { + width: 200px; } - .p-19-xxl { - padding: 76px !important; + .streamer.streamer-expand-lg .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .pr-19-xxl { - padding-right: 76px !important; + .streamer.streamer-expand-lg .stream-title, + .streamer.streamer-expand-lg .stream-secondary { + display: block; } - .pl-19-xxl { - padding-left: 76px !important; + .streamer.streamer-expand-lg .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .pt-19-xxl { - padding-top: 76px !important; + .streamer.streamer-expand-lg .events-area { + padding-left: 200px; } - .pb-19-xxl { - padding-bottom: 76px !important; +} +@media screen and (min-width: 1200px) { + .streamer.streamer-expand-xl .streams, + .streamer.streamer-expand-xl .stream { + width: 200px; } - .px-19-xxl { - padding-left: 76px !important; - padding-right: 76px !important; + .streamer.streamer-expand-xl .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .py-19-xxl { - padding-top: 76px !important; - padding-bottom: 76px !important; + .streamer.streamer-expand-xl .stream-title, + .streamer.streamer-expand-xl .stream-secondary { + display: block; } - .m-19-xxl { - margin: 76px !important; + .streamer.streamer-expand-xl .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .mr-19-xxl { - margin-right: 76px !important; + .streamer.streamer-expand-xl .events-area { + padding-left: 200px; } - .ml-19-xxl { - margin-left: 76px !important; +} +@media screen and (min-width: 1452px) { + .streamer.streamer-expand-xxl .streams, + .streamer.streamer-expand-xxl .stream { + width: 200px; } - .mt-19-xxl { - margin-top: 76px !important; + .streamer.streamer-expand-xxl .streamer-actions { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + width: 200px; } - .mb-19-xxl { - margin-bottom: 76px !important; + .streamer.streamer-expand-xxl .stream-title, + .streamer.streamer-expand-xxl .stream-secondary { + display: block; } - .mx-19-xxl { - margin-left: 76px !important; - margin-right: 76px !important; + .streamer.streamer-expand-xxl .stream-icon { + bottom: 4px; + right: 4px; + top: auto; + left: auto; } - .my-19-xxl { - margin-top: 76px !important; - margin-bottom: 76px !important; + .streamer.streamer-expand-xxl .events-area { + padding-left: 200px; } - .m-19-xxl-minus { - margin: -76px !important; +} +.switch { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + margin: 0; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; +} +.switch input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.switch .check, +.switch .caption { + display: block; + line-height: 38px; + font-size: 14px; + margin: 0 4px; + position: relative; +} +.switch .check { + position: relative; + height: 1.25rem; + width: 2.8125rem; + border: 2px #1d1d1d solid; + cursor: pointer; + background: transparent; + z-index: 1; + display: inline-block; + vertical-align: middle; + border-radius: 0.5625rem; + -ms-flex-negative: 0; + flex-shrink: 0; +} +.switch .check::after { + position: absolute; + left: 3px; + display: block; + content: ""; + height: 0.75rem; + width: 0.75rem; + top: 50%; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + border: 2px #333 solid; + cursor: pointer; + background: #333; + z-index: 2; + border-radius: 50%; +} +.switch input[type="checkbox"]:checked ~ .check { + background: #1d1d1d; + border-color: #1d1d1d; +} +.switch input[type="checkbox"]:checked ~ .check::after { + background-color: #ffffff; + border-color: #ffffff; + left: auto; + -webkit-transform: translateX(1.625rem) translateY(-50%); + -ms-transform: translateX(1.625rem) translateY(-50%); + transform: translateX(1.625rem) translateY(-50%); +} +.switch input[type="checkbox"]:disabled ~ .check { + background-color: #e9e9e9; + border-color: #e9e9e9; +} +.switch input[type="checkbox"]:disabled ~ .check::after { + background-color: #d0d0d0; + border-color: #d0d0d0; +} +.switch .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.switch .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.switch.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.switch.required, +.switch.invalid, +.switch.valid { + border: none!important; +} +.switch.invalid::after { + display: none; +} +.switch.transition-on .check { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch.transition-on .check::after { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch.transition-on input[type="checkbox"]:checked ~ .check::after { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch-material { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + height: 36px; + margin: 0; +} +.switch-material input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.switch-material .check, +.switch-material .caption { + display: inline-block; + vertical-align: middle; + line-height: 18px; + font-size: 14px; + margin: 0 4px; +} +.switch-material .check { + width: 36px; + height: 16px; + background-color: #929292; + border-radius: 8px; + overflow: visible; + position: relative; + margin: 0 4px; +} +.switch-material .check::before { + position: absolute; + display: block; + content: ""; + width: 22px; + height: 22px; + z-index: 2; + margin-top: -3px; + margin-left: -3px; + border-radius: 50%; + background-color: #00aba9; + -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); + box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); +} +.switch-material input:checked ~ .check { + background-color: rgba(0, 150, 136, 0.5); +} +.switch-material input:not(:checked) ~ .check::before { + background-color: #ffffff; +} +.switch-material input:checked ~ .check { + background-color: rgba(0, 150, 136, 0.5); +} +.switch-material input:checked ~ .check::before { + -webkit-transform: translateX(22px); + -ms-transform: translateX(22px); + transform: translateX(22px); +} +.switch-material input:disabled ~ .check { + background-color: #D5D5D5; +} +.switch-material input:disabled ~ .check:before { + background-color: #BDBDBD; +} +.switch-material .check { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.switch-material .caption { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.switch-material.caption-left { + -webkit-box-orient: horizontal; + -webkit-box-direction: reverse; + -ms-flex-flow: row-reverse nowrap; + flex-flow: row-reverse nowrap; +} +.switch-material.transition-on { + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +.switch-material.transition-on input:not(:checked) ~ .check::before { + -webkit-transition: linear all 0.2s; + -o-transition: linear all 0.2s; + transition: linear all 0.2s; +} +.switch-material.transition-on input:checked ~ .check::before { + -webkit-transition: linear all 0.2s; + -o-transition: linear all 0.2s; + transition: linear all 0.2s; +} +.t-menu { + list-style: none inside; + margin: 0; + padding: 0; + position: relative; + width: auto; + float: left; + background-color: #ffffff; + color: #1d1d1d; + border-collapse: separate; + display: none; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.t-menu.open { + display: block; +} +.t-menu > li { + position: relative; + background-color: inherit; + color: inherit; + display: block; +} +.t-menu > li > a { + display: block; + padding: 0 1rem; + border-bottom: 1px #dfdfdf solid; + position: relative; + color: inherit; + background-color: inherit; + height: 60px; + width: 60px; + line-height: 60px; +} +.t-menu > li > a .icon { + width: 1.5rem; + height: 1.5rem; + font-size: 1.5rem; + line-height: 60px; +} +.t-menu > li:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.t-menu > li:last-child a { + border-bottom: 0; +} +.t-menu a { + text-decoration: none!important; +} +.t-menu.horizontal > li { + float: left; +} +.t-menu .t-menu { + position: absolute; + left: 100%; + margin-left: 0.3125rem; + top: 0; + float: none; +} +.t-menu.horizontal .t-menu { + left: 0 ; + top: 100% ; + margin-top: 0.3125rem; + margin-left: 0 ; +} +.t-menu .dropdown-toggle { + padding-right: 1rem!important; +} +.t-menu .dropdown-toggle:after { + content: ""; + background-color: transparent; + position: absolute; + left: auto; + top: auto; + bottom: 0; + right: 0; + width: 0; + height: 0; + border-style: solid; + border-width: 0 0 8px 8px; + border-color: transparent transparent rgba(29, 29, 29, 0.5) transparent; + -webkit-transform: rotate(0); + -ms-transform: rotate(0); + transform: rotate(0); +} +.t-menu .dropdown-toggle:before { + display: none; +} +.t-menu.horizontal > li > a { + border-right: 1px #dfdfdf solid; + border-bottom: 0; +} +.t-menu.horizontal > li:last-child > a { + border-right: 0; +} +.t-menu.horizontal .t-menu:not(.horizontal) { + left: 0; + top: 100% ; + margin-top: 0.3125rem; + margin-left: 0 ; +} +.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal { + left: 100% ; + margin-left: 0.3125rem; + top: -0.3rem; + float: left; +} +.t-menu.compact li a { + padding: 0 0.7rem; + width: 40px; + height: 40px; + line-height: 40px; +} +.t-menu.compact li a .icon { + width: 1rem; + height: 1rem; + font-size: 1rem; + line-height: 40px; +} +.t-menu.compact .dropdown-toggle { + padding-right: 0.7rem !important; +} +.t-menu { + z-index: 1000; +} +.table-container { + display: block; + position: relative; +} +.table-container.horizontal-scroll { + overflow: hidden; + overflow-x: auto; +} +.table-container.horizontal-scroll .table { + width: auto; + min-width: 100%; +} +.table { + display: table; +} +.thead { + display: table-header-group; +} +.tfoot { + display: table-footer-group; +} +.tbody { + display: table-row-group; +} +.tr { + display: table-row; +} +.th, +.td { + display: table-cell; +} +.table { + width: 100%; + margin-bottom: 1rem; + margin-top: 1rem; +} +.table th, +.table .th, +.table td, +.table .td { + padding: 0.625rem; +} +.table.fixed-layout { + table-layout: fixed; +} +.table.fixed-layout th, +.table.fixed-layout .th, +.table.fixed-layout td, +.table.fixed-layout .td { + white-space: nowrap; + overflow: hidden; +} +.table thead, +.table tfoot, +.table .thead, +.table .tfoot { + border-bottom: 4px solid #e4e4e4; +} +.table thead th, +.table tfoot th, +.table .thead th, +.table .tfoot th, +.table thead td, +.table tfoot td, +.table .thead td, +.table .tfoot td, +.table thead .th, +.table tfoot .th, +.table .thead .th, +.table .tfoot .th, +.table thead .td, +.table tfoot .td, +.table .thead .td, +.table .tfoot .td { + cursor: default; + color: #1d1d1d; + border-color: transparent; + text-align: left; + font-weight: bold; + line-height: 1.2; +} +.table tfoot, +.table .tfoot { + border-top: 4px solid #e4e4e4; +} +.table tbody td, +.table .tbody td, +.table tbody .td, +.table .tbody .td { + padding: 0.625rem; + vertical-align: middle; +} +.table .sortable-column, +.table .sorting { + position: relative; + cursor: pointer; + padding-right: 30px; +} +.table .sortable-column:after, +.table .sorting:after { + position: absolute; + content: "\21C5"; + width: 1rem; + height: 1rem; + left: 100%; + margin-left: -1.25rem; + top: 50%; + margin-top: -0.3rem; + color: inherit; + font-size: 0.8em; + font-weight: 100; + line-height: 1; + opacity: 0.7; +} +.table .sortable-column.sort-asc, +.table .sorting.sort-asc, +.table .sortable-column.sort-desc, +.table .sorting.sort-desc, +.table .sortable-column.sorting_asc, +.table .sorting.sorting_asc, +.table .sortable-column.sorting_desc, +.table .sorting.sorting_desc { + background-color: #ebebeb; +} +.table .sortable-column.sort-asc:after, +.table .sorting.sort-asc:after, +.table .sortable-column.sort-desc:after, +.table .sorting.sort-desc:after, +.table .sortable-column.sorting_asc:after, +.table .sorting.sorting_asc:after, +.table .sortable-column.sorting_desc:after, +.table .sorting.sorting_desc:after { + color: #1d1d1d; + opacity: 1; + font-weight: 700; + font-size: 1em; + margin-top: -0.5rem; +} +.table .sortable-column.sort-asc:after, +.table .sorting.sort-asc:after, +.table .sortable-column.sorting_asc:after, +.table .sorting.sorting_asc:after { + content: "\2191"; +} +.table .sortable-column.sort-desc:after, +.table .sorting.sort-desc:after, +.table .sortable-column.sorting_desc:after, +.table .sorting.sorting_desc:after { + content: "\2193"; +} +.table.sortable-markers-on-left .sortable-column, +.table.sortable-markers-on-left .sorting { + padding-left: 30px; + padding-right: 10px; +} +.table.sortable-markers-on-left .sortable-column:before, +.table.sortable-markers-on-left .sorting:before, +.table.sortable-markers-on-left .sortable-column:after, +.table.sortable-markers-on-left .sorting:after { + left: 0; + margin-left: 0.625rem; +} +.table tr.selected td, +.table .tr.selected td, +.table tr.selected .td, +.table .tr.selected .td { + background-color: rgba(28, 183, 236, 0.1); +} +.table td.selected, +.table .td.selected { + background-color: rgba(28, 183, 236, 0.3); +} +.table.striped tbody tr:nth-child(odd), +.table.striped .tbody .tr:nth-child(odd) { + background: #f8f8f8; +} +.table.row-hover tbody tr:hover, +.table.row-hover .tbody tr:hover, +.table.row-hover tbody .tr:hover, +.table.row-hover .tbody .tr:hover { + background-color: rgba(28, 183, 236, 0.1); +} +.table.cell-hover tbody td:hover, +.table.cell-hover .tbody td:hover, +.table.cell-hover tbody .td:hover, +.table.cell-hover .tbody .td:hover { + background-color: rgba(28, 183, 236, 0.3); +} +.table.table-border { + border: 1px #dfdfdf solid; +} +.table.cell-border th, +.table.cell-border td, +.table.cell-border .th, +.table.cell-border .td { + border: 1px #dfdfdf solid; +} +.table.cell-border thead tr:first-child th, +.table.cell-border .thead tr:first-child th, +.table.cell-border thead .tr:first-child th, +.table.cell-border .thead .tr:first-child th, +.table.cell-border thead tr:first-child td, +.table.cell-border .thead tr:first-child td, +.table.cell-border thead .tr:first-child td, +.table.cell-border .thead .tr:first-child td, +.table.cell-border thead tr:first-child .th, +.table.cell-border .thead tr:first-child .th, +.table.cell-border thead .tr:first-child .th, +.table.cell-border .thead .tr:first-child .th, +.table.cell-border thead tr:first-child .td, +.table.cell-border .thead tr:first-child .td, +.table.cell-border thead .tr:first-child .td, +.table.cell-border .thead .tr:first-child .td { + border-top: none; +} +.table.cell-border thead tr:first-child th:first-child, +.table.cell-border .thead tr:first-child th:first-child, +.table.cell-border thead .tr:first-child th:first-child, +.table.cell-border .thead .tr:first-child th:first-child, +.table.cell-border thead tr:first-child td:first-child, +.table.cell-border .thead tr:first-child td:first-child, +.table.cell-border thead .tr:first-child td:first-child, +.table.cell-border .thead .tr:first-child td:first-child, +.table.cell-border thead tr:first-child .th:first-child, +.table.cell-border .thead tr:first-child .th:first-child, +.table.cell-border thead .tr:first-child .th:first-child, +.table.cell-border .thead .tr:first-child .th:first-child, +.table.cell-border thead tr:first-child .td:first-child, +.table.cell-border .thead tr:first-child .td:first-child, +.table.cell-border thead .tr:first-child .td:first-child, +.table.cell-border .thead .tr:first-child .td:first-child { + border-left: none; +} +.table.cell-border thead tr:first-child th:last-child, +.table.cell-border .thead tr:first-child th:last-child, +.table.cell-border thead .tr:first-child th:last-child, +.table.cell-border .thead .tr:first-child th:last-child, +.table.cell-border thead tr:first-child td:last-child, +.table.cell-border .thead tr:first-child td:last-child, +.table.cell-border thead .tr:first-child td:last-child, +.table.cell-border .thead .tr:first-child td:last-child, +.table.cell-border thead tr:first-child .th:last-child, +.table.cell-border .thead tr:first-child .th:last-child, +.table.cell-border thead .tr:first-child .th:last-child, +.table.cell-border .thead .tr:first-child .th:last-child, +.table.cell-border thead tr:first-child .td:last-child, +.table.cell-border .thead tr:first-child .td:last-child, +.table.cell-border thead .tr:first-child .td:last-child, +.table.cell-border .thead .tr:first-child .td:last-child { + border-right: none; +} +.table.cell-border tbody tr:first-child td, +.table.cell-border .tbody tr:first-child td, +.table.cell-border tbody .tr:first-child td, +.table.cell-border .tbody .tr:first-child td, +.table.cell-border tbody tr:first-child .td, +.table.cell-border .tbody tr:first-child .td, +.table.cell-border tbody .tr:first-child .td, +.table.cell-border .tbody .tr:first-child .td { + border-top: none; +} +.table.cell-border tbody tr td:first-child, +.table.cell-border .tbody tr td:first-child, +.table.cell-border tbody .tr td:first-child, +.table.cell-border .tbody .tr td:first-child, +.table.cell-border tbody tr .td:first-child, +.table.cell-border .tbody tr .td:first-child, +.table.cell-border tbody .tr .td:first-child, +.table.cell-border .tbody .tr .td:first-child { + border-left: none; +} +.table.cell-border tbody tr td:last-child, +.table.cell-border .tbody tr td:last-child, +.table.cell-border tbody .tr td:last-child, +.table.cell-border .tbody .tr td:last-child, +.table.cell-border tbody tr .td:last-child, +.table.cell-border .tbody tr .td:last-child, +.table.cell-border tbody .tr .td:last-child, +.table.cell-border .tbody .tr .td:last-child { + border-right: none; +} +.table.cell-border tbody tr:last-child td, +.table.cell-border .tbody tr:last-child td, +.table.cell-border tbody .tr:last-child td, +.table.cell-border .tbody .tr:last-child td, +.table.cell-border tbody tr:last-child .td, +.table.cell-border .tbody tr:last-child .td, +.table.cell-border tbody .tr:last-child .td, +.table.cell-border .tbody .tr:last-child .td { + border-bottom: none; +} +.table.row-border tr + tr, +.table.row-border .tr + .tr { + border-top: 1px #dfdfdf solid; +} +.table.subcompact th, +.table.subcompact td, +.table.subcompact .th, +.table.subcompact .td { + padding: 3px 8px; + font-size: 80%; +} +.table.compact th, +.table.compact td, +.table.compact .th, +.table.compact .td { + padding: 7px 8px; + font-size: 80%; +} +.table .check-cell, +.table .rownum-cell { + width: 36px; + text-align: center; +} +.table thead td.hidden, +.table tbody td.hidden, +.table .thead td.hidden, +.table .tbody td.hidden, +.table thead th.hidden, +.table tbody th.hidden, +.table .thead th.hidden, +.table .tbody th.hidden, +.table thead .th.hidden, +.table tbody .th.hidden, +.table .thead .th.hidden, +.table .tbody .th.hidden, +.table thead .td.hidden, +.table tbody .td.hidden, +.table .thead .td.hidden, +.table .tbody .td.hidden { + display: none!important; +} +.table .data-wrapper { + white-space: nowrap; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; +} +.table .checkbox, +.table .radio, +.table .switch { + height: initial; +} +.table-component { + display: block; + position: relative; +} +.table-bottom { + margin-left: 0; + margin-right: 0; +} +.table-info, +.table-pagination, +.table-skip { + -ms-flex-preferred-size: auto; + flex-basis: auto; +} +.table-progress { + width: 64px; + height: 64px; + position: absolute; + top: 200px; + left: 50%; + -webkit-transform: translateX(-50%); + -ms-transform: translateX(-50%); + transform: translateX(-50%); + display: none; + z-index: 2; +} +.table-progress [class*=activity-] { + margin: 0 auto; +} +.table-inspector { + display: none; + position: absolute; + top: 0; + left: 0; + background-color: #ffffff; + color: #1d1d1d; + z-index: 500; + border: 1px double #dfdfdf; + width: auto; + padding: 10px; + max-height: calc(100vh - 40px); + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); +} +.table-inspector .table-inspector-header { + display: block; + position: relative; + white-space: nowrap; + overflow: hidden; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + padding: 0 0.5rem 0.5rem; + border-bottom: 1px solid #dfdfdf; + font-size: 24px; + font-weight: 100; + margin-bottom: 0.5rem; +} +.table-inspector .table-wrap { + display: block; + height: calc(100% - 110px); + overflow-x: hidden; + overflow-y: auto; +} +.table-inspector .table-inspector-actions { + display: block; + position: relative; + border-top: 1px solid #dfdfdf; + padding: 0.5rem 0.5rem 0; + margin-top: 0.5rem; +} +.table-inspector table, +.table-inspector .table { + margin-bottom: 0; +} +.table-inspector table td, +.table-inspector .table td, +.table-inspector table .td, +.table-inspector .table .td { + vertical-align: middle; +} +.table-inspector table tr.flash, +.table-inspector .table tr.flash, +.table-inspector table .tr.flash, +.table-inspector .table .tr.flash { + -webkit-animation: flash-bg 1s ease-out; + animation: flash-bg 1s ease-out; + -webkit-animation-iteration-count: 1; + animation-iteration-count: 1; +} +.table-inspector .spinner { + width: 120px; +} +.table-inspector .spinner input { + font-size: 14px; +} +.table-inspector.open { + display: block; +} +.table-form { + display: block; + position: absolute; + z-index: 500; + height: auto; + max-height: calc(100vh - 40px); + width: auto; + max-width: calc(100vw - 40px); + top: 50%; + left: 50%; + -webkit-transform: translate3d(-50%, -50%, 0); + transform: translate3d(-50%, -50%, 0); + border: 1px solid #dfdfdf; + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); +} +@-webkit-keyframes flash-bg { + 0% { + background-color: #ffffff; } - .mr-19-xxl-minus { - margin-right: -76px !important; + 30% { + background-color: #bebebe; } - .ml-19-xxl-minus { - margin-left: -76px !important; + 100% { + background-color: #ffffff; } - .mt-19-xxl-minus { - margin-top: -76px !important; +} +@keyframes flash-bg { + 0% { + background-color: #ffffff; } - .mb-19-xxl-minus { - margin-bottom: -76px !important; + 30% { + background-color: #bebebe; } - .p-20-xxl { - padding: 80px !important; + 100% { + background-color: #ffffff; } - .pr-20-xxl { - padding-right: 80px !important; +} +@media screen and (min-width: 0) { + .table.normal-fs th, + .table.normal-fs td, + .table.normal-fs .th, + .table.normal-fs .td { + padding: 0.625rem; + font-size: 1em; } - .pl-20-xxl { - padding-left: 80px !important; + .table.compact-fs th, + .table.compact-fs td, + .table.compact-fs .th, + .table.compact-fs .td { + padding: 7px 8px; + font-size: 80%; } - .pt-20-xxl { - padding-top: 80px !important; + .table.subcompact-fs th, + .table.subcompact-fs td, + .table.subcompact-fs .th, + .table.subcompact-fs .td { + padding: 3px 8px; + font-size: 80%; } - .pb-20-xxl { - padding-bottom: 80px !important; +} +@media screen and (min-width: 576px) { + .table.normal-sm th, + .table.normal-sm td, + .table.normal-sm .th, + .table.normal-sm .td { + padding: 0.625rem; + font-size: 1em; } - .px-20-xxl { - padding-left: 80px !important; - padding-right: 80px !important; + .table.compact-sm th, + .table.compact-sm td, + .table.compact-sm .th, + .table.compact-sm .td { + padding: 7px 8px; + font-size: 80%; } - .py-20-xxl { - padding-top: 80px !important; - padding-bottom: 80px !important; + .table.subcompact-sm th, + .table.subcompact-sm td, + .table.subcompact-sm .th, + .table.subcompact-sm .td { + padding: 3px 8px; + font-size: 80%; } - .m-20-xxl { - margin: 80px !important; +} +@media screen and (min-width: 768px) { + .table.normal-md th, + .table.normal-md td, + .table.normal-md .th, + .table.normal-md .td { + padding: 0.625rem; + font-size: 1em; } - .mr-20-xxl { - margin-right: 80px !important; + .table.compact-md th, + .table.compact-md td, + .table.compact-md .th, + .table.compact-md .td { + padding: 7px 8px; + font-size: 80%; } - .ml-20-xxl { - margin-left: 80px !important; + .table.subcompact-md th, + .table.subcompact-md td, + .table.subcompact-md .th, + .table.subcompact-md .td { + padding: 3px 8px; + font-size: 80%; } - .mt-20-xxl { - margin-top: 80px !important; +} +@media screen and (min-width: 992px) { + .table.normal-lg th, + .table.normal-lg td, + .table.normal-lg .th, + .table.normal-lg .td { + padding: 0.625rem; + font-size: 1em; } - .mb-20-xxl { - margin-bottom: 80px !important; + .table.compact-lg th, + .table.compact-lg td, + .table.compact-lg .th, + .table.compact-lg .td { + padding: 7px 8px; + font-size: 80%; } - .mx-20-xxl { - margin-left: 80px !important; - margin-right: 80px !important; + .table.subcompact-lg th, + .table.subcompact-lg td, + .table.subcompact-lg .th, + .table.subcompact-lg .td { + padding: 3px 8px; + font-size: 80%; } - .my-20-xxl { - margin-top: 80px !important; - margin-bottom: 80px !important; +} +@media screen and (min-width: 1200px) { + .table.normal-xl th, + .table.normal-xl td, + .table.normal-xl .th, + .table.normal-xl .td { + padding: 0.625rem; + font-size: 1em; } - .m-20-xxl-minus { - margin: -80px !important; + .table.compact-xl th, + .table.compact-xl td, + .table.compact-xl .th, + .table.compact-xl .td { + padding: 7px 8px; + font-size: 80%; } - .mr-20-xxl-minus { - margin-right: -80px !important; + .table.subcompact-xl th, + .table.subcompact-xl td, + .table.subcompact-xl .th, + .table.subcompact-xl .td { + padding: 3px 8px; + font-size: 80%; } - .ml-20-xxl-minus { - margin-left: -80px !important; +} +@media screen and (min-width: 1452px) { + .table.normal-xxl th, + .table.normal-xxl td, + .table.normal-xxl .th, + .table.normal-xxl .td { + padding: 0.625rem; + font-size: 1em; } - .mt-20-xxl-minus { - margin-top: -80px !important; + .table.compact-xxl th, + .table.compact-xxl td, + .table.compact-xxl .th, + .table.compact-xxl .td { + padding: 7px 8px; + font-size: 80%; } - .mb-20-xxl-minus { - margin-bottom: -80px !important; + .table.subcompact-xxl th, + .table.subcompact-xxl td, + .table.subcompact-xxl .th, + .table.subcompact-xxl .td { + padding: 3px 8px; + font-size: 80%; } } -.text-ultralight { - font-weight: 100 !important; +.table-load-data-activity { + position: absolute!important; + top: 0; + left: 0; + z-index: 500; +} +.table-skip { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + position: relative; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; +} +.table-skip input { + width: 220px; +} +.tabs { + position: relative; + border: 1px solid #dfdfdf; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; + background-color: #ffffff; + color: #1d1d1d; +} +.tabs .hamburger, +.tabs .expand-title { + cursor: pointer; +} +.tabs .hamburger { + position: absolute; + top: 0.25rem; + right: 0.25rem; + display: block; +} +.tabs .expand-title { + display: block; + padding: 0.65rem 1rem 0; + background-color: inherit; + color: inherit; + text-decoration: none; +} +.tabs > ul.tabs-list { + list-style: none inside; + margin: 0; + padding: 0; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-pack: inherit; + -ms-flex-pack: inherit; + justify-content: inherit; + width: 100%; + margin-top: 0.5rem; + margin-bottom: 1px; + position: relative; + overflow: hidden; + max-height: 0; + -webkit-transition: max-height 0.3s ease; + -o-transition: max-height 0.3s ease; + transition: max-height 0.3s ease; +} +.tabs > ul.tabs-list > li, +.tabs > ul.tabs-list a { + position: relative; +} +.tabs > ul.tabs-list > li { + display: block; + background-color: #ffffff; + color: #1d1d1d; + margin: 0 0 -1px 0; +} +.tabs > ul.tabs-list > li > a { + padding: 0.5rem 1rem; + background-color: inherit; + color: inherit; + text-decoration: none; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: center; + -ms-flex-pack: center; + justify-content: center; +} +.tabs > ul.tabs-list > li > a > [class*=mif-] { + margin: 0 4px; +} +.tabs > ul.tabs-list > li:hover { + background-color: #f8f8f8; +} +.tabs > ul.tabs-list > li.active { + background-color: #dfdfdf; +} +.tabs > ul.tabs-list .d-menu { + position: relative; + width: 100%; + -webkit-box-shadow: none; + box-shadow: none; +} +.tabs.bottom > ul.tabs-list { + border: none; +} +.tabs.bottom > ul.tabs-list > li { + margin: -1px 0 0 0; +} +.tabs.vertical > ul.tabs-list { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + border: none; + border-right: 1px solid #dfdfdf; + width: auto; + height: 100%; + -webkit-box-pack: inherit; + -ms-flex-pack: inherit; + justify-content: inherit; +} +.tabs.vertical > ul.tabs-list > li { + border: none; + border-right: 1px solid #dfdfdf; + margin: 0 -1px 0 0; +} +.tabs.vertical > ul.tabs-list > li > a { + text-align: right; +} +.tabs.vertical > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-right: none; +} +.tabs.vertical.right > ul.tabs-list { + border: none; + border-left: 1px solid #dfdfdf; +} +.tabs.vertical.right > ul.tabs-list > li { + border: none; + border-left: 1px solid #dfdfdf; + margin: 0 0 0 -1px; +} +.tabs.vertical.right > ul.tabs-list > li > a { + text-align: left; +} +.tabs.vertical.right > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-left: none; +} +.tabs.vertical { + min-width: 3.5rem; +} +.tabs.vertical .expand-title { + display: none!important; +} +.tabs-expand { + border: none; +} +.tabs-expand > ul.tabs-list { + border: 0; + border-bottom: 1px solid #dfdfdf; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + display: -webkit-box !important; + display: -ms-flexbox !important; + display: flex !important; + margin-top: 0; + height: auto; + max-height: none; + overflow: visible; +} +.tabs-expand > ul.tabs-list > li { + border-bottom: 1px solid #dfdfdf; +} +.tabs-expand > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-bottom: none; + background-color: #ffffff; +} +.tabs-expand > ul.tabs-list .d-menu { + position: absolute; + width: auto; + -webkit-box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); + box-shadow: 2px 2px 2px 0 rgba(227, 228, 229, 0.7), -0.5px 0 1px 0 rgba(227, 228, 229, 0.7); +} +.tabs-expand.bottom > ul.tabs-list { + border: none; + border-top: 1px solid #dfdfdf; +} +.tabs-expand.bottom > ul.tabs-list > li { + border: none; + border-top: 1px solid #dfdfdf; +} +.tabs-expand.bottom > ul.tabs-list > li.active { + border: 1px solid #dfdfdf; + border-top: none; +} +.tabs-expand.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; +} +.tabs-expand .hamburger, +.tabs-expand .expand-title { + display: none; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text, +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills, +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { + border-bottom: none; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; + border: none; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:hover { + background: transparent; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li.active { + font-size: 3rem; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li > a { + height: 100%; + padding: 0.5rem 0.5rem 0; + -webkit-box-align: end; + -ms-flex-align: end; + align-items: flex-end; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text > li:not(.active) a { + padding-bottom: 10px; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group { + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li { + border: 1px solid #dfdfdf; + width: 100%; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group > li.active { + background: #e4e4e4; + font-weight: 500; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li { + border: 1px solid transparent; + overflow: hidden; + border-radius: 10px; +} +.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills > li.active { + font-weight: 500; + border-color: #dfdfdf; + background: #e4e4e4; +} +.tabs-material { + margin: 0; + padding: 0 52px; + position: fixed; + height: auto; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + overflow: auto; + overflow-y: hidden; + width: 100%; + z-index: 1030; + background-color: #ffffff; + color: #1d1d1d; + white-space: nowrap; + list-style: none inside; + line-height: 1; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.tabs-material::-webkit-scrollbar { + display: none!important; +} +.tabs-material li { + -ms-flex-negative: 0; + flex-shrink: 0; + position: relative; + display: block; + height: 48px; + cursor: pointer; + opacity: 0.6; + text-align: center; + margin: 0; + overflow: hidden; + max-width: 360px; + min-width: 90px; + background-color: inherit; + color: inherit; +} +.tabs-material li a { + display: block; + position: relative; + padding: 16px 16px; + background-color: inherit; + color: inherit; + text-decoration: none; + font-weight: 500; + white-space: nowrap; + font-size: 14px; + text-transform: uppercase; + line-height: 20px; + width: 100%; +} +.tabs-material li .icon { + width: 24px; + height: 24px; + line-height: 24px; + font-size: 22px; + display: block; +} +.tabs-material::after { + content: " "; + min-width: 52px; +} +.tabs-material.with-icons li { + height: 72px; +} +.tabs-material li.active, +.tabs-material li:hover { + opacity: 1; + -webkit-transition: 0.3s linear; + -o-transition: 0.3s linear; + transition: 0.3s linear; +} +.tabs-material .tab-marker { + display: block; + position: absolute; + height: 2px; + bottom: 0; + left: 0; + color: transparent; + opacity: 1; + z-index: 1; + background-color: #1d1d1d; +} +.tabs-material .tab-badge { + position: absolute; + top: 8px; + right: 8px; + padding: 4px; +} +.tabs-material.deep { + z-index: 1029; +} +.tabs-material.fixed-tabs { + overflow-x: hidden; + padding: 0; +} +.tabs-material.fixed-tabs li { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -webkit-box-flex: 1; + -ms-flex-positive: 1; + flex-grow: 1; +} +.tabs-material.fixed-tabs::after { + content: ""; + min-width: 0; +} +.head-bar ~ .fixed-tabs, +.tabs-material.app-bar-present { + top: 56px; +} +.head-bar.more ~ .fixed-tabs, +.tabs-material.app-bar-present-more { + top: 112px; +} +.tag-input { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + width: 100%; + padding: 0 2px; + cursor: text; + position: relative; + height: auto; + min-height: 36px; +} +.tag-input .original-input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.tag-input .input-wrapper { + width: auto; + border: none!important; + height: 26px; + line-height: 26px; + font-size: 14px; + padding: 0 4px; +} +.tag-input .input-wrapper:focus { + -webkit-box-shadow: none!important; + box-shadow: none!important; +} +.tag-input .tag { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + -webkit-box-align: start; + -ms-flex-align: start; + align-items: flex-start; + position: relative; + margin: 2px; + padding: 0; + height: 26px; + line-height: 26px; + background-color: #f8f8f8; + cursor: default; +} +.tag-input .tag .title { + display: block; + position: relative; + max-width: 120px; + font-size: 14px; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + margin: 0 8px; +} +.tag-input .tag .remover { + display: block; + position: relative; + width: 26px; + height: 100%; + line-height: 22px; + text-align: center; + cursor: pointer; + background-color: #e4e4e4; + font-size: 1.2rem; +} +.tag-input .input-clear-button { + position: absolute; + top: 0; + right: 0; + z-index: 2; + background-color: transparent; + height: 34px; + min-width: 34px; +} +.tag-input .input-clear-button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.tag-input.padding-for-clear { + padding-right: 48px; +} +.tag-input.input-large { + min-height: 50px; +} +.tag-input.input-large .tag { + margin: 2px 2px; + height: 36px; + line-height: 36px; +} +.tag-input.input-large .tag .title { + font-size: 1.3rem; + line-height: 36px; +} +.tag-input.input-large .tag .remover { + width: 35px; + height: 35px; + line-height: 30px; + font-size: 1.6rem; +} +.tag-input.input-large input { + height: 48px; + font-size: 1.3rem; + padding: 0 10px; + line-height: 48px; + min-width: 5em; +} +.tag-input.input-large .button { + height: 48px; + min-width: 48px; + font-size: 1.3rem; +} +.tag-input.input-large .button [class*=mif-] { + font-size: 1.3rem; +} +.tag-input.input-large .button [class*=default-icon-] { + width: 21px; + height: 21px; +} +.tag-input.input-large .button .input-clear-button { + width: 48px; + padding: 0; +} +.tag-input.input-small { + min-height: 28px; +} +.tag-input.input-small .tag { + margin: 2px 2px; + height: 18px; + line-height: 18px; +} +.tag-input.input-small .tag .title { + font-size: 0.7rem; + line-height: 18px; +} +.tag-input.input-small .tag .remover { + width: 18px; + height: 18px; + line-height: 18px; + font-size: 0.8rem; +} +.tag-input.input-small input { + height: 26px; + font-size: 0.9rem; + padding: 0 4px; + line-height: 26px; + min-width: 5em; +} +.tag-input.input-small .button { + height: 26px; + min-width: 26px; + font-size: 0.9rem; +} +.tag-input.input-small .button [class*=mif-] { + font-size: 0.9rem; +} +.tag-input.input-small .button [class*=default-icon-] { + width: 14px; + height: 14px; +} +.tag-input.input-small .input-clear-button { + width: 26px; + padding: 0; +} +.tag-input.static-mode { + border: none!important; + cursor: default; +} +.tag-input.static-mode .tag { + border-radius: 10px; + background: #d4f0ff; + color: #1d1d1d; +} +.tag-input.static-mode .tag .remover { + display: none!important; +} +.tag-input.static-mode .button, +.tag-input.static-mode input { + display: none!important; +} +.textarea, +textarea { + height: auto; + padding: 0.5rem 0.75rem; +} +textarea { + line-height: 1.2; +} +.textarea { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: justify; + -ms-flex-pack: justify; + justify-content: space-between; + width: 100%; + padding: 0; +} +.textarea .fake-textarea { + opacity: 0; + z-index: -1; + position: absolute; + top: 0; + left: 0; + right: 0; + background: lightblue; + border: 1px solid red; +} +.textarea textarea { + min-height: 4rem; + overflow-y: hidden; + resize: none; + border: none!important; + -webkit-transition: height 0.1s linear; + -o-transition: height 0.1s linear; + transition: height 0.1s linear; +} +.textarea textarea:focus { + -webkit-box-shadow: none; + box-shadow: none; +} +.textarea.no-scroll-vertical textarea { + overflow-y: hidden!important; +} +.textarea .input-clear-button { + position: absolute; + top: 0; + right: 0; + z-index: 2; + background-color: transparent; +} +.textarea .input-clear-button:hover { + background-color: #f8f8f8; + text-shadow: rgba(0, 0, 0, 0.25) 0.1em 0.1em 0.2em; +} +.textarea.disabled .clear-button { + display: none; +} +.textarea .prepend { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; +} +.textarea .append { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; +} +.textarea textarea { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; +} +.textarea .input-clear-button ~ textarea { + padding-right: 48px; +} +.tile-small, +.tile-medium, +.tile-wide, +.tile-large, +.tile-app { + display: block; + background-color: #1ba1e2; + color: #ffffff; + width: 150px; + height: 150px; + -webkit-box-shadow: inset 0 0 1px #FFFFCC; + box-shadow: inset 0 0 1px #FFFFCC; + cursor: pointer; + position: relative; + overflow: hidden; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + max-width: none!important; +} +.tile-small { + width: 70px; + height: 70px; +} +.tile-medium { + width: 150px; + height: 150px; +} +.tile-wide { + width: 310px; + height: 150px; +} +.tile-large { + width: 310px; + height: 310px; +} +.tile-app { + width: 44px; + height: 44px; +} +.tile-small .icon, +.tile-medium .icon, +.tile-wide .icon, +.tile-large .icon, +.tile-app .icon { + max-width: 33%; + height: 33%; + position: absolute; + top: 50%; + left: 50%; + -webkit-transform: translateY(-50%) translateX(-50%); + -ms-transform: translateY(-50%) translateX(-50%); + transform: translateY(-50%) translateX(-50%); + font-size: 50px; + line-height: 50px; + z-index: 2; +} +.tile-small .branding-bar, +.tile-medium .branding-bar, +.tile-wide .branding-bar, +.tile-large .branding-bar, +.tile-app .branding-bar { + height: 32px; + line-height: 32px; + position: absolute; + left: 0; + bottom: 0; + right: 0; + padding: 0 10px 5px; + font-size: 0.875rem; + font-weight: 500; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + z-index: 2; +} +.tile-small .badge-top, +.tile-medium .badge-top, +.tile-wide .badge-top, +.tile-large .badge-top, +.tile-app .badge-top, +.tile-small .badge-bottom, +.tile-medium .badge-bottom, +.tile-wide .badge-bottom, +.tile-large .badge-bottom, +.tile-app .badge-bottom { + position: absolute; + display: block; + padding: 4px 8px; + font-size: 12px; + text-align: center; + background-color: rgba(29, 29, 29, 0.1); + z-index: 2; +} +.tile-small .badge-bottom, +.tile-medium .badge-bottom, +.tile-wide .badge-bottom, +.tile-large .badge-bottom, +.tile-app .badge-bottom { + right: 10px; + bottom: 0; +} +.tile-small .badge-top, +.tile-medium .badge-top, +.tile-wide .badge-top, +.tile-large .badge-top, +.tile-app .badge-top { + top: 10px; + right: 10px; +} +.tile-small:hover, +.tile-medium:hover, +.tile-wide:hover, +.tile-large:hover, +.tile-app:hover { + outline: rgba(29, 29, 29, 0.1) solid 4px; +} +.tile-small .icon { + max-width: 50%; + height: 50%; + font-size: 35px; + line-height: 35px; +} +.tile-large .icon { + font-size: 102px; + line-height: 102px; +} +.tile-app .icon { + max-width: 75%; + height: 75%; +} +.tile-small.transform-right, +.tile-medium.transform-right, +.tile-wide.transform-right, +.tile-large.transform-right, +.tile-app.transform-right { + -webkit-transform-origin: left 50%; + -ms-transform-origin: left 50%; + transform-origin: left 50%; + -webkit-transform: perspective(500px) rotateY(0.138372rad) !important; + transform: perspective(500px) rotateY(0.138372rad) !important; +} +.tile-small.transform-right.tile-small, +.tile-medium.transform-right.tile-small, +.tile-wide.transform-right.tile-small, +.tile-large.transform-right.tile-small, +.tile-app.transform-right.tile-small { + -webkit-transform: perspective(500px) rotateY(0.276744rad) !important; + transform: perspective(500px) rotateY(0.276744rad) !important; +} +.tile-small.transform-right.tile-wide, +.tile-medium.transform-right.tile-wide, +.tile-wide.transform-right.tile-wide, +.tile-large.transform-right.tile-wide, +.tile-app.transform-right.tile-wide { + -webkit-transform: perspective(500px) rotateY(0.069186rad) !important; + transform: perspective(500px) rotateY(0.069186rad) !important; +} +.tile-small.transform-right.tile-large, +.tile-medium.transform-right.tile-large, +.tile-wide.transform-right.tile-large, +.tile-large.transform-right.tile-large, +.tile-app.transform-right.tile-large { + -webkit-transform: perspective(500px) rotateY(0.046124rad) !important; + transform: perspective(500px) rotateY(0.046124rad) !important; +} +.tile-small.transform-left, +.tile-medium.transform-left, +.tile-wide.transform-left, +.tile-large.transform-left, +.tile-app.transform-left { + -webkit-transform-origin: right 50%; + -ms-transform-origin: right 50%; + transform-origin: right 50%; + -webkit-transform: perspective(500px) rotateY(-0.138372rad) !important; + transform: perspective(500px) rotateY(-0.138372rad) !important; +} +.tile-small.transform-left.tile-small, +.tile-medium.transform-left.tile-small, +.tile-wide.transform-left.tile-small, +.tile-large.transform-left.tile-small, +.tile-app.transform-left.tile-small { + -webkit-transform: perspective(500px) rotateY(-0.276744rad) !important; + transform: perspective(500px) rotateY(-0.276744rad) !important; +} +.tile-small.transform-left.tile-wide, +.tile-medium.transform-left.tile-wide, +.tile-wide.transform-left.tile-wide, +.tile-large.transform-left.tile-wide, +.tile-app.transform-left.tile-wide { + -webkit-transform: perspective(500px) rotateY(-0.069186rad) !important; + transform: perspective(500px) rotateY(-0.069186rad) !important; +} +.tile-small.transform-left.tile-large, +.tile-medium.transform-left.tile-large, +.tile-wide.transform-left.tile-large, +.tile-large.transform-left.tile-large, +.tile-app.transform-left.tile-large { + -webkit-transform: perspective(500px) rotateY(-0.046124rad) !important; + transform: perspective(500px) rotateY(-0.046124rad) !important; +} +.tile-small.transform-top, +.tile-medium.transform-top, +.tile-wide.transform-top, +.tile-large.transform-top, +.tile-app.transform-top { + -webkit-transform-origin: 50% bottom; + -ms-transform-origin: 50% bottom; + transform-origin: 50% bottom; + -webkit-transform: perspective(500px) rotateX(0.138372rad) !important; + transform: perspective(500px) rotateX(0.138372rad) !important; +} +.tile-small.transform-top.tile-small, +.tile-medium.transform-top.tile-small, +.tile-wide.transform-top.tile-small, +.tile-large.transform-top.tile-small, +.tile-app.transform-top.tile-small { + -webkit-transform: perspective(500px) rotateX(0.276744rad) !important; + transform: perspective(500px) rotateX(0.276744rad) !important; +} +.tile-small.transform-top.tile-wide, +.tile-medium.transform-top.tile-wide, +.tile-wide.transform-top.tile-wide, +.tile-large.transform-top.tile-wide, +.tile-app.transform-top.tile-wide { + -webkit-transform: perspective(500px) rotateX(0.069186rad) !important; + transform: perspective(500px) rotateX(0.069186rad) !important; +} +.tile-small.transform-top.tile-large, +.tile-medium.transform-top.tile-large, +.tile-wide.transform-top.tile-large, +.tile-large.transform-top.tile-large, +.tile-app.transform-top.tile-large { + -webkit-transform: perspective(500px) rotateX(0.046124rad) !important; + transform: perspective(500px) rotateX(0.046124rad) !important; +} +.tile-small.transform-bottom, +.tile-medium.transform-bottom, +.tile-wide.transform-bottom, +.tile-large.transform-bottom, +.tile-app.transform-bottom { + -webkit-transform-origin: 50% top; + -ms-transform-origin: 50% top; + transform-origin: 50% top; + -webkit-transform: perspective(500px) rotateX(-0.138372rad) !important; + transform: perspective(500px) rotateX(-0.138372rad) !important; +} +.tile-small.transform-bottom.tile-small, +.tile-medium.transform-bottom.tile-small, +.tile-wide.transform-bottom.tile-small, +.tile-large.transform-bottom.tile-small, +.tile-app.transform-bottom.tile-small { + -webkit-transform: perspective(500px) rotateX(-0.276744rad) !important; + transform: perspective(500px) rotateX(-0.276744rad) !important; } -.text-light { - font-weight: 200 !important; +.tile-small.transform-bottom.tile-wide, +.tile-medium.transform-bottom.tile-wide, +.tile-wide.transform-bottom.tile-wide, +.tile-large.transform-bottom.tile-wide, +.tile-app.transform-bottom.tile-wide { + -webkit-transform: perspective(500px) rotateX(-0.069186rad) !important; + transform: perspective(500px) rotateX(-0.069186rad) !important; } -.text-normal { - font-weight: 400 !important; +.tile-small.transform-bottom.tile-large, +.tile-medium.transform-bottom.tile-large, +.tile-wide.transform-bottom.tile-large, +.tile-large.transform-bottom.tile-large, +.tile-app.transform-bottom.tile-large { + -webkit-transform: perspective(500px) rotateX(-0.046124rad) !important; + transform: perspective(500px) rotateX(-0.046124rad) !important; } -.text-medium { - font-weight: 500 !important; +.tiles-grid { + position: relative; + display: grid; + grid-template-columns: repeat(auto-fit, 70px); + grid-template-rows: repeat(auto-fit, 70px); + grid-gap: 10px; } -.text-bold { - font-weight: 700 !important; +.tiles-grid .tile-small { + grid-column: span 1; + grid-row: span 1; } -.display4 { - font-size: 7rem; - font-weight: 200; +.tiles-grid .tile-medium { + grid-column: span 2; + grid-row: span 2; } -.display3 { - font-size: 3.5rem; - font-weight: 400; +.tiles-grid .tile-wide { + grid-column: span 4; + grid-row: span 2; } -.display2 { - font-size: 3rem; - font-weight: 400; +.tiles-grid .tile-large { + grid-column: span 4; + grid-row: span 4; } -.display1 { - font-size: 2.25rem; - font-weight: 400; +.tiles-grid .tile-small.col-1 { + grid-column: 1 / span 1; } -.display1, -.display2, -.display3, -.display4 { - margin-top: 1.25rem; - margin-bottom: 1.25rem; - line-height: 1.2; +.tiles-grid .tile-medium.col-1 { + grid-column: 1 / span 2; } -.display4, -.display3, -.display2, -.display1 { - color: #757575; +.tiles-grid .tile-wide.col-1 { + grid-column: 1 / span 4; } -.leader, -.h1, -h1 { - font-weight: 100; - font-size: 3rem; +.tiles-grid .tile-large.col-1 { + grid-column: 1 / span 4; } -.sub-leader, -.h2, -h2 { - font-weight: 400; - font-size: 2rem; +.tiles-grid .tile-small.row-1 { + grid-row: 1 / span 1; } -.header, -.h3, -h3 { - font-weight: 500; - font-size: 1.75rem; +.tiles-grid .tile-medium.row-1 { + grid-row: 1 / span 2; } -.sub-header, -.h4, -h4 { - font-weight: 500; - font-size: 1.5rem; +.tiles-grid .tile-wide.row-1 { + grid-row: 1 / span 4; } -.alt-header, -.h5, -h5 { - font-weight: 500; - font-size: 1.25rem; +.tiles-grid .tile-large.row-1 { + grid-row: 1 / span 4; } -.sub-alt-header, -.h6, -h6 { - font-weight: 500; - font-size: 1.125rem; +.tiles-grid .tile-small.col-2 { + grid-column: 2 / span 1; } -.text-small { - font-weight: 400; - font-size: 0.75rem; +.tiles-grid .tile-medium.col-2 { + grid-column: 2 / span 2; } -.text-secondary { - font-weight: 400; - font-size: 0.875rem; +.tiles-grid .tile-wide.col-2 { + grid-column: 2 / span 4; } -.text-leader { - font-size: 1.5rem; - font-weight: 300; - line-height: 1.2; +.tiles-grid .tile-large.col-2 { + grid-column: 2 / span 4; } -.text-leader2 { - font-size: 1.25rem; - font-weight: 300; - line-height: 1.2; +.tiles-grid .tile-small.row-2 { + grid-row: 2 / span 1; } -.text-muted { - color: #bebebe; +.tiles-grid .tile-medium.row-2 { + grid-row: 2 / span 2; } -.leader, -.h1, -h1, -.sub-leader, -.h2, -h2, -.header, -.h3, -h3, -.sub-header, -.h4, -h4, -.alt-header, -.h5, -h5, -.sub-alt-header, -.h6, -h6 { - color: inherit; - margin: 1rem 0; - line-height: 1.1; +.tiles-grid .tile-wide.row-2 { + grid-row: 2 / span 4; } -.leader > small, -.h1 > small, -h1 > small, -.sub-leader > small, -.h2 > small, -h2 > small, -.header > small, -.h3 > small, -h3 > small, -.sub-header > small, -.h4 > small, -h4 > small, -.alt-header > small, -.h5 > small, -h5 > small, -.sub-alt-header > small, -.h6 > small, -h6 > small, -.leader > .small, -.h1 > .small, -h1 > .small, -.sub-leader > .small, -.h2 > .small, -h2 > .small, -.header > .small, -.h3 > .small, -h3 > .small, -.sub-header > .small, -.h4 > .small, -h4 > .small, -.alt-header > .small, -.h5 > .small, -h5 > .small, -.sub-alt-header > .small, -.h6 > .small, -h6 > .small { - font-weight: 400; - font-size: 0.7em; - line-height: 1; - color: #777; +.tiles-grid .tile-large.row-2 { + grid-row: 2 / span 4; } -.text-upper { - text-transform: uppercase !important; +.tiles-grid .tile-small.col-3 { + grid-column: 3 / span 1; } -.text-lower { - text-transform: lowercase !important; +.tiles-grid .tile-medium.col-3 { + grid-column: 3 / span 2; } -.text-cap { - text-transform: capitalize !important; +.tiles-grid .tile-wide.col-3 { + grid-column: 3 / span 4; } -.text-left { - text-align: left !important; +.tiles-grid .tile-large.col-3 { + grid-column: 3 / span 4; } -.text-right { - text-align: right !important; +.tiles-grid .tile-small.row-3 { + grid-row: 3 / span 1; } -.text-center { - text-align: center !important; +.tiles-grid .tile-medium.row-3 { + grid-row: 3 / span 2; } -.text-just { - text-align: justify !important; +.tiles-grid .tile-wide.row-3 { + grid-row: 3 / span 4; } -.text-ellipsis { - overflow: hidden; - white-space: nowrap; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; +.tiles-grid .tile-large.row-3 { + grid-row: 3 / span 4; } -.va-top { - vertical-align: top !important; +.tiles-grid .tile-small.col-4 { + grid-column: 4 / span 1; } -.va-bottom { - vertical-align: bottom !important; +.tiles-grid .tile-medium.col-4 { + grid-column: 4 / span 2; } -.va-baseline { - vertical-align: baseline !important; +.tiles-grid .tile-wide.col-4 { + grid-column: 4 / span 4; } -.va-middle { - vertical-align: middle !important; +.tiles-grid .tile-large.col-4 { + grid-column: 4 / span 4; } -.va-sub { - vertical-align: sub !important; +.tiles-grid .tile-small.row-4 { + grid-row: 4 / span 1; } -.va-super { - vertical-align: super !important; +.tiles-grid .tile-medium.row-4 { + grid-row: 4 / span 2; } -.va-text-top { - vertical-align: text-top !important; +.tiles-grid .tile-wide.row-4 { + grid-row: 4 / span 4; } -.va-text-bottom { - vertical-align: text-bottom !important; +.tiles-grid .tile-large.row-4 { + grid-row: 4 / span 4; } -abbr { - text-decoration: none; - border-bottom: 1px #bebebe dotted; - cursor: help; - display: inline; +.tiles-grid .tile-small.col-5 { + grid-column: 5 / span 1; } -address { - font-weight: normal; - margin-bottom: 1rem; - font-style: normal; +.tiles-grid .tile-medium.col-5 { + grid-column: 5 / span 2; } -sub, -sup { - position: relative; - font-size: 75%; - line-height: 0; - vertical-align: baseline; +.tiles-grid .tile-wide.col-5 { + grid-column: 5 / span 4; } -sub { - bottom: -0.25em; +.tiles-grid .tile-large.col-5 { + grid-column: 5 / span 4; } -sup { - top: -0.5em; +.tiles-grid .tile-small.row-5 { + grid-row: 5 / span 1; } -pre, -code, -kbd, -samp { - font-family: monospace, monospace; - font-size: 1rem; +.tiles-grid .tile-medium.row-5 { + grid-row: 5 / span 2; } -pre { - margin-top: 0; - margin-bottom: 1rem; - overflow: auto; +.tiles-grid .tile-wide.row-5 { + grid-row: 5 / span 4; } -code { - white-space: nowrap; +.tiles-grid .tile-large.row-5 { + grid-row: 5 / span 4; } -pre code { - white-space: inherit; +.tiles-grid .tile-small.col-6 { + grid-column: 6 / span 1; } -a:not([class]) { - position: relative; - color: #0366d6; - text-decoration: none; - background-color: transparent; - -webkit-text-decoration-skip: objects; - -webkit-box-shadow: none; - box-shadow: none; +.tiles-grid .tile-medium.col-6 { + grid-column: 6 / span 2; } -a:not([class]):hover { - color: #0056b3; - text-decoration: underline; +.tiles-grid .tile-wide.col-6 { + grid-column: 6 / span 4; } -a:not([class]):not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; +.tiles-grid .tile-large.col-6 { + grid-column: 6 / span 4; } -a:not([class]):not([href]):not([tabindex]):focus, -a:not([class]):not([href]):not([tabindex]):hover { - color: inherit; - text-decoration: none; - outline: 0; +.tiles-grid .tile-small.row-6 { + grid-row: 6 / span 1; } -.no-decor { - text-decoration: none!important; +.tiles-grid .tile-medium.row-6 { + grid-row: 6 / span 2; } -mark { - padding: 0.1875rem; - background-color: #fcf8e3; - color: #000000; +.tiles-grid .tile-wide.row-6 { + grid-row: 6 / span 4; } -del { - color: #bebebe; +.tiles-grid .tile-large.row-6 { + grid-row: 6 / span 4; } -* + p { - margin-top: 1rem; +.tiles-grid .tile-small.col-7 { + grid-column: 7 / span 1; } -dl, -ul, -ol { - margin: 1rem; - list-style-position: inside; +.tiles-grid .tile-medium.col-7 { + grid-column: 7 / span 2; } -dl dl, -ul dl, -ol dl, -dl ul, -ul ul, -ol ul, -dl ol, -ul ol, -ol ol { - margin-bottom: 0; - margin-top: 0; - padding-left: 1.5rem; +.tiles-grid .tile-wide.col-7 { + grid-column: 7 / span 4; } -ul, -menu, -dir { - display: block; - list-style-type: disc; +.tiles-grid .tile-large.col-7 { + grid-column: 7 / span 4; } -ol { - list-style-type: decimal; +.tiles-grid .tile-small.row-7 { + grid-row: 7 / span 1; } -ul ul { - list-style: circle; +.tiles-grid .tile-medium.row-7 { + grid-row: 7 / span 2; } -ul ul ul { - list-style: square; +.tiles-grid .tile-wide.row-7 { + grid-row: 7 / span 4; } -ol { - list-style-type: upper-roman; +.tiles-grid .tile-large.row-7 { + grid-row: 7 / span 4; } -ol ol { - list-style-type: decimal; +.tiles-grid .tile-small.col-8 { + grid-column: 8 / span 1; } -ol ol ol { - list-style-type: lower-alpha; +.tiles-grid .tile-medium.col-8 { + grid-column: 8 / span 2; } -dl dt, -dl dd { - line-height: 1.25rem; +.tiles-grid .tile-wide.col-8 { + grid-column: 8 / span 4; } -dl dt { - font-weight: bold; +.tiles-grid .tile-large.col-8 { + grid-column: 8 / span 4; } -dl dd { - margin-left: 0.9375rem; +.tiles-grid .tile-small.row-8 { + grid-row: 8 / span 1; } -dl.horizontal dt { - float: left; - width: 10rem; - overflow: hidden; - clear: left; - text-align: right; - -o-text-overflow: ellipsis; - text-overflow: ellipsis; - white-space: nowrap; +.tiles-grid .tile-medium.row-8 { + grid-row: 8 / span 2; } -dl.horizontal dd { - margin-left: 11.25rem; +.tiles-grid .tile-wide.row-8 { + grid-row: 8 / span 4; } -.indent:first-letter { - margin-left: 2.5rem; +.tiles-grid .tile-large.row-8 { + grid-row: 8 / span 4; } -.indent-letter:first-letter { - font-weight: bold; - float: left; - padding: 0; - line-height: 2.5rem; - font-size: 3rem; - margin-right: 0.5rem; - margin-left: -0.125rem; - margin-top: 0.125rem; +.tiles-grid .tile-small.col-9 { + grid-column: 9 / span 1; } -blockquote { - margin-bottom: 1rem; - padding: 0 0 0 0.625rem; - border-left: 0.25rem #f8f8f8 solid; +.tiles-grid .tile-medium.col-9 { + grid-column: 9 / span 2; } -blockquote small { - color: #bebebe; +.tiles-grid .tile-wide.col-9 { + grid-column: 9 / span 4; } -blockquote small:before { - content: "\2014 \00A0"; +.tiles-grid .tile-large.col-9 { + grid-column: 9 / span 4; } -blockquote.right-side { - border: 0; - border-right: 4px #f8f8f8 solid; - padding-right: 0.625rem; - text-align: right; +.tiles-grid .tile-small.row-9 { + grid-row: 9 / span 1; } -blockquote.right-side small:before { - content: ""; +.tiles-grid .tile-medium.row-9 { + grid-row: 9 / span 2; +} +.tiles-grid .tile-wide.row-9 { + grid-row: 9 / span 4; +} +.tiles-grid .tile-large.row-9 { + grid-row: 9 / span 4; +} +.tiles-grid .tile-small.col-10 { + grid-column: 10 / span 1; } -blockquote.right-side small:after { - content: " \00A0 \2014"; +.tiles-grid .tile-medium.col-10 { + grid-column: 10 / span 2; } -hr { - border: 0; - height: 2px; - background-color: #f8f8f8; +.tiles-grid .tile-wide.col-10 { + grid-column: 10 / span 4; } -hr.thin { - height: 1px; +.tiles-grid .tile-large.col-10 { + grid-column: 10 / span 4; } -hr.fat { - height: 3px; +.tiles-grid .tile-small.row-10 { + grid-row: 10 / span 1; } -.tally, -code, -kbd { - display: inline-block; - padding: 0 6px; - font-size: 90%; - color: #bd4147; - background-color: #f8f9fa; - border-radius: 0.25rem; - line-height: 20px; - vertical-align: middle; - height: 20px; +.tiles-grid .tile-medium.row-10 { + grid-row: 10 / span 2; } -a .tally, -a code, -a kbd { - text-decoration: underline; - cursor: pointer; +.tiles-grid .tile-wide.row-10 { + grid-row: 10 / span 4; } -kbd { - background-color: #004d6f; - color: #ffffff; +.tiles-grid .tile-large.row-10 { + grid-row: 10 / span 4; } -.tally { - line-height: 16px; - background-color: #e9ecef; +.tiles-grid .tile-small.col-11 { + grid-column: 11 / span 1; } -pre code { - background-color: inherit; - height: auto; +.tiles-grid .tile-medium.col-11 { + grid-column: 11 / span 2; } -.remark { - display: block; - position: relative; - border: 1px solid #dfdfdf; - border-left: 4px solid #dfdfdf; - padding: 1rem; - font-size: 0.875rem; - margin: 1rem 0; +.tiles-grid .tile-wide.col-11 { + grid-column: 11 / span 4; } -.reduce-1 { - font-size: 0.9em !important; +.tiles-grid .tile-large.col-11 { + grid-column: 11 / span 4; } -.reduce-2 { - font-size: 0.8em !important; +.tiles-grid .tile-small.row-11 { + grid-row: 11 / span 1; } -.reduce-3 { - font-size: 0.7em !important; +.tiles-grid .tile-medium.row-11 { + grid-row: 11 / span 2; } -.reduce-4 { - font-size: 0.6em !important; +.tiles-grid .tile-wide.row-11 { + grid-row: 11 / span 4; } -.reduce-5 { - font-size: 0.5em !important; +.tiles-grid .tile-large.row-11 { + grid-row: 11 / span 4; } -.reduce-6 { - font-size: 0.4em !important; +.tiles-grid .tile-small.col-12 { + grid-column: 12 / span 1; } -.reduce-7 { - font-size: 0.3em !important; +.tiles-grid .tile-medium.col-12 { + grid-column: 12 / span 2; } -.reduce-8 { - font-size: 0.2em !important; +.tiles-grid .tile-wide.col-12 { + grid-column: 12 / span 4; } -.reduce-9 { - font-size: 0.1em !important; +.tiles-grid .tile-large.col-12 { + grid-column: 12 / span 4; } -.enlarge { - font-size: 1em!important; +.tiles-grid .tile-small.row-12 { + grid-row: 12 / span 1; } -.enlarge-1 { - font-size: 1.1em !important; +.tiles-grid .tile-medium.row-12 { + grid-row: 12 / span 2; } -.enlarge-2 { - font-size: 1.2em !important; +.tiles-grid .tile-wide.row-12 { + grid-row: 12 / span 4; } -.enlarge-3 { - font-size: 1.3em !important; +.tiles-grid .tile-large.row-12 { + grid-row: 12 / span 4; } -.enlarge-4 { - font-size: 1.4em !important; +.tiles-grid.size-half { + width: 80px; } -.enlarge-5 { - font-size: 1.5em !important; +.tiles-grid.size-1 { + width: 160px; } -.enlarge-6 { - font-size: 1.6em !important; +.tiles-grid.size-2 { + width: 320px; } -.enlarge-7 { - font-size: 1.7em !important; +.tiles-grid.size-3 { + width: 480px; } -.enlarge-8 { - font-size: 1.8em !important; +.tiles-grid.size-4 { + width: 640px; } -.enlarge-9 { - font-size: 1.9em !important; +.tiles-grid.size-5 { + width: 800px; } -.enlarge-2x { - font-size: 2em!important; +.tiles-grid.size-6 { + width: 960px; } -.enlarge-3x { - font-size: 3em!important; +.tiles-grid.size-7 { + width: 1120px; } -.enlarge-4x { - font-size: 4em!important; +.tiles-grid.size-8 { + width: 1280px; } -.align-size { - font-size: 1em!important; +.tiles-grid.size-9 { + width: 1440px; } -.text-underline { - text-decoration: underline; +.tiles-grid.size-10 { + width: 1600px; } @media screen and (min-width: 0) { - .text-upper-fs { - text-transform: uppercase !important; + .tiles-grid .col-fs-1 { + grid-column: 1; + } + .tiles-grid .row-fs-1 { + grid-row: 1; + } + .tiles-grid .col-fs-2 { + grid-column: 2; + } + .tiles-grid .row-fs-2 { + grid-row: 2; + } + .tiles-grid .col-fs-3 { + grid-column: 3; + } + .tiles-grid .row-fs-3 { + grid-row: 3; + } + .tiles-grid .col-fs-4 { + grid-column: 4; + } + .tiles-grid .row-fs-4 { + grid-row: 4; + } + .tiles-grid .col-fs-5 { + grid-column: 5; + } + .tiles-grid .row-fs-5 { + grid-row: 5; + } + .tiles-grid .col-fs-6 { + grid-column: 6; + } + .tiles-grid .row-fs-6 { + grid-row: 6; + } + .tiles-grid .col-fs-7 { + grid-column: 7; + } + .tiles-grid .row-fs-7 { + grid-row: 7; + } + .tiles-grid .col-fs-8 { + grid-column: 8; + } + .tiles-grid .row-fs-8 { + grid-row: 8; + } + .tiles-grid .col-fs-9 { + grid-column: 9; + } + .tiles-grid .row-fs-9 { + grid-row: 9; + } + .tiles-grid .col-fs-10 { + grid-column: 10; + } + .tiles-grid .row-fs-10 { + grid-row: 10; + } + .tiles-grid .col-fs-11 { + grid-column: 11; + } + .tiles-grid .row-fs-11 { + grid-row: 11; + } + .tiles-grid .col-fs-12 { + grid-column: 12; + } + .tiles-grid .row-fs-12 { + grid-row: 12; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-1 { + width: 160px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-2 { + width: 320px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-3 { + width: 480px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-4 { + width: 640px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-5 { + width: 800px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-6 { + width: 960px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-7 { + width: 1120px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-8 { + width: 1280px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-9 { + width: 1440px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-10 { + width: 1600px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-11 { + width: 1760px; + } + .tiles-grid.size-fs-half { + width: 80px; + } + .tiles-grid.size-fs-12 { + width: 1920px; + } +} +@media screen and (min-width: 576px) { + .tiles-grid .col-sm-1 { + grid-column: 1; + } + .tiles-grid .row-sm-1 { + grid-row: 1; + } + .tiles-grid .col-sm-2 { + grid-column: 2; + } + .tiles-grid .row-sm-2 { + grid-row: 2; + } + .tiles-grid .col-sm-3 { + grid-column: 3; + } + .tiles-grid .row-sm-3 { + grid-row: 3; + } + .tiles-grid .col-sm-4 { + grid-column: 4; + } + .tiles-grid .row-sm-4 { + grid-row: 4; + } + .tiles-grid .col-sm-5 { + grid-column: 5; + } + .tiles-grid .row-sm-5 { + grid-row: 5; + } + .tiles-grid .col-sm-6 { + grid-column: 6; + } + .tiles-grid .row-sm-6 { + grid-row: 6; + } + .tiles-grid .col-sm-7 { + grid-column: 7; + } + .tiles-grid .row-sm-7 { + grid-row: 7; + } + .tiles-grid .col-sm-8 { + grid-column: 8; + } + .tiles-grid .row-sm-8 { + grid-row: 8; + } + .tiles-grid .col-sm-9 { + grid-column: 9; + } + .tiles-grid .row-sm-9 { + grid-row: 9; + } + .tiles-grid .col-sm-10 { + grid-column: 10; + } + .tiles-grid .row-sm-10 { + grid-row: 10; + } + .tiles-grid .col-sm-11 { + grid-column: 11; + } + .tiles-grid .row-sm-11 { + grid-row: 11; + } + .tiles-grid .col-sm-12 { + grid-column: 12; + } + .tiles-grid .row-sm-12 { + grid-row: 12; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-1 { + width: 160px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-2 { + width: 320px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-3 { + width: 480px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-4 { + width: 640px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-5 { + width: 800px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-6 { + width: 960px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-7 { + width: 1120px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-8 { + width: 1280px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-9 { + width: 1440px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-10 { + width: 1600px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-11 { + width: 1760px; + } + .tiles-grid.size-sm-half { + width: 80px; + } + .tiles-grid.size-sm-12 { + width: 1920px; + } +} +@media screen and (min-width: 768px) { + .tiles-grid .col-md-1 { + grid-column: 1; + } + .tiles-grid .row-md-1 { + grid-row: 1; + } + .tiles-grid .col-md-2 { + grid-column: 2; + } + .tiles-grid .row-md-2 { + grid-row: 2; + } + .tiles-grid .col-md-3 { + grid-column: 3; + } + .tiles-grid .row-md-3 { + grid-row: 3; + } + .tiles-grid .col-md-4 { + grid-column: 4; + } + .tiles-grid .row-md-4 { + grid-row: 4; + } + .tiles-grid .col-md-5 { + grid-column: 5; + } + .tiles-grid .row-md-5 { + grid-row: 5; + } + .tiles-grid .col-md-6 { + grid-column: 6; + } + .tiles-grid .row-md-6 { + grid-row: 6; + } + .tiles-grid .col-md-7 { + grid-column: 7; + } + .tiles-grid .row-md-7 { + grid-row: 7; + } + .tiles-grid .col-md-8 { + grid-column: 8; + } + .tiles-grid .row-md-8 { + grid-row: 8; + } + .tiles-grid .col-md-9 { + grid-column: 9; + } + .tiles-grid .row-md-9 { + grid-row: 9; + } + .tiles-grid .col-md-10 { + grid-column: 10; } - .text-lower-fs { - text-transform: lowercase !important; + .tiles-grid .row-md-10 { + grid-row: 10; } - .text-cap-fs { - text-transform: capitalize !important; + .tiles-grid .col-md-11 { + grid-column: 11; } - .text-left-fs { - text-align: left !important; + .tiles-grid .row-md-11 { + grid-row: 11; } - .text-right-fs { - text-align: right !important; + .tiles-grid .col-md-12 { + grid-column: 12; } - .text-center-fs { - text-align: center !important; + .tiles-grid .row-md-12 { + grid-row: 12; } - .text-just-fs { - text-align: justify !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-top-fs { - vertical-align: top !important; + .tiles-grid.size-md-1 { + width: 160px; } - .va-bottom-fs { - vertical-align: bottom !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-baseline-fs { - vertical-align: baseline !important; + .tiles-grid.size-md-2 { + width: 320px; } - .va-middle-fs { - vertical-align: middle !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-sub-fs { - vertical-align: sub !important; + .tiles-grid.size-md-3 { + width: 480px; } - .va-super-fs { - vertical-align: super !important; + .tiles-grid.size-md-half { + width: 80px; } - .va-text-top-fs { - vertical-align: text-top !important; + .tiles-grid.size-md-4 { + width: 640px; } - .va-text-bottom-fs { - vertical-align: text-bottom !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-1-fs { - font-size: 0.9em !important; + .tiles-grid.size-md-5 { + width: 800px; } - .reduce-2-fs { - font-size: 0.8em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-3-fs { - font-size: 0.7em !important; + .tiles-grid.size-md-6 { + width: 960px; } - .reduce-4-fs { - font-size: 0.6em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-5-fs { - font-size: 0.5em !important; + .tiles-grid.size-md-7 { + width: 1120px; } - .reduce-6-fs { - font-size: 0.4em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-7-fs { - font-size: 0.3em !important; + .tiles-grid.size-md-8 { + width: 1280px; } - .reduce-8-fs { - font-size: 0.2em !important; + .tiles-grid.size-md-half { + width: 80px; } - .reduce-9-fs { - font-size: 0.1em !important; + .tiles-grid.size-md-9 { + width: 1440px; } - .enlarge-fs { - font-size: 1em!important; + .tiles-grid.size-md-half { + width: 80px; } - .enlarge-1-fs { - font-size: 1.1em !important; + .tiles-grid.size-md-10 { + width: 1600px; } - .enlarge-2-fs { - font-size: 1.2em !important; + .tiles-grid.size-md-half { + width: 80px; } - .enlarge-3-fs { - font-size: 1.3em !important; + .tiles-grid.size-md-11 { + width: 1760px; } - .enlarge-4-fs { - font-size: 1.4em !important; + .tiles-grid.size-md-half { + width: 80px; } - .enlarge-5-fs { - font-size: 1.5em !important; + .tiles-grid.size-md-12 { + width: 1920px; } - .enlarge-6-fs { - font-size: 1.6em !important; +} +@media screen and (min-width: 992px) { + .tiles-grid .col-lg-1 { + grid-column: 1; } - .enlarge-7-fs { - font-size: 1.7em !important; + .tiles-grid .row-lg-1 { + grid-row: 1; } - .enlarge-8-fs { - font-size: 1.8em !important; + .tiles-grid .col-lg-2 { + grid-column: 2; } - .enlarge-9-fs { - font-size: 1.9em !important; + .tiles-grid .row-lg-2 { + grid-row: 2; } - .enlarge-2x-fs { - font-size: 2em!important; + .tiles-grid .col-lg-3 { + grid-column: 3; } - .enlarge-3x-fs { - font-size: 3em!important; + .tiles-grid .row-lg-3 { + grid-row: 3; } - .enlarge-4x-fs { - font-size: 4em!important; + .tiles-grid .col-lg-4 { + grid-column: 4; } -} -@media screen and (min-width: 576px) { - .text-upper-sm { - text-transform: uppercase !important; + .tiles-grid .row-lg-4 { + grid-row: 4; } - .text-lower-sm { - text-transform: lowercase !important; + .tiles-grid .col-lg-5 { + grid-column: 5; } - .text-cap-sm { - text-transform: capitalize !important; + .tiles-grid .row-lg-5 { + grid-row: 5; } - .text-left-sm { - text-align: left !important; + .tiles-grid .col-lg-6 { + grid-column: 6; } - .text-right-sm { - text-align: right !important; + .tiles-grid .row-lg-6 { + grid-row: 6; } - .text-center-sm { - text-align: center !important; + .tiles-grid .col-lg-7 { + grid-column: 7; } - .text-just-sm { - text-align: justify !important; + .tiles-grid .row-lg-7 { + grid-row: 7; } - .va-top-sm { - vertical-align: top !important; + .tiles-grid .col-lg-8 { + grid-column: 8; } - .va-bottom-sm { - vertical-align: bottom !important; + .tiles-grid .row-lg-8 { + grid-row: 8; } - .va-baseline-sm { - vertical-align: baseline !important; + .tiles-grid .col-lg-9 { + grid-column: 9; } - .va-middle-sm { - vertical-align: middle !important; + .tiles-grid .row-lg-9 { + grid-row: 9; } - .va-sub-sm { - vertical-align: sub !important; + .tiles-grid .col-lg-10 { + grid-column: 10; } - .va-super-sm { - vertical-align: super !important; + .tiles-grid .row-lg-10 { + grid-row: 10; } - .va-text-top-sm { - vertical-align: text-top !important; + .tiles-grid .col-lg-11 { + grid-column: 11; } - .va-text-bottom-sm { - vertical-align: text-bottom !important; + .tiles-grid .row-lg-11 { + grid-row: 11; } - .reduce-1-sm { - font-size: 0.9em !important; + .tiles-grid .col-lg-12 { + grid-column: 12; } - .reduce-2-sm { - font-size: 0.8em !important; + .tiles-grid .row-lg-12 { + grid-row: 12; } - .reduce-3-sm { - font-size: 0.7em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .reduce-4-sm { - font-size: 0.6em !important; + .tiles-grid.size-lg-1 { + width: 160px; } - .reduce-5-sm { - font-size: 0.5em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .reduce-6-sm { - font-size: 0.4em !important; + .tiles-grid.size-lg-2 { + width: 320px; } - .reduce-7-sm { - font-size: 0.3em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .reduce-8-sm { - font-size: 0.2em !important; + .tiles-grid.size-lg-3 { + width: 480px; } - .reduce-9-sm { - font-size: 0.1em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-sm { - font-size: 1em!important; + .tiles-grid.size-lg-4 { + width: 640px; } - .enlarge-1-sm { - font-size: 1.1em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-2-sm { - font-size: 1.2em !important; + .tiles-grid.size-lg-5 { + width: 800px; } - .enlarge-3-sm { - font-size: 1.3em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-4-sm { - font-size: 1.4em !important; + .tiles-grid.size-lg-6 { + width: 960px; } - .enlarge-5-sm { - font-size: 1.5em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-6-sm { - font-size: 1.6em !important; + .tiles-grid.size-lg-7 { + width: 1120px; } - .enlarge-7-sm { - font-size: 1.7em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-8-sm { - font-size: 1.8em !important; + .tiles-grid.size-lg-8 { + width: 1280px; } - .enlarge-9-sm { - font-size: 1.9em !important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-2x-sm { - font-size: 2em!important; + .tiles-grid.size-lg-9 { + width: 1440px; } - .enlarge-3x-sm { - font-size: 3em!important; + .tiles-grid.size-lg-half { + width: 80px; } - .enlarge-4x-sm { - font-size: 4em!important; + .tiles-grid.size-lg-10 { + width: 1600px; } -} -@media screen and (min-width: 768px) { - .text-upper-md { - text-transform: uppercase !important; + .tiles-grid.size-lg-half { + width: 80px; } - .text-lower-md { - text-transform: lowercase !important; + .tiles-grid.size-lg-11 { + width: 1760px; } - .text-cap-md { - text-transform: capitalize !important; + .tiles-grid.size-lg-half { + width: 80px; } - .text-left-md { - text-align: left !important; + .tiles-grid.size-lg-12 { + width: 1920px; } - .text-right-md { - text-align: right !important; +} +@media screen and (min-width: 1200px) { + .tiles-grid .col-xl-1 { + grid-column: 1; } - .text-center-md { - text-align: center !important; + .tiles-grid .row-xl-1 { + grid-row: 1; } - .text-just-md { - text-align: justify !important; + .tiles-grid .col-xl-2 { + grid-column: 2; } - .va-top-md { - vertical-align: top !important; + .tiles-grid .row-xl-2 { + grid-row: 2; } - .va-bottom-md { - vertical-align: bottom !important; + .tiles-grid .col-xl-3 { + grid-column: 3; } - .va-baseline-md { - vertical-align: baseline !important; + .tiles-grid .row-xl-3 { + grid-row: 3; } - .va-middle-md { - vertical-align: middle !important; + .tiles-grid .col-xl-4 { + grid-column: 4; } - .va-sub-md { - vertical-align: sub !important; + .tiles-grid .row-xl-4 { + grid-row: 4; } - .va-super-md { - vertical-align: super !important; + .tiles-grid .col-xl-5 { + grid-column: 5; } - .va-text-top-md { - vertical-align: text-top !important; + .tiles-grid .row-xl-5 { + grid-row: 5; } - .va-text-bottom-md { - vertical-align: text-bottom !important; + .tiles-grid .col-xl-6 { + grid-column: 6; } - .reduce-1-md { - font-size: 0.9em !important; + .tiles-grid .row-xl-6 { + grid-row: 6; } - .reduce-2-md { - font-size: 0.8em !important; + .tiles-grid .col-xl-7 { + grid-column: 7; } - .reduce-3-md { - font-size: 0.7em !important; + .tiles-grid .row-xl-7 { + grid-row: 7; } - .reduce-4-md { - font-size: 0.6em !important; + .tiles-grid .col-xl-8 { + grid-column: 8; } - .reduce-5-md { - font-size: 0.5em !important; + .tiles-grid .row-xl-8 { + grid-row: 8; } - .reduce-6-md { - font-size: 0.4em !important; + .tiles-grid .col-xl-9 { + grid-column: 9; } - .reduce-7-md { - font-size: 0.3em !important; + .tiles-grid .row-xl-9 { + grid-row: 9; } - .reduce-8-md { - font-size: 0.2em !important; + .tiles-grid .col-xl-10 { + grid-column: 10; } - .reduce-9-md { - font-size: 0.1em !important; + .tiles-grid .row-xl-10 { + grid-row: 10; } - .enlarge-md { - font-size: 1em!important; + .tiles-grid .col-xl-11 { + grid-column: 11; } - .enlarge-1-md { - font-size: 1.1em !important; + .tiles-grid .row-xl-11 { + grid-row: 11; } - .enlarge-2-md { - font-size: 1.2em !important; + .tiles-grid .col-xl-12 { + grid-column: 12; } - .enlarge-3-md { - font-size: 1.3em !important; + .tiles-grid .row-xl-12 { + grid-row: 12; } - .enlarge-4-md { - font-size: 1.4em !important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-5-md { - font-size: 1.5em !important; + .tiles-grid.size-xl-1 { + width: 160px; } - .enlarge-6-md { - font-size: 1.6em !important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-7-md { - font-size: 1.7em !important; + .tiles-grid.size-xl-2 { + width: 320px; } - .enlarge-8-md { - font-size: 1.8em !important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-9-md { - font-size: 1.9em !important; + .tiles-grid.size-xl-3 { + width: 480px; } - .enlarge-2x-md { - font-size: 2em!important; + .tiles-grid.size-xl-half { + width: 80px; } - .enlarge-3x-md { - font-size: 3em!important; + .tiles-grid.size-xl-4 { + width: 640px; } - .enlarge-4x-md { - font-size: 4em!important; + .tiles-grid.size-xl-half { + width: 80px; } -} -@media screen and (min-width: 992px) { - .text-upper-lg { - text-transform: uppercase !important; + .tiles-grid.size-xl-5 { + width: 800px; } - .text-lower-lg { - text-transform: lowercase !important; + .tiles-grid.size-xl-half { + width: 80px; } - .text-cap-lg { - text-transform: capitalize !important; + .tiles-grid.size-xl-6 { + width: 960px; } - .text-left-lg { - text-align: left !important; + .tiles-grid.size-xl-half { + width: 80px; } - .text-right-lg { - text-align: right !important; + .tiles-grid.size-xl-7 { + width: 1120px; } - .text-center-lg { - text-align: center !important; + .tiles-grid.size-xl-half { + width: 80px; } - .text-just-lg { - text-align: justify !important; + .tiles-grid.size-xl-8 { + width: 1280px; } - .va-top-lg { - vertical-align: top !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-bottom-lg { - vertical-align: bottom !important; + .tiles-grid.size-xl-9 { + width: 1440px; } - .va-baseline-lg { - vertical-align: baseline !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-middle-lg { - vertical-align: middle !important; + .tiles-grid.size-xl-10 { + width: 1600px; } - .va-sub-lg { - vertical-align: sub !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-super-lg { - vertical-align: super !important; + .tiles-grid.size-xl-11 { + width: 1760px; } - .va-text-top-lg { - vertical-align: text-top !important; + .tiles-grid.size-xl-half { + width: 80px; } - .va-text-bottom-lg { - vertical-align: text-bottom !important; + .tiles-grid.size-xl-12 { + width: 1920px; + } +} +@media screen and (min-width: 1452px) { + .tiles-grid .col-xxl-1 { + grid-column: 1; } - .reduce-1-lg { - font-size: 0.9em !important; + .tiles-grid .row-xxl-1 { + grid-row: 1; } - .reduce-2-lg { - font-size: 0.8em !important; + .tiles-grid .col-xxl-2 { + grid-column: 2; } - .reduce-3-lg { - font-size: 0.7em !important; + .tiles-grid .row-xxl-2 { + grid-row: 2; } - .reduce-4-lg { - font-size: 0.6em !important; + .tiles-grid .col-xxl-3 { + grid-column: 3; } - .reduce-5-lg { - font-size: 0.5em !important; + .tiles-grid .row-xxl-3 { + grid-row: 3; } - .reduce-6-lg { - font-size: 0.4em !important; + .tiles-grid .col-xxl-4 { + grid-column: 4; } - .reduce-7-lg { - font-size: 0.3em !important; + .tiles-grid .row-xxl-4 { + grid-row: 4; } - .reduce-8-lg { - font-size: 0.2em !important; + .tiles-grid .col-xxl-5 { + grid-column: 5; } - .reduce-9-lg { - font-size: 0.1em !important; + .tiles-grid .row-xxl-5 { + grid-row: 5; } - .enlarge-lg { - font-size: 1em!important; + .tiles-grid .col-xxl-6 { + grid-column: 6; } - .enlarge-1-lg { - font-size: 1.1em !important; + .tiles-grid .row-xxl-6 { + grid-row: 6; } - .enlarge-2-lg { - font-size: 1.2em !important; + .tiles-grid .col-xxl-7 { + grid-column: 7; } - .enlarge-3-lg { - font-size: 1.3em !important; + .tiles-grid .row-xxl-7 { + grid-row: 7; } - .enlarge-4-lg { - font-size: 1.4em !important; + .tiles-grid .col-xxl-8 { + grid-column: 8; } - .enlarge-5-lg { - font-size: 1.5em !important; + .tiles-grid .row-xxl-8 { + grid-row: 8; } - .enlarge-6-lg { - font-size: 1.6em !important; + .tiles-grid .col-xxl-9 { + grid-column: 9; } - .enlarge-7-lg { - font-size: 1.7em !important; + .tiles-grid .row-xxl-9 { + grid-row: 9; } - .enlarge-8-lg { - font-size: 1.8em !important; + .tiles-grid .col-xxl-10 { + grid-column: 10; } - .enlarge-9-lg { - font-size: 1.9em !important; + .tiles-grid .row-xxl-10 { + grid-row: 10; } - .enlarge-2x-lg { - font-size: 2em!important; + .tiles-grid .col-xxl-11 { + grid-column: 11; } - .enlarge-3x-lg { - font-size: 3em!important; + .tiles-grid .row-xxl-11 { + grid-row: 11; } - .enlarge-4x-lg { - font-size: 4em!important; + .tiles-grid .col-xxl-12 { + grid-column: 12; } -} -@media screen and (min-width: 1200px) { - .text-upper-xl { - text-transform: uppercase !important; + .tiles-grid .row-xxl-12 { + grid-row: 12; } - .text-lower-xl { - text-transform: lowercase !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .text-cap-xl { - text-transform: capitalize !important; + .tiles-grid.size-xxl-1 { + width: 160px; } - .text-left-xl { - text-align: left !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .text-right-xl { - text-align: right !important; + .tiles-grid.size-xxl-2 { + width: 320px; } - .text-center-xl { - text-align: center !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .text-just-xl { - text-align: justify !important; + .tiles-grid.size-xxl-3 { + width: 480px; } - .va-top-xl { - vertical-align: top !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-bottom-xl { - vertical-align: bottom !important; + .tiles-grid.size-xxl-4 { + width: 640px; } - .va-baseline-xl { - vertical-align: baseline !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-middle-xl { - vertical-align: middle !important; + .tiles-grid.size-xxl-5 { + width: 800px; } - .va-sub-xl { - vertical-align: sub !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-super-xl { - vertical-align: super !important; + .tiles-grid.size-xxl-6 { + width: 960px; } - .va-text-top-xl { - vertical-align: text-top !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .va-text-bottom-xl { - vertical-align: text-bottom !important; + .tiles-grid.size-xxl-7 { + width: 1120px; } - .reduce-1-xl { - font-size: 0.9em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-2-xl { - font-size: 0.8em !important; + .tiles-grid.size-xxl-8 { + width: 1280px; } - .reduce-3-xl { - font-size: 0.7em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-4-xl { - font-size: 0.6em !important; + .tiles-grid.size-xxl-9 { + width: 1440px; } - .reduce-5-xl { - font-size: 0.5em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-6-xl { - font-size: 0.4em !important; + .tiles-grid.size-xxl-10 { + width: 1600px; } - .reduce-7-xl { - font-size: 0.3em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .reduce-8-xl { - font-size: 0.2em !important; + .tiles-grid.size-xxl-11 { + width: 1760px; } - .reduce-9-xl { - font-size: 0.1em !important; + .tiles-grid.size-xxl-half { + width: 80px; } - .enlarge-xl { - font-size: 1em!important; + .tiles-grid.size-xxl-12 { + width: 1920px; } - .enlarge-1-xl { - font-size: 1.1em !important; +} +.tiles-group { + width: auto; + float: left; + overflow: visible; +} +.tiles-group::before { + content: attr(data-group-title); + display: block; + position: absolute; + left: 0; + top: -36px; + height: 1.5em; + line-height: 1.5em; + z-index: 1; + color: inherit; +} +[class*=tile-].image-set { + background-size: contain; + background-position: center; +} +[class*=tile-].image-set .img { + width: 25%; + height: 50%; + display: block; + float: left; + border: 1px solid #1d1d1d; + background-size: cover; +} +[class*=tile-].image-set .img:nth-child(1) { + width: 50%; + height: 100%; +} +[class*=tile-] .slide { + width: 100%; + height: 100%; + position: absolute; + top: 0; + left: 0; + display: block; +} +[class*=tile-] [class*=slide-] { + width: 100%; + height: 100%; + position: absolute; + -webkit-transition: all 0.3s ease-in-out; + -o-transition: all 0.3s ease-in-out; + transition: all 0.3s ease-in-out; +} +[class*=tile-] .slide-front { + top: 0; + left: 0; +} +[class*=tile-].effect-hover-slide-up .slide-back, +[class*=tile-].effect-hover-zoom-up .slide-back { + top: 100%; + left: 0; +} +[class*=tile-].effect-hover-slide-up:hover .slide-front, +[class*=tile-].effect-hover-zoom-up:hover .slide-front { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +[class*=tile-].effect-hover-slide-up:hover .slide-back, +[class*=tile-].effect-hover-zoom-up:hover .slide-back { + top: 0; +} +[class*=tile-].effect-hover-slide-down .slide-back, +[class*=tile-].effect-hover-zoom-down .slide-back { + top: 0; + left: 0; + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +[class*=tile-].effect-hover-slide-down:hover .slide-front, +[class*=tile-].effect-hover-zoom-down:hover .slide-front { + top: 100%; +} +[class*=tile-].effect-hover-slide-down:hover .slide-back, +[class*=tile-].effect-hover-zoom-down:hover .slide-back { + -webkit-transform: translateY(0); + -ms-transform: translateY(0); + transform: translateY(0); +} +[class*=tile-].effect-hover-slide-left .slide-back, +[class*=tile-].effect-hover-zoom-left .slide-back { + top: 0; + left: 100%; +} +[class*=tile-].effect-hover-slide-left:hover .slide-front, +[class*=tile-].effect-hover-zoom-left:hover .slide-front { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +[class*=tile-].effect-hover-slide-left:hover .slide-back, +[class*=tile-].effect-hover-zoom-left:hover .slide-back { + left: 0; +} +[class*=tile-].effect-hover-slide-right .slide-back, +[class*=tile-].effect-hover-zoom-right .slide-back { + top: 0; + left: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +[class*=tile-].effect-hover-slide-right:hover .slide-front, +[class*=tile-].effect-hover-zoom-right:hover .slide-front { + left: 100%; +} +[class*=tile-].effect-hover-slide-right:hover .slide-back, +[class*=tile-].effect-hover-zoom-right:hover .slide-back { + -webkit-transform: translateX(0); + -ms-transform: translateX(0); + transform: translateX(0); +} +[class*=tile-].effect-hover-zoom-up:hover .slide-front, +[class*=tile-].effect-hover-zoom-down:hover .slide-front, +[class*=tile-].effect-hover-zoom-left:hover .slide-front, +[class*=tile-].effect-hover-zoom-right:hover .slide-front { + left: 0; + top: 0; + -webkit-transform: scale(2); + -ms-transform: scale(2); + transform: scale(2); +} +.time-picker input { + width: 1px; + height: 1px; + position: absolute; + top: 0; + left: 0; + opacity: 0; +} +.time-picker input:focus ~ .time-wrapper { + -webkit-box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); + box-shadow: 0 0 0 3px rgba(228, 228, 228, 0.45); +} +.time-picker .time-wrapper { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + border: 1px solid #dfdfdf; + width: 100%; +} +.time-picker .hours, +.time-picker .minutes, +.time-picker .seconds { + display: block; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + border: 1px solid; + border-color: inherit; + text-align: center; + height: 38px; + line-height: 34px; + position: relative; + font-size: 1.2em; +} +.time-picker.show-labels .hours, +.time-picker.show-labels .minutes, +.time-picker.show-labels .seconds { + line-height: 30px; +} +.time-picker.show-labels .hours::before, +.time-picker.show-labels .minutes::before, +.time-picker.show-labels .seconds::before { + content: attr(data-title); + position: absolute; + display: block; + font-size: 8px; + line-height: 12px; + left: 50%; + bottom: 0; + -webkit-transform: translate3d(-50%, 0, 0); + transform: translate3d(-50%, 0, 0); +} +.toast { + position: fixed; + bottom: 20px; + width: auto; + max-width: 35.5rem; + padding: 0.5rem 1.5rem; + text-align: left; + font-size: 0.875rem; + font-weight: normal; + background-color: #323232; + color: #ffffff; + border-radius: 0.25rem; + z-index: 1080; +} +.toast.show-top { + bottom: auto; + top: 20px; +} +.tool-button { + width: 2rem; + height: 2rem; + line-height: 2rem; + vertical-align: middle; + display: inline-block; + text-align: center; + background-color: #ebebeb; + color: #1d1d1d; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + border: 1px solid transparent; + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + padding: 0; + cursor: pointer; + outline: none; + margin: 0 2px; + position: relative; + font-size: 14px; +} +.tool-button [class*=mif], +.tool-button .icon, +.tool-button img { + height: 1rem; + max-height: 1rem; + font-size: 1rem; +} +.tool-button.text-button { + width: auto; + padding-left: 0.5rem; + padding-right: 0.5rem; +} +.tool-button:focus, +.tool-button:hover { + text-decoration: none; +} +.tool-button:hover { + background-color: rgba(29, 29, 29, 0.1); +} +.tool-button:active { + outline: 0; + -webkit-box-shadow: none; + box-shadow: none; +} +.tool-button.outline { + background: transparent none; + border-width: 1px; + border-color: #dfdfdf; +} +.tool-button.disabled, +.tool-button:disabled { + opacity: 0.65; +} +a.tool-button { + text-decoration: none; + color: #1d1d1d; +} +.toolbar { + display: -webkit-inline-box; + display: -ms-inline-flexbox; + display: inline-flex; + position: relative; + padding: 0 0 0 0.5725rem; + top: 2px; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + margin-left: 4px; +} +.toolbar.no-divider::before { + display: none; +} +.toolbar::before { + position: absolute; + content: ""; + width: 0.325rem; + height: 100%; + top: 0; + left: 0; + background-color: rgba(69, 90, 100, 0.2); + cursor: move; +} +.toolbar.vertical { + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-flow: column nowrap; + flex-flow: column nowrap; + padding: 0.5725rem 0 0 0; + width: 32px; + margin-left: 0; + margin-top: 4px; +} +.toolbar.vertical::before { + width: 32px; + height: 0.325rem; +} +.toolbar.vertical .tool-button { + margin: 2px 0; +} +.topbar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 0.5rem 1rem; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + position: -webkit-sticky; + position: sticky; + top: 0; + background: #004d6f; + color: #ffffff; + z-index: 1080; +} +.topbar-brand, +.topbar-element, +.topbar-menu { + display: block; + white-space: nowrap; + background: inherit; + color: #ffffff; + text-decoration: none!important; + height: 2.5rem; + line-height: 2.5rem; + font-size: 0.875rem; + margin-bottom: 1rem; +} +.topbar-brand { + font-size: 1.25rem; + margin-top: 1rem; +} +.topbar-menu { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + padding: 0; + margin: 0; + list-style: none; +} +.topbar-menu li a { + display: block; + text-decoration: none; + color: inherit; + height: 2.5rem; + line-height: 2.5rem; + padding: 0 0.5rem; + font-size: 0.875rem; +} +.topbar-menu li a:hover, +.topbar-menu li a:active { + background: rgba(29, 29, 29, 0.1); +} +@media screen and (min-width: 0) { + .topbar-expand-fs { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-2-xl { - font-size: 1.2em !important; + .topbar-expand-fs .topbar-brand, + .topbar-expand-fs .topbar-element, + .topbar-expand-fs .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-3-xl { - font-size: 1.3em !important; +} +@media screen and (min-width: 576px) { + .topbar-expand-sm { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-4-xl { - font-size: 1.4em !important; + .topbar-expand-sm .topbar-brand, + .topbar-expand-sm .topbar-element, + .topbar-expand-sm .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-5-xl { - font-size: 1.5em !important; +} +@media screen and (min-width: 768px) { + .topbar-expand-md { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-6-xl { - font-size: 1.6em !important; + .topbar-expand-md .topbar-brand, + .topbar-expand-md .topbar-element, + .topbar-expand-md .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-7-xl { - font-size: 1.7em !important; +} +@media screen and (min-width: 992px) { + .topbar-expand-lg { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-8-xl { - font-size: 1.8em !important; + .topbar-expand-lg .topbar-brand, + .topbar-expand-lg .topbar-element, + .topbar-expand-lg .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-9-xl { - font-size: 1.9em !important; +} +@media screen and (min-width: 1200px) { + .topbar-expand-xl { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-2x-xl { - font-size: 2em!important; + .topbar-expand-xl .topbar-brand, + .topbar-expand-xl .topbar-element, + .topbar-expand-xl .topbar-menu { + margin-bottom: 0; + margin-top: 0; } - .enlarge-3x-xl { - font-size: 3em!important; +} +@media screen and (min-width: 1452px) { + .topbar-expand-xxl { + -webkit-box-orient: horizontal!important; + -webkit-box-direction: normal!important; + -ms-flex-direction: row!important; + flex-direction: row!important; } - .enlarge-4x-xl { - font-size: 4em!important; + .topbar-expand-xxl .topbar-brand, + .topbar-expand-xxl .topbar-element, + .topbar-expand-xxl .topbar-menu { + margin-bottom: 0; + margin-top: 0; } } -@media screen and (min-width: 1452px) { - .text-upper-xxl { - text-transform: uppercase !important; - } - .text-lower-xxl { - text-transform: lowercase !important; +.treeview { + margin: 0 0 0 0; + padding: 0 0 0 24px; + font-size: 0.8125rem; + list-style: none inside; + display: block; + position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.treeview li { + display: block; + position: relative; + padding: 2px 0; + cursor: pointer; + line-height: 1.25rem; +} +.treeview li .icon { + position: absolute; + width: 16px; + height: 16px; + font-size: 16px; + left: 0; + top: 2px; + line-height: 16px; +} +.treeview li .icon img { + max-width: 100%; + height: 100%; +} +.treeview li .caption { + position: relative; +} +.treeview li .icon ~ .caption { + margin-left: 20px; +} +.treeview li .node-toggle { + position: relative; + cursor: pointer; + padding-right: 1.5rem !important; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.treeview li .node-toggle::before { + display: block; + position: absolute; + vertical-align: middle; + color: transparent; + font-size: 0; + content: ""; + height: 0.3125rem; + width: 0.3125rem; + background-color: transparent; + border-left: 1px solid; + border-bottom: 1px solid; + border-color: #1d1d1d; + top: 50%; + left: 100%; + margin-left: -1rem; + margin-top: -0.1625rem; + z-index: 2; + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); + -webkit-transition: all 0.15s ease-in-out; + -o-transition: all 0.15s ease-in-out; + transition: all 0.15s ease-in-out; + -webkit-transform-origin: center center 1px; + -ms-transform-origin: center center 1px; + transform-origin: center center 1px; +} +.treeview li .node-toggle { + position: absolute; + left: 0; + top: 0; + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); + width: 24px; + height: 24px; +} +.treeview li .node-toggle::before { + -webkit-transform: rotate(-135deg); + -ms-transform: rotate(-135deg); + transform: rotate(-135deg); +} +.treeview li.expanded > .node-toggle::before { + -webkit-transform: rotate(-45deg); + -ms-transform: rotate(-45deg); + transform: rotate(-45deg); +} +.treeview li.current > .caption { + color: #000000; +} +.treeview ul { + margin: 0 0 0 1rem; + padding: 0; + list-style: none inside; + display: block; + position: relative; + font-weight: normal; +} +.treeview .select .d-menu { + position: absolute; + left: 0; + margin: 0; + width: auto; +} +.treeview li .checkbox, +.treeview li .checkbox .check, +.treeview li .checkbox .caption { + line-height: 1; +} +.treeview li .radio, +.treeview li .radio .check, +.treeview li .radio .caption { + line-height: 1; +} +.treeview li .switch, +.treeview li .switch .check, +.treeview li .switch .caption { + line-height: 1; +} +.treeview li .checkbox, +.treeview li .radio, +.treeview li .switch { + height: 24px; +} +.vegas-wrapper, +.vegas-overlay, +.vegas-timer, +.vegas-slide, +.vegas-slide-inner { + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + overflow: hidden; + border: none; + padding: 0; + margin: 0; +} +.vegas-overlay { + opacity: 0.5; + background: transparent center center repeat; +} +.vegas-overlay.overlay1 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay2 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay3 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII="); +} +.vegas-overlay.overlay4 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay5 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC"); +} +.vegas-overlay.overlay6 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay7 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII="); +} +.vegas-overlay.overlay8 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg=="); +} +.vegas-overlay.overlay9 { + background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg=="); +} +.vegas-timer { + top: auto; + bottom: 0; + height: 2px; +} +.vegas-timer-progress { + width: 0; + height: 100%; + background: white; + -webkit-transition: width ease-out; + -o-transition: width ease-out; + transition: width ease-out; +} +.vegas-timer-running .vegas-timer-progress { + width: 100%; +} +.vegas-slide, +.vegas-slide-inner { + margin: 0; + padding: 0; + background: transparent center center no-repeat; + -webkit-transform: translateZ(0); + transform: translateZ(0); + will-change: transform, opacity; +} +body .vegas-container { + overflow: hidden !important; + position: relative; +} +.vegas-video { + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; +} +body.vegas-container { + overflow: auto; + position: static; + z-index: -2; +} +body.vegas-container > .vegas-timer, +body.vegas-container > .vegas-overlay, +body.vegas-container > .vegas-slide { + position: fixed; + z-index: -1; +} +.vegas-transition-blur, +.vegas-transition-blur2 { + opacity: 0; + -webkit-filter: blur(32px) brightness(1.01); + filter: blur(32px) brightness(1.01); +} +.vegas-transition-blur-in, +.vegas-transition-blur2-in { + opacity: 1; + -webkit-filter: blur(0px) brightness(1.01); + filter: blur(0px) brightness(1.01); +} +.vegas-transition-blur2-out { + opacity: 0; +} +.vegas-transition-burn, +.vegas-transition-burn2 { + opacity: 0; + -webkit-filter: contrast(1000%) saturate(1000%); + filter: contrast(1000%) saturate(1000%); +} +.vegas-transition-burn-in, +.vegas-transition-burn2-in { + opacity: 1; + -webkit-filter: contrast(100%) saturate(100%); + filter: contrast(100%) saturate(100%); +} +.vegas-transition-burn2-out { + opacity: 0; + -webkit-filter: contrast(1000%) saturate(1000%); + filter: contrast(1000%) saturate(1000%); +} +.vegas-transition-fade, +.vegas-transition-fade2 { + opacity: 0; +} +.vegas-transition-fade-in, +.vegas-transition-fade2-in { + opacity: 1; +} +.vegas-transition-fade2-out { + opacity: 0; +} +.vegas-transition-flash, +.vegas-transition-flash2 { + opacity: 0; + -webkit-filter: brightness(25); + filter: brightness(25); +} +.vegas-transition-flash-in, +.vegas-transition-flash2-in { + opacity: 1; + -webkit-filter: brightness(1); + filter: brightness(1); +} +.vegas-transition-flash2-out { + opacity: 0; + -webkit-filter: brightness(25); + filter: brightness(25); +} +.vegas-transition-negative, +.vegas-transition-negative2 { + opacity: 0; + -webkit-filter: invert(100%); + filter: invert(100%); +} +.vegas-transition-negative-in, +.vegas-transition-negative2-in { + opacity: 1; + -webkit-filter: invert(0); + filter: invert(0); +} +.vegas-transition-negative2-out { + opacity: 0; + -webkit-filter: invert(100%); + filter: invert(100%); +} +.vegas-transition-slideDown, +.vegas-transition-slideDown2 { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +.vegas-transition-slideDown-in, +.vegas-transition-slideDown2-in { + -webkit-transform: translateY(0%); + -ms-transform: translateY(0%); + transform: translateY(0%); +} +.vegas-transition-slideDown2-out { + -webkit-transform: translateY(100%); + -ms-transform: translateY(100%); + transform: translateY(100%); +} +.vegas-transition-slideLeft, +.vegas-transition-slideLeft2 { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); +} +.vegas-transition-slideLeft-in, +.vegas-transition-slideLeft2-in { + -webkit-transform: translateX(0%); + -ms-transform: translateX(0%); + transform: translateX(0%); +} +.vegas-transition-slideLeft2-out { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.vegas-transition-slideRight, +.vegas-transition-slideRight2 { + -webkit-transform: translateX(-100%); + -ms-transform: translateX(-100%); + transform: translateX(-100%); +} +.vegas-transition-slideRight-in, +.vegas-transition-slideRight2-in { + -webkit-transform: translateX(0%); + -ms-transform: translateX(0%); + transform: translateX(0%); +} +.vegas-transition-slideRight2-out { + -webkit-transform: translateX(100%); + -ms-transform: translateX(100%); + transform: translateX(100%); +} +.vegas-transition-slideUp, +.vegas-transition-slideUp2 { + -webkit-transform: translateY(100%); + -ms-transform: translateY(100%); + transform: translateY(100%); +} +.vegas-transition-slideUp-in, +.vegas-transition-slideUp2-in { + -webkit-transform: translateY(0%); + -ms-transform: translateY(0%); + transform: translateY(0%); +} +.vegas-transition-slideUp2-out { + -webkit-transform: translateY(-100%); + -ms-transform: translateY(-100%); + transform: translateY(-100%); +} +.vegas-transition-swirlLeft, +.vegas-transition-swirlLeft2 { + -webkit-transform: scale(2) rotate(35deg); + -ms-transform: scale(2) rotate(35deg); + transform: scale(2) rotate(35deg); + opacity: 0; +} +.vegas-transition-swirlLeft-in, +.vegas-transition-swirlLeft2-in { + -webkit-transform: scale(1) rotate(0deg); + -ms-transform: scale(1) rotate(0deg); + transform: scale(1) rotate(0deg); + opacity: 1; +} +.vegas-transition-swirlLeft2-out { + -webkit-transform: scale(2) rotate(-35deg); + -ms-transform: scale(2) rotate(-35deg); + transform: scale(2) rotate(-35deg); + opacity: 0; +} +.vegas-transition-swirlRight, +.vegas-transition-swirlRight2 { + -webkit-transform: scale(2) rotate(-35deg); + -ms-transform: scale(2) rotate(-35deg); + transform: scale(2) rotate(-35deg); + opacity: 0; +} +.vegas-transition-swirlRight-in, +.vegas-transition-swirlRight2-in { + -webkit-transform: scale(1) rotate(0deg); + -ms-transform: scale(1) rotate(0deg); + transform: scale(1) rotate(0deg); + opacity: 1; +} +.vegas-transition-swirlRight2-out { + -webkit-transform: scale(2) rotate(35deg); + -ms-transform: scale(2) rotate(35deg); + transform: scale(2) rotate(35deg); + opacity: 0; +} +.vegas-transition-zoomIn, +.vegas-transition-zoomIn2 { + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + opacity: 0; +} +.vegas-transition-zoomIn-in, +.vegas-transition-zoomIn2-in { + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); + opacity: 1; +} +.vegas-transition-zoomIn2-out { + -webkit-transform: scale(2); + -ms-transform: scale(2); + transform: scale(2); + opacity: 0; +} +.vegas-transition-zoomOut, +.vegas-transition-zoomOut2 { + -webkit-transform: scale(2); + -ms-transform: scale(2); + transform: scale(2); + opacity: 0; +} +.vegas-transition-zoomOut-in, +.vegas-transition-zoomOut2-in { + -webkit-transform: scale(1); + -ms-transform: scale(1); + transform: scale(1); + opacity: 1; +} +.vegas-transition-zoomOut2-out { + -webkit-transform: scale(0); + -ms-transform: scale(0); + transform: scale(0); + opacity: 0; +} +.vegas-animation-kenburns { + -webkit-animation: kenburns ease-out; + animation: kenburns ease-out; +} +@-webkit-keyframes kenburns { + 0% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .text-cap-xxl { - text-transform: capitalize !important; + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .text-left-xxl { - text-align: left !important; +} +@keyframes kenburns { + 0% { + -webkit-transform: scale(1.5); + transform: scale(1.5); } - .text-right-xxl { - text-align: right !important; + 100% { + -webkit-transform: scale(1); + transform: scale(1); } - .text-center-xxl { - text-align: center !important; +} +.vegas-animation-kenburnsDownLeft { + -webkit-animation: kenburnsDownLeft ease-out; + animation: kenburnsDownLeft ease-out; +} +@-webkit-keyframes kenburnsDownLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, -10%); + transform: scale(1.5) translate(10%, -10%); } - .text-just-xxl { - text-align: justify !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-top-xxl { - vertical-align: top !important; +} +@keyframes kenburnsDownLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, -10%); + transform: scale(1.5) translate(10%, -10%); } - .va-bottom-xxl { - vertical-align: bottom !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-baseline-xxl { - vertical-align: baseline !important; +} +.vegas-animation-kenburnsDownRight { + -webkit-animation: kenburnsDownRight ease-out; + animation: kenburnsDownRight ease-out; +} +@-webkit-keyframes kenburnsDownRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, -10%); + transform: scale(1.5) translate(-10%, -10%); } - .va-middle-xxl { - vertical-align: middle !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-sub-xxl { - vertical-align: sub !important; +} +@keyframes kenburnsDownRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, -10%); + transform: scale(1.5) translate(-10%, -10%); } - .va-super-xxl { - vertical-align: super !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .va-text-top-xxl { - vertical-align: text-top !important; +} +.vegas-animation-kenburnsDown { + -webkit-animation: kenburnsDown ease-out; + animation: kenburnsDown ease-out; +} +@-webkit-keyframes kenburnsDown { + 0% { + -webkit-transform: scale(1.5) translate(0, -10%); + transform: scale(1.5) translate(0, -10%); } - .va-text-bottom-xxl { - vertical-align: text-bottom !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-1-xxl { - font-size: 0.9em !important; +} +@keyframes kenburnsDown { + 0% { + -webkit-transform: scale(1.5) translate(0, -10%); + transform: scale(1.5) translate(0, -10%); } - .reduce-2-xxl { - font-size: 0.8em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-3-xxl { - font-size: 0.7em !important; +} +.vegas-animation-kenburnsLeft { + -webkit-animation: kenburnsLeft ease-out; + animation: kenburnsLeft ease-out; +} +@-webkit-keyframes kenburnsLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 0); + transform: scale(1.5) translate(10%, 0); } - .reduce-4-xxl { - font-size: 0.6em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-5-xxl { - font-size: 0.5em !important; +} +@keyframes kenburnsLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 0); + transform: scale(1.5) translate(10%, 0); } - .reduce-6-xxl { - font-size: 0.4em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-7-xxl { - font-size: 0.3em !important; +} +.vegas-animation-kenburnsRight { + -webkit-animation: kenburnsRight ease-out; + animation: kenburnsRight ease-out; +} +@-webkit-keyframes kenburnsRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 0); + transform: scale(1.5) translate(-10%, 0); } - .reduce-8-xxl { - font-size: 0.2em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .reduce-9-xxl { - font-size: 0.1em !important; +} +@keyframes kenburnsRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 0); + transform: scale(1.5) translate(-10%, 0); } - .enlarge-xxl { - font-size: 1em!important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-1-xxl { - font-size: 1.1em !important; +} +.vegas-animation-kenburnsUpLeft { + -webkit-animation: kenburnsUpLeft ease-out; + animation: kenburnsUpLeft ease-out; +} +@-webkit-keyframes kenburnsUpLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 10%); + transform: scale(1.5) translate(10%, 10%); } - .enlarge-2-xxl { - font-size: 1.2em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-3-xxl { - font-size: 1.3em !important; +} +@keyframes kenburnsUpLeft { + 0% { + -webkit-transform: scale(1.5) translate(10%, 10%); + transform: scale(1.5) translate(10%, 10%); } - .enlarge-4-xxl { - font-size: 1.4em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-5-xxl { - font-size: 1.5em !important; +} +.vegas-animation-kenburnsUpRight { + -webkit-animation: kenburnsUpRight ease-out; + animation: kenburnsUpRight ease-out; +} +@-webkit-keyframes kenburnsUpRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 10%); + transform: scale(1.5) translate(-10%, 10%); } - .enlarge-6-xxl { - font-size: 1.6em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-7-xxl { - font-size: 1.7em !important; +} +@keyframes kenburnsUpRight { + 0% { + -webkit-transform: scale(1.5) translate(-10%, 10%); + transform: scale(1.5) translate(-10%, 10%); } - .enlarge-8-xxl { - font-size: 1.8em !important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-9-xxl { - font-size: 1.9em !important; +} +.vegas-animation-kenburnsUp { + -webkit-animation: kenburnsUp ease-out; + animation: kenburnsUp ease-out; +} +@-webkit-keyframes kenburnsUp { + 0% { + -webkit-transform: scale(1.5) translate(0, 10%); + transform: scale(1.5) translate(0, 10%); } - .enlarge-2x-xxl { - font-size: 2em!important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } - .enlarge-3x-xxl { - font-size: 3em!important; +} +@keyframes kenburnsUp { + 0% { + -webkit-transform: scale(1.5) translate(0, 10%); + transform: scale(1.5) translate(0, 10%); } - .enlarge-4x-xxl { - font-size: 4em!important; + 100% { + -webkit-transform: scale(1) translate(0, 0); + transform: scale(1) translate(0, 0); } } -.m4-cloak { - opacity: 0; +.wheel-picker { + display: block; + position: relative; + width: 100%; + min-width: 220px; + cursor: default; + background-color: #ffffff; + color: #1d1d1d; + height: 38px; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.wheel-picker:focus { + outline: 1px dotted red!important; + min-width: 1px; + min-height: 1px; +} +.wheel-picker .select-wrapper { + display: none; + position: absolute; + top: 100%; + left: 0; + height: auto; + z-index: 3; + width: 100%; +} +.wheel-picker .select-block { + position: relative; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + width: 100%; + -ms-flex-negative: 0; + flex-shrink: 0; + background-color: #f2f2f2; +} +.wheel-picker .select-block::before { + content: ""; + display: block; + position: absolute; + z-index: 0; + height: 40px; + background-color: rgba(27, 161, 226, 0.5); + top: 50%; + left: 0; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + width: 100%; +} +.wheel-picker .select-block ul { + margin: 0; + padding: 0; + list-style: none inside; + display: block; + text-align: center; + height: 100%; + z-index: 1; + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; + border: 1px solid #dfdfdf; + overflow-y: auto; + -ms-overflow-style: -ms-autohiding-scrollbar; + overflow: -moz-scrollbars-none; +} +.wheel-picker .select-block ul::-webkit-scrollbar { + display: none!important; +} +.wheel-picker .select-block ul li { + display: block; + height: 40px; + line-height: 40px; + font-size: 0.9em; +} +.wheel-picker .select-block ul li.active { + font-weight: bold; +} +.wheel-picker .action-block { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + position: relative; + width: 100%; + background-color: #ffffff; +} +.wheel-picker .action-block > * { + -webkit-box-flex: 1; + -ms-flex: 1; + flex: 1; +} +.wheel-picker .action-block > *:not(:last-child) { + border-right: 1px solid #dfdfdf; +} +.wheel-picker .select-wrapper { + -webkit-transform: translate3d(0, -50%, 0); + transform: translate3d(0, -50%, 0); +} +.wheel-picker.for-top .select-wrapper, +.wheel-picker.for-top-a .select-wrapper { + -webkit-transform: translate3d(0, 0, 0); + transform: translate3d(0, 0, 0); +} +.wheel-picker.for-bottom .select-wrapper, +.wheel-picker.for-bottom-a .select-wrapper { + -webkit-transform: translate3d(0, -100%, 0); + transform: translate3d(0, -100%, 0); +} +.window { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: vertical; + -webkit-box-direction: normal; + -ms-flex-direction: column; + flex-direction: column; + position: relative; + height: auto; + background-color: #ffffff; + color: #1d1d1d; + border: 1px #e9e9e9 solid; + z-index: 1; +} +.window-caption { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-pack: start; + -ms-flex-pack: start; + justify-content: flex-start; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; + height: 2.25rem; + line-height: 2.25rem; + padding: 0; + border-bottom: 1px transparent solid; + cursor: default; + vertical-align: middle; + background-color: #3c6478; + color: #ffffff; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.window-caption .title { + font-size: 0.875rem; + overflow: hidden; + white-space: nowrap; + -o-text-overflow: ellipsis; + text-overflow: ellipsis; + width: 100%; + padding-left: 4px; + color: inherit; +} +.window-caption .icon { + width: 34px; + height: 34px; + text-align: center; + -ms-flex-negative: 0; + flex-shrink: 0; + display: block; + position: relative; + color: inherit; } -.transition { - -webkit-transition: all 0.3s linear; - -o-transition: all 0.3s linear; - transition: all 0.3s linear; +.window-caption .icon * { + width: 1rem; + font-size: 1rem; + line-height: 34px; + text-align: center; } -.inherit-colors { - background-color: inherit!important; - color: inherit!important; +.window-caption * + .title { + padding-left: 0; } -.inherit-background { - background-color: inherit!important; +.window-caption .buttons { + height: 100%; + margin-left: auto; + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; } -.inherit-color { - color: inherit!important; +.window-caption .btn-custom:focus, +.window-caption .btn-custom:active { + -webkit-box-shadow: none!important; + box-shadow: none!important; } -[class*=default-icon] { +.window-caption .buttons .btn-min, +.window-caption .buttons .btn-max, +.window-caption .buttons .btn-close, +.window-caption .buttons .btn-custom { + position: relative; + height: 34px; + width: 34px; + text-align: center; + vertical-align: middle; + font-size: 1rem; + font-weight: normal; + padding: 0 0 0.625rem 0; + outline: none; + cursor: pointer; display: block; - height: 16px; - width: 16px; - border: none!important; - background-size: cover; + border: 1px solid transparent; + margin: 1px 0; +} +.window-caption .buttons .sys-button { background-color: transparent; - opacity: 0.5; - -webkit-transition: all 0.3s ease-in-out; - -o-transition: all 0.3s ease-in-out; - transition: all 0.3s ease-in-out; - margin: auto; + color: #ffffff; } -[class*=default-icon]:hover { - opacity: 1; +.window-caption .buttons .sys-button:hover { + background-color: rgba(255, 255, 255, 0.1); } -.clear::after, -.clear-fix::after, -.clearfix::after { +.window-caption .buttons .sys-button:hover::before { + border-color: #ffffff; + color: #ffffff; +} +.window-caption .buttons .sys-button:active { + background-color: rgba(255, 255, 255, 0.3); + color: #ffffff; +} +.window-caption .buttons .btn-close:hover { + background-color: #c75050; + color: #ffffff; +} +.window-caption .buttons .btn-close:hover::before { + color: #ffffff; +} +.window-caption .buttons .btn-close:active { + background-color: #e04343; + color: #ffffff; +} +.window-caption .buttons .btn-close::before { + border-color: #777777; + content: '\D7'; + position: absolute; + line-height: 34px; + vertical-align: middle; + left: 50%; + top: -4px; + margin-left: -0.32em; + color: #fff; + font-size: 1.5rem; +} +.window-caption .buttons .btn-min::before, +.window-caption .buttons .btn-max::before { display: block; - clear: both; - content: ""; + position: absolute; + width: 0.625rem; + height: 0.625rem; + border: 0 #fff solid; + border-bottom-width: 2px; + content: ' '; + bottom: 0.72rem; + left: 50%; + margin-left: -0.3rem; + top: auto; } -.overflow { - overflow: auto !important; +.window-caption .buttons .btn-max::before { + height: 0.575rem; + border: 1px #fff solid; + border-top-width: 2px; } -.no-overflow { - overflow: hidden !important; +.window-caption .buttons .btn-custom { + min-width: 34px; + width: auto; + -ms-flex-negative: 0; + flex-shrink: 0; } -.scroll { - overflow: scroll !important; +.window-caption .buttons .btn-custom { + -webkit-box-ordinal-group: 2; + -ms-flex-order: 1; + order: 1; } -.scroll-x { - overflow-x: auto !important; +.window-caption .buttons .btn-min { + -webkit-box-ordinal-group: 3; + -ms-flex-order: 2; + order: 2; } -.scroll-y { - overflow-y: auto !important; +.window-caption .buttons .btn-max { + -webkit-box-ordinal-group: 4; + -ms-flex-order: 3; + order: 3; } -.no-scroll { - overflow: hidden !important; +.window-caption .buttons .btn-close { + -webkit-box-ordinal-group: 5; + -ms-flex-order: 4; + order: 4; } -.no-scroll-x { - overflow-x: hidden !important; +.window-content { + overflow: auto; + height: calc(100% - 2.25rem); } -.no-scroll-y { - overflow-y: hidden !important; +.window-status { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-direction: row; + flex-direction: row; + -ms-flex-wrap: nowrap; + flex-wrap: nowrap; + padding: 0.1rem 0.5rem; + background-color: #f8f8f8; + color: #1d1d1d; + height: 1.2rem; + font-size: 0.8rem; } -.wrap { - white-space: normal !important; +.window.info .window-caption { + background-color: #1ba1e2; + color: #ffffff; } -.no-wrap { - white-space: nowrap !important; +.window.alert .window-caption { + background-color: #CE352C; + color: #ffffff; } -.no-user-select { - -webkit-user-select: none !important; - -moz-user-select: none !important; - -ms-user-select: none !important; - user-select: none !important; +.window.warning .window-caption { + background-color: #fa6800; + color: #ffffff; } -.no-appearance { - -webkit-appearance: none !important; - -moz-appearance: none !important; - appearance: none !important; +.window.success .window-caption { + background-color: #60a917; + color: #ffffff; } -.collapse { - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; +.window.focused { + -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); + box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); } -.expand { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; +.window.modal { + z-index: 1050; } -.v-center { - top: 50%; - -webkit-transform: translateY(-50%); - -ms-transform: translateY(-50%); - transform: translateY(-50%); +.window.minimized { + max-width: 12rem; + max-height: 2.25rem; } -.h-center { - left: 50%; - -webkit-transform: translateX(-50%); - -ms-transform: translateX(-50%); - transform: translateX(-50%); +.window.minimized .window-caption { + border-bottom: none!important; } -.neb::before { +.window.minimized .window-content { + display: none!important; +} +.window.minimized .window-caption .btn-custom { + display: none; +} +.window.maximized { + top: 0!important; + left: 0!important; + width: 100% !important; + height: 100% !important; + max-height: none !important; + max-width: none !important; +} +.window.maximized .btn-max::before { + border: 1px #fff solid; + z-index: 2; +} +.window.maximized .btn-max::after { display: block; position: absolute; - content: ""; - width: 1rem; - height: 1rem; - background-color: inherit; - border: 1px solid transparent; - border-right-color: inherit; - border-bottom-color: inherit; + width: 0.625rem; + height: 0.625rem; + border-top: 1px #fff solid; + border-right: 1px #fff solid; + content: ' '; + bottom: 0.375rem; + right: 7px; + top: 8px; + z-index: 1; } -.neb.neb-s::before { - top: 100%; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); - transform: translateX(-50%) translateY(-50%) rotate(45deg); +.window.resizable { + min-width: 12rem; + min-height: 2.25rem; } -.neb.neb-sw::before { - top: 100%; - left: 0.625rem; - -webkit-transform: translateY(-50%) rotate(45deg); - -ms-transform: translateY(-50%) rotate(45deg); - transform: translateY(-50%) rotate(45deg); +.wizard { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-align: stretch; + -ms-flex-align: stretch; + align-items: stretch; + background-color: #ffffff; + color: #1d1d1d; + min-height: 200px; + height: auto; + border: 1px solid #dfdfdf; + counter-reset: wizard-step; + position: relative; } -.neb.neb-se::before { - top: 100%; - right: 0.625rem; - -webkit-transform: translateY(-50%) rotate(45deg); - -ms-transform: translateY(-50%) rotate(45deg); - transform: translateY(-50%) rotate(45deg); +.wizard > section, +.wizard > .section { + counter-increment: wizard-step; + display: block; + position: relative; + border-left: #bebebe solid; + border-left-width: 4px; + width: 0; + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; } -.neb.neb-n::before { - top: 0; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg); - transform: translateX(-50%) translateY(-50%) rotate(-135deg); +.wizard > section::before, +.wizard > .section::before { + display: none; + content: counter(wizard-step); + position: absolute; + bottom: 20px; + width: 25px; + text-align: center; + left: -25px; + z-index: 1; + color: #ffffff; } -.neb.neb-nw::before { - top: 0; - left: 0.625rem; - -webkit-transform: translateY(-50%) rotate(-135deg); - -ms-transform: translateY(-50%) rotate(-135deg); - transform: translateY(-50%) rotate(-135deg); +.wizard > section .page-content, +.wizard > .section .page-content { + padding: 1rem 1rem 4.25rem; + display: none; + overflow: hidden; } -.neb.neb-ne::before { - top: 0; - right: 0.625rem; - -webkit-transform: translateY(-50%) rotate(-135deg); - -ms-transform: translateY(-50%) rotate(-135deg); - transform: translateY(-50%) rotate(-135deg); +.wizard > section.current, +.wizard > .section.current { + width: 100%; + border: 0!important; } -.neb.neb-en::before { - top: 0.625rem; - right: 0; - -webkit-transform: translateX(50%) rotate(-45deg); - -ms-transform: translateX(50%) rotate(-45deg); - transform: translateX(50%) rotate(-45deg); +.wizard > section.current .page-content, +.wizard > .section.current .page-content { + display: block; } -.neb.neb-e::before { - top: 50%; - right: 0; - -webkit-transform: translateX(50%) translateY(-50%) rotate(-45deg); - -ms-transform: translateX(50%) translateY(-50%) rotate(-45deg); - transform: translateX(50%) translateY(-50%) rotate(-45deg); +.wizard > section.current::before, +.wizard > .section.current::before { + display: block; + left: 0; + color: #ffffff; + background-color: #1ba1e2; } -.neb.neb-es::before { - bottom: 0.625rem; - right: 0; - -webkit-transform: translateX(50%) rotate(-45deg); - -ms-transform: translateX(50%) rotate(-45deg); - transform: translateX(50%) rotate(-45deg); +.wizard > section.current, +.wizard > .section.current, +.wizard > section.complete, +.wizard > .section.complete { + -webkit-transition: width 0.3s ease; + -o-transition: width 0.3s ease; + transition: width 0.3s ease; } -.neb.neb-wn::before { - top: 0.625rem; - left: 0; - -webkit-transform: translateX(-50%) rotate(135deg); - -ms-transform: translateX(-50%) rotate(135deg); - transform: translateX(-50%) rotate(135deg); +.wizard > section.complete, +.wizard > .section.complete { + cursor: pointer; } -.neb.neb-w::before { - top: 50%; - left: 0; - -webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg); - -ms-transform: translateX(-50%) translateY(-50%) rotate(135deg); - transform: translateX(-50%) translateY(-50%) rotate(135deg); +.wizard .action-bar { + display: -webkit-box; + display: -ms-flexbox; + display: flex; + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; + -webkit-box-pack: right; + -ms-flex-pack: right; + justify-content: right; + position: absolute; + bottom: 1rem; + left: 41px; } -.neb.neb-ws::before { - bottom: 0.625rem; - left: 0; - -webkit-transform: translateX(-50%) rotate(135deg); - -ms-transform: translateX(-50%) rotate(135deg); - transform: translateX(-50%) rotate(135deg); +.wizard .action-bar::after { + display: block; + clear: both; + content: ""; } -.neb2::before { +.wizard .action-bar::after { display: block; + clear: both; content: ""; - width: 0; - height: 0; - border-style: solid; - position: absolute; } -.neb2.neb-s::before { - border-width: 24px 24px 0 24px; - border-color: #ffffff transparent transparent transparent; - top: 100%; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.wizard .action-bar > * { + margin: 1px; } -.neb2.neb-n::before { - border-width: 0 24px 24px 24px; - border-color: transparent transparent #ffffff transparent; - top: 0; - left: 50%; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.wizard > section { + border-color: #000000; +} +.wizard > section:nth-child(1) { + border-color: #1ba1e2; +} +.wizard > section:nth-child(2) { + border-color: #1891cb; +} +.wizard > section:nth-child(3) { + border-color: #1681b4; +} +.wizard > section:nth-child(4) { + border-color: #13709e; +} +.wizard > section:nth-child(5) { + border-color: #106087; +} +.wizard > section:nth-child(6) { + border-color: #0d5070; +} +.wizard > section:nth-child(7) { + border-color: #0b4059; +} +.wizard > section:nth-child(8) { + border-color: #082f43; +} +.wizard > section:nth-child(9) { + border-color: #051f2c; +} +.wizard > section:nth-child(10) { + border-color: #000000; +} +.wizard > section.complete { + border-color: #656565; +} +.wizard > section.complete:nth-child(1) { + border-color: #e4e4e4; +} +.wizard > section.complete:nth-child(2) { + border-color: #d8d8d8; +} +.wizard > section.complete:nth-child(3) { + border-color: #cbcbcb; +} +.wizard > section.complete:nth-child(4) { + border-color: #bebebe; } -.neb2.neb-e::before { - border-width: 24px 0 24px 24px; - border-color: transparent transparent transparent #ffffff; - top: 50%; - right: 0; - -webkit-transform: translateX(50%) translateY(-50%); - -ms-transform: translateX(50%) translateY(-50%); - transform: translateX(50%) translateY(-50%); +.wizard > section.complete:nth-child(5) { + border-color: #b1b1b1; } -.neb2.neb-w::before { - border-width: 24px 24px 24px 0; - border-color: transparent #ffffff transparent transparent; - top: 50%; - left: 0; - -webkit-transform: translateX(-50%) translateY(-50%); - -ms-transform: translateX(-50%) translateY(-50%); - transform: translateX(-50%) translateY(-50%); +.wizard > section.complete:nth-child(6) { + border-color: #a5a5a5; } -.selected { - -webkit-box-shadow: 0 0 0 4px #5ebdec !important; - box-shadow: 0 0 0 4px #5ebdec !important; +.wizard > section.complete:nth-child(7) { + border-color: #989898; } -.selected::after { - position: absolute; - display: block; - border-top: 28px solid #5ebdec; - border-left: 28px solid transparent; - right: -1px; - content: ""; - top: -1px; - z-index: 100; +.wizard > section.complete:nth-child(8) { + border-color: #8b8b8b; } -.selected::before { - position: absolute; - display: block; - content: ""; - background-color: transparent; - border-color: #ffffff !important; - border-left: 2px solid; - border-bottom: 2px solid; - height: 0.325rem; - width: 0.5rem; - right: 0.25rem; - top: 0.25rem; - z-index: 102; - -webkit-transform: rotate(-45deg); - -ms-transform: rotate(-45deg); - transform: rotate(-45deg); +.wizard > section.complete:nth-child(9) { + border-color: #7e7e7e; } -.disabled, -.-disabled { - pointer-events: none!important; - color: #e4e4e4 !important; +.wizard > section.complete:nth-child(10) { + border-color: #656565; } -.stop-pointer { - pointer-events: none; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; +.wizard [class*=wizard-btn].disabled { + opacity: 0.1; } @media screen and (min-width: 0) { - .overflow-fs { - overflow: auto !important; - } - .no-overflow-fs { - overflow: hidden !important; - } - .scroll-fs { - overflow: scroll !important; - } - .scroll-x-fs { - overflow-x: auto !important; - } - .scroll-y-fs { - overflow-y: auto !important; - } - .no-scroll-fs { - overflow: hidden !important; - } - .no-scroll-x-fs { - overflow-x: hidden !important; - } - .no-scroll-y-fs { - overflow-y: hidden !important; - } - .wrap-fs { - white-space: normal !important; - } - .no-wrap-fs { - white-space: nowrap !important; + .wizard.wizard-wide-fs { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-fs { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-fs > section { + border-left-width: 25px; } - .expand-fs { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-fs > section::before { + display: block; } } @media screen and (min-width: 576px) { - .overflow-sm { - overflow: auto !important; - } - .no-overflow-sm { - overflow: hidden !important; - } - .scroll-sm { - overflow: scroll !important; - } - .scroll-x-sm { - overflow-x: auto !important; - } - .scroll-y-sm { - overflow-y: auto !important; - } - .no-scroll-sm { - overflow: hidden !important; - } - .no-scroll-x-sm { - overflow-x: hidden !important; - } - .no-scroll-y-sm { - overflow-y: hidden !important; - } - .wrap-sm { - white-space: normal !important; - } - .no-wrap-sm { - white-space: nowrap !important; + .wizard.wizard-wide-sm { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-sm { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-sm > section { + border-left-width: 25px; } - .expand-sm { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-sm > section::before { + display: block; } } @media screen and (min-width: 768px) { - .overflow-md { - overflow: auto !important; - } - .no-overflow-md { - overflow: hidden !important; - } - .scroll-md { - overflow: scroll !important; - } - .scroll-x-md { - overflow-x: auto !important; - } - .scroll-y-md { - overflow-y: auto !important; - } - .no-scroll-md { - overflow: hidden !important; - } - .no-scroll-x-md { - overflow-x: hidden !important; - } - .no-scroll-y-md { - overflow-y: hidden !important; - } - .wrap-md { - white-space: normal !important; - } - .no-wrap-md { - white-space: nowrap !important; + .wizard.wizard-wide-md { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-md { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-md > section { + border-left-width: 25px; } - .expand-md { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-md > section::before { + display: block; } } @media screen and (min-width: 992px) { - .overflow-lg { - overflow: auto !important; - } - .no-overflow-lg { - overflow: hidden !important; - } - .scroll-lg { - overflow: scroll !important; - } - .scroll-x-lg { - overflow-x: auto !important; - } - .scroll-y-lg { - overflow-y: auto !important; - } - .no-scroll-lg { - overflow: hidden !important; - } - .no-scroll-x-lg { - overflow-x: hidden !important; - } - .no-scroll-y-lg { - overflow-y: hidden !important; - } - .wrap-lg { - white-space: normal !important; - } - .no-wrap-lg { - white-space: nowrap !important; + .wizard.wizard-wide-lg { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-lg { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-lg > section { + border-left-width: 25px; } - .expand-lg { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-lg > section::before { + display: block; } } @media screen and (min-width: 1200px) { - .overflow-xl { - overflow: auto !important; - } - .no-overflow-xl { - overflow: hidden !important; - } - .scroll-xl { - overflow: scroll !important; - } - .scroll-x-xl { - overflow-x: auto !important; - } - .scroll-y-xl { - overflow-y: auto !important; - } - .no-scroll-xl { - overflow: hidden !important; - } - .no-scroll-x-xl { - overflow-x: hidden !important; - } - .no-scroll-y-xl { - overflow-y: hidden !important; - } - .wrap-xl { - white-space: normal !important; - } - .no-wrap-xl { - white-space: nowrap !important; + .wizard.wizard-wide-xl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .collapse-xl { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; + .wizard.wizard-wide-xl > section { + border-left-width: 25px; } - .expand-xl { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; + .wizard.wizard-wide-xl > section::before { + display: block; } } @media screen and (min-width: 1452px) { - .overflow-xxl { - overflow: auto !important; - } - .no-overflow-xxl { - overflow: hidden !important; - } - .scroll-xxl { - overflow: scroll !important; - } - .scroll-x-xxl { - overflow-x: auto !important; - } - .scroll-y-xxl { - overflow-y: auto !important; - } - .no-scroll-xxl { - overflow: hidden !important; - } - .no-scroll-x-xxl { - overflow-x: hidden !important; - } - .no-scroll-y-xxl { - overflow-y: hidden !important; - } - .wrap-xxl { - white-space: normal !important; - } - .no-wrap-xxl { - white-space: nowrap !important; - } - .collapse-xxl { - position: relative; - overflow: hidden; - max-height: 0; - -webkit-transition: max-height 0.3s ease; - -o-transition: max-height 0.3s ease; - transition: max-height 0.3s ease; - } - .expand-xxl { - max-height: 1000px !important; - -webkit-transition: max-height 0.3s ease !important; - -o-transition: max-height 0.3s ease !important; - transition: max-height 0.3s ease !important; - -webkit-transition-duration: 1s !important; - -o-transition-duration: 1s !important; - transition-duration: 1s !important; - overflow: visible!important; - } -} -.debug { - outline: 1px dotted red!important; - min-width: 1px; - min-height: 1px; -} -@media print { - .d-none-print { - display: none!important; - } - .d-block-print { - display: block!important; - } - .d-inline-print { - display: inline!important; - } - .d-inline-block-print { - display: inline-block !important; - } - .d-table-print { - display: table!important; - } - .d-table-row-print { - display: table-row !important; - } - .d-table-cell-print { - display: table-cell !important; - } - .d-flex-print { - display: -webkit-box!important; - display: -ms-flexbox!important; - display: flex!important; - } - .d-inline-flex-print { - display: -webkit-inline-box !important; - display: -ms-inline-flexbox !important; - display: inline-flex !important; - } - .visible-print { - visibility: visible !important; - } - .no-visible-print { - visibility: hidden !important; - } - .overflow-print { - overflow: auto !important; - } - .no-overflow-print { - overflow: hidden !important; - } - .scroll-print { - overflow: scroll !important; - } - .scroll-x-print { - overflow-x: auto !important; - } - .scroll-y-print { - overflow-y: auto !important; - } - .no-scroll-print { - overflow: hidden !important; - } - .no-scroll-x-print { - overflow-x: hidden !important; - } - .no-scroll-y-print { - overflow-y: hidden !important; - } - .wrap-print { - white-space: normal !important; - } - .no-wrap-print { - white-space: nowrap !important; - } -} -@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { - .d-none-ie { - display: none!important; - } - .d-block-ie { - display: block!important; - } - .img-fluid { - width: 100% \9; - } - .img-container img { - width: 100% \9; - } - .tiles-grid { - display: block; + .wizard.wizard-wide-xxl { + -webkit-box-orient: horizontal; + -webkit-box-direction: normal; + -ms-flex-flow: row nowrap; + flex-flow: row nowrap; } - .tiles-grid::after { - display: block; - clear: both; - content: ""; + .wizard.wizard-wide-xxl > section { + border-left-width: 25px; } - .tiles-grid::after { + .wizard.wizard-wide-xxl > section::before { display: block; - clear: both; - content: ""; - } - .tiles-grid [class*=tile-] { - margin: 5px; - float: left; - } - .ribbon-menu .content-holder .section { - height: 130px; - } - .ribbon-toggle-group { - height: 80px; - } -} -@supports (-ms-ime-align:auto) { - .d-none-edge { - display: none!important; - } - .d-block-edge { - display: block!important; - } - .ribbon-menu .content-holder .section { - height: 130px; } } diff --git a/build/css/metro.min.css b/build/css/metro.min.css index 0d560a226..3069884fe 100644 --- a/build/css/metro.min.css +++ b/build/css/metro.min.css @@ -1 +1 @@ -*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;scroll-behavior:smooth}body{line-height:1.5;overflow-x:hidden;background-color:#fff;min-height:100vh;text-rendering:optimizeSpeed}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}table{border-collapse:collapse;border-spacing:0}base,basefont,datalist,head,meta,noembed,param,script,style,template,title{display:none}[tabindex="-1"]:focus{outline:0!important}[hidden]{display:none!important}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}svg:not(:root){overflow:hidden}img{vertical-align:middle;border-style:none;max-width:100%}div{position:relative}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:0s!important;animation-duration:0s!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;scroll-behavior:auto!important}}.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:.5rem 1rem;background-color:#f8f8f8;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:32px}.accordion.marker-on .heading::before{line-height:1;display:block;content:"\203A";position:absolute;left:0;top:0;font-size:32px;width:40px;height:40px;text-align:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading::before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.material .heading::before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:#fff}.accordion.material>.frame>.heading::after{display:block;content:"\203A";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px #dfdfdf solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-size:.875rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.action-button:active{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.multi-action{display:inline-block;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);margin:0;background:#989898;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);line-height:40px;font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.multi-action .action-button.active~.actions li{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.multi-action .action-button.active.rotate .icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation:orbit 4s infinite;animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:'';width:4px;height:4px;border-radius:4px;background:#fff}.activity-ring>.wrap:nth-child(2){-webkit-transform:rotate(-14deg);-ms-transform:rotate(-14deg);transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{-webkit-animation-delay:.133s;animation-delay:.133s}.activity-ring>.wrap:nth-child(3){-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{-webkit-animation-delay:.266s;animation-delay:.266s}.activity-ring>.wrap:nth-child(4){-webkit-transform:rotate(-42deg);-ms-transform:rotate(-42deg);transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{-webkit-animation-delay:.4s;animation-delay:.4s}.activity-ring>.wrap:nth-child(5){-webkit-transform:rotate(-56deg);-ms-transform:rotate(-56deg);transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{-webkit-animation-delay:.533s;animation-delay:.533s}.activity-ring.dark-style>.wrap>.circle:after{background-color:#989898}.activity-ring.color-style>.wrap>.circle:after{background-color:#1ba1e2}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:#fff;opacity:0;margin-left:5px;-webkit-animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){-webkit-animation-delay:.8s;animation-delay:.8s}.activity-metro>.circle:nth-child(3){-webkit-animation-delay:.7s;animation-delay:.7s}.activity-metro>.circle:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.activity-metro>.circle:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.activity-metro.dark-style>.circle{background-color:#989898}.activity-metro.color-style>.circle{background-color:#1ba1e2}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-animation:ani-shrink 1s linear infinite;animation:ani-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:#fff}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;-webkit-animation:ani-drop 1s linear infinite;animation:ani-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;-webkit-animation:ani-drop2 1s linear infinite;animation:ani-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;-webkit-animation:ani-drop3 1s linear infinite;animation:ani-drop3 1s linear infinite}.activity-square.dark-style>.square{background-color:#989898}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1ba1e2}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;-webkit-animation:ani-pre-spin 1s linear infinite;animation:ani-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle::after,.activity-cycle .cycle::before{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#fff}.activity-cycle .cycle:before{top:5px;left:5px;right:5px;bottom:5px;-webkit-animation:ani-pre-spin 2s linear infinite;animation:ani-pre-spin 2s linear infinite}.activity-cycle .cycle:after{top:15px;left:15px;right:15px;bottom:15px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.activity-cycle.dark-style .cycle{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:before{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:after{border-top-color:#1d1d1d}.activity-cycle.color-style .cycle{border-top-color:#1ba1e2}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#fff}.activity-simple.dark-style .path{stroke:#1d1d1d}.activity-simple.color-style .path{-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}.app-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:1030;background-color:#f8f8f8;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-bar .app-bar-container{background-color:inherit;color:inherit}.app-bar .app-bar-button,.app-bar .app-bar-container,.app-bar .app-bar-item,.app-bar .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:52px;line-height:52px;padding:0 16px;background-color:inherit;color:inherit;text-decoration:none;font-size:14px;-ms-flex-negative:0;flex-shrink:0;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-bar .app-bar-button:focus,.app-bar .app-bar-container:focus,.app-bar .app-bar-item:focus,.app-bar .brand:focus{outline:0}.app-bar .app-bar-container{padding:0}.app-bar .app-bar-item{white-space:nowrap}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{-ms-flex-negative:0;flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li,.app-bar .app-bar-menu>li>a{display:block;line-height:52px;background-color:inherit;color:inherit;-ms-flex-negative:0;flex-shrink:0}.app-bar .app-bar-menu>li>a{padding:0 16px;text-decoration:none;font-size:14px;position:relative}.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item:not(.no-hover) .active,.app-bar .app-bar-item:not(.no-hover):active,.app-bar .app-bar-item:not(.no-hover):hover,.app-bar .app-bar-menu li:not(.no-hover) .active,.app-bar .app-bar-menu li:not(.no-hover):active,.app-bar .app-bar-menu li:not(.no-hover):hover,.app-bar .brand:not(.no-hover) .active,.app-bar .brand:not(.no-hover):active,.app-bar .brand:not(.no-hover):hover,.app-bar .hamburger:not(.no-hover) .active,.app-bar .hamburger:not(.no-hover):active,.app-bar .hamburger:not(.no-hover):hover{background:rgba(29,29,29,.1)}.app-bar .hamburger{position:absolute;right:0;top:0;display:block;height:52px;width:52px}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu .d-menu,.app-bar .app-bar-menu .v-menu{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;background-color:#f8f8f8}.app-bar .app-bar-container .divider,.app-bar .app-bar-menu .divider{height:1px!important;line-height:1px!important;background-color:#e4e4e4}.app-bar .app-bar-container .d-menu{background-color:#f8f8f8;position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar .app-bar-container .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar .app-bar-container>.d-menu,.app-bar .app-bar-container>.v-menu{top:100%}.app-bar .app-bar-container a{color:inherit;text-decoration:none}.app-bar a{outline:0!important}.app-bar .app-bar-menu .d-menu .d-menu,.app-bar .app-bar-menu .d-menu .v-menu,.app-bar .app-bar-menu .v-menu .d-menu,.app-bar .app-bar-menu .v-menu .v-menu{left:0}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar .hamburger:not(.hidden)~.ml-auto{margin-right:48px}.app-bar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.app-bar-expand .app-bar-container,.app-bar-expand .app-bar-item,.app-bar-expand .brand{width:auto;-ms-flex-negative:1;flex-shrink:1}.app-bar-expand .app-bar-menu{float:left}.app-bar-expand .app-bar-menu{width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-bar-expand .app-bar-menu .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar-expand .app-bar-menu .d-menu a,.app-bar-expand .app-bar-menu .d-menu li{height:38px;line-height:38px}.app-bar-expand .app-bar-menu .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar-expand .app-bar-menu.collapsed{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.app-bar-expand .app-bar-menu .d-menu .d-menu,.app-bar-expand .app-bar-menu .d-menu .v-menu,.app-bar-expand .app-bar-menu .v-menu .d-menu,.app-bar-expand .app-bar-menu .v-menu .v-menu{left:100%}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.badge{position:absolute;z-index:1;top:0;right:0;background-color:#f8f8f8;color:#1d1d1d;border-radius:.25rem;display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.app-bar-item .badge,.app-bar-menu>li>a .badge,.brand .badge,.d-menu>li>a .badge,.h-menu>li>a .badge,.t-menu>li>a .badge,.v-menu>li>a .badge{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inside{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.bottom-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;-webkit-box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);z-index:1030}.bottom-nav .button{width:auto;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:rgba(0,0,0,.87)}.bottom-sheet>.item,.bottom-sheet>li{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>.item .icon,.bottom-sheet>li .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>.item.active,.bottom-sheet>.item.hovered,.bottom-sheet>.item:hover,.bottom-sheet>li.active,.bottom-sheet>li.hovered,.bottom-sheet>li:hover{background-color:rgba(29,29,29,.1)}.bottom-sheet>.divider{height:1px;background-color:#dfdfdf}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>.item,.bottom-sheet.grid-style>li{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>.item .icon,.bottom-sheet.grid-style>li .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}.breadcrumbs{margin-bottom:1rem;margin-left:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#6a6a6a}.breadcrumbs .breadcrumb-item,.breadcrumbs .page-item{position:relative;cursor:pointer;display:list-item;background-color:inherit;color:inherit;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin:4px}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::after,.breadcrumbs .page-item+.page-item::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:1px;width:.375rem;background-color:#1d1d1d;top:50%;left:0;margin-left:-.5rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-.125rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .page-item+.page-item::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:.125rem}.breadcrumbs .breadcrumb-item a,.breadcrumbs .page-item a,.breadcrumbs .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs .breadcrumb-item a:hover,.breadcrumbs .page-item a:hover,.breadcrumbs .page-link:hover{color:#1d1d1d}.breadcrumbs .breadcrumb-item:last-child,.breadcrumbs .page-item:last-child{font-weight:700}.button,.flat-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}.button .icon+.caption,.flat-button .icon+.caption{margin-left:8px}.button .caption+.icon,.flat-button .caption+.icon{margin-left:8px}.flat-button{min-width:64px;background-color:transparent}.button.focus,.button:active,.button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.button:hover{background-color:rgba(29,29,29,.1)}.button.link{background-color:transparent;color:#0366d6}.button.link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}.button.link.focus,.button.link:focus{-webkit-box-shadow:none;box-shadow:none}.button.hovered:hover{background-color:rgba(29,29,29,.2)}.button img{height:1rem}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.cycle,.button.square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}.button.cycle.mini,.button.square.mini{width:1.39875rem;height:1.39875rem}.button.cycle.small,.button.square.small{width:1.724375rem;height:1.724375rem}.button.cycle.large,.button.square.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.cycle.dropdown-toggle::before,.button.square.dropdown-toggle::before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button:focus,.button:hover{text-decoration:none}.button:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.button.disabled,.button:disabled{opacity:.65}.button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.button:active{-webkit-box-shadow:none;box-shadow:none}a.button,a.flat-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#1d1d1d;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}a.button:hover,a.flat-button:hover{-webkit-box-shadow:none;box-shadow:none}a.button.focus,a.button:active,a.button:focus,a.flat-button.focus,a.flat-button:active,a.flat-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button],input[type=reset],input[type=submit]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}input[type=button] .icon+.caption,input[type=reset] .icon+.caption,input[type=submit] .icon+.caption{margin-left:8px}input[type=button] .caption+.icon,input[type=reset] .caption+.icon,input[type=submit] .caption+.icon{margin-left:8px}input[type=button].focus,input[type=button]:active,input[type=button]:focus,input[type=reset].focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit].focus,input[type=submit]:active,input[type=submit]:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:rgba(29,29,29,.1)}input[type=button].link,input[type=reset].link,input[type=submit].link{background-color:transparent;color:#0366d6}input[type=button].link:hover,input[type=reset].link:hover,input[type=submit].link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}input[type=button].link.focus,input[type=button].link:focus,input[type=reset].link.focus,input[type=reset].link:focus,input[type=submit].link.focus,input[type=submit].link:focus{-webkit-box-shadow:none;box-shadow:none}input[type=button].hovered:hover,input[type=reset].hovered:hover,input[type=submit].hovered:hover{background-color:rgba(29,29,29,.2)}input[type=button] img,input[type=reset] img,input[type=submit] img{height:1rem}input[type=button].mini,input[type=reset].mini,input[type=submit].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=reset].mini img,input[type=submit].mini img{height:.625rem}input[type=button].small,input[type=reset].small,input[type=submit].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=reset].small img,input[type=submit].small img{height:.75rem}input[type=button].large,input[type=reset].large,input[type=submit].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=reset].large img,input[type=submit].large img{height:1.375rem}input[type=button].cycle,input[type=button].square,input[type=reset].cycle,input[type=reset].square,input[type=submit].cycle,input[type=submit].square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}input[type=button].cycle.mini,input[type=button].square.mini,input[type=reset].cycle.mini,input[type=reset].square.mini,input[type=submit].cycle.mini,input[type=submit].square.mini{width:1.39875rem;height:1.39875rem}input[type=button].cycle.small,input[type=button].square.small,input[type=reset].cycle.small,input[type=reset].square.small,input[type=submit].cycle.small,input[type=submit].square.small{width:1.724375rem;height:1.724375rem}input[type=button].cycle.large,input[type=button].square.large,input[type=reset].cycle.large,input[type=reset].square.large,input[type=submit].cycle.large,input[type=submit].square.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=reset].cycle,input[type=submit].cycle{border-radius:50%}input[type=button].cycle.dropdown-toggle::before,input[type=button].square.dropdown-toggle::before,input[type=reset].cycle.dropdown-toggle::before,input[type=reset].square.dropdown-toggle::before,input[type=submit].cycle.dropdown-toggle::before,input[type=submit].square.dropdown-toggle::before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{text-decoration:none}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.65}input[type=button].outline,input[type=reset].outline,input[type=submit].outline{background:transparent none;border-width:1px;border-color:#dfdfdf}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{-webkit-box-shadow:none;box-shadow:none}input[type=button].primary,input[type=reset].primary,input[type=submit].primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}input[type=button].primary.outline,input[type=reset].primary.outline,input[type=submit].primary.outline{color:#0366d6;border-color:#0366d6}input[type=button].primary.outline.dropdown-toggle::before,input[type=reset].primary.outline.dropdown-toggle::before,input[type=submit].primary.outline.dropdown-toggle::before{border-color:#0366d6}input[type=button].primary.outline:hover,input[type=reset].primary.outline:hover,input[type=submit].primary.outline:hover{color:#fff}input[type=button].primary.dropdown-toggle::before,input[type=reset].primary.dropdown-toggle::before,input[type=submit].primary.dropdown-toggle::before{border-color:#fff}input[type=button].primary:hover,input[type=reset].primary:hover,input[type=submit].primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}input[type=button].primary:hover.dropdown-toggle::before,input[type=reset].primary:hover.dropdown-toggle::before,input[type=submit].primary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].primary.same-color:hover,input[type=reset].primary.same-color:hover,input[type=submit].primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}input[type=button].primary.focus,input[type=button].primary:active,input[type=button].primary:focus,input[type=reset].primary.focus,input[type=reset].primary:active,input[type=reset].primary:focus,input[type=submit].primary.focus,input[type=submit].primary:active,input[type=submit].primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}input[type=button].secondary,input[type=reset].secondary,input[type=submit].secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}input[type=button].secondary.outline,input[type=reset].secondary.outline,input[type=submit].secondary.outline{color:#607d8b;border-color:#607d8b}input[type=button].secondary.outline.dropdown-toggle::before,input[type=reset].secondary.outline.dropdown-toggle::before,input[type=submit].secondary.outline.dropdown-toggle::before{border-color:#607d8b}input[type=button].secondary.outline:hover,input[type=reset].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:#fff}input[type=button].secondary.dropdown-toggle::before,input[type=reset].secondary.dropdown-toggle::before,input[type=submit].secondary.dropdown-toggle::before{border-color:#fff}input[type=button].secondary:hover,input[type=reset].secondary:hover,input[type=submit].secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}input[type=button].secondary:hover.dropdown-toggle::before,input[type=reset].secondary:hover.dropdown-toggle::before,input[type=submit].secondary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].secondary.same-color:hover,input[type=reset].secondary.same-color:hover,input[type=submit].secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}input[type=button].secondary.focus,input[type=button].secondary:active,input[type=button].secondary:focus,input[type=reset].secondary.focus,input[type=reset].secondary:active,input[type=reset].secondary:focus,input[type=submit].secondary.focus,input[type=submit].secondary:active,input[type=submit].secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}input[type=button].success,input[type=reset].success,input[type=submit].success{outline-color:#adeb6e;background-color:#60a917;color:#fff}input[type=button].success.outline,input[type=reset].success.outline,input[type=submit].success.outline{color:#60a917;border-color:#60a917}input[type=button].success.outline.dropdown-toggle::before,input[type=reset].success.outline.dropdown-toggle::before,input[type=submit].success.outline.dropdown-toggle::before{border-color:#60a917}input[type=button].success.outline:hover,input[type=reset].success.outline:hover,input[type=submit].success.outline:hover{color:#fff}input[type=button].success.dropdown-toggle::before,input[type=reset].success.dropdown-toggle::before,input[type=submit].success.dropdown-toggle::before{border-color:#fff}input[type=button].success:hover,input[type=reset].success:hover,input[type=submit].success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}input[type=button].success:hover.dropdown-toggle::before,input[type=reset].success:hover.dropdown-toggle::before,input[type=submit].success:hover.dropdown-toggle::before{border-color:#fff}input[type=button].success.same-color:hover,input[type=reset].success.same-color:hover,input[type=submit].success.same-color:hover{background-color:#60a917;border-color:#60a917}input[type=button].success.focus,input[type=button].success:active,input[type=button].success:focus,input[type=reset].success.focus,input[type=reset].success:active,input[type=reset].success:focus,input[type=submit].success.focus,input[type=submit].success:active,input[type=submit].success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}input[type=button].alert,input[type=reset].alert,input[type=submit].alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}input[type=button].alert.outline,input[type=reset].alert.outline,input[type=submit].alert.outline{color:#ce352c;border-color:#ce352c}input[type=button].alert.outline.dropdown-toggle::before,input[type=reset].alert.outline.dropdown-toggle::before,input[type=submit].alert.outline.dropdown-toggle::before{border-color:#ce352c}input[type=button].alert.outline:hover,input[type=reset].alert.outline:hover,input[type=submit].alert.outline:hover{color:#fff}input[type=button].alert.dropdown-toggle::before,input[type=reset].alert.dropdown-toggle::before,input[type=submit].alert.dropdown-toggle::before{border-color:#fff}input[type=button].alert:hover,input[type=reset].alert:hover,input[type=submit].alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}input[type=button].alert:hover.dropdown-toggle::before,input[type=reset].alert:hover.dropdown-toggle::before,input[type=submit].alert:hover.dropdown-toggle::before{border-color:#fff}input[type=button].alert.same-color:hover,input[type=reset].alert.same-color:hover,input[type=submit].alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}input[type=button].alert.focus,input[type=button].alert:active,input[type=button].alert:focus,input[type=reset].alert.focus,input[type=reset].alert:active,input[type=reset].alert:focus,input[type=submit].alert.focus,input[type=submit].alert:active,input[type=submit].alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}input[type=button].warning,input[type=reset].warning,input[type=submit].warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}input[type=button].warning.outline,input[type=reset].warning.outline,input[type=submit].warning.outline{color:#ff9447;border-color:#ff9447}input[type=button].warning.outline.dropdown-toggle::before,input[type=reset].warning.outline.dropdown-toggle::before,input[type=submit].warning.outline.dropdown-toggle::before{border-color:#ff9447}input[type=button].warning.outline:hover,input[type=reset].warning.outline:hover,input[type=submit].warning.outline:hover{color:#fff}input[type=button].warning.dropdown-toggle::before,input[type=reset].warning.dropdown-toggle::before,input[type=submit].warning.dropdown-toggle::before{border-color:#fff}input[type=button].warning:hover,input[type=reset].warning:hover,input[type=submit].warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}input[type=button].warning:hover.dropdown-toggle::before,input[type=reset].warning:hover.dropdown-toggle::before,input[type=submit].warning:hover.dropdown-toggle::before{border-color:#fff}input[type=button].warning.same-color:hover,input[type=reset].warning.same-color:hover,input[type=submit].warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}input[type=button].warning.focus,input[type=button].warning:active,input[type=button].warning:focus,input[type=reset].warning.focus,input[type=reset].warning:active,input[type=reset].warning:focus,input[type=submit].warning.focus,input[type=submit].warning:active,input[type=submit].warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}input[type=button].yellow,input[type=reset].yellow,input[type=submit].yellow{outline-color:#fff;background-color:#ffe484;color:#fff}input[type=button].yellow.outline,input[type=reset].yellow.outline,input[type=submit].yellow.outline{color:#ffe484;border-color:#ffe484}input[type=button].yellow.outline.dropdown-toggle::before,input[type=reset].yellow.outline.dropdown-toggle::before,input[type=submit].yellow.outline.dropdown-toggle::before{border-color:#ffe484}input[type=button].yellow.outline:hover,input[type=reset].yellow.outline:hover,input[type=submit].yellow.outline:hover{color:#fff}input[type=button].yellow.dropdown-toggle::before,input[type=reset].yellow.dropdown-toggle::before,input[type=submit].yellow.dropdown-toggle::before{border-color:#fff}input[type=button].yellow:hover,input[type=reset].yellow:hover,input[type=submit].yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}input[type=button].yellow:hover.dropdown-toggle::before,input[type=reset].yellow:hover.dropdown-toggle::before,input[type=submit].yellow:hover.dropdown-toggle::before{border-color:#fff}input[type=button].yellow.same-color:hover,input[type=reset].yellow.same-color:hover,input[type=submit].yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}input[type=button].yellow.focus,input[type=button].yellow:active,input[type=button].yellow:focus,input[type=reset].yellow.focus,input[type=reset].yellow:active,input[type=reset].yellow:focus,input[type=submit].yellow.focus,input[type=submit].yellow:active,input[type=submit].yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}input[type=button].info,input[type=reset].info,input[type=submit].info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}input[type=button].info.outline,input[type=reset].info.outline,input[type=submit].info.outline{color:#5ebdec;border-color:#5ebdec}input[type=button].info.outline.dropdown-toggle::before,input[type=reset].info.outline.dropdown-toggle::before,input[type=submit].info.outline.dropdown-toggle::before{border-color:#5ebdec}input[type=button].info.outline:hover,input[type=reset].info.outline:hover,input[type=submit].info.outline:hover{color:#fff}input[type=button].info.dropdown-toggle::before,input[type=reset].info.dropdown-toggle::before,input[type=submit].info.dropdown-toggle::before{border-color:#fff}input[type=button].info:hover,input[type=reset].info:hover,input[type=submit].info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}input[type=button].info:hover.dropdown-toggle::before,input[type=reset].info:hover.dropdown-toggle::before,input[type=submit].info:hover.dropdown-toggle::before{border-color:#fff}input[type=button].info.same-color:hover,input[type=reset].info.same-color:hover,input[type=submit].info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}input[type=button].info.focus,input[type=button].info:active,input[type=button].info:focus,input[type=reset].info.focus,input[type=reset].info:active,input[type=reset].info:focus,input[type=submit].info.focus,input[type=submit].info:active,input[type=submit].info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}input[type=button].dark,input[type=reset].dark,input[type=submit].dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}input[type=button].dark.outline,input[type=reset].dark.outline,input[type=submit].dark.outline{color:#505050;border-color:#505050}input[type=button].dark.outline.dropdown-toggle::before,input[type=reset].dark.outline.dropdown-toggle::before,input[type=submit].dark.outline.dropdown-toggle::before{border-color:#505050}input[type=button].dark.outline:hover,input[type=reset].dark.outline:hover,input[type=submit].dark.outline:hover{color:#fff}input[type=button].dark.dropdown-toggle::before,input[type=reset].dark.dropdown-toggle::before,input[type=submit].dark.dropdown-toggle::before{border-color:#fff}input[type=button].dark:hover,input[type=reset].dark:hover,input[type=submit].dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}input[type=button].dark:hover.dropdown-toggle::before,input[type=reset].dark:hover.dropdown-toggle::before,input[type=submit].dark:hover.dropdown-toggle::before{border-color:#fff}input[type=button].dark.same-color:hover,input[type=reset].dark.same-color:hover,input[type=submit].dark.same-color:hover{background-color:#505050;border-color:#505050}input[type=button].dark.focus,input[type=button].dark:active,input[type=button].dark:focus,input[type=reset].dark.focus,input[type=reset].dark:active,input[type=reset].dark:focus,input[type=submit].dark.focus,input[type=submit].dark:active,input[type=submit].dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}input[type=button].light,input[type=reset].light,input[type=submit].light{outline-color:#fff;background-color:#f8f8f8;color:#fff}input[type=button].light.outline,input[type=reset].light.outline,input[type=submit].light.outline{color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.outline.dropdown-toggle::before,input[type=reset].light.outline.dropdown-toggle::before,input[type=submit].light.outline.dropdown-toggle::before{border-color:#f8f8f8}input[type=button].light.outline:hover,input[type=reset].light.outline:hover,input[type=submit].light.outline:hover{color:#fff}input[type=button].light.dropdown-toggle::before,input[type=reset].light.dropdown-toggle::before,input[type=submit].light.dropdown-toggle::before{border-color:#fff}input[type=button].light:hover,input[type=reset].light:hover,input[type=submit].light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}input[type=button].light:hover.dropdown-toggle::before,input[type=reset].light:hover.dropdown-toggle::before,input[type=submit].light:hover.dropdown-toggle::before{border-color:#fff}input[type=button].light.same-color:hover,input[type=reset].light.same-color:hover,input[type=submit].light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.focus,input[type=button].light:active,input[type=button].light:focus,input[type=reset].light.focus,input[type=reset].light:active,input[type=reset].light:focus,input[type=submit].light.focus,input[type=submit].light:active,input[type=submit].light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}input[type=button].light,input[type=button].yellow,input[type=reset].light,input[type=reset].yellow,input[type=submit].light,input[type=submit].yellow{color:#1d1d1d}input[type=button].light.outline:hover,input[type=button].light:hover,input[type=button].yellow.outline:hover,input[type=button].yellow:hover,input[type=reset].light.outline:hover,input[type=reset].light:hover,input[type=reset].yellow.outline:hover,input[type=reset].yellow:hover,input[type=submit].light.outline:hover,input[type=submit].light:hover,input[type=submit].yellow.outline:hover,input[type=submit].yellow:hover{color:#1d1d1d}.button-group .active{background-color:#989898;color:#fff}.calendar{display:block;position:relative;width:280px;border:1px solid #dfdfdf;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.calendar-content,.calendar-footer,.calendar-header{position:relative;display:block;background-color:#fff;color:#1d1d1d}.calendar-header{padding:1rem;background-color:#004d6f;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.calendar-content .calendar-toolbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .days,.calendar-content .week-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;font-size:.75rem}.calendar-content .days{border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.calendar-content .days-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-content .day,.calendar-content .week-number{width:calc(100%/7);text-align:center;cursor:pointer;font-size:.85rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;height:36px;line-height:36px}.calendar-content .day.and-week-number{width:calc(100% / 8)}.calendar-content .day.selected{-webkit-box-shadow:inset 0 0 0 1px #5ebdec!important;box-shadow:inset 0 0 0 1px #5ebdec!important}.calendar-content .day.selected::after{border-top:20px solid #5ebdec;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected::before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .week-days .day{font-weight:700}.calendar-content .week-number{width:calc(100% / 8);background-color:#fff;font-weight:700;font-size:12px;border-right:1px solid #dfdfdf}.calendar-content .outside{color:#bebebe;font-size:.75rem}.calendar-content .today{background-color:rgba(27,161,226,.5);color:#fff;font-weight:700}.calendar-content .excluded{background-color:#f8f8f8}.calendar.day-border .days-row:not(:nth-child(1)){border-top:1px solid #dfdfdf}.calendar.day-border .days-row .day:not(:nth-child(1)),.calendar.day-border .week-days .day:not(:nth-child(1)){border-left:1px solid #dfdfdf}.calendar.day-border .days-row .week-number,.calendar.day-border .week-days .week-number{border-right:none}.calendar-months,.calendar-years{height:100%;display:block;position:absolute;top:0;background-color:#f8f8f8;color:#1d1d1d;float:left;width:120px;overflow:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:500}.calendar-months>.months-list,.calendar-years>.years-list{height:100%;overflow-x:hidden;overflow-y:auto!important}.calendar-months>.months-list li.active,.calendar-years>.years-list li.active{background-color:#1ba1e2;color:#fff}.calendar-months{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:160px}.calendar-months.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:5px 0 7px -6px rgba(0,0,0,.75);box-shadow:5px 0 7px -6px rgba(0,0,0,.75)}.calendar-months .months-list{list-style:none inside;padding:0;margin:10px 0}.calendar-months .months-list li{padding:4px 16px;cursor:pointer}.calendar-months .months-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-years{left:100%}.calendar-years.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:-5px 0 7px -6px rgba(0,0,0,.75);box-shadow:-5px 0 7px -6px rgba(0,0,0,.75)}.calendar-years .years-list{list-style:none inside;padding:0;margin:10px 0;text-align:center}.calendar-years .years-list li{padding:4px 16px;cursor:pointer}.calendar-years .years-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-footer{padding:.5rem;border-top:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:240px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar.compact .day+.day{margin-left:1px}.calendar.compact .months-list,.calendar.compact .years-list{font-size:.85rem}.calendar-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:560px}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-footer,.calendar-wide .calendar-header{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:none;border-left:1px solid #dfdfdf;width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid #dfdfdf;background-color:#fff}.card-header{border-bottom:1px #eee solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:#bebebe}.card-content{display:block}.card-footer{border-top:1px #eee solid;padding:1rem;border-radius:0 0 2px 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid #fff}*+.card{margin-top:1rem}.card.flex-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card.flex-card .card-footer,.card.flex-card .card-header{height:57px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:#fff}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat}.carousel.fixed-size .slide{overflow:hidden}.carousel .carousel-bullets,.carousel [class*=carousel-switch]{position:absolute;display:block;z-index:501;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{width:auto;line-height:4rem;height:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-size:4rem;font-weight:300;color:#bebebe;cursor:pointer;vertical-align:middle;padding:0}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:#e4e4e4}.carousel .carousel-switch-next img,.carousel .carousel-switch-prev img{max-width:64px;max-height:64px}.carousel .carousel-switch-next [class*=mif-],.carousel .carousel-switch-prev [class*=mif-]{display:block}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:#ababab;border-radius:50%;cursor:pointer;border:1px #fff solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:#5ebdec}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem 4rem}.carousel.controls-outside .carousel-bullets{bottom:0}.carousel.with-thumbnails .thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:100%;left:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.carousel.with-thumbnails .thumb{display:block;position:relative!important;top:auto!important;left:auto!important;margin:.5rem;cursor:pointer;overflow:hidden;background-color:#f8f8f8}.carousel.with-thumbnails .thumb.thumb-on{border:4px solid #1ba1e2}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.charm-notify,.charm-tile{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .content,.charm-notify .secondary,.charm-notify .title{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}.chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;border:1px solid #dfdfdf;background-color:#fff}.chat .message-input,.chat .messages,.chat .title{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid #dfdfdf}.chat .messages{padding:8px;border-bottom:1px solid #dfdfdf;height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.chat .message .message-sender{width:50%;font-weight:600;font-size:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-time{width:50%;font-size:12px;text-align:right;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:.5}.chat .message .message-item{width:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:8px 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-item .message-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e4e4e4;margin-left:8px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:1.2;padding:5px 10px;width:100%;background-color:#e4e4e4}.chat .message .message-item .message-text::before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:#e4e4e4;content:' ';height:0;width:0;pointer-events:none}.chat .message.right .message-time{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.chat .message.right .message-sender{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right}.chat .message.right .message-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chat .message.right .message-text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text::before{right:auto;left:100%;border-right-color:transparent;border-left-color:#e4e4e4}.chat .message-input{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message .message-item .message-text.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.chat .message .message-item .message-text.primary::before{border-right-color:#0366d6}.chat .message .message-item .message-text.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.chat .message .message-item .message-text.secondary::before{border-right-color:#607d8b}.chat .message .message-item .message-text.success{border-color:#60a917;background-color:#60a917;color:#fff}.chat .message .message-item .message-text.success::before{border-right-color:#60a917}.chat .message .message-item .message-text.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.chat .message .message-item .message-text.alert::before{border-right-color:#ce352c}.chat .message .message-item .message-text.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.chat .message .message-item .message-text.warning::before{border-right-color:#ff9447}.chat .message .message-item .message-text.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.chat .message .message-item .message-text.yellow::before{border-right-color:#ffe484}.chat .message .message-item .message-text.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.chat .message .message-item .message-text.info::before{border-right-color:#5ebdec}.chat .message .message-item .message-text.dark{border-color:#505050;background-color:#505050;color:#fff}.chat .message .message-item .message-text.dark::before{border-right-color:#505050}.chat .message .message-item .message-text.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.chat .message .message-item .message-text.light::before{border-right-color:#f8f8f8}.chat .message .message-item .message-text.brand1{border-color:#2ac4f4;background-color:#2ac4f4;color:#fff}.chat .message .message-item .message-text.brand1::before{border-right-color:#2ac4f4}.chat .message .message-item .message-text.brand2{border-color:#004d6f;background-color:#004d6f;color:#fff}.chat .message .message-item .message-text.brand2::before{border-right-color:#004d6f}.chat .message .message-item .message-text.light,.chat .message .message-item .message-text.yellow{color:#1d1d1d}.chat .message.right .message-item .message-text.primary::before{border-right-color:transparent;border-left-color:#0366d6}.chat .message.right .message-item .message-text.secondary::before{border-right-color:transparent;border-left-color:#607d8b}.chat .message.right .message-item .message-text.success::before{border-right-color:transparent;border-left-color:#60a917}.chat .message.right .message-item .message-text.alert::before{border-right-color:transparent;border-left-color:#ce352c}.chat .message.right .message-item .message-text.warning::before{border-right-color:transparent;border-left-color:#ff9447}.chat .message.right .message-item .message-text.yellow::before{border-right-color:transparent;border-left-color:#ffe484}.chat .message.right .message-item .message-text.info::before{border-right-color:transparent;border-left-color:#5ebdec}.chat .message.right .message-item .message-text.dark::before{border-right-color:transparent;border-left-color:#505050}.chat .message.right .message-item .message-text.light::before{border-right-color:transparent;border-left-color:#f8f8f8}.chat .message.right .message-item .message-text.brand1::before{border-right-color:transparent;border-left-color:#2ac4f4}.chat .message.right .message-item .message-text.brand2::before{border-right-color:transparent;border-left-color:#004d6f}.checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .caption,.checkbox .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px #d9d9d9 solid;width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.checkbox .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:#fff;left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[type=checkbox]:checked~.check::before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.checkbox input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[data-indeterminate=true]~.check::before{display:block!important;width:6px;height:6px;background-color:#fff;border:2px solid #fff;left:50%;top:50%;margin-left:-3px;margin-top:-3px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.checkbox .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkbox .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkbox.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.checkbox.invalid,.checkbox.required,.checkbox.valid{border:none!important}.checkbox.invalid::after{display:none}.checkbox:active input[type=checkbox]:not(:disabled)~.check::after,.checkbox:focus input[type=checkbox]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.style2 input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 .check{border-color:#989898}.checkbox.style2 .check::before{border-color:#1d1d1d}.checkbox.style2 input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.checkbox.style2 input[type=checkbox]:disabled~.check::before{border-color:#e9e9e9}.checkbox.style2 input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 input[data-indeterminate=true]~.check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.checkbox.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:rgba(29,29,29,.1)}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.command-button,.image-button{padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.5rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.command-button:hover,.image-button:hover{background-color:rgba(29,29,29,.1)}.command-button.focus,.command-button:active,.command-button:focus,.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.command-button.focus,.command-button:focus,.command-button:hover,.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.command-button:active,.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.command-button.disabled,.command-button:disabled,.image-button.disabled,.image-button:disabled{opacity:.65}.container,.container-fluid,.container2,aside,footer,header,section{display:block;position:relative;margin:0 auto}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container,.container2{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width:576px){.container{max-width:540px}.container2{max-width:90%}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container,.container2{max-width:960px}}@media (min-width:1200px){.container,.container2{max-width:1140px}}@media (min-width:1452px){.container,.container2{max-width:1360px}}.container-fs{max-width:0!important}.container-sm{max-width:576px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem .5rem .5em;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part::before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:-o-radial-gradient(at left,#dfdfdf,transparent);background:radial-gradient(at left,#dfdfdf,transparent)}.countdown .part.d-none+.part::before{display:none}.countdown .part.no-divider::before{display:none}.countdown .part.days::after,.countdown .part.hours::after,.countdown .part.minutes::after,.countdown .part.seconds::after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.countdown .hours{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.countdown .minutes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.countdown .seconds{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;-webkit-transform:rotateY(30deg);transform:rotateY(30deg)}.cube .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{-webkit-transform:skewY(23deg) rotateX(10deg);transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;-webkit-transform:skewY(-23deg) rotateY(10deg);transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;-webkit-transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg);-ms-transform:rotate(45deg) rotate(0) skew(-22deg,-22deg);transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;-webkit-box-shadow:0 0 5px rgba(118,118,118,.8);box-shadow:0 0 5px rgba(118,118,118,.8);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{-webkit-animation:pulsar-cell 2.5s 0s ease-out infinite;animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@-webkit-keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}@keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0}.cube .axis::after,.cube .axis::before{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow::after,.cube .axis.arrow::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.arrow::before{-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.cube .axis.arrow::after{-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg);right:-1px}.cube .axis.line::after,.cube .axis.line::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.line::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.cube .axis.line::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y::before{-webkit-transform:rotate(113deg);-ms-transform:rotate(113deg);transform:rotate(113deg)}.cube .axis.line.axis-y::after{-webkit-transform:rotate(-67deg);-ms-transform:rotate(-67deg);transform:rotate(-67deg)}.cube .axis.line.axis-x::before{-webkit-transform:rotate(67deg);-ms-transform:rotate(67deg);transform:rotate(67deg)}.cube .axis.line.axis-x::after{-webkit-transform:rotate(-113deg);-ms-transform:rotate(-113deg);transform:rotate(-113deg)}.cube .axis.no-style::after,.cube .axis.no-style::before{display:none}.cube .axis.axis-x{-webkit-transform:rotate(203deg);-ms-transform:rotate(203deg);transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.d-menu,.v-menu{position:absolute;display:none;float:left;width:auto;margin:0;padding:0;list-style:none inside none;background-color:#fff;color:#1d1d1d}.d-menu.open,.v-menu.open{display:block!important}.d-menu.place-right,.v-menu.place-right{left:auto;right:0}.d-menu{z-index:1000}.d-menu a,.d-menu li,.v-menu a,.v-menu li{display:block;float:none;position:relative;cursor:pointer;color:inherit;background-color:inherit;height:auto}.d-menu li a,.v-menu li a{font-size:.875rem;padding:0 2rem 0 2.5rem;line-height:45px;height:45px;text-decoration:none;vertical-align:middle;white-space:nowrap;border:none}.d-menu li a .icon,.d-menu li a img,.v-menu li a .icon,.v-menu li a img{display:block;position:absolute;vertical-align:middle;text-align:center;text-decoration:none;font-size:1.2rem;left:.5rem;top:50%;margin-top:-.6rem;width:1.2rem;height:1.2rem;color:inherit}.d-menu li a .icon::before,.d-menu li a img::before,.v-menu li a .icon::before,.v-menu li a img::before{position:absolute;top:0;left:0;line-height:1.2rem}.d-menu li.active,.v-menu li.active{border-left:2px solid;border-color:#dfdfdf}.d-menu li.active>a,.v-menu li.active>a{background-color:#5ebdec;color:#fff;font-weight:700}.d-menu li:hover,.v-menu li:hover{text-decoration:none;background-color:rgba(29,29,29,.1)}.d-menu li:hover .icon,.d-menu li:hover>a,.v-menu li:hover .icon,.v-menu li:hover>a{color:inherit}.d-menu li a[data-hotkey],.v-menu li a[data-hotkey]{padding-right:4rem}.d-menu li a[data-hotkey]::after,.v-menu li a[data-hotkey]::after{content:attr(data-hotkey);position:absolute;right:1.2rem;width:auto;font-size:.8em}.d-menu li a.dropdown-toggle::before,.v-menu li a.dropdown-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.d-menu li a.dropdown-toggle.active-toggle::before,.v-menu li a.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.d-menu .divider,.v-menu .divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#f2f2f2;cursor:default;pointer-events:none}.d-menu .divider:hover,.v-menu .divider:hover{background-color:#f2f2f2}.d-menu.disabled,.v-menu.disabled{cursor:default;pointer-events:none}.d-menu.disabled a,.v-menu.disabled a{color:#e4e4e4}.d-menu{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.d-menu.context li a{height:32px;line-height:32px;font-size:.75rem;padding:0 2rem 0 2.5rem}.d-menu.context li a .icon{width:.92rem;height:.92rem;font-size:.92rem}.v-menu{display:block;position:relative;width:100%;float:none}.v-menu.for-dropdown{width:auto;float:left;display:none}.v-menu .v-menu{display:none;min-width:0;position:relative;width:100%;left:0;right:0;top:100%;-webkit-box-shadow:none;box-shadow:none;float:none}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu.dropdown{position:absolute;float:left;width:auto;top:100%;border:1px solid #dfdfdf}.d-menu .d-menu{left:100%;top:-.5rem}@media screen and (min-width:0){.d-menu.place-right-fs,.v-menu.place-right-fs{left:auto;right:0}}@media screen and (min-width:576px){.d-menu.place-right-sm,.v-menu.place-right-sm{left:auto;right:0}}@media screen and (min-width:768px){.d-menu.place-right-md,.v-menu.place-right-md{left:auto;right:0}}@media screen and (min-width:992px){.d-menu.place-right-lg,.v-menu.place-right-lg{left:auto;right:0}}@media screen and (min-width:1200px){.d-menu.place-right-xl,.v-menu.place-right-xl{left:auto;right:0}}@media screen and (min-width:1452px){.d-menu.place-right-xxl,.v-menu.place-right-xxl{left:auto;right:0}}.sorting,.sorting_asc,.sorting_desc{position:relative;cursor:pointer}.sorting:after,.sorting_asc:after,.sorting_desc:after{position:absolute;content:"";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.5rem;font-size:1rem;line-height:1;color:#1d1d1d}.sorting_asc{background-color:#ebebeb}.sorting_asc:after{content:"\2191"}.sorting_desc{background-color:#ebebeb}.sorting_desc:after{content:"\2193"}.dataTables_length label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_length label select{margin:0 10px;width:100px}.dataTables_filter label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_filter label input{width:200px;margin-left:10px}.dataTables_paginate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dataTables_paginate .next,.dataTables_paginate .previous,.dataTables_paginate span a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem}.dataTables_paginate .next:hover,.dataTables_paginate .previous:hover,.dataTables_paginate span a:hover{background-color:rgba(29,29,29,.1)}.dataTables_paginate span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.dataTables_paginate .current{background-color:#e4e4e4}.dataTables_wrapper{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.dataTables_filter,.dataTables_length{-webkit-box-flex:1;-ms-flex:1;flex:1}.dataTable,.dataTables_info,.dataTables_paginate{width:100%}.dataTables_info{line-height:42px;text-align:center}@media all and (min-width:576px){.dataTables_filter label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_length label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width:992px){.dataTables_info,.dataTables_paginate{width:auto}.dataTables_info{text-align:left}.dataTables_paginate{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.date-picker .date-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.date-picker .day,.date-picker .month,.date-picker .year{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.date-picker .sel-month{-webkit-box-flex:2!important;-ms-flex-positive:2!important;flex-grow:2!important}.dialog{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:#fff;color:#1d1d1d;z-index:1050;border:1px solid #dfdfdf}.dialog.shadow-on{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.dialog-actions,.dialog-content,.dialog-title{display:block}.dialog-title{font-size:1.325rem;padding:12px 24px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-bottom:1px solid #dfdfdf}.dialog-content{padding:12px 24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.dialog-actions{border-top:1px solid #e9e9e9;padding:8px 16px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.dialog .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #ce352c}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #5ebdec}.dialog.info .dialog-title{background-color:#5ebdec;border-bottom-color:#5ebdec;color:#fff}.dialog.info .dialog-actions{border-top-color:#5ebdec}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.brand1{border:1px solid #2ac4f4}.dialog.brand1 .dialog-title{background-color:#2ac4f4;border-bottom-color:#2ac4f4;color:#fff}.dialog.brand1 .dialog-actions{border-top-color:#2ac4f4}.dialog.brand2{border:1px solid #004d6f}.dialog.brand2 .dialog-title{background-color:#004d6f;border-bottom-color:#004d6f;color:#fff}.dialog.brand2 .dialog-actions{border-top-color:#004d6f}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #fff}.drag-item-marker::after,.drag-item-marker::before{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker::before{top:4px}.drag-item-marker::after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark::after,.drag-marker-dark::before{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;-webkit-box-shadow:inset -1px 0 10px -4px #0366d6;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{-webkit-animation:drag-flush 1s ease infinite;animation:drag-flush 1s ease infinite}@-webkit-keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}@keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light::before,.dropdown-toggle.marker-light::before{border-color:#fff}.dropdown-toggle.no-marker::before{display:none}.dropdown-toggle.active-container::before,.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.dropdown-toggle.marker-center::before{left:50%;top:50%;margin-left:0;margin-top:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-container::before,.dropdown-toggle.marker-center.active-toggle::before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.expand-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:0}.expand-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0 0 0;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after,.expand-button span:before{content:'';position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after{top:.5rem}.expand-button.transform span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:#1d1d1d}.expand-button.transform span:after,.expand-button.transform span:before{content:'';top:-5px;right:0;width:.75rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.expand-button.transform span:after{top:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.expand-button.light span{background-color:#fff}.expand-button.light span:after,.expand-button.light span:before{background-color:#fff}.drop-zone input,.file input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.file .button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto;height:34px}.drop-zone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inline-form .file,.inline-form .input,.inline-form .select,.inline-form .spinner,.inline-form .tag-input,.inline-form .textarea,.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=password],.inline-form input[type=search],.inline-form input[type=tel],.inline-form input[type=text],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form-group.disabled,.form-group:disabled,fieldset.disabled,fieldset:disabled,form.disabled,form:disabled{pointer-events:none}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}.cell,.col{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%;padding:6px}[class*=cell-],[class*=col-]{position:relative;display:block;padding:6px;width:100%;min-height:1px}.cell-auto,.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.cell-1,.col-1,.colspan-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-1{margin-left:8.333335%}.cell-2,.col-2,.colspan-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-2{margin-left:16.66667%}.cell-3,.col-3,.colspan-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-3{margin-left:25.000005%}.cell-4,.col-4,.colspan-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-4{margin-left:33.33334%}.cell-5,.col-5,.colspan-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-5{margin-left:41.666675%}.cell-6,.col-6,.colspan-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-6{margin-left:50.00001%}.cell-7,.col-7,.colspan-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-7{margin-left:58.333345%}.cell-8,.col-8,.colspan-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-8{margin-left:66.66668%}.cell-9,.col-9,.colspan-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-9{margin-left:75.000015%}.cell-10,.col-10,.colspan-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-10{margin-left:83.33335%}.cell-11,.col-11,.colspan-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-11{margin-left:91.666685%}.cell-12,.col-12,.colspan-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-12{margin-left:100.00002%}.stub{-webkit-box-flex:0;-ms-flex:none;flex:none;display:block;padding:0 12px}.grid.no-gap .row{margin-left:0;margin-right:0}.grid.no-gap .row .cell,.grid.no-gap .row .col,.grid.no-gap .row .stub{padding:0}.grid.no-gap .row+.row{margin-top:0}.row.no-gap{margin-left:0;margin-right:0;margin-top:0}.row.no-gap .cell,.row.no-gap .col,.row.no-gap .stub,.row.no-gap [class*=cell-],.row.no-gap [class*=col-]{padding:0}@media screen and (min-width:0){.cell-fs-full,.col-fs-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-fs-half,.col-fs-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-fs-one-third,.col-fs-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-fs-two-third,.col-fs-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-fs-quarter,.col-fs-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-fs,.col-fs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-fs-auto,.col-fs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-fs-1,.col-fs-1,.colspan-fs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-fs-1{margin-left:8.333335%}.cell-fs-2,.col-fs-2,.colspan-fs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-fs-2{margin-left:16.66667%}.cell-fs-3,.col-fs-3,.colspan-fs-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-fs-3{margin-left:25.000005%}.cell-fs-4,.col-fs-4,.colspan-fs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-fs-4{margin-left:33.33334%}.cell-fs-5,.col-fs-5,.colspan-fs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-fs-5{margin-left:41.666675%}.cell-fs-6,.col-fs-6,.colspan-fs-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-fs-6{margin-left:50.00001%}.cell-fs-7,.col-fs-7,.colspan-fs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-fs-7{margin-left:58.333345%}.cell-fs-8,.col-fs-8,.colspan-fs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-fs-8{margin-left:66.66668%}.cell-fs-9,.col-fs-9,.colspan-fs-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-fs-9{margin-left:75.000015%}.cell-fs-10,.col-fs-10,.colspan-fs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-fs-10{margin-left:83.33335%}.cell-fs-11,.col-fs-11,.colspan-fs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-fs-11{margin-left:91.666685%}.cell-fs-12,.col-fs-12,.colspan-fs-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width:576px){.cell-sm-full,.col-sm-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-sm-half,.col-sm-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-sm-one-third,.col-sm-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-sm-two-third,.col-sm-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-sm-quarter,.col-sm-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-sm,.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-sm-auto,.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-sm-1,.col-sm-1,.colspan-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-sm-1{margin-left:8.333335%}.cell-sm-2,.col-sm-2,.colspan-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-sm-2{margin-left:16.66667%}.cell-sm-3,.col-sm-3,.colspan-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-sm-3{margin-left:25.000005%}.cell-sm-4,.col-sm-4,.colspan-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-sm-4{margin-left:33.33334%}.cell-sm-5,.col-sm-5,.colspan-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-sm-5{margin-left:41.666675%}.cell-sm-6,.col-sm-6,.colspan-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-sm-6{margin-left:50.00001%}.cell-sm-7,.col-sm-7,.colspan-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-sm-7{margin-left:58.333345%}.cell-sm-8,.col-sm-8,.colspan-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-sm-8{margin-left:66.66668%}.cell-sm-9,.col-sm-9,.colspan-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-sm-9{margin-left:75.000015%}.cell-sm-10,.col-sm-10,.colspan-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-sm-10{margin-left:83.33335%}.cell-sm-11,.col-sm-11,.colspan-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-sm-11{margin-left:91.666685%}.cell-sm-12,.col-sm-12,.colspan-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width:768px){.cell-md-full,.col-md-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-md-half,.col-md-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-md-one-third,.col-md-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-md-two-third,.col-md-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-md-quarter,.col-md-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-md,.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-md-auto,.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-md-1,.col-md-1,.colspan-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-md-1{margin-left:8.333335%}.cell-md-2,.col-md-2,.colspan-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-md-2{margin-left:16.66667%}.cell-md-3,.col-md-3,.colspan-md-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-md-3{margin-left:25.000005%}.cell-md-4,.col-md-4,.colspan-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-md-4{margin-left:33.33334%}.cell-md-5,.col-md-5,.colspan-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-md-5{margin-left:41.666675%}.cell-md-6,.col-md-6,.colspan-md-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-md-6{margin-left:50.00001%}.cell-md-7,.col-md-7,.colspan-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-md-7{margin-left:58.333345%}.cell-md-8,.col-md-8,.colspan-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-md-8{margin-left:66.66668%}.cell-md-9,.col-md-9,.colspan-md-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-md-9{margin-left:75.000015%}.cell-md-10,.col-md-10,.colspan-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-md-10{margin-left:83.33335%}.cell-md-11,.col-md-11,.colspan-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-md-11{margin-left:91.666685%}.cell-md-12,.col-md-12,.colspan-md-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-md-12{margin-left:100.00002%}}@media screen and (min-width:992px){.cell-lg-full,.col-lg-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-lg-half,.col-lg-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-lg-one-third,.col-lg-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-lg-two-third,.col-lg-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-lg-quarter,.col-lg-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-lg,.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-lg-auto,.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-lg-1,.col-lg-1,.colspan-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-lg-1{margin-left:8.333335%}.cell-lg-2,.col-lg-2,.colspan-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-lg-2{margin-left:16.66667%}.cell-lg-3,.col-lg-3,.colspan-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-lg-3{margin-left:25.000005%}.cell-lg-4,.col-lg-4,.colspan-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-lg-4{margin-left:33.33334%}.cell-lg-5,.col-lg-5,.colspan-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-lg-5{margin-left:41.666675%}.cell-lg-6,.col-lg-6,.colspan-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-lg-6{margin-left:50.00001%}.cell-lg-7,.col-lg-7,.colspan-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-lg-7{margin-left:58.333345%}.cell-lg-8,.col-lg-8,.colspan-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-lg-8{margin-left:66.66668%}.cell-lg-9,.col-lg-9,.colspan-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-lg-9{margin-left:75.000015%}.cell-lg-10,.col-lg-10,.colspan-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-lg-10{margin-left:83.33335%}.cell-lg-11,.col-lg-11,.colspan-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-lg-11{margin-left:91.666685%}.cell-lg-12,.col-lg-12,.colspan-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width:1200px){.cell-xl-full,.col-xl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xl-half,.col-xl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xl-one-third,.col-xl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xl-two-third,.col-xl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xl-quarter,.col-xl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xl,.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xl-auto,.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xl-1,.col-xl-1,.colspan-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xl-1{margin-left:8.333335%}.cell-xl-2,.col-xl-2,.colspan-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xl-2{margin-left:16.66667%}.cell-xl-3,.col-xl-3,.colspan-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xl-3{margin-left:25.000005%}.cell-xl-4,.col-xl-4,.colspan-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xl-4{margin-left:33.33334%}.cell-xl-5,.col-xl-5,.colspan-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xl-5{margin-left:41.666675%}.cell-xl-6,.col-xl-6,.colspan-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xl-6{margin-left:50.00001%}.cell-xl-7,.col-xl-7,.colspan-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xl-7{margin-left:58.333345%}.cell-xl-8,.col-xl-8,.colspan-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xl-8{margin-left:66.66668%}.cell-xl-9,.col-xl-9,.colspan-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xl-9{margin-left:75.000015%}.cell-xl-10,.col-xl-10,.colspan-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xl-10{margin-left:83.33335%}.cell-xl-11,.col-xl-11,.colspan-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xl-11{margin-left:91.666685%}.cell-xl-12,.col-xl-12,.colspan-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width:1452px){.cell-xxl-full,.col-xxl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xxl-half,.col-xxl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xxl-one-third,.col-xxl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xxl-two-third,.col-xxl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xxl-quarter,.col-xxl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xxl,.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xxl-auto,.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xxl-1,.col-xxl-1,.colspan-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xxl-1{margin-left:8.333335%}.cell-xxl-2,.col-xxl-2,.colspan-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xxl-2{margin-left:16.66667%}.cell-xxl-3,.col-xxl-3,.colspan-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xxl-3{margin-left:25.000005%}.cell-xxl-4,.col-xxl-4,.colspan-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xxl-4{margin-left:33.33334%}.cell-xxl-5,.col-xxl-5,.colspan-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xxl-5{margin-left:41.666675%}.cell-xxl-6,.col-xxl-6,.colspan-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xxl-6{margin-left:50.00001%}.cell-xxl-7,.col-xxl-7,.colspan-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xxl-7{margin-left:58.333345%}.cell-xxl-8,.col-xxl-8,.colspan-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xxl-8{margin-left:66.66668%}.cell-xxl-9,.col-xxl-9,.colspan-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xxl-9{margin-left:75.000015%}.cell-xxl-10,.col-xxl-10,.colspan-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xxl-10{margin-left:83.33335%}.cell-xxl-11,.col-xxl-11,.colspan-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xxl-11{margin-left:91.666685%}.cell-xxl-12,.col-xxl-12,.colspan-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xxl-12{margin-left:100.00002%}}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu::after{display:block;clear:both;content:""}.h-menu::after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:rgba(29,29,29,.1)}.h-menu>li:hover .icon,.h-menu>li:hover>a{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:0;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle::before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle::before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;-webkit-box-shadow:2px 2px 2px 0 rgba(29,29,29,.4);box-shadow:2px 2px 2px 0 rgba(29,29,29,.4)}.h-menu.mega .mega-container *{color:inherit}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:0;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.chevron-down .line:nth-child(2),.hamburger.menu-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-down.active,.hamburger.menu-down.active,.nav-button.chevron-down.active,.nav-button.menu-down.active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger.chevron-down.active .line:nth-child(2),.hamburger.menu-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.chevron-up .line:nth-child(2),.hamburger.menu-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-up.active,.hamburger.menu-up.active,.nav-button.chevron-up.active,.nav-button.menu-up.active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger.chevron-up.active .line:nth-child(2),.hamburger.menu-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.head-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}.hero{padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (min-width:768px){.hero{padding:160px 80px}}.hint{display:block;position:fixed;z-index:1070;background-color:#fffcc0;color:#1d1d1d;font-size:.75rem;max-width:13.75rem;padding:.625rem}.icon-box{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background-color:#fff}.icon-box .content,.icon-box .icon{position:relative}.icon-box .icon{height:90px;width:90px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.1)}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-size:14px;padding:0 .5rem 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;line-height:30px;font-weight:400}.image-button:hover{background-color:rgba(29,29,29,.1)}.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.image-button .icon{width:34px;height:34px;line-height:34px;font-size:1rem;background-color:rgba(69,90,100,.55);color:#fff;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container-overlay.image-container-overlay,.image-compare .image-container.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid #dfdfdf;background-color:#ebebeb;overflow:hidden;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button::after{display:block;clear:both;content:""}.info-button::after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .button:focus,.info-button .info:active,.info-button .info:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:rgba(29,29,29,.1)}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.input input{border:none!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;height:34px}.input input:focus{-webkit-box-shadow:none;box-shadow:none}.input .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.input .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.input .button:active,.input .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.input .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{background-color:transparent}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.input .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.input .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.input input[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}.input input::-moz-placeholder{text-overflow:ellipsis}.input input:-moz-placeholder{text-overflow:ellipsis}.input input:-ms-input-placeholder{text-overflow:ellipsis}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid #dfdfdf;z-index:3}.input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.input .autocomplete-list .item:hover{background-color:rgba(29,29,29,.1)}.input .autocomplete-list .item+.item{border-top:1px solid #dfdfdf}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;top:16px;left:0;right:0;bottom:8px;border:0;border-bottom:2px #dfdfdf solid;background-color:transparent;outline:0;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;-webkit-box-shadow:none!important;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer,.input-material .label{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:#dfdfdf}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:active,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1000}.keypad .keys::before{content:'';position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid #dfdfdf;z-index:2;left:-5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.keypad .keys.open{display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom::before{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:1px}.keypad .keys.top::before{top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.left{left:0;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);top:50%;margin-left:1px}.keypad .keys.left::before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:100%;margin-left:-5px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left::before{top:0;left:.625rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-top:-1px}.keypad .keys.bottom-right::before{top:0;left:100%;margin-left:-1rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left::before{top:100%;left:.625rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;-webkit-transform:translateY(-100%) translateX(-100%);-ms-transform:translateY(-100%) translateX(-100%);transform:translateY(-100%) translateX(-100%);margin-top:1px}.keypad .keys.top-right::before{top:100%;left:100%;margin-left:-1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid #dfdfdf;font-size:1rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .key:hover{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:#fff;color:#1d1d1d;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex}.listview.view-content,.listview.view-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-icons,.listview.view-icons-large,.listview.view-icons-medium,.listview.view-tiles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.listview.view-icons-large.vertical-layout,.listview.view-icons-medium.vertical-layout,.listview.view-icons.vertical-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-table{display:table}.listview .node{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit}.listview .node:hover{background-color:#e5f3ff}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon [class*=mif-],.listview .node>.icon img{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table>li{display:table-row}.listview.view-table>li>*{display:table-cell}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid #dfdfdf}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-icons .node,.listview.view-icons-large .node,.listview.view-icons-medium .node{width:74px;height:auto;padding:8px 8px 2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-large .node>.icon,.listview.view-icons-medium .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-large .node>.data,.listview.view-icons-medium .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-large .node .checkbox,.listview.view-icons-medium .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:#cce8ff;border-color:#84bcea!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.master{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .page,.master .pages{background-color:transparent;color:inherit}.master .controls{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:40px;font-size:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 20px}.master .controls .next,.master .controls .prev,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.master .controls .next,.master .controls .prev{width:40px;height:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.master .controls .next.disabled,.master .controls .prev.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .controls .title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.master .pages{position:relative;display:block;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls-bottom{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .pages{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:rgba(34,34,34,.5)}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:100%;position:relative;overflow:hidden}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;-ms-flex-negative:0;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:rgba(111,111,111,.5)}.media-player .loop{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:none}.media-player .play{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player .stop{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background:rgba(34,34,34,.5);color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.media-player .volume{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;width:96px;padding:0 .625rem;background:rgba(34,34,34,.5);display:none}.media-player .full{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .controls>button.active{background-color:#dfdfdf}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width:576px){.media-player .loop,.media-player .stop,.media-player .volume{display:block}}.more-info-box{height:128px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#fff}.more-info-box .content,.more-info-box .icon{position:relative}.more-info-box .icon{height:64px;width:64px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:16px;margin-top:16px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:rgba(0,0,0,.15)}.more-info-box .content{line-height:1.2;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;-ms-flex-negative:0;flex-shrink:0;text-align:right;background:rgba(0,0,0,.1);text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;color:rgba(255,255,255,.8);font-size:12px}.more-info-box .more:hover{color:#fff;background:rgba(0,0,0,.15)}.more-info-box:hover .icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.navview{display:block;position:relative;background-color:#fff;color:#1d1d1d;overflow:hidden;height:100%;min-height:100%}.navview .navview-content,.navview .navview-pane{display:block;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-height:100%}.navview .navview-pane{width:280px;background-color:#e5e5e5;position:absolute;left:0;top:0;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.navview .navview-pane.open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview .navview-content{position:relative}.navview .holder,.navview .pull-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;background-color:transparent;border:2px solid transparent;outline:0;cursor:pointer}.navview .holder{height:40px;display:none}.navview .navview-menu{display:block;position:relative;list-style:none inside;margin:0;padding:0;width:100%;background-color:#e5e5e5;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.navview .navview-menu::-webkit-scrollbar{display:none!important}.navview .navview-menu li{display:block;position:relative}.navview .navview-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:40px;text-decoration:none;color:inherit;white-space:nowrap;border:2px solid transparent;height:40px}.navview .navview-menu .icon{width:48px;height:40px;display:block;text-align:center}.navview .navview-menu .caption{padding-left:48px;white-space:nowrap;display:block}.navview .navview-menu .icon+.caption{padding-left:0}.navview .navview-menu .item-header{font-size:22px;height:32px;line-height:32px;padding-left:16px;cursor:default;background-color:transparent;white-space:nowrap;display:block}.navview .navview-menu li.active::before{content:"";display:block;position:absolute;height:24px;top:8px;left:0;width:4px;background-color:#1ba1e2;z-index:1}.navview .navview-menu li.disabled{color:#9c9c9c!important}.navview .navview-menu li.disabled img{opacity:.5}.navview .navview-menu .icon>*,.navview .pull-button>*,.navview .suggest-box .holder>*{width:16px;height:16px;line-height:16px;font-size:16px;vertical-align:initial}.navview .holder:hover,.navview .navview-menu li a:hover,.navview .pull-button:hover{background-color:#cecece}.navview .holder:active,.navview .navview-menu li a:active,.navview .pull-button:active{background-color:#b7b7b7}.navview .suggest-box{display:block;margin:8px 0}.navview .suggest-box .input,.navview .suggest-box .select,.navview .suggest-box .textarea{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 24px)!important;margin:0 12px}.navview .item-separator{height:16px!important;width:100%;display:block;background-color:transparent;cursor:default}.navview .navview-menu .dropdown-toggle{padding-right:0!important}.navview .navview-menu .dropdown-toggle::before{display:none}.navview .navview-menu .dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.navview.focusableItems .holder:focus,.navview.focusableItems .navview-menu li a:focus,.navview.focusableItems .pull-button:focus{border:2px solid #0a0a0a}.navview .badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:8px}.navview .badges .badge{margin:0 2px}.navview .data-box{display:block}.navview .navview-menu .navview-menu .item-header{display:none!important}.navview.expanded .navview-pane{width:280px!important}.navview.expanded .navview-pane .item-header,.navview.expanded .navview-pane .navview-menu .caption{display:block!important}.navview.expanded .navview-pane .suggest-box>:not(.holder){display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .navview-pane .holder{display:none!important}.navview.expanded .badges{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .data-box{display:block!important}.navview.compacted .navview-pane{width:48px!important;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.compacted .navview-pane .item-header,.navview.compacted .navview-pane .navview-menu .caption{display:none!important}.navview.compacted .navview-pane .suggest-box>:not(.holder){display:none!important}.navview.compacted .navview-pane .holder{display:block!important}.navview.compacted .navview-content{margin-left:48px!important}.navview.compacted .badges,.navview.compacted .data-box{display:none!important}@media screen and (min-width:0){.navview-margin-fs{margin-left:280px}.navview-margin-compact-fs{margin-left:48px}.navview.navview-compact-fs .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-fs .navview-pane .item-header,.navview.navview-compact-fs .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-fs .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-fs .navview-pane .holder{display:block}.navview.navview-compact-fs .navview-content{margin-left:48px}.navview.navview-compact-fs .badges,.navview.navview-compact-fs .data-box{display:none}.navview.navview-expand-fs .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-fs .navview-pane .item-header,.navview.navview-expand-fs .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-fs .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .navview-pane .holder{display:none}.navview.navview-expand-fs .navview-content{margin-left:280px}.navview.navview-expand-fs .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .data-box{display:block}}@media screen and (min-width:576px){.navview-margin-sm{margin-left:280px}.navview-margin-compact-sm{margin-left:48px}.navview.navview-compact-sm .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-sm .navview-pane .item-header,.navview.navview-compact-sm .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-sm .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-sm .navview-pane .holder{display:block}.navview.navview-compact-sm .navview-content{margin-left:48px}.navview.navview-compact-sm .badges,.navview.navview-compact-sm .data-box{display:none}.navview.navview-expand-sm .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-sm .navview-pane .item-header,.navview.navview-expand-sm .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-sm .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .navview-pane .holder{display:none}.navview.navview-expand-sm .navview-content{margin-left:280px}.navview.navview-expand-sm .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .data-box{display:block}}@media screen and (min-width:768px){.navview-margin-md{margin-left:280px}.navview-margin-compact-md{margin-left:48px}.navview.navview-compact-md .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-md .navview-pane .item-header,.navview.navview-compact-md .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-md .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-md .navview-pane .holder{display:block}.navview.navview-compact-md .navview-content{margin-left:48px}.navview.navview-compact-md .badges,.navview.navview-compact-md .data-box{display:none}.navview.navview-expand-md .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-md .navview-pane .item-header,.navview.navview-expand-md .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-md .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .navview-pane .holder{display:none}.navview.navview-expand-md .navview-content{margin-left:280px}.navview.navview-expand-md .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .data-box{display:block}}@media screen and (min-width:992px){.navview-margin-lg{margin-left:280px}.navview-margin-compact-lg{margin-left:48px}.navview.navview-compact-lg .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-lg .navview-pane .item-header,.navview.navview-compact-lg .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-lg .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-lg .navview-pane .holder{display:block}.navview.navview-compact-lg .navview-content{margin-left:48px}.navview.navview-compact-lg .badges,.navview.navview-compact-lg .data-box{display:none}.navview.navview-expand-lg .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-lg .navview-pane .item-header,.navview.navview-expand-lg .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-lg .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .navview-pane .holder{display:none}.navview.navview-expand-lg .navview-content{margin-left:280px}.navview.navview-expand-lg .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .data-box{display:block}}@media screen and (min-width:1200px){.navview-margin-xl{margin-left:280px}.navview-margin-compact-xl{margin-left:48px}.navview.navview-compact-xl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xl .navview-pane .item-header,.navview.navview-compact-xl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xl .navview-pane .holder{display:block}.navview.navview-compact-xl .navview-content{margin-left:48px}.navview.navview-compact-xl .badges,.navview.navview-compact-xl .data-box{display:none}.navview.navview-expand-xl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xl .navview-pane .item-header,.navview.navview-expand-xl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .navview-pane .holder{display:none}.navview.navview-expand-xl .navview-content{margin-left:280px}.navview.navview-expand-xl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .data-box{display:block}}@media screen and (min-width:1452px){.navview-margin-xxl{margin-left:280px}.navview-margin-compact-xxl{margin-left:48px}.navview.navview-compact-xxl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xxl .navview-pane .item-header,.navview.navview-compact-xxl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xxl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xxl .navview-pane .holder{display:block}.navview.navview-compact-xxl .navview-content{margin-left:48px}.navview.navview-compact-xxl .badges,.navview.navview-compact-xxl .data-box{display:none}.navview.navview-expand-xxl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xxl .navview-pane .item-header,.navview.navview-expand-xxl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xxl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .navview-pane .holder{display:none}.navview.navview-expand-xxl .navview-content{margin-left:280px}.navview.navview-expand-xxl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .data-box{display:block}}.navview.compacted .navview-pane>.navview-menu,.navview.js-compact:not(.expanded) .navview-pane>.navview-menu{overflow:visible}.navview.compacted .navview-menu .navview-menu,.navview.js-compact:not(.expanded) .navview-menu .navview-menu{position:absolute;left:100%;top:0;width:220px;max-width:280px}.navview.compacted .navview-menu .navview-menu .caption,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption{display:block!important}.navview.compacted .navview-menu .navview-menu .item-header,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header{display:block!important}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-bottom,.notify-container.position-top{width:100%!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid #dfdfdf;cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem -.25rem;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item.service:hover,.pagination .page-item:hover{background-color:rgba(29,29,29,.1)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:#fff!important;border-color:transparent;color:#1d1d1d}.pagination .page-item.disabled{pointer-events:none;color:#e4e4e4}.pagination .page-item.active{background-color:#e4e4e4}.pagination.rounded .page-item{border-radius:.25rem}.pagination.no-gap{margin:0 0 1rem 0}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}.panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;background-color:#fff;border:1px solid #dfdfdf}.panel .panel-content,.panel .panel-title{position:relative}.panel .panel-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;border-bottom:1px solid #dfdfdf;line-height:2.625rem;cursor:default;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;height:100%;width:2.625rem;border-left:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .custom-buttons{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:active,.panel .panel-title .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.panel .panel-content{display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:auto;padding:.5rem}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid #dfdfdf;cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.progress{display:block;position:relative;width:100%;height:12px;background-color:#eee;overflow:hidden}.progress.with-load{background:0 0}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;-webkit-animation:progress-loading 3s infinite linear;animation:progress-loading 3s infinite linear;background:-o-radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background:radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background-size:12px 12px;z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:#ce352c}.progress .bar{z-index:3;background:#60a917}.progress.line{background-color:#b3d4fc;display:-webkit-box;display:-ms-flexbox;display:flex}.progress.line::before{height:100%;width:100%;background-color:#004d6f;content:'';-webkit-animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite;animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.progress.small{height:6px}.progress.small .load{background-size:6px 6px}@-webkit-keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@-webkit-keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}.radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .caption,.radio .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px #d9d9d9 solid;width:20px;height:20px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.radio .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:#fff;border:2px solid #fff;border-radius:50%;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.radio input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.radio input[type=radio]:checked~.check::before{display:block}.radio input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.radio .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.radio .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.radio.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.radio.invalid,.radio.required,.radio.valid{border:none!important}.radio.invalid::after{display:none}.radio:active input[type=radio]:not(:disabled)~.check::after,.radio:focus input[type=radio]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.style2 input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#fff}.radio.style2 .check{border-color:#989898}.radio.style2 .check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.radio.style2 input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.radio.style2 input[type=radio]:disabled~.check::before{background-color:#e9e9e9;border-color:#e9e9e9}.radio.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .result,.rating .stars,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.rating .stars li::before{position:absolute;content:'\2605';display:block;z-index:1;left:0}.rating .stars li.half::after{left:0;display:block;position:absolute;content:'\2605';width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10::after{width:.1em}.rating .stars li.half.half-20::after{width:.2em}.rating .stars li.half.half-30::after{width:.3em}.rating .stars li.half.half-40::after{width:.4em}.rating .stars li.half.half-50::after{width:.42em}.rating .stars li.half.half-60::after{width:.49em}.rating .stars li.half.half-70::after{width:.6em}.rating .stars li.half.half-80::after{width:.7em}.rating .stars li.half.half-90::after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.half::after,.rating .stars li.on{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{-webkit-animation:star-scale .3s ease-in-out;animation:star-scale .3s ease-in-out}@-webkit-keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element::after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled::after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover::after{-webkit-animation:resize-element-animation 1s ease infinite;animation:resize-element-animation 1s ease infinite}@-webkit-keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}@keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu .tabs-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder a,.ribbon-menu .tabs-holder li{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:none;padding:4px 4px;border-bottom:1px solid #dadbdc;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:-webkit-box;display:-ms-flexbox;display:flex}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;background-color:inherit;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{-ms-flex-preferred-size:100%;flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>:not(.group-divider),.ribbon-menu .content-holder .group>:not(.title){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-button-dropdown,.ribbon-icon-button,.ribbon-tool-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:0;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle::before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px}.ribbon-icon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .caption+.icon,.ribbon-icon-button .icon+.caption{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle::before,.ribbon-tool-button.dropdown-toggle::before{display:none}.ribbon-icon-button.dropdown-toggle::after,.ribbon-tool-button.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:hover{border-color:#a4cef9}.ribbon-split-button:hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:rgba(164,206,249,.2)}.ribbon-split-button .ribbon-main{background-color:inherit;outline:0;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle::before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:2px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);z-index:1000;top:100%;left:0}.ribbon-dropdown a,.ribbon-dropdown li{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::after,.ribbon-dropdown .checked::before{position:absolute;display:block;content:""}.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked::after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked::after{border:1px solid #a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown .checked-one::before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle::before{-webkit-transform:rotate(-135deg)!important;-ms-transform:rotate(-135deg)!important;transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;padding:1px 4px;background-color:inherit}.ribbon-button:hover,.ribbon-icon-button:hover,.ribbon-tool-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button.active,.ribbon-button:active,.ribbon-icon-button.active,.ribbon-icon-button:active,.ribbon-main.active,.ribbon-main:active,.ribbon-split.active,.ribbon-split:active,.ribbon-tool-button.active,.ribbon-tool-button:active{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-icon-button,.ribbon-menu .active-container .ribbon-tool-button{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ripple{display:block;width:0;height:0;border-radius:100%;background:rgba(255,255,255,.4);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;opacity:1}.rippleEffect{-webkit-animation:rippleDrop .5s linear;animation:rippleDrop .5s linear}@-webkit-keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}.select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle::before{margin-left:-1.1rem}.select .d-menu li a,.select .v-menu li a{min-width:auto}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.select .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.select .button:active,.select .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.select .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button{background-color:transparent}.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{-webkit-box-shadow:none;box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid #dfdfdf;padding:2px;margin-left:-1px;z-index:1000;background-color:#fff;-webkit-box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);box-shadow:3px 3px 5px 0 rgba(0,0,0,.3)}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select .d-menu{width:100%;overflow-y:auto;position:relative;display:block;-webkit-box-shadow:none;box-shadow:none}.select .d-menu li a{height:32px;line-height:32px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .d-menu li a .icon{top:.3rem;margin-top:0}.select .d-menu .active{border:none;color:#fff}.select .d-menu .active:hover{color:#fff}.select.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select.dropdown-toggle::before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:#fff}.select .group-title{background-color:#f6f7f8;font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;color:#646464;font-weight:700}.select .group-title:hover{background-color:#f6f7f8;cursor:default;border:0}.select ul{right:0;left:0}.select .selected-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.select .selected-item .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 4px}.select .selected-item .remover{display:block;position:relative;width:25px;height:25px;line-height:24px;text-align:center;cursor:pointer;background-color:#e4e4e4}.select.multiple{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .select-input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle::before{margin-left:-1.5rem}.select.input-large .append,.select.input-large .prepend,.select.input-large .select-input{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle::before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-large .selected-item{margin:2px 2px;height:36px;line-height:36px}.select.input-large .selected-item .title{font-size:1.3rem;line-height:36px;padding:0 8px}.select.input-large .selected-item .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle::before{margin-left:-1rem}.select.input-small .append,.select.input-small .prepend,.select.input-small .select-input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle::before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .selected-item{height:18px;line-height:18px}.select.input-small .selected-item .title{font-size:.7rem;line-height:18px}.select.input-small .selected-item .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.select2-container .selection .select2-selection--single{height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:36px}.select2-container .selection .select2-selection--single .select2-selection__arrow{height:36px}.select2-container .selection .select2-selection--multiple{min-height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--multiple .select2-selection__rendered{display:block}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{border-radius:0;background-color:#f8f8f8;font-size:14px;height:26px;line-height:26px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{margin-top:0}.select2-container .select2-dropdown,.select2-container .select2-selection{border-radius:0}.select2 .selection .select2-selection--multiple,.select2 .selection .select2-selection--single{outline:0}.select2 .selection .select2-selection--multiple:hover,.select2 .selection .select2-selection--single:hover{border-color:silver}.select2 .selection .select2-selection--multiple.focused,.select2 .selection .select2-selection--multiple:focus,.select2 .selection .select2-selection--single.focused,.select2 .selection .select2-selection--single:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select2 .selection .select2-selection--multiple.disabled,.select2 .selection .select2-selection--multiple:disabled,.select2 .selection .select2-selection--single.disabled,.select2 .selection .select2-selection--single:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.shortcut{width:6rem;height:6rem;padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.9rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0}.shortcut .caption,.shortcut .icon{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:1.7rem;height:1.7rem;font-size:1.7rem;margin-top:1rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shortcut .caption{color:inherit;height:1.2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;-webkit-transform:none;-ms-transform:none;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:2rem;height:2rem;font-size:2rem;margin-top:1.5rem}.shortcut:hover{background-color:rgba(29,29,29,.1)}.shortcut.focus,.shortcut:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.shortcut.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.shortcut:active,.shortcut:focus,.shortcut:hover{text-decoration:none}.shortcut:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{-webkit-box-shadow:none;box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{-webkit-box-shadow:2px 0 0 0 rgba(0,0,0,.15);box-shadow:2px 0 0 0 rgba(0,0,0,.15)}.sidebar.on-right{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{-webkit-box-shadow:-2px 0 0 0 rgba(0,0,0,.15);box-shadow:-2px 0 0 0 rgba(0,0,0,.15)}.sidebar-content,.sidebar-header,.sidebar-menu{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.subtitle,.sidebar-header>.title{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidebar-menu::-webkit-scrollbar{display:none!important}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:rgba(204,204,204,.3)}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#dfdfdf}.sidebar-menu li.divider:hover{background-color:#dfdfdf}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:rgba(29,29,29,.1)}.sidebar-menu li.group-title:hover{background-color:initial}.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}.sidenav-counter{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter a,.sidenav-counter li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-counter .counter,.sidenav-counter .title{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:.6875rem;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px}.sidenav-counter li:hover{background-color:rgba(29,29,29,.1)}.sidenav-counter li:active{background-color:#13709e;color:#fff}.sidenav-counter .active,.sidenav-counter li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-counter-expand-fs{width:220px}.sidenav-counter-expand-fs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-fs .title{display:block}.sidenav-counter-expand-fs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-counter-expand-sm{width:220px}.sidenav-counter-expand-sm a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-sm .title{display:block}.sidenav-counter-expand-sm .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-counter-expand-md{width:220px}.sidenav-counter-expand-md a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-md .title{display:block}.sidenav-counter-expand-md .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-counter-expand-lg{width:220px}.sidenav-counter-expand-lg a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-lg .title{display:block}.sidenav-counter-expand-lg .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-counter-expand-xl{width:220px}.sidenav-counter-expand-xl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xl .title{display:block}.sidenav-counter-expand-xl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-counter-expand-xxl{width:220px}.sidenav-counter-expand-xxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxl .title{display:block}.sidenav-counter-expand-xxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 a,.sidenav-m3 li{position:relative;display:block;color:inherit}.sidenav-m3>li{background:0 0}.sidenav-m3>li.stick-left::before,.sidenav-m3>li.stick-right::before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.sidenav-m3>li.stick-right::before{left:100%;border-radius:0 .25rem .25rem 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidenav-m3 li+li{border-top:1px solid #dfdfdf}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px 20px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;width:100%;float:none}.sidenav-m3 .d-menu a{padding:0 1rem 0 3rem;text-decoration:none}.sidenav-m3 .d-menu li{border-top:1px solid #dfdfdf}.sidenav-m3 .d-menu .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:50%}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle::before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple a,.sidenav-simple li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:rgba(29,29,29,.1)}.sidenav-simple li:active{background-color:#13709e;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid #dfdfdf}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);float:right}.slider{display:block;position:relative;height:2.125rem;background:0 0;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .buffer,.slider .complete,.slider .marker{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:0;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.slider .marker:active::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint::before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:-8px}.slider .hint.top-side::before{top:100%;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side::before{top:0;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);margin-left:-8px}.slider .hint.left-side::before{top:50%;right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .buffer,.slider.thin .complete{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .buffer,.slider.ultra-thin .complete{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete,.slider.vertical-slider .marker{top:auto;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%)}.slider.rounded .backside,.slider.rounded .buffer,.slider.rounded .complete,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.social-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px 20px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #fff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0 0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid #dfdfdf}.spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px;text-align:center}.spinner input:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.spinner .button{width:34px;min-width:34px;height:34px;line-height:34px;text-align:center;font-weight:700;background-color:#f8f8f8;padding:0}.spinner .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner.buttons-left input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner.buttons-right .spinner-button-minus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-right input{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-minus,.spinner.input-large .default-icon-plus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-minus,.spinner.input-small .default-icon-plus{width:14px;height:14px}.split-button{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.split-button>:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4px}.split-button .dropdown{position:static}.split-button .drop-object{left:0}.split-button>.split-button{margin-left:4px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.split-button .split{margin-left:-2px;padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:0;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle::before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.split-button .split:active{-webkit-box-shadow:none;box-shadow:none}.splitter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.splitter.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitter>.gutter{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #f8f8f8;background-color:#f8f8f8;cursor:col-resize;z-index:1}.splitter>.gutter.active{background-color:#bebebe}.splitter>.gutter::before{content:"";z-index:1;display:block;position:absolute;left:0;width:100%;top:50%;height:24px;margin-top:-12px;background-color:#bebebe}.splitter.vertical>.gutter{cursor:row-resize}.splitter.vertical>.gutter::before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter>.split-block{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden}.stepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:.5rem 0}.stepper::before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1ba1e2;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.stepper.diamond .step span{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid #dfdfdf;line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:0;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action{color:#1d1d1d}.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.streamer .stream-secondary,.streamer .stream-title{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-fake-timeline,.streamer .streamer-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.streamer .streamer-fake-timeline li,.streamer .streamer-timeline li{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative}.streamer .streamer-fake-timeline li em,.streamer .streamer-timeline li em{font-size:10px;font-style:normal;margin:4px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;-ms-flex-negative:0;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:#dfdfdf}.streamer .stream-event-slide{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .desc,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .title{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.streamer .stream-event.selected{-webkit-box-shadow:0 0 0 1px #5ebdec!important;box-shadow:0 0 0 1px #5ebdec!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-secondary,html.metro-no-touch-device .streamer .stream:hover .stream-title{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{bottom:4px;right:4px;top:auto;left:auto}html.metro-touch-device .streamer .stream.focused{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-secondary,html.metro-touch-device .streamer .stream.focused .stream-title{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{bottom:4px;right:4px;top:auto;left:auto}@media screen and (min-width:0){.streamer.streamer-expand-fs .stream,.streamer.streamer-expand-fs .streams{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-fs .stream-secondary,.streamer.streamer-expand-fs .stream-title{display:block}.streamer.streamer-expand-fs .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width:576px){.streamer.streamer-expand-sm .stream,.streamer.streamer-expand-sm .streams{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-sm .stream-secondary,.streamer.streamer-expand-sm .stream-title{display:block}.streamer.streamer-expand-sm .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width:768px){.streamer.streamer-expand-md .stream,.streamer.streamer-expand-md .streams{width:200px}.streamer.streamer-expand-md .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-md .stream-secondary,.streamer.streamer-expand-md .stream-title{display:block}.streamer.streamer-expand-md .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width:992px){.streamer.streamer-expand-lg .stream,.streamer.streamer-expand-lg .streams{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-lg .stream-secondary,.streamer.streamer-expand-lg .stream-title{display:block}.streamer.streamer-expand-lg .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width:1200px){.streamer.streamer-expand-xl .stream,.streamer.streamer-expand-xl .streams{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xl .stream-secondary,.streamer.streamer-expand-xl .stream-title{display:block}.streamer.streamer-expand-xl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width:1452px){.streamer.streamer-expand-xxl .stream,.streamer.streamer-expand-xxl .streams{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xxl .stream-secondary,.streamer.streamer-expand-xxl .stream-title{display:block}.streamer.streamer-expand-xxl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}.switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .caption,.switch .check{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:1.25rem;width:2.8125rem;border:2px #1d1d1d solid;cursor:pointer;background:0 0;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;-ms-flex-negative:0;flex-shrink:0}.switch .check::after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d}.switch input[type=checkbox]:checked~.check::after{background-color:#fff;border-color:#fff;left:auto;-webkit-transform:translateX(1.625rem) translateY(-50%);-ms-transform:translateX(1.625rem) translateY(-50%);transform:translateX(1.625rem) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check::after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch.invalid,.switch.required,.switch.valid{border:none!important}.switch.invalid::after{display:none}.switch.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on .check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .caption,.switch-material .check{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:36px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check::before{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:not(:checked)~.check::before{background-color:#fff}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:checked~.check::before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:before{background-color:#bdbdbd}.switch-material .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch-material .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch-material.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch-material.transition-on{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.switch-material.transition-on input:checked~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px #dfdfdf solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:rgba(29,29,29,.1)}.t-menu>li:last-child a{border-bottom:0}.t-menu a{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;left:auto;top:auto;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px #dfdfdf solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}.table-container{display:block;position:relative}.table-container.horizontal-scroll{overflow:hidden;overflow-x:auto}.table-container.horizontal-scroll .table{width:auto;min-width:100%}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.td,.th{display:table-cell}.table{width:100%;margin-bottom:1rem;margin-top:1rem}.table .td,.table .th,.table td,.table th{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout .td,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout th{white-space:nowrap;overflow:hidden}.table .tfoot,.table .thead,.table tfoot,.table thead{border-bottom:4px solid #e4e4e4}.table .tfoot .td,.table .tfoot .th,.table .tfoot td,.table .tfoot th,.table .thead .td,.table .thead .th,.table .thead td,.table .thead th,.table tfoot .td,.table tfoot .th,.table tfoot td,.table tfoot th,.table thead .td,.table thead .th,.table thead td,.table thead th{cursor:default;color:#1d1d1d;border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table .tfoot,.table tfoot{border-top:4px solid #e4e4e4}.table .tbody .td,.table .tbody td,.table tbody .td,.table tbody td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21C5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sortable-column.sort-desc,.table .sortable-column.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sort-asc,.table .sorting.sort-desc,.table .sorting.sorting_asc,.table .sorting.sorting_desc{background-color:#ebebeb}.table .sortable-column.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-asc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_asc:after,.table .sorting.sorting_desc:after{color:#1d1d1d;opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sort-asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:after,.table.sortable-markers-on-left .sorting:before{left:0;margin-left:.625rem}.table .tr.selected .td,.table .tr.selected td,.table tr.selected .td,.table tr.selected td{background-color:rgba(28,183,236,.1)}.table .td.selected,.table td.selected{background-color:rgba(28,183,236,.3)}.table.striped .tbody .tr:nth-child(odd),.table.striped tbody tr:nth-child(odd){background:#f8f8f8}.table.row-hover .tbody .tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover tbody tr:hover{background-color:rgba(28,183,236,.1)}.table.cell-hover .tbody .td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover tbody td:hover{background-color:rgba(28,183,236,.3)}.table.table-border{border:1px #dfdfdf solid}.table.cell-border .td,.table.cell-border .th,.table.cell-border td,.table.cell-border th{border:1px #dfdfdf solid}.table.cell-border .thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .th,.table.cell-border .thead .tr:first-child td,.table.cell-border .thead .tr:first-child th,.table.cell-border .thead tr:first-child .td,.table.cell-border .thead tr:first-child .th,.table.cell-border .thead tr:first-child td,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child .td,.table.cell-border thead .tr:first-child .th,.table.cell-border thead .tr:first-child td,.table.cell-border thead .tr:first-child th,.table.cell-border thead tr:first-child .td,.table.cell-border thead tr:first-child .th,.table.cell-border thead tr:first-child td,.table.cell-border thead tr:first-child th{border-top:none}.table.cell-border .thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border thead tr:first-child th:first-child{border-left:none}.table.cell-border .thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border thead tr:first-child th:last-child{border-right:none}.table.cell-border .tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child td,.table.cell-border .tbody tr:first-child .td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child .td,.table.cell-border tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border tbody tr:first-child td{border-top:none}.table.cell-border .tbody .tr .td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border tbody tr td:first-child{border-left:none}.table.cell-border .tbody .tr .td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border tbody tr td:last-child{border-right:none}.table.cell-border .tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child td,.table.cell-border .tbody tr:last-child .td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child .td,.table.cell-border tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border tbody tr:last-child td{border-bottom:none}.table.row-border .tr+.tr,.table.row-border tr+tr{border-top:1px #dfdfdf solid}.table.subcompact .td,.table.subcompact .th,.table.subcompact td,.table.subcompact th{padding:3px 8px;font-size:80%}.table.compact .td,.table.compact .th,.table.compact td,.table.compact th{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table .tbody .td.hidden,.table .tbody .th.hidden,.table .tbody td.hidden,.table .tbody th.hidden,.table .thead .td.hidden,.table .thead .th.hidden,.table .thead td.hidden,.table .thead th.hidden,.table tbody .td.hidden,.table tbody .th.hidden,.table tbody td.hidden,.table tbody th.hidden,.table thead .td.hidden,.table thead .th.hidden,.table thead td.hidden,.table thead th.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{-ms-flex-preferred-size:auto;flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:#fff;color:#1d1d1d;z-index:500;border:1px double #dfdfdf;width:auto;padding:10px;max-height:calc(100vh - 40px);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid #dfdfdf;font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid #dfdfdf;padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector .table,.table-inspector table{margin-bottom:0}.table-inspector .table .td,.table-inspector .table td,.table-inspector table .td,.table-inspector table td{vertical-align:middle}.table-inspector .table .tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector table tr.flash{-webkit-animation:flash-bg 1s ease-out;animation:flash-bg 1s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:1px solid #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}@-webkit-keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@media screen and (min-width:0){.table.normal-fs .td,.table.normal-fs .th,.table.normal-fs td,.table.normal-fs th{padding:.625rem;font-size:1em}.table.compact-fs .td,.table.compact-fs .th,.table.compact-fs td,.table.compact-fs th{padding:7px 8px;font-size:80%}.table.subcompact-fs .td,.table.subcompact-fs .th,.table.subcompact-fs td,.table.subcompact-fs th{padding:3px 8px;font-size:80%}}@media screen and (min-width:576px){.table.normal-sm .td,.table.normal-sm .th,.table.normal-sm td,.table.normal-sm th{padding:.625rem;font-size:1em}.table.compact-sm .td,.table.compact-sm .th,.table.compact-sm td,.table.compact-sm th{padding:7px 8px;font-size:80%}.table.subcompact-sm .td,.table.subcompact-sm .th,.table.subcompact-sm td,.table.subcompact-sm th{padding:3px 8px;font-size:80%}}@media screen and (min-width:768px){.table.normal-md .td,.table.normal-md .th,.table.normal-md td,.table.normal-md th{padding:.625rem;font-size:1em}.table.compact-md .td,.table.compact-md .th,.table.compact-md td,.table.compact-md th{padding:7px 8px;font-size:80%}.table.subcompact-md .td,.table.subcompact-md .th,.table.subcompact-md td,.table.subcompact-md th{padding:3px 8px;font-size:80%}}@media screen and (min-width:992px){.table.normal-lg .td,.table.normal-lg .th,.table.normal-lg td,.table.normal-lg th{padding:.625rem;font-size:1em}.table.compact-lg .td,.table.compact-lg .th,.table.compact-lg td,.table.compact-lg th{padding:7px 8px;font-size:80%}.table.subcompact-lg .td,.table.subcompact-lg .th,.table.subcompact-lg td,.table.subcompact-lg th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1200px){.table.normal-xl .td,.table.normal-xl .th,.table.normal-xl td,.table.normal-xl th{padding:.625rem;font-size:1em}.table.compact-xl .td,.table.compact-xl .th,.table.compact-xl td,.table.compact-xl th{padding:7px 8px;font-size:80%}.table.subcompact-xl .td,.table.subcompact-xl .th,.table.subcompact-xl td,.table.subcompact-xl th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1452px){.table.normal-xxl .td,.table.normal-xxl .th,.table.normal-xxl td,.table.normal-xxl th{padding:.625rem;font-size:1em}.table.compact-xxl .td,.table.compact-xxl .th,.table.compact-xxl td,.table.compact-xxl th{padding:7px 8px;font-size:80%}.table.subcompact-xxl .td,.table.subcompact-xxl .th,.table.subcompact-xxl td,.table.subcompact-xxl th{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.table-skip input{width:220px}.tabs{position:relative;border:1px solid #dfdfdf;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;color:#1d1d1d}.tabs .expand-title,.tabs .hamburger{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;margin-top:.5rem;margin-bottom:1px;position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.tabs>ul.tabs-list a,.tabs>ul.tabs-list>li{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:#fff;color:#1d1d1d;margin:0 0 -1px 0}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:#f8f8f8}.tabs>ul.tabs-list>li.active{background-color:#dfdfdf}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;-webkit-box-shadow:none;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0 0}.tabs.vertical>ul.tabs-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none;border-right:1px solid #dfdfdf;width:auto;height:100%;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid #dfdfdf;margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid #dfdfdf}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid #dfdfdf;margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid #dfdfdf;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid #dfdfdf}.tabs-expand>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-bottom:none;background-color:#fff}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-top:none}.tabs-expand.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-expand .expand-title,.tabs-expand .hamburger{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:0 0}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid #dfdfdf;width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:#dfdfdf;background:#e4e4e4}.tabs-material{margin:0;padding:0 52px;position:fixed;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.tabs-material::-webkit-scrollbar{display:none!important}.tabs-material li{-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px 16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material::after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tabs-material.fixed-tabs::after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material.app-bar-present-more{top:112px}.tag-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.tag-input .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag-input .tag .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 8px}.tag-input .tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large .tag{margin:2px 2px;height:36px;line-height:36px}.tag-input.input-large .tag .title{font-size:1.3rem;line-height:36px}.tag-input.input-large .tag .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small .tag{margin:2px 2px;height:18px;line-height:18px}.tag-input.input-small .tag .title{font-size:.7rem;line-height:18px}.tag-input.input-small .tag .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .tag{border-radius:10px;background:#d4f0ff;color:#1d1d1d}.tag-input.static-mode .tag .remover{display:none!important}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.textarea,textarea{height:auto;padding:.5rem .75rem}textarea{line-height:1.2}.textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0;background:#add8e6;border:1px solid red}.textarea textarea{min-height:4rem;overflow-y:hidden;resize:none;border:none!important;-webkit-transition:height .1s linear;-o-transition:height .1s linear;transition:height .1s linear}.textarea textarea:focus{-webkit-box-shadow:none;box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea.disabled .clear-button{display:none}.textarea .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea .input-clear-button~textarea{padding-right:48px}.tile-app,.tile-large,.tile-medium,.tile-small,.tile-wide{display:block;background-color:#1ba1e2;color:#fff;width:150px;height:150px;-webkit-box-shadow:inset 0 0 1px #ffc;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-app .icon,.tile-large .icon,.tile-medium .icon,.tile-small .icon,.tile-wide .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:50px;line-height:50px;z-index:2}.tile-app .branding-bar,.tile-large .branding-bar,.tile-medium .branding-bar,.tile-small .branding-bar,.tile-wide .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:2}.tile-app .badge-bottom,.tile-app .badge-top,.tile-large .badge-bottom,.tile-large .badge-top,.tile-medium .badge-bottom,.tile-medium .badge-top,.tile-small .badge-bottom,.tile-small .badge-top,.tile-wide .badge-bottom,.tile-wide .badge-top{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:rgba(29,29,29,.1);z-index:2}.tile-app .badge-bottom,.tile-large .badge-bottom,.tile-medium .badge-bottom,.tile-small .badge-bottom,.tile-wide .badge-bottom{right:10px;bottom:0}.tile-app .badge-top,.tile-large .badge-top,.tile-medium .badge-top,.tile-small .badge-top,.tile-wide .badge-top{top:10px;right:10px}.tile-app:hover,.tile-large:hover,.tile-medium:hover,.tile-small:hover,.tile-wide:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-app.transform-right,.tile-large.transform-right,.tile-medium.transform-right,.tile-small.transform-right,.tile-wide.transform-right{-webkit-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;-webkit-transform:perspective(500px) rotateY(.138372rad)!important;transform:perspective(500px) rotateY(.138372rad)!important}.tile-app.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-small.transform-right.tile-small,.tile-wide.transform-right.tile-small{-webkit-transform:perspective(500px) rotateY(.276744rad)!important;transform:perspective(500px) rotateY(.276744rad)!important}.tile-app.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-small.transform-right.tile-wide,.tile-wide.transform-right.tile-wide{-webkit-transform:perspective(500px) rotateY(.069186rad)!important;transform:perspective(500px) rotateY(.069186rad)!important}.tile-app.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-small.transform-right.tile-large,.tile-wide.transform-right.tile-large{-webkit-transform:perspective(500px) rotateY(.046124rad)!important;transform:perspective(500px) rotateY(.046124rad)!important}.tile-app.transform-left,.tile-large.transform-left,.tile-medium.transform-left,.tile-small.transform-left,.tile-wide.transform-left{-webkit-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;-webkit-transform:perspective(500px) rotateY(-.138372rad)!important;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-app.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-small.transform-left.tile-small,.tile-wide.transform-left.tile-small{-webkit-transform:perspective(500px) rotateY(-.276744rad)!important;transform:perspective(500px) rotateY(-.276744rad)!important}.tile-app.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-small.transform-left.tile-wide,.tile-wide.transform-left.tile-wide{-webkit-transform:perspective(500px) rotateY(-.069186rad)!important;transform:perspective(500px) rotateY(-.069186rad)!important}.tile-app.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-small.transform-left.tile-large,.tile-wide.transform-left.tile-large{-webkit-transform:perspective(500px) rotateY(-.046124rad)!important;transform:perspective(500px) rotateY(-.046124rad)!important}.tile-app.transform-top,.tile-large.transform-top,.tile-medium.transform-top,.tile-small.transform-top,.tile-wide.transform-top{-webkit-transform-origin:50% bottom;-ms-transform-origin:50% bottom;transform-origin:50% bottom;-webkit-transform:perspective(500px) rotateX(.138372rad)!important;transform:perspective(500px) rotateX(.138372rad)!important}.tile-app.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-small.transform-top.tile-small,.tile-wide.transform-top.tile-small{-webkit-transform:perspective(500px) rotateX(.276744rad)!important;transform:perspective(500px) rotateX(.276744rad)!important}.tile-app.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-small.transform-top.tile-wide,.tile-wide.transform-top.tile-wide{-webkit-transform:perspective(500px) rotateX(.069186rad)!important;transform:perspective(500px) rotateX(.069186rad)!important}.tile-app.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-small.transform-top.tile-large,.tile-wide.transform-top.tile-large{-webkit-transform:perspective(500px) rotateX(.046124rad)!important;transform:perspective(500px) rotateX(.046124rad)!important}.tile-app.transform-bottom,.tile-large.transform-bottom,.tile-medium.transform-bottom,.tile-small.transform-bottom,.tile-wide.transform-bottom{-webkit-transform-origin:50% top;-ms-transform-origin:50% top;transform-origin:50% top;-webkit-transform:perspective(500px) rotateX(-.138372rad)!important;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-app.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-small.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small{-webkit-transform:perspective(500px) rotateX(-.276744rad)!important;transform:perspective(500px) rotateX(-.276744rad)!important}.tile-app.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-small.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide{-webkit-transform:perspective(500px) rotateX(-.069186rad)!important;transform:perspective(500px) rotateX(-.069186rad)!important}.tile-app.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-small.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large{-webkit-transform:perspective(500px) rotateX(-.046124rad)!important;transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1/span 1}.tiles-grid .tile-medium.col-1{grid-column:1/span 2}.tiles-grid .tile-wide.col-1{grid-column:1/span 4}.tiles-grid .tile-large.col-1{grid-column:1/span 4}.tiles-grid .tile-small.row-1{grid-row:1/span 1}.tiles-grid .tile-medium.row-1{grid-row:1/span 2}.tiles-grid .tile-wide.row-1{grid-row:1/span 4}.tiles-grid .tile-large.row-1{grid-row:1/span 4}.tiles-grid .tile-small.col-2{grid-column:2/span 1}.tiles-grid .tile-medium.col-2{grid-column:2/span 2}.tiles-grid .tile-wide.col-2{grid-column:2/span 4}.tiles-grid .tile-large.col-2{grid-column:2/span 4}.tiles-grid .tile-small.row-2{grid-row:2/span 1}.tiles-grid .tile-medium.row-2{grid-row:2/span 2}.tiles-grid .tile-wide.row-2{grid-row:2/span 4}.tiles-grid .tile-large.row-2{grid-row:2/span 4}.tiles-grid .tile-small.col-3{grid-column:3/span 1}.tiles-grid .tile-medium.col-3{grid-column:3/span 2}.tiles-grid .tile-wide.col-3{grid-column:3/span 4}.tiles-grid .tile-large.col-3{grid-column:3/span 4}.tiles-grid .tile-small.row-3{grid-row:3/span 1}.tiles-grid .tile-medium.row-3{grid-row:3/span 2}.tiles-grid .tile-wide.row-3{grid-row:3/span 4}.tiles-grid .tile-large.row-3{grid-row:3/span 4}.tiles-grid .tile-small.col-4{grid-column:4/span 1}.tiles-grid .tile-medium.col-4{grid-column:4/span 2}.tiles-grid .tile-wide.col-4{grid-column:4/span 4}.tiles-grid .tile-large.col-4{grid-column:4/span 4}.tiles-grid .tile-small.row-4{grid-row:4/span 1}.tiles-grid .tile-medium.row-4{grid-row:4/span 2}.tiles-grid .tile-wide.row-4{grid-row:4/span 4}.tiles-grid .tile-large.row-4{grid-row:4/span 4}.tiles-grid .tile-small.col-5{grid-column:5/span 1}.tiles-grid .tile-medium.col-5{grid-column:5/span 2}.tiles-grid .tile-wide.col-5{grid-column:5/span 4}.tiles-grid .tile-large.col-5{grid-column:5/span 4}.tiles-grid .tile-small.row-5{grid-row:5/span 1}.tiles-grid .tile-medium.row-5{grid-row:5/span 2}.tiles-grid .tile-wide.row-5{grid-row:5/span 4}.tiles-grid .tile-large.row-5{grid-row:5/span 4}.tiles-grid .tile-small.col-6{grid-column:6/span 1}.tiles-grid .tile-medium.col-6{grid-column:6/span 2}.tiles-grid .tile-wide.col-6{grid-column:6/span 4}.tiles-grid .tile-large.col-6{grid-column:6/span 4}.tiles-grid .tile-small.row-6{grid-row:6/span 1}.tiles-grid .tile-medium.row-6{grid-row:6/span 2}.tiles-grid .tile-wide.row-6{grid-row:6/span 4}.tiles-grid .tile-large.row-6{grid-row:6/span 4}.tiles-grid .tile-small.col-7{grid-column:7/span 1}.tiles-grid .tile-medium.col-7{grid-column:7/span 2}.tiles-grid .tile-wide.col-7{grid-column:7/span 4}.tiles-grid .tile-large.col-7{grid-column:7/span 4}.tiles-grid .tile-small.row-7{grid-row:7/span 1}.tiles-grid .tile-medium.row-7{grid-row:7/span 2}.tiles-grid .tile-wide.row-7{grid-row:7/span 4}.tiles-grid .tile-large.row-7{grid-row:7/span 4}.tiles-grid .tile-small.col-8{grid-column:8/span 1}.tiles-grid .tile-medium.col-8{grid-column:8/span 2}.tiles-grid .tile-wide.col-8{grid-column:8/span 4}.tiles-grid .tile-large.col-8{grid-column:8/span 4}.tiles-grid .tile-small.row-8{grid-row:8/span 1}.tiles-grid .tile-medium.row-8{grid-row:8/span 2}.tiles-grid .tile-wide.row-8{grid-row:8/span 4}.tiles-grid .tile-large.row-8{grid-row:8/span 4}.tiles-grid .tile-small.col-9{grid-column:9/span 1}.tiles-grid .tile-medium.col-9{grid-column:9/span 2}.tiles-grid .tile-wide.col-9{grid-column:9/span 4}.tiles-grid .tile-large.col-9{grid-column:9/span 4}.tiles-grid .tile-small.row-9{grid-row:9/span 1}.tiles-grid .tile-medium.row-9{grid-row:9/span 2}.tiles-grid .tile-wide.row-9{grid-row:9/span 4}.tiles-grid .tile-large.row-9{grid-row:9/span 4}.tiles-grid .tile-small.col-10{grid-column:10/span 1}.tiles-grid .tile-medium.col-10{grid-column:10/span 2}.tiles-grid .tile-wide.col-10{grid-column:10/span 4}.tiles-grid .tile-large.col-10{grid-column:10/span 4}.tiles-grid .tile-small.row-10{grid-row:10/span 1}.tiles-grid .tile-medium.row-10{grid-row:10/span 2}.tiles-grid .tile-wide.row-10{grid-row:10/span 4}.tiles-grid .tile-large.row-10{grid-row:10/span 4}.tiles-grid .tile-small.col-11{grid-column:11/span 1}.tiles-grid .tile-medium.col-11{grid-column:11/span 2}.tiles-grid .tile-wide.col-11{grid-column:11/span 4}.tiles-grid .tile-large.col-11{grid-column:11/span 4}.tiles-grid .tile-small.row-11{grid-row:11/span 1}.tiles-grid .tile-medium.row-11{grid-row:11/span 2}.tiles-grid .tile-wide.row-11{grid-row:11/span 4}.tiles-grid .tile-large.row-11{grid-row:11/span 4}.tiles-grid .tile-small.col-12{grid-column:12/span 1}.tiles-grid .tile-medium.col-12{grid-column:12/span 2}.tiles-grid .tile-wide.col-12{grid-column:12/span 4}.tiles-grid .tile-large.col-12{grid-column:12/span 4}.tiles-grid .tile-small.row-12{grid-row:12/span 1}.tiles-grid .tile-medium.row-12{grid-row:12/span 2}.tiles-grid .tile-wide.row-12{grid-row:12/span 4}.tiles-grid .tile-large.row-12{grid-row:12/span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width:0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width:576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width:768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width:992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width:1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width:1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group::before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{left:0;top:0;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.time-picker .time-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours::before,.time-picker.show-labels .minutes::before,.time-picker.show-labels .seconds::before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080}.toast.show-top{bottom:auto;top:20px}.tool-button{width:2rem;height:2rem;line-height:2rem;vertical-align:middle;display:inline-block;text-align:center;background-color:#ebebeb;color:#1d1d1d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:0;margin:0 2px;position:relative;font-size:14px}.tool-button .icon,.tool-button [class*=mif],.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:rgba(29,29,29,.1)}.tool-button:active{outline:0;-webkit-box-shadow:none;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;padding:0 0 0 .5725rem;top:2px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider::before{display:none}.toolbar::before{position:absolute;content:"";width:.325rem;height:100%;top:0;left:0;background-color:rgba(69,90,100,.2);cursor:move}.toolbar.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:.5725rem 0 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical::before{width:32px;height:.325rem}.toolbar.vertical .tool-button{margin:2px 0}.topbar{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:-webkit-sticky;position:sticky;top:0;background:#004d6f;color:#fff;z-index:1080}.topbar-brand,.topbar-element,.topbar-menu{display:block;white-space:nowrap;background:inherit;color:#fff;text-decoration:none!important;height:2.5rem;line-height:2.5rem;font-size:.875rem;margin-bottom:1rem}.topbar-brand{font-size:1.25rem;margin-top:1rem}.topbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;list-style:none}.topbar-menu li a{display:block;text-decoration:none;color:inherit;height:2.5rem;line-height:2.5rem;padding:0 .5rem;font-size:.875rem}.topbar-menu li a:active,.topbar-menu li a:hover{background:rgba(29,29,29,.1)}@media screen and (min-width:0){.topbar-expand-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-fs .topbar-brand,.topbar-expand-fs .topbar-element,.topbar-expand-fs .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:576px){.topbar-expand-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-sm .topbar-brand,.topbar-expand-sm .topbar-element,.topbar-expand-sm .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:768px){.topbar-expand-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-md .topbar-brand,.topbar-expand-md .topbar-element,.topbar-expand-md .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:992px){.topbar-expand-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-lg .topbar-brand,.topbar-expand-lg .topbar-element,.topbar-expand-lg .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1200px){.topbar-expand-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xl .topbar-brand,.topbar-expand-xl .topbar-element,.topbar-expand-xl .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1452px){.topbar-expand-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xxl .topbar-brand,.topbar-expand-xxl .topbar-element,.topbar-expand-xxl .topbar-menu{margin-bottom:0;margin-top:0}}.treeview{margin:0;padding:0 0 0 24px;font-size:.8125rem;list-style:none inside;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li{display:block;position:relative;padding:2px 0;cursor:pointer;line-height:1.25rem}.treeview li .icon{position:absolute;width:16px;height:16px;font-size:16px;left:0;top:2px;line-height:16px}.treeview li .icon img{max-width:100%;height:100%}.treeview li .caption{position:relative}.treeview li .icon~.caption{margin-left:20px}.treeview li .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.treeview li .node-toggle{position:absolute;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:24px;height:24px}.treeview li .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.treeview li.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.treeview li.current>.caption{color:#000}.treeview ul{margin:0 0 0 1rem;padding:0;list-style:none inside;display:block;position:relative;font-weight:400}.treeview .select .d-menu{position:absolute;left:0;margin:0;width:auto}.treeview li .checkbox,.treeview li .checkbox .caption,.treeview li .checkbox .check{line-height:1}.treeview li .radio,.treeview li .radio .caption,.treeview li .radio .check{line-height:1}.treeview li .switch,.treeview li .switch .caption,.treeview li .switch .check{line-height:1}.treeview li .checkbox,.treeview li .radio,.treeview li .switch{height:24px}.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;-o-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wheel-picker:focus{outline:1px dotted red!important;min-width:1px;min-height:1px}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;-ms-flex-negative:0;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block::before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:rgba(27,161,226,.5);top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #dfdfdf;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.wheel-picker .action-block>:not(:last-child){border-right:1px solid #dfdfdf}.wheel-picker .select-wrapper{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.window{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;-ms-flex-negative:0;flex-shrink:0;display:block;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.window-caption .btn-custom:active,.window-caption .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom,.window-caption .buttons .btn-max,.window-caption .buttons .btn-min{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem 0;outline:0;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:rgba(255,255,255,.1)}.window-caption .buttons .sys-button:hover::before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:rgba(255,255,255,.3);color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover::before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close::before{border-color:#777;content:'\D7';position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-max::before,.window-caption .buttons .btn-min::before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:' ';bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max::before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;-ms-flex-negative:0;flex-shrink:0}.window-caption .buttons .btn-custom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.window-caption .buttons .btn-min{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.window-caption .buttons .btn-max{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.window-caption .buttons .btn-close{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1ba1e2;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max::before{border:1px #fff solid;z-index:2}.window.maximized .btn-max::after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:' ';bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid #dfdfdf;counter-reset:wizard-step;position:relative}.wizard>.section,.wizard>section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section::before,.wizard>section::before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>.section .page-content,.wizard>section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>.section.current,.wizard>section.current{width:100%;border:0!important}.wizard>.section.current .page-content,.wizard>section.current .page-content{display:block}.wizard>.section.current::before,.wizard>section.current::before{display:block;left:0;color:#fff;background-color:#1ba1e2}.wizard>.section.complete,.wizard>.section.current,.wizard>section.complete,.wizard>section.current{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section.complete,.wizard>section.complete{cursor:pointer}.wizard .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#000}.wizard>section:nth-child(1){border-color:#1ba1e2}.wizard>section:nth-child(2){border-color:#1891cb}.wizard>section:nth-child(3){border-color:#1681b4}.wizard>section:nth-child(4){border-color:#13709e}.wizard>section:nth-child(5){border-color:#106087}.wizard>section:nth-child(6){border-color:#0d5070}.wizard>section:nth-child(7){border-color:#0b4059}.wizard>section:nth-child(8){border-color:#082f43}.wizard>section:nth-child(9){border-color:#051f2c}.wizard>section:nth-child(10){border-color:#000}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width:0){.wizard.wizard-wide-fs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section::before{display:block}}@media screen and (min-width:576px){.wizard.wizard-wide-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section::before{display:block}}@media screen and (min-width:768px){.wizard.wizard-wide-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section::before{display:block}}@media screen and (min-width:992px){.wizard.wizard-wide-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section::before{display:block}}@media screen and (min-width:1200px){.wizard.wizard-wide-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section::before{display:block}}@media screen and (min-width:1452px){.wizard.wizard-wide-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section::before{display:block}}.button.primary,.command-button.primary,.image-button.primary,.info-button.primary,.input .button.primary,.notify.primary,.select .button.primary,.shortcut.primary,.spinner .button.primary,.split-button .split.primary,.tag-input .button.primary,.tally.primary,.toast.primary,.tool-button.primary,code.primary,tbody td.primary,tbody tr.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.button.primary.outline,.command-button.primary.outline,.image-button.primary.outline,.info-button.primary.outline,.input .button.primary.outline,.notify.primary.outline,.select .button.primary.outline,.shortcut.primary.outline,.spinner .button.primary.outline,.split-button .split.primary.outline,.tag-input .button.primary.outline,.tally.primary.outline,.toast.primary.outline,.tool-button.primary.outline,code.primary.outline,tbody td.primary.outline,tbody tr.primary.outline{color:#0366d6;border-color:#0366d6}.button.primary.outline.dropdown-toggle::before,.command-button.primary.outline.dropdown-toggle::before,.image-button.primary.outline.dropdown-toggle::before,.info-button.primary.outline.dropdown-toggle::before,.input .button.primary.outline.dropdown-toggle::before,.notify.primary.outline.dropdown-toggle::before,.select .button.primary.outline.dropdown-toggle::before,.shortcut.primary.outline.dropdown-toggle::before,.spinner .button.primary.outline.dropdown-toggle::before,.split-button .split.primary.outline.dropdown-toggle::before,.tag-input .button.primary.outline.dropdown-toggle::before,.tally.primary.outline.dropdown-toggle::before,.toast.primary.outline.dropdown-toggle::before,.tool-button.primary.outline.dropdown-toggle::before,code.primary.outline.dropdown-toggle::before,tbody td.primary.outline.dropdown-toggle::before,tbody tr.primary.outline.dropdown-toggle::before{border-color:#0366d6}.button.primary.outline:hover,.command-button.primary.outline:hover,.image-button.primary.outline:hover,.info-button.primary.outline:hover,.input .button.primary.outline:hover,.notify.primary.outline:hover,.select .button.primary.outline:hover,.shortcut.primary.outline:hover,.spinner .button.primary.outline:hover,.split-button .split.primary.outline:hover,.tag-input .button.primary.outline:hover,.tally.primary.outline:hover,.toast.primary.outline:hover,.tool-button.primary.outline:hover,code.primary.outline:hover,tbody td.primary.outline:hover,tbody tr.primary.outline:hover{color:#fff}.button.primary.dropdown-toggle::before,.command-button.primary.dropdown-toggle::before,.image-button.primary.dropdown-toggle::before,.info-button.primary.dropdown-toggle::before,.input .button.primary.dropdown-toggle::before,.notify.primary.dropdown-toggle::before,.select .button.primary.dropdown-toggle::before,.shortcut.primary.dropdown-toggle::before,.spinner .button.primary.dropdown-toggle::before,.split-button .split.primary.dropdown-toggle::before,.tag-input .button.primary.dropdown-toggle::before,.tally.primary.dropdown-toggle::before,.toast.primary.dropdown-toggle::before,.tool-button.primary.dropdown-toggle::before,code.primary.dropdown-toggle::before,tbody td.primary.dropdown-toggle::before,tbody tr.primary.dropdown-toggle::before{border-color:#fff}.button.primary:hover,.command-button.primary:hover,.image-button.primary:hover,.info-button.primary:hover,.input .button.primary:hover,.notify.primary:hover,.select .button.primary:hover,.shortcut.primary:hover,.spinner .button.primary:hover,.split-button .split.primary:hover,.tag-input .button.primary:hover,.tally.primary:hover,.toast.primary:hover,.tool-button.primary:hover,code.primary:hover,tbody td.primary:hover,tbody tr.primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}.button.primary:hover.dropdown-toggle::before,.command-button.primary:hover.dropdown-toggle::before,.image-button.primary:hover.dropdown-toggle::before,.info-button.primary:hover.dropdown-toggle::before,.input .button.primary:hover.dropdown-toggle::before,.notify.primary:hover.dropdown-toggle::before,.select .button.primary:hover.dropdown-toggle::before,.shortcut.primary:hover.dropdown-toggle::before,.spinner .button.primary:hover.dropdown-toggle::before,.split-button .split.primary:hover.dropdown-toggle::before,.tag-input .button.primary:hover.dropdown-toggle::before,.tally.primary:hover.dropdown-toggle::before,.toast.primary:hover.dropdown-toggle::before,.tool-button.primary:hover.dropdown-toggle::before,code.primary:hover.dropdown-toggle::before,tbody td.primary:hover.dropdown-toggle::before,tbody tr.primary:hover.dropdown-toggle::before{border-color:#fff}.button.primary.same-color:hover,.command-button.primary.same-color:hover,.image-button.primary.same-color:hover,.info-button.primary.same-color:hover,.input .button.primary.same-color:hover,.notify.primary.same-color:hover,.select .button.primary.same-color:hover,.shortcut.primary.same-color:hover,.spinner .button.primary.same-color:hover,.split-button .split.primary.same-color:hover,.tag-input .button.primary.same-color:hover,.tally.primary.same-color:hover,.toast.primary.same-color:hover,.tool-button.primary.same-color:hover,code.primary.same-color:hover,tbody td.primary.same-color:hover,tbody tr.primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}.button.primary.focus,.button.primary:active,.button.primary:focus,.command-button.primary.focus,.command-button.primary:active,.command-button.primary:focus,.image-button.primary.focus,.image-button.primary:active,.image-button.primary:focus,.info-button.primary.focus,.info-button.primary:active,.info-button.primary:focus,.input .button.primary.focus,.input .button.primary:active,.input .button.primary:focus,.notify.primary.focus,.notify.primary:active,.notify.primary:focus,.select .button.primary.focus,.select .button.primary:active,.select .button.primary:focus,.shortcut.primary.focus,.shortcut.primary:active,.shortcut.primary:focus,.spinner .button.primary.focus,.spinner .button.primary:active,.spinner .button.primary:focus,.split-button .split.primary.focus,.split-button .split.primary:active,.split-button .split.primary:focus,.tag-input .button.primary.focus,.tag-input .button.primary:active,.tag-input .button.primary:focus,.tally.primary.focus,.tally.primary:active,.tally.primary:focus,.toast.primary.focus,.toast.primary:active,.toast.primary:focus,.tool-button.primary.focus,.tool-button.primary:active,.tool-button.primary:focus,code.primary.focus,code.primary:active,code.primary:focus,tbody td.primary.focus,tbody td.primary:active,tbody td.primary:focus,tbody tr.primary.focus,tbody tr.primary:active,tbody tr.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.button.secondary,.command-button.secondary,.image-button.secondary,.info-button.secondary,.input .button.secondary,.notify.secondary,.select .button.secondary,.shortcut.secondary,.spinner .button.secondary,.split-button .split.secondary,.tag-input .button.secondary,.tally.secondary,.toast.secondary,.tool-button.secondary,code.secondary,tbody td.secondary,tbody tr.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.button.secondary.outline,.command-button.secondary.outline,.image-button.secondary.outline,.info-button.secondary.outline,.input .button.secondary.outline,.notify.secondary.outline,.select .button.secondary.outline,.shortcut.secondary.outline,.spinner .button.secondary.outline,.split-button .split.secondary.outline,.tag-input .button.secondary.outline,.tally.secondary.outline,.toast.secondary.outline,.tool-button.secondary.outline,code.secondary.outline,tbody td.secondary.outline,tbody tr.secondary.outline{color:#607d8b;border-color:#607d8b}.button.secondary.outline.dropdown-toggle::before,.command-button.secondary.outline.dropdown-toggle::before,.image-button.secondary.outline.dropdown-toggle::before,.info-button.secondary.outline.dropdown-toggle::before,.input .button.secondary.outline.dropdown-toggle::before,.notify.secondary.outline.dropdown-toggle::before,.select .button.secondary.outline.dropdown-toggle::before,.shortcut.secondary.outline.dropdown-toggle::before,.spinner .button.secondary.outline.dropdown-toggle::before,.split-button .split.secondary.outline.dropdown-toggle::before,.tag-input .button.secondary.outline.dropdown-toggle::before,.tally.secondary.outline.dropdown-toggle::before,.toast.secondary.outline.dropdown-toggle::before,.tool-button.secondary.outline.dropdown-toggle::before,code.secondary.outline.dropdown-toggle::before,tbody td.secondary.outline.dropdown-toggle::before,tbody tr.secondary.outline.dropdown-toggle::before{border-color:#607d8b}.button.secondary.outline:hover,.command-button.secondary.outline:hover,.image-button.secondary.outline:hover,.info-button.secondary.outline:hover,.input .button.secondary.outline:hover,.notify.secondary.outline:hover,.select .button.secondary.outline:hover,.shortcut.secondary.outline:hover,.spinner .button.secondary.outline:hover,.split-button .split.secondary.outline:hover,.tag-input .button.secondary.outline:hover,.tally.secondary.outline:hover,.toast.secondary.outline:hover,.tool-button.secondary.outline:hover,code.secondary.outline:hover,tbody td.secondary.outline:hover,tbody tr.secondary.outline:hover{color:#fff}.button.secondary.dropdown-toggle::before,.command-button.secondary.dropdown-toggle::before,.image-button.secondary.dropdown-toggle::before,.info-button.secondary.dropdown-toggle::before,.input .button.secondary.dropdown-toggle::before,.notify.secondary.dropdown-toggle::before,.select .button.secondary.dropdown-toggle::before,.shortcut.secondary.dropdown-toggle::before,.spinner .button.secondary.dropdown-toggle::before,.split-button .split.secondary.dropdown-toggle::before,.tag-input .button.secondary.dropdown-toggle::before,.tally.secondary.dropdown-toggle::before,.toast.secondary.dropdown-toggle::before,.tool-button.secondary.dropdown-toggle::before,code.secondary.dropdown-toggle::before,tbody td.secondary.dropdown-toggle::before,tbody tr.secondary.dropdown-toggle::before{border-color:#fff}.button.secondary:hover,.command-button.secondary:hover,.image-button.secondary:hover,.info-button.secondary:hover,.input .button.secondary:hover,.notify.secondary:hover,.select .button.secondary:hover,.shortcut.secondary:hover,.spinner .button.secondary:hover,.split-button .split.secondary:hover,.tag-input .button.secondary:hover,.tally.secondary:hover,.toast.secondary:hover,.tool-button.secondary:hover,code.secondary:hover,tbody td.secondary:hover,tbody tr.secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}.button.secondary:hover.dropdown-toggle::before,.command-button.secondary:hover.dropdown-toggle::before,.image-button.secondary:hover.dropdown-toggle::before,.info-button.secondary:hover.dropdown-toggle::before,.input .button.secondary:hover.dropdown-toggle::before,.notify.secondary:hover.dropdown-toggle::before,.select .button.secondary:hover.dropdown-toggle::before,.shortcut.secondary:hover.dropdown-toggle::before,.spinner .button.secondary:hover.dropdown-toggle::before,.split-button .split.secondary:hover.dropdown-toggle::before,.tag-input .button.secondary:hover.dropdown-toggle::before,.tally.secondary:hover.dropdown-toggle::before,.toast.secondary:hover.dropdown-toggle::before,.tool-button.secondary:hover.dropdown-toggle::before,code.secondary:hover.dropdown-toggle::before,tbody td.secondary:hover.dropdown-toggle::before,tbody tr.secondary:hover.dropdown-toggle::before{border-color:#fff}.button.secondary.same-color:hover,.command-button.secondary.same-color:hover,.image-button.secondary.same-color:hover,.info-button.secondary.same-color:hover,.input .button.secondary.same-color:hover,.notify.secondary.same-color:hover,.select .button.secondary.same-color:hover,.shortcut.secondary.same-color:hover,.spinner .button.secondary.same-color:hover,.split-button .split.secondary.same-color:hover,.tag-input .button.secondary.same-color:hover,.tally.secondary.same-color:hover,.toast.secondary.same-color:hover,.tool-button.secondary.same-color:hover,code.secondary.same-color:hover,tbody td.secondary.same-color:hover,tbody tr.secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}.button.secondary.focus,.button.secondary:active,.button.secondary:focus,.command-button.secondary.focus,.command-button.secondary:active,.command-button.secondary:focus,.image-button.secondary.focus,.image-button.secondary:active,.image-button.secondary:focus,.info-button.secondary.focus,.info-button.secondary:active,.info-button.secondary:focus,.input .button.secondary.focus,.input .button.secondary:active,.input .button.secondary:focus,.notify.secondary.focus,.notify.secondary:active,.notify.secondary:focus,.select .button.secondary.focus,.select .button.secondary:active,.select .button.secondary:focus,.shortcut.secondary.focus,.shortcut.secondary:active,.shortcut.secondary:focus,.spinner .button.secondary.focus,.spinner .button.secondary:active,.spinner .button.secondary:focus,.split-button .split.secondary.focus,.split-button .split.secondary:active,.split-button .split.secondary:focus,.tag-input .button.secondary.focus,.tag-input .button.secondary:active,.tag-input .button.secondary:focus,.tally.secondary.focus,.tally.secondary:active,.tally.secondary:focus,.toast.secondary.focus,.toast.secondary:active,.toast.secondary:focus,.tool-button.secondary.focus,.tool-button.secondary:active,.tool-button.secondary:focus,code.secondary.focus,code.secondary:active,code.secondary:focus,tbody td.secondary.focus,tbody td.secondary:active,tbody td.secondary:focus,tbody tr.secondary.focus,tbody tr.secondary:active,tbody tr.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.button.success,.command-button.success,.image-button.success,.info-button.success,.input .button.success,.notify.success,.select .button.success,.shortcut.success,.spinner .button.success,.split-button .split.success,.tag-input .button.success,.tally.success,.toast.success,.tool-button.success,code.success,tbody td.success,tbody tr.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.button.success.outline,.command-button.success.outline,.image-button.success.outline,.info-button.success.outline,.input .button.success.outline,.notify.success.outline,.select .button.success.outline,.shortcut.success.outline,.spinner .button.success.outline,.split-button .split.success.outline,.tag-input .button.success.outline,.tally.success.outline,.toast.success.outline,.tool-button.success.outline,code.success.outline,tbody td.success.outline,tbody tr.success.outline{color:#60a917;border-color:#60a917}.button.success.outline.dropdown-toggle::before,.command-button.success.outline.dropdown-toggle::before,.image-button.success.outline.dropdown-toggle::before,.info-button.success.outline.dropdown-toggle::before,.input .button.success.outline.dropdown-toggle::before,.notify.success.outline.dropdown-toggle::before,.select .button.success.outline.dropdown-toggle::before,.shortcut.success.outline.dropdown-toggle::before,.spinner .button.success.outline.dropdown-toggle::before,.split-button .split.success.outline.dropdown-toggle::before,.tag-input .button.success.outline.dropdown-toggle::before,.tally.success.outline.dropdown-toggle::before,.toast.success.outline.dropdown-toggle::before,.tool-button.success.outline.dropdown-toggle::before,code.success.outline.dropdown-toggle::before,tbody td.success.outline.dropdown-toggle::before,tbody tr.success.outline.dropdown-toggle::before{border-color:#60a917}.button.success.outline:hover,.command-button.success.outline:hover,.image-button.success.outline:hover,.info-button.success.outline:hover,.input .button.success.outline:hover,.notify.success.outline:hover,.select .button.success.outline:hover,.shortcut.success.outline:hover,.spinner .button.success.outline:hover,.split-button .split.success.outline:hover,.tag-input .button.success.outline:hover,.tally.success.outline:hover,.toast.success.outline:hover,.tool-button.success.outline:hover,code.success.outline:hover,tbody td.success.outline:hover,tbody tr.success.outline:hover{color:#fff}.button.success.dropdown-toggle::before,.command-button.success.dropdown-toggle::before,.image-button.success.dropdown-toggle::before,.info-button.success.dropdown-toggle::before,.input .button.success.dropdown-toggle::before,.notify.success.dropdown-toggle::before,.select .button.success.dropdown-toggle::before,.shortcut.success.dropdown-toggle::before,.spinner .button.success.dropdown-toggle::before,.split-button .split.success.dropdown-toggle::before,.tag-input .button.success.dropdown-toggle::before,.tally.success.dropdown-toggle::before,.toast.success.dropdown-toggle::before,.tool-button.success.dropdown-toggle::before,code.success.dropdown-toggle::before,tbody td.success.dropdown-toggle::before,tbody tr.success.dropdown-toggle::before{border-color:#fff}.button.success:hover,.command-button.success:hover,.image-button.success:hover,.info-button.success:hover,.input .button.success:hover,.notify.success:hover,.select .button.success:hover,.shortcut.success:hover,.spinner .button.success:hover,.split-button .split.success:hover,.tag-input .button.success:hover,.tally.success:hover,.toast.success:hover,.tool-button.success:hover,code.success:hover,tbody td.success:hover,tbody tr.success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}.button.success:hover.dropdown-toggle::before,.command-button.success:hover.dropdown-toggle::before,.image-button.success:hover.dropdown-toggle::before,.info-button.success:hover.dropdown-toggle::before,.input .button.success:hover.dropdown-toggle::before,.notify.success:hover.dropdown-toggle::before,.select .button.success:hover.dropdown-toggle::before,.shortcut.success:hover.dropdown-toggle::before,.spinner .button.success:hover.dropdown-toggle::before,.split-button .split.success:hover.dropdown-toggle::before,.tag-input .button.success:hover.dropdown-toggle::before,.tally.success:hover.dropdown-toggle::before,.toast.success:hover.dropdown-toggle::before,.tool-button.success:hover.dropdown-toggle::before,code.success:hover.dropdown-toggle::before,tbody td.success:hover.dropdown-toggle::before,tbody tr.success:hover.dropdown-toggle::before{border-color:#fff}.button.success.same-color:hover,.command-button.success.same-color:hover,.image-button.success.same-color:hover,.info-button.success.same-color:hover,.input .button.success.same-color:hover,.notify.success.same-color:hover,.select .button.success.same-color:hover,.shortcut.success.same-color:hover,.spinner .button.success.same-color:hover,.split-button .split.success.same-color:hover,.tag-input .button.success.same-color:hover,.tally.success.same-color:hover,.toast.success.same-color:hover,.tool-button.success.same-color:hover,code.success.same-color:hover,tbody td.success.same-color:hover,tbody tr.success.same-color:hover{background-color:#60a917;border-color:#60a917}.button.success.focus,.button.success:active,.button.success:focus,.command-button.success.focus,.command-button.success:active,.command-button.success:focus,.image-button.success.focus,.image-button.success:active,.image-button.success:focus,.info-button.success.focus,.info-button.success:active,.info-button.success:focus,.input .button.success.focus,.input .button.success:active,.input .button.success:focus,.notify.success.focus,.notify.success:active,.notify.success:focus,.select .button.success.focus,.select .button.success:active,.select .button.success:focus,.shortcut.success.focus,.shortcut.success:active,.shortcut.success:focus,.spinner .button.success.focus,.spinner .button.success:active,.spinner .button.success:focus,.split-button .split.success.focus,.split-button .split.success:active,.split-button .split.success:focus,.tag-input .button.success.focus,.tag-input .button.success:active,.tag-input .button.success:focus,.tally.success.focus,.tally.success:active,.tally.success:focus,.toast.success.focus,.toast.success:active,.toast.success:focus,.tool-button.success.focus,.tool-button.success:active,.tool-button.success:focus,code.success.focus,code.success:active,code.success:focus,tbody td.success.focus,tbody td.success:active,tbody td.success:focus,tbody tr.success.focus,tbody tr.success:active,tbody tr.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.button.alert,.command-button.alert,.image-button.alert,.info-button.alert,.input .button.alert,.notify.alert,.select .button.alert,.shortcut.alert,.spinner .button.alert,.split-button .split.alert,.tag-input .button.alert,.tally.alert,.toast.alert,.tool-button.alert,code.alert,tbody td.alert,tbody tr.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.button.alert.outline,.command-button.alert.outline,.image-button.alert.outline,.info-button.alert.outline,.input .button.alert.outline,.notify.alert.outline,.select .button.alert.outline,.shortcut.alert.outline,.spinner .button.alert.outline,.split-button .split.alert.outline,.tag-input .button.alert.outline,.tally.alert.outline,.toast.alert.outline,.tool-button.alert.outline,code.alert.outline,tbody td.alert.outline,tbody tr.alert.outline{color:#ce352c;border-color:#ce352c}.button.alert.outline.dropdown-toggle::before,.command-button.alert.outline.dropdown-toggle::before,.image-button.alert.outline.dropdown-toggle::before,.info-button.alert.outline.dropdown-toggle::before,.input .button.alert.outline.dropdown-toggle::before,.notify.alert.outline.dropdown-toggle::before,.select .button.alert.outline.dropdown-toggle::before,.shortcut.alert.outline.dropdown-toggle::before,.spinner .button.alert.outline.dropdown-toggle::before,.split-button .split.alert.outline.dropdown-toggle::before,.tag-input .button.alert.outline.dropdown-toggle::before,.tally.alert.outline.dropdown-toggle::before,.toast.alert.outline.dropdown-toggle::before,.tool-button.alert.outline.dropdown-toggle::before,code.alert.outline.dropdown-toggle::before,tbody td.alert.outline.dropdown-toggle::before,tbody tr.alert.outline.dropdown-toggle::before{border-color:#ce352c}.button.alert.outline:hover,.command-button.alert.outline:hover,.image-button.alert.outline:hover,.info-button.alert.outline:hover,.input .button.alert.outline:hover,.notify.alert.outline:hover,.select .button.alert.outline:hover,.shortcut.alert.outline:hover,.spinner .button.alert.outline:hover,.split-button .split.alert.outline:hover,.tag-input .button.alert.outline:hover,.tally.alert.outline:hover,.toast.alert.outline:hover,.tool-button.alert.outline:hover,code.alert.outline:hover,tbody td.alert.outline:hover,tbody tr.alert.outline:hover{color:#fff}.button.alert.dropdown-toggle::before,.command-button.alert.dropdown-toggle::before,.image-button.alert.dropdown-toggle::before,.info-button.alert.dropdown-toggle::before,.input .button.alert.dropdown-toggle::before,.notify.alert.dropdown-toggle::before,.select .button.alert.dropdown-toggle::before,.shortcut.alert.dropdown-toggle::before,.spinner .button.alert.dropdown-toggle::before,.split-button .split.alert.dropdown-toggle::before,.tag-input .button.alert.dropdown-toggle::before,.tally.alert.dropdown-toggle::before,.toast.alert.dropdown-toggle::before,.tool-button.alert.dropdown-toggle::before,code.alert.dropdown-toggle::before,tbody td.alert.dropdown-toggle::before,tbody tr.alert.dropdown-toggle::before{border-color:#fff}.button.alert:hover,.command-button.alert:hover,.image-button.alert:hover,.info-button.alert:hover,.input .button.alert:hover,.notify.alert:hover,.select .button.alert:hover,.shortcut.alert:hover,.spinner .button.alert:hover,.split-button .split.alert:hover,.tag-input .button.alert:hover,.tally.alert:hover,.toast.alert:hover,.tool-button.alert:hover,code.alert:hover,tbody td.alert:hover,tbody tr.alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}.button.alert:hover.dropdown-toggle::before,.command-button.alert:hover.dropdown-toggle::before,.image-button.alert:hover.dropdown-toggle::before,.info-button.alert:hover.dropdown-toggle::before,.input .button.alert:hover.dropdown-toggle::before,.notify.alert:hover.dropdown-toggle::before,.select .button.alert:hover.dropdown-toggle::before,.shortcut.alert:hover.dropdown-toggle::before,.spinner .button.alert:hover.dropdown-toggle::before,.split-button .split.alert:hover.dropdown-toggle::before,.tag-input .button.alert:hover.dropdown-toggle::before,.tally.alert:hover.dropdown-toggle::before,.toast.alert:hover.dropdown-toggle::before,.tool-button.alert:hover.dropdown-toggle::before,code.alert:hover.dropdown-toggle::before,tbody td.alert:hover.dropdown-toggle::before,tbody tr.alert:hover.dropdown-toggle::before{border-color:#fff}.button.alert.same-color:hover,.command-button.alert.same-color:hover,.image-button.alert.same-color:hover,.info-button.alert.same-color:hover,.input .button.alert.same-color:hover,.notify.alert.same-color:hover,.select .button.alert.same-color:hover,.shortcut.alert.same-color:hover,.spinner .button.alert.same-color:hover,.split-button .split.alert.same-color:hover,.tag-input .button.alert.same-color:hover,.tally.alert.same-color:hover,.toast.alert.same-color:hover,.tool-button.alert.same-color:hover,code.alert.same-color:hover,tbody td.alert.same-color:hover,tbody tr.alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}.button.alert.focus,.button.alert:active,.button.alert:focus,.command-button.alert.focus,.command-button.alert:active,.command-button.alert:focus,.image-button.alert.focus,.image-button.alert:active,.image-button.alert:focus,.info-button.alert.focus,.info-button.alert:active,.info-button.alert:focus,.input .button.alert.focus,.input .button.alert:active,.input .button.alert:focus,.notify.alert.focus,.notify.alert:active,.notify.alert:focus,.select .button.alert.focus,.select .button.alert:active,.select .button.alert:focus,.shortcut.alert.focus,.shortcut.alert:active,.shortcut.alert:focus,.spinner .button.alert.focus,.spinner .button.alert:active,.spinner .button.alert:focus,.split-button .split.alert.focus,.split-button .split.alert:active,.split-button .split.alert:focus,.tag-input .button.alert.focus,.tag-input .button.alert:active,.tag-input .button.alert:focus,.tally.alert.focus,.tally.alert:active,.tally.alert:focus,.toast.alert.focus,.toast.alert:active,.toast.alert:focus,.tool-button.alert.focus,.tool-button.alert:active,.tool-button.alert:focus,code.alert.focus,code.alert:active,code.alert:focus,tbody td.alert.focus,tbody td.alert:active,tbody td.alert:focus,tbody tr.alert.focus,tbody tr.alert:active,tbody tr.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.button.warning,.command-button.warning,.image-button.warning,.info-button.warning,.input .button.warning,.notify.warning,.select .button.warning,.shortcut.warning,.spinner .button.warning,.split-button .split.warning,.tag-input .button.warning,.tally.warning,.toast.warning,.tool-button.warning,code.warning,tbody td.warning,tbody tr.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.button.warning.outline,.command-button.warning.outline,.image-button.warning.outline,.info-button.warning.outline,.input .button.warning.outline,.notify.warning.outline,.select .button.warning.outline,.shortcut.warning.outline,.spinner .button.warning.outline,.split-button .split.warning.outline,.tag-input .button.warning.outline,.tally.warning.outline,.toast.warning.outline,.tool-button.warning.outline,code.warning.outline,tbody td.warning.outline,tbody tr.warning.outline{color:#ff9447;border-color:#ff9447}.button.warning.outline.dropdown-toggle::before,.command-button.warning.outline.dropdown-toggle::before,.image-button.warning.outline.dropdown-toggle::before,.info-button.warning.outline.dropdown-toggle::before,.input .button.warning.outline.dropdown-toggle::before,.notify.warning.outline.dropdown-toggle::before,.select .button.warning.outline.dropdown-toggle::before,.shortcut.warning.outline.dropdown-toggle::before,.spinner .button.warning.outline.dropdown-toggle::before,.split-button .split.warning.outline.dropdown-toggle::before,.tag-input .button.warning.outline.dropdown-toggle::before,.tally.warning.outline.dropdown-toggle::before,.toast.warning.outline.dropdown-toggle::before,.tool-button.warning.outline.dropdown-toggle::before,code.warning.outline.dropdown-toggle::before,tbody td.warning.outline.dropdown-toggle::before,tbody tr.warning.outline.dropdown-toggle::before{border-color:#ff9447}.button.warning.outline:hover,.command-button.warning.outline:hover,.image-button.warning.outline:hover,.info-button.warning.outline:hover,.input .button.warning.outline:hover,.notify.warning.outline:hover,.select .button.warning.outline:hover,.shortcut.warning.outline:hover,.spinner .button.warning.outline:hover,.split-button .split.warning.outline:hover,.tag-input .button.warning.outline:hover,.tally.warning.outline:hover,.toast.warning.outline:hover,.tool-button.warning.outline:hover,code.warning.outline:hover,tbody td.warning.outline:hover,tbody tr.warning.outline:hover{color:#fff}.button.warning.dropdown-toggle::before,.command-button.warning.dropdown-toggle::before,.image-button.warning.dropdown-toggle::before,.info-button.warning.dropdown-toggle::before,.input .button.warning.dropdown-toggle::before,.notify.warning.dropdown-toggle::before,.select .button.warning.dropdown-toggle::before,.shortcut.warning.dropdown-toggle::before,.spinner .button.warning.dropdown-toggle::before,.split-button .split.warning.dropdown-toggle::before,.tag-input .button.warning.dropdown-toggle::before,.tally.warning.dropdown-toggle::before,.toast.warning.dropdown-toggle::before,.tool-button.warning.dropdown-toggle::before,code.warning.dropdown-toggle::before,tbody td.warning.dropdown-toggle::before,tbody tr.warning.dropdown-toggle::before{border-color:#fff}.button.warning:hover,.command-button.warning:hover,.image-button.warning:hover,.info-button.warning:hover,.input .button.warning:hover,.notify.warning:hover,.select .button.warning:hover,.shortcut.warning:hover,.spinner .button.warning:hover,.split-button .split.warning:hover,.tag-input .button.warning:hover,.tally.warning:hover,.toast.warning:hover,.tool-button.warning:hover,code.warning:hover,tbody td.warning:hover,tbody tr.warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}.button.warning:hover.dropdown-toggle::before,.command-button.warning:hover.dropdown-toggle::before,.image-button.warning:hover.dropdown-toggle::before,.info-button.warning:hover.dropdown-toggle::before,.input .button.warning:hover.dropdown-toggle::before,.notify.warning:hover.dropdown-toggle::before,.select .button.warning:hover.dropdown-toggle::before,.shortcut.warning:hover.dropdown-toggle::before,.spinner .button.warning:hover.dropdown-toggle::before,.split-button .split.warning:hover.dropdown-toggle::before,.tag-input .button.warning:hover.dropdown-toggle::before,.tally.warning:hover.dropdown-toggle::before,.toast.warning:hover.dropdown-toggle::before,.tool-button.warning:hover.dropdown-toggle::before,code.warning:hover.dropdown-toggle::before,tbody td.warning:hover.dropdown-toggle::before,tbody tr.warning:hover.dropdown-toggle::before{border-color:#fff}.button.warning.same-color:hover,.command-button.warning.same-color:hover,.image-button.warning.same-color:hover,.info-button.warning.same-color:hover,.input .button.warning.same-color:hover,.notify.warning.same-color:hover,.select .button.warning.same-color:hover,.shortcut.warning.same-color:hover,.spinner .button.warning.same-color:hover,.split-button .split.warning.same-color:hover,.tag-input .button.warning.same-color:hover,.tally.warning.same-color:hover,.toast.warning.same-color:hover,.tool-button.warning.same-color:hover,code.warning.same-color:hover,tbody td.warning.same-color:hover,tbody tr.warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}.button.warning.focus,.button.warning:active,.button.warning:focus,.command-button.warning.focus,.command-button.warning:active,.command-button.warning:focus,.image-button.warning.focus,.image-button.warning:active,.image-button.warning:focus,.info-button.warning.focus,.info-button.warning:active,.info-button.warning:focus,.input .button.warning.focus,.input .button.warning:active,.input .button.warning:focus,.notify.warning.focus,.notify.warning:active,.notify.warning:focus,.select .button.warning.focus,.select .button.warning:active,.select .button.warning:focus,.shortcut.warning.focus,.shortcut.warning:active,.shortcut.warning:focus,.spinner .button.warning.focus,.spinner .button.warning:active,.spinner .button.warning:focus,.split-button .split.warning.focus,.split-button .split.warning:active,.split-button .split.warning:focus,.tag-input .button.warning.focus,.tag-input .button.warning:active,.tag-input .button.warning:focus,.tally.warning.focus,.tally.warning:active,.tally.warning:focus,.toast.warning.focus,.toast.warning:active,.toast.warning:focus,.tool-button.warning.focus,.tool-button.warning:active,.tool-button.warning:focus,code.warning.focus,code.warning:active,code.warning:focus,tbody td.warning.focus,tbody td.warning:active,tbody td.warning:focus,tbody tr.warning.focus,tbody tr.warning:active,tbody tr.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.button.yellow,.command-button.yellow,.image-button.yellow,.info-button.yellow,.input .button.yellow,.notify.yellow,.select .button.yellow,.shortcut.yellow,.spinner .button.yellow,.split-button .split.yellow,.tag-input .button.yellow,.tally.yellow,.toast.yellow,.tool-button.yellow,code.yellow,tbody td.yellow,tbody tr.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.button.yellow.outline,.command-button.yellow.outline,.image-button.yellow.outline,.info-button.yellow.outline,.input .button.yellow.outline,.notify.yellow.outline,.select .button.yellow.outline,.shortcut.yellow.outline,.spinner .button.yellow.outline,.split-button .split.yellow.outline,.tag-input .button.yellow.outline,.tally.yellow.outline,.toast.yellow.outline,.tool-button.yellow.outline,code.yellow.outline,tbody td.yellow.outline,tbody tr.yellow.outline{color:#ffe484;border-color:#ffe484}.button.yellow.outline.dropdown-toggle::before,.command-button.yellow.outline.dropdown-toggle::before,.image-button.yellow.outline.dropdown-toggle::before,.info-button.yellow.outline.dropdown-toggle::before,.input .button.yellow.outline.dropdown-toggle::before,.notify.yellow.outline.dropdown-toggle::before,.select .button.yellow.outline.dropdown-toggle::before,.shortcut.yellow.outline.dropdown-toggle::before,.spinner .button.yellow.outline.dropdown-toggle::before,.split-button .split.yellow.outline.dropdown-toggle::before,.tag-input .button.yellow.outline.dropdown-toggle::before,.tally.yellow.outline.dropdown-toggle::before,.toast.yellow.outline.dropdown-toggle::before,.tool-button.yellow.outline.dropdown-toggle::before,code.yellow.outline.dropdown-toggle::before,tbody td.yellow.outline.dropdown-toggle::before,tbody tr.yellow.outline.dropdown-toggle::before{border-color:#ffe484}.button.yellow.outline:hover,.command-button.yellow.outline:hover,.image-button.yellow.outline:hover,.info-button.yellow.outline:hover,.input .button.yellow.outline:hover,.notify.yellow.outline:hover,.select .button.yellow.outline:hover,.shortcut.yellow.outline:hover,.spinner .button.yellow.outline:hover,.split-button .split.yellow.outline:hover,.tag-input .button.yellow.outline:hover,.tally.yellow.outline:hover,.toast.yellow.outline:hover,.tool-button.yellow.outline:hover,code.yellow.outline:hover,tbody td.yellow.outline:hover,tbody tr.yellow.outline:hover{color:#fff}.button.yellow.dropdown-toggle::before,.command-button.yellow.dropdown-toggle::before,.image-button.yellow.dropdown-toggle::before,.info-button.yellow.dropdown-toggle::before,.input .button.yellow.dropdown-toggle::before,.notify.yellow.dropdown-toggle::before,.select .button.yellow.dropdown-toggle::before,.shortcut.yellow.dropdown-toggle::before,.spinner .button.yellow.dropdown-toggle::before,.split-button .split.yellow.dropdown-toggle::before,.tag-input .button.yellow.dropdown-toggle::before,.tally.yellow.dropdown-toggle::before,.toast.yellow.dropdown-toggle::before,.tool-button.yellow.dropdown-toggle::before,code.yellow.dropdown-toggle::before,tbody td.yellow.dropdown-toggle::before,tbody tr.yellow.dropdown-toggle::before{border-color:#fff}.button.yellow:hover,.command-button.yellow:hover,.image-button.yellow:hover,.info-button.yellow:hover,.input .button.yellow:hover,.notify.yellow:hover,.select .button.yellow:hover,.shortcut.yellow:hover,.spinner .button.yellow:hover,.split-button .split.yellow:hover,.tag-input .button.yellow:hover,.tally.yellow:hover,.toast.yellow:hover,.tool-button.yellow:hover,code.yellow:hover,tbody td.yellow:hover,tbody tr.yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}.button.yellow:hover.dropdown-toggle::before,.command-button.yellow:hover.dropdown-toggle::before,.image-button.yellow:hover.dropdown-toggle::before,.info-button.yellow:hover.dropdown-toggle::before,.input .button.yellow:hover.dropdown-toggle::before,.notify.yellow:hover.dropdown-toggle::before,.select .button.yellow:hover.dropdown-toggle::before,.shortcut.yellow:hover.dropdown-toggle::before,.spinner .button.yellow:hover.dropdown-toggle::before,.split-button .split.yellow:hover.dropdown-toggle::before,.tag-input .button.yellow:hover.dropdown-toggle::before,.tally.yellow:hover.dropdown-toggle::before,.toast.yellow:hover.dropdown-toggle::before,.tool-button.yellow:hover.dropdown-toggle::before,code.yellow:hover.dropdown-toggle::before,tbody td.yellow:hover.dropdown-toggle::before,tbody tr.yellow:hover.dropdown-toggle::before{border-color:#fff}.button.yellow.same-color:hover,.command-button.yellow.same-color:hover,.image-button.yellow.same-color:hover,.info-button.yellow.same-color:hover,.input .button.yellow.same-color:hover,.notify.yellow.same-color:hover,.select .button.yellow.same-color:hover,.shortcut.yellow.same-color:hover,.spinner .button.yellow.same-color:hover,.split-button .split.yellow.same-color:hover,.tag-input .button.yellow.same-color:hover,.tally.yellow.same-color:hover,.toast.yellow.same-color:hover,.tool-button.yellow.same-color:hover,code.yellow.same-color:hover,tbody td.yellow.same-color:hover,tbody tr.yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}.button.yellow.focus,.button.yellow:active,.button.yellow:focus,.command-button.yellow.focus,.command-button.yellow:active,.command-button.yellow:focus,.image-button.yellow.focus,.image-button.yellow:active,.image-button.yellow:focus,.info-button.yellow.focus,.info-button.yellow:active,.info-button.yellow:focus,.input .button.yellow.focus,.input .button.yellow:active,.input .button.yellow:focus,.notify.yellow.focus,.notify.yellow:active,.notify.yellow:focus,.select .button.yellow.focus,.select .button.yellow:active,.select .button.yellow:focus,.shortcut.yellow.focus,.shortcut.yellow:active,.shortcut.yellow:focus,.spinner .button.yellow.focus,.spinner .button.yellow:active,.spinner .button.yellow:focus,.split-button .split.yellow.focus,.split-button .split.yellow:active,.split-button .split.yellow:focus,.tag-input .button.yellow.focus,.tag-input .button.yellow:active,.tag-input .button.yellow:focus,.tally.yellow.focus,.tally.yellow:active,.tally.yellow:focus,.toast.yellow.focus,.toast.yellow:active,.toast.yellow:focus,.tool-button.yellow.focus,.tool-button.yellow:active,.tool-button.yellow:focus,code.yellow.focus,code.yellow:active,code.yellow:focus,tbody td.yellow.focus,tbody td.yellow:active,tbody td.yellow:focus,tbody tr.yellow.focus,tbody tr.yellow:active,tbody tr.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.button.info,.command-button.info,.image-button.info,.info-button.info,.input .button.info,.notify.info,.select .button.info,.shortcut.info,.spinner .button.info,.split-button .split.info,.tag-input .button.info,.tally.info,.toast.info,.tool-button.info,code.info,tbody td.info,tbody tr.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.button.info.outline,.command-button.info.outline,.image-button.info.outline,.info-button.info.outline,.input .button.info.outline,.notify.info.outline,.select .button.info.outline,.shortcut.info.outline,.spinner .button.info.outline,.split-button .split.info.outline,.tag-input .button.info.outline,.tally.info.outline,.toast.info.outline,.tool-button.info.outline,code.info.outline,tbody td.info.outline,tbody tr.info.outline{color:#5ebdec;border-color:#5ebdec}.button.info.outline.dropdown-toggle::before,.command-button.info.outline.dropdown-toggle::before,.image-button.info.outline.dropdown-toggle::before,.info-button.info.outline.dropdown-toggle::before,.input .button.info.outline.dropdown-toggle::before,.notify.info.outline.dropdown-toggle::before,.select .button.info.outline.dropdown-toggle::before,.shortcut.info.outline.dropdown-toggle::before,.spinner .button.info.outline.dropdown-toggle::before,.split-button .split.info.outline.dropdown-toggle::before,.tag-input .button.info.outline.dropdown-toggle::before,.tally.info.outline.dropdown-toggle::before,.toast.info.outline.dropdown-toggle::before,.tool-button.info.outline.dropdown-toggle::before,code.info.outline.dropdown-toggle::before,tbody td.info.outline.dropdown-toggle::before,tbody tr.info.outline.dropdown-toggle::before{border-color:#5ebdec}.button.info.outline:hover,.command-button.info.outline:hover,.image-button.info.outline:hover,.info-button.info.outline:hover,.input .button.info.outline:hover,.notify.info.outline:hover,.select .button.info.outline:hover,.shortcut.info.outline:hover,.spinner .button.info.outline:hover,.split-button .split.info.outline:hover,.tag-input .button.info.outline:hover,.tally.info.outline:hover,.toast.info.outline:hover,.tool-button.info.outline:hover,code.info.outline:hover,tbody td.info.outline:hover,tbody tr.info.outline:hover{color:#fff}.button.info.dropdown-toggle::before,.command-button.info.dropdown-toggle::before,.image-button.info.dropdown-toggle::before,.info-button.info.dropdown-toggle::before,.input .button.info.dropdown-toggle::before,.notify.info.dropdown-toggle::before,.select .button.info.dropdown-toggle::before,.shortcut.info.dropdown-toggle::before,.spinner .button.info.dropdown-toggle::before,.split-button .split.info.dropdown-toggle::before,.tag-input .button.info.dropdown-toggle::before,.tally.info.dropdown-toggle::before,.toast.info.dropdown-toggle::before,.tool-button.info.dropdown-toggle::before,code.info.dropdown-toggle::before,tbody td.info.dropdown-toggle::before,tbody tr.info.dropdown-toggle::before{border-color:#fff}.button.info:hover,.command-button.info:hover,.image-button.info:hover,.info-button.info:hover,.input .button.info:hover,.notify.info:hover,.select .button.info:hover,.shortcut.info:hover,.spinner .button.info:hover,.split-button .split.info:hover,.tag-input .button.info:hover,.tally.info:hover,.toast.info:hover,.tool-button.info:hover,code.info:hover,tbody td.info:hover,tbody tr.info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}.button.info:hover.dropdown-toggle::before,.command-button.info:hover.dropdown-toggle::before,.image-button.info:hover.dropdown-toggle::before,.info-button.info:hover.dropdown-toggle::before,.input .button.info:hover.dropdown-toggle::before,.notify.info:hover.dropdown-toggle::before,.select .button.info:hover.dropdown-toggle::before,.shortcut.info:hover.dropdown-toggle::before,.spinner .button.info:hover.dropdown-toggle::before,.split-button .split.info:hover.dropdown-toggle::before,.tag-input .button.info:hover.dropdown-toggle::before,.tally.info:hover.dropdown-toggle::before,.toast.info:hover.dropdown-toggle::before,.tool-button.info:hover.dropdown-toggle::before,code.info:hover.dropdown-toggle::before,tbody td.info:hover.dropdown-toggle::before,tbody tr.info:hover.dropdown-toggle::before{border-color:#fff}.button.info.same-color:hover,.command-button.info.same-color:hover,.image-button.info.same-color:hover,.info-button.info.same-color:hover,.input .button.info.same-color:hover,.notify.info.same-color:hover,.select .button.info.same-color:hover,.shortcut.info.same-color:hover,.spinner .button.info.same-color:hover,.split-button .split.info.same-color:hover,.tag-input .button.info.same-color:hover,.tally.info.same-color:hover,.toast.info.same-color:hover,.tool-button.info.same-color:hover,code.info.same-color:hover,tbody td.info.same-color:hover,tbody tr.info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}.button.info.focus,.button.info:active,.button.info:focus,.command-button.info.focus,.command-button.info:active,.command-button.info:focus,.image-button.info.focus,.image-button.info:active,.image-button.info:focus,.info-button.info.focus,.info-button.info:active,.info-button.info:focus,.input .button.info.focus,.input .button.info:active,.input .button.info:focus,.notify.info.focus,.notify.info:active,.notify.info:focus,.select .button.info.focus,.select .button.info:active,.select .button.info:focus,.shortcut.info.focus,.shortcut.info:active,.shortcut.info:focus,.spinner .button.info.focus,.spinner .button.info:active,.spinner .button.info:focus,.split-button .split.info.focus,.split-button .split.info:active,.split-button .split.info:focus,.tag-input .button.info.focus,.tag-input .button.info:active,.tag-input .button.info:focus,.tally.info.focus,.tally.info:active,.tally.info:focus,.toast.info.focus,.toast.info:active,.toast.info:focus,.tool-button.info.focus,.tool-button.info:active,.tool-button.info:focus,code.info.focus,code.info:active,code.info:focus,tbody td.info.focus,tbody td.info:active,tbody td.info:focus,tbody tr.info.focus,tbody tr.info:active,tbody tr.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.button.dark,.command-button.dark,.image-button.dark,.info-button.dark,.input .button.dark,.notify.dark,.select .button.dark,.shortcut.dark,.spinner .button.dark,.split-button .split.dark,.tag-input .button.dark,.tally.dark,.toast.dark,.tool-button.dark,code.dark,tbody td.dark,tbody tr.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.button.dark.outline,.command-button.dark.outline,.image-button.dark.outline,.info-button.dark.outline,.input .button.dark.outline,.notify.dark.outline,.select .button.dark.outline,.shortcut.dark.outline,.spinner .button.dark.outline,.split-button .split.dark.outline,.tag-input .button.dark.outline,.tally.dark.outline,.toast.dark.outline,.tool-button.dark.outline,code.dark.outline,tbody td.dark.outline,tbody tr.dark.outline{color:#505050;border-color:#505050}.button.dark.outline.dropdown-toggle::before,.command-button.dark.outline.dropdown-toggle::before,.image-button.dark.outline.dropdown-toggle::before,.info-button.dark.outline.dropdown-toggle::before,.input .button.dark.outline.dropdown-toggle::before,.notify.dark.outline.dropdown-toggle::before,.select .button.dark.outline.dropdown-toggle::before,.shortcut.dark.outline.dropdown-toggle::before,.spinner .button.dark.outline.dropdown-toggle::before,.split-button .split.dark.outline.dropdown-toggle::before,.tag-input .button.dark.outline.dropdown-toggle::before,.tally.dark.outline.dropdown-toggle::before,.toast.dark.outline.dropdown-toggle::before,.tool-button.dark.outline.dropdown-toggle::before,code.dark.outline.dropdown-toggle::before,tbody td.dark.outline.dropdown-toggle::before,tbody tr.dark.outline.dropdown-toggle::before{border-color:#505050}.button.dark.outline:hover,.command-button.dark.outline:hover,.image-button.dark.outline:hover,.info-button.dark.outline:hover,.input .button.dark.outline:hover,.notify.dark.outline:hover,.select .button.dark.outline:hover,.shortcut.dark.outline:hover,.spinner .button.dark.outline:hover,.split-button .split.dark.outline:hover,.tag-input .button.dark.outline:hover,.tally.dark.outline:hover,.toast.dark.outline:hover,.tool-button.dark.outline:hover,code.dark.outline:hover,tbody td.dark.outline:hover,tbody tr.dark.outline:hover{color:#fff}.button.dark.dropdown-toggle::before,.command-button.dark.dropdown-toggle::before,.image-button.dark.dropdown-toggle::before,.info-button.dark.dropdown-toggle::before,.input .button.dark.dropdown-toggle::before,.notify.dark.dropdown-toggle::before,.select .button.dark.dropdown-toggle::before,.shortcut.dark.dropdown-toggle::before,.spinner .button.dark.dropdown-toggle::before,.split-button .split.dark.dropdown-toggle::before,.tag-input .button.dark.dropdown-toggle::before,.tally.dark.dropdown-toggle::before,.toast.dark.dropdown-toggle::before,.tool-button.dark.dropdown-toggle::before,code.dark.dropdown-toggle::before,tbody td.dark.dropdown-toggle::before,tbody tr.dark.dropdown-toggle::before{border-color:#fff}.button.dark:hover,.command-button.dark:hover,.image-button.dark:hover,.info-button.dark:hover,.input .button.dark:hover,.notify.dark:hover,.select .button.dark:hover,.shortcut.dark:hover,.spinner .button.dark:hover,.split-button .split.dark:hover,.tag-input .button.dark:hover,.tally.dark:hover,.toast.dark:hover,.tool-button.dark:hover,code.dark:hover,tbody td.dark:hover,tbody tr.dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}.button.dark:hover.dropdown-toggle::before,.command-button.dark:hover.dropdown-toggle::before,.image-button.dark:hover.dropdown-toggle::before,.info-button.dark:hover.dropdown-toggle::before,.input .button.dark:hover.dropdown-toggle::before,.notify.dark:hover.dropdown-toggle::before,.select .button.dark:hover.dropdown-toggle::before,.shortcut.dark:hover.dropdown-toggle::before,.spinner .button.dark:hover.dropdown-toggle::before,.split-button .split.dark:hover.dropdown-toggle::before,.tag-input .button.dark:hover.dropdown-toggle::before,.tally.dark:hover.dropdown-toggle::before,.toast.dark:hover.dropdown-toggle::before,.tool-button.dark:hover.dropdown-toggle::before,code.dark:hover.dropdown-toggle::before,tbody td.dark:hover.dropdown-toggle::before,tbody tr.dark:hover.dropdown-toggle::before{border-color:#fff}.button.dark.same-color:hover,.command-button.dark.same-color:hover,.image-button.dark.same-color:hover,.info-button.dark.same-color:hover,.input .button.dark.same-color:hover,.notify.dark.same-color:hover,.select .button.dark.same-color:hover,.shortcut.dark.same-color:hover,.spinner .button.dark.same-color:hover,.split-button .split.dark.same-color:hover,.tag-input .button.dark.same-color:hover,.tally.dark.same-color:hover,.toast.dark.same-color:hover,.tool-button.dark.same-color:hover,code.dark.same-color:hover,tbody td.dark.same-color:hover,tbody tr.dark.same-color:hover{background-color:#505050;border-color:#505050}.button.dark.focus,.button.dark:active,.button.dark:focus,.command-button.dark.focus,.command-button.dark:active,.command-button.dark:focus,.image-button.dark.focus,.image-button.dark:active,.image-button.dark:focus,.info-button.dark.focus,.info-button.dark:active,.info-button.dark:focus,.input .button.dark.focus,.input .button.dark:active,.input .button.dark:focus,.notify.dark.focus,.notify.dark:active,.notify.dark:focus,.select .button.dark.focus,.select .button.dark:active,.select .button.dark:focus,.shortcut.dark.focus,.shortcut.dark:active,.shortcut.dark:focus,.spinner .button.dark.focus,.spinner .button.dark:active,.spinner .button.dark:focus,.split-button .split.dark.focus,.split-button .split.dark:active,.split-button .split.dark:focus,.tag-input .button.dark.focus,.tag-input .button.dark:active,.tag-input .button.dark:focus,.tally.dark.focus,.tally.dark:active,.tally.dark:focus,.toast.dark.focus,.toast.dark:active,.toast.dark:focus,.tool-button.dark.focus,.tool-button.dark:active,.tool-button.dark:focus,code.dark.focus,code.dark:active,code.dark:focus,tbody td.dark.focus,tbody td.dark:active,tbody td.dark:focus,tbody tr.dark.focus,tbody tr.dark:active,tbody tr.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.button.light,.command-button.light,.image-button.light,.info-button.light,.input .button.light,.notify.light,.select .button.light,.shortcut.light,.spinner .button.light,.split-button .split.light,.tag-input .button.light,.tally.light,.toast.light,.tool-button.light,code.light,tbody td.light,tbody tr.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.button.light.outline,.command-button.light.outline,.image-button.light.outline,.info-button.light.outline,.input .button.light.outline,.notify.light.outline,.select .button.light.outline,.shortcut.light.outline,.spinner .button.light.outline,.split-button .split.light.outline,.tag-input .button.light.outline,.tally.light.outline,.toast.light.outline,.tool-button.light.outline,code.light.outline,tbody td.light.outline,tbody tr.light.outline{color:#f8f8f8;border-color:#f8f8f8}.button.light.outline.dropdown-toggle::before,.command-button.light.outline.dropdown-toggle::before,.image-button.light.outline.dropdown-toggle::before,.info-button.light.outline.dropdown-toggle::before,.input .button.light.outline.dropdown-toggle::before,.notify.light.outline.dropdown-toggle::before,.select .button.light.outline.dropdown-toggle::before,.shortcut.light.outline.dropdown-toggle::before,.spinner .button.light.outline.dropdown-toggle::before,.split-button .split.light.outline.dropdown-toggle::before,.tag-input .button.light.outline.dropdown-toggle::before,.tally.light.outline.dropdown-toggle::before,.toast.light.outline.dropdown-toggle::before,.tool-button.light.outline.dropdown-toggle::before,code.light.outline.dropdown-toggle::before,tbody td.light.outline.dropdown-toggle::before,tbody tr.light.outline.dropdown-toggle::before{border-color:#f8f8f8}.button.light.outline:hover,.command-button.light.outline:hover,.image-button.light.outline:hover,.info-button.light.outline:hover,.input .button.light.outline:hover,.notify.light.outline:hover,.select .button.light.outline:hover,.shortcut.light.outline:hover,.spinner .button.light.outline:hover,.split-button .split.light.outline:hover,.tag-input .button.light.outline:hover,.tally.light.outline:hover,.toast.light.outline:hover,.tool-button.light.outline:hover,code.light.outline:hover,tbody td.light.outline:hover,tbody tr.light.outline:hover{color:#fff}.button.light.dropdown-toggle::before,.command-button.light.dropdown-toggle::before,.image-button.light.dropdown-toggle::before,.info-button.light.dropdown-toggle::before,.input .button.light.dropdown-toggle::before,.notify.light.dropdown-toggle::before,.select .button.light.dropdown-toggle::before,.shortcut.light.dropdown-toggle::before,.spinner .button.light.dropdown-toggle::before,.split-button .split.light.dropdown-toggle::before,.tag-input .button.light.dropdown-toggle::before,.tally.light.dropdown-toggle::before,.toast.light.dropdown-toggle::before,.tool-button.light.dropdown-toggle::before,code.light.dropdown-toggle::before,tbody td.light.dropdown-toggle::before,tbody tr.light.dropdown-toggle::before{border-color:#fff}.button.light:hover,.command-button.light:hover,.image-button.light:hover,.info-button.light:hover,.input .button.light:hover,.notify.light:hover,.select .button.light:hover,.shortcut.light:hover,.spinner .button.light:hover,.split-button .split.light:hover,.tag-input .button.light:hover,.tally.light:hover,.toast.light:hover,.tool-button.light:hover,code.light:hover,tbody td.light:hover,tbody tr.light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}.button.light:hover.dropdown-toggle::before,.command-button.light:hover.dropdown-toggle::before,.image-button.light:hover.dropdown-toggle::before,.info-button.light:hover.dropdown-toggle::before,.input .button.light:hover.dropdown-toggle::before,.notify.light:hover.dropdown-toggle::before,.select .button.light:hover.dropdown-toggle::before,.shortcut.light:hover.dropdown-toggle::before,.spinner .button.light:hover.dropdown-toggle::before,.split-button .split.light:hover.dropdown-toggle::before,.tag-input .button.light:hover.dropdown-toggle::before,.tally.light:hover.dropdown-toggle::before,.toast.light:hover.dropdown-toggle::before,.tool-button.light:hover.dropdown-toggle::before,code.light:hover.dropdown-toggle::before,tbody td.light:hover.dropdown-toggle::before,tbody tr.light:hover.dropdown-toggle::before{border-color:#fff}.button.light.same-color:hover,.command-button.light.same-color:hover,.image-button.light.same-color:hover,.info-button.light.same-color:hover,.input .button.light.same-color:hover,.notify.light.same-color:hover,.select .button.light.same-color:hover,.shortcut.light.same-color:hover,.spinner .button.light.same-color:hover,.split-button .split.light.same-color:hover,.tag-input .button.light.same-color:hover,.tally.light.same-color:hover,.toast.light.same-color:hover,.tool-button.light.same-color:hover,code.light.same-color:hover,tbody td.light.same-color:hover,tbody tr.light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}.button.light.focus,.button.light:active,.button.light:focus,.command-button.light.focus,.command-button.light:active,.command-button.light:focus,.image-button.light.focus,.image-button.light:active,.image-button.light:focus,.info-button.light.focus,.info-button.light:active,.info-button.light:focus,.input .button.light.focus,.input .button.light:active,.input .button.light:focus,.notify.light.focus,.notify.light:active,.notify.light:focus,.select .button.light.focus,.select .button.light:active,.select .button.light:focus,.shortcut.light.focus,.shortcut.light:active,.shortcut.light:focus,.spinner .button.light.focus,.spinner .button.light:active,.spinner .button.light:focus,.split-button .split.light.focus,.split-button .split.light:active,.split-button .split.light:focus,.tag-input .button.light.focus,.tag-input .button.light:active,.tag-input .button.light:focus,.tally.light.focus,.tally.light:active,.tally.light:focus,.toast.light.focus,.toast.light:active,.toast.light:focus,.tool-button.light.focus,.tool-button.light:active,.tool-button.light:focus,code.light.focus,code.light:active,code.light:focus,tbody td.light.focus,tbody td.light:active,tbody td.light:focus,tbody tr.light.focus,tbody tr.light:active,tbody tr.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.button.light,.button.yellow,.command-button.light,.command-button.yellow,.image-button.light,.image-button.yellow,.info-button.light,.info-button.yellow,.input .button.light,.input .button.yellow,.notify.light,.notify.yellow,.select .button.light,.select .button.yellow,.shortcut.light,.shortcut.yellow,.spinner .button.light,.spinner .button.yellow,.split-button .split.light,.split-button .split.yellow,.tag-input .button.light,.tag-input .button.yellow,.tally.light,.tally.yellow,.toast.light,.toast.yellow,.tool-button.light,.tool-button.yellow,code.light,code.yellow,tbody td.light,tbody td.yellow,tbody tr.light,tbody tr.yellow{color:#1d1d1d}.button.light.outline:hover,.button.light:hover,.button.yellow.outline:hover,.button.yellow:hover,.command-button.light.outline:hover,.command-button.light:hover,.command-button.yellow.outline:hover,.command-button.yellow:hover,.image-button.light.outline:hover,.image-button.light:hover,.image-button.yellow.outline:hover,.image-button.yellow:hover,.info-button.light.outline:hover,.info-button.light:hover,.info-button.yellow.outline:hover,.info-button.yellow:hover,.input .button.light.outline:hover,.input .button.light:hover,.input .button.yellow.outline:hover,.input .button.yellow:hover,.notify.light.outline:hover,.notify.light:hover,.notify.yellow.outline:hover,.notify.yellow:hover,.select .button.light.outline:hover,.select .button.light:hover,.select .button.yellow.outline:hover,.select .button.yellow:hover,.shortcut.light.outline:hover,.shortcut.light:hover,.shortcut.yellow.outline:hover,.shortcut.yellow:hover,.spinner .button.light.outline:hover,.spinner .button.light:hover,.spinner .button.yellow.outline:hover,.spinner .button.yellow:hover,.split-button .split.light.outline:hover,.split-button .split.light:hover,.split-button .split.yellow.outline:hover,.split-button .split.yellow:hover,.tag-input .button.light.outline:hover,.tag-input .button.light:hover,.tag-input .button.yellow.outline:hover,.tag-input .button.yellow:hover,.tally.light.outline:hover,.tally.light:hover,.tally.yellow.outline:hover,.tally.yellow:hover,.toast.light.outline:hover,.toast.light:hover,.toast.yellow.outline:hover,.toast.yellow:hover,.tool-button.light.outline:hover,.tool-button.light:hover,.tool-button.yellow.outline:hover,.tool-button.yellow:hover,code.light.outline:hover,code.light:hover,code.yellow.outline:hover,code.yellow:hover,tbody td.light.outline:hover,tbody td.light:hover,tbody td.yellow.outline:hover,tbody td.yellow:hover,tbody tr.light.outline:hover,tbody tr.light:hover,tbody tr.yellow.outline:hover,tbody tr.yellow:hover{color:#1d1d1d}.action-button.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.action-button.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.action-button.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.action-button.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.action-button.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.action-button.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.action-button.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.action-button.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.action-button.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.action-button.light,.action-button.yellow{color:#1d1d1d}.action-button.light.outline:hover,.action-button.light:hover,.action-button.yellow.outline:hover,.action-button.yellow:hover{color:#1d1d1d}.pagination.primary .page-item.active,.pagination.primary .page-item.service,.pagination.primary .page-item:hover{background-color:#0366d6;border-color:#0366d6;color:#fff}.pagination.primary .page-item.active:hover,.pagination.primary .page-item.service:hover,.pagination.primary .page-item:hover:hover{background-color:#024ea4}.pagination.secondary .page-item.active,.pagination.secondary .page-item.service,.pagination.secondary .page-item:hover{background-color:#607d8b;border-color:#607d8b;color:#fff}.pagination.secondary .page-item.active:hover,.pagination.secondary .page-item.service:hover,.pagination.secondary .page-item:hover:hover{background-color:#4b626d}.pagination.success .page-item.active,.pagination.success .page-item.service,.pagination.success .page-item:hover{background-color:#60a917;border-color:#60a917;color:#fff}.pagination.success .page-item.active:hover,.pagination.success .page-item.service:hover,.pagination.success .page-item:hover:hover{background-color:#477c11}.pagination.alert .page-item.active,.pagination.alert .page-item.service,.pagination.alert .page-item:hover{background-color:#ce352c;border-color:#ce352c;color:#fff}.pagination.alert .page-item.active:hover,.pagination.alert .page-item.service:hover,.pagination.alert .page-item:hover:hover{background-color:#a42a23}.pagination.warning .page-item.active,.pagination.warning .page-item.service,.pagination.warning .page-item:hover{background-color:#ff9447;border-color:#ff9447;color:#fff}.pagination.warning .page-item.active:hover,.pagination.warning .page-item.service:hover,.pagination.warning .page-item:hover:hover{background-color:#ff7615}.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{background-color:#ffe484;border-color:#ffe484;color:#fff}.pagination.yellow .page-item.active:hover,.pagination.yellow .page-item.service:hover,.pagination.yellow .page-item:hover:hover{background-color:#ffd951}.pagination.info .page-item.active,.pagination.info .page-item.service,.pagination.info .page-item:hover{background-color:#5ebdec;border-color:#5ebdec;color:#fff}.pagination.info .page-item.active:hover,.pagination.info .page-item.service:hover,.pagination.info .page-item:hover:hover{background-color:#30abe6}.pagination.dark .page-item.active,.pagination.dark .page-item.service,.pagination.dark .page-item:hover{background-color:#505050;border-color:#505050;color:#fff}.pagination.dark .page-item.active:hover,.pagination.dark .page-item.service:hover,.pagination.dark .page-item:hover:hover{background-color:#373737}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover{background-color:#f8f8f8;border-color:#f8f8f8;color:#fff}.pagination.light .page-item.active:hover,.pagination.light .page-item.service:hover,.pagination.light .page-item:hover:hover{background-color:#dfdfdf}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover,.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{color:#1d1d1d}.remark.primary{background:#75b5fd;border:1px solid #75b5fd}.remark.primary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#0366d6}.remark.primary{background:#daebfe;border:1px solid #daebfe}.remark.secondary{background:#b7c6cd;border:1px solid #b7c6cd}.remark.secondary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#607d8b}.remark.secondary{background:#f3f6f7;border:1px solid #f3f6f7}.remark.success{background:#adeb6e;border:1px solid #adeb6e}.remark.success::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#60a917}.remark.success{background:#ecfbde;border:1px solid #ecfbde}.remark.alert{background:#ecaba7;border:1px solid #ecaba7}.remark.alert::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ce352c}.remark.alert{background:#fae7e6;border:1px solid #fae7e6}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.warning::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ff9447}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.yellow{background:#fff;border:1px solid #fff}.remark.yellow::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ffe484}.remark.yellow{background:#fff7db;border:1px solid #fff7db}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.info::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#5ebdec}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.dark{background:#9d9d9d;border:1px solid #9d9d9d}.remark.dark::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#505050}.remark.dark{background:#e9e9e9;border:1px solid #e9e9e9}.remark.light{background:#fff;border:1px solid #fff}.remark.light::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#f8f8f8}.file.primary,.input.primary,.keypad.primary,.select.primary,.spinner.primary,.tag-input.primary,.textarea.primary,input[type=datetime-local].primary,input[type=email].primary,input[type=file].primary,input[type=month].primary,input[type=number].primary,input[type=password].primary,input[type=search].primary,input[type=tel].primary,input[type=text].primary,input[type=time].primary,input[type=url].primary,input[type=week].primary,select.primary,textarea.primary{border-color:#0366d6}.file.primary.focused,.file.primary:focus,.input.primary.focused,.input.primary:focus,.keypad.primary.focused,.keypad.primary:focus,.select.primary.focused,.select.primary:focus,.spinner.primary.focused,.spinner.primary:focus,.tag-input.primary.focused,.tag-input.primary:focus,.textarea.primary.focused,.textarea.primary:focus,input[type=datetime-local].primary.focused,input[type=datetime-local].primary:focus,input[type=email].primary.focused,input[type=email].primary:focus,input[type=file].primary.focused,input[type=file].primary:focus,input[type=month].primary.focused,input[type=month].primary:focus,input[type=number].primary.focused,input[type=number].primary:focus,input[type=password].primary.focused,input[type=password].primary:focus,input[type=search].primary.focused,input[type=search].primary:focus,input[type=tel].primary.focused,input[type=tel].primary:focus,input[type=text].primary.focused,input[type=text].primary:focus,input[type=time].primary.focused,input[type=time].primary:focus,input[type=url].primary.focused,input[type=url].primary:focus,input[type=week].primary.focused,input[type=week].primary:focus,select.primary.focused,select.primary:focus,textarea.primary.focused,textarea.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.file.secondary,.input.secondary,.keypad.secondary,.select.secondary,.spinner.secondary,.tag-input.secondary,.textarea.secondary,input[type=datetime-local].secondary,input[type=email].secondary,input[type=file].secondary,input[type=month].secondary,input[type=number].secondary,input[type=password].secondary,input[type=search].secondary,input[type=tel].secondary,input[type=text].secondary,input[type=time].secondary,input[type=url].secondary,input[type=week].secondary,select.secondary,textarea.secondary{border-color:#607d8b}.file.secondary.focused,.file.secondary:focus,.input.secondary.focused,.input.secondary:focus,.keypad.secondary.focused,.keypad.secondary:focus,.select.secondary.focused,.select.secondary:focus,.spinner.secondary.focused,.spinner.secondary:focus,.tag-input.secondary.focused,.tag-input.secondary:focus,.textarea.secondary.focused,.textarea.secondary:focus,input[type=datetime-local].secondary.focused,input[type=datetime-local].secondary:focus,input[type=email].secondary.focused,input[type=email].secondary:focus,input[type=file].secondary.focused,input[type=file].secondary:focus,input[type=month].secondary.focused,input[type=month].secondary:focus,input[type=number].secondary.focused,input[type=number].secondary:focus,input[type=password].secondary.focused,input[type=password].secondary:focus,input[type=search].secondary.focused,input[type=search].secondary:focus,input[type=tel].secondary.focused,input[type=tel].secondary:focus,input[type=text].secondary.focused,input[type=text].secondary:focus,input[type=time].secondary.focused,input[type=time].secondary:focus,input[type=url].secondary.focused,input[type=url].secondary:focus,input[type=week].secondary.focused,input[type=week].secondary:focus,select.secondary.focused,select.secondary:focus,textarea.secondary.focused,textarea.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.file.success,.input.success,.keypad.success,.select.success,.spinner.success,.tag-input.success,.textarea.success,input[type=datetime-local].success,input[type=email].success,input[type=file].success,input[type=month].success,input[type=number].success,input[type=password].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=time].success,input[type=url].success,input[type=week].success,select.success,textarea.success{border-color:#60a917}.file.success.focused,.file.success:focus,.input.success.focused,.input.success:focus,.keypad.success.focused,.keypad.success:focus,.select.success.focused,.select.success:focus,.spinner.success.focused,.spinner.success:focus,.tag-input.success.focused,.tag-input.success:focus,.textarea.success.focused,.textarea.success:focus,input[type=datetime-local].success.focused,input[type=datetime-local].success:focus,input[type=email].success.focused,input[type=email].success:focus,input[type=file].success.focused,input[type=file].success:focus,input[type=month].success.focused,input[type=month].success:focus,input[type=number].success.focused,input[type=number].success:focus,input[type=password].success.focused,input[type=password].success:focus,input[type=search].success.focused,input[type=search].success:focus,input[type=tel].success.focused,input[type=tel].success:focus,input[type=text].success.focused,input[type=text].success:focus,input[type=time].success.focused,input[type=time].success:focus,input[type=url].success.focused,input[type=url].success:focus,input[type=week].success.focused,input[type=week].success:focus,select.success.focused,select.success:focus,textarea.success.focused,textarea.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.file.alert,.input.alert,.keypad.alert,.select.alert,.spinner.alert,.tag-input.alert,.textarea.alert,input[type=datetime-local].alert,input[type=email].alert,input[type=file].alert,input[type=month].alert,input[type=number].alert,input[type=password].alert,input[type=search].alert,input[type=tel].alert,input[type=text].alert,input[type=time].alert,input[type=url].alert,input[type=week].alert,select.alert,textarea.alert{border-color:#ce352c}.file.alert.focused,.file.alert:focus,.input.alert.focused,.input.alert:focus,.keypad.alert.focused,.keypad.alert:focus,.select.alert.focused,.select.alert:focus,.spinner.alert.focused,.spinner.alert:focus,.tag-input.alert.focused,.tag-input.alert:focus,.textarea.alert.focused,.textarea.alert:focus,input[type=datetime-local].alert.focused,input[type=datetime-local].alert:focus,input[type=email].alert.focused,input[type=email].alert:focus,input[type=file].alert.focused,input[type=file].alert:focus,input[type=month].alert.focused,input[type=month].alert:focus,input[type=number].alert.focused,input[type=number].alert:focus,input[type=password].alert.focused,input[type=password].alert:focus,input[type=search].alert.focused,input[type=search].alert:focus,input[type=tel].alert.focused,input[type=tel].alert:focus,input[type=text].alert.focused,input[type=text].alert:focus,input[type=time].alert.focused,input[type=time].alert:focus,input[type=url].alert.focused,input[type=url].alert:focus,input[type=week].alert.focused,input[type=week].alert:focus,select.alert.focused,select.alert:focus,textarea.alert.focused,textarea.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.file.warning,.input.warning,.keypad.warning,.select.warning,.spinner.warning,.tag-input.warning,.textarea.warning,input[type=datetime-local].warning,input[type=email].warning,input[type=file].warning,input[type=month].warning,input[type=number].warning,input[type=password].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=time].warning,input[type=url].warning,input[type=week].warning,select.warning,textarea.warning{border-color:#ff9447}.file.warning.focused,.file.warning:focus,.input.warning.focused,.input.warning:focus,.keypad.warning.focused,.keypad.warning:focus,.select.warning.focused,.select.warning:focus,.spinner.warning.focused,.spinner.warning:focus,.tag-input.warning.focused,.tag-input.warning:focus,.textarea.warning.focused,.textarea.warning:focus,input[type=datetime-local].warning.focused,input[type=datetime-local].warning:focus,input[type=email].warning.focused,input[type=email].warning:focus,input[type=file].warning.focused,input[type=file].warning:focus,input[type=month].warning.focused,input[type=month].warning:focus,input[type=number].warning.focused,input[type=number].warning:focus,input[type=password].warning.focused,input[type=password].warning:focus,input[type=search].warning.focused,input[type=search].warning:focus,input[type=tel].warning.focused,input[type=tel].warning:focus,input[type=text].warning.focused,input[type=text].warning:focus,input[type=time].warning.focused,input[type=time].warning:focus,input[type=url].warning.focused,input[type=url].warning:focus,input[type=week].warning.focused,input[type=week].warning:focus,select.warning.focused,select.warning:focus,textarea.warning.focused,textarea.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.file.yellow,.input.yellow,.keypad.yellow,.select.yellow,.spinner.yellow,.tag-input.yellow,.textarea.yellow,input[type=datetime-local].yellow,input[type=email].yellow,input[type=file].yellow,input[type=month].yellow,input[type=number].yellow,input[type=password].yellow,input[type=search].yellow,input[type=tel].yellow,input[type=text].yellow,input[type=time].yellow,input[type=url].yellow,input[type=week].yellow,select.yellow,textarea.yellow{border-color:#ffe484}.file.yellow.focused,.file.yellow:focus,.input.yellow.focused,.input.yellow:focus,.keypad.yellow.focused,.keypad.yellow:focus,.select.yellow.focused,.select.yellow:focus,.spinner.yellow.focused,.spinner.yellow:focus,.tag-input.yellow.focused,.tag-input.yellow:focus,.textarea.yellow.focused,.textarea.yellow:focus,input[type=datetime-local].yellow.focused,input[type=datetime-local].yellow:focus,input[type=email].yellow.focused,input[type=email].yellow:focus,input[type=file].yellow.focused,input[type=file].yellow:focus,input[type=month].yellow.focused,input[type=month].yellow:focus,input[type=number].yellow.focused,input[type=number].yellow:focus,input[type=password].yellow.focused,input[type=password].yellow:focus,input[type=search].yellow.focused,input[type=search].yellow:focus,input[type=tel].yellow.focused,input[type=tel].yellow:focus,input[type=text].yellow.focused,input[type=text].yellow:focus,input[type=time].yellow.focused,input[type=time].yellow:focus,input[type=url].yellow.focused,input[type=url].yellow:focus,input[type=week].yellow.focused,input[type=week].yellow:focus,select.yellow.focused,select.yellow:focus,textarea.yellow.focused,textarea.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.file.info,.input.info,.keypad.info,.select.info,.spinner.info,.tag-input.info,.textarea.info,input[type=datetime-local].info,input[type=email].info,input[type=file].info,input[type=month].info,input[type=number].info,input[type=password].info,input[type=search].info,input[type=tel].info,input[type=text].info,input[type=time].info,input[type=url].info,input[type=week].info,select.info,textarea.info{border-color:#5ebdec}.file.info.focused,.file.info:focus,.input.info.focused,.input.info:focus,.keypad.info.focused,.keypad.info:focus,.select.info.focused,.select.info:focus,.spinner.info.focused,.spinner.info:focus,.tag-input.info.focused,.tag-input.info:focus,.textarea.info.focused,.textarea.info:focus,input[type=datetime-local].info.focused,input[type=datetime-local].info:focus,input[type=email].info.focused,input[type=email].info:focus,input[type=file].info.focused,input[type=file].info:focus,input[type=month].info.focused,input[type=month].info:focus,input[type=number].info.focused,input[type=number].info:focus,input[type=password].info.focused,input[type=password].info:focus,input[type=search].info.focused,input[type=search].info:focus,input[type=tel].info.focused,input[type=tel].info:focus,input[type=text].info.focused,input[type=text].info:focus,input[type=time].info.focused,input[type=time].info:focus,input[type=url].info.focused,input[type=url].info:focus,input[type=week].info.focused,input[type=week].info:focus,select.info.focused,select.info:focus,textarea.info.focused,textarea.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.file.dark,.input.dark,.keypad.dark,.select.dark,.spinner.dark,.tag-input.dark,.textarea.dark,input[type=datetime-local].dark,input[type=email].dark,input[type=file].dark,input[type=month].dark,input[type=number].dark,input[type=password].dark,input[type=search].dark,input[type=tel].dark,input[type=text].dark,input[type=time].dark,input[type=url].dark,input[type=week].dark,select.dark,textarea.dark{border-color:#505050}.file.dark.focused,.file.dark:focus,.input.dark.focused,.input.dark:focus,.keypad.dark.focused,.keypad.dark:focus,.select.dark.focused,.select.dark:focus,.spinner.dark.focused,.spinner.dark:focus,.tag-input.dark.focused,.tag-input.dark:focus,.textarea.dark.focused,.textarea.dark:focus,input[type=datetime-local].dark.focused,input[type=datetime-local].dark:focus,input[type=email].dark.focused,input[type=email].dark:focus,input[type=file].dark.focused,input[type=file].dark:focus,input[type=month].dark.focused,input[type=month].dark:focus,input[type=number].dark.focused,input[type=number].dark:focus,input[type=password].dark.focused,input[type=password].dark:focus,input[type=search].dark.focused,input[type=search].dark:focus,input[type=tel].dark.focused,input[type=tel].dark:focus,input[type=text].dark.focused,input[type=text].dark:focus,input[type=time].dark.focused,input[type=time].dark:focus,input[type=url].dark.focused,input[type=url].dark:focus,input[type=week].dark.focused,input[type=week].dark:focus,select.dark.focused,select.dark:focus,textarea.dark.focused,textarea.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.file.light,.input.light,.keypad.light,.select.light,.spinner.light,.tag-input.light,.textarea.light,input[type=datetime-local].light,input[type=email].light,input[type=file].light,input[type=month].light,input[type=number].light,input[type=password].light,input[type=search].light,input[type=tel].light,input[type=text].light,input[type=time].light,input[type=url].light,input[type=week].light,select.light,textarea.light{border-color:#f8f8f8}.file.light.focused,.file.light:focus,.input.light.focused,.input.light:focus,.keypad.light.focused,.keypad.light:focus,.select.light.focused,.select.light:focus,.spinner.light.focused,.spinner.light:focus,.tag-input.light.focused,.tag-input.light:focus,.textarea.light.focused,.textarea.light:focus,input[type=datetime-local].light.focused,input[type=datetime-local].light:focus,input[type=email].light.focused,input[type=email].light:focus,input[type=file].light.focused,input[type=file].light:focus,input[type=month].light.focused,input[type=month].light:focus,input[type=number].light.focused,input[type=number].light:focus,input[type=password].light.focused,input[type=password].light:focus,input[type=search].light.focused,input[type=search].light:focus,input[type=tel].light.focused,input[type=tel].light:focus,input[type=text].light.focused,input[type=text].light:focus,input[type=time].light.focused,input[type=time].light:focus,input[type=url].light.focused,input[type=url].light:focus,input[type=week].light.focused,input[type=week].light:focus,select.light.focused,select.light:focus,textarea.light.focused,textarea.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.accent-block.primary{background-color:#0366d6;color:#fff}.accent-block.secondary{background-color:#607d8b;color:#fff}.accent-block.success{background-color:#60a917;color:#fff}.accent-block.alert{background-color:#ce352c;color:#fff}.accent-block.warning{background-color:#ff9447;color:#fff}.accent-block.yellow{background-color:#ffe484;color:#fff}.accent-block.info{background-color:#5ebdec;color:#fff}.accent-block.dark{background-color:#505050;color:#fff}.accent-block.light{background-color:#f8f8f8;color:#fff}.accent-block.light,.accent-block.yellow{color:#1d1d1d}.no-border{border:0!important}.no-border-left{border-left:none!important}.no-border-right{border-right:none!important}.no-border-top{border-top:none!important}.no-border-bottom{border-bottom:none!important}.no-border-visible{border-color:transparent!important}.border-none{border:0!important}.border-left-none{border-left:none!important}.border-right-none{border-right:none!important}.border-top-none{border-top:none!important}.border-bottom-none{border-bottom:none!important}.border-visible-none{border-color:transparent!important}.border{border:1px solid transparent}.border-left{border-left:1px solid transparent}.border-right{border-right:1px solid transparent}.border-top{border-top:1px solid transparent}.border-bottom{border-bottom:1px solid transparent}.border-left-top,.border-top-left{border-top:1px solid transparent;border-left:1px solid transparent}.border-right-top,.border-top-right{border-top:1px solid transparent;border-right:1px solid transparent}.border-bottom-right,.border-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-bottom-left,.border-left-bottom{border-bottom:1px solid transparent;border-left:1px solid transparent}.border-bottom-top,.border-top-bottom{border-bottom:1px solid transparent;border-top:1px solid transparent}.border-left-right,.border-right-left{border-right:1px solid transparent;border-left:1px solid transparent}.border-top-right-bottom{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-right-bottom-left{border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-bottom-left-top{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-left-top-right{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-radius{border-radius:.25rem}.border-radius-half{border-radius:50%}.border-20{border-width:20px}.border-size-20{border-width:20px}.border-radius-20{border-radius:20px}.border-19{border-width:19px}.border-size-19{border-width:19px}.border-radius-19{border-radius:19px}.border-18{border-width:18px}.border-size-18{border-width:18px}.border-radius-18{border-radius:18px}.border-17{border-width:17px}.border-size-17{border-width:17px}.border-radius-17{border-radius:17px}.border-16{border-width:16px}.border-size-16{border-width:16px}.border-radius-16{border-radius:16px}.border-15{border-width:15px}.border-size-15{border-width:15px}.border-radius-15{border-radius:15px}.border-14{border-width:14px}.border-size-14{border-width:14px}.border-radius-14{border-radius:14px}.border-13{border-width:13px}.border-size-13{border-width:13px}.border-radius-13{border-radius:13px}.border-12{border-width:12px}.border-size-12{border-width:12px}.border-radius-12{border-radius:12px}.border-11{border-width:11px}.border-size-11{border-width:11px}.border-radius-11{border-radius:11px}.border-10{border-width:10px}.border-size-10{border-width:10px}.border-radius-10{border-radius:10px}.border-9{border-width:9px}.border-size-9{border-width:9px}.border-radius-9{border-radius:9px}.border-8{border-width:8px}.border-size-8{border-width:8px}.border-radius-8{border-radius:8px}.border-7{border-width:7px}.border-size-7{border-width:7px}.border-radius-7{border-radius:7px}.border-6{border-width:6px}.border-size-6{border-width:6px}.border-radius-6{border-radius:6px}.border-5{border-width:5px}.border-size-5{border-width:5px}.border-radius-5{border-radius:5px}.border-4{border-width:4px}.border-size-4{border-width:4px}.border-radius-4{border-radius:4px}.border-3{border-width:3px}.border-size-3{border-width:3px}.border-radius-3{border-radius:3px}.border-2{border-width:2px}.border-size-2{border-width:2px}.border-radius-2{border-radius:2px}.border-1{border-width:1px}.border-size-1{border-width:1px}.border-radius-1{border-radius:1px}.rounded{border-radius:.25rem!important}.border-50{border-radius:50%!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-ridge{border-style:ridge!important}.c-auto{cursor:auto}.c-default{cursor:default}.c-none{cursor:none}.c-context-menu{cursor:context-menu}.c-help{cursor:help}.c-pointer{cursor:pointer}.c-progress{cursor:progress}.c-wait{cursor:wait}.c-cell{cursor:cell}.c-crosshair{cursor:crosshair}.c-text{cursor:text}.c-text-vertical{cursor:vertical-text}.c-alias{cursor:alias}.c-copy{cursor:copy}.c-move{cursor:move}.c-no-drop{cursor:no-drop}.c-not-allowed{cursor:not-allowed}.c-all-scroll{cursor:all-scroll}.c-col-resize{cursor:col-resize}.c-row-resize{cursor:row-resize}.c-n-resize{cursor:n-resize}.c-e-resize{cursor:e-resize}.c-s-resize{cursor:s-resize}.c-w-resize{cursor:w-resize}.c-ne-resize{cursor:ne-resize}.c-nw-resize{cursor:nw-resize}.c-se-resize{cursor:se-resize}.c-sw-resize{cursor:sw-resize}.c-ew-resize{cursor:ew-resize}.c-ns-resize{cursor:ns-resize}.c-nesw-resize{cursor:nesw-resize}.c-nwse-resize{cursor:nwse-resize}.c-zoom-in{cursor:-webkit-zoom-in;cursor:zoom-in}.c-zoom-out{cursor:-webkit-zoom-out;cursor:zoom-out}.c-grab{cursor:-webkit-grab;cursor:grab}.c-grabbing{cursor:-webkit-grabbing;cursor:grabbing}.c-none{cursor:none}.default-icon-check{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-left-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-right-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-help{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-search{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-cross{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eye{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-calendar{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-clock{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-menu{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-plus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-minus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-upload{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pencil{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-left{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-right{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.visible{visibility:visible!important}.no-visible{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch{display:none!important}html.metro-touch-device .d-block-touch{display:block!important}html.metro-touch-device .d-inline-touch{display:inline!important}html.metro-touch-device .d-inline-block-touch{display:inline-block!important}html.metro-touch-device .d-table-touch{display:table!important}html.metro-touch-device .d-table-row-touch{display:table-row!important}html.metro-touch-device .d-table-cell-touch{display:table-cell!important}html.metro-touch-device .d-flex-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch{display:none!important}html.metro-no-touch-device .d-block-no-touch{display:block!important}html.metro-no-touch-device .d-inline-no-touch{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch{display:table!important}html.metro-no-touch-device .d-table-row-no-touch{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media screen and (min-width:0){.visible-fs{visibility:visible!important}.no-visible-fs{visibility:hidden!important}.d-none-fs{display:none!important}.d-block-fs{display:block!important}.d-inline-fs{display:inline!important}.d-inline-block-fs{display:inline-block!important}.d-table-fs{display:table!important}.d-table-row-fs{display:table-row!important}.d-table-cell-fs{display:table-cell!important}.d-flex-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-fs{display:none!important}html.metro-touch-device .d-block-touch-fs{display:block!important}html.metro-touch-device .d-inline-touch-fs{display:inline!important}html.metro-touch-device .d-inline-block-touch-fs{display:inline-block!important}html.metro-touch-device .d-table-touch-fs{display:table!important}html.metro-touch-device .d-table-row-touch-fs{display:table-row!important}html.metro-touch-device .d-table-cell-touch-fs{display:table-cell!important}html.metro-touch-device .d-flex-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-fs{display:none!important}html.metro-no-touch-device .d-block-no-touch-fs{display:block!important}html.metro-no-touch-device .d-inline-no-touch-fs{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-fs{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-fs{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-fs{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-fs{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:576px){.visible-sm{visibility:visible!important}.no-visible-sm{visibility:hidden!important}.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-sm{display:inline!important}.d-inline-block-sm{display:inline-block!important}.d-table-sm{display:table!important}.d-table-row-sm{display:table-row!important}.d-table-cell-sm{display:table-cell!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-sm{display:none!important}html.metro-touch-device .d-block-touch-sm{display:block!important}html.metro-touch-device .d-inline-touch-sm{display:inline!important}html.metro-touch-device .d-inline-block-touch-sm{display:inline-block!important}html.metro-touch-device .d-table-touch-sm{display:table!important}html.metro-touch-device .d-table-row-touch-sm{display:table-row!important}html.metro-touch-device .d-table-cell-touch-sm{display:table-cell!important}html.metro-touch-device .d-flex-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-sm{display:none!important}html.metro-no-touch-device .d-block-no-touch-sm{display:block!important}html.metro-no-touch-device .d-inline-no-touch-sm{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-sm{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-sm{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-sm{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-sm{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:768px){.visible-md{visibility:visible!important}.no-visible-md{visibility:hidden!important}.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-md{display:inline!important}.d-inline-block-md{display:inline-block!important}.d-table-md{display:table!important}.d-table-row-md{display:table-row!important}.d-table-cell-md{display:table-cell!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-md{display:none!important}html.metro-touch-device .d-block-touch-md{display:block!important}html.metro-touch-device .d-inline-touch-md{display:inline!important}html.metro-touch-device .d-inline-block-touch-md{display:inline-block!important}html.metro-touch-device .d-table-touch-md{display:table!important}html.metro-touch-device .d-table-row-touch-md{display:table-row!important}html.metro-touch-device .d-table-cell-touch-md{display:table-cell!important}html.metro-touch-device .d-flex-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-md{display:none!important}html.metro-no-touch-device .d-block-no-touch-md{display:block!important}html.metro-no-touch-device .d-inline-no-touch-md{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-md{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-md{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-md{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-md{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:992px){.visible-lg{visibility:visible!important}.no-visible-lg{visibility:hidden!important}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-lg{display:inline!important}.d-inline-block-lg{display:inline-block!important}.d-table-lg{display:table!important}.d-table-row-lg{display:table-row!important}.d-table-cell-lg{display:table-cell!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-lg{display:none!important}html.metro-touch-device .d-block-touch-lg{display:block!important}html.metro-touch-device .d-inline-touch-lg{display:inline!important}html.metro-touch-device .d-inline-block-touch-lg{display:inline-block!important}html.metro-touch-device .d-table-touch-lg{display:table!important}html.metro-touch-device .d-table-row-touch-lg{display:table-row!important}html.metro-touch-device .d-table-cell-touch-lg{display:table-cell!important}html.metro-touch-device .d-flex-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-lg{display:none!important}html.metro-no-touch-device .d-block-no-touch-lg{display:block!important}html.metro-no-touch-device .d-inline-no-touch-lg{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-lg{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-lg{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-lg{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-lg{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1200px){.visible-xl{visibility:visible!important}.no-visible-xl{visibility:hidden!important}.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-xl{display:inline!important}.d-inline-block-xl{display:inline-block!important}.d-table-xl{display:table!important}.d-table-row-xl{display:table-row!important}.d-table-cell-xl{display:table-cell!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xl{display:none!important}html.metro-touch-device .d-block-touch-xl{display:block!important}html.metro-touch-device .d-inline-touch-xl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xl{display:inline-block!important}html.metro-touch-device .d-table-touch-xl{display:table!important}html.metro-touch-device .d-table-row-touch-xl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1452px){.visible-xxl{visibility:visible!important}.no-visible-xxl{visibility:hidden!important}.d-none-xxl{display:none!important}.d-block-xxl{display:block!important}.d-inline-xxl{display:inline!important}.d-inline-block-xxl{display:inline-block!important}.d-table-xxl{display:table!important}.d-table-row-xxl{display:table-row!important}.d-table-cell-xxl{display:table-cell!important}.d-flex-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxl{display:none!important}html.metro-touch-device .d-block-touch-xxl{display:block!important}html.metro-touch-device .d-inline-touch-xxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-container{position:relative;display:block;padding:0;overflow:hidden;width:100%;height:100%}.embed-container::before{padding-top:56.25%;display:block;content:""}.embed-container .embed-item,.embed-container embed,.embed-container iframe,.embed-container object,.embed-container video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.embed-container.size-21x9::before{padding-top:42.85714286%}.embed-container.size-16x9::before{padding-top:56.25%}.embed-container.size-4x3::before{padding-top:75%}.embed-container.size-1x1::before{padding-top:100%}.order-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-equal-items>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right{margin-left:auto}.flex-left{margin-right:auto}.flex-top{margin-bottom:auto}.flex-bottom{margin-top:auto}@media screen and (min-width:0){.flex-nowrap-fs{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-fs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-fs{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-fs{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-fs{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-fs{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-fs{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-fs{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-fs{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-fs{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-fs{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-fs{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-fs{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-fs{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-fs{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-fs{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-fs{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-fs{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-fs{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-fs{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-fs{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-fs{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-fs{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-fs{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-fs>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-fs>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-fs>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-fs>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-fs{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-fs{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-fs{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-fs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-fs{margin-left:auto}.flex-left-fs{margin-right:auto}.flex-top-fs{margin-bottom:auto}.flex-bottom-fs{margin-top:auto}.order-fs-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-fs-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-fs-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-fs-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-fs-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-fs-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-fs-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-fs-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-fs-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-fs-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-fs-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-fs-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-fs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-fs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-fs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-fs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-fs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-fs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-fs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-fs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-fs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-fs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-fs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-fs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:576px){.flex-nowrap-sm{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-sm{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-sm{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-sm{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-sm{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-sm{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-sm{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-sm{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-sm{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-sm{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-sm{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-sm{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-sm{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-sm{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-sm>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-sm>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-sm>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-sm>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-sm{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-sm{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-sm{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-sm{margin-left:auto}.flex-left-sm{margin-right:auto}.flex-top-sm{margin-bottom:auto}.flex-bottom-sm{margin-top:auto}.order-sm-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-sm-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-sm-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-sm-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-sm-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-sm-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-sm-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-sm-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-sm-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-sm-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-sm-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-sm-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px){.flex-nowrap-md{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-md{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-md{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-md{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-md{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-md{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-md{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-md{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-md{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-md{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-md{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-md{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-md{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-md{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-md{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-md{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-md>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-md>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-md>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-md>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-md{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-md{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-md{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-md{margin-left:auto}.flex-left-md{margin-right:auto}.flex-top-md{margin-bottom:auto}.flex-bottom-md{margin-top:auto}.order-md-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-md-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-md-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-md-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-md-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-md-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-md-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-md-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-md-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-md-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-md-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-md-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.flex-nowrap-lg{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-lg{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-lg{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-lg{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-lg{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-lg{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-lg{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-lg{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-lg{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-lg{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-lg{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-lg{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-lg{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-lg{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-lg>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-lg>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-lg>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-lg>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-lg{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-lg{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-lg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-lg{margin-left:auto}.flex-left-lg{margin-right:auto}.flex-top-lg{margin-bottom:auto}.flex-bottom-lg{margin-top:auto}.order-lg-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-lg-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-lg-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-lg-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-lg-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-lg-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-lg-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-lg-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-lg-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-lg-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-lg-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-lg-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1200px){.flex-nowrap-xl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xl{margin-left:auto}.flex-left-xl{margin-right:auto}.flex-top-xl{margin-bottom:auto}.flex-bottom-xl{margin-top:auto}.order-xl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1452px){.flex-nowrap-xxl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xxl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xxl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xxl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xxl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xxl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xxl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xxl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xxl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xxl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xxl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xxl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xxl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xxl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xxl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xxl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xxl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xxl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xxl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xxl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xxl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xxl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xxl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xxl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xxl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xxl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xxl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xxl{margin-left:auto}.flex-left-xxl{margin-right:auto}.flex-top-xxl{margin-bottom:auto}.flex-bottom-xxl{margin-top:auto}.order-xxl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xxl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xxl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xxl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xxl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xxl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xxl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xxl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xxl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xxl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xxl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xxl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.clear-float::after{display:block;clear:both;content:""}.clear-float::after{display:block;clear:both;content:""}.float-right,.place-right{float:right!important}.float-left,.place-left{float:left!important}.float-none,.no-float,.place-none{float:none!important}@media screen and (min-width:0){.place-left-fs{float:left!important}.place-right-fs{float:right!important}.place-none-fs{float:none!important}.float-left-fs{float:left!important}.float-right-fs{float:right!important}.float-none-fs{float:none!important}}@media screen and (min-width:576px){.place-left-sm{float:left!important}.place-right-sm{float:right!important}.place-none-sm{float:none!important}.float-left-sm{float:left!important}.float-right-sm{float:right!important}.float-none-sm{float:none!important}}@media screen and (min-width:768px){.place-left-md{float:left!important}.place-right-md{float:right!important}.place-none-md{float:none!important}.float-left-md{float:left!important}.float-right-md{float:right!important}.float-none-md{float:none!important}}@media screen and (min-width:992px){.place-left-lg{float:left!important}.place-right-lg{float:right!important}.place-none-lg{float:none!important}.float-left-lg{float:left!important}.float-right-lg{float:right!important}.float-none-lg{float:none!important}}@media screen and (min-width:1200px){.place-left-xl{float:left!important}.place-right-xl{float:right!important}.place-none-xl{float:none!important}.float-left-xl{float:left!important}.float-right-xl{float:right!important}.float-none-xl{float:none!important}}@media screen and (min-width:1452px){.place-left-xxl{float:left!important}.place-right-xxl{float:right!important}.place-none-xxl{float:none!important}.float-left-xxl{float:left!important}.float-right-xxl{float:right!important}.float-none-xxl{float:none!important}}html{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.5;font-style:normal;font-weight:400;color:#212121}.img-container,.img-fluid,.img-thumbnail{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:visible}.img-thumbnail{padding:.25rem;border:1px solid #dfdfdf;border-radius:.25rem;background-color:#fff}.img-container{display:block}.img-container img{width:100%;max-width:100%;height:auto;position:relative}.img-container .image-overlay{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;overflow:hidden;font-size:.875rem;line-height:1rem;padding:2em;background-color:rgba(27,161,226,.7);color:#fff;text-align:center;border-radius:inherit;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay *{color:#fff}.img-container .image-overlay:hover{opacity:1}.img-container .image-overlay:hover:after,.img-container .image-overlay:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.img-container .image-overlay:after,.img-container .image-overlay:before{display:block;position:absolute;content:"";border:1px solid rgba(255,255,255,.7);top:1em;bottom:1em;left:1em;right:1em;opacity:0;border-radius:inherit;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay:after{border-left:none;border-right:none;bottom:1em;top:1em}.img-container .image-overlay:before{border-top:none;border-bottom:none;bottom:1em;top:1em}.img-container.rounded img{border-radius:.25rem}.img-container.thumbnail{padding:.25rem;border:1px solid #dfdfdf;background-color:#fff}.img-container.thumbnail .title{font-size:.9rem;line-height:1}.img-container img+.title{margin-top:.25rem}.img-container .title+img{margin-top:.25rem}.img-container.cover{background-size:cover;background:no-repeat 100% 100%}figure{margin:0 0 1rem}figure img{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.file,.input,.select,.spinner,.tag-input,.textarea,input[type=datetime-local],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:1px #d9d9d9 solid;color:#1d1d1d;width:100%;display:block;padding:0 .75rem;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;height:36px;line-height:36px;background:#fff none;background-clip:padding-box;min-width:0}.file:focus,.input:focus,.select:focus,.spinner:focus,.tag-input:focus,.textarea:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=file]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{outline:0}.file:hover,.input:hover,.select:hover,.spinner:hover,.tag-input:hover,.textarea:hover,input[type=datetime-local]:hover,input[type=email]:hover,input[type=file]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,select:hover,textarea:hover{border-color:silver}.file .input-clear-button,.file .input-reveal-button,.input .input-clear-button,.input .input-reveal-button,.select .input-clear-button,.select .input-reveal-button,.spinner .input-clear-button,.spinner .input-reveal-button,.tag-input .input-clear-button,.tag-input .input-reveal-button,.textarea .input-clear-button,.textarea .input-reveal-button,input[type=datetime-local] .input-clear-button,input[type=datetime-local] .input-reveal-button,input[type=email] .input-clear-button,input[type=email] .input-reveal-button,input[type=file] .input-clear-button,input[type=file] .input-reveal-button,input[type=month] .input-clear-button,input[type=month] .input-reveal-button,input[type=number] .input-clear-button,input[type=number] .input-reveal-button,input[type=password] .input-clear-button,input[type=password] .input-reveal-button,input[type=search] .input-clear-button,input[type=search] .input-reveal-button,input[type=tel] .input-clear-button,input[type=tel] .input-reveal-button,input[type=text] .input-clear-button,input[type=text] .input-reveal-button,input[type=time] .input-clear-button,input[type=time] .input-reveal-button,input[type=url] .input-clear-button,input[type=url] .input-reveal-button,input[type=week] .input-clear-button,input[type=week] .input-reveal-button,select .input-clear-button,select .input-reveal-button,textarea .input-clear-button,textarea .input-reveal-button{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.file .input-clear-button:active,.file .input-clear-button:focus,.file .input-clear-button:hover,.file .input-reveal-button:active,.file .input-reveal-button:focus,.file .input-reveal-button:hover,.input .input-clear-button:active,.input .input-clear-button:focus,.input .input-clear-button:hover,.input .input-reveal-button:active,.input .input-reveal-button:focus,.input .input-reveal-button:hover,.select .input-clear-button:active,.select .input-clear-button:focus,.select .input-clear-button:hover,.select .input-reveal-button:active,.select .input-reveal-button:focus,.select .input-reveal-button:hover,.spinner .input-clear-button:active,.spinner .input-clear-button:focus,.spinner .input-clear-button:hover,.spinner .input-reveal-button:active,.spinner .input-reveal-button:focus,.spinner .input-reveal-button:hover,.tag-input .input-clear-button:active,.tag-input .input-clear-button:focus,.tag-input .input-clear-button:hover,.tag-input .input-reveal-button:active,.tag-input .input-reveal-button:focus,.tag-input .input-reveal-button:hover,.textarea .input-clear-button:active,.textarea .input-clear-button:focus,.textarea .input-clear-button:hover,.textarea .input-reveal-button:active,.textarea .input-reveal-button:focus,.textarea .input-reveal-button:hover,input[type=datetime-local] .input-clear-button:active,input[type=datetime-local] .input-clear-button:focus,input[type=datetime-local] .input-clear-button:hover,input[type=datetime-local] .input-reveal-button:active,input[type=datetime-local] .input-reveal-button:focus,input[type=datetime-local] .input-reveal-button:hover,input[type=email] .input-clear-button:active,input[type=email] .input-clear-button:focus,input[type=email] .input-clear-button:hover,input[type=email] .input-reveal-button:active,input[type=email] .input-reveal-button:focus,input[type=email] .input-reveal-button:hover,input[type=file] .input-clear-button:active,input[type=file] .input-clear-button:focus,input[type=file] .input-clear-button:hover,input[type=file] .input-reveal-button:active,input[type=file] .input-reveal-button:focus,input[type=file] .input-reveal-button:hover,input[type=month] .input-clear-button:active,input[type=month] .input-clear-button:focus,input[type=month] .input-clear-button:hover,input[type=month] .input-reveal-button:active,input[type=month] .input-reveal-button:focus,input[type=month] .input-reveal-button:hover,input[type=number] .input-clear-button:active,input[type=number] .input-clear-button:focus,input[type=number] .input-clear-button:hover,input[type=number] .input-reveal-button:active,input[type=number] .input-reveal-button:focus,input[type=number] .input-reveal-button:hover,input[type=password] .input-clear-button:active,input[type=password] .input-clear-button:focus,input[type=password] .input-clear-button:hover,input[type=password] .input-reveal-button:active,input[type=password] .input-reveal-button:focus,input[type=password] .input-reveal-button:hover,input[type=search] .input-clear-button:active,input[type=search] .input-clear-button:focus,input[type=search] .input-clear-button:hover,input[type=search] .input-reveal-button:active,input[type=search] .input-reveal-button:focus,input[type=search] .input-reveal-button:hover,input[type=tel] .input-clear-button:active,input[type=tel] .input-clear-button:focus,input[type=tel] .input-clear-button:hover,input[type=tel] .input-reveal-button:active,input[type=tel] .input-reveal-button:focus,input[type=tel] .input-reveal-button:hover,input[type=text] .input-clear-button:active,input[type=text] .input-clear-button:focus,input[type=text] .input-clear-button:hover,input[type=text] .input-reveal-button:active,input[type=text] .input-reveal-button:focus,input[type=text] .input-reveal-button:hover,input[type=time] .input-clear-button:active,input[type=time] .input-clear-button:focus,input[type=time] .input-clear-button:hover,input[type=time] .input-reveal-button:active,input[type=time] .input-reveal-button:focus,input[type=time] .input-reveal-button:hover,input[type=url] .input-clear-button:active,input[type=url] .input-clear-button:focus,input[type=url] .input-clear-button:hover,input[type=url] .input-reveal-button:active,input[type=url] .input-reveal-button:focus,input[type=url] .input-reveal-button:hover,input[type=week] .input-clear-button:active,input[type=week] .input-clear-button:focus,input[type=week] .input-clear-button:hover,input[type=week] .input-reveal-button:active,input[type=week] .input-reveal-button:focus,input[type=week] .input-reveal-button:hover,select .input-clear-button:active,select .input-clear-button:focus,select .input-clear-button:hover,select .input-reveal-button:active,select .input-reveal-button:focus,select .input-reveal-button:hover,textarea .input-clear-button:active,textarea .input-clear-button:focus,textarea .input-clear-button:hover,textarea .input-reveal-button:active,textarea .input-reveal-button:focus,textarea .input-reveal-button:hover{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused,.file:focus,.input.focused,.input:focus,.select.focused,.select:focus,.spinner.focused,.spinner:focus,.tag-input.focused,.tag-input:focus,.textarea.focused,.textarea:focus,input[type=datetime-local].focused,input[type=datetime-local]:focus,input[type=email].focused,input[type=email]:focus,input[type=file].focused,input[type=file]:focus,input[type=month].focused,input[type=month]:focus,input[type=number].focused,input[type=number]:focus,input[type=password].focused,input[type=password]:focus,input[type=search].focused,input[type=search]:focus,input[type=tel].focused,input[type=tel]:focus,input[type=text].focused,input[type=text]:focus,input[type=time].focused,input[type=time]:focus,input[type=url].focused,input[type=url]:focus,input[type=week].focused,input[type=week]:focus,select.focused,select:focus,textarea.focused,textarea:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{visibility:visible}.file.disabled,.file:disabled,.input.disabled,.input:disabled,.select.disabled,.select:disabled,.spinner.disabled,.spinner:disabled,.tag-input.disabled,.tag-input:disabled,.textarea.disabled,.textarea:disabled,input[type=datetime-local].disabled,input[type=datetime-local]:disabled,input[type=email].disabled,input[type=email]:disabled,input[type=file].disabled,input[type=file]:disabled,input[type=month].disabled,input[type=month]:disabled,input[type=number].disabled,input[type=number]:disabled,input[type=password].disabled,input[type=password]:disabled,input[type=search].disabled,input[type=search]:disabled,input[type=tel].disabled,input[type=tel]:disabled,input[type=text].disabled,input[type=text]:disabled,input[type=time].disabled,input[type=time]:disabled,input[type=url].disabled,input[type=url]:disabled,input[type=week].disabled,input[type=week]:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.file.hide-cursor input,.input.hide-cursor input,.select.hide-cursor input,.spinner.hide-cursor input,.tag-input.hide-cursor input,.textarea.hide-cursor input,input[type=datetime-local].hide-cursor input,input[type=email].hide-cursor input,input[type=file].hide-cursor input,input[type=month].hide-cursor input,input[type=number].hide-cursor input,input[type=password].hide-cursor input,input[type=search].hide-cursor input,input[type=tel].hide-cursor input,input[type=text].hide-cursor input,input[type=time].hide-cursor input,input[type=url].hide-cursor input,input[type=week].hide-cursor input,select.hide-cursor input,textarea.hide-cursor input{color:transparent;text-shadow:0 0 0 #1d1d1d}.file::-ms-clear,.input::-ms-clear,.select::-ms-clear,.spinner::-ms-clear,.tag-input::-ms-clear,.textarea::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=email]::-ms-clear,input[type=file]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=password]::-ms-clear,input[type=search]::-ms-clear,input[type=tel]::-ms-clear,input[type=text]::-ms-clear,input[type=time]::-ms-clear,input[type=url]::-ms-clear,input[type=week]::-ms-clear,select::-ms-clear,textarea::-ms-clear{display:none}.file::-ms-reveal,.input::-ms-reveal,.select::-ms-reveal,.spinner::-ms-reveal,.tag-input::-ms-reveal,.textarea::-ms-reveal,input[type=datetime-local]::-ms-reveal,input[type=email]::-ms-reveal,input[type=file]::-ms-reveal,input[type=month]::-ms-reveal,input[type=number]::-ms-reveal,input[type=password]::-ms-reveal,input[type=search]::-ms-reveal,input[type=tel]::-ms-reveal,input[type=text]::-ms-reveal,input[type=time]::-ms-reveal,input[type=url]::-ms-reveal,input[type=week]::-ms-reveal,select::-ms-reveal,textarea::-ms-reveal{display:none}.file::-webkit-clear-button,.input::-webkit-clear-button,.select::-webkit-clear-button,.spinner::-webkit-clear-button,.tag-input::-webkit-clear-button,.textarea::-webkit-clear-button,input[type=datetime-local]::-webkit-clear-button,input[type=email]::-webkit-clear-button,input[type=file]::-webkit-clear-button,input[type=month]::-webkit-clear-button,input[type=number]::-webkit-clear-button,input[type=password]::-webkit-clear-button,input[type=search]::-webkit-clear-button,input[type=tel]::-webkit-clear-button,input[type=text]::-webkit-clear-button,input[type=time]::-webkit-clear-button,input[type=url]::-webkit-clear-button,input[type=week]::-webkit-clear-button,select::-webkit-clear-button,textarea::-webkit-clear-button{display:none}.file::-webkit-inner-spin-button,.input::-webkit-inner-spin-button,.select::-webkit-inner-spin-button,.spinner::-webkit-inner-spin-button,.tag-input::-webkit-inner-spin-button,.textarea::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-inner-spin-button,input[type=email]::-webkit-inner-spin-button,input[type=file]::-webkit-inner-spin-button,input[type=month]::-webkit-inner-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=password]::-webkit-inner-spin-button,input[type=search]::-webkit-inner-spin-button,input[type=tel]::-webkit-inner-spin-button,input[type=text]::-webkit-inner-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=url]::-webkit-inner-spin-button,input[type=week]::-webkit-inner-spin-button,select::-webkit-inner-spin-button,textarea::-webkit-inner-spin-button{height:100%}.file.required,.input.required,.select.required,.spinner.required,.tag-input.required,.textarea.required,input[type=datetime-local].required,input[type=email].required,input[type=file].required,input[type=month].required,input[type=number].required,input[type=password].required,input[type=search].required,input[type=tel].required,input[type=text].required,input[type=time].required,input[type=url].required,input[type=week].required,select.required,textarea.required{border:1px #1ba1e2 dashed!important}.file.required.focused,.file.required:focus,.input.required.focused,.input.required:focus,.select.required.focused,.select.required:focus,.spinner.required.focused,.spinner.required:focus,.tag-input.required.focused,.tag-input.required:focus,.textarea.required.focused,.textarea.required:focus,input[type=datetime-local].required.focused,input[type=datetime-local].required:focus,input[type=email].required.focused,input[type=email].required:focus,input[type=file].required.focused,input[type=file].required:focus,input[type=month].required.focused,input[type=month].required:focus,input[type=number].required.focused,input[type=number].required:focus,input[type=password].required.focused,input[type=password].required:focus,input[type=search].required.focused,input[type=search].required:focus,input[type=tel].required.focused,input[type=tel].required:focus,input[type=text].required.focused,input[type=text].required:focus,input[type=time].required.focused,input[type=time].required:focus,input[type=url].required.focused,input[type=url].required:focus,input[type=week].required.focused,input[type=week].required:focus,select.required.focused,select.required:focus,textarea.required.focused,textarea.required:focus{-webkit-box-shadow:0 0 0 3px rgba(27,161,226,.45)!important;box-shadow:0 0 0 3px rgba(27,161,226,.45)!important}.file.invalid,.input.invalid,.select.invalid,.spinner.invalid,.tag-input.invalid,.textarea.invalid,input[type=datetime-local].invalid,input[type=email].invalid,input[type=file].invalid,input[type=month].invalid,input[type=number].invalid,input[type=password].invalid,input[type=search].invalid,input[type=tel].invalid,input[type=text].invalid,input[type=time].invalid,input[type=url].invalid,input[type=week].invalid,select.invalid,textarea.invalid{border:1px #ce352c solid!important}.file.invalid.focused,.file.invalid:focus,.input.invalid.focused,.input.invalid:focus,.select.invalid.focused,.select.invalid:focus,.spinner.invalid.focused,.spinner.invalid:focus,.tag-input.invalid.focused,.tag-input.invalid:focus,.textarea.invalid.focused,.textarea.invalid:focus,input[type=datetime-local].invalid.focused,input[type=datetime-local].invalid:focus,input[type=email].invalid.focused,input[type=email].invalid:focus,input[type=file].invalid.focused,input[type=file].invalid:focus,input[type=month].invalid.focused,input[type=month].invalid:focus,input[type=number].invalid.focused,input[type=number].invalid:focus,input[type=password].invalid.focused,input[type=password].invalid:focus,input[type=search].invalid.focused,input[type=search].invalid:focus,input[type=tel].invalid.focused,input[type=tel].invalid:focus,input[type=text].invalid.focused,input[type=text].invalid:focus,input[type=time].invalid.focused,input[type=time].invalid:focus,input[type=url].invalid.focused,input[type=url].invalid:focus,input[type=week].invalid.focused,input[type=week].invalid:focus,select.invalid.focused,select.invalid:focus,textarea.invalid.focused,textarea.invalid:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45)!important;box-shadow:0 0 0 3px rgba(206,53,44,.45)!important}.file.invalid::after,.input.invalid::after,.select.invalid::after,.spinner.invalid::after,.tag-input.invalid::after,.textarea.invalid::after,input[type=datetime-local].invalid::after,input[type=email].invalid::after,input[type=file].invalid::after,input[type=month].invalid::after,input[type=number].invalid::after,input[type=password].invalid::after,input[type=search].invalid::after,input[type=tel].invalid::after,input[type=text].invalid::after,input[type=time].invalid::after,input[type=url].invalid::after,input[type=week].invalid::after,select.invalid::after,textarea.invalid::after{position:absolute;content:attr(data-exclaim);color:#ce352c;left:-16px;top:0;font-size:1.625rem;font-weight:700}.file.valid,.input.valid,.select.valid,.spinner.valid,.tag-input.valid,.textarea.valid,input[type=datetime-local].valid,input[type=email].valid,input[type=file].valid,input[type=month].valid,input[type=number].valid,input[type=password].valid,input[type=search].valid,input[type=tel].valid,input[type=text].valid,input[type=time].valid,input[type=url].valid,input[type=week].valid,select.valid,textarea.valid{border:1px #60a917 solid!important}.file.valid.focused,.file.valid:focus,.input.valid.focused,.input.valid:focus,.select.valid.focused,.select.valid:focus,.spinner.valid.focused,.spinner.valid:focus,.tag-input.valid.focused,.tag-input.valid:focus,.textarea.valid.focused,.textarea.valid:focus,input[type=datetime-local].valid.focused,input[type=datetime-local].valid:focus,input[type=email].valid.focused,input[type=email].valid:focus,input[type=file].valid.focused,input[type=file].valid:focus,input[type=month].valid.focused,input[type=month].valid:focus,input[type=number].valid.focused,input[type=number].valid:focus,input[type=password].valid.focused,input[type=password].valid:focus,input[type=search].valid.focused,input[type=search].valid:focus,input[type=tel].valid.focused,input[type=tel].valid:focus,input[type=text].valid.focused,input[type=text].valid:focus,input[type=time].valid.focused,input[type=time].valid:focus,input[type=url].valid.focused,input[type=url].valid:focus,input[type=week].valid.focused,input[type=week].valid:focus,select.valid.focused,select.valid:focus,textarea.valid.focused,textarea.valid:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45)!important;box-shadow:0 0 0 3px rgba(96,169,23,.45)!important}input[type=button],input[type=reset],input[type=submit]{width:auto}label{margin-bottom:.5rem}.file .append,.file .prepend,.input .append,.input .prepend,.select .append,.select .prepend,.spinner .append,.spinner .prepend,.tag-input .append,.tag-input .prepend,.textarea .append,.textarea .prepend{padding:.5rem .75rem;background-color:#f8f8f8;color:#1d1d1d;line-height:1.25rem;white-space:nowrap}.hidden-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file.disabled .caption,.file.disabled .select-input,.file.disabled .stars li,.file.disabled input,.file.disabled select,.file.disabled textarea,.file:disabled .caption,.file:disabled .select-input,.file:disabled .stars li,.file:disabled input,.file:disabled select,.file:disabled textarea,.input.disabled .caption,.input.disabled .select-input,.input.disabled .stars li,.input.disabled input,.input.disabled select,.input.disabled textarea,.input:disabled .caption,.input:disabled .select-input,.input:disabled .stars li,.input:disabled input,.input:disabled select,.input:disabled textarea,.rating.disabled .caption,.rating.disabled .select-input,.rating.disabled .stars li,.rating.disabled input,.rating.disabled select,.rating.disabled textarea,.rating:disabled .caption,.rating:disabled .select-input,.rating:disabled .stars li,.rating:disabled input,.rating:disabled select,.rating:disabled textarea,.select.disabled .caption,.select.disabled .select-input,.select.disabled .stars li,.select.disabled input,.select.disabled select,.select.disabled textarea,.select:disabled .caption,.select:disabled .select-input,.select:disabled .stars li,.select:disabled input,.select:disabled select,.select:disabled textarea,.spinner.disabled .caption,.spinner.disabled .select-input,.spinner.disabled .stars li,.spinner.disabled input,.spinner.disabled select,.spinner.disabled textarea,.spinner:disabled .caption,.spinner:disabled .select-input,.spinner:disabled .stars li,.spinner:disabled input,.spinner:disabled select,.spinner:disabled textarea,.tag-input.disabled .caption,.tag-input.disabled .select-input,.tag-input.disabled .stars li,.tag-input.disabled input,.tag-input.disabled select,.tag-input.disabled textarea,.tag-input:disabled .caption,.tag-input:disabled .select-input,.tag-input:disabled .stars li,.tag-input:disabled input,.tag-input:disabled select,.tag-input:disabled textarea,.textarea.disabled .caption,.textarea.disabled .select-input,.textarea.disabled .stars li,.textarea.disabled input,.textarea.disabled select,.textarea.disabled textarea,.textarea:disabled .caption,.textarea:disabled .select-input,.textarea:disabled .stars li,.textarea:disabled input,.textarea:disabled select,.textarea:disabled textarea{background:0 0;color:#989898}.file.disabled .button-group,.file:disabled .button-group,.input.disabled .button-group,.input:disabled .button-group,.rating.disabled .button-group,.rating:disabled .button-group,.select.disabled .button-group,.select:disabled .button-group,.spinner.disabled .button-group,.spinner:disabled .button-group,.tag-input.disabled .button-group,.tag-input:disabled .button-group,.textarea.disabled .button-group,.textarea:disabled .button-group{display:none}.invalid_feedback{font-size:.9em;color:#ce352c}.custom-validation input[required]:valid,.custom-validation select[required]:valid,.custom-validation textarea[required]:valid{border-color:#60a917}.custom-validation input[required]:valid+.invalid_feedback,.custom-validation select[required]:valid+.invalid_feedback,.custom-validation textarea[required]:valid+.invalid_feedback{display:none}.custom-validation input[required]:invalid,.custom-validation select[required]:invalid,.custom-validation textarea[required]:invalid{border-color:#ce352c}.custom-validation input[required]:invalid+.invalid_feedback,.custom-validation select[required]:invalid+.invalid_feedback,.custom-validation textarea[required]:invalid+.invalid_feedback{display:block}.invalid_feedback{display:none}.invalid+.invalid_feedback,.invalid>.invalid_feedback{display:block!important}::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-search-results-button{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset;background-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}.step-list{margin:0 0 0 3em;padding:0;list-style-type:none;counter-reset:li}.step-list>li{border-left:1px #ccc solid;position:relative;padding:0 .625rem;margin:.625rem;vertical-align:top}.step-list>li::before{position:absolute;content:counter(li);counter-increment:li;font-size:2rem;color:#e4e4e4;left:0;top:.3125rem;margin-left:-2em;width:1.8em;text-align:right}.custom-list-marker{list-style:none inside}.custom-list-marker li{position:relative;padding-left:1.2em}.custom-list-marker li::before{content:attr(data-marker);position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.feed-list,.items-list{margin:0;padding:4px;position:relative;display:block;list-style:none inside}.feed-list .item,.feed-list>li,.items-list .item,.items-list>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:56px;padding:8px 16px;vertical-align:middle;overflow:hidden;cursor:default}.feed-list .item .avatar,.feed-list>li .avatar,.items-list .item .avatar,.items-list>li .avatar{width:42px;height:42px;border-radius:50%;position:absolute;left:16px;top:50%;margin-top:-21px;font-size:32px;line-height:42px}.feed-list .item .second-action,.feed-list>li .second-action,.items-list .item .second-action,.items-list>li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;line-height:24px;top:50%;margin-top:-12px;cursor:pointer}.feed-list .item .label,.feed-list .item .second-label,.feed-list>li .label,.feed-list>li .second-label,.items-list .item .label,.items-list .item .second-label,.items-list>li .label,.items-list>li .second-label{display:block}.feed-list .item .label,.feed-list>li .label,.items-list .item .label,.items-list>li .label{line-height:1}.feed-list .item .second-label,.feed-list>li .second-label,.items-list .item .second-label,.items-list>li .second-label{font-size:.9em;color:#989898;line-height:1}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label,.items-list .item .avatar~.label,.items-list .item .avatar~.second-label,.items-list>li .avatar~.label,.items-list>li .avatar~.second-label{padding-left:56px}.feed-list .item+.item,.items-list .item+.item{border-top:1px #dfdfdf solid}.feed-list>li+li,.items-list>li+li{border-top:1px #dfdfdf solid}.feed-list .title{padding:0 16px;font-size:18px;font-weight:500;height:36px;line-height:36px;display:block}.feed-list .item+.title,.feed-list li+.title{margin-top:32px}.feed-list .title+.item,.feed-list .title+li,.feed-list li+.title{border-top:1px transparent solid}.feed-list .item,.feed-list>li{height:104px;padding:16px 0;-ms-flex-pack:distribute;justify-content:space-around}.feed-list .item .avatar,.feed-list>li .avatar{position:absolute;top:16px;left:16px;width:96px;height:72px;border-radius:0;margin-top:0}.feed-list .item .second-label,.feed-list>li .second-label{font-size:10px}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label{margin-left:128px;margin-right:16px;padding-left:0}.feed-list .item .avatar.on-right,.feed-list>li .avatar.on-right{float:none;left:auto;right:16px}.feed-list .item .avatar.on-right~.label,.feed-list .item .avatar.on-right~.second-label,.feed-list>li .avatar.on-right~.label,.feed-list>li .avatar.on-right~.second-label{margin-left:16px;margin-right:128px}.group-list{margin:0;position:relative;display:block;list-style:none inside;border:1px solid #dfdfdf}.group-list .item,.group-list>li{display:block;position:relative;padding:4px 8px}.group-list .item+.item,.group-list>li+li{border-top:1px solid #dfdfdf}.group-list.horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-list.horizontal .item,.group-list.horizontal>li{-ms-flex-preferred-size:100%;flex-basis:100%}.group-list.horizontal .item+.item,.group-list.horizontal>li+li{border-top:none;border-left:1px solid #dfdfdf}.inline-list{list-style:none;padding-left:0;margin-left:0}.inline-list li{display:inline-block;margin-right:.625rem}.inline-list li:last-child{margin-right:0}.unstyled-list{list-style:none inside;margin-left:0}ol.decimal{list-style-type:decimal}ol.roman-upper{list-style-type:upper-roman}ol.roman-lower{list-style-type:lower-roman}ol.alpha-upper{list-style-type:upper-alpha}ol.alpha-lower{list-style-type:lower-alpha}ol.latin-upper{list-style-type:upper-latin}ol.latin-lower{list-style-type:lower-latin}.no-style{list-style-type:none}.overlay{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.5);z-index:1040}.overlay.transparent{background-color:rgba(255,255,255,0)}.global-overlay{z-index:2000!important}.global-dialog{z-index:2001!important}.fixed-bottom,.fixed-top{position:fixed;left:0;right:0;width:100%}.fixed-top{top:0;bottom:auto}.fixed-bottom{top:auto;bottom:0}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-static{position:static!important}.pos-fixed{position:fixed!important}.put-n{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}.put-left{left:0!important;right:auto!important}.put-right{left:auto!important;right:0!important}.pos-top-left{top:0!important;left:0!important;right:auto!important;bottom:auto!important}.pos-top-center{top:0!important;left:50%!important;right:auto!important;bottom:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-top-right{right:0!important;top:0!important;left:auto!important;bottom:auto!important}.pos-bottom-left{top:auto!important;right:auto!important;left:0!important;bottom:0!important}.pos-bottom-center{top:auto!important;left:50%!important;bottom:0!important;right:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-bottom-right{bottom:0!important;right:0!important;top:auto!important;left:auto!important}.pos-left-center{left:0!important;top:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-right-center{right:0;top:50%;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-center{top:50%!important;left:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.z-absolute{z-index:500!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-popover{z-index:1060!important}.z-tooltip{z-index:1070!important}.z-top{z-index:1080!important}.z-notify{z-index:1085!important}.z-charms{z-index:1090!important}.z-overlay{z-index:2000!important}.z-fullscreen{z-index:2147483647!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-6{z-index:6!important}.z-7{z-index:7!important}.z-8{z-index:8!important}.z-9{z-index:9!important}.z-10{z-index:10!important}@media screen and (min-width:0){.pos-relative-fs{position:relative!important}.pos-absolute-fs{position:absolute!important}.pos-static-fs{position:static!important}.pos-fixed-fs{position:fixed!important}.put-left-fs{left:0!important;right:auto!important}.put-right-fs{left:auto!important;right:0!important}.put-n-fs{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-fs{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-fs{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-fs{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-fs{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-fs{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-fs{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-fs{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-fs{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-fs{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-fs{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-fs{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:576px){.pos-relative-sm{position:relative!important}.pos-absolute-sm{position:absolute!important}.pos-static-sm{position:static!important}.pos-fixed-sm{position:fixed!important}.put-left-sm{left:0!important;right:auto!important}.put-right-sm{left:auto!important;right:0!important}.put-n-sm{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-sm{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-sm{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-sm{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-sm{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-sm{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-sm{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-sm{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-sm{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-sm{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-sm{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-sm{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:768px){.pos-relative-md{position:relative!important}.pos-absolute-md{position:absolute!important}.pos-static-md{position:static!important}.pos-fixed-md{position:fixed!important}.put-left-md{left:0!important;right:auto!important}.put-right-md{left:auto!important;right:0!important}.put-n-md{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-md{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-md{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-md{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-md{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-md{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-md{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-md{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-md{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-md{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-md{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-md{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:992px){.pos-relative-lg{position:relative!important}.pos-absolute-lg{position:absolute!important}.pos-static-lg{position:static!important}.pos-fixed-lg{position:fixed!important}.put-left-lg{left:0!important;right:auto!important}.put-right-lg{left:auto!important;right:0!important}.put-n-lg{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-lg{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-lg{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-lg{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-lg{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-lg{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-lg{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-lg{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-lg{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-lg{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-lg{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-lg{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1200px){.pos-relative-xl{position:relative!important}.pos-absolute-xl{position:absolute!important}.pos-static-xl{position:static!important}.pos-fixed-xl{position:fixed!important}.put-left-xl{left:0!important;right:auto!important}.put-right-xl{left:auto!important;right:0!important}.put-n-xl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1452px){.pos-relative-xxl{position:relative!important}.pos-absolute-xxl{position:absolute!important}.pos-static-xxl{position:static!important}.pos-fixed-xxl{position:fixed!important}.put-left-xxl{left:0!important;right:auto!important}.put-right-xxl{left:auto!important;right:0!important}.put-n-xxl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xxl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xxl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}.no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.no-shadow-text{text-shadow:none!important}.simple-shadow{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.drop-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.4);box-shadow:2px 2px 5px 0 rgba(0,0,0,.4)}.win-shadow{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.ribbon-shadow{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7)}.shadow-1{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.shadow-2{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.shadow-3{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.shadow-4{-webkit-box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22)}.shadow-5{-webkit-box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2);box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2)}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-fs{width:0!important}.w-sm{width:576px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1452px!important}.h-vh-25{height:25vh!important}.h-vw-25{height:25vw!important}.w-vh-25{width:25vh!important}.w-vw-25{width:25vw!important}.h-25{height:25%!important}.w-25{width:25%!important}.mh-25{max-height:25%!important}.mw-25{max-width:25%!important}.h-vh-33{height:33vh!important}.h-vw-33{height:33vw!important}.w-vh-33{width:33vh!important}.w-vw-33{width:33vw!important}.h-33{height:33%!important}.w-33{width:33%!important}.mh-33{max-height:33%!important}.mw-33{max-width:33%!important}.h-vh-50{height:50vh!important}.h-vw-50{height:50vw!important}.w-vh-50{width:50vh!important}.w-vw-50{width:50vw!important}.h-50{height:50%!important}.w-50{width:50%!important}.mh-50{max-height:50%!important}.mw-50{max-width:50%!important}.h-vh-75{height:75vh!important}.h-vw-75{height:75vw!important}.w-vh-75{width:75vh!important}.w-vw-75{width:75vw!important}.h-75{height:75%!important}.w-75{width:75%!important}.mh-75{max-height:75%!important}.mw-75{max-width:75%!important}.h-vh-100{height:100vh!important}.h-vw-100{height:100vw!important}.w-vh-100{width:100vh!important}.w-vw-100{width:100vw!important}.h-100{height:100%!important}.w-100{width:100%!important}.mh-100{max-height:100%!important}.mw-100{max-width:100%!important}@media screen and (min-width:0){.w-auto-fs{width:auto!important}.h-auto-fs{height:auto!important}.h-vh-25-fs{height:25vh!important}.h-vw-25-fs{height:25vw!important}.w-vh-25-fs{width:25vh!important}.w-vw-25-fs{width:25vw!important}.h-25-fs{height:25%!important}.w-25-fs{width:25%!important}.mh-25-fs{max-height:25%!important}.mw-25-fs{max-width:25%!important}.h-vh-33-fs{height:33vh!important}.h-vw-33-fs{height:33vw!important}.w-vh-33-fs{width:33vh!important}.w-vw-33-fs{width:33vw!important}.h-33-fs{height:33%!important}.w-33-fs{width:33%!important}.mh-33-fs{max-height:33%!important}.mw-33-fs{max-width:33%!important}.h-vh-50-fs{height:50vh!important}.h-vw-50-fs{height:50vw!important}.w-vh-50-fs{width:50vh!important}.w-vw-50-fs{width:50vw!important}.h-50-fs{height:50%!important}.w-50-fs{width:50%!important}.mh-50-fs{max-height:50%!important}.mw-50-fs{max-width:50%!important}.h-vh-75-fs{height:75vh!important}.h-vw-75-fs{height:75vw!important}.w-vh-75-fs{width:75vh!important}.w-vw-75-fs{width:75vw!important}.h-75-fs{height:75%!important}.w-75-fs{width:75%!important}.mh-75-fs{max-height:75%!important}.mw-75-fs{max-width:75%!important}.h-vh-100-fs{height:100vh!important}.h-vw-100-fs{height:100vw!important}.w-vh-100-fs{width:100vh!important}.w-vw-100-fs{width:100vw!important}.h-100-fs{height:100%!important}.w-100-fs{width:100%!important}.mh-100-fs{max-height:100%!important}.mw-100-fs{max-width:100%!important}}@media screen and (min-width:576px){.w-auto-sm{width:auto!important}.h-auto-sm{height:auto!important}.h-vh-25-sm{height:25vh!important}.h-vw-25-sm{height:25vw!important}.w-vh-25-sm{width:25vh!important}.w-vw-25-sm{width:25vw!important}.h-25-sm{height:25%!important}.w-25-sm{width:25%!important}.mh-25-sm{max-height:25%!important}.mw-25-sm{max-width:25%!important}.h-vh-33-sm{height:33vh!important}.h-vw-33-sm{height:33vw!important}.w-vh-33-sm{width:33vh!important}.w-vw-33-sm{width:33vw!important}.h-33-sm{height:33%!important}.w-33-sm{width:33%!important}.mh-33-sm{max-height:33%!important}.mw-33-sm{max-width:33%!important}.h-vh-50-sm{height:50vh!important}.h-vw-50-sm{height:50vw!important}.w-vh-50-sm{width:50vh!important}.w-vw-50-sm{width:50vw!important}.h-50-sm{height:50%!important}.w-50-sm{width:50%!important}.mh-50-sm{max-height:50%!important}.mw-50-sm{max-width:50%!important}.h-vh-75-sm{height:75vh!important}.h-vw-75-sm{height:75vw!important}.w-vh-75-sm{width:75vh!important}.w-vw-75-sm{width:75vw!important}.h-75-sm{height:75%!important}.w-75-sm{width:75%!important}.mh-75-sm{max-height:75%!important}.mw-75-sm{max-width:75%!important}.h-vh-100-sm{height:100vh!important}.h-vw-100-sm{height:100vw!important}.w-vh-100-sm{width:100vh!important}.w-vw-100-sm{width:100vw!important}.h-100-sm{height:100%!important}.w-100-sm{width:100%!important}.mh-100-sm{max-height:100%!important}.mw-100-sm{max-width:100%!important}}@media screen and (min-width:768px){.w-auto-md{width:auto!important}.h-auto-md{height:auto!important}.h-vh-25-md{height:25vh!important}.h-vw-25-md{height:25vw!important}.w-vh-25-md{width:25vh!important}.w-vw-25-md{width:25vw!important}.h-25-md{height:25%!important}.w-25-md{width:25%!important}.mh-25-md{max-height:25%!important}.mw-25-md{max-width:25%!important}.h-vh-33-md{height:33vh!important}.h-vw-33-md{height:33vw!important}.w-vh-33-md{width:33vh!important}.w-vw-33-md{width:33vw!important}.h-33-md{height:33%!important}.w-33-md{width:33%!important}.mh-33-md{max-height:33%!important}.mw-33-md{max-width:33%!important}.h-vh-50-md{height:50vh!important}.h-vw-50-md{height:50vw!important}.w-vh-50-md{width:50vh!important}.w-vw-50-md{width:50vw!important}.h-50-md{height:50%!important}.w-50-md{width:50%!important}.mh-50-md{max-height:50%!important}.mw-50-md{max-width:50%!important}.h-vh-75-md{height:75vh!important}.h-vw-75-md{height:75vw!important}.w-vh-75-md{width:75vh!important}.w-vw-75-md{width:75vw!important}.h-75-md{height:75%!important}.w-75-md{width:75%!important}.mh-75-md{max-height:75%!important}.mw-75-md{max-width:75%!important}.h-vh-100-md{height:100vh!important}.h-vw-100-md{height:100vw!important}.w-vh-100-md{width:100vh!important}.w-vw-100-md{width:100vw!important}.h-100-md{height:100%!important}.w-100-md{width:100%!important}.mh-100-md{max-height:100%!important}.mw-100-md{max-width:100%!important}}@media screen and (min-width:992px){.w-auto-lg{width:auto!important}.h-auto-lg{height:auto!important}.h-vh-25-lg{height:25vh!important}.h-vw-25-lg{height:25vw!important}.w-vh-25-lg{width:25vh!important}.w-vw-25-lg{width:25vw!important}.h-25-lg{height:25%!important}.w-25-lg{width:25%!important}.mh-25-lg{max-height:25%!important}.mw-25-lg{max-width:25%!important}.h-vh-33-lg{height:33vh!important}.h-vw-33-lg{height:33vw!important}.w-vh-33-lg{width:33vh!important}.w-vw-33-lg{width:33vw!important}.h-33-lg{height:33%!important}.w-33-lg{width:33%!important}.mh-33-lg{max-height:33%!important}.mw-33-lg{max-width:33%!important}.h-vh-50-lg{height:50vh!important}.h-vw-50-lg{height:50vw!important}.w-vh-50-lg{width:50vh!important}.w-vw-50-lg{width:50vw!important}.h-50-lg{height:50%!important}.w-50-lg{width:50%!important}.mh-50-lg{max-height:50%!important}.mw-50-lg{max-width:50%!important}.h-vh-75-lg{height:75vh!important}.h-vw-75-lg{height:75vw!important}.w-vh-75-lg{width:75vh!important}.w-vw-75-lg{width:75vw!important}.h-75-lg{height:75%!important}.w-75-lg{width:75%!important}.mh-75-lg{max-height:75%!important}.mw-75-lg{max-width:75%!important}.h-vh-100-lg{height:100vh!important}.h-vw-100-lg{height:100vw!important}.w-vh-100-lg{width:100vh!important}.w-vw-100-lg{width:100vw!important}.h-100-lg{height:100%!important}.w-100-lg{width:100%!important}.mh-100-lg{max-height:100%!important}.mw-100-lg{max-width:100%!important}}@media screen and (min-width:1200px){.w-auto-xl{width:auto!important}.h-auto-xl{height:auto!important}.h-vh-25-xl{height:25vh!important}.h-vw-25-xl{height:25vw!important}.w-vh-25-xl{width:25vh!important}.w-vw-25-xl{width:25vw!important}.h-25-xl{height:25%!important}.w-25-xl{width:25%!important}.mh-25-xl{max-height:25%!important}.mw-25-xl{max-width:25%!important}.h-vh-33-xl{height:33vh!important}.h-vw-33-xl{height:33vw!important}.w-vh-33-xl{width:33vh!important}.w-vw-33-xl{width:33vw!important}.h-33-xl{height:33%!important}.w-33-xl{width:33%!important}.mh-33-xl{max-height:33%!important}.mw-33-xl{max-width:33%!important}.h-vh-50-xl{height:50vh!important}.h-vw-50-xl{height:50vw!important}.w-vh-50-xl{width:50vh!important}.w-vw-50-xl{width:50vw!important}.h-50-xl{height:50%!important}.w-50-xl{width:50%!important}.mh-50-xl{max-height:50%!important}.mw-50-xl{max-width:50%!important}.h-vh-75-xl{height:75vh!important}.h-vw-75-xl{height:75vw!important}.w-vh-75-xl{width:75vh!important}.w-vw-75-xl{width:75vw!important}.h-75-xl{height:75%!important}.w-75-xl{width:75%!important}.mh-75-xl{max-height:75%!important}.mw-75-xl{max-width:75%!important}.h-vh-100-xl{height:100vh!important}.h-vw-100-xl{height:100vw!important}.w-vh-100-xl{width:100vh!important}.w-vw-100-xl{width:100vw!important}.h-100-xl{height:100%!important}.w-100-xl{width:100%!important}.mh-100-xl{max-height:100%!important}.mw-100-xl{max-width:100%!important}}@media screen and (min-width:1452px){.w-auto-xxl{width:auto!important}.h-auto-xxl{height:auto!important}.h-vh-25-xxl{height:25vh!important}.h-vw-25-xxl{height:25vw!important}.w-vh-25-xxl{width:25vh!important}.w-vw-25-xxl{width:25vw!important}.h-25-xxl{height:25%!important}.w-25-xxl{width:25%!important}.mh-25-xxl{max-height:25%!important}.mw-25-xxl{max-width:25%!important}.h-vh-33-xxl{height:33vh!important}.h-vw-33-xxl{height:33vw!important}.w-vh-33-xxl{width:33vh!important}.w-vw-33-xxl{width:33vw!important}.h-33-xxl{height:33%!important}.w-33-xxl{width:33%!important}.mh-33-xxl{max-height:33%!important}.mw-33-xxl{max-width:33%!important}.h-vh-50-xxl{height:50vh!important}.h-vw-50-xxl{height:50vw!important}.w-vh-50-xxl{width:50vh!important}.w-vw-50-xxl{width:50vw!important}.h-50-xxl{height:50%!important}.w-50-xxl{width:50%!important}.mh-50-xxl{max-height:50%!important}.mw-50-xxl{max-width:50%!important}.h-vh-75-xxl{height:75vh!important}.h-vw-75-xxl{height:75vw!important}.w-vh-75-xxl{width:75vh!important}.w-vw-75-xxl{width:75vw!important}.h-75-xxl{height:75%!important}.w-75-xxl{width:75%!important}.mh-75-xxl{max-height:75%!important}.mw-75-xxl{max-width:75%!important}.h-vh-100-xxl{height:100vh!important}.h-vw-100-xxl{height:100vw!important}.w-vh-100-xxl{width:100vh!important}.w-vw-100-xxl{width:100vw!important}.h-100-xxl{height:100%!important}.w-100-xxl{width:100%!important}.mh-100-xxl{max-height:100%!important}.mw-100-xxl{max-width:100%!important}}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-left:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-1{padding:4px!important}.pr-1{padding-right:4px!important}.pl-1{padding-left:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.m-1{margin:4px!important}.mr-1{margin-right:4px!important}.ml-1{margin-left:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mr-1-minus{margin-right:-4px!important}.ml-1-minus{margin-left:-4px!important}.mt-1-minus{margin-top:-4px!important}.mb-1-minus{margin-bottom:-4px!important}.p-2{padding:8px!important}.pr-2{padding-right:8px!important}.pl-2{padding-left:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.m-2{margin:8px!important}.mr-2{margin-right:8px!important}.ml-2{margin-left:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mr-2-minus{margin-right:-8px!important}.ml-2-minus{margin-left:-8px!important}.mt-2-minus{margin-top:-8px!important}.mb-2-minus{margin-bottom:-8px!important}.p-3{padding:12px!important}.pr-3{padding-right:12px!important}.pl-3{padding-left:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.m-3{margin:12px!important}.mr-3{margin-right:12px!important}.ml-3{margin-left:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.mr-3-minus{margin-right:-12px!important}.ml-3-minus{margin-left:-12px!important}.mt-3-minus{margin-top:-12px!important}.mb-3-minus{margin-bottom:-12px!important}.p-4{padding:16px!important}.pr-4{padding-right:16px!important}.pl-4{padding-left:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.m-4{margin:16px!important}.mr-4{margin-right:16px!important}.ml-4{margin-left:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.mr-4-minus{margin-right:-16px!important}.ml-4-minus{margin-left:-16px!important}.mt-4-minus{margin-top:-16px!important}.mb-4-minus{margin-bottom:-16px!important}.p-5{padding:20px!important}.pr-5{padding-right:20px!important}.pl-5{padding-left:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.m-5{margin:20px!important}.mr-5{margin-right:20px!important}.ml-5{margin-left:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.mr-5-minus{margin-right:-20px!important}.ml-5-minus{margin-left:-20px!important}.mt-5-minus{margin-top:-20px!important}.mb-5-minus{margin-bottom:-20px!important}.p-6{padding:24px!important}.pr-6{padding-right:24px!important}.pl-6{padding-left:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.m-6{margin:24px!important}.mr-6{margin-right:24px!important}.ml-6{margin-left:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.mr-6-minus{margin-right:-24px!important}.ml-6-minus{margin-left:-24px!important}.mt-6-minus{margin-top:-24px!important}.mb-6-minus{margin-bottom:-24px!important}.p-7{padding:28px!important}.pr-7{padding-right:28px!important}.pl-7{padding-left:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.m-7{margin:28px!important}.mr-7{margin-right:28px!important}.ml-7{margin-left:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.mr-7-minus{margin-right:-28px!important}.ml-7-minus{margin-left:-28px!important}.mt-7-minus{margin-top:-28px!important}.mb-7-minus{margin-bottom:-28px!important}.p-8{padding:32px!important}.pr-8{padding-right:32px!important}.pl-8{padding-left:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.m-8{margin:32px!important}.mr-8{margin-right:32px!important}.ml-8{margin-left:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.mr-8-minus{margin-right:-32px!important}.ml-8-minus{margin-left:-32px!important}.mt-8-minus{margin-top:-32px!important}.mb-8-minus{margin-bottom:-32px!important}.p-9{padding:36px!important}.pr-9{padding-right:36px!important}.pl-9{padding-left:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.m-9{margin:36px!important}.mr-9{margin-right:36px!important}.ml-9{margin-left:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.mr-9-minus{margin-right:-36px!important}.ml-9-minus{margin-left:-36px!important}.mt-9-minus{margin-top:-36px!important}.mb-9-minus{margin-bottom:-36px!important}.p-10{padding:40px!important}.pr-10{padding-right:40px!important}.pl-10{padding-left:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.m-10{margin:40px!important}.mr-10{margin-right:40px!important}.ml-10{margin-left:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.mr-10-minus{margin-right:-40px!important}.ml-10-minus{margin-left:-40px!important}.mt-10-minus{margin-top:-40px!important}.mb-10-minus{margin-bottom:-40px!important}.p-11{padding:44px!important}.pr-11{padding-right:44px!important}.pl-11{padding-left:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.m-11{margin:44px!important}.mr-11{margin-right:44px!important}.ml-11{margin-left:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.mr-11-minus{margin-right:-44px!important}.ml-11-minus{margin-left:-44px!important}.mt-11-minus{margin-top:-44px!important}.mb-11-minus{margin-bottom:-44px!important}.p-12{padding:48px!important}.pr-12{padding-right:48px!important}.pl-12{padding-left:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.m-12{margin:48px!important}.mr-12{margin-right:48px!important}.ml-12{margin-left:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.mr-12-minus{margin-right:-48px!important}.ml-12-minus{margin-left:-48px!important}.mt-12-minus{margin-top:-48px!important}.mb-12-minus{margin-bottom:-48px!important}.p-13{padding:52px!important}.pr-13{padding-right:52px!important}.pl-13{padding-left:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.m-13{margin:52px!important}.mr-13{margin-right:52px!important}.ml-13{margin-left:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.mr-13-minus{margin-right:-52px!important}.ml-13-minus{margin-left:-52px!important}.mt-13-minus{margin-top:-52px!important}.mb-13-minus{margin-bottom:-52px!important}.p-14{padding:56px!important}.pr-14{padding-right:56px!important}.pl-14{padding-left:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.m-14{margin:56px!important}.mr-14{margin-right:56px!important}.ml-14{margin-left:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.mr-14-minus{margin-right:-56px!important}.ml-14-minus{margin-left:-56px!important}.mt-14-minus{margin-top:-56px!important}.mb-14-minus{margin-bottom:-56px!important}.p-15{padding:60px!important}.pr-15{padding-right:60px!important}.pl-15{padding-left:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.m-15{margin:60px!important}.mr-15{margin-right:60px!important}.ml-15{margin-left:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.mr-15-minus{margin-right:-60px!important}.ml-15-minus{margin-left:-60px!important}.mt-15-minus{margin-top:-60px!important}.mb-15-minus{margin-bottom:-60px!important}.p-16{padding:64px!important}.pr-16{padding-right:64px!important}.pl-16{padding-left:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.m-16{margin:64px!important}.mr-16{margin-right:64px!important}.ml-16{margin-left:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.mr-16-minus{margin-right:-64px!important}.ml-16-minus{margin-left:-64px!important}.mt-16-minus{margin-top:-64px!important}.mb-16-minus{margin-bottom:-64px!important}.p-17{padding:68px!important}.pr-17{padding-right:68px!important}.pl-17{padding-left:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.m-17{margin:68px!important}.mr-17{margin-right:68px!important}.ml-17{margin-left:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.mr-17-minus{margin-right:-68px!important}.ml-17-minus{margin-left:-68px!important}.mt-17-minus{margin-top:-68px!important}.mb-17-minus{margin-bottom:-68px!important}.p-18{padding:72px!important}.pr-18{padding-right:72px!important}.pl-18{padding-left:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.m-18{margin:72px!important}.mr-18{margin-right:72px!important}.ml-18{margin-left:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.mr-18-minus{margin-right:-72px!important}.ml-18-minus{margin-left:-72px!important}.mt-18-minus{margin-top:-72px!important}.mb-18-minus{margin-bottom:-72px!important}.p-19{padding:76px!important}.pr-19{padding-right:76px!important}.pl-19{padding-left:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.m-19{margin:76px!important}.mr-19{margin-right:76px!important}.ml-19{margin-left:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.mr-19-minus{margin-right:-76px!important}.ml-19-minus{margin-left:-76px!important}.mt-19-minus{margin-top:-76px!important}.mb-19-minus{margin-bottom:-76px!important}.p-20{padding:80px!important}.pr-20{padding-right:80px!important}.pl-20{padding-left:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.m-20{margin:80px!important}.mr-20{margin-right:80px!important}.ml-20{margin-left:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.mr-20-minus{margin-right:-80px!important}.ml-20-minus{margin-left:-80px!important}.mt-20-minus{margin-top:-80px!important}.mb-20-minus{margin-bottom:-80px!important}@media screen and (min-width:0){.mx-auto-fs{margin-left:auto!important;margin-right:auto!important}.ml-auto-fs{margin-left:auto!important}.mr-auto-fs{margin-right:auto!important}.mt-auto-fs{margin-top:auto!important}.mb-auto-fs{margin-bottom:auto!important}.p-0-fs{padding:0!important}.pl-0-fs{padding-left:0!important}.pr-0-fs{padding-right:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.m-0-fs{margin:0!important}.ml-0-fs{margin-left:0!important}.mr-0-fs{margin-right:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.p-0-fs{padding:0!important}.pr-0-fs{padding-right:0!important}.pl-0-fs{padding-left:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.px-0-fs{padding-left:0!important;padding-right:0!important}.py-0-fs{padding-top:0!important;padding-bottom:0!important}.m-0-fs{margin:0!important}.mr-0-fs{margin-right:0!important}.ml-0-fs{margin-left:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.mx-0-fs{margin-left:0!important;margin-right:0!important}.my-0-fs{margin-top:0!important;margin-bottom:0!important}.m-0-fs-minus{margin:0!important}.mr-0-fs-minus{margin-right:0!important}.ml-0-fs-minus{margin-left:0!important}.mt-0-fs-minus{margin-top:0!important}.mb-0-fs-minus{margin-bottom:0!important}.p-1-fs{padding:4px!important}.pr-1-fs{padding-right:4px!important}.pl-1-fs{padding-left:4px!important}.pt-1-fs{padding-top:4px!important}.pb-1-fs{padding-bottom:4px!important}.px-1-fs{padding-left:4px!important;padding-right:4px!important}.py-1-fs{padding-top:4px!important;padding-bottom:4px!important}.m-1-fs{margin:4px!important}.mr-1-fs{margin-right:4px!important}.ml-1-fs{margin-left:4px!important}.mt-1-fs{margin-top:4px!important}.mb-1-fs{margin-bottom:4px!important}.mx-1-fs{margin-left:4px!important;margin-right:4px!important}.my-1-fs{margin-top:4px!important;margin-bottom:4px!important}.m-1-fs-minus{margin:-4px!important}.mr-1-fs-minus{margin-right:-4px!important}.ml-1-fs-minus{margin-left:-4px!important}.mt-1-fs-minus{margin-top:-4px!important}.mb-1-fs-minus{margin-bottom:-4px!important}.p-2-fs{padding:8px!important}.pr-2-fs{padding-right:8px!important}.pl-2-fs{padding-left:8px!important}.pt-2-fs{padding-top:8px!important}.pb-2-fs{padding-bottom:8px!important}.px-2-fs{padding-left:8px!important;padding-right:8px!important}.py-2-fs{padding-top:8px!important;padding-bottom:8px!important}.m-2-fs{margin:8px!important}.mr-2-fs{margin-right:8px!important}.ml-2-fs{margin-left:8px!important}.mt-2-fs{margin-top:8px!important}.mb-2-fs{margin-bottom:8px!important}.mx-2-fs{margin-left:8px!important;margin-right:8px!important}.my-2-fs{margin-top:8px!important;margin-bottom:8px!important}.m-2-fs-minus{margin:-8px!important}.mr-2-fs-minus{margin-right:-8px!important}.ml-2-fs-minus{margin-left:-8px!important}.mt-2-fs-minus{margin-top:-8px!important}.mb-2-fs-minus{margin-bottom:-8px!important}.p-3-fs{padding:12px!important}.pr-3-fs{padding-right:12px!important}.pl-3-fs{padding-left:12px!important}.pt-3-fs{padding-top:12px!important}.pb-3-fs{padding-bottom:12px!important}.px-3-fs{padding-left:12px!important;padding-right:12px!important}.py-3-fs{padding-top:12px!important;padding-bottom:12px!important}.m-3-fs{margin:12px!important}.mr-3-fs{margin-right:12px!important}.ml-3-fs{margin-left:12px!important}.mt-3-fs{margin-top:12px!important}.mb-3-fs{margin-bottom:12px!important}.mx-3-fs{margin-left:12px!important;margin-right:12px!important}.my-3-fs{margin-top:12px!important;margin-bottom:12px!important}.m-3-fs-minus{margin:-12px!important}.mr-3-fs-minus{margin-right:-12px!important}.ml-3-fs-minus{margin-left:-12px!important}.mt-3-fs-minus{margin-top:-12px!important}.mb-3-fs-minus{margin-bottom:-12px!important}.p-4-fs{padding:16px!important}.pr-4-fs{padding-right:16px!important}.pl-4-fs{padding-left:16px!important}.pt-4-fs{padding-top:16px!important}.pb-4-fs{padding-bottom:16px!important}.px-4-fs{padding-left:16px!important;padding-right:16px!important}.py-4-fs{padding-top:16px!important;padding-bottom:16px!important}.m-4-fs{margin:16px!important}.mr-4-fs{margin-right:16px!important}.ml-4-fs{margin-left:16px!important}.mt-4-fs{margin-top:16px!important}.mb-4-fs{margin-bottom:16px!important}.mx-4-fs{margin-left:16px!important;margin-right:16px!important}.my-4-fs{margin-top:16px!important;margin-bottom:16px!important}.m-4-fs-minus{margin:-16px!important}.mr-4-fs-minus{margin-right:-16px!important}.ml-4-fs-minus{margin-left:-16px!important}.mt-4-fs-minus{margin-top:-16px!important}.mb-4-fs-minus{margin-bottom:-16px!important}.p-5-fs{padding:20px!important}.pr-5-fs{padding-right:20px!important}.pl-5-fs{padding-left:20px!important}.pt-5-fs{padding-top:20px!important}.pb-5-fs{padding-bottom:20px!important}.px-5-fs{padding-left:20px!important;padding-right:20px!important}.py-5-fs{padding-top:20px!important;padding-bottom:20px!important}.m-5-fs{margin:20px!important}.mr-5-fs{margin-right:20px!important}.ml-5-fs{margin-left:20px!important}.mt-5-fs{margin-top:20px!important}.mb-5-fs{margin-bottom:20px!important}.mx-5-fs{margin-left:20px!important;margin-right:20px!important}.my-5-fs{margin-top:20px!important;margin-bottom:20px!important}.m-5-fs-minus{margin:-20px!important}.mr-5-fs-minus{margin-right:-20px!important}.ml-5-fs-minus{margin-left:-20px!important}.mt-5-fs-minus{margin-top:-20px!important}.mb-5-fs-minus{margin-bottom:-20px!important}.p-6-fs{padding:24px!important}.pr-6-fs{padding-right:24px!important}.pl-6-fs{padding-left:24px!important}.pt-6-fs{padding-top:24px!important}.pb-6-fs{padding-bottom:24px!important}.px-6-fs{padding-left:24px!important;padding-right:24px!important}.py-6-fs{padding-top:24px!important;padding-bottom:24px!important}.m-6-fs{margin:24px!important}.mr-6-fs{margin-right:24px!important}.ml-6-fs{margin-left:24px!important}.mt-6-fs{margin-top:24px!important}.mb-6-fs{margin-bottom:24px!important}.mx-6-fs{margin-left:24px!important;margin-right:24px!important}.my-6-fs{margin-top:24px!important;margin-bottom:24px!important}.m-6-fs-minus{margin:-24px!important}.mr-6-fs-minus{margin-right:-24px!important}.ml-6-fs-minus{margin-left:-24px!important}.mt-6-fs-minus{margin-top:-24px!important}.mb-6-fs-minus{margin-bottom:-24px!important}.p-7-fs{padding:28px!important}.pr-7-fs{padding-right:28px!important}.pl-7-fs{padding-left:28px!important}.pt-7-fs{padding-top:28px!important}.pb-7-fs{padding-bottom:28px!important}.px-7-fs{padding-left:28px!important;padding-right:28px!important}.py-7-fs{padding-top:28px!important;padding-bottom:28px!important}.m-7-fs{margin:28px!important}.mr-7-fs{margin-right:28px!important}.ml-7-fs{margin-left:28px!important}.mt-7-fs{margin-top:28px!important}.mb-7-fs{margin-bottom:28px!important}.mx-7-fs{margin-left:28px!important;margin-right:28px!important}.my-7-fs{margin-top:28px!important;margin-bottom:28px!important}.m-7-fs-minus{margin:-28px!important}.mr-7-fs-minus{margin-right:-28px!important}.ml-7-fs-minus{margin-left:-28px!important}.mt-7-fs-minus{margin-top:-28px!important}.mb-7-fs-minus{margin-bottom:-28px!important}.p-8-fs{padding:32px!important}.pr-8-fs{padding-right:32px!important}.pl-8-fs{padding-left:32px!important}.pt-8-fs{padding-top:32px!important}.pb-8-fs{padding-bottom:32px!important}.px-8-fs{padding-left:32px!important;padding-right:32px!important}.py-8-fs{padding-top:32px!important;padding-bottom:32px!important}.m-8-fs{margin:32px!important}.mr-8-fs{margin-right:32px!important}.ml-8-fs{margin-left:32px!important}.mt-8-fs{margin-top:32px!important}.mb-8-fs{margin-bottom:32px!important}.mx-8-fs{margin-left:32px!important;margin-right:32px!important}.my-8-fs{margin-top:32px!important;margin-bottom:32px!important}.m-8-fs-minus{margin:-32px!important}.mr-8-fs-minus{margin-right:-32px!important}.ml-8-fs-minus{margin-left:-32px!important}.mt-8-fs-minus{margin-top:-32px!important}.mb-8-fs-minus{margin-bottom:-32px!important}.p-9-fs{padding:36px!important}.pr-9-fs{padding-right:36px!important}.pl-9-fs{padding-left:36px!important}.pt-9-fs{padding-top:36px!important}.pb-9-fs{padding-bottom:36px!important}.px-9-fs{padding-left:36px!important;padding-right:36px!important}.py-9-fs{padding-top:36px!important;padding-bottom:36px!important}.m-9-fs{margin:36px!important}.mr-9-fs{margin-right:36px!important}.ml-9-fs{margin-left:36px!important}.mt-9-fs{margin-top:36px!important}.mb-9-fs{margin-bottom:36px!important}.mx-9-fs{margin-left:36px!important;margin-right:36px!important}.my-9-fs{margin-top:36px!important;margin-bottom:36px!important}.m-9-fs-minus{margin:-36px!important}.mr-9-fs-minus{margin-right:-36px!important}.ml-9-fs-minus{margin-left:-36px!important}.mt-9-fs-minus{margin-top:-36px!important}.mb-9-fs-minus{margin-bottom:-36px!important}.p-10-fs{padding:40px!important}.pr-10-fs{padding-right:40px!important}.pl-10-fs{padding-left:40px!important}.pt-10-fs{padding-top:40px!important}.pb-10-fs{padding-bottom:40px!important}.px-10-fs{padding-left:40px!important;padding-right:40px!important}.py-10-fs{padding-top:40px!important;padding-bottom:40px!important}.m-10-fs{margin:40px!important}.mr-10-fs{margin-right:40px!important}.ml-10-fs{margin-left:40px!important}.mt-10-fs{margin-top:40px!important}.mb-10-fs{margin-bottom:40px!important}.mx-10-fs{margin-left:40px!important;margin-right:40px!important}.my-10-fs{margin-top:40px!important;margin-bottom:40px!important}.m-10-fs-minus{margin:-40px!important}.mr-10-fs-minus{margin-right:-40px!important}.ml-10-fs-minus{margin-left:-40px!important}.mt-10-fs-minus{margin-top:-40px!important}.mb-10-fs-minus{margin-bottom:-40px!important}.p-11-fs{padding:44px!important}.pr-11-fs{padding-right:44px!important}.pl-11-fs{padding-left:44px!important}.pt-11-fs{padding-top:44px!important}.pb-11-fs{padding-bottom:44px!important}.px-11-fs{padding-left:44px!important;padding-right:44px!important}.py-11-fs{padding-top:44px!important;padding-bottom:44px!important}.m-11-fs{margin:44px!important}.mr-11-fs{margin-right:44px!important}.ml-11-fs{margin-left:44px!important}.mt-11-fs{margin-top:44px!important}.mb-11-fs{margin-bottom:44px!important}.mx-11-fs{margin-left:44px!important;margin-right:44px!important}.my-11-fs{margin-top:44px!important;margin-bottom:44px!important}.m-11-fs-minus{margin:-44px!important}.mr-11-fs-minus{margin-right:-44px!important}.ml-11-fs-minus{margin-left:-44px!important}.mt-11-fs-minus{margin-top:-44px!important}.mb-11-fs-minus{margin-bottom:-44px!important}.p-12-fs{padding:48px!important}.pr-12-fs{padding-right:48px!important}.pl-12-fs{padding-left:48px!important}.pt-12-fs{padding-top:48px!important}.pb-12-fs{padding-bottom:48px!important}.px-12-fs{padding-left:48px!important;padding-right:48px!important}.py-12-fs{padding-top:48px!important;padding-bottom:48px!important}.m-12-fs{margin:48px!important}.mr-12-fs{margin-right:48px!important}.ml-12-fs{margin-left:48px!important}.mt-12-fs{margin-top:48px!important}.mb-12-fs{margin-bottom:48px!important}.mx-12-fs{margin-left:48px!important;margin-right:48px!important}.my-12-fs{margin-top:48px!important;margin-bottom:48px!important}.m-12-fs-minus{margin:-48px!important}.mr-12-fs-minus{margin-right:-48px!important}.ml-12-fs-minus{margin-left:-48px!important}.mt-12-fs-minus{margin-top:-48px!important}.mb-12-fs-minus{margin-bottom:-48px!important}.p-13-fs{padding:52px!important}.pr-13-fs{padding-right:52px!important}.pl-13-fs{padding-left:52px!important}.pt-13-fs{padding-top:52px!important}.pb-13-fs{padding-bottom:52px!important}.px-13-fs{padding-left:52px!important;padding-right:52px!important}.py-13-fs{padding-top:52px!important;padding-bottom:52px!important}.m-13-fs{margin:52px!important}.mr-13-fs{margin-right:52px!important}.ml-13-fs{margin-left:52px!important}.mt-13-fs{margin-top:52px!important}.mb-13-fs{margin-bottom:52px!important}.mx-13-fs{margin-left:52px!important;margin-right:52px!important}.my-13-fs{margin-top:52px!important;margin-bottom:52px!important}.m-13-fs-minus{margin:-52px!important}.mr-13-fs-minus{margin-right:-52px!important}.ml-13-fs-minus{margin-left:-52px!important}.mt-13-fs-minus{margin-top:-52px!important}.mb-13-fs-minus{margin-bottom:-52px!important}.p-14-fs{padding:56px!important}.pr-14-fs{padding-right:56px!important}.pl-14-fs{padding-left:56px!important}.pt-14-fs{padding-top:56px!important}.pb-14-fs{padding-bottom:56px!important}.px-14-fs{padding-left:56px!important;padding-right:56px!important}.py-14-fs{padding-top:56px!important;padding-bottom:56px!important}.m-14-fs{margin:56px!important}.mr-14-fs{margin-right:56px!important}.ml-14-fs{margin-left:56px!important}.mt-14-fs{margin-top:56px!important}.mb-14-fs{margin-bottom:56px!important}.mx-14-fs{margin-left:56px!important;margin-right:56px!important}.my-14-fs{margin-top:56px!important;margin-bottom:56px!important}.m-14-fs-minus{margin:-56px!important}.mr-14-fs-minus{margin-right:-56px!important}.ml-14-fs-minus{margin-left:-56px!important}.mt-14-fs-minus{margin-top:-56px!important}.mb-14-fs-minus{margin-bottom:-56px!important}.p-15-fs{padding:60px!important}.pr-15-fs{padding-right:60px!important}.pl-15-fs{padding-left:60px!important}.pt-15-fs{padding-top:60px!important}.pb-15-fs{padding-bottom:60px!important}.px-15-fs{padding-left:60px!important;padding-right:60px!important}.py-15-fs{padding-top:60px!important;padding-bottom:60px!important}.m-15-fs{margin:60px!important}.mr-15-fs{margin-right:60px!important}.ml-15-fs{margin-left:60px!important}.mt-15-fs{margin-top:60px!important}.mb-15-fs{margin-bottom:60px!important}.mx-15-fs{margin-left:60px!important;margin-right:60px!important}.my-15-fs{margin-top:60px!important;margin-bottom:60px!important}.m-15-fs-minus{margin:-60px!important}.mr-15-fs-minus{margin-right:-60px!important}.ml-15-fs-minus{margin-left:-60px!important}.mt-15-fs-minus{margin-top:-60px!important}.mb-15-fs-minus{margin-bottom:-60px!important}.p-16-fs{padding:64px!important}.pr-16-fs{padding-right:64px!important}.pl-16-fs{padding-left:64px!important}.pt-16-fs{padding-top:64px!important}.pb-16-fs{padding-bottom:64px!important}.px-16-fs{padding-left:64px!important;padding-right:64px!important}.py-16-fs{padding-top:64px!important;padding-bottom:64px!important}.m-16-fs{margin:64px!important}.mr-16-fs{margin-right:64px!important}.ml-16-fs{margin-left:64px!important}.mt-16-fs{margin-top:64px!important}.mb-16-fs{margin-bottom:64px!important}.mx-16-fs{margin-left:64px!important;margin-right:64px!important}.my-16-fs{margin-top:64px!important;margin-bottom:64px!important}.m-16-fs-minus{margin:-64px!important}.mr-16-fs-minus{margin-right:-64px!important}.ml-16-fs-minus{margin-left:-64px!important}.mt-16-fs-minus{margin-top:-64px!important}.mb-16-fs-minus{margin-bottom:-64px!important}.p-17-fs{padding:68px!important}.pr-17-fs{padding-right:68px!important}.pl-17-fs{padding-left:68px!important}.pt-17-fs{padding-top:68px!important}.pb-17-fs{padding-bottom:68px!important}.px-17-fs{padding-left:68px!important;padding-right:68px!important}.py-17-fs{padding-top:68px!important;padding-bottom:68px!important}.m-17-fs{margin:68px!important}.mr-17-fs{margin-right:68px!important}.ml-17-fs{margin-left:68px!important}.mt-17-fs{margin-top:68px!important}.mb-17-fs{margin-bottom:68px!important}.mx-17-fs{margin-left:68px!important;margin-right:68px!important}.my-17-fs{margin-top:68px!important;margin-bottom:68px!important}.m-17-fs-minus{margin:-68px!important}.mr-17-fs-minus{margin-right:-68px!important}.ml-17-fs-minus{margin-left:-68px!important}.mt-17-fs-minus{margin-top:-68px!important}.mb-17-fs-minus{margin-bottom:-68px!important}.p-18-fs{padding:72px!important}.pr-18-fs{padding-right:72px!important}.pl-18-fs{padding-left:72px!important}.pt-18-fs{padding-top:72px!important}.pb-18-fs{padding-bottom:72px!important}.px-18-fs{padding-left:72px!important;padding-right:72px!important}.py-18-fs{padding-top:72px!important;padding-bottom:72px!important}.m-18-fs{margin:72px!important}.mr-18-fs{margin-right:72px!important}.ml-18-fs{margin-left:72px!important}.mt-18-fs{margin-top:72px!important}.mb-18-fs{margin-bottom:72px!important}.mx-18-fs{margin-left:72px!important;margin-right:72px!important}.my-18-fs{margin-top:72px!important;margin-bottom:72px!important}.m-18-fs-minus{margin:-72px!important}.mr-18-fs-minus{margin-right:-72px!important}.ml-18-fs-minus{margin-left:-72px!important}.mt-18-fs-minus{margin-top:-72px!important}.mb-18-fs-minus{margin-bottom:-72px!important}.p-19-fs{padding:76px!important}.pr-19-fs{padding-right:76px!important}.pl-19-fs{padding-left:76px!important}.pt-19-fs{padding-top:76px!important}.pb-19-fs{padding-bottom:76px!important}.px-19-fs{padding-left:76px!important;padding-right:76px!important}.py-19-fs{padding-top:76px!important;padding-bottom:76px!important}.m-19-fs{margin:76px!important}.mr-19-fs{margin-right:76px!important}.ml-19-fs{margin-left:76px!important}.mt-19-fs{margin-top:76px!important}.mb-19-fs{margin-bottom:76px!important}.mx-19-fs{margin-left:76px!important;margin-right:76px!important}.my-19-fs{margin-top:76px!important;margin-bottom:76px!important}.m-19-fs-minus{margin:-76px!important}.mr-19-fs-minus{margin-right:-76px!important}.ml-19-fs-minus{margin-left:-76px!important}.mt-19-fs-minus{margin-top:-76px!important}.mb-19-fs-minus{margin-bottom:-76px!important}.p-20-fs{padding:80px!important}.pr-20-fs{padding-right:80px!important}.pl-20-fs{padding-left:80px!important}.pt-20-fs{padding-top:80px!important}.pb-20-fs{padding-bottom:80px!important}.px-20-fs{padding-left:80px!important;padding-right:80px!important}.py-20-fs{padding-top:80px!important;padding-bottom:80px!important}.m-20-fs{margin:80px!important}.mr-20-fs{margin-right:80px!important}.ml-20-fs{margin-left:80px!important}.mt-20-fs{margin-top:80px!important}.mb-20-fs{margin-bottom:80px!important}.mx-20-fs{margin-left:80px!important;margin-right:80px!important}.my-20-fs{margin-top:80px!important;margin-bottom:80px!important}.m-20-fs-minus{margin:-80px!important}.mr-20-fs-minus{margin-right:-80px!important}.ml-20-fs-minus{margin-left:-80px!important}.mt-20-fs-minus{margin-top:-80px!important}.mb-20-fs-minus{margin-bottom:-80px!important}}@media screen and (min-width:576px){.mx-auto-sm{margin-left:auto!important;margin-right:auto!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-auto-sm{margin-top:auto!important}.mb-auto-sm{margin-bottom:auto!important}.p-0-sm{padding:0!important}.pl-0-sm{padding-left:0!important}.pr-0-sm{padding-right:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.m-0-sm{margin:0!important}.ml-0-sm{margin-left:0!important}.mr-0-sm{margin-right:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.p-0-sm{padding:0!important}.pr-0-sm{padding-right:0!important}.pl-0-sm{padding-left:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-top:0!important;padding-bottom:0!important}.m-0-sm{margin:0!important}.mr-0-sm{margin-right:0!important}.ml-0-sm{margin-left:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.m-0-sm-minus{margin:0!important}.mr-0-sm-minus{margin-right:0!important}.ml-0-sm-minus{margin-left:0!important}.mt-0-sm-minus{margin-top:0!important}.mb-0-sm-minus{margin-bottom:0!important}.p-1-sm{padding:4px!important}.pr-1-sm{padding-right:4px!important}.pl-1-sm{padding-left:4px!important}.pt-1-sm{padding-top:4px!important}.pb-1-sm{padding-bottom:4px!important}.px-1-sm{padding-left:4px!important;padding-right:4px!important}.py-1-sm{padding-top:4px!important;padding-bottom:4px!important}.m-1-sm{margin:4px!important}.mr-1-sm{margin-right:4px!important}.ml-1-sm{margin-left:4px!important}.mt-1-sm{margin-top:4px!important}.mb-1-sm{margin-bottom:4px!important}.mx-1-sm{margin-left:4px!important;margin-right:4px!important}.my-1-sm{margin-top:4px!important;margin-bottom:4px!important}.m-1-sm-minus{margin:-4px!important}.mr-1-sm-minus{margin-right:-4px!important}.ml-1-sm-minus{margin-left:-4px!important}.mt-1-sm-minus{margin-top:-4px!important}.mb-1-sm-minus{margin-bottom:-4px!important}.p-2-sm{padding:8px!important}.pr-2-sm{padding-right:8px!important}.pl-2-sm{padding-left:8px!important}.pt-2-sm{padding-top:8px!important}.pb-2-sm{padding-bottom:8px!important}.px-2-sm{padding-left:8px!important;padding-right:8px!important}.py-2-sm{padding-top:8px!important;padding-bottom:8px!important}.m-2-sm{margin:8px!important}.mr-2-sm{margin-right:8px!important}.ml-2-sm{margin-left:8px!important}.mt-2-sm{margin-top:8px!important}.mb-2-sm{margin-bottom:8px!important}.mx-2-sm{margin-left:8px!important;margin-right:8px!important}.my-2-sm{margin-top:8px!important;margin-bottom:8px!important}.m-2-sm-minus{margin:-8px!important}.mr-2-sm-minus{margin-right:-8px!important}.ml-2-sm-minus{margin-left:-8px!important}.mt-2-sm-minus{margin-top:-8px!important}.mb-2-sm-minus{margin-bottom:-8px!important}.p-3-sm{padding:12px!important}.pr-3-sm{padding-right:12px!important}.pl-3-sm{padding-left:12px!important}.pt-3-sm{padding-top:12px!important}.pb-3-sm{padding-bottom:12px!important}.px-3-sm{padding-left:12px!important;padding-right:12px!important}.py-3-sm{padding-top:12px!important;padding-bottom:12px!important}.m-3-sm{margin:12px!important}.mr-3-sm{margin-right:12px!important}.ml-3-sm{margin-left:12px!important}.mt-3-sm{margin-top:12px!important}.mb-3-sm{margin-bottom:12px!important}.mx-3-sm{margin-left:12px!important;margin-right:12px!important}.my-3-sm{margin-top:12px!important;margin-bottom:12px!important}.m-3-sm-minus{margin:-12px!important}.mr-3-sm-minus{margin-right:-12px!important}.ml-3-sm-minus{margin-left:-12px!important}.mt-3-sm-minus{margin-top:-12px!important}.mb-3-sm-minus{margin-bottom:-12px!important}.p-4-sm{padding:16px!important}.pr-4-sm{padding-right:16px!important}.pl-4-sm{padding-left:16px!important}.pt-4-sm{padding-top:16px!important}.pb-4-sm{padding-bottom:16px!important}.px-4-sm{padding-left:16px!important;padding-right:16px!important}.py-4-sm{padding-top:16px!important;padding-bottom:16px!important}.m-4-sm{margin:16px!important}.mr-4-sm{margin-right:16px!important}.ml-4-sm{margin-left:16px!important}.mt-4-sm{margin-top:16px!important}.mb-4-sm{margin-bottom:16px!important}.mx-4-sm{margin-left:16px!important;margin-right:16px!important}.my-4-sm{margin-top:16px!important;margin-bottom:16px!important}.m-4-sm-minus{margin:-16px!important}.mr-4-sm-minus{margin-right:-16px!important}.ml-4-sm-minus{margin-left:-16px!important}.mt-4-sm-minus{margin-top:-16px!important}.mb-4-sm-minus{margin-bottom:-16px!important}.p-5-sm{padding:20px!important}.pr-5-sm{padding-right:20px!important}.pl-5-sm{padding-left:20px!important}.pt-5-sm{padding-top:20px!important}.pb-5-sm{padding-bottom:20px!important}.px-5-sm{padding-left:20px!important;padding-right:20px!important}.py-5-sm{padding-top:20px!important;padding-bottom:20px!important}.m-5-sm{margin:20px!important}.mr-5-sm{margin-right:20px!important}.ml-5-sm{margin-left:20px!important}.mt-5-sm{margin-top:20px!important}.mb-5-sm{margin-bottom:20px!important}.mx-5-sm{margin-left:20px!important;margin-right:20px!important}.my-5-sm{margin-top:20px!important;margin-bottom:20px!important}.m-5-sm-minus{margin:-20px!important}.mr-5-sm-minus{margin-right:-20px!important}.ml-5-sm-minus{margin-left:-20px!important}.mt-5-sm-minus{margin-top:-20px!important}.mb-5-sm-minus{margin-bottom:-20px!important}.p-6-sm{padding:24px!important}.pr-6-sm{padding-right:24px!important}.pl-6-sm{padding-left:24px!important}.pt-6-sm{padding-top:24px!important}.pb-6-sm{padding-bottom:24px!important}.px-6-sm{padding-left:24px!important;padding-right:24px!important}.py-6-sm{padding-top:24px!important;padding-bottom:24px!important}.m-6-sm{margin:24px!important}.mr-6-sm{margin-right:24px!important}.ml-6-sm{margin-left:24px!important}.mt-6-sm{margin-top:24px!important}.mb-6-sm{margin-bottom:24px!important}.mx-6-sm{margin-left:24px!important;margin-right:24px!important}.my-6-sm{margin-top:24px!important;margin-bottom:24px!important}.m-6-sm-minus{margin:-24px!important}.mr-6-sm-minus{margin-right:-24px!important}.ml-6-sm-minus{margin-left:-24px!important}.mt-6-sm-minus{margin-top:-24px!important}.mb-6-sm-minus{margin-bottom:-24px!important}.p-7-sm{padding:28px!important}.pr-7-sm{padding-right:28px!important}.pl-7-sm{padding-left:28px!important}.pt-7-sm{padding-top:28px!important}.pb-7-sm{padding-bottom:28px!important}.px-7-sm{padding-left:28px!important;padding-right:28px!important}.py-7-sm{padding-top:28px!important;padding-bottom:28px!important}.m-7-sm{margin:28px!important}.mr-7-sm{margin-right:28px!important}.ml-7-sm{margin-left:28px!important}.mt-7-sm{margin-top:28px!important}.mb-7-sm{margin-bottom:28px!important}.mx-7-sm{margin-left:28px!important;margin-right:28px!important}.my-7-sm{margin-top:28px!important;margin-bottom:28px!important}.m-7-sm-minus{margin:-28px!important}.mr-7-sm-minus{margin-right:-28px!important}.ml-7-sm-minus{margin-left:-28px!important}.mt-7-sm-minus{margin-top:-28px!important}.mb-7-sm-minus{margin-bottom:-28px!important}.p-8-sm{padding:32px!important}.pr-8-sm{padding-right:32px!important}.pl-8-sm{padding-left:32px!important}.pt-8-sm{padding-top:32px!important}.pb-8-sm{padding-bottom:32px!important}.px-8-sm{padding-left:32px!important;padding-right:32px!important}.py-8-sm{padding-top:32px!important;padding-bottom:32px!important}.m-8-sm{margin:32px!important}.mr-8-sm{margin-right:32px!important}.ml-8-sm{margin-left:32px!important}.mt-8-sm{margin-top:32px!important}.mb-8-sm{margin-bottom:32px!important}.mx-8-sm{margin-left:32px!important;margin-right:32px!important}.my-8-sm{margin-top:32px!important;margin-bottom:32px!important}.m-8-sm-minus{margin:-32px!important}.mr-8-sm-minus{margin-right:-32px!important}.ml-8-sm-minus{margin-left:-32px!important}.mt-8-sm-minus{margin-top:-32px!important}.mb-8-sm-minus{margin-bottom:-32px!important}.p-9-sm{padding:36px!important}.pr-9-sm{padding-right:36px!important}.pl-9-sm{padding-left:36px!important}.pt-9-sm{padding-top:36px!important}.pb-9-sm{padding-bottom:36px!important}.px-9-sm{padding-left:36px!important;padding-right:36px!important}.py-9-sm{padding-top:36px!important;padding-bottom:36px!important}.m-9-sm{margin:36px!important}.mr-9-sm{margin-right:36px!important}.ml-9-sm{margin-left:36px!important}.mt-9-sm{margin-top:36px!important}.mb-9-sm{margin-bottom:36px!important}.mx-9-sm{margin-left:36px!important;margin-right:36px!important}.my-9-sm{margin-top:36px!important;margin-bottom:36px!important}.m-9-sm-minus{margin:-36px!important}.mr-9-sm-minus{margin-right:-36px!important}.ml-9-sm-minus{margin-left:-36px!important}.mt-9-sm-minus{margin-top:-36px!important}.mb-9-sm-minus{margin-bottom:-36px!important}.p-10-sm{padding:40px!important}.pr-10-sm{padding-right:40px!important}.pl-10-sm{padding-left:40px!important}.pt-10-sm{padding-top:40px!important}.pb-10-sm{padding-bottom:40px!important}.px-10-sm{padding-left:40px!important;padding-right:40px!important}.py-10-sm{padding-top:40px!important;padding-bottom:40px!important}.m-10-sm{margin:40px!important}.mr-10-sm{margin-right:40px!important}.ml-10-sm{margin-left:40px!important}.mt-10-sm{margin-top:40px!important}.mb-10-sm{margin-bottom:40px!important}.mx-10-sm{margin-left:40px!important;margin-right:40px!important}.my-10-sm{margin-top:40px!important;margin-bottom:40px!important}.m-10-sm-minus{margin:-40px!important}.mr-10-sm-minus{margin-right:-40px!important}.ml-10-sm-minus{margin-left:-40px!important}.mt-10-sm-minus{margin-top:-40px!important}.mb-10-sm-minus{margin-bottom:-40px!important}.p-11-sm{padding:44px!important}.pr-11-sm{padding-right:44px!important}.pl-11-sm{padding-left:44px!important}.pt-11-sm{padding-top:44px!important}.pb-11-sm{padding-bottom:44px!important}.px-11-sm{padding-left:44px!important;padding-right:44px!important}.py-11-sm{padding-top:44px!important;padding-bottom:44px!important}.m-11-sm{margin:44px!important}.mr-11-sm{margin-right:44px!important}.ml-11-sm{margin-left:44px!important}.mt-11-sm{margin-top:44px!important}.mb-11-sm{margin-bottom:44px!important}.mx-11-sm{margin-left:44px!important;margin-right:44px!important}.my-11-sm{margin-top:44px!important;margin-bottom:44px!important}.m-11-sm-minus{margin:-44px!important}.mr-11-sm-minus{margin-right:-44px!important}.ml-11-sm-minus{margin-left:-44px!important}.mt-11-sm-minus{margin-top:-44px!important}.mb-11-sm-minus{margin-bottom:-44px!important}.p-12-sm{padding:48px!important}.pr-12-sm{padding-right:48px!important}.pl-12-sm{padding-left:48px!important}.pt-12-sm{padding-top:48px!important}.pb-12-sm{padding-bottom:48px!important}.px-12-sm{padding-left:48px!important;padding-right:48px!important}.py-12-sm{padding-top:48px!important;padding-bottom:48px!important}.m-12-sm{margin:48px!important}.mr-12-sm{margin-right:48px!important}.ml-12-sm{margin-left:48px!important}.mt-12-sm{margin-top:48px!important}.mb-12-sm{margin-bottom:48px!important}.mx-12-sm{margin-left:48px!important;margin-right:48px!important}.my-12-sm{margin-top:48px!important;margin-bottom:48px!important}.m-12-sm-minus{margin:-48px!important}.mr-12-sm-minus{margin-right:-48px!important}.ml-12-sm-minus{margin-left:-48px!important}.mt-12-sm-minus{margin-top:-48px!important}.mb-12-sm-minus{margin-bottom:-48px!important}.p-13-sm{padding:52px!important}.pr-13-sm{padding-right:52px!important}.pl-13-sm{padding-left:52px!important}.pt-13-sm{padding-top:52px!important}.pb-13-sm{padding-bottom:52px!important}.px-13-sm{padding-left:52px!important;padding-right:52px!important}.py-13-sm{padding-top:52px!important;padding-bottom:52px!important}.m-13-sm{margin:52px!important}.mr-13-sm{margin-right:52px!important}.ml-13-sm{margin-left:52px!important}.mt-13-sm{margin-top:52px!important}.mb-13-sm{margin-bottom:52px!important}.mx-13-sm{margin-left:52px!important;margin-right:52px!important}.my-13-sm{margin-top:52px!important;margin-bottom:52px!important}.m-13-sm-minus{margin:-52px!important}.mr-13-sm-minus{margin-right:-52px!important}.ml-13-sm-minus{margin-left:-52px!important}.mt-13-sm-minus{margin-top:-52px!important}.mb-13-sm-minus{margin-bottom:-52px!important}.p-14-sm{padding:56px!important}.pr-14-sm{padding-right:56px!important}.pl-14-sm{padding-left:56px!important}.pt-14-sm{padding-top:56px!important}.pb-14-sm{padding-bottom:56px!important}.px-14-sm{padding-left:56px!important;padding-right:56px!important}.py-14-sm{padding-top:56px!important;padding-bottom:56px!important}.m-14-sm{margin:56px!important}.mr-14-sm{margin-right:56px!important}.ml-14-sm{margin-left:56px!important}.mt-14-sm{margin-top:56px!important}.mb-14-sm{margin-bottom:56px!important}.mx-14-sm{margin-left:56px!important;margin-right:56px!important}.my-14-sm{margin-top:56px!important;margin-bottom:56px!important}.m-14-sm-minus{margin:-56px!important}.mr-14-sm-minus{margin-right:-56px!important}.ml-14-sm-minus{margin-left:-56px!important}.mt-14-sm-minus{margin-top:-56px!important}.mb-14-sm-minus{margin-bottom:-56px!important}.p-15-sm{padding:60px!important}.pr-15-sm{padding-right:60px!important}.pl-15-sm{padding-left:60px!important}.pt-15-sm{padding-top:60px!important}.pb-15-sm{padding-bottom:60px!important}.px-15-sm{padding-left:60px!important;padding-right:60px!important}.py-15-sm{padding-top:60px!important;padding-bottom:60px!important}.m-15-sm{margin:60px!important}.mr-15-sm{margin-right:60px!important}.ml-15-sm{margin-left:60px!important}.mt-15-sm{margin-top:60px!important}.mb-15-sm{margin-bottom:60px!important}.mx-15-sm{margin-left:60px!important;margin-right:60px!important}.my-15-sm{margin-top:60px!important;margin-bottom:60px!important}.m-15-sm-minus{margin:-60px!important}.mr-15-sm-minus{margin-right:-60px!important}.ml-15-sm-minus{margin-left:-60px!important}.mt-15-sm-minus{margin-top:-60px!important}.mb-15-sm-minus{margin-bottom:-60px!important}.p-16-sm{padding:64px!important}.pr-16-sm{padding-right:64px!important}.pl-16-sm{padding-left:64px!important}.pt-16-sm{padding-top:64px!important}.pb-16-sm{padding-bottom:64px!important}.px-16-sm{padding-left:64px!important;padding-right:64px!important}.py-16-sm{padding-top:64px!important;padding-bottom:64px!important}.m-16-sm{margin:64px!important}.mr-16-sm{margin-right:64px!important}.ml-16-sm{margin-left:64px!important}.mt-16-sm{margin-top:64px!important}.mb-16-sm{margin-bottom:64px!important}.mx-16-sm{margin-left:64px!important;margin-right:64px!important}.my-16-sm{margin-top:64px!important;margin-bottom:64px!important}.m-16-sm-minus{margin:-64px!important}.mr-16-sm-minus{margin-right:-64px!important}.ml-16-sm-minus{margin-left:-64px!important}.mt-16-sm-minus{margin-top:-64px!important}.mb-16-sm-minus{margin-bottom:-64px!important}.p-17-sm{padding:68px!important}.pr-17-sm{padding-right:68px!important}.pl-17-sm{padding-left:68px!important}.pt-17-sm{padding-top:68px!important}.pb-17-sm{padding-bottom:68px!important}.px-17-sm{padding-left:68px!important;padding-right:68px!important}.py-17-sm{padding-top:68px!important;padding-bottom:68px!important}.m-17-sm{margin:68px!important}.mr-17-sm{margin-right:68px!important}.ml-17-sm{margin-left:68px!important}.mt-17-sm{margin-top:68px!important}.mb-17-sm{margin-bottom:68px!important}.mx-17-sm{margin-left:68px!important;margin-right:68px!important}.my-17-sm{margin-top:68px!important;margin-bottom:68px!important}.m-17-sm-minus{margin:-68px!important}.mr-17-sm-minus{margin-right:-68px!important}.ml-17-sm-minus{margin-left:-68px!important}.mt-17-sm-minus{margin-top:-68px!important}.mb-17-sm-minus{margin-bottom:-68px!important}.p-18-sm{padding:72px!important}.pr-18-sm{padding-right:72px!important}.pl-18-sm{padding-left:72px!important}.pt-18-sm{padding-top:72px!important}.pb-18-sm{padding-bottom:72px!important}.px-18-sm{padding-left:72px!important;padding-right:72px!important}.py-18-sm{padding-top:72px!important;padding-bottom:72px!important}.m-18-sm{margin:72px!important}.mr-18-sm{margin-right:72px!important}.ml-18-sm{margin-left:72px!important}.mt-18-sm{margin-top:72px!important}.mb-18-sm{margin-bottom:72px!important}.mx-18-sm{margin-left:72px!important;margin-right:72px!important}.my-18-sm{margin-top:72px!important;margin-bottom:72px!important}.m-18-sm-minus{margin:-72px!important}.mr-18-sm-minus{margin-right:-72px!important}.ml-18-sm-minus{margin-left:-72px!important}.mt-18-sm-minus{margin-top:-72px!important}.mb-18-sm-minus{margin-bottom:-72px!important}.p-19-sm{padding:76px!important}.pr-19-sm{padding-right:76px!important}.pl-19-sm{padding-left:76px!important}.pt-19-sm{padding-top:76px!important}.pb-19-sm{padding-bottom:76px!important}.px-19-sm{padding-left:76px!important;padding-right:76px!important}.py-19-sm{padding-top:76px!important;padding-bottom:76px!important}.m-19-sm{margin:76px!important}.mr-19-sm{margin-right:76px!important}.ml-19-sm{margin-left:76px!important}.mt-19-sm{margin-top:76px!important}.mb-19-sm{margin-bottom:76px!important}.mx-19-sm{margin-left:76px!important;margin-right:76px!important}.my-19-sm{margin-top:76px!important;margin-bottom:76px!important}.m-19-sm-minus{margin:-76px!important}.mr-19-sm-minus{margin-right:-76px!important}.ml-19-sm-minus{margin-left:-76px!important}.mt-19-sm-minus{margin-top:-76px!important}.mb-19-sm-minus{margin-bottom:-76px!important}.p-20-sm{padding:80px!important}.pr-20-sm{padding-right:80px!important}.pl-20-sm{padding-left:80px!important}.pt-20-sm{padding-top:80px!important}.pb-20-sm{padding-bottom:80px!important}.px-20-sm{padding-left:80px!important;padding-right:80px!important}.py-20-sm{padding-top:80px!important;padding-bottom:80px!important}.m-20-sm{margin:80px!important}.mr-20-sm{margin-right:80px!important}.ml-20-sm{margin-left:80px!important}.mt-20-sm{margin-top:80px!important}.mb-20-sm{margin-bottom:80px!important}.mx-20-sm{margin-left:80px!important;margin-right:80px!important}.my-20-sm{margin-top:80px!important;margin-bottom:80px!important}.m-20-sm-minus{margin:-80px!important}.mr-20-sm-minus{margin-right:-80px!important}.ml-20-sm-minus{margin-left:-80px!important}.mt-20-sm-minus{margin-top:-80px!important}.mb-20-sm-minus{margin-bottom:-80px!important}}@media screen and (min-width:768px){.mx-auto-md{margin-left:auto!important;margin-right:auto!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-auto-md{margin-top:auto!important}.mb-auto-md{margin-bottom:auto!important}.p-0-md{padding:0!important}.pl-0-md{padding-left:0!important}.pr-0-md{padding-right:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.m-0-md{margin:0!important}.ml-0-md{margin-left:0!important}.mr-0-md{margin-right:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.p-0-md{padding:0!important}.pr-0-md{padding-right:0!important}.pl-0-md{padding-left:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-top:0!important;padding-bottom:0!important}.m-0-md{margin:0!important}.mr-0-md{margin-right:0!important}.ml-0-md{margin-left:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.m-0-md-minus{margin:0!important}.mr-0-md-minus{margin-right:0!important}.ml-0-md-minus{margin-left:0!important}.mt-0-md-minus{margin-top:0!important}.mb-0-md-minus{margin-bottom:0!important}.p-1-md{padding:4px!important}.pr-1-md{padding-right:4px!important}.pl-1-md{padding-left:4px!important}.pt-1-md{padding-top:4px!important}.pb-1-md{padding-bottom:4px!important}.px-1-md{padding-left:4px!important;padding-right:4px!important}.py-1-md{padding-top:4px!important;padding-bottom:4px!important}.m-1-md{margin:4px!important}.mr-1-md{margin-right:4px!important}.ml-1-md{margin-left:4px!important}.mt-1-md{margin-top:4px!important}.mb-1-md{margin-bottom:4px!important}.mx-1-md{margin-left:4px!important;margin-right:4px!important}.my-1-md{margin-top:4px!important;margin-bottom:4px!important}.m-1-md-minus{margin:-4px!important}.mr-1-md-minus{margin-right:-4px!important}.ml-1-md-minus{margin-left:-4px!important}.mt-1-md-minus{margin-top:-4px!important}.mb-1-md-minus{margin-bottom:-4px!important}.p-2-md{padding:8px!important}.pr-2-md{padding-right:8px!important}.pl-2-md{padding-left:8px!important}.pt-2-md{padding-top:8px!important}.pb-2-md{padding-bottom:8px!important}.px-2-md{padding-left:8px!important;padding-right:8px!important}.py-2-md{padding-top:8px!important;padding-bottom:8px!important}.m-2-md{margin:8px!important}.mr-2-md{margin-right:8px!important}.ml-2-md{margin-left:8px!important}.mt-2-md{margin-top:8px!important}.mb-2-md{margin-bottom:8px!important}.mx-2-md{margin-left:8px!important;margin-right:8px!important}.my-2-md{margin-top:8px!important;margin-bottom:8px!important}.m-2-md-minus{margin:-8px!important}.mr-2-md-minus{margin-right:-8px!important}.ml-2-md-minus{margin-left:-8px!important}.mt-2-md-minus{margin-top:-8px!important}.mb-2-md-minus{margin-bottom:-8px!important}.p-3-md{padding:12px!important}.pr-3-md{padding-right:12px!important}.pl-3-md{padding-left:12px!important}.pt-3-md{padding-top:12px!important}.pb-3-md{padding-bottom:12px!important}.px-3-md{padding-left:12px!important;padding-right:12px!important}.py-3-md{padding-top:12px!important;padding-bottom:12px!important}.m-3-md{margin:12px!important}.mr-3-md{margin-right:12px!important}.ml-3-md{margin-left:12px!important}.mt-3-md{margin-top:12px!important}.mb-3-md{margin-bottom:12px!important}.mx-3-md{margin-left:12px!important;margin-right:12px!important}.my-3-md{margin-top:12px!important;margin-bottom:12px!important}.m-3-md-minus{margin:-12px!important}.mr-3-md-minus{margin-right:-12px!important}.ml-3-md-minus{margin-left:-12px!important}.mt-3-md-minus{margin-top:-12px!important}.mb-3-md-minus{margin-bottom:-12px!important}.p-4-md{padding:16px!important}.pr-4-md{padding-right:16px!important}.pl-4-md{padding-left:16px!important}.pt-4-md{padding-top:16px!important}.pb-4-md{padding-bottom:16px!important}.px-4-md{padding-left:16px!important;padding-right:16px!important}.py-4-md{padding-top:16px!important;padding-bottom:16px!important}.m-4-md{margin:16px!important}.mr-4-md{margin-right:16px!important}.ml-4-md{margin-left:16px!important}.mt-4-md{margin-top:16px!important}.mb-4-md{margin-bottom:16px!important}.mx-4-md{margin-left:16px!important;margin-right:16px!important}.my-4-md{margin-top:16px!important;margin-bottom:16px!important}.m-4-md-minus{margin:-16px!important}.mr-4-md-minus{margin-right:-16px!important}.ml-4-md-minus{margin-left:-16px!important}.mt-4-md-minus{margin-top:-16px!important}.mb-4-md-minus{margin-bottom:-16px!important}.p-5-md{padding:20px!important}.pr-5-md{padding-right:20px!important}.pl-5-md{padding-left:20px!important}.pt-5-md{padding-top:20px!important}.pb-5-md{padding-bottom:20px!important}.px-5-md{padding-left:20px!important;padding-right:20px!important}.py-5-md{padding-top:20px!important;padding-bottom:20px!important}.m-5-md{margin:20px!important}.mr-5-md{margin-right:20px!important}.ml-5-md{margin-left:20px!important}.mt-5-md{margin-top:20px!important}.mb-5-md{margin-bottom:20px!important}.mx-5-md{margin-left:20px!important;margin-right:20px!important}.my-5-md{margin-top:20px!important;margin-bottom:20px!important}.m-5-md-minus{margin:-20px!important}.mr-5-md-minus{margin-right:-20px!important}.ml-5-md-minus{margin-left:-20px!important}.mt-5-md-minus{margin-top:-20px!important}.mb-5-md-minus{margin-bottom:-20px!important}.p-6-md{padding:24px!important}.pr-6-md{padding-right:24px!important}.pl-6-md{padding-left:24px!important}.pt-6-md{padding-top:24px!important}.pb-6-md{padding-bottom:24px!important}.px-6-md{padding-left:24px!important;padding-right:24px!important}.py-6-md{padding-top:24px!important;padding-bottom:24px!important}.m-6-md{margin:24px!important}.mr-6-md{margin-right:24px!important}.ml-6-md{margin-left:24px!important}.mt-6-md{margin-top:24px!important}.mb-6-md{margin-bottom:24px!important}.mx-6-md{margin-left:24px!important;margin-right:24px!important}.my-6-md{margin-top:24px!important;margin-bottom:24px!important}.m-6-md-minus{margin:-24px!important}.mr-6-md-minus{margin-right:-24px!important}.ml-6-md-minus{margin-left:-24px!important}.mt-6-md-minus{margin-top:-24px!important}.mb-6-md-minus{margin-bottom:-24px!important}.p-7-md{padding:28px!important}.pr-7-md{padding-right:28px!important}.pl-7-md{padding-left:28px!important}.pt-7-md{padding-top:28px!important}.pb-7-md{padding-bottom:28px!important}.px-7-md{padding-left:28px!important;padding-right:28px!important}.py-7-md{padding-top:28px!important;padding-bottom:28px!important}.m-7-md{margin:28px!important}.mr-7-md{margin-right:28px!important}.ml-7-md{margin-left:28px!important}.mt-7-md{margin-top:28px!important}.mb-7-md{margin-bottom:28px!important}.mx-7-md{margin-left:28px!important;margin-right:28px!important}.my-7-md{margin-top:28px!important;margin-bottom:28px!important}.m-7-md-minus{margin:-28px!important}.mr-7-md-minus{margin-right:-28px!important}.ml-7-md-minus{margin-left:-28px!important}.mt-7-md-minus{margin-top:-28px!important}.mb-7-md-minus{margin-bottom:-28px!important}.p-8-md{padding:32px!important}.pr-8-md{padding-right:32px!important}.pl-8-md{padding-left:32px!important}.pt-8-md{padding-top:32px!important}.pb-8-md{padding-bottom:32px!important}.px-8-md{padding-left:32px!important;padding-right:32px!important}.py-8-md{padding-top:32px!important;padding-bottom:32px!important}.m-8-md{margin:32px!important}.mr-8-md{margin-right:32px!important}.ml-8-md{margin-left:32px!important}.mt-8-md{margin-top:32px!important}.mb-8-md{margin-bottom:32px!important}.mx-8-md{margin-left:32px!important;margin-right:32px!important}.my-8-md{margin-top:32px!important;margin-bottom:32px!important}.m-8-md-minus{margin:-32px!important}.mr-8-md-minus{margin-right:-32px!important}.ml-8-md-minus{margin-left:-32px!important}.mt-8-md-minus{margin-top:-32px!important}.mb-8-md-minus{margin-bottom:-32px!important}.p-9-md{padding:36px!important}.pr-9-md{padding-right:36px!important}.pl-9-md{padding-left:36px!important}.pt-9-md{padding-top:36px!important}.pb-9-md{padding-bottom:36px!important}.px-9-md{padding-left:36px!important;padding-right:36px!important}.py-9-md{padding-top:36px!important;padding-bottom:36px!important}.m-9-md{margin:36px!important}.mr-9-md{margin-right:36px!important}.ml-9-md{margin-left:36px!important}.mt-9-md{margin-top:36px!important}.mb-9-md{margin-bottom:36px!important}.mx-9-md{margin-left:36px!important;margin-right:36px!important}.my-9-md{margin-top:36px!important;margin-bottom:36px!important}.m-9-md-minus{margin:-36px!important}.mr-9-md-minus{margin-right:-36px!important}.ml-9-md-minus{margin-left:-36px!important}.mt-9-md-minus{margin-top:-36px!important}.mb-9-md-minus{margin-bottom:-36px!important}.p-10-md{padding:40px!important}.pr-10-md{padding-right:40px!important}.pl-10-md{padding-left:40px!important}.pt-10-md{padding-top:40px!important}.pb-10-md{padding-bottom:40px!important}.px-10-md{padding-left:40px!important;padding-right:40px!important}.py-10-md{padding-top:40px!important;padding-bottom:40px!important}.m-10-md{margin:40px!important}.mr-10-md{margin-right:40px!important}.ml-10-md{margin-left:40px!important}.mt-10-md{margin-top:40px!important}.mb-10-md{margin-bottom:40px!important}.mx-10-md{margin-left:40px!important;margin-right:40px!important}.my-10-md{margin-top:40px!important;margin-bottom:40px!important}.m-10-md-minus{margin:-40px!important}.mr-10-md-minus{margin-right:-40px!important}.ml-10-md-minus{margin-left:-40px!important}.mt-10-md-minus{margin-top:-40px!important}.mb-10-md-minus{margin-bottom:-40px!important}.p-11-md{padding:44px!important}.pr-11-md{padding-right:44px!important}.pl-11-md{padding-left:44px!important}.pt-11-md{padding-top:44px!important}.pb-11-md{padding-bottom:44px!important}.px-11-md{padding-left:44px!important;padding-right:44px!important}.py-11-md{padding-top:44px!important;padding-bottom:44px!important}.m-11-md{margin:44px!important}.mr-11-md{margin-right:44px!important}.ml-11-md{margin-left:44px!important}.mt-11-md{margin-top:44px!important}.mb-11-md{margin-bottom:44px!important}.mx-11-md{margin-left:44px!important;margin-right:44px!important}.my-11-md{margin-top:44px!important;margin-bottom:44px!important}.m-11-md-minus{margin:-44px!important}.mr-11-md-minus{margin-right:-44px!important}.ml-11-md-minus{margin-left:-44px!important}.mt-11-md-minus{margin-top:-44px!important}.mb-11-md-minus{margin-bottom:-44px!important}.p-12-md{padding:48px!important}.pr-12-md{padding-right:48px!important}.pl-12-md{padding-left:48px!important}.pt-12-md{padding-top:48px!important}.pb-12-md{padding-bottom:48px!important}.px-12-md{padding-left:48px!important;padding-right:48px!important}.py-12-md{padding-top:48px!important;padding-bottom:48px!important}.m-12-md{margin:48px!important}.mr-12-md{margin-right:48px!important}.ml-12-md{margin-left:48px!important}.mt-12-md{margin-top:48px!important}.mb-12-md{margin-bottom:48px!important}.mx-12-md{margin-left:48px!important;margin-right:48px!important}.my-12-md{margin-top:48px!important;margin-bottom:48px!important}.m-12-md-minus{margin:-48px!important}.mr-12-md-minus{margin-right:-48px!important}.ml-12-md-minus{margin-left:-48px!important}.mt-12-md-minus{margin-top:-48px!important}.mb-12-md-minus{margin-bottom:-48px!important}.p-13-md{padding:52px!important}.pr-13-md{padding-right:52px!important}.pl-13-md{padding-left:52px!important}.pt-13-md{padding-top:52px!important}.pb-13-md{padding-bottom:52px!important}.px-13-md{padding-left:52px!important;padding-right:52px!important}.py-13-md{padding-top:52px!important;padding-bottom:52px!important}.m-13-md{margin:52px!important}.mr-13-md{margin-right:52px!important}.ml-13-md{margin-left:52px!important}.mt-13-md{margin-top:52px!important}.mb-13-md{margin-bottom:52px!important}.mx-13-md{margin-left:52px!important;margin-right:52px!important}.my-13-md{margin-top:52px!important;margin-bottom:52px!important}.m-13-md-minus{margin:-52px!important}.mr-13-md-minus{margin-right:-52px!important}.ml-13-md-minus{margin-left:-52px!important}.mt-13-md-minus{margin-top:-52px!important}.mb-13-md-minus{margin-bottom:-52px!important}.p-14-md{padding:56px!important}.pr-14-md{padding-right:56px!important}.pl-14-md{padding-left:56px!important}.pt-14-md{padding-top:56px!important}.pb-14-md{padding-bottom:56px!important}.px-14-md{padding-left:56px!important;padding-right:56px!important}.py-14-md{padding-top:56px!important;padding-bottom:56px!important}.m-14-md{margin:56px!important}.mr-14-md{margin-right:56px!important}.ml-14-md{margin-left:56px!important}.mt-14-md{margin-top:56px!important}.mb-14-md{margin-bottom:56px!important}.mx-14-md{margin-left:56px!important;margin-right:56px!important}.my-14-md{margin-top:56px!important;margin-bottom:56px!important}.m-14-md-minus{margin:-56px!important}.mr-14-md-minus{margin-right:-56px!important}.ml-14-md-minus{margin-left:-56px!important}.mt-14-md-minus{margin-top:-56px!important}.mb-14-md-minus{margin-bottom:-56px!important}.p-15-md{padding:60px!important}.pr-15-md{padding-right:60px!important}.pl-15-md{padding-left:60px!important}.pt-15-md{padding-top:60px!important}.pb-15-md{padding-bottom:60px!important}.px-15-md{padding-left:60px!important;padding-right:60px!important}.py-15-md{padding-top:60px!important;padding-bottom:60px!important}.m-15-md{margin:60px!important}.mr-15-md{margin-right:60px!important}.ml-15-md{margin-left:60px!important}.mt-15-md{margin-top:60px!important}.mb-15-md{margin-bottom:60px!important}.mx-15-md{margin-left:60px!important;margin-right:60px!important}.my-15-md{margin-top:60px!important;margin-bottom:60px!important}.m-15-md-minus{margin:-60px!important}.mr-15-md-minus{margin-right:-60px!important}.ml-15-md-minus{margin-left:-60px!important}.mt-15-md-minus{margin-top:-60px!important}.mb-15-md-minus{margin-bottom:-60px!important}.p-16-md{padding:64px!important}.pr-16-md{padding-right:64px!important}.pl-16-md{padding-left:64px!important}.pt-16-md{padding-top:64px!important}.pb-16-md{padding-bottom:64px!important}.px-16-md{padding-left:64px!important;padding-right:64px!important}.py-16-md{padding-top:64px!important;padding-bottom:64px!important}.m-16-md{margin:64px!important}.mr-16-md{margin-right:64px!important}.ml-16-md{margin-left:64px!important}.mt-16-md{margin-top:64px!important}.mb-16-md{margin-bottom:64px!important}.mx-16-md{margin-left:64px!important;margin-right:64px!important}.my-16-md{margin-top:64px!important;margin-bottom:64px!important}.m-16-md-minus{margin:-64px!important}.mr-16-md-minus{margin-right:-64px!important}.ml-16-md-minus{margin-left:-64px!important}.mt-16-md-minus{margin-top:-64px!important}.mb-16-md-minus{margin-bottom:-64px!important}.p-17-md{padding:68px!important}.pr-17-md{padding-right:68px!important}.pl-17-md{padding-left:68px!important}.pt-17-md{padding-top:68px!important}.pb-17-md{padding-bottom:68px!important}.px-17-md{padding-left:68px!important;padding-right:68px!important}.py-17-md{padding-top:68px!important;padding-bottom:68px!important}.m-17-md{margin:68px!important}.mr-17-md{margin-right:68px!important}.ml-17-md{margin-left:68px!important}.mt-17-md{margin-top:68px!important}.mb-17-md{margin-bottom:68px!important}.mx-17-md{margin-left:68px!important;margin-right:68px!important}.my-17-md{margin-top:68px!important;margin-bottom:68px!important}.m-17-md-minus{margin:-68px!important}.mr-17-md-minus{margin-right:-68px!important}.ml-17-md-minus{margin-left:-68px!important}.mt-17-md-minus{margin-top:-68px!important}.mb-17-md-minus{margin-bottom:-68px!important}.p-18-md{padding:72px!important}.pr-18-md{padding-right:72px!important}.pl-18-md{padding-left:72px!important}.pt-18-md{padding-top:72px!important}.pb-18-md{padding-bottom:72px!important}.px-18-md{padding-left:72px!important;padding-right:72px!important}.py-18-md{padding-top:72px!important;padding-bottom:72px!important}.m-18-md{margin:72px!important}.mr-18-md{margin-right:72px!important}.ml-18-md{margin-left:72px!important}.mt-18-md{margin-top:72px!important}.mb-18-md{margin-bottom:72px!important}.mx-18-md{margin-left:72px!important;margin-right:72px!important}.my-18-md{margin-top:72px!important;margin-bottom:72px!important}.m-18-md-minus{margin:-72px!important}.mr-18-md-minus{margin-right:-72px!important}.ml-18-md-minus{margin-left:-72px!important}.mt-18-md-minus{margin-top:-72px!important}.mb-18-md-minus{margin-bottom:-72px!important}.p-19-md{padding:76px!important}.pr-19-md{padding-right:76px!important}.pl-19-md{padding-left:76px!important}.pt-19-md{padding-top:76px!important}.pb-19-md{padding-bottom:76px!important}.px-19-md{padding-left:76px!important;padding-right:76px!important}.py-19-md{padding-top:76px!important;padding-bottom:76px!important}.m-19-md{margin:76px!important}.mr-19-md{margin-right:76px!important}.ml-19-md{margin-left:76px!important}.mt-19-md{margin-top:76px!important}.mb-19-md{margin-bottom:76px!important}.mx-19-md{margin-left:76px!important;margin-right:76px!important}.my-19-md{margin-top:76px!important;margin-bottom:76px!important}.m-19-md-minus{margin:-76px!important}.mr-19-md-minus{margin-right:-76px!important}.ml-19-md-minus{margin-left:-76px!important}.mt-19-md-minus{margin-top:-76px!important}.mb-19-md-minus{margin-bottom:-76px!important}.p-20-md{padding:80px!important}.pr-20-md{padding-right:80px!important}.pl-20-md{padding-left:80px!important}.pt-20-md{padding-top:80px!important}.pb-20-md{padding-bottom:80px!important}.px-20-md{padding-left:80px!important;padding-right:80px!important}.py-20-md{padding-top:80px!important;padding-bottom:80px!important}.m-20-md{margin:80px!important}.mr-20-md{margin-right:80px!important}.ml-20-md{margin-left:80px!important}.mt-20-md{margin-top:80px!important}.mb-20-md{margin-bottom:80px!important}.mx-20-md{margin-left:80px!important;margin-right:80px!important}.my-20-md{margin-top:80px!important;margin-bottom:80px!important}.m-20-md-minus{margin:-80px!important}.mr-20-md-minus{margin-right:-80px!important}.ml-20-md-minus{margin-left:-80px!important}.mt-20-md-minus{margin-top:-80px!important}.mb-20-md-minus{margin-bottom:-80px!important}}@media screen and (min-width:992px){.mx-auto-lg{margin-left:auto!important;margin-right:auto!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-auto-lg{margin-top:auto!important}.mb-auto-lg{margin-bottom:auto!important}.p-0-lg{padding:0!important}.pl-0-lg{padding-left:0!important}.pr-0-lg{padding-right:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.m-0-lg{margin:0!important}.ml-0-lg{margin-left:0!important}.mr-0-lg{margin-right:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.p-0-lg{padding:0!important}.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-top:0!important;padding-bottom:0!important}.m-0-lg{margin:0!important}.mr-0-lg{margin-right:0!important}.ml-0-lg{margin-left:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.m-0-lg-minus{margin:0!important}.mr-0-lg-minus{margin-right:0!important}.ml-0-lg-minus{margin-left:0!important}.mt-0-lg-minus{margin-top:0!important}.mb-0-lg-minus{margin-bottom:0!important}.p-1-lg{padding:4px!important}.pr-1-lg{padding-right:4px!important}.pl-1-lg{padding-left:4px!important}.pt-1-lg{padding-top:4px!important}.pb-1-lg{padding-bottom:4px!important}.px-1-lg{padding-left:4px!important;padding-right:4px!important}.py-1-lg{padding-top:4px!important;padding-bottom:4px!important}.m-1-lg{margin:4px!important}.mr-1-lg{margin-right:4px!important}.ml-1-lg{margin-left:4px!important}.mt-1-lg{margin-top:4px!important}.mb-1-lg{margin-bottom:4px!important}.mx-1-lg{margin-left:4px!important;margin-right:4px!important}.my-1-lg{margin-top:4px!important;margin-bottom:4px!important}.m-1-lg-minus{margin:-4px!important}.mr-1-lg-minus{margin-right:-4px!important}.ml-1-lg-minus{margin-left:-4px!important}.mt-1-lg-minus{margin-top:-4px!important}.mb-1-lg-minus{margin-bottom:-4px!important}.p-2-lg{padding:8px!important}.pr-2-lg{padding-right:8px!important}.pl-2-lg{padding-left:8px!important}.pt-2-lg{padding-top:8px!important}.pb-2-lg{padding-bottom:8px!important}.px-2-lg{padding-left:8px!important;padding-right:8px!important}.py-2-lg{padding-top:8px!important;padding-bottom:8px!important}.m-2-lg{margin:8px!important}.mr-2-lg{margin-right:8px!important}.ml-2-lg{margin-left:8px!important}.mt-2-lg{margin-top:8px!important}.mb-2-lg{margin-bottom:8px!important}.mx-2-lg{margin-left:8px!important;margin-right:8px!important}.my-2-lg{margin-top:8px!important;margin-bottom:8px!important}.m-2-lg-minus{margin:-8px!important}.mr-2-lg-minus{margin-right:-8px!important}.ml-2-lg-minus{margin-left:-8px!important}.mt-2-lg-minus{margin-top:-8px!important}.mb-2-lg-minus{margin-bottom:-8px!important}.p-3-lg{padding:12px!important}.pr-3-lg{padding-right:12px!important}.pl-3-lg{padding-left:12px!important}.pt-3-lg{padding-top:12px!important}.pb-3-lg{padding-bottom:12px!important}.px-3-lg{padding-left:12px!important;padding-right:12px!important}.py-3-lg{padding-top:12px!important;padding-bottom:12px!important}.m-3-lg{margin:12px!important}.mr-3-lg{margin-right:12px!important}.ml-3-lg{margin-left:12px!important}.mt-3-lg{margin-top:12px!important}.mb-3-lg{margin-bottom:12px!important}.mx-3-lg{margin-left:12px!important;margin-right:12px!important}.my-3-lg{margin-top:12px!important;margin-bottom:12px!important}.m-3-lg-minus{margin:-12px!important}.mr-3-lg-minus{margin-right:-12px!important}.ml-3-lg-minus{margin-left:-12px!important}.mt-3-lg-minus{margin-top:-12px!important}.mb-3-lg-minus{margin-bottom:-12px!important}.p-4-lg{padding:16px!important}.pr-4-lg{padding-right:16px!important}.pl-4-lg{padding-left:16px!important}.pt-4-lg{padding-top:16px!important}.pb-4-lg{padding-bottom:16px!important}.px-4-lg{padding-left:16px!important;padding-right:16px!important}.py-4-lg{padding-top:16px!important;padding-bottom:16px!important}.m-4-lg{margin:16px!important}.mr-4-lg{margin-right:16px!important}.ml-4-lg{margin-left:16px!important}.mt-4-lg{margin-top:16px!important}.mb-4-lg{margin-bottom:16px!important}.mx-4-lg{margin-left:16px!important;margin-right:16px!important}.my-4-lg{margin-top:16px!important;margin-bottom:16px!important}.m-4-lg-minus{margin:-16px!important}.mr-4-lg-minus{margin-right:-16px!important}.ml-4-lg-minus{margin-left:-16px!important}.mt-4-lg-minus{margin-top:-16px!important}.mb-4-lg-minus{margin-bottom:-16px!important}.p-5-lg{padding:20px!important}.pr-5-lg{padding-right:20px!important}.pl-5-lg{padding-left:20px!important}.pt-5-lg{padding-top:20px!important}.pb-5-lg{padding-bottom:20px!important}.px-5-lg{padding-left:20px!important;padding-right:20px!important}.py-5-lg{padding-top:20px!important;padding-bottom:20px!important}.m-5-lg{margin:20px!important}.mr-5-lg{margin-right:20px!important}.ml-5-lg{margin-left:20px!important}.mt-5-lg{margin-top:20px!important}.mb-5-lg{margin-bottom:20px!important}.mx-5-lg{margin-left:20px!important;margin-right:20px!important}.my-5-lg{margin-top:20px!important;margin-bottom:20px!important}.m-5-lg-minus{margin:-20px!important}.mr-5-lg-minus{margin-right:-20px!important}.ml-5-lg-minus{margin-left:-20px!important}.mt-5-lg-minus{margin-top:-20px!important}.mb-5-lg-minus{margin-bottom:-20px!important}.p-6-lg{padding:24px!important}.pr-6-lg{padding-right:24px!important}.pl-6-lg{padding-left:24px!important}.pt-6-lg{padding-top:24px!important}.pb-6-lg{padding-bottom:24px!important}.px-6-lg{padding-left:24px!important;padding-right:24px!important}.py-6-lg{padding-top:24px!important;padding-bottom:24px!important}.m-6-lg{margin:24px!important}.mr-6-lg{margin-right:24px!important}.ml-6-lg{margin-left:24px!important}.mt-6-lg{margin-top:24px!important}.mb-6-lg{margin-bottom:24px!important}.mx-6-lg{margin-left:24px!important;margin-right:24px!important}.my-6-lg{margin-top:24px!important;margin-bottom:24px!important}.m-6-lg-minus{margin:-24px!important}.mr-6-lg-minus{margin-right:-24px!important}.ml-6-lg-minus{margin-left:-24px!important}.mt-6-lg-minus{margin-top:-24px!important}.mb-6-lg-minus{margin-bottom:-24px!important}.p-7-lg{padding:28px!important}.pr-7-lg{padding-right:28px!important}.pl-7-lg{padding-left:28px!important}.pt-7-lg{padding-top:28px!important}.pb-7-lg{padding-bottom:28px!important}.px-7-lg{padding-left:28px!important;padding-right:28px!important}.py-7-lg{padding-top:28px!important;padding-bottom:28px!important}.m-7-lg{margin:28px!important}.mr-7-lg{margin-right:28px!important}.ml-7-lg{margin-left:28px!important}.mt-7-lg{margin-top:28px!important}.mb-7-lg{margin-bottom:28px!important}.mx-7-lg{margin-left:28px!important;margin-right:28px!important}.my-7-lg{margin-top:28px!important;margin-bottom:28px!important}.m-7-lg-minus{margin:-28px!important}.mr-7-lg-minus{margin-right:-28px!important}.ml-7-lg-minus{margin-left:-28px!important}.mt-7-lg-minus{margin-top:-28px!important}.mb-7-lg-minus{margin-bottom:-28px!important}.p-8-lg{padding:32px!important}.pr-8-lg{padding-right:32px!important}.pl-8-lg{padding-left:32px!important}.pt-8-lg{padding-top:32px!important}.pb-8-lg{padding-bottom:32px!important}.px-8-lg{padding-left:32px!important;padding-right:32px!important}.py-8-lg{padding-top:32px!important;padding-bottom:32px!important}.m-8-lg{margin:32px!important}.mr-8-lg{margin-right:32px!important}.ml-8-lg{margin-left:32px!important}.mt-8-lg{margin-top:32px!important}.mb-8-lg{margin-bottom:32px!important}.mx-8-lg{margin-left:32px!important;margin-right:32px!important}.my-8-lg{margin-top:32px!important;margin-bottom:32px!important}.m-8-lg-minus{margin:-32px!important}.mr-8-lg-minus{margin-right:-32px!important}.ml-8-lg-minus{margin-left:-32px!important}.mt-8-lg-minus{margin-top:-32px!important}.mb-8-lg-minus{margin-bottom:-32px!important}.p-9-lg{padding:36px!important}.pr-9-lg{padding-right:36px!important}.pl-9-lg{padding-left:36px!important}.pt-9-lg{padding-top:36px!important}.pb-9-lg{padding-bottom:36px!important}.px-9-lg{padding-left:36px!important;padding-right:36px!important}.py-9-lg{padding-top:36px!important;padding-bottom:36px!important}.m-9-lg{margin:36px!important}.mr-9-lg{margin-right:36px!important}.ml-9-lg{margin-left:36px!important}.mt-9-lg{margin-top:36px!important}.mb-9-lg{margin-bottom:36px!important}.mx-9-lg{margin-left:36px!important;margin-right:36px!important}.my-9-lg{margin-top:36px!important;margin-bottom:36px!important}.m-9-lg-minus{margin:-36px!important}.mr-9-lg-minus{margin-right:-36px!important}.ml-9-lg-minus{margin-left:-36px!important}.mt-9-lg-minus{margin-top:-36px!important}.mb-9-lg-minus{margin-bottom:-36px!important}.p-10-lg{padding:40px!important}.pr-10-lg{padding-right:40px!important}.pl-10-lg{padding-left:40px!important}.pt-10-lg{padding-top:40px!important}.pb-10-lg{padding-bottom:40px!important}.px-10-lg{padding-left:40px!important;padding-right:40px!important}.py-10-lg{padding-top:40px!important;padding-bottom:40px!important}.m-10-lg{margin:40px!important}.mr-10-lg{margin-right:40px!important}.ml-10-lg{margin-left:40px!important}.mt-10-lg{margin-top:40px!important}.mb-10-lg{margin-bottom:40px!important}.mx-10-lg{margin-left:40px!important;margin-right:40px!important}.my-10-lg{margin-top:40px!important;margin-bottom:40px!important}.m-10-lg-minus{margin:-40px!important}.mr-10-lg-minus{margin-right:-40px!important}.ml-10-lg-minus{margin-left:-40px!important}.mt-10-lg-minus{margin-top:-40px!important}.mb-10-lg-minus{margin-bottom:-40px!important}.p-11-lg{padding:44px!important}.pr-11-lg{padding-right:44px!important}.pl-11-lg{padding-left:44px!important}.pt-11-lg{padding-top:44px!important}.pb-11-lg{padding-bottom:44px!important}.px-11-lg{padding-left:44px!important;padding-right:44px!important}.py-11-lg{padding-top:44px!important;padding-bottom:44px!important}.m-11-lg{margin:44px!important}.mr-11-lg{margin-right:44px!important}.ml-11-lg{margin-left:44px!important}.mt-11-lg{margin-top:44px!important}.mb-11-lg{margin-bottom:44px!important}.mx-11-lg{margin-left:44px!important;margin-right:44px!important}.my-11-lg{margin-top:44px!important;margin-bottom:44px!important}.m-11-lg-minus{margin:-44px!important}.mr-11-lg-minus{margin-right:-44px!important}.ml-11-lg-minus{margin-left:-44px!important}.mt-11-lg-minus{margin-top:-44px!important}.mb-11-lg-minus{margin-bottom:-44px!important}.p-12-lg{padding:48px!important}.pr-12-lg{padding-right:48px!important}.pl-12-lg{padding-left:48px!important}.pt-12-lg{padding-top:48px!important}.pb-12-lg{padding-bottom:48px!important}.px-12-lg{padding-left:48px!important;padding-right:48px!important}.py-12-lg{padding-top:48px!important;padding-bottom:48px!important}.m-12-lg{margin:48px!important}.mr-12-lg{margin-right:48px!important}.ml-12-lg{margin-left:48px!important}.mt-12-lg{margin-top:48px!important}.mb-12-lg{margin-bottom:48px!important}.mx-12-lg{margin-left:48px!important;margin-right:48px!important}.my-12-lg{margin-top:48px!important;margin-bottom:48px!important}.m-12-lg-minus{margin:-48px!important}.mr-12-lg-minus{margin-right:-48px!important}.ml-12-lg-minus{margin-left:-48px!important}.mt-12-lg-minus{margin-top:-48px!important}.mb-12-lg-minus{margin-bottom:-48px!important}.p-13-lg{padding:52px!important}.pr-13-lg{padding-right:52px!important}.pl-13-lg{padding-left:52px!important}.pt-13-lg{padding-top:52px!important}.pb-13-lg{padding-bottom:52px!important}.px-13-lg{padding-left:52px!important;padding-right:52px!important}.py-13-lg{padding-top:52px!important;padding-bottom:52px!important}.m-13-lg{margin:52px!important}.mr-13-lg{margin-right:52px!important}.ml-13-lg{margin-left:52px!important}.mt-13-lg{margin-top:52px!important}.mb-13-lg{margin-bottom:52px!important}.mx-13-lg{margin-left:52px!important;margin-right:52px!important}.my-13-lg{margin-top:52px!important;margin-bottom:52px!important}.m-13-lg-minus{margin:-52px!important}.mr-13-lg-minus{margin-right:-52px!important}.ml-13-lg-minus{margin-left:-52px!important}.mt-13-lg-minus{margin-top:-52px!important}.mb-13-lg-minus{margin-bottom:-52px!important}.p-14-lg{padding:56px!important}.pr-14-lg{padding-right:56px!important}.pl-14-lg{padding-left:56px!important}.pt-14-lg{padding-top:56px!important}.pb-14-lg{padding-bottom:56px!important}.px-14-lg{padding-left:56px!important;padding-right:56px!important}.py-14-lg{padding-top:56px!important;padding-bottom:56px!important}.m-14-lg{margin:56px!important}.mr-14-lg{margin-right:56px!important}.ml-14-lg{margin-left:56px!important}.mt-14-lg{margin-top:56px!important}.mb-14-lg{margin-bottom:56px!important}.mx-14-lg{margin-left:56px!important;margin-right:56px!important}.my-14-lg{margin-top:56px!important;margin-bottom:56px!important}.m-14-lg-minus{margin:-56px!important}.mr-14-lg-minus{margin-right:-56px!important}.ml-14-lg-minus{margin-left:-56px!important}.mt-14-lg-minus{margin-top:-56px!important}.mb-14-lg-minus{margin-bottom:-56px!important}.p-15-lg{padding:60px!important}.pr-15-lg{padding-right:60px!important}.pl-15-lg{padding-left:60px!important}.pt-15-lg{padding-top:60px!important}.pb-15-lg{padding-bottom:60px!important}.px-15-lg{padding-left:60px!important;padding-right:60px!important}.py-15-lg{padding-top:60px!important;padding-bottom:60px!important}.m-15-lg{margin:60px!important}.mr-15-lg{margin-right:60px!important}.ml-15-lg{margin-left:60px!important}.mt-15-lg{margin-top:60px!important}.mb-15-lg{margin-bottom:60px!important}.mx-15-lg{margin-left:60px!important;margin-right:60px!important}.my-15-lg{margin-top:60px!important;margin-bottom:60px!important}.m-15-lg-minus{margin:-60px!important}.mr-15-lg-minus{margin-right:-60px!important}.ml-15-lg-minus{margin-left:-60px!important}.mt-15-lg-minus{margin-top:-60px!important}.mb-15-lg-minus{margin-bottom:-60px!important}.p-16-lg{padding:64px!important}.pr-16-lg{padding-right:64px!important}.pl-16-lg{padding-left:64px!important}.pt-16-lg{padding-top:64px!important}.pb-16-lg{padding-bottom:64px!important}.px-16-lg{padding-left:64px!important;padding-right:64px!important}.py-16-lg{padding-top:64px!important;padding-bottom:64px!important}.m-16-lg{margin:64px!important}.mr-16-lg{margin-right:64px!important}.ml-16-lg{margin-left:64px!important}.mt-16-lg{margin-top:64px!important}.mb-16-lg{margin-bottom:64px!important}.mx-16-lg{margin-left:64px!important;margin-right:64px!important}.my-16-lg{margin-top:64px!important;margin-bottom:64px!important}.m-16-lg-minus{margin:-64px!important}.mr-16-lg-minus{margin-right:-64px!important}.ml-16-lg-minus{margin-left:-64px!important}.mt-16-lg-minus{margin-top:-64px!important}.mb-16-lg-minus{margin-bottom:-64px!important}.p-17-lg{padding:68px!important}.pr-17-lg{padding-right:68px!important}.pl-17-lg{padding-left:68px!important}.pt-17-lg{padding-top:68px!important}.pb-17-lg{padding-bottom:68px!important}.px-17-lg{padding-left:68px!important;padding-right:68px!important}.py-17-lg{padding-top:68px!important;padding-bottom:68px!important}.m-17-lg{margin:68px!important}.mr-17-lg{margin-right:68px!important}.ml-17-lg{margin-left:68px!important}.mt-17-lg{margin-top:68px!important}.mb-17-lg{margin-bottom:68px!important}.mx-17-lg{margin-left:68px!important;margin-right:68px!important}.my-17-lg{margin-top:68px!important;margin-bottom:68px!important}.m-17-lg-minus{margin:-68px!important}.mr-17-lg-minus{margin-right:-68px!important}.ml-17-lg-minus{margin-left:-68px!important}.mt-17-lg-minus{margin-top:-68px!important}.mb-17-lg-minus{margin-bottom:-68px!important}.p-18-lg{padding:72px!important}.pr-18-lg{padding-right:72px!important}.pl-18-lg{padding-left:72px!important}.pt-18-lg{padding-top:72px!important}.pb-18-lg{padding-bottom:72px!important}.px-18-lg{padding-left:72px!important;padding-right:72px!important}.py-18-lg{padding-top:72px!important;padding-bottom:72px!important}.m-18-lg{margin:72px!important}.mr-18-lg{margin-right:72px!important}.ml-18-lg{margin-left:72px!important}.mt-18-lg{margin-top:72px!important}.mb-18-lg{margin-bottom:72px!important}.mx-18-lg{margin-left:72px!important;margin-right:72px!important}.my-18-lg{margin-top:72px!important;margin-bottom:72px!important}.m-18-lg-minus{margin:-72px!important}.mr-18-lg-minus{margin-right:-72px!important}.ml-18-lg-minus{margin-left:-72px!important}.mt-18-lg-minus{margin-top:-72px!important}.mb-18-lg-minus{margin-bottom:-72px!important}.p-19-lg{padding:76px!important}.pr-19-lg{padding-right:76px!important}.pl-19-lg{padding-left:76px!important}.pt-19-lg{padding-top:76px!important}.pb-19-lg{padding-bottom:76px!important}.px-19-lg{padding-left:76px!important;padding-right:76px!important}.py-19-lg{padding-top:76px!important;padding-bottom:76px!important}.m-19-lg{margin:76px!important}.mr-19-lg{margin-right:76px!important}.ml-19-lg{margin-left:76px!important}.mt-19-lg{margin-top:76px!important}.mb-19-lg{margin-bottom:76px!important}.mx-19-lg{margin-left:76px!important;margin-right:76px!important}.my-19-lg{margin-top:76px!important;margin-bottom:76px!important}.m-19-lg-minus{margin:-76px!important}.mr-19-lg-minus{margin-right:-76px!important}.ml-19-lg-minus{margin-left:-76px!important}.mt-19-lg-minus{margin-top:-76px!important}.mb-19-lg-minus{margin-bottom:-76px!important}.p-20-lg{padding:80px!important}.pr-20-lg{padding-right:80px!important}.pl-20-lg{padding-left:80px!important}.pt-20-lg{padding-top:80px!important}.pb-20-lg{padding-bottom:80px!important}.px-20-lg{padding-left:80px!important;padding-right:80px!important}.py-20-lg{padding-top:80px!important;padding-bottom:80px!important}.m-20-lg{margin:80px!important}.mr-20-lg{margin-right:80px!important}.ml-20-lg{margin-left:80px!important}.mt-20-lg{margin-top:80px!important}.mb-20-lg{margin-bottom:80px!important}.mx-20-lg{margin-left:80px!important;margin-right:80px!important}.my-20-lg{margin-top:80px!important;margin-bottom:80px!important}.m-20-lg-minus{margin:-80px!important}.mr-20-lg-minus{margin-right:-80px!important}.ml-20-lg-minus{margin-left:-80px!important}.mt-20-lg-minus{margin-top:-80px!important}.mb-20-lg-minus{margin-bottom:-80px!important}}@media screen and (min-width:1200px){.mx-auto-xl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-auto-xl{margin-top:auto!important}.mb-auto-xl{margin-bottom:auto!important}.p-0-xl{padding:0!important}.pl-0-xl{padding-left:0!important}.pr-0-xl{padding-right:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.m-0-xl{margin:0!important}.ml-0-xl{margin-left:0!important}.mr-0-xl{margin-right:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.p-0-xl{padding:0!important}.pr-0-xl{padding-right:0!important}.pl-0-xl{padding-left:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-top:0!important;padding-bottom:0!important}.m-0-xl{margin:0!important}.mr-0-xl{margin-right:0!important}.ml-0-xl{margin-left:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.m-0-xl-minus{margin:0!important}.mr-0-xl-minus{margin-right:0!important}.ml-0-xl-minus{margin-left:0!important}.mt-0-xl-minus{margin-top:0!important}.mb-0-xl-minus{margin-bottom:0!important}.p-1-xl{padding:4px!important}.pr-1-xl{padding-right:4px!important}.pl-1-xl{padding-left:4px!important}.pt-1-xl{padding-top:4px!important}.pb-1-xl{padding-bottom:4px!important}.px-1-xl{padding-left:4px!important;padding-right:4px!important}.py-1-xl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xl{margin:4px!important}.mr-1-xl{margin-right:4px!important}.ml-1-xl{margin-left:4px!important}.mt-1-xl{margin-top:4px!important}.mb-1-xl{margin-bottom:4px!important}.mx-1-xl{margin-left:4px!important;margin-right:4px!important}.my-1-xl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xl-minus{margin:-4px!important}.mr-1-xl-minus{margin-right:-4px!important}.ml-1-xl-minus{margin-left:-4px!important}.mt-1-xl-minus{margin-top:-4px!important}.mb-1-xl-minus{margin-bottom:-4px!important}.p-2-xl{padding:8px!important}.pr-2-xl{padding-right:8px!important}.pl-2-xl{padding-left:8px!important}.pt-2-xl{padding-top:8px!important}.pb-2-xl{padding-bottom:8px!important}.px-2-xl{padding-left:8px!important;padding-right:8px!important}.py-2-xl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xl{margin:8px!important}.mr-2-xl{margin-right:8px!important}.ml-2-xl{margin-left:8px!important}.mt-2-xl{margin-top:8px!important}.mb-2-xl{margin-bottom:8px!important}.mx-2-xl{margin-left:8px!important;margin-right:8px!important}.my-2-xl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xl-minus{margin:-8px!important}.mr-2-xl-minus{margin-right:-8px!important}.ml-2-xl-minus{margin-left:-8px!important}.mt-2-xl-minus{margin-top:-8px!important}.mb-2-xl-minus{margin-bottom:-8px!important}.p-3-xl{padding:12px!important}.pr-3-xl{padding-right:12px!important}.pl-3-xl{padding-left:12px!important}.pt-3-xl{padding-top:12px!important}.pb-3-xl{padding-bottom:12px!important}.px-3-xl{padding-left:12px!important;padding-right:12px!important}.py-3-xl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xl{margin:12px!important}.mr-3-xl{margin-right:12px!important}.ml-3-xl{margin-left:12px!important}.mt-3-xl{margin-top:12px!important}.mb-3-xl{margin-bottom:12px!important}.mx-3-xl{margin-left:12px!important;margin-right:12px!important}.my-3-xl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xl-minus{margin:-12px!important}.mr-3-xl-minus{margin-right:-12px!important}.ml-3-xl-minus{margin-left:-12px!important}.mt-3-xl-minus{margin-top:-12px!important}.mb-3-xl-minus{margin-bottom:-12px!important}.p-4-xl{padding:16px!important}.pr-4-xl{padding-right:16px!important}.pl-4-xl{padding-left:16px!important}.pt-4-xl{padding-top:16px!important}.pb-4-xl{padding-bottom:16px!important}.px-4-xl{padding-left:16px!important;padding-right:16px!important}.py-4-xl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xl{margin:16px!important}.mr-4-xl{margin-right:16px!important}.ml-4-xl{margin-left:16px!important}.mt-4-xl{margin-top:16px!important}.mb-4-xl{margin-bottom:16px!important}.mx-4-xl{margin-left:16px!important;margin-right:16px!important}.my-4-xl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xl-minus{margin:-16px!important}.mr-4-xl-minus{margin-right:-16px!important}.ml-4-xl-minus{margin-left:-16px!important}.mt-4-xl-minus{margin-top:-16px!important}.mb-4-xl-minus{margin-bottom:-16px!important}.p-5-xl{padding:20px!important}.pr-5-xl{padding-right:20px!important}.pl-5-xl{padding-left:20px!important}.pt-5-xl{padding-top:20px!important}.pb-5-xl{padding-bottom:20px!important}.px-5-xl{padding-left:20px!important;padding-right:20px!important}.py-5-xl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xl{margin:20px!important}.mr-5-xl{margin-right:20px!important}.ml-5-xl{margin-left:20px!important}.mt-5-xl{margin-top:20px!important}.mb-5-xl{margin-bottom:20px!important}.mx-5-xl{margin-left:20px!important;margin-right:20px!important}.my-5-xl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xl-minus{margin:-20px!important}.mr-5-xl-minus{margin-right:-20px!important}.ml-5-xl-minus{margin-left:-20px!important}.mt-5-xl-minus{margin-top:-20px!important}.mb-5-xl-minus{margin-bottom:-20px!important}.p-6-xl{padding:24px!important}.pr-6-xl{padding-right:24px!important}.pl-6-xl{padding-left:24px!important}.pt-6-xl{padding-top:24px!important}.pb-6-xl{padding-bottom:24px!important}.px-6-xl{padding-left:24px!important;padding-right:24px!important}.py-6-xl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xl{margin:24px!important}.mr-6-xl{margin-right:24px!important}.ml-6-xl{margin-left:24px!important}.mt-6-xl{margin-top:24px!important}.mb-6-xl{margin-bottom:24px!important}.mx-6-xl{margin-left:24px!important;margin-right:24px!important}.my-6-xl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xl-minus{margin:-24px!important}.mr-6-xl-minus{margin-right:-24px!important}.ml-6-xl-minus{margin-left:-24px!important}.mt-6-xl-minus{margin-top:-24px!important}.mb-6-xl-minus{margin-bottom:-24px!important}.p-7-xl{padding:28px!important}.pr-7-xl{padding-right:28px!important}.pl-7-xl{padding-left:28px!important}.pt-7-xl{padding-top:28px!important}.pb-7-xl{padding-bottom:28px!important}.px-7-xl{padding-left:28px!important;padding-right:28px!important}.py-7-xl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xl{margin:28px!important}.mr-7-xl{margin-right:28px!important}.ml-7-xl{margin-left:28px!important}.mt-7-xl{margin-top:28px!important}.mb-7-xl{margin-bottom:28px!important}.mx-7-xl{margin-left:28px!important;margin-right:28px!important}.my-7-xl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xl-minus{margin:-28px!important}.mr-7-xl-minus{margin-right:-28px!important}.ml-7-xl-minus{margin-left:-28px!important}.mt-7-xl-minus{margin-top:-28px!important}.mb-7-xl-minus{margin-bottom:-28px!important}.p-8-xl{padding:32px!important}.pr-8-xl{padding-right:32px!important}.pl-8-xl{padding-left:32px!important}.pt-8-xl{padding-top:32px!important}.pb-8-xl{padding-bottom:32px!important}.px-8-xl{padding-left:32px!important;padding-right:32px!important}.py-8-xl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xl{margin:32px!important}.mr-8-xl{margin-right:32px!important}.ml-8-xl{margin-left:32px!important}.mt-8-xl{margin-top:32px!important}.mb-8-xl{margin-bottom:32px!important}.mx-8-xl{margin-left:32px!important;margin-right:32px!important}.my-8-xl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xl-minus{margin:-32px!important}.mr-8-xl-minus{margin-right:-32px!important}.ml-8-xl-minus{margin-left:-32px!important}.mt-8-xl-minus{margin-top:-32px!important}.mb-8-xl-minus{margin-bottom:-32px!important}.p-9-xl{padding:36px!important}.pr-9-xl{padding-right:36px!important}.pl-9-xl{padding-left:36px!important}.pt-9-xl{padding-top:36px!important}.pb-9-xl{padding-bottom:36px!important}.px-9-xl{padding-left:36px!important;padding-right:36px!important}.py-9-xl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xl{margin:36px!important}.mr-9-xl{margin-right:36px!important}.ml-9-xl{margin-left:36px!important}.mt-9-xl{margin-top:36px!important}.mb-9-xl{margin-bottom:36px!important}.mx-9-xl{margin-left:36px!important;margin-right:36px!important}.my-9-xl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xl-minus{margin:-36px!important}.mr-9-xl-minus{margin-right:-36px!important}.ml-9-xl-minus{margin-left:-36px!important}.mt-9-xl-minus{margin-top:-36px!important}.mb-9-xl-minus{margin-bottom:-36px!important}.p-10-xl{padding:40px!important}.pr-10-xl{padding-right:40px!important}.pl-10-xl{padding-left:40px!important}.pt-10-xl{padding-top:40px!important}.pb-10-xl{padding-bottom:40px!important}.px-10-xl{padding-left:40px!important;padding-right:40px!important}.py-10-xl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xl{margin:40px!important}.mr-10-xl{margin-right:40px!important}.ml-10-xl{margin-left:40px!important}.mt-10-xl{margin-top:40px!important}.mb-10-xl{margin-bottom:40px!important}.mx-10-xl{margin-left:40px!important;margin-right:40px!important}.my-10-xl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xl-minus{margin:-40px!important}.mr-10-xl-minus{margin-right:-40px!important}.ml-10-xl-minus{margin-left:-40px!important}.mt-10-xl-minus{margin-top:-40px!important}.mb-10-xl-minus{margin-bottom:-40px!important}.p-11-xl{padding:44px!important}.pr-11-xl{padding-right:44px!important}.pl-11-xl{padding-left:44px!important}.pt-11-xl{padding-top:44px!important}.pb-11-xl{padding-bottom:44px!important}.px-11-xl{padding-left:44px!important;padding-right:44px!important}.py-11-xl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xl{margin:44px!important}.mr-11-xl{margin-right:44px!important}.ml-11-xl{margin-left:44px!important}.mt-11-xl{margin-top:44px!important}.mb-11-xl{margin-bottom:44px!important}.mx-11-xl{margin-left:44px!important;margin-right:44px!important}.my-11-xl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xl-minus{margin:-44px!important}.mr-11-xl-minus{margin-right:-44px!important}.ml-11-xl-minus{margin-left:-44px!important}.mt-11-xl-minus{margin-top:-44px!important}.mb-11-xl-minus{margin-bottom:-44px!important}.p-12-xl{padding:48px!important}.pr-12-xl{padding-right:48px!important}.pl-12-xl{padding-left:48px!important}.pt-12-xl{padding-top:48px!important}.pb-12-xl{padding-bottom:48px!important}.px-12-xl{padding-left:48px!important;padding-right:48px!important}.py-12-xl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xl{margin:48px!important}.mr-12-xl{margin-right:48px!important}.ml-12-xl{margin-left:48px!important}.mt-12-xl{margin-top:48px!important}.mb-12-xl{margin-bottom:48px!important}.mx-12-xl{margin-left:48px!important;margin-right:48px!important}.my-12-xl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xl-minus{margin:-48px!important}.mr-12-xl-minus{margin-right:-48px!important}.ml-12-xl-minus{margin-left:-48px!important}.mt-12-xl-minus{margin-top:-48px!important}.mb-12-xl-minus{margin-bottom:-48px!important}.p-13-xl{padding:52px!important}.pr-13-xl{padding-right:52px!important}.pl-13-xl{padding-left:52px!important}.pt-13-xl{padding-top:52px!important}.pb-13-xl{padding-bottom:52px!important}.px-13-xl{padding-left:52px!important;padding-right:52px!important}.py-13-xl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xl{margin:52px!important}.mr-13-xl{margin-right:52px!important}.ml-13-xl{margin-left:52px!important}.mt-13-xl{margin-top:52px!important}.mb-13-xl{margin-bottom:52px!important}.mx-13-xl{margin-left:52px!important;margin-right:52px!important}.my-13-xl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xl-minus{margin:-52px!important}.mr-13-xl-minus{margin-right:-52px!important}.ml-13-xl-minus{margin-left:-52px!important}.mt-13-xl-minus{margin-top:-52px!important}.mb-13-xl-minus{margin-bottom:-52px!important}.p-14-xl{padding:56px!important}.pr-14-xl{padding-right:56px!important}.pl-14-xl{padding-left:56px!important}.pt-14-xl{padding-top:56px!important}.pb-14-xl{padding-bottom:56px!important}.px-14-xl{padding-left:56px!important;padding-right:56px!important}.py-14-xl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xl{margin:56px!important}.mr-14-xl{margin-right:56px!important}.ml-14-xl{margin-left:56px!important}.mt-14-xl{margin-top:56px!important}.mb-14-xl{margin-bottom:56px!important}.mx-14-xl{margin-left:56px!important;margin-right:56px!important}.my-14-xl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xl-minus{margin:-56px!important}.mr-14-xl-minus{margin-right:-56px!important}.ml-14-xl-minus{margin-left:-56px!important}.mt-14-xl-minus{margin-top:-56px!important}.mb-14-xl-minus{margin-bottom:-56px!important}.p-15-xl{padding:60px!important}.pr-15-xl{padding-right:60px!important}.pl-15-xl{padding-left:60px!important}.pt-15-xl{padding-top:60px!important}.pb-15-xl{padding-bottom:60px!important}.px-15-xl{padding-left:60px!important;padding-right:60px!important}.py-15-xl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xl{margin:60px!important}.mr-15-xl{margin-right:60px!important}.ml-15-xl{margin-left:60px!important}.mt-15-xl{margin-top:60px!important}.mb-15-xl{margin-bottom:60px!important}.mx-15-xl{margin-left:60px!important;margin-right:60px!important}.my-15-xl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xl-minus{margin:-60px!important}.mr-15-xl-minus{margin-right:-60px!important}.ml-15-xl-minus{margin-left:-60px!important}.mt-15-xl-minus{margin-top:-60px!important}.mb-15-xl-minus{margin-bottom:-60px!important}.p-16-xl{padding:64px!important}.pr-16-xl{padding-right:64px!important}.pl-16-xl{padding-left:64px!important}.pt-16-xl{padding-top:64px!important}.pb-16-xl{padding-bottom:64px!important}.px-16-xl{padding-left:64px!important;padding-right:64px!important}.py-16-xl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xl{margin:64px!important}.mr-16-xl{margin-right:64px!important}.ml-16-xl{margin-left:64px!important}.mt-16-xl{margin-top:64px!important}.mb-16-xl{margin-bottom:64px!important}.mx-16-xl{margin-left:64px!important;margin-right:64px!important}.my-16-xl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xl-minus{margin:-64px!important}.mr-16-xl-minus{margin-right:-64px!important}.ml-16-xl-minus{margin-left:-64px!important}.mt-16-xl-minus{margin-top:-64px!important}.mb-16-xl-minus{margin-bottom:-64px!important}.p-17-xl{padding:68px!important}.pr-17-xl{padding-right:68px!important}.pl-17-xl{padding-left:68px!important}.pt-17-xl{padding-top:68px!important}.pb-17-xl{padding-bottom:68px!important}.px-17-xl{padding-left:68px!important;padding-right:68px!important}.py-17-xl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xl{margin:68px!important}.mr-17-xl{margin-right:68px!important}.ml-17-xl{margin-left:68px!important}.mt-17-xl{margin-top:68px!important}.mb-17-xl{margin-bottom:68px!important}.mx-17-xl{margin-left:68px!important;margin-right:68px!important}.my-17-xl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xl-minus{margin:-68px!important}.mr-17-xl-minus{margin-right:-68px!important}.ml-17-xl-minus{margin-left:-68px!important}.mt-17-xl-minus{margin-top:-68px!important}.mb-17-xl-minus{margin-bottom:-68px!important}.p-18-xl{padding:72px!important}.pr-18-xl{padding-right:72px!important}.pl-18-xl{padding-left:72px!important}.pt-18-xl{padding-top:72px!important}.pb-18-xl{padding-bottom:72px!important}.px-18-xl{padding-left:72px!important;padding-right:72px!important}.py-18-xl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xl{margin:72px!important}.mr-18-xl{margin-right:72px!important}.ml-18-xl{margin-left:72px!important}.mt-18-xl{margin-top:72px!important}.mb-18-xl{margin-bottom:72px!important}.mx-18-xl{margin-left:72px!important;margin-right:72px!important}.my-18-xl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xl-minus{margin:-72px!important}.mr-18-xl-minus{margin-right:-72px!important}.ml-18-xl-minus{margin-left:-72px!important}.mt-18-xl-minus{margin-top:-72px!important}.mb-18-xl-minus{margin-bottom:-72px!important}.p-19-xl{padding:76px!important}.pr-19-xl{padding-right:76px!important}.pl-19-xl{padding-left:76px!important}.pt-19-xl{padding-top:76px!important}.pb-19-xl{padding-bottom:76px!important}.px-19-xl{padding-left:76px!important;padding-right:76px!important}.py-19-xl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xl{margin:76px!important}.mr-19-xl{margin-right:76px!important}.ml-19-xl{margin-left:76px!important}.mt-19-xl{margin-top:76px!important}.mb-19-xl{margin-bottom:76px!important}.mx-19-xl{margin-left:76px!important;margin-right:76px!important}.my-19-xl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xl-minus{margin:-76px!important}.mr-19-xl-minus{margin-right:-76px!important}.ml-19-xl-minus{margin-left:-76px!important}.mt-19-xl-minus{margin-top:-76px!important}.mb-19-xl-minus{margin-bottom:-76px!important}.p-20-xl{padding:80px!important}.pr-20-xl{padding-right:80px!important}.pl-20-xl{padding-left:80px!important}.pt-20-xl{padding-top:80px!important}.pb-20-xl{padding-bottom:80px!important}.px-20-xl{padding-left:80px!important;padding-right:80px!important}.py-20-xl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xl{margin:80px!important}.mr-20-xl{margin-right:80px!important}.ml-20-xl{margin-left:80px!important}.mt-20-xl{margin-top:80px!important}.mb-20-xl{margin-bottom:80px!important}.mx-20-xl{margin-left:80px!important;margin-right:80px!important}.my-20-xl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xl-minus{margin:-80px!important}.mr-20-xl-minus{margin-right:-80px!important}.ml-20-xl-minus{margin-left:-80px!important}.mt-20-xl-minus{margin-top:-80px!important}.mb-20-xl-minus{margin-bottom:-80px!important}}@media screen and (min-width:1452px){.mx-auto-xxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxl{margin-left:auto!important}.mr-auto-xxl{margin-right:auto!important}.mt-auto-xxl{margin-top:auto!important}.mb-auto-xxl{margin-bottom:auto!important}.p-0-xxl{padding:0!important}.pl-0-xxl{padding-left:0!important}.pr-0-xxl{padding-right:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.m-0-xxl{margin:0!important}.ml-0-xxl{margin-left:0!important}.mr-0-xxl{margin-right:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.p-0-xxl{padding:0!important}.pr-0-xxl{padding-right:0!important}.pl-0-xxl{padding-left:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.px-0-xxl{padding-left:0!important;padding-right:0!important}.py-0-xxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxl{margin:0!important}.mr-0-xxl{margin-right:0!important}.ml-0-xxl{margin-left:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.mx-0-xxl{margin-left:0!important;margin-right:0!important}.my-0-xxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxl-minus{margin:0!important}.mr-0-xxl-minus{margin-right:0!important}.ml-0-xxl-minus{margin-left:0!important}.mt-0-xxl-minus{margin-top:0!important}.mb-0-xxl-minus{margin-bottom:0!important}.p-1-xxl{padding:4px!important}.pr-1-xxl{padding-right:4px!important}.pl-1-xxl{padding-left:4px!important}.pt-1-xxl{padding-top:4px!important}.pb-1-xxl{padding-bottom:4px!important}.px-1-xxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxl{margin:4px!important}.mr-1-xxl{margin-right:4px!important}.ml-1-xxl{margin-left:4px!important}.mt-1-xxl{margin-top:4px!important}.mb-1-xxl{margin-bottom:4px!important}.mx-1-xxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxl-minus{margin:-4px!important}.mr-1-xxl-minus{margin-right:-4px!important}.ml-1-xxl-minus{margin-left:-4px!important}.mt-1-xxl-minus{margin-top:-4px!important}.mb-1-xxl-minus{margin-bottom:-4px!important}.p-2-xxl{padding:8px!important}.pr-2-xxl{padding-right:8px!important}.pl-2-xxl{padding-left:8px!important}.pt-2-xxl{padding-top:8px!important}.pb-2-xxl{padding-bottom:8px!important}.px-2-xxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxl{margin:8px!important}.mr-2-xxl{margin-right:8px!important}.ml-2-xxl{margin-left:8px!important}.mt-2-xxl{margin-top:8px!important}.mb-2-xxl{margin-bottom:8px!important}.mx-2-xxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxl-minus{margin:-8px!important}.mr-2-xxl-minus{margin-right:-8px!important}.ml-2-xxl-minus{margin-left:-8px!important}.mt-2-xxl-minus{margin-top:-8px!important}.mb-2-xxl-minus{margin-bottom:-8px!important}.p-3-xxl{padding:12px!important}.pr-3-xxl{padding-right:12px!important}.pl-3-xxl{padding-left:12px!important}.pt-3-xxl{padding-top:12px!important}.pb-3-xxl{padding-bottom:12px!important}.px-3-xxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxl{margin:12px!important}.mr-3-xxl{margin-right:12px!important}.ml-3-xxl{margin-left:12px!important}.mt-3-xxl{margin-top:12px!important}.mb-3-xxl{margin-bottom:12px!important}.mx-3-xxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxl-minus{margin:-12px!important}.mr-3-xxl-minus{margin-right:-12px!important}.ml-3-xxl-minus{margin-left:-12px!important}.mt-3-xxl-minus{margin-top:-12px!important}.mb-3-xxl-minus{margin-bottom:-12px!important}.p-4-xxl{padding:16px!important}.pr-4-xxl{padding-right:16px!important}.pl-4-xxl{padding-left:16px!important}.pt-4-xxl{padding-top:16px!important}.pb-4-xxl{padding-bottom:16px!important}.px-4-xxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxl{margin:16px!important}.mr-4-xxl{margin-right:16px!important}.ml-4-xxl{margin-left:16px!important}.mt-4-xxl{margin-top:16px!important}.mb-4-xxl{margin-bottom:16px!important}.mx-4-xxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxl-minus{margin:-16px!important}.mr-4-xxl-minus{margin-right:-16px!important}.ml-4-xxl-minus{margin-left:-16px!important}.mt-4-xxl-minus{margin-top:-16px!important}.mb-4-xxl-minus{margin-bottom:-16px!important}.p-5-xxl{padding:20px!important}.pr-5-xxl{padding-right:20px!important}.pl-5-xxl{padding-left:20px!important}.pt-5-xxl{padding-top:20px!important}.pb-5-xxl{padding-bottom:20px!important}.px-5-xxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxl{margin:20px!important}.mr-5-xxl{margin-right:20px!important}.ml-5-xxl{margin-left:20px!important}.mt-5-xxl{margin-top:20px!important}.mb-5-xxl{margin-bottom:20px!important}.mx-5-xxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxl-minus{margin:-20px!important}.mr-5-xxl-minus{margin-right:-20px!important}.ml-5-xxl-minus{margin-left:-20px!important}.mt-5-xxl-minus{margin-top:-20px!important}.mb-5-xxl-minus{margin-bottom:-20px!important}.p-6-xxl{padding:24px!important}.pr-6-xxl{padding-right:24px!important}.pl-6-xxl{padding-left:24px!important}.pt-6-xxl{padding-top:24px!important}.pb-6-xxl{padding-bottom:24px!important}.px-6-xxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxl{margin:24px!important}.mr-6-xxl{margin-right:24px!important}.ml-6-xxl{margin-left:24px!important}.mt-6-xxl{margin-top:24px!important}.mb-6-xxl{margin-bottom:24px!important}.mx-6-xxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxl-minus{margin:-24px!important}.mr-6-xxl-minus{margin-right:-24px!important}.ml-6-xxl-minus{margin-left:-24px!important}.mt-6-xxl-minus{margin-top:-24px!important}.mb-6-xxl-minus{margin-bottom:-24px!important}.p-7-xxl{padding:28px!important}.pr-7-xxl{padding-right:28px!important}.pl-7-xxl{padding-left:28px!important}.pt-7-xxl{padding-top:28px!important}.pb-7-xxl{padding-bottom:28px!important}.px-7-xxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxl{margin:28px!important}.mr-7-xxl{margin-right:28px!important}.ml-7-xxl{margin-left:28px!important}.mt-7-xxl{margin-top:28px!important}.mb-7-xxl{margin-bottom:28px!important}.mx-7-xxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxl-minus{margin:-28px!important}.mr-7-xxl-minus{margin-right:-28px!important}.ml-7-xxl-minus{margin-left:-28px!important}.mt-7-xxl-minus{margin-top:-28px!important}.mb-7-xxl-minus{margin-bottom:-28px!important}.p-8-xxl{padding:32px!important}.pr-8-xxl{padding-right:32px!important}.pl-8-xxl{padding-left:32px!important}.pt-8-xxl{padding-top:32px!important}.pb-8-xxl{padding-bottom:32px!important}.px-8-xxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxl{margin:32px!important}.mr-8-xxl{margin-right:32px!important}.ml-8-xxl{margin-left:32px!important}.mt-8-xxl{margin-top:32px!important}.mb-8-xxl{margin-bottom:32px!important}.mx-8-xxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxl-minus{margin:-32px!important}.mr-8-xxl-minus{margin-right:-32px!important}.ml-8-xxl-minus{margin-left:-32px!important}.mt-8-xxl-minus{margin-top:-32px!important}.mb-8-xxl-minus{margin-bottom:-32px!important}.p-9-xxl{padding:36px!important}.pr-9-xxl{padding-right:36px!important}.pl-9-xxl{padding-left:36px!important}.pt-9-xxl{padding-top:36px!important}.pb-9-xxl{padding-bottom:36px!important}.px-9-xxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxl{margin:36px!important}.mr-9-xxl{margin-right:36px!important}.ml-9-xxl{margin-left:36px!important}.mt-9-xxl{margin-top:36px!important}.mb-9-xxl{margin-bottom:36px!important}.mx-9-xxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxl-minus{margin:-36px!important}.mr-9-xxl-minus{margin-right:-36px!important}.ml-9-xxl-minus{margin-left:-36px!important}.mt-9-xxl-minus{margin-top:-36px!important}.mb-9-xxl-minus{margin-bottom:-36px!important}.p-10-xxl{padding:40px!important}.pr-10-xxl{padding-right:40px!important}.pl-10-xxl{padding-left:40px!important}.pt-10-xxl{padding-top:40px!important}.pb-10-xxl{padding-bottom:40px!important}.px-10-xxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxl{margin:40px!important}.mr-10-xxl{margin-right:40px!important}.ml-10-xxl{margin-left:40px!important}.mt-10-xxl{margin-top:40px!important}.mb-10-xxl{margin-bottom:40px!important}.mx-10-xxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxl-minus{margin:-40px!important}.mr-10-xxl-minus{margin-right:-40px!important}.ml-10-xxl-minus{margin-left:-40px!important}.mt-10-xxl-minus{margin-top:-40px!important}.mb-10-xxl-minus{margin-bottom:-40px!important}.p-11-xxl{padding:44px!important}.pr-11-xxl{padding-right:44px!important}.pl-11-xxl{padding-left:44px!important}.pt-11-xxl{padding-top:44px!important}.pb-11-xxl{padding-bottom:44px!important}.px-11-xxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxl{margin:44px!important}.mr-11-xxl{margin-right:44px!important}.ml-11-xxl{margin-left:44px!important}.mt-11-xxl{margin-top:44px!important}.mb-11-xxl{margin-bottom:44px!important}.mx-11-xxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxl-minus{margin:-44px!important}.mr-11-xxl-minus{margin-right:-44px!important}.ml-11-xxl-minus{margin-left:-44px!important}.mt-11-xxl-minus{margin-top:-44px!important}.mb-11-xxl-minus{margin-bottom:-44px!important}.p-12-xxl{padding:48px!important}.pr-12-xxl{padding-right:48px!important}.pl-12-xxl{padding-left:48px!important}.pt-12-xxl{padding-top:48px!important}.pb-12-xxl{padding-bottom:48px!important}.px-12-xxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxl{margin:48px!important}.mr-12-xxl{margin-right:48px!important}.ml-12-xxl{margin-left:48px!important}.mt-12-xxl{margin-top:48px!important}.mb-12-xxl{margin-bottom:48px!important}.mx-12-xxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxl-minus{margin:-48px!important}.mr-12-xxl-minus{margin-right:-48px!important}.ml-12-xxl-minus{margin-left:-48px!important}.mt-12-xxl-minus{margin-top:-48px!important}.mb-12-xxl-minus{margin-bottom:-48px!important}.p-13-xxl{padding:52px!important}.pr-13-xxl{padding-right:52px!important}.pl-13-xxl{padding-left:52px!important}.pt-13-xxl{padding-top:52px!important}.pb-13-xxl{padding-bottom:52px!important}.px-13-xxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxl{margin:52px!important}.mr-13-xxl{margin-right:52px!important}.ml-13-xxl{margin-left:52px!important}.mt-13-xxl{margin-top:52px!important}.mb-13-xxl{margin-bottom:52px!important}.mx-13-xxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxl-minus{margin:-52px!important}.mr-13-xxl-minus{margin-right:-52px!important}.ml-13-xxl-minus{margin-left:-52px!important}.mt-13-xxl-minus{margin-top:-52px!important}.mb-13-xxl-minus{margin-bottom:-52px!important}.p-14-xxl{padding:56px!important}.pr-14-xxl{padding-right:56px!important}.pl-14-xxl{padding-left:56px!important}.pt-14-xxl{padding-top:56px!important}.pb-14-xxl{padding-bottom:56px!important}.px-14-xxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxl{margin:56px!important}.mr-14-xxl{margin-right:56px!important}.ml-14-xxl{margin-left:56px!important}.mt-14-xxl{margin-top:56px!important}.mb-14-xxl{margin-bottom:56px!important}.mx-14-xxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxl-minus{margin:-56px!important}.mr-14-xxl-minus{margin-right:-56px!important}.ml-14-xxl-minus{margin-left:-56px!important}.mt-14-xxl-minus{margin-top:-56px!important}.mb-14-xxl-minus{margin-bottom:-56px!important}.p-15-xxl{padding:60px!important}.pr-15-xxl{padding-right:60px!important}.pl-15-xxl{padding-left:60px!important}.pt-15-xxl{padding-top:60px!important}.pb-15-xxl{padding-bottom:60px!important}.px-15-xxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxl{margin:60px!important}.mr-15-xxl{margin-right:60px!important}.ml-15-xxl{margin-left:60px!important}.mt-15-xxl{margin-top:60px!important}.mb-15-xxl{margin-bottom:60px!important}.mx-15-xxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxl-minus{margin:-60px!important}.mr-15-xxl-minus{margin-right:-60px!important}.ml-15-xxl-minus{margin-left:-60px!important}.mt-15-xxl-minus{margin-top:-60px!important}.mb-15-xxl-minus{margin-bottom:-60px!important}.p-16-xxl{padding:64px!important}.pr-16-xxl{padding-right:64px!important}.pl-16-xxl{padding-left:64px!important}.pt-16-xxl{padding-top:64px!important}.pb-16-xxl{padding-bottom:64px!important}.px-16-xxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxl{margin:64px!important}.mr-16-xxl{margin-right:64px!important}.ml-16-xxl{margin-left:64px!important}.mt-16-xxl{margin-top:64px!important}.mb-16-xxl{margin-bottom:64px!important}.mx-16-xxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxl-minus{margin:-64px!important}.mr-16-xxl-minus{margin-right:-64px!important}.ml-16-xxl-minus{margin-left:-64px!important}.mt-16-xxl-minus{margin-top:-64px!important}.mb-16-xxl-minus{margin-bottom:-64px!important}.p-17-xxl{padding:68px!important}.pr-17-xxl{padding-right:68px!important}.pl-17-xxl{padding-left:68px!important}.pt-17-xxl{padding-top:68px!important}.pb-17-xxl{padding-bottom:68px!important}.px-17-xxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxl{margin:68px!important}.mr-17-xxl{margin-right:68px!important}.ml-17-xxl{margin-left:68px!important}.mt-17-xxl{margin-top:68px!important}.mb-17-xxl{margin-bottom:68px!important}.mx-17-xxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxl-minus{margin:-68px!important}.mr-17-xxl-minus{margin-right:-68px!important}.ml-17-xxl-minus{margin-left:-68px!important}.mt-17-xxl-minus{margin-top:-68px!important}.mb-17-xxl-minus{margin-bottom:-68px!important}.p-18-xxl{padding:72px!important}.pr-18-xxl{padding-right:72px!important}.pl-18-xxl{padding-left:72px!important}.pt-18-xxl{padding-top:72px!important}.pb-18-xxl{padding-bottom:72px!important}.px-18-xxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxl{margin:72px!important}.mr-18-xxl{margin-right:72px!important}.ml-18-xxl{margin-left:72px!important}.mt-18-xxl{margin-top:72px!important}.mb-18-xxl{margin-bottom:72px!important}.mx-18-xxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxl-minus{margin:-72px!important}.mr-18-xxl-minus{margin-right:-72px!important}.ml-18-xxl-minus{margin-left:-72px!important}.mt-18-xxl-minus{margin-top:-72px!important}.mb-18-xxl-minus{margin-bottom:-72px!important}.p-19-xxl{padding:76px!important}.pr-19-xxl{padding-right:76px!important}.pl-19-xxl{padding-left:76px!important}.pt-19-xxl{padding-top:76px!important}.pb-19-xxl{padding-bottom:76px!important}.px-19-xxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxl{margin:76px!important}.mr-19-xxl{margin-right:76px!important}.ml-19-xxl{margin-left:76px!important}.mt-19-xxl{margin-top:76px!important}.mb-19-xxl{margin-bottom:76px!important}.mx-19-xxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxl-minus{margin:-76px!important}.mr-19-xxl-minus{margin-right:-76px!important}.ml-19-xxl-minus{margin-left:-76px!important}.mt-19-xxl-minus{margin-top:-76px!important}.mb-19-xxl-minus{margin-bottom:-76px!important}.p-20-xxl{padding:80px!important}.pr-20-xxl{padding-right:80px!important}.pl-20-xxl{padding-left:80px!important}.pt-20-xxl{padding-top:80px!important}.pb-20-xxl{padding-bottom:80px!important}.px-20-xxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxl{margin:80px!important}.mr-20-xxl{margin-right:80px!important}.ml-20-xxl{margin-left:80px!important}.mt-20-xxl{margin-top:80px!important}.mb-20-xxl{margin-bottom:80px!important}.mx-20-xxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxl-minus{margin:-80px!important}.mr-20-xxl-minus{margin-right:-80px!important}.ml-20-xxl-minus{margin-left:-80px!important}.mt-20-xxl-minus{margin-top:-80px!important}.mb-20-xxl-minus{margin-bottom:-80px!important}}.text-ultralight{font-weight:100!important}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-bold{font-weight:700!important}.display4{font-size:7rem;font-weight:200}.display3{font-size:3.5rem;font-weight:400}.display2{font-size:3rem;font-weight:400}.display1{font-size:2.25rem;font-weight:400}.display1,.display2,.display3,.display4{margin-top:1.25rem;margin-bottom:1.25rem;line-height:1.2}.display1,.display2,.display3,.display4{color:#757575}.h1,.leader,h1{font-weight:100;font-size:3rem}.h2,.sub-leader,h2{font-weight:400;font-size:2rem}.h3,.header,h3{font-weight:500;font-size:1.75rem}.h4,.sub-header,h4{font-weight:500;font-size:1.5rem}.alt-header,.h5,h5{font-weight:500;font-size:1.25rem}.h6,.sub-alt-header,h6{font-weight:500;font-size:1.125rem}.text-small{font-weight:400;font-size:.75rem}.text-secondary{font-weight:400;font-size:.875rem}.text-leader{font-size:1.5rem;font-weight:300;line-height:1.2}.text-leader2{font-size:1.25rem;font-weight:300;line-height:1.2}.text-muted{color:#bebebe}.alt-header,.h1,.h2,.h3,.h4,.h5,.h6,.header,.leader,.sub-alt-header,.sub-header,.sub-leader,h1,h2,h3,h4,h5,h6{color:inherit;margin:1rem 0;line-height:1.1}.alt-header>.small,.alt-header>small,.h1>.small,.h1>small,.h2>.small,.h2>small,.h3>.small,.h3>small,.h4>.small,.h4>small,.h5>.small,.h5>small,.h6>.small,.h6>small,.header>.small,.header>small,.leader>.small,.leader>small,.sub-alt-header>.small,.sub-alt-header>small,.sub-header>.small,.sub-header>small,.sub-leader>.small,.sub-leader>small,h1>.small,h1>small,h2>.small,h2>small,h3>.small,h3>small,h4>.small,h4>small,h5>.small,h5>small,h6>.small,h6>small{font-weight:400;font-size:.7em;line-height:1;color:#777}.text-upper{text-transform:uppercase!important}.text-lower{text-transform:lowercase!important}.text-cap{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-just{text-align:justify!important}.text-ellipsis{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.va-baseline{vertical-align:baseline!important}.va-middle{vertical-align:middle!important}.va-sub{vertical-align:sub!important}.va-super{vertical-align:super!important}.va-text-top{vertical-align:text-top!important}.va-text-bottom{vertical-align:text-bottom!important}abbr{text-decoration:none;border-bottom:1px #bebebe dotted;cursor:help;display:inline}address{font-weight:400;margin-bottom:1rem;font-style:normal}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{margin-top:0;margin-bottom:1rem;overflow:auto}code{white-space:nowrap}pre code{white-space:inherit}a:not([class]){position:relative;color:#0366d6;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-box-shadow:none;box-shadow:none}a:not([class]):hover{color:#0056b3;text-decoration:underline}a:not([class]):not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([class]):not([href]):not([tabindex]):focus,a:not([class]):not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;outline:0}.no-decor{text-decoration:none!important}mark{padding:.1875rem;background-color:#fcf8e3;color:#000}del{color:#bebebe}*+p{margin-top:1rem}dl,ol,ul{margin:1rem;list-style-position:inside}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin-bottom:0;margin-top:0;padding-left:1.5rem}dir,menu,ul{display:block;list-style-type:disc}ol{list-style-type:decimal}ul ul{list-style:circle}ul ul ul{list-style:square}ol{list-style-type:upper-roman}ol ol{list-style-type:decimal}ol ol ol{list-style-type:lower-alpha}dl dd,dl dt{line-height:1.25rem}dl dt{font-weight:700}dl dd{margin-left:.9375rem}dl.horizontal dt{float:left;width:10rem;overflow:hidden;clear:left;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}dl.horizontal dd{margin-left:11.25rem}.indent:first-letter{margin-left:2.5rem}.indent-letter:first-letter{font-weight:700;float:left;padding:0;line-height:2.5rem;font-size:3rem;margin-right:.5rem;margin-left:-.125rem;margin-top:.125rem}blockquote{margin-bottom:1rem;padding:0 0 0 .625rem;border-left:.25rem #f8f8f8 solid}blockquote small{color:#bebebe}blockquote small:before{content:"\2014 \00A0"}blockquote.right-side{border:0;border-right:4px #f8f8f8 solid;padding-right:.625rem;text-align:right}blockquote.right-side small:before{content:""}blockquote.right-side small:after{content:" \00A0 \2014"}hr{border:0;height:2px;background-color:#f8f8f8}hr.thin{height:1px}hr.fat{height:3px}.tally,code,kbd{display:inline-block;padding:0 6px;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem;line-height:20px;vertical-align:middle;height:20px}a .tally,a code,a kbd{text-decoration:underline;cursor:pointer}kbd{background-color:#004d6f;color:#fff}.tally{line-height:16px;background-color:#e9ecef}pre code{background-color:inherit;height:auto}.remark{display:block;position:relative;border:1px solid #dfdfdf;border-left:4px solid #dfdfdf;padding:1rem;font-size:.875rem;margin:1rem 0}.reduce-1{font-size:.9em!important}.reduce-2{font-size:.8em!important}.reduce-3{font-size:.7em!important}.reduce-4{font-size:.6em!important}.reduce-5{font-size:.5em!important}.reduce-6{font-size:.4em!important}.reduce-7{font-size:.3em!important}.reduce-8{font-size:.2em!important}.reduce-9{font-size:.1em!important}.enlarge{font-size:1em!important}.enlarge-1{font-size:1.1em!important}.enlarge-2{font-size:1.2em!important}.enlarge-3{font-size:1.3em!important}.enlarge-4{font-size:1.4em!important}.enlarge-5{font-size:1.5em!important}.enlarge-6{font-size:1.6em!important}.enlarge-7{font-size:1.7em!important}.enlarge-8{font-size:1.8em!important}.enlarge-9{font-size:1.9em!important}.enlarge-2x{font-size:2em!important}.enlarge-3x{font-size:3em!important}.enlarge-4x{font-size:4em!important}.align-size{font-size:1em!important}.text-underline{text-decoration:underline}@media screen and (min-width:0){.text-upper-fs{text-transform:uppercase!important}.text-lower-fs{text-transform:lowercase!important}.text-cap-fs{text-transform:capitalize!important}.text-left-fs{text-align:left!important}.text-right-fs{text-align:right!important}.text-center-fs{text-align:center!important}.text-just-fs{text-align:justify!important}.va-top-fs{vertical-align:top!important}.va-bottom-fs{vertical-align:bottom!important}.va-baseline-fs{vertical-align:baseline!important}.va-middle-fs{vertical-align:middle!important}.va-sub-fs{vertical-align:sub!important}.va-super-fs{vertical-align:super!important}.va-text-top-fs{vertical-align:text-top!important}.va-text-bottom-fs{vertical-align:text-bottom!important}.reduce-1-fs{font-size:.9em!important}.reduce-2-fs{font-size:.8em!important}.reduce-3-fs{font-size:.7em!important}.reduce-4-fs{font-size:.6em!important}.reduce-5-fs{font-size:.5em!important}.reduce-6-fs{font-size:.4em!important}.reduce-7-fs{font-size:.3em!important}.reduce-8-fs{font-size:.2em!important}.reduce-9-fs{font-size:.1em!important}.enlarge-fs{font-size:1em!important}.enlarge-1-fs{font-size:1.1em!important}.enlarge-2-fs{font-size:1.2em!important}.enlarge-3-fs{font-size:1.3em!important}.enlarge-4-fs{font-size:1.4em!important}.enlarge-5-fs{font-size:1.5em!important}.enlarge-6-fs{font-size:1.6em!important}.enlarge-7-fs{font-size:1.7em!important}.enlarge-8-fs{font-size:1.8em!important}.enlarge-9-fs{font-size:1.9em!important}.enlarge-2x-fs{font-size:2em!important}.enlarge-3x-fs{font-size:3em!important}.enlarge-4x-fs{font-size:4em!important}}@media screen and (min-width:576px){.text-upper-sm{text-transform:uppercase!important}.text-lower-sm{text-transform:lowercase!important}.text-cap-sm{text-transform:capitalize!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}.text-just-sm{text-align:justify!important}.va-top-sm{vertical-align:top!important}.va-bottom-sm{vertical-align:bottom!important}.va-baseline-sm{vertical-align:baseline!important}.va-middle-sm{vertical-align:middle!important}.va-sub-sm{vertical-align:sub!important}.va-super-sm{vertical-align:super!important}.va-text-top-sm{vertical-align:text-top!important}.va-text-bottom-sm{vertical-align:text-bottom!important}.reduce-1-sm{font-size:.9em!important}.reduce-2-sm{font-size:.8em!important}.reduce-3-sm{font-size:.7em!important}.reduce-4-sm{font-size:.6em!important}.reduce-5-sm{font-size:.5em!important}.reduce-6-sm{font-size:.4em!important}.reduce-7-sm{font-size:.3em!important}.reduce-8-sm{font-size:.2em!important}.reduce-9-sm{font-size:.1em!important}.enlarge-sm{font-size:1em!important}.enlarge-1-sm{font-size:1.1em!important}.enlarge-2-sm{font-size:1.2em!important}.enlarge-3-sm{font-size:1.3em!important}.enlarge-4-sm{font-size:1.4em!important}.enlarge-5-sm{font-size:1.5em!important}.enlarge-6-sm{font-size:1.6em!important}.enlarge-7-sm{font-size:1.7em!important}.enlarge-8-sm{font-size:1.8em!important}.enlarge-9-sm{font-size:1.9em!important}.enlarge-2x-sm{font-size:2em!important}.enlarge-3x-sm{font-size:3em!important}.enlarge-4x-sm{font-size:4em!important}}@media screen and (min-width:768px){.text-upper-md{text-transform:uppercase!important}.text-lower-md{text-transform:lowercase!important}.text-cap-md{text-transform:capitalize!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}.text-just-md{text-align:justify!important}.va-top-md{vertical-align:top!important}.va-bottom-md{vertical-align:bottom!important}.va-baseline-md{vertical-align:baseline!important}.va-middle-md{vertical-align:middle!important}.va-sub-md{vertical-align:sub!important}.va-super-md{vertical-align:super!important}.va-text-top-md{vertical-align:text-top!important}.va-text-bottom-md{vertical-align:text-bottom!important}.reduce-1-md{font-size:.9em!important}.reduce-2-md{font-size:.8em!important}.reduce-3-md{font-size:.7em!important}.reduce-4-md{font-size:.6em!important}.reduce-5-md{font-size:.5em!important}.reduce-6-md{font-size:.4em!important}.reduce-7-md{font-size:.3em!important}.reduce-8-md{font-size:.2em!important}.reduce-9-md{font-size:.1em!important}.enlarge-md{font-size:1em!important}.enlarge-1-md{font-size:1.1em!important}.enlarge-2-md{font-size:1.2em!important}.enlarge-3-md{font-size:1.3em!important}.enlarge-4-md{font-size:1.4em!important}.enlarge-5-md{font-size:1.5em!important}.enlarge-6-md{font-size:1.6em!important}.enlarge-7-md{font-size:1.7em!important}.enlarge-8-md{font-size:1.8em!important}.enlarge-9-md{font-size:1.9em!important}.enlarge-2x-md{font-size:2em!important}.enlarge-3x-md{font-size:3em!important}.enlarge-4x-md{font-size:4em!important}}@media screen and (min-width:992px){.text-upper-lg{text-transform:uppercase!important}.text-lower-lg{text-transform:lowercase!important}.text-cap-lg{text-transform:capitalize!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}.text-just-lg{text-align:justify!important}.va-top-lg{vertical-align:top!important}.va-bottom-lg{vertical-align:bottom!important}.va-baseline-lg{vertical-align:baseline!important}.va-middle-lg{vertical-align:middle!important}.va-sub-lg{vertical-align:sub!important}.va-super-lg{vertical-align:super!important}.va-text-top-lg{vertical-align:text-top!important}.va-text-bottom-lg{vertical-align:text-bottom!important}.reduce-1-lg{font-size:.9em!important}.reduce-2-lg{font-size:.8em!important}.reduce-3-lg{font-size:.7em!important}.reduce-4-lg{font-size:.6em!important}.reduce-5-lg{font-size:.5em!important}.reduce-6-lg{font-size:.4em!important}.reduce-7-lg{font-size:.3em!important}.reduce-8-lg{font-size:.2em!important}.reduce-9-lg{font-size:.1em!important}.enlarge-lg{font-size:1em!important}.enlarge-1-lg{font-size:1.1em!important}.enlarge-2-lg{font-size:1.2em!important}.enlarge-3-lg{font-size:1.3em!important}.enlarge-4-lg{font-size:1.4em!important}.enlarge-5-lg{font-size:1.5em!important}.enlarge-6-lg{font-size:1.6em!important}.enlarge-7-lg{font-size:1.7em!important}.enlarge-8-lg{font-size:1.8em!important}.enlarge-9-lg{font-size:1.9em!important}.enlarge-2x-lg{font-size:2em!important}.enlarge-3x-lg{font-size:3em!important}.enlarge-4x-lg{font-size:4em!important}}@media screen and (min-width:1200px){.text-upper-xl{text-transform:uppercase!important}.text-lower-xl{text-transform:lowercase!important}.text-cap-xl{text-transform:capitalize!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.text-center-xl{text-align:center!important}.text-just-xl{text-align:justify!important}.va-top-xl{vertical-align:top!important}.va-bottom-xl{vertical-align:bottom!important}.va-baseline-xl{vertical-align:baseline!important}.va-middle-xl{vertical-align:middle!important}.va-sub-xl{vertical-align:sub!important}.va-super-xl{vertical-align:super!important}.va-text-top-xl{vertical-align:text-top!important}.va-text-bottom-xl{vertical-align:text-bottom!important}.reduce-1-xl{font-size:.9em!important}.reduce-2-xl{font-size:.8em!important}.reduce-3-xl{font-size:.7em!important}.reduce-4-xl{font-size:.6em!important}.reduce-5-xl{font-size:.5em!important}.reduce-6-xl{font-size:.4em!important}.reduce-7-xl{font-size:.3em!important}.reduce-8-xl{font-size:.2em!important}.reduce-9-xl{font-size:.1em!important}.enlarge-xl{font-size:1em!important}.enlarge-1-xl{font-size:1.1em!important}.enlarge-2-xl{font-size:1.2em!important}.enlarge-3-xl{font-size:1.3em!important}.enlarge-4-xl{font-size:1.4em!important}.enlarge-5-xl{font-size:1.5em!important}.enlarge-6-xl{font-size:1.6em!important}.enlarge-7-xl{font-size:1.7em!important}.enlarge-8-xl{font-size:1.8em!important}.enlarge-9-xl{font-size:1.9em!important}.enlarge-2x-xl{font-size:2em!important}.enlarge-3x-xl{font-size:3em!important}.enlarge-4x-xl{font-size:4em!important}}@media screen and (min-width:1452px){.text-upper-xxl{text-transform:uppercase!important}.text-lower-xxl{text-transform:lowercase!important}.text-cap-xxl{text-transform:capitalize!important}.text-left-xxl{text-align:left!important}.text-right-xxl{text-align:right!important}.text-center-xxl{text-align:center!important}.text-just-xxl{text-align:justify!important}.va-top-xxl{vertical-align:top!important}.va-bottom-xxl{vertical-align:bottom!important}.va-baseline-xxl{vertical-align:baseline!important}.va-middle-xxl{vertical-align:middle!important}.va-sub-xxl{vertical-align:sub!important}.va-super-xxl{vertical-align:super!important}.va-text-top-xxl{vertical-align:text-top!important}.va-text-bottom-xxl{vertical-align:text-bottom!important}.reduce-1-xxl{font-size:.9em!important}.reduce-2-xxl{font-size:.8em!important}.reduce-3-xxl{font-size:.7em!important}.reduce-4-xxl{font-size:.6em!important}.reduce-5-xxl{font-size:.5em!important}.reduce-6-xxl{font-size:.4em!important}.reduce-7-xxl{font-size:.3em!important}.reduce-8-xxl{font-size:.2em!important}.reduce-9-xxl{font-size:.1em!important}.enlarge-xxl{font-size:1em!important}.enlarge-1-xxl{font-size:1.1em!important}.enlarge-2-xxl{font-size:1.2em!important}.enlarge-3-xxl{font-size:1.3em!important}.enlarge-4-xxl{font-size:1.4em!important}.enlarge-5-xxl{font-size:1.5em!important}.enlarge-6-xxl{font-size:1.6em!important}.enlarge-7-xxl{font-size:1.7em!important}.enlarge-8-xxl{font-size:1.8em!important}.enlarge-9-xxl{font-size:1.9em!important}.enlarge-2x-xxl{font-size:2em!important}.enlarge-3x-xxl{font-size:3em!important}.enlarge-4x-xxl{font-size:4em!important}}.m4-cloak{opacity:0}.transition{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.inherit-colors{background-color:inherit!important;color:inherit!important}.inherit-background{background-color:inherit!important}.inherit-color{color:inherit!important}[class*=default-icon]{display:block;height:16px;width:16px;border:none!important;background-size:cover;background-color:transparent;opacity:.5;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin:auto}[class*=default-icon]:hover{opacity:1}.clear-fix::after,.clear::after,.clearfix::after{display:block;clear:both;content:""}.overflow{overflow:auto!important}.no-overflow{overflow:hidden!important}.scroll{overflow:scroll!important}.scroll-x{overflow-x:auto!important}.scroll-y{overflow-y:auto!important}.no-scroll{overflow:hidden!important}.no-scroll-x{overflow-x:hidden!important}.no-scroll-y{overflow-y:hidden!important}.wrap{white-space:normal!important}.no-wrap{white-space:nowrap!important}.no-user-select{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.no-appearance{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.collapse{overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}.v-center{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.h-center{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.neb::before{display:block;position:absolute;content:"";width:1rem;height:1rem;background-color:inherit;border:1px solid transparent;border-right-color:inherit;border-bottom-color:inherit}.neb.neb-s::before{top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.neb.neb-sw::before{top:100%;left:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-se::before{top:100%;right:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-n::before{top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-135deg);transform:translateX(-50%) translateY(-50%) rotate(-135deg)}.neb.neb-nw::before{top:0;left:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-ne::before{top:0;right:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-en::before{top:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-e::before{top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg)}.neb.neb-es::before{bottom:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-wn::before{top:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb.neb-w::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg)}.neb.neb-ws::before{bottom:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb2::before{display:block;content:"";width:0;height:0;border-style:solid;position:absolute}.neb2.neb-s::before{border-width:24px 24px 0 24px;border-color:#fff transparent transparent transparent;top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-n::before{border-width:0 24px 24px 24px;border-color:transparent transparent #fff transparent;top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-e::before{border-width:24px 0 24px 24px;border-color:transparent transparent transparent #fff;top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%);-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.neb2.neb-w::before{border-width:24px 24px 24px 0;border-color:transparent #fff transparent transparent;top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.selected{-webkit-box-shadow:0 0 0 4px #5ebdec!important;box-shadow:0 0 0 4px #5ebdec!important}.selected::after{position:absolute;display:block;border-top:28px solid #5ebdec;border-left:28px solid transparent;right:-1px;content:"";top:-1px;z-index:100}.selected::before{position:absolute;display:block;content:"";background-color:transparent;border-color:#fff!important;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;right:.25rem;top:.25rem;z-index:102;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.-disabled,.disabled{pointer-events:none!important;color:#e4e4e4!important}.stop-pointer{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:0){.overflow-fs{overflow:auto!important}.no-overflow-fs{overflow:hidden!important}.scroll-fs{overflow:scroll!important}.scroll-x-fs{overflow-x:auto!important}.scroll-y-fs{overflow-y:auto!important}.no-scroll-fs{overflow:hidden!important}.no-scroll-x-fs{overflow-x:hidden!important}.no-scroll-y-fs{overflow-y:hidden!important}.wrap-fs{white-space:normal!important}.no-wrap-fs{white-space:nowrap!important}.collapse-fs{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-fs{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:576px){.overflow-sm{overflow:auto!important}.no-overflow-sm{overflow:hidden!important}.scroll-sm{overflow:scroll!important}.scroll-x-sm{overflow-x:auto!important}.scroll-y-sm{overflow-y:auto!important}.no-scroll-sm{overflow:hidden!important}.no-scroll-x-sm{overflow-x:hidden!important}.no-scroll-y-sm{overflow-y:hidden!important}.wrap-sm{white-space:normal!important}.no-wrap-sm{white-space:nowrap!important}.collapse-sm{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-sm{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:768px){.overflow-md{overflow:auto!important}.no-overflow-md{overflow:hidden!important}.scroll-md{overflow:scroll!important}.scroll-x-md{overflow-x:auto!important}.scroll-y-md{overflow-y:auto!important}.no-scroll-md{overflow:hidden!important}.no-scroll-x-md{overflow-x:hidden!important}.no-scroll-y-md{overflow-y:hidden!important}.wrap-md{white-space:normal!important}.no-wrap-md{white-space:nowrap!important}.collapse-md{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-md{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:992px){.overflow-lg{overflow:auto!important}.no-overflow-lg{overflow:hidden!important}.scroll-lg{overflow:scroll!important}.scroll-x-lg{overflow-x:auto!important}.scroll-y-lg{overflow-y:auto!important}.no-scroll-lg{overflow:hidden!important}.no-scroll-x-lg{overflow-x:hidden!important}.no-scroll-y-lg{overflow-y:hidden!important}.wrap-lg{white-space:normal!important}.no-wrap-lg{white-space:nowrap!important}.collapse-lg{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-lg{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1200px){.overflow-xl{overflow:auto!important}.no-overflow-xl{overflow:hidden!important}.scroll-xl{overflow:scroll!important}.scroll-x-xl{overflow-x:auto!important}.scroll-y-xl{overflow-y:auto!important}.no-scroll-xl{overflow:hidden!important}.no-scroll-x-xl{overflow-x:hidden!important}.no-scroll-y-xl{overflow-y:hidden!important}.wrap-xl{white-space:normal!important}.no-wrap-xl{white-space:nowrap!important}.collapse-xl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1452px){.overflow-xxl{overflow:auto!important}.no-overflow-xxl{overflow:hidden!important}.scroll-xxl{overflow:scroll!important}.scroll-x-xxl{overflow-x:auto!important}.scroll-y-xxl{overflow-y:auto!important}.no-scroll-xxl{overflow:hidden!important}.no-scroll-x-xxl{overflow-x:hidden!important}.no-scroll-y-xxl{overflow-y:hidden!important}.wrap-xxl{white-space:normal!important}.no-wrap-xxl{white-space:nowrap!important}.collapse-xxl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}.debug{outline:1px dotted red!important;min-width:1px;min-height:1px}@media print{.d-none-print{display:none!important}.d-block-print{display:block!important}.d-inline-print{display:inline!important}.d-inline-block-print{display:inline-block!important}.d-table-print{display:table!important}.d-table-row-print{display:table-row!important}.d-table-cell-print{display:table-cell!important}.d-flex-print{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-print{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.visible-print{visibility:visible!important}.no-visible-print{visibility:hidden!important}.overflow-print{overflow:auto!important}.no-overflow-print{overflow:hidden!important}.scroll-print{overflow:scroll!important}.scroll-x-print{overflow-x:auto!important}.scroll-y-print{overflow-y:auto!important}.no-scroll-print{overflow:hidden!important}.no-scroll-x-print{overflow-x:hidden!important}.no-scroll-y-print{overflow-y:hidden!important}.wrap-print{white-space:normal!important}.no-wrap-print{white-space:nowrap!important}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.d-none-ie{display:none!important}.d-block-ie{display:block!important}.tiles-grid{display:block}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid [class*=tile-]{margin:5px;float:left}.ribbon-menu .content-holder .section{height:130px}.ribbon-toggle-group{height:80px}}@supports (-ms-ime-align:auto){.d-none-edge{display:none!important}.d-block-edge{display:block!important}.ribbon-menu .content-holder .section{height:130px}} \ No newline at end of file +*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}html{-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;scroll-behavior:smooth}body{line-height:1.5;overflow-x:hidden;background-color:#fff;min-height:100vh;text-rendering:optimizeSpeed}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:''}table{border-collapse:collapse;border-spacing:0}base,basefont,datalist,head,meta,noembed,param,script,style,template,title{display:none}[tabindex="-1"]:focus{outline:0!important}[hidden]{display:none!important}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}svg:not(:root){overflow:hidden}img{vertical-align:middle;border-style:none;max-width:100%}div{position:relative}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){*{-webkit-animation-duration:0s!important;animation-duration:0s!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;scroll-behavior:auto!important}}.button.primary,.command-button.primary,.image-button.primary,.info-button.primary,.input .button.primary,.notify.primary,.select .button.primary,.shortcut.primary,.spinner .button.primary,.split-button .split.primary,.tag-input .button.primary,.tally.primary,.toast.primary,.tool-button.primary,code.primary,tbody td.primary,tbody tr.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.button.primary.outline,.command-button.primary.outline,.image-button.primary.outline,.info-button.primary.outline,.input .button.primary.outline,.notify.primary.outline,.select .button.primary.outline,.shortcut.primary.outline,.spinner .button.primary.outline,.split-button .split.primary.outline,.tag-input .button.primary.outline,.tally.primary.outline,.toast.primary.outline,.tool-button.primary.outline,code.primary.outline,tbody td.primary.outline,tbody tr.primary.outline{color:#0366d6;border-color:#0366d6}.button.primary.outline.dropdown-toggle::before,.command-button.primary.outline.dropdown-toggle::before,.image-button.primary.outline.dropdown-toggle::before,.info-button.primary.outline.dropdown-toggle::before,.input .button.primary.outline.dropdown-toggle::before,.notify.primary.outline.dropdown-toggle::before,.select .button.primary.outline.dropdown-toggle::before,.shortcut.primary.outline.dropdown-toggle::before,.spinner .button.primary.outline.dropdown-toggle::before,.split-button .split.primary.outline.dropdown-toggle::before,.tag-input .button.primary.outline.dropdown-toggle::before,.tally.primary.outline.dropdown-toggle::before,.toast.primary.outline.dropdown-toggle::before,.tool-button.primary.outline.dropdown-toggle::before,code.primary.outline.dropdown-toggle::before,tbody td.primary.outline.dropdown-toggle::before,tbody tr.primary.outline.dropdown-toggle::before{border-color:#0366d6}.button.primary.outline:hover,.command-button.primary.outline:hover,.image-button.primary.outline:hover,.info-button.primary.outline:hover,.input .button.primary.outline:hover,.notify.primary.outline:hover,.select .button.primary.outline:hover,.shortcut.primary.outline:hover,.spinner .button.primary.outline:hover,.split-button .split.primary.outline:hover,.tag-input .button.primary.outline:hover,.tally.primary.outline:hover,.toast.primary.outline:hover,.tool-button.primary.outline:hover,code.primary.outline:hover,tbody td.primary.outline:hover,tbody tr.primary.outline:hover{color:#fff}.button.primary.dropdown-toggle::before,.command-button.primary.dropdown-toggle::before,.image-button.primary.dropdown-toggle::before,.info-button.primary.dropdown-toggle::before,.input .button.primary.dropdown-toggle::before,.notify.primary.dropdown-toggle::before,.select .button.primary.dropdown-toggle::before,.shortcut.primary.dropdown-toggle::before,.spinner .button.primary.dropdown-toggle::before,.split-button .split.primary.dropdown-toggle::before,.tag-input .button.primary.dropdown-toggle::before,.tally.primary.dropdown-toggle::before,.toast.primary.dropdown-toggle::before,.tool-button.primary.dropdown-toggle::before,code.primary.dropdown-toggle::before,tbody td.primary.dropdown-toggle::before,tbody tr.primary.dropdown-toggle::before{border-color:#fff}.button.primary:hover,.command-button.primary:hover,.image-button.primary:hover,.info-button.primary:hover,.input .button.primary:hover,.notify.primary:hover,.select .button.primary:hover,.shortcut.primary:hover,.spinner .button.primary:hover,.split-button .split.primary:hover,.tag-input .button.primary:hover,.tally.primary:hover,.toast.primary:hover,.tool-button.primary:hover,code.primary:hover,tbody td.primary:hover,tbody tr.primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}.button.primary:hover.dropdown-toggle::before,.command-button.primary:hover.dropdown-toggle::before,.image-button.primary:hover.dropdown-toggle::before,.info-button.primary:hover.dropdown-toggle::before,.input .button.primary:hover.dropdown-toggle::before,.notify.primary:hover.dropdown-toggle::before,.select .button.primary:hover.dropdown-toggle::before,.shortcut.primary:hover.dropdown-toggle::before,.spinner .button.primary:hover.dropdown-toggle::before,.split-button .split.primary:hover.dropdown-toggle::before,.tag-input .button.primary:hover.dropdown-toggle::before,.tally.primary:hover.dropdown-toggle::before,.toast.primary:hover.dropdown-toggle::before,.tool-button.primary:hover.dropdown-toggle::before,code.primary:hover.dropdown-toggle::before,tbody td.primary:hover.dropdown-toggle::before,tbody tr.primary:hover.dropdown-toggle::before{border-color:#fff}.button.primary.same-color:hover,.command-button.primary.same-color:hover,.image-button.primary.same-color:hover,.info-button.primary.same-color:hover,.input .button.primary.same-color:hover,.notify.primary.same-color:hover,.select .button.primary.same-color:hover,.shortcut.primary.same-color:hover,.spinner .button.primary.same-color:hover,.split-button .split.primary.same-color:hover,.tag-input .button.primary.same-color:hover,.tally.primary.same-color:hover,.toast.primary.same-color:hover,.tool-button.primary.same-color:hover,code.primary.same-color:hover,tbody td.primary.same-color:hover,tbody tr.primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}.button.primary.focus,.button.primary:active,.button.primary:focus,.command-button.primary.focus,.command-button.primary:active,.command-button.primary:focus,.image-button.primary.focus,.image-button.primary:active,.image-button.primary:focus,.info-button.primary.focus,.info-button.primary:active,.info-button.primary:focus,.input .button.primary.focus,.input .button.primary:active,.input .button.primary:focus,.notify.primary.focus,.notify.primary:active,.notify.primary:focus,.select .button.primary.focus,.select .button.primary:active,.select .button.primary:focus,.shortcut.primary.focus,.shortcut.primary:active,.shortcut.primary:focus,.spinner .button.primary.focus,.spinner .button.primary:active,.spinner .button.primary:focus,.split-button .split.primary.focus,.split-button .split.primary:active,.split-button .split.primary:focus,.tag-input .button.primary.focus,.tag-input .button.primary:active,.tag-input .button.primary:focus,.tally.primary.focus,.tally.primary:active,.tally.primary:focus,.toast.primary.focus,.toast.primary:active,.toast.primary:focus,.tool-button.primary.focus,.tool-button.primary:active,.tool-button.primary:focus,code.primary.focus,code.primary:active,code.primary:focus,tbody td.primary.focus,tbody td.primary:active,tbody td.primary:focus,tbody tr.primary.focus,tbody tr.primary:active,tbody tr.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.button.secondary,.command-button.secondary,.image-button.secondary,.info-button.secondary,.input .button.secondary,.notify.secondary,.select .button.secondary,.shortcut.secondary,.spinner .button.secondary,.split-button .split.secondary,.tag-input .button.secondary,.tally.secondary,.toast.secondary,.tool-button.secondary,code.secondary,tbody td.secondary,tbody tr.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.button.secondary.outline,.command-button.secondary.outline,.image-button.secondary.outline,.info-button.secondary.outline,.input .button.secondary.outline,.notify.secondary.outline,.select .button.secondary.outline,.shortcut.secondary.outline,.spinner .button.secondary.outline,.split-button .split.secondary.outline,.tag-input .button.secondary.outline,.tally.secondary.outline,.toast.secondary.outline,.tool-button.secondary.outline,code.secondary.outline,tbody td.secondary.outline,tbody tr.secondary.outline{color:#607d8b;border-color:#607d8b}.button.secondary.outline.dropdown-toggle::before,.command-button.secondary.outline.dropdown-toggle::before,.image-button.secondary.outline.dropdown-toggle::before,.info-button.secondary.outline.dropdown-toggle::before,.input .button.secondary.outline.dropdown-toggle::before,.notify.secondary.outline.dropdown-toggle::before,.select .button.secondary.outline.dropdown-toggle::before,.shortcut.secondary.outline.dropdown-toggle::before,.spinner .button.secondary.outline.dropdown-toggle::before,.split-button .split.secondary.outline.dropdown-toggle::before,.tag-input .button.secondary.outline.dropdown-toggle::before,.tally.secondary.outline.dropdown-toggle::before,.toast.secondary.outline.dropdown-toggle::before,.tool-button.secondary.outline.dropdown-toggle::before,code.secondary.outline.dropdown-toggle::before,tbody td.secondary.outline.dropdown-toggle::before,tbody tr.secondary.outline.dropdown-toggle::before{border-color:#607d8b}.button.secondary.outline:hover,.command-button.secondary.outline:hover,.image-button.secondary.outline:hover,.info-button.secondary.outline:hover,.input .button.secondary.outline:hover,.notify.secondary.outline:hover,.select .button.secondary.outline:hover,.shortcut.secondary.outline:hover,.spinner .button.secondary.outline:hover,.split-button .split.secondary.outline:hover,.tag-input .button.secondary.outline:hover,.tally.secondary.outline:hover,.toast.secondary.outline:hover,.tool-button.secondary.outline:hover,code.secondary.outline:hover,tbody td.secondary.outline:hover,tbody tr.secondary.outline:hover{color:#fff}.button.secondary.dropdown-toggle::before,.command-button.secondary.dropdown-toggle::before,.image-button.secondary.dropdown-toggle::before,.info-button.secondary.dropdown-toggle::before,.input .button.secondary.dropdown-toggle::before,.notify.secondary.dropdown-toggle::before,.select .button.secondary.dropdown-toggle::before,.shortcut.secondary.dropdown-toggle::before,.spinner .button.secondary.dropdown-toggle::before,.split-button .split.secondary.dropdown-toggle::before,.tag-input .button.secondary.dropdown-toggle::before,.tally.secondary.dropdown-toggle::before,.toast.secondary.dropdown-toggle::before,.tool-button.secondary.dropdown-toggle::before,code.secondary.dropdown-toggle::before,tbody td.secondary.dropdown-toggle::before,tbody tr.secondary.dropdown-toggle::before{border-color:#fff}.button.secondary:hover,.command-button.secondary:hover,.image-button.secondary:hover,.info-button.secondary:hover,.input .button.secondary:hover,.notify.secondary:hover,.select .button.secondary:hover,.shortcut.secondary:hover,.spinner .button.secondary:hover,.split-button .split.secondary:hover,.tag-input .button.secondary:hover,.tally.secondary:hover,.toast.secondary:hover,.tool-button.secondary:hover,code.secondary:hover,tbody td.secondary:hover,tbody tr.secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}.button.secondary:hover.dropdown-toggle::before,.command-button.secondary:hover.dropdown-toggle::before,.image-button.secondary:hover.dropdown-toggle::before,.info-button.secondary:hover.dropdown-toggle::before,.input .button.secondary:hover.dropdown-toggle::before,.notify.secondary:hover.dropdown-toggle::before,.select .button.secondary:hover.dropdown-toggle::before,.shortcut.secondary:hover.dropdown-toggle::before,.spinner .button.secondary:hover.dropdown-toggle::before,.split-button .split.secondary:hover.dropdown-toggle::before,.tag-input .button.secondary:hover.dropdown-toggle::before,.tally.secondary:hover.dropdown-toggle::before,.toast.secondary:hover.dropdown-toggle::before,.tool-button.secondary:hover.dropdown-toggle::before,code.secondary:hover.dropdown-toggle::before,tbody td.secondary:hover.dropdown-toggle::before,tbody tr.secondary:hover.dropdown-toggle::before{border-color:#fff}.button.secondary.same-color:hover,.command-button.secondary.same-color:hover,.image-button.secondary.same-color:hover,.info-button.secondary.same-color:hover,.input .button.secondary.same-color:hover,.notify.secondary.same-color:hover,.select .button.secondary.same-color:hover,.shortcut.secondary.same-color:hover,.spinner .button.secondary.same-color:hover,.split-button .split.secondary.same-color:hover,.tag-input .button.secondary.same-color:hover,.tally.secondary.same-color:hover,.toast.secondary.same-color:hover,.tool-button.secondary.same-color:hover,code.secondary.same-color:hover,tbody td.secondary.same-color:hover,tbody tr.secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}.button.secondary.focus,.button.secondary:active,.button.secondary:focus,.command-button.secondary.focus,.command-button.secondary:active,.command-button.secondary:focus,.image-button.secondary.focus,.image-button.secondary:active,.image-button.secondary:focus,.info-button.secondary.focus,.info-button.secondary:active,.info-button.secondary:focus,.input .button.secondary.focus,.input .button.secondary:active,.input .button.secondary:focus,.notify.secondary.focus,.notify.secondary:active,.notify.secondary:focus,.select .button.secondary.focus,.select .button.secondary:active,.select .button.secondary:focus,.shortcut.secondary.focus,.shortcut.secondary:active,.shortcut.secondary:focus,.spinner .button.secondary.focus,.spinner .button.secondary:active,.spinner .button.secondary:focus,.split-button .split.secondary.focus,.split-button .split.secondary:active,.split-button .split.secondary:focus,.tag-input .button.secondary.focus,.tag-input .button.secondary:active,.tag-input .button.secondary:focus,.tally.secondary.focus,.tally.secondary:active,.tally.secondary:focus,.toast.secondary.focus,.toast.secondary:active,.toast.secondary:focus,.tool-button.secondary.focus,.tool-button.secondary:active,.tool-button.secondary:focus,code.secondary.focus,code.secondary:active,code.secondary:focus,tbody td.secondary.focus,tbody td.secondary:active,tbody td.secondary:focus,tbody tr.secondary.focus,tbody tr.secondary:active,tbody tr.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.button.success,.command-button.success,.image-button.success,.info-button.success,.input .button.success,.notify.success,.select .button.success,.shortcut.success,.spinner .button.success,.split-button .split.success,.tag-input .button.success,.tally.success,.toast.success,.tool-button.success,code.success,tbody td.success,tbody tr.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.button.success.outline,.command-button.success.outline,.image-button.success.outline,.info-button.success.outline,.input .button.success.outline,.notify.success.outline,.select .button.success.outline,.shortcut.success.outline,.spinner .button.success.outline,.split-button .split.success.outline,.tag-input .button.success.outline,.tally.success.outline,.toast.success.outline,.tool-button.success.outline,code.success.outline,tbody td.success.outline,tbody tr.success.outline{color:#60a917;border-color:#60a917}.button.success.outline.dropdown-toggle::before,.command-button.success.outline.dropdown-toggle::before,.image-button.success.outline.dropdown-toggle::before,.info-button.success.outline.dropdown-toggle::before,.input .button.success.outline.dropdown-toggle::before,.notify.success.outline.dropdown-toggle::before,.select .button.success.outline.dropdown-toggle::before,.shortcut.success.outline.dropdown-toggle::before,.spinner .button.success.outline.dropdown-toggle::before,.split-button .split.success.outline.dropdown-toggle::before,.tag-input .button.success.outline.dropdown-toggle::before,.tally.success.outline.dropdown-toggle::before,.toast.success.outline.dropdown-toggle::before,.tool-button.success.outline.dropdown-toggle::before,code.success.outline.dropdown-toggle::before,tbody td.success.outline.dropdown-toggle::before,tbody tr.success.outline.dropdown-toggle::before{border-color:#60a917}.button.success.outline:hover,.command-button.success.outline:hover,.image-button.success.outline:hover,.info-button.success.outline:hover,.input .button.success.outline:hover,.notify.success.outline:hover,.select .button.success.outline:hover,.shortcut.success.outline:hover,.spinner .button.success.outline:hover,.split-button .split.success.outline:hover,.tag-input .button.success.outline:hover,.tally.success.outline:hover,.toast.success.outline:hover,.tool-button.success.outline:hover,code.success.outline:hover,tbody td.success.outline:hover,tbody tr.success.outline:hover{color:#fff}.button.success.dropdown-toggle::before,.command-button.success.dropdown-toggle::before,.image-button.success.dropdown-toggle::before,.info-button.success.dropdown-toggle::before,.input .button.success.dropdown-toggle::before,.notify.success.dropdown-toggle::before,.select .button.success.dropdown-toggle::before,.shortcut.success.dropdown-toggle::before,.spinner .button.success.dropdown-toggle::before,.split-button .split.success.dropdown-toggle::before,.tag-input .button.success.dropdown-toggle::before,.tally.success.dropdown-toggle::before,.toast.success.dropdown-toggle::before,.tool-button.success.dropdown-toggle::before,code.success.dropdown-toggle::before,tbody td.success.dropdown-toggle::before,tbody tr.success.dropdown-toggle::before{border-color:#fff}.button.success:hover,.command-button.success:hover,.image-button.success:hover,.info-button.success:hover,.input .button.success:hover,.notify.success:hover,.select .button.success:hover,.shortcut.success:hover,.spinner .button.success:hover,.split-button .split.success:hover,.tag-input .button.success:hover,.tally.success:hover,.toast.success:hover,.tool-button.success:hover,code.success:hover,tbody td.success:hover,tbody tr.success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}.button.success:hover.dropdown-toggle::before,.command-button.success:hover.dropdown-toggle::before,.image-button.success:hover.dropdown-toggle::before,.info-button.success:hover.dropdown-toggle::before,.input .button.success:hover.dropdown-toggle::before,.notify.success:hover.dropdown-toggle::before,.select .button.success:hover.dropdown-toggle::before,.shortcut.success:hover.dropdown-toggle::before,.spinner .button.success:hover.dropdown-toggle::before,.split-button .split.success:hover.dropdown-toggle::before,.tag-input .button.success:hover.dropdown-toggle::before,.tally.success:hover.dropdown-toggle::before,.toast.success:hover.dropdown-toggle::before,.tool-button.success:hover.dropdown-toggle::before,code.success:hover.dropdown-toggle::before,tbody td.success:hover.dropdown-toggle::before,tbody tr.success:hover.dropdown-toggle::before{border-color:#fff}.button.success.same-color:hover,.command-button.success.same-color:hover,.image-button.success.same-color:hover,.info-button.success.same-color:hover,.input .button.success.same-color:hover,.notify.success.same-color:hover,.select .button.success.same-color:hover,.shortcut.success.same-color:hover,.spinner .button.success.same-color:hover,.split-button .split.success.same-color:hover,.tag-input .button.success.same-color:hover,.tally.success.same-color:hover,.toast.success.same-color:hover,.tool-button.success.same-color:hover,code.success.same-color:hover,tbody td.success.same-color:hover,tbody tr.success.same-color:hover{background-color:#60a917;border-color:#60a917}.button.success.focus,.button.success:active,.button.success:focus,.command-button.success.focus,.command-button.success:active,.command-button.success:focus,.image-button.success.focus,.image-button.success:active,.image-button.success:focus,.info-button.success.focus,.info-button.success:active,.info-button.success:focus,.input .button.success.focus,.input .button.success:active,.input .button.success:focus,.notify.success.focus,.notify.success:active,.notify.success:focus,.select .button.success.focus,.select .button.success:active,.select .button.success:focus,.shortcut.success.focus,.shortcut.success:active,.shortcut.success:focus,.spinner .button.success.focus,.spinner .button.success:active,.spinner .button.success:focus,.split-button .split.success.focus,.split-button .split.success:active,.split-button .split.success:focus,.tag-input .button.success.focus,.tag-input .button.success:active,.tag-input .button.success:focus,.tally.success.focus,.tally.success:active,.tally.success:focus,.toast.success.focus,.toast.success:active,.toast.success:focus,.tool-button.success.focus,.tool-button.success:active,.tool-button.success:focus,code.success.focus,code.success:active,code.success:focus,tbody td.success.focus,tbody td.success:active,tbody td.success:focus,tbody tr.success.focus,tbody tr.success:active,tbody tr.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.button.alert,.command-button.alert,.image-button.alert,.info-button.alert,.input .button.alert,.notify.alert,.select .button.alert,.shortcut.alert,.spinner .button.alert,.split-button .split.alert,.tag-input .button.alert,.tally.alert,.toast.alert,.tool-button.alert,code.alert,tbody td.alert,tbody tr.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.button.alert.outline,.command-button.alert.outline,.image-button.alert.outline,.info-button.alert.outline,.input .button.alert.outline,.notify.alert.outline,.select .button.alert.outline,.shortcut.alert.outline,.spinner .button.alert.outline,.split-button .split.alert.outline,.tag-input .button.alert.outline,.tally.alert.outline,.toast.alert.outline,.tool-button.alert.outline,code.alert.outline,tbody td.alert.outline,tbody tr.alert.outline{color:#ce352c;border-color:#ce352c}.button.alert.outline.dropdown-toggle::before,.command-button.alert.outline.dropdown-toggle::before,.image-button.alert.outline.dropdown-toggle::before,.info-button.alert.outline.dropdown-toggle::before,.input .button.alert.outline.dropdown-toggle::before,.notify.alert.outline.dropdown-toggle::before,.select .button.alert.outline.dropdown-toggle::before,.shortcut.alert.outline.dropdown-toggle::before,.spinner .button.alert.outline.dropdown-toggle::before,.split-button .split.alert.outline.dropdown-toggle::before,.tag-input .button.alert.outline.dropdown-toggle::before,.tally.alert.outline.dropdown-toggle::before,.toast.alert.outline.dropdown-toggle::before,.tool-button.alert.outline.dropdown-toggle::before,code.alert.outline.dropdown-toggle::before,tbody td.alert.outline.dropdown-toggle::before,tbody tr.alert.outline.dropdown-toggle::before{border-color:#ce352c}.button.alert.outline:hover,.command-button.alert.outline:hover,.image-button.alert.outline:hover,.info-button.alert.outline:hover,.input .button.alert.outline:hover,.notify.alert.outline:hover,.select .button.alert.outline:hover,.shortcut.alert.outline:hover,.spinner .button.alert.outline:hover,.split-button .split.alert.outline:hover,.tag-input .button.alert.outline:hover,.tally.alert.outline:hover,.toast.alert.outline:hover,.tool-button.alert.outline:hover,code.alert.outline:hover,tbody td.alert.outline:hover,tbody tr.alert.outline:hover{color:#fff}.button.alert.dropdown-toggle::before,.command-button.alert.dropdown-toggle::before,.image-button.alert.dropdown-toggle::before,.info-button.alert.dropdown-toggle::before,.input .button.alert.dropdown-toggle::before,.notify.alert.dropdown-toggle::before,.select .button.alert.dropdown-toggle::before,.shortcut.alert.dropdown-toggle::before,.spinner .button.alert.dropdown-toggle::before,.split-button .split.alert.dropdown-toggle::before,.tag-input .button.alert.dropdown-toggle::before,.tally.alert.dropdown-toggle::before,.toast.alert.dropdown-toggle::before,.tool-button.alert.dropdown-toggle::before,code.alert.dropdown-toggle::before,tbody td.alert.dropdown-toggle::before,tbody tr.alert.dropdown-toggle::before{border-color:#fff}.button.alert:hover,.command-button.alert:hover,.image-button.alert:hover,.info-button.alert:hover,.input .button.alert:hover,.notify.alert:hover,.select .button.alert:hover,.shortcut.alert:hover,.spinner .button.alert:hover,.split-button .split.alert:hover,.tag-input .button.alert:hover,.tally.alert:hover,.toast.alert:hover,.tool-button.alert:hover,code.alert:hover,tbody td.alert:hover,tbody tr.alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}.button.alert:hover.dropdown-toggle::before,.command-button.alert:hover.dropdown-toggle::before,.image-button.alert:hover.dropdown-toggle::before,.info-button.alert:hover.dropdown-toggle::before,.input .button.alert:hover.dropdown-toggle::before,.notify.alert:hover.dropdown-toggle::before,.select .button.alert:hover.dropdown-toggle::before,.shortcut.alert:hover.dropdown-toggle::before,.spinner .button.alert:hover.dropdown-toggle::before,.split-button .split.alert:hover.dropdown-toggle::before,.tag-input .button.alert:hover.dropdown-toggle::before,.tally.alert:hover.dropdown-toggle::before,.toast.alert:hover.dropdown-toggle::before,.tool-button.alert:hover.dropdown-toggle::before,code.alert:hover.dropdown-toggle::before,tbody td.alert:hover.dropdown-toggle::before,tbody tr.alert:hover.dropdown-toggle::before{border-color:#fff}.button.alert.same-color:hover,.command-button.alert.same-color:hover,.image-button.alert.same-color:hover,.info-button.alert.same-color:hover,.input .button.alert.same-color:hover,.notify.alert.same-color:hover,.select .button.alert.same-color:hover,.shortcut.alert.same-color:hover,.spinner .button.alert.same-color:hover,.split-button .split.alert.same-color:hover,.tag-input .button.alert.same-color:hover,.tally.alert.same-color:hover,.toast.alert.same-color:hover,.tool-button.alert.same-color:hover,code.alert.same-color:hover,tbody td.alert.same-color:hover,tbody tr.alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}.button.alert.focus,.button.alert:active,.button.alert:focus,.command-button.alert.focus,.command-button.alert:active,.command-button.alert:focus,.image-button.alert.focus,.image-button.alert:active,.image-button.alert:focus,.info-button.alert.focus,.info-button.alert:active,.info-button.alert:focus,.input .button.alert.focus,.input .button.alert:active,.input .button.alert:focus,.notify.alert.focus,.notify.alert:active,.notify.alert:focus,.select .button.alert.focus,.select .button.alert:active,.select .button.alert:focus,.shortcut.alert.focus,.shortcut.alert:active,.shortcut.alert:focus,.spinner .button.alert.focus,.spinner .button.alert:active,.spinner .button.alert:focus,.split-button .split.alert.focus,.split-button .split.alert:active,.split-button .split.alert:focus,.tag-input .button.alert.focus,.tag-input .button.alert:active,.tag-input .button.alert:focus,.tally.alert.focus,.tally.alert:active,.tally.alert:focus,.toast.alert.focus,.toast.alert:active,.toast.alert:focus,.tool-button.alert.focus,.tool-button.alert:active,.tool-button.alert:focus,code.alert.focus,code.alert:active,code.alert:focus,tbody td.alert.focus,tbody td.alert:active,tbody td.alert:focus,tbody tr.alert.focus,tbody tr.alert:active,tbody tr.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.button.warning,.command-button.warning,.image-button.warning,.info-button.warning,.input .button.warning,.notify.warning,.select .button.warning,.shortcut.warning,.spinner .button.warning,.split-button .split.warning,.tag-input .button.warning,.tally.warning,.toast.warning,.tool-button.warning,code.warning,tbody td.warning,tbody tr.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.button.warning.outline,.command-button.warning.outline,.image-button.warning.outline,.info-button.warning.outline,.input .button.warning.outline,.notify.warning.outline,.select .button.warning.outline,.shortcut.warning.outline,.spinner .button.warning.outline,.split-button .split.warning.outline,.tag-input .button.warning.outline,.tally.warning.outline,.toast.warning.outline,.tool-button.warning.outline,code.warning.outline,tbody td.warning.outline,tbody tr.warning.outline{color:#ff9447;border-color:#ff9447}.button.warning.outline.dropdown-toggle::before,.command-button.warning.outline.dropdown-toggle::before,.image-button.warning.outline.dropdown-toggle::before,.info-button.warning.outline.dropdown-toggle::before,.input .button.warning.outline.dropdown-toggle::before,.notify.warning.outline.dropdown-toggle::before,.select .button.warning.outline.dropdown-toggle::before,.shortcut.warning.outline.dropdown-toggle::before,.spinner .button.warning.outline.dropdown-toggle::before,.split-button .split.warning.outline.dropdown-toggle::before,.tag-input .button.warning.outline.dropdown-toggle::before,.tally.warning.outline.dropdown-toggle::before,.toast.warning.outline.dropdown-toggle::before,.tool-button.warning.outline.dropdown-toggle::before,code.warning.outline.dropdown-toggle::before,tbody td.warning.outline.dropdown-toggle::before,tbody tr.warning.outline.dropdown-toggle::before{border-color:#ff9447}.button.warning.outline:hover,.command-button.warning.outline:hover,.image-button.warning.outline:hover,.info-button.warning.outline:hover,.input .button.warning.outline:hover,.notify.warning.outline:hover,.select .button.warning.outline:hover,.shortcut.warning.outline:hover,.spinner .button.warning.outline:hover,.split-button .split.warning.outline:hover,.tag-input .button.warning.outline:hover,.tally.warning.outline:hover,.toast.warning.outline:hover,.tool-button.warning.outline:hover,code.warning.outline:hover,tbody td.warning.outline:hover,tbody tr.warning.outline:hover{color:#fff}.button.warning.dropdown-toggle::before,.command-button.warning.dropdown-toggle::before,.image-button.warning.dropdown-toggle::before,.info-button.warning.dropdown-toggle::before,.input .button.warning.dropdown-toggle::before,.notify.warning.dropdown-toggle::before,.select .button.warning.dropdown-toggle::before,.shortcut.warning.dropdown-toggle::before,.spinner .button.warning.dropdown-toggle::before,.split-button .split.warning.dropdown-toggle::before,.tag-input .button.warning.dropdown-toggle::before,.tally.warning.dropdown-toggle::before,.toast.warning.dropdown-toggle::before,.tool-button.warning.dropdown-toggle::before,code.warning.dropdown-toggle::before,tbody td.warning.dropdown-toggle::before,tbody tr.warning.dropdown-toggle::before{border-color:#fff}.button.warning:hover,.command-button.warning:hover,.image-button.warning:hover,.info-button.warning:hover,.input .button.warning:hover,.notify.warning:hover,.select .button.warning:hover,.shortcut.warning:hover,.spinner .button.warning:hover,.split-button .split.warning:hover,.tag-input .button.warning:hover,.tally.warning:hover,.toast.warning:hover,.tool-button.warning:hover,code.warning:hover,tbody td.warning:hover,tbody tr.warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}.button.warning:hover.dropdown-toggle::before,.command-button.warning:hover.dropdown-toggle::before,.image-button.warning:hover.dropdown-toggle::before,.info-button.warning:hover.dropdown-toggle::before,.input .button.warning:hover.dropdown-toggle::before,.notify.warning:hover.dropdown-toggle::before,.select .button.warning:hover.dropdown-toggle::before,.shortcut.warning:hover.dropdown-toggle::before,.spinner .button.warning:hover.dropdown-toggle::before,.split-button .split.warning:hover.dropdown-toggle::before,.tag-input .button.warning:hover.dropdown-toggle::before,.tally.warning:hover.dropdown-toggle::before,.toast.warning:hover.dropdown-toggle::before,.tool-button.warning:hover.dropdown-toggle::before,code.warning:hover.dropdown-toggle::before,tbody td.warning:hover.dropdown-toggle::before,tbody tr.warning:hover.dropdown-toggle::before{border-color:#fff}.button.warning.same-color:hover,.command-button.warning.same-color:hover,.image-button.warning.same-color:hover,.info-button.warning.same-color:hover,.input .button.warning.same-color:hover,.notify.warning.same-color:hover,.select .button.warning.same-color:hover,.shortcut.warning.same-color:hover,.spinner .button.warning.same-color:hover,.split-button .split.warning.same-color:hover,.tag-input .button.warning.same-color:hover,.tally.warning.same-color:hover,.toast.warning.same-color:hover,.tool-button.warning.same-color:hover,code.warning.same-color:hover,tbody td.warning.same-color:hover,tbody tr.warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}.button.warning.focus,.button.warning:active,.button.warning:focus,.command-button.warning.focus,.command-button.warning:active,.command-button.warning:focus,.image-button.warning.focus,.image-button.warning:active,.image-button.warning:focus,.info-button.warning.focus,.info-button.warning:active,.info-button.warning:focus,.input .button.warning.focus,.input .button.warning:active,.input .button.warning:focus,.notify.warning.focus,.notify.warning:active,.notify.warning:focus,.select .button.warning.focus,.select .button.warning:active,.select .button.warning:focus,.shortcut.warning.focus,.shortcut.warning:active,.shortcut.warning:focus,.spinner .button.warning.focus,.spinner .button.warning:active,.spinner .button.warning:focus,.split-button .split.warning.focus,.split-button .split.warning:active,.split-button .split.warning:focus,.tag-input .button.warning.focus,.tag-input .button.warning:active,.tag-input .button.warning:focus,.tally.warning.focus,.tally.warning:active,.tally.warning:focus,.toast.warning.focus,.toast.warning:active,.toast.warning:focus,.tool-button.warning.focus,.tool-button.warning:active,.tool-button.warning:focus,code.warning.focus,code.warning:active,code.warning:focus,tbody td.warning.focus,tbody td.warning:active,tbody td.warning:focus,tbody tr.warning.focus,tbody tr.warning:active,tbody tr.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.button.yellow,.command-button.yellow,.image-button.yellow,.info-button.yellow,.input .button.yellow,.notify.yellow,.select .button.yellow,.shortcut.yellow,.spinner .button.yellow,.split-button .split.yellow,.tag-input .button.yellow,.tally.yellow,.toast.yellow,.tool-button.yellow,code.yellow,tbody td.yellow,tbody tr.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.button.yellow.outline,.command-button.yellow.outline,.image-button.yellow.outline,.info-button.yellow.outline,.input .button.yellow.outline,.notify.yellow.outline,.select .button.yellow.outline,.shortcut.yellow.outline,.spinner .button.yellow.outline,.split-button .split.yellow.outline,.tag-input .button.yellow.outline,.tally.yellow.outline,.toast.yellow.outline,.tool-button.yellow.outline,code.yellow.outline,tbody td.yellow.outline,tbody tr.yellow.outline{color:#ffe484;border-color:#ffe484}.button.yellow.outline.dropdown-toggle::before,.command-button.yellow.outline.dropdown-toggle::before,.image-button.yellow.outline.dropdown-toggle::before,.info-button.yellow.outline.dropdown-toggle::before,.input .button.yellow.outline.dropdown-toggle::before,.notify.yellow.outline.dropdown-toggle::before,.select .button.yellow.outline.dropdown-toggle::before,.shortcut.yellow.outline.dropdown-toggle::before,.spinner .button.yellow.outline.dropdown-toggle::before,.split-button .split.yellow.outline.dropdown-toggle::before,.tag-input .button.yellow.outline.dropdown-toggle::before,.tally.yellow.outline.dropdown-toggle::before,.toast.yellow.outline.dropdown-toggle::before,.tool-button.yellow.outline.dropdown-toggle::before,code.yellow.outline.dropdown-toggle::before,tbody td.yellow.outline.dropdown-toggle::before,tbody tr.yellow.outline.dropdown-toggle::before{border-color:#ffe484}.button.yellow.outline:hover,.command-button.yellow.outline:hover,.image-button.yellow.outline:hover,.info-button.yellow.outline:hover,.input .button.yellow.outline:hover,.notify.yellow.outline:hover,.select .button.yellow.outline:hover,.shortcut.yellow.outline:hover,.spinner .button.yellow.outline:hover,.split-button .split.yellow.outline:hover,.tag-input .button.yellow.outline:hover,.tally.yellow.outline:hover,.toast.yellow.outline:hover,.tool-button.yellow.outline:hover,code.yellow.outline:hover,tbody td.yellow.outline:hover,tbody tr.yellow.outline:hover{color:#fff}.button.yellow.dropdown-toggle::before,.command-button.yellow.dropdown-toggle::before,.image-button.yellow.dropdown-toggle::before,.info-button.yellow.dropdown-toggle::before,.input .button.yellow.dropdown-toggle::before,.notify.yellow.dropdown-toggle::before,.select .button.yellow.dropdown-toggle::before,.shortcut.yellow.dropdown-toggle::before,.spinner .button.yellow.dropdown-toggle::before,.split-button .split.yellow.dropdown-toggle::before,.tag-input .button.yellow.dropdown-toggle::before,.tally.yellow.dropdown-toggle::before,.toast.yellow.dropdown-toggle::before,.tool-button.yellow.dropdown-toggle::before,code.yellow.dropdown-toggle::before,tbody td.yellow.dropdown-toggle::before,tbody tr.yellow.dropdown-toggle::before{border-color:#fff}.button.yellow:hover,.command-button.yellow:hover,.image-button.yellow:hover,.info-button.yellow:hover,.input .button.yellow:hover,.notify.yellow:hover,.select .button.yellow:hover,.shortcut.yellow:hover,.spinner .button.yellow:hover,.split-button .split.yellow:hover,.tag-input .button.yellow:hover,.tally.yellow:hover,.toast.yellow:hover,.tool-button.yellow:hover,code.yellow:hover,tbody td.yellow:hover,tbody tr.yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}.button.yellow:hover.dropdown-toggle::before,.command-button.yellow:hover.dropdown-toggle::before,.image-button.yellow:hover.dropdown-toggle::before,.info-button.yellow:hover.dropdown-toggle::before,.input .button.yellow:hover.dropdown-toggle::before,.notify.yellow:hover.dropdown-toggle::before,.select .button.yellow:hover.dropdown-toggle::before,.shortcut.yellow:hover.dropdown-toggle::before,.spinner .button.yellow:hover.dropdown-toggle::before,.split-button .split.yellow:hover.dropdown-toggle::before,.tag-input .button.yellow:hover.dropdown-toggle::before,.tally.yellow:hover.dropdown-toggle::before,.toast.yellow:hover.dropdown-toggle::before,.tool-button.yellow:hover.dropdown-toggle::before,code.yellow:hover.dropdown-toggle::before,tbody td.yellow:hover.dropdown-toggle::before,tbody tr.yellow:hover.dropdown-toggle::before{border-color:#fff}.button.yellow.same-color:hover,.command-button.yellow.same-color:hover,.image-button.yellow.same-color:hover,.info-button.yellow.same-color:hover,.input .button.yellow.same-color:hover,.notify.yellow.same-color:hover,.select .button.yellow.same-color:hover,.shortcut.yellow.same-color:hover,.spinner .button.yellow.same-color:hover,.split-button .split.yellow.same-color:hover,.tag-input .button.yellow.same-color:hover,.tally.yellow.same-color:hover,.toast.yellow.same-color:hover,.tool-button.yellow.same-color:hover,code.yellow.same-color:hover,tbody td.yellow.same-color:hover,tbody tr.yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}.button.yellow.focus,.button.yellow:active,.button.yellow:focus,.command-button.yellow.focus,.command-button.yellow:active,.command-button.yellow:focus,.image-button.yellow.focus,.image-button.yellow:active,.image-button.yellow:focus,.info-button.yellow.focus,.info-button.yellow:active,.info-button.yellow:focus,.input .button.yellow.focus,.input .button.yellow:active,.input .button.yellow:focus,.notify.yellow.focus,.notify.yellow:active,.notify.yellow:focus,.select .button.yellow.focus,.select .button.yellow:active,.select .button.yellow:focus,.shortcut.yellow.focus,.shortcut.yellow:active,.shortcut.yellow:focus,.spinner .button.yellow.focus,.spinner .button.yellow:active,.spinner .button.yellow:focus,.split-button .split.yellow.focus,.split-button .split.yellow:active,.split-button .split.yellow:focus,.tag-input .button.yellow.focus,.tag-input .button.yellow:active,.tag-input .button.yellow:focus,.tally.yellow.focus,.tally.yellow:active,.tally.yellow:focus,.toast.yellow.focus,.toast.yellow:active,.toast.yellow:focus,.tool-button.yellow.focus,.tool-button.yellow:active,.tool-button.yellow:focus,code.yellow.focus,code.yellow:active,code.yellow:focus,tbody td.yellow.focus,tbody td.yellow:active,tbody td.yellow:focus,tbody tr.yellow.focus,tbody tr.yellow:active,tbody tr.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.button.info,.command-button.info,.image-button.info,.info-button.info,.input .button.info,.notify.info,.select .button.info,.shortcut.info,.spinner .button.info,.split-button .split.info,.tag-input .button.info,.tally.info,.toast.info,.tool-button.info,code.info,tbody td.info,tbody tr.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.button.info.outline,.command-button.info.outline,.image-button.info.outline,.info-button.info.outline,.input .button.info.outline,.notify.info.outline,.select .button.info.outline,.shortcut.info.outline,.spinner .button.info.outline,.split-button .split.info.outline,.tag-input .button.info.outline,.tally.info.outline,.toast.info.outline,.tool-button.info.outline,code.info.outline,tbody td.info.outline,tbody tr.info.outline{color:#5ebdec;border-color:#5ebdec}.button.info.outline.dropdown-toggle::before,.command-button.info.outline.dropdown-toggle::before,.image-button.info.outline.dropdown-toggle::before,.info-button.info.outline.dropdown-toggle::before,.input .button.info.outline.dropdown-toggle::before,.notify.info.outline.dropdown-toggle::before,.select .button.info.outline.dropdown-toggle::before,.shortcut.info.outline.dropdown-toggle::before,.spinner .button.info.outline.dropdown-toggle::before,.split-button .split.info.outline.dropdown-toggle::before,.tag-input .button.info.outline.dropdown-toggle::before,.tally.info.outline.dropdown-toggle::before,.toast.info.outline.dropdown-toggle::before,.tool-button.info.outline.dropdown-toggle::before,code.info.outline.dropdown-toggle::before,tbody td.info.outline.dropdown-toggle::before,tbody tr.info.outline.dropdown-toggle::before{border-color:#5ebdec}.button.info.outline:hover,.command-button.info.outline:hover,.image-button.info.outline:hover,.info-button.info.outline:hover,.input .button.info.outline:hover,.notify.info.outline:hover,.select .button.info.outline:hover,.shortcut.info.outline:hover,.spinner .button.info.outline:hover,.split-button .split.info.outline:hover,.tag-input .button.info.outline:hover,.tally.info.outline:hover,.toast.info.outline:hover,.tool-button.info.outline:hover,code.info.outline:hover,tbody td.info.outline:hover,tbody tr.info.outline:hover{color:#fff}.button.info.dropdown-toggle::before,.command-button.info.dropdown-toggle::before,.image-button.info.dropdown-toggle::before,.info-button.info.dropdown-toggle::before,.input .button.info.dropdown-toggle::before,.notify.info.dropdown-toggle::before,.select .button.info.dropdown-toggle::before,.shortcut.info.dropdown-toggle::before,.spinner .button.info.dropdown-toggle::before,.split-button .split.info.dropdown-toggle::before,.tag-input .button.info.dropdown-toggle::before,.tally.info.dropdown-toggle::before,.toast.info.dropdown-toggle::before,.tool-button.info.dropdown-toggle::before,code.info.dropdown-toggle::before,tbody td.info.dropdown-toggle::before,tbody tr.info.dropdown-toggle::before{border-color:#fff}.button.info:hover,.command-button.info:hover,.image-button.info:hover,.info-button.info:hover,.input .button.info:hover,.notify.info:hover,.select .button.info:hover,.shortcut.info:hover,.spinner .button.info:hover,.split-button .split.info:hover,.tag-input .button.info:hover,.tally.info:hover,.toast.info:hover,.tool-button.info:hover,code.info:hover,tbody td.info:hover,tbody tr.info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}.button.info:hover.dropdown-toggle::before,.command-button.info:hover.dropdown-toggle::before,.image-button.info:hover.dropdown-toggle::before,.info-button.info:hover.dropdown-toggle::before,.input .button.info:hover.dropdown-toggle::before,.notify.info:hover.dropdown-toggle::before,.select .button.info:hover.dropdown-toggle::before,.shortcut.info:hover.dropdown-toggle::before,.spinner .button.info:hover.dropdown-toggle::before,.split-button .split.info:hover.dropdown-toggle::before,.tag-input .button.info:hover.dropdown-toggle::before,.tally.info:hover.dropdown-toggle::before,.toast.info:hover.dropdown-toggle::before,.tool-button.info:hover.dropdown-toggle::before,code.info:hover.dropdown-toggle::before,tbody td.info:hover.dropdown-toggle::before,tbody tr.info:hover.dropdown-toggle::before{border-color:#fff}.button.info.same-color:hover,.command-button.info.same-color:hover,.image-button.info.same-color:hover,.info-button.info.same-color:hover,.input .button.info.same-color:hover,.notify.info.same-color:hover,.select .button.info.same-color:hover,.shortcut.info.same-color:hover,.spinner .button.info.same-color:hover,.split-button .split.info.same-color:hover,.tag-input .button.info.same-color:hover,.tally.info.same-color:hover,.toast.info.same-color:hover,.tool-button.info.same-color:hover,code.info.same-color:hover,tbody td.info.same-color:hover,tbody tr.info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}.button.info.focus,.button.info:active,.button.info:focus,.command-button.info.focus,.command-button.info:active,.command-button.info:focus,.image-button.info.focus,.image-button.info:active,.image-button.info:focus,.info-button.info.focus,.info-button.info:active,.info-button.info:focus,.input .button.info.focus,.input .button.info:active,.input .button.info:focus,.notify.info.focus,.notify.info:active,.notify.info:focus,.select .button.info.focus,.select .button.info:active,.select .button.info:focus,.shortcut.info.focus,.shortcut.info:active,.shortcut.info:focus,.spinner .button.info.focus,.spinner .button.info:active,.spinner .button.info:focus,.split-button .split.info.focus,.split-button .split.info:active,.split-button .split.info:focus,.tag-input .button.info.focus,.tag-input .button.info:active,.tag-input .button.info:focus,.tally.info.focus,.tally.info:active,.tally.info:focus,.toast.info.focus,.toast.info:active,.toast.info:focus,.tool-button.info.focus,.tool-button.info:active,.tool-button.info:focus,code.info.focus,code.info:active,code.info:focus,tbody td.info.focus,tbody td.info:active,tbody td.info:focus,tbody tr.info.focus,tbody tr.info:active,tbody tr.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.button.dark,.command-button.dark,.image-button.dark,.info-button.dark,.input .button.dark,.notify.dark,.select .button.dark,.shortcut.dark,.spinner .button.dark,.split-button .split.dark,.tag-input .button.dark,.tally.dark,.toast.dark,.tool-button.dark,code.dark,tbody td.dark,tbody tr.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.button.dark.outline,.command-button.dark.outline,.image-button.dark.outline,.info-button.dark.outline,.input .button.dark.outline,.notify.dark.outline,.select .button.dark.outline,.shortcut.dark.outline,.spinner .button.dark.outline,.split-button .split.dark.outline,.tag-input .button.dark.outline,.tally.dark.outline,.toast.dark.outline,.tool-button.dark.outline,code.dark.outline,tbody td.dark.outline,tbody tr.dark.outline{color:#505050;border-color:#505050}.button.dark.outline.dropdown-toggle::before,.command-button.dark.outline.dropdown-toggle::before,.image-button.dark.outline.dropdown-toggle::before,.info-button.dark.outline.dropdown-toggle::before,.input .button.dark.outline.dropdown-toggle::before,.notify.dark.outline.dropdown-toggle::before,.select .button.dark.outline.dropdown-toggle::before,.shortcut.dark.outline.dropdown-toggle::before,.spinner .button.dark.outline.dropdown-toggle::before,.split-button .split.dark.outline.dropdown-toggle::before,.tag-input .button.dark.outline.dropdown-toggle::before,.tally.dark.outline.dropdown-toggle::before,.toast.dark.outline.dropdown-toggle::before,.tool-button.dark.outline.dropdown-toggle::before,code.dark.outline.dropdown-toggle::before,tbody td.dark.outline.dropdown-toggle::before,tbody tr.dark.outline.dropdown-toggle::before{border-color:#505050}.button.dark.outline:hover,.command-button.dark.outline:hover,.image-button.dark.outline:hover,.info-button.dark.outline:hover,.input .button.dark.outline:hover,.notify.dark.outline:hover,.select .button.dark.outline:hover,.shortcut.dark.outline:hover,.spinner .button.dark.outline:hover,.split-button .split.dark.outline:hover,.tag-input .button.dark.outline:hover,.tally.dark.outline:hover,.toast.dark.outline:hover,.tool-button.dark.outline:hover,code.dark.outline:hover,tbody td.dark.outline:hover,tbody tr.dark.outline:hover{color:#fff}.button.dark.dropdown-toggle::before,.command-button.dark.dropdown-toggle::before,.image-button.dark.dropdown-toggle::before,.info-button.dark.dropdown-toggle::before,.input .button.dark.dropdown-toggle::before,.notify.dark.dropdown-toggle::before,.select .button.dark.dropdown-toggle::before,.shortcut.dark.dropdown-toggle::before,.spinner .button.dark.dropdown-toggle::before,.split-button .split.dark.dropdown-toggle::before,.tag-input .button.dark.dropdown-toggle::before,.tally.dark.dropdown-toggle::before,.toast.dark.dropdown-toggle::before,.tool-button.dark.dropdown-toggle::before,code.dark.dropdown-toggle::before,tbody td.dark.dropdown-toggle::before,tbody tr.dark.dropdown-toggle::before{border-color:#fff}.button.dark:hover,.command-button.dark:hover,.image-button.dark:hover,.info-button.dark:hover,.input .button.dark:hover,.notify.dark:hover,.select .button.dark:hover,.shortcut.dark:hover,.spinner .button.dark:hover,.split-button .split.dark:hover,.tag-input .button.dark:hover,.tally.dark:hover,.toast.dark:hover,.tool-button.dark:hover,code.dark:hover,tbody td.dark:hover,tbody tr.dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}.button.dark:hover.dropdown-toggle::before,.command-button.dark:hover.dropdown-toggle::before,.image-button.dark:hover.dropdown-toggle::before,.info-button.dark:hover.dropdown-toggle::before,.input .button.dark:hover.dropdown-toggle::before,.notify.dark:hover.dropdown-toggle::before,.select .button.dark:hover.dropdown-toggle::before,.shortcut.dark:hover.dropdown-toggle::before,.spinner .button.dark:hover.dropdown-toggle::before,.split-button .split.dark:hover.dropdown-toggle::before,.tag-input .button.dark:hover.dropdown-toggle::before,.tally.dark:hover.dropdown-toggle::before,.toast.dark:hover.dropdown-toggle::before,.tool-button.dark:hover.dropdown-toggle::before,code.dark:hover.dropdown-toggle::before,tbody td.dark:hover.dropdown-toggle::before,tbody tr.dark:hover.dropdown-toggle::before{border-color:#fff}.button.dark.same-color:hover,.command-button.dark.same-color:hover,.image-button.dark.same-color:hover,.info-button.dark.same-color:hover,.input .button.dark.same-color:hover,.notify.dark.same-color:hover,.select .button.dark.same-color:hover,.shortcut.dark.same-color:hover,.spinner .button.dark.same-color:hover,.split-button .split.dark.same-color:hover,.tag-input .button.dark.same-color:hover,.tally.dark.same-color:hover,.toast.dark.same-color:hover,.tool-button.dark.same-color:hover,code.dark.same-color:hover,tbody td.dark.same-color:hover,tbody tr.dark.same-color:hover{background-color:#505050;border-color:#505050}.button.dark.focus,.button.dark:active,.button.dark:focus,.command-button.dark.focus,.command-button.dark:active,.command-button.dark:focus,.image-button.dark.focus,.image-button.dark:active,.image-button.dark:focus,.info-button.dark.focus,.info-button.dark:active,.info-button.dark:focus,.input .button.dark.focus,.input .button.dark:active,.input .button.dark:focus,.notify.dark.focus,.notify.dark:active,.notify.dark:focus,.select .button.dark.focus,.select .button.dark:active,.select .button.dark:focus,.shortcut.dark.focus,.shortcut.dark:active,.shortcut.dark:focus,.spinner .button.dark.focus,.spinner .button.dark:active,.spinner .button.dark:focus,.split-button .split.dark.focus,.split-button .split.dark:active,.split-button .split.dark:focus,.tag-input .button.dark.focus,.tag-input .button.dark:active,.tag-input .button.dark:focus,.tally.dark.focus,.tally.dark:active,.tally.dark:focus,.toast.dark.focus,.toast.dark:active,.toast.dark:focus,.tool-button.dark.focus,.tool-button.dark:active,.tool-button.dark:focus,code.dark.focus,code.dark:active,code.dark:focus,tbody td.dark.focus,tbody td.dark:active,tbody td.dark:focus,tbody tr.dark.focus,tbody tr.dark:active,tbody tr.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.button.light,.command-button.light,.image-button.light,.info-button.light,.input .button.light,.notify.light,.select .button.light,.shortcut.light,.spinner .button.light,.split-button .split.light,.tag-input .button.light,.tally.light,.toast.light,.tool-button.light,code.light,tbody td.light,tbody tr.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.button.light.outline,.command-button.light.outline,.image-button.light.outline,.info-button.light.outline,.input .button.light.outline,.notify.light.outline,.select .button.light.outline,.shortcut.light.outline,.spinner .button.light.outline,.split-button .split.light.outline,.tag-input .button.light.outline,.tally.light.outline,.toast.light.outline,.tool-button.light.outline,code.light.outline,tbody td.light.outline,tbody tr.light.outline{color:#f8f8f8;border-color:#f8f8f8}.button.light.outline.dropdown-toggle::before,.command-button.light.outline.dropdown-toggle::before,.image-button.light.outline.dropdown-toggle::before,.info-button.light.outline.dropdown-toggle::before,.input .button.light.outline.dropdown-toggle::before,.notify.light.outline.dropdown-toggle::before,.select .button.light.outline.dropdown-toggle::before,.shortcut.light.outline.dropdown-toggle::before,.spinner .button.light.outline.dropdown-toggle::before,.split-button .split.light.outline.dropdown-toggle::before,.tag-input .button.light.outline.dropdown-toggle::before,.tally.light.outline.dropdown-toggle::before,.toast.light.outline.dropdown-toggle::before,.tool-button.light.outline.dropdown-toggle::before,code.light.outline.dropdown-toggle::before,tbody td.light.outline.dropdown-toggle::before,tbody tr.light.outline.dropdown-toggle::before{border-color:#f8f8f8}.button.light.outline:hover,.command-button.light.outline:hover,.image-button.light.outline:hover,.info-button.light.outline:hover,.input .button.light.outline:hover,.notify.light.outline:hover,.select .button.light.outline:hover,.shortcut.light.outline:hover,.spinner .button.light.outline:hover,.split-button .split.light.outline:hover,.tag-input .button.light.outline:hover,.tally.light.outline:hover,.toast.light.outline:hover,.tool-button.light.outline:hover,code.light.outline:hover,tbody td.light.outline:hover,tbody tr.light.outline:hover{color:#fff}.button.light.dropdown-toggle::before,.command-button.light.dropdown-toggle::before,.image-button.light.dropdown-toggle::before,.info-button.light.dropdown-toggle::before,.input .button.light.dropdown-toggle::before,.notify.light.dropdown-toggle::before,.select .button.light.dropdown-toggle::before,.shortcut.light.dropdown-toggle::before,.spinner .button.light.dropdown-toggle::before,.split-button .split.light.dropdown-toggle::before,.tag-input .button.light.dropdown-toggle::before,.tally.light.dropdown-toggle::before,.toast.light.dropdown-toggle::before,.tool-button.light.dropdown-toggle::before,code.light.dropdown-toggle::before,tbody td.light.dropdown-toggle::before,tbody tr.light.dropdown-toggle::before{border-color:#fff}.button.light:hover,.command-button.light:hover,.image-button.light:hover,.info-button.light:hover,.input .button.light:hover,.notify.light:hover,.select .button.light:hover,.shortcut.light:hover,.spinner .button.light:hover,.split-button .split.light:hover,.tag-input .button.light:hover,.tally.light:hover,.toast.light:hover,.tool-button.light:hover,code.light:hover,tbody td.light:hover,tbody tr.light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}.button.light:hover.dropdown-toggle::before,.command-button.light:hover.dropdown-toggle::before,.image-button.light:hover.dropdown-toggle::before,.info-button.light:hover.dropdown-toggle::before,.input .button.light:hover.dropdown-toggle::before,.notify.light:hover.dropdown-toggle::before,.select .button.light:hover.dropdown-toggle::before,.shortcut.light:hover.dropdown-toggle::before,.spinner .button.light:hover.dropdown-toggle::before,.split-button .split.light:hover.dropdown-toggle::before,.tag-input .button.light:hover.dropdown-toggle::before,.tally.light:hover.dropdown-toggle::before,.toast.light:hover.dropdown-toggle::before,.tool-button.light:hover.dropdown-toggle::before,code.light:hover.dropdown-toggle::before,tbody td.light:hover.dropdown-toggle::before,tbody tr.light:hover.dropdown-toggle::before{border-color:#fff}.button.light.same-color:hover,.command-button.light.same-color:hover,.image-button.light.same-color:hover,.info-button.light.same-color:hover,.input .button.light.same-color:hover,.notify.light.same-color:hover,.select .button.light.same-color:hover,.shortcut.light.same-color:hover,.spinner .button.light.same-color:hover,.split-button .split.light.same-color:hover,.tag-input .button.light.same-color:hover,.tally.light.same-color:hover,.toast.light.same-color:hover,.tool-button.light.same-color:hover,code.light.same-color:hover,tbody td.light.same-color:hover,tbody tr.light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}.button.light.focus,.button.light:active,.button.light:focus,.command-button.light.focus,.command-button.light:active,.command-button.light:focus,.image-button.light.focus,.image-button.light:active,.image-button.light:focus,.info-button.light.focus,.info-button.light:active,.info-button.light:focus,.input .button.light.focus,.input .button.light:active,.input .button.light:focus,.notify.light.focus,.notify.light:active,.notify.light:focus,.select .button.light.focus,.select .button.light:active,.select .button.light:focus,.shortcut.light.focus,.shortcut.light:active,.shortcut.light:focus,.spinner .button.light.focus,.spinner .button.light:active,.spinner .button.light:focus,.split-button .split.light.focus,.split-button .split.light:active,.split-button .split.light:focus,.tag-input .button.light.focus,.tag-input .button.light:active,.tag-input .button.light:focus,.tally.light.focus,.tally.light:active,.tally.light:focus,.toast.light.focus,.toast.light:active,.toast.light:focus,.tool-button.light.focus,.tool-button.light:active,.tool-button.light:focus,code.light.focus,code.light:active,code.light:focus,tbody td.light.focus,tbody td.light:active,tbody td.light:focus,tbody tr.light.focus,tbody tr.light:active,tbody tr.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.button.light,.button.yellow,.command-button.light,.command-button.yellow,.image-button.light,.image-button.yellow,.info-button.light,.info-button.yellow,.input .button.light,.input .button.yellow,.notify.light,.notify.yellow,.select .button.light,.select .button.yellow,.shortcut.light,.shortcut.yellow,.spinner .button.light,.spinner .button.yellow,.split-button .split.light,.split-button .split.yellow,.tag-input .button.light,.tag-input .button.yellow,.tally.light,.tally.yellow,.toast.light,.toast.yellow,.tool-button.light,.tool-button.yellow,code.light,code.yellow,tbody td.light,tbody td.yellow,tbody tr.light,tbody tr.yellow{color:#1d1d1d}.button.light.outline:hover,.button.light:hover,.button.yellow.outline:hover,.button.yellow:hover,.command-button.light.outline:hover,.command-button.light:hover,.command-button.yellow.outline:hover,.command-button.yellow:hover,.image-button.light.outline:hover,.image-button.light:hover,.image-button.yellow.outline:hover,.image-button.yellow:hover,.info-button.light.outline:hover,.info-button.light:hover,.info-button.yellow.outline:hover,.info-button.yellow:hover,.input .button.light.outline:hover,.input .button.light:hover,.input .button.yellow.outline:hover,.input .button.yellow:hover,.notify.light.outline:hover,.notify.light:hover,.notify.yellow.outline:hover,.notify.yellow:hover,.select .button.light.outline:hover,.select .button.light:hover,.select .button.yellow.outline:hover,.select .button.yellow:hover,.shortcut.light.outline:hover,.shortcut.light:hover,.shortcut.yellow.outline:hover,.shortcut.yellow:hover,.spinner .button.light.outline:hover,.spinner .button.light:hover,.spinner .button.yellow.outline:hover,.spinner .button.yellow:hover,.split-button .split.light.outline:hover,.split-button .split.light:hover,.split-button .split.yellow.outline:hover,.split-button .split.yellow:hover,.tag-input .button.light.outline:hover,.tag-input .button.light:hover,.tag-input .button.yellow.outline:hover,.tag-input .button.yellow:hover,.tally.light.outline:hover,.tally.light:hover,.tally.yellow.outline:hover,.tally.yellow:hover,.toast.light.outline:hover,.toast.light:hover,.toast.yellow.outline:hover,.toast.yellow:hover,.tool-button.light.outline:hover,.tool-button.light:hover,.tool-button.yellow.outline:hover,.tool-button.yellow:hover,code.light.outline:hover,code.light:hover,code.yellow.outline:hover,code.yellow:hover,tbody td.light.outline:hover,tbody td.light:hover,tbody td.yellow.outline:hover,tbody td.yellow:hover,tbody tr.light.outline:hover,tbody tr.light:hover,tbody tr.yellow.outline:hover,tbody tr.yellow:hover{color:#1d1d1d}.action-button.primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}.action-button.secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}.action-button.success{outline-color:#adeb6e;background-color:#60a917;color:#fff}.action-button.alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}.action-button.warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}.action-button.yellow{outline-color:#fff;background-color:#ffe484;color:#fff}.action-button.info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}.action-button.dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}.action-button.light{outline-color:#fff;background-color:#f8f8f8;color:#fff}.action-button.light,.action-button.yellow{color:#1d1d1d}.action-button.light.outline:hover,.action-button.light:hover,.action-button.yellow.outline:hover,.action-button.yellow:hover{color:#1d1d1d}.pagination.primary .page-item.active,.pagination.primary .page-item.service,.pagination.primary .page-item:hover{background-color:#0366d6;border-color:#0366d6;color:#fff}.pagination.primary .page-item.active:hover,.pagination.primary .page-item.service:hover,.pagination.primary .page-item:hover:hover{background-color:#024ea4}.pagination.secondary .page-item.active,.pagination.secondary .page-item.service,.pagination.secondary .page-item:hover{background-color:#607d8b;border-color:#607d8b;color:#fff}.pagination.secondary .page-item.active:hover,.pagination.secondary .page-item.service:hover,.pagination.secondary .page-item:hover:hover{background-color:#4b626d}.pagination.success .page-item.active,.pagination.success .page-item.service,.pagination.success .page-item:hover{background-color:#60a917;border-color:#60a917;color:#fff}.pagination.success .page-item.active:hover,.pagination.success .page-item.service:hover,.pagination.success .page-item:hover:hover{background-color:#477c11}.pagination.alert .page-item.active,.pagination.alert .page-item.service,.pagination.alert .page-item:hover{background-color:#ce352c;border-color:#ce352c;color:#fff}.pagination.alert .page-item.active:hover,.pagination.alert .page-item.service:hover,.pagination.alert .page-item:hover:hover{background-color:#a42a23}.pagination.warning .page-item.active,.pagination.warning .page-item.service,.pagination.warning .page-item:hover{background-color:#ff9447;border-color:#ff9447;color:#fff}.pagination.warning .page-item.active:hover,.pagination.warning .page-item.service:hover,.pagination.warning .page-item:hover:hover{background-color:#ff7615}.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{background-color:#ffe484;border-color:#ffe484;color:#fff}.pagination.yellow .page-item.active:hover,.pagination.yellow .page-item.service:hover,.pagination.yellow .page-item:hover:hover{background-color:#ffd951}.pagination.info .page-item.active,.pagination.info .page-item.service,.pagination.info .page-item:hover{background-color:#5ebdec;border-color:#5ebdec;color:#fff}.pagination.info .page-item.active:hover,.pagination.info .page-item.service:hover,.pagination.info .page-item:hover:hover{background-color:#30abe6}.pagination.dark .page-item.active,.pagination.dark .page-item.service,.pagination.dark .page-item:hover{background-color:#505050;border-color:#505050;color:#fff}.pagination.dark .page-item.active:hover,.pagination.dark .page-item.service:hover,.pagination.dark .page-item:hover:hover{background-color:#373737}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover{background-color:#f8f8f8;border-color:#f8f8f8;color:#fff}.pagination.light .page-item.active:hover,.pagination.light .page-item.service:hover,.pagination.light .page-item:hover:hover{background-color:#dfdfdf}.pagination.light .page-item.active,.pagination.light .page-item.service,.pagination.light .page-item:hover,.pagination.yellow .page-item.active,.pagination.yellow .page-item.service,.pagination.yellow .page-item:hover{color:#1d1d1d}.remark.primary{background:#75b5fd;border:1px solid #75b5fd}.remark.primary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#0366d6}.remark.primary{background:#daebfe;border:1px solid #daebfe}.remark.secondary{background:#b7c6cd;border:1px solid #b7c6cd}.remark.secondary::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#607d8b}.remark.secondary{background:#f3f6f7;border:1px solid #f3f6f7}.remark.success{background:#adeb6e;border:1px solid #adeb6e}.remark.success::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#60a917}.remark.success{background:#ecfbde;border:1px solid #ecfbde}.remark.alert{background:#ecaba7;border:1px solid #ecaba7}.remark.alert::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ce352c}.remark.alert{background:#fae7e6;border:1px solid #fae7e6}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.warning::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ff9447}.remark.warning{background:#ffede1;border:1px solid #ffede1}.remark.yellow{background:#fff;border:1px solid #fff}.remark.yellow::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#ffe484}.remark.yellow{background:#fff7db;border:1px solid #fff7db}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.info::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#5ebdec}.remark.info{background:#e6f5fc;border:1px solid #e6f5fc}.remark.dark{background:#9d9d9d;border:1px solid #9d9d9d}.remark.dark::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#505050}.remark.dark{background:#e9e9e9;border:1px solid #e9e9e9}.remark.light{background:#fff;border:1px solid #fff}.remark.light::before{position:absolute;top:0;left:-4px;width:4px;height:100%;content:" ";background-color:#f8f8f8}.file.primary,.input.primary,.keypad.primary,.select.primary,.spinner.primary,.tag-input.primary,.textarea.primary,input[type=datetime-local].primary,input[type=email].primary,input[type=file].primary,input[type=month].primary,input[type=number].primary,input[type=password].primary,input[type=search].primary,input[type=tel].primary,input[type=text].primary,input[type=time].primary,input[type=url].primary,input[type=week].primary,select.primary,textarea.primary{border-color:#0366d6}.file.primary.focused,.file.primary:focus,.input.primary.focused,.input.primary:focus,.keypad.primary.focused,.keypad.primary:focus,.select.primary.focused,.select.primary:focus,.spinner.primary.focused,.spinner.primary:focus,.tag-input.primary.focused,.tag-input.primary:focus,.textarea.primary.focused,.textarea.primary:focus,input[type=datetime-local].primary.focused,input[type=datetime-local].primary:focus,input[type=email].primary.focused,input[type=email].primary:focus,input[type=file].primary.focused,input[type=file].primary:focus,input[type=month].primary.focused,input[type=month].primary:focus,input[type=number].primary.focused,input[type=number].primary:focus,input[type=password].primary.focused,input[type=password].primary:focus,input[type=search].primary.focused,input[type=search].primary:focus,input[type=tel].primary.focused,input[type=tel].primary:focus,input[type=text].primary.focused,input[type=text].primary:focus,input[type=time].primary.focused,input[type=time].primary:focus,input[type=url].primary.focused,input[type=url].primary:focus,input[type=week].primary.focused,input[type=week].primary:focus,select.primary.focused,select.primary:focus,textarea.primary.focused,textarea.primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}.file.secondary,.input.secondary,.keypad.secondary,.select.secondary,.spinner.secondary,.tag-input.secondary,.textarea.secondary,input[type=datetime-local].secondary,input[type=email].secondary,input[type=file].secondary,input[type=month].secondary,input[type=number].secondary,input[type=password].secondary,input[type=search].secondary,input[type=tel].secondary,input[type=text].secondary,input[type=time].secondary,input[type=url].secondary,input[type=week].secondary,select.secondary,textarea.secondary{border-color:#607d8b}.file.secondary.focused,.file.secondary:focus,.input.secondary.focused,.input.secondary:focus,.keypad.secondary.focused,.keypad.secondary:focus,.select.secondary.focused,.select.secondary:focus,.spinner.secondary.focused,.spinner.secondary:focus,.tag-input.secondary.focused,.tag-input.secondary:focus,.textarea.secondary.focused,.textarea.secondary:focus,input[type=datetime-local].secondary.focused,input[type=datetime-local].secondary:focus,input[type=email].secondary.focused,input[type=email].secondary:focus,input[type=file].secondary.focused,input[type=file].secondary:focus,input[type=month].secondary.focused,input[type=month].secondary:focus,input[type=number].secondary.focused,input[type=number].secondary:focus,input[type=password].secondary.focused,input[type=password].secondary:focus,input[type=search].secondary.focused,input[type=search].secondary:focus,input[type=tel].secondary.focused,input[type=tel].secondary:focus,input[type=text].secondary.focused,input[type=text].secondary:focus,input[type=time].secondary.focused,input[type=time].secondary:focus,input[type=url].secondary.focused,input[type=url].secondary:focus,input[type=week].secondary.focused,input[type=week].secondary:focus,select.secondary.focused,select.secondary:focus,textarea.secondary.focused,textarea.secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}.file.success,.input.success,.keypad.success,.select.success,.spinner.success,.tag-input.success,.textarea.success,input[type=datetime-local].success,input[type=email].success,input[type=file].success,input[type=month].success,input[type=number].success,input[type=password].success,input[type=search].success,input[type=tel].success,input[type=text].success,input[type=time].success,input[type=url].success,input[type=week].success,select.success,textarea.success{border-color:#60a917}.file.success.focused,.file.success:focus,.input.success.focused,.input.success:focus,.keypad.success.focused,.keypad.success:focus,.select.success.focused,.select.success:focus,.spinner.success.focused,.spinner.success:focus,.tag-input.success.focused,.tag-input.success:focus,.textarea.success.focused,.textarea.success:focus,input[type=datetime-local].success.focused,input[type=datetime-local].success:focus,input[type=email].success.focused,input[type=email].success:focus,input[type=file].success.focused,input[type=file].success:focus,input[type=month].success.focused,input[type=month].success:focus,input[type=number].success.focused,input[type=number].success:focus,input[type=password].success.focused,input[type=password].success:focus,input[type=search].success.focused,input[type=search].success:focus,input[type=tel].success.focused,input[type=tel].success:focus,input[type=text].success.focused,input[type=text].success:focus,input[type=time].success.focused,input[type=time].success:focus,input[type=url].success.focused,input[type=url].success:focus,input[type=week].success.focused,input[type=week].success:focus,select.success.focused,select.success:focus,textarea.success.focused,textarea.success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}.file.alert,.input.alert,.keypad.alert,.select.alert,.spinner.alert,.tag-input.alert,.textarea.alert,input[type=datetime-local].alert,input[type=email].alert,input[type=file].alert,input[type=month].alert,input[type=number].alert,input[type=password].alert,input[type=search].alert,input[type=tel].alert,input[type=text].alert,input[type=time].alert,input[type=url].alert,input[type=week].alert,select.alert,textarea.alert{border-color:#ce352c}.file.alert.focused,.file.alert:focus,.input.alert.focused,.input.alert:focus,.keypad.alert.focused,.keypad.alert:focus,.select.alert.focused,.select.alert:focus,.spinner.alert.focused,.spinner.alert:focus,.tag-input.alert.focused,.tag-input.alert:focus,.textarea.alert.focused,.textarea.alert:focus,input[type=datetime-local].alert.focused,input[type=datetime-local].alert:focus,input[type=email].alert.focused,input[type=email].alert:focus,input[type=file].alert.focused,input[type=file].alert:focus,input[type=month].alert.focused,input[type=month].alert:focus,input[type=number].alert.focused,input[type=number].alert:focus,input[type=password].alert.focused,input[type=password].alert:focus,input[type=search].alert.focused,input[type=search].alert:focus,input[type=tel].alert.focused,input[type=tel].alert:focus,input[type=text].alert.focused,input[type=text].alert:focus,input[type=time].alert.focused,input[type=time].alert:focus,input[type=url].alert.focused,input[type=url].alert:focus,input[type=week].alert.focused,input[type=week].alert:focus,select.alert.focused,select.alert:focus,textarea.alert.focused,textarea.alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}.file.warning,.input.warning,.keypad.warning,.select.warning,.spinner.warning,.tag-input.warning,.textarea.warning,input[type=datetime-local].warning,input[type=email].warning,input[type=file].warning,input[type=month].warning,input[type=number].warning,input[type=password].warning,input[type=search].warning,input[type=tel].warning,input[type=text].warning,input[type=time].warning,input[type=url].warning,input[type=week].warning,select.warning,textarea.warning{border-color:#ff9447}.file.warning.focused,.file.warning:focus,.input.warning.focused,.input.warning:focus,.keypad.warning.focused,.keypad.warning:focus,.select.warning.focused,.select.warning:focus,.spinner.warning.focused,.spinner.warning:focus,.tag-input.warning.focused,.tag-input.warning:focus,.textarea.warning.focused,.textarea.warning:focus,input[type=datetime-local].warning.focused,input[type=datetime-local].warning:focus,input[type=email].warning.focused,input[type=email].warning:focus,input[type=file].warning.focused,input[type=file].warning:focus,input[type=month].warning.focused,input[type=month].warning:focus,input[type=number].warning.focused,input[type=number].warning:focus,input[type=password].warning.focused,input[type=password].warning:focus,input[type=search].warning.focused,input[type=search].warning:focus,input[type=tel].warning.focused,input[type=tel].warning:focus,input[type=text].warning.focused,input[type=text].warning:focus,input[type=time].warning.focused,input[type=time].warning:focus,input[type=url].warning.focused,input[type=url].warning:focus,input[type=week].warning.focused,input[type=week].warning:focus,select.warning.focused,select.warning:focus,textarea.warning.focused,textarea.warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}.file.yellow,.input.yellow,.keypad.yellow,.select.yellow,.spinner.yellow,.tag-input.yellow,.textarea.yellow,input[type=datetime-local].yellow,input[type=email].yellow,input[type=file].yellow,input[type=month].yellow,input[type=number].yellow,input[type=password].yellow,input[type=search].yellow,input[type=tel].yellow,input[type=text].yellow,input[type=time].yellow,input[type=url].yellow,input[type=week].yellow,select.yellow,textarea.yellow{border-color:#ffe484}.file.yellow.focused,.file.yellow:focus,.input.yellow.focused,.input.yellow:focus,.keypad.yellow.focused,.keypad.yellow:focus,.select.yellow.focused,.select.yellow:focus,.spinner.yellow.focused,.spinner.yellow:focus,.tag-input.yellow.focused,.tag-input.yellow:focus,.textarea.yellow.focused,.textarea.yellow:focus,input[type=datetime-local].yellow.focused,input[type=datetime-local].yellow:focus,input[type=email].yellow.focused,input[type=email].yellow:focus,input[type=file].yellow.focused,input[type=file].yellow:focus,input[type=month].yellow.focused,input[type=month].yellow:focus,input[type=number].yellow.focused,input[type=number].yellow:focus,input[type=password].yellow.focused,input[type=password].yellow:focus,input[type=search].yellow.focused,input[type=search].yellow:focus,input[type=tel].yellow.focused,input[type=tel].yellow:focus,input[type=text].yellow.focused,input[type=text].yellow:focus,input[type=time].yellow.focused,input[type=time].yellow:focus,input[type=url].yellow.focused,input[type=url].yellow:focus,input[type=week].yellow.focused,input[type=week].yellow:focus,select.yellow.focused,select.yellow:focus,textarea.yellow.focused,textarea.yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}.file.info,.input.info,.keypad.info,.select.info,.spinner.info,.tag-input.info,.textarea.info,input[type=datetime-local].info,input[type=email].info,input[type=file].info,input[type=month].info,input[type=number].info,input[type=password].info,input[type=search].info,input[type=tel].info,input[type=text].info,input[type=time].info,input[type=url].info,input[type=week].info,select.info,textarea.info{border-color:#5ebdec}.file.info.focused,.file.info:focus,.input.info.focused,.input.info:focus,.keypad.info.focused,.keypad.info:focus,.select.info.focused,.select.info:focus,.spinner.info.focused,.spinner.info:focus,.tag-input.info.focused,.tag-input.info:focus,.textarea.info.focused,.textarea.info:focus,input[type=datetime-local].info.focused,input[type=datetime-local].info:focus,input[type=email].info.focused,input[type=email].info:focus,input[type=file].info.focused,input[type=file].info:focus,input[type=month].info.focused,input[type=month].info:focus,input[type=number].info.focused,input[type=number].info:focus,input[type=password].info.focused,input[type=password].info:focus,input[type=search].info.focused,input[type=search].info:focus,input[type=tel].info.focused,input[type=tel].info:focus,input[type=text].info.focused,input[type=text].info:focus,input[type=time].info.focused,input[type=time].info:focus,input[type=url].info.focused,input[type=url].info:focus,input[type=week].info.focused,input[type=week].info:focus,select.info.focused,select.info:focus,textarea.info.focused,textarea.info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}.file.dark,.input.dark,.keypad.dark,.select.dark,.spinner.dark,.tag-input.dark,.textarea.dark,input[type=datetime-local].dark,input[type=email].dark,input[type=file].dark,input[type=month].dark,input[type=number].dark,input[type=password].dark,input[type=search].dark,input[type=tel].dark,input[type=text].dark,input[type=time].dark,input[type=url].dark,input[type=week].dark,select.dark,textarea.dark{border-color:#505050}.file.dark.focused,.file.dark:focus,.input.dark.focused,.input.dark:focus,.keypad.dark.focused,.keypad.dark:focus,.select.dark.focused,.select.dark:focus,.spinner.dark.focused,.spinner.dark:focus,.tag-input.dark.focused,.tag-input.dark:focus,.textarea.dark.focused,.textarea.dark:focus,input[type=datetime-local].dark.focused,input[type=datetime-local].dark:focus,input[type=email].dark.focused,input[type=email].dark:focus,input[type=file].dark.focused,input[type=file].dark:focus,input[type=month].dark.focused,input[type=month].dark:focus,input[type=number].dark.focused,input[type=number].dark:focus,input[type=password].dark.focused,input[type=password].dark:focus,input[type=search].dark.focused,input[type=search].dark:focus,input[type=tel].dark.focused,input[type=tel].dark:focus,input[type=text].dark.focused,input[type=text].dark:focus,input[type=time].dark.focused,input[type=time].dark:focus,input[type=url].dark.focused,input[type=url].dark:focus,input[type=week].dark.focused,input[type=week].dark:focus,select.dark.focused,select.dark:focus,textarea.dark.focused,textarea.dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}.file.light,.input.light,.keypad.light,.select.light,.spinner.light,.tag-input.light,.textarea.light,input[type=datetime-local].light,input[type=email].light,input[type=file].light,input[type=month].light,input[type=number].light,input[type=password].light,input[type=search].light,input[type=tel].light,input[type=text].light,input[type=time].light,input[type=url].light,input[type=week].light,select.light,textarea.light{border-color:#f8f8f8}.file.light.focused,.file.light:focus,.input.light.focused,.input.light:focus,.keypad.light.focused,.keypad.light:focus,.select.light.focused,.select.light:focus,.spinner.light.focused,.spinner.light:focus,.tag-input.light.focused,.tag-input.light:focus,.textarea.light.focused,.textarea.light:focus,input[type=datetime-local].light.focused,input[type=datetime-local].light:focus,input[type=email].light.focused,input[type=email].light:focus,input[type=file].light.focused,input[type=file].light:focus,input[type=month].light.focused,input[type=month].light:focus,input[type=number].light.focused,input[type=number].light:focus,input[type=password].light.focused,input[type=password].light:focus,input[type=search].light.focused,input[type=search].light:focus,input[type=tel].light.focused,input[type=tel].light:focus,input[type=text].light.focused,input[type=text].light:focus,input[type=time].light.focused,input[type=time].light:focus,input[type=url].light.focused,input[type=url].light:focus,input[type=week].light.focused,input[type=week].light:focus,select.light.focused,select.light:focus,textarea.light.focused,textarea.light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}.accent-block.primary{background-color:#0366d6;color:#fff}.accent-block.secondary{background-color:#607d8b;color:#fff}.accent-block.success{background-color:#60a917;color:#fff}.accent-block.alert{background-color:#ce352c;color:#fff}.accent-block.warning{background-color:#ff9447;color:#fff}.accent-block.yellow{background-color:#ffe484;color:#fff}.accent-block.info{background-color:#5ebdec;color:#fff}.accent-block.dark{background-color:#505050;color:#fff}.accent-block.light{background-color:#f8f8f8;color:#fff}.accent-block.light,.accent-block.yellow{color:#1d1d1d}.no-border{border:0!important}.no-border-left{border-left:none!important}.no-border-right{border-right:none!important}.no-border-top{border-top:none!important}.no-border-bottom{border-bottom:none!important}.no-border-visible{border-color:transparent!important}.border-none{border:0!important}.border-left-none{border-left:none!important}.border-right-none{border-right:none!important}.border-top-none{border-top:none!important}.border-bottom-none{border-bottom:none!important}.border-visible-none{border-color:transparent!important}.border{border:1px solid transparent}.border-left{border-left:1px solid transparent}.border-right{border-right:1px solid transparent}.border-top{border-top:1px solid transparent}.border-bottom{border-bottom:1px solid transparent}.border-left-top,.border-top-left{border-top:1px solid transparent;border-left:1px solid transparent}.border-right-top,.border-top-right{border-top:1px solid transparent;border-right:1px solid transparent}.border-bottom-right,.border-right-bottom{border-bottom:1px solid transparent;border-right:1px solid transparent}.border-bottom-left,.border-left-bottom{border-bottom:1px solid transparent;border-left:1px solid transparent}.border-bottom-top,.border-top-bottom{border-bottom:1px solid transparent;border-top:1px solid transparent}.border-left-right,.border-right-left{border-right:1px solid transparent;border-left:1px solid transparent}.border-top-right-bottom{border-top:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-right-bottom-left{border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid transparent}.border-bottom-left-top{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-left-top-right{border-left:1px solid transparent;border-top:1px solid transparent;border-bottom:1px solid transparent}.border-radius{border-radius:.25rem}.border-radius-half{border-radius:50%}.border-20{border-width:20px}.border-size-20{border-width:20px}.border-radius-20{border-radius:20px}.border-19{border-width:19px}.border-size-19{border-width:19px}.border-radius-19{border-radius:19px}.border-18{border-width:18px}.border-size-18{border-width:18px}.border-radius-18{border-radius:18px}.border-17{border-width:17px}.border-size-17{border-width:17px}.border-radius-17{border-radius:17px}.border-16{border-width:16px}.border-size-16{border-width:16px}.border-radius-16{border-radius:16px}.border-15{border-width:15px}.border-size-15{border-width:15px}.border-radius-15{border-radius:15px}.border-14{border-width:14px}.border-size-14{border-width:14px}.border-radius-14{border-radius:14px}.border-13{border-width:13px}.border-size-13{border-width:13px}.border-radius-13{border-radius:13px}.border-12{border-width:12px}.border-size-12{border-width:12px}.border-radius-12{border-radius:12px}.border-11{border-width:11px}.border-size-11{border-width:11px}.border-radius-11{border-radius:11px}.border-10{border-width:10px}.border-size-10{border-width:10px}.border-radius-10{border-radius:10px}.border-9{border-width:9px}.border-size-9{border-width:9px}.border-radius-9{border-radius:9px}.border-8{border-width:8px}.border-size-8{border-width:8px}.border-radius-8{border-radius:8px}.border-7{border-width:7px}.border-size-7{border-width:7px}.border-radius-7{border-radius:7px}.border-6{border-width:6px}.border-size-6{border-width:6px}.border-radius-6{border-radius:6px}.border-5{border-width:5px}.border-size-5{border-width:5px}.border-radius-5{border-radius:5px}.border-4{border-width:4px}.border-size-4{border-width:4px}.border-radius-4{border-radius:4px}.border-3{border-width:3px}.border-size-3{border-width:3px}.border-radius-3{border-radius:3px}.border-2{border-width:2px}.border-size-2{border-width:2px}.border-radius-2{border-radius:2px}.border-1{border-width:1px}.border-size-1{border-width:1px}.border-radius-1{border-radius:1px}.rounded{border-radius:.25rem!important}.border-50{border-radius:50%!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-groove{border-style:groove!important}.border-inset{border-style:inset!important}.border-outset{border-style:outset!important}.border-ridge{border-style:ridge!important}.c-auto{cursor:auto}.c-default{cursor:default}.c-none{cursor:none}.c-context-menu{cursor:context-menu}.c-help{cursor:help}.c-pointer{cursor:pointer}.c-progress{cursor:progress}.c-wait{cursor:wait}.c-cell{cursor:cell}.c-crosshair{cursor:crosshair}.c-text{cursor:text}.c-text-vertical{cursor:vertical-text}.c-alias{cursor:alias}.c-copy{cursor:copy}.c-move{cursor:move}.c-no-drop{cursor:no-drop}.c-not-allowed{cursor:not-allowed}.c-all-scroll{cursor:all-scroll}.c-col-resize{cursor:col-resize}.c-row-resize{cursor:row-resize}.c-n-resize{cursor:n-resize}.c-e-resize{cursor:e-resize}.c-s-resize{cursor:s-resize}.c-w-resize{cursor:w-resize}.c-ne-resize{cursor:ne-resize}.c-nw-resize{cursor:nw-resize}.c-se-resize{cursor:se-resize}.c-sw-resize{cursor:sw-resize}.c-ew-resize{cursor:ew-resize}.c-ns-resize{cursor:ns-resize}.c-nesw-resize{cursor:nesw-resize}.c-nwse-resize{cursor:nwse-resize}.c-zoom-in{cursor:-webkit-zoom-in;cursor:zoom-in}.c-zoom-out{cursor:-webkit-zoom-out;cursor:zoom-out}.c-grab{cursor:-webkit-grab;cursor:grab}.c-grabbing{cursor:-webkit-grabbing;cursor:grabbing}.c-none{cursor:none}.default-icon-check{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Echeckmark%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%204l-15%2015-7-7-5%205%2012%2012%2020-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-left-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-left%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M12.586%2027.414l-10-10c-0.781-0.781-0.781-2.047%200-2.828l10-10c0.781-0.781%202.047-0.781%202.828%200s0.781%202.047%200%202.828l-6.586%206.586h19.172c1.105%200%202%200.895%202%202s-0.895%202-2%202h-19.172l6.586%206.586c0.39%200.39%200.586%200.902%200.586%201.414s-0.195%201.024-0.586%201.414c-0.781%200.781-2.047%200.781-2.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-right-arrow{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Earrow-right%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M19.414%2027.414l10-10c0.781-0.781%200.781-2.047%200-2.828l-10-10c-0.781-0.781-2.047-0.781-2.828%200s-0.781%202.047%200%202.828l6.586%206.586h-19.172c-1.105%200-2%200.895-2%202s0.895%202%202%202h19.172l-6.586%206.586c-0.39%200.39-0.586%200.902-0.586%201.414s0.195%201.024%200.586%201.414c0.781%200.781%202.047%200.781%202.828%200z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-help{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ehelp%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM10%2016c0-3.314%202.686-6%206-6s6%202.686%206%206-2.686%206-6%206-6-2.686-6-6zM28.937%2021.359v0l-5.544-2.297c0.391-0.943%200.608-1.977%200.608-3.062s-0.216-2.119-0.608-3.062l5.544-2.297c0.685%201.651%201.063%203.46%201.063%205.359s-0.379%203.708-1.063%205.359v0zM21.359%203.063v0%200l-2.297%205.544c-0.943-0.391-1.977-0.607-3.062-0.607s-2.119%200.216-3.062%200.607l-2.297-5.544c1.651-0.684%203.46-1.063%205.359-1.063s3.708%200.379%205.359%201.063zM3.063%2010.641l5.544%202.297c-0.391%200.943-0.608%201.977-0.608%203.062s0.216%202.119%200.607%203.062l-5.544%202.297c-0.685-1.651-1.063-3.46-1.063-5.359s0.379-3.708%201.063-5.359zM10.641%2028.937l2.297-5.544c0.943%200.391%201.977%200.608%203.062%200.608s2.119-0.216%203.062-0.608l2.297%205.544c-1.651%200.684-3.46%201.063-5.359%201.063s-3.708-0.379-5.359-1.063z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-search{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Esearch%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.008%2027.231l-7.58-6.447c-0.784-0.705-1.622-1.029-2.299-0.998%201.789-2.096%202.87-4.815%202.87-7.787%200-6.627-5.373-12-12-12s-12%205.373-12%2012%205.373%2012%2012%2012c2.972%200%205.691-1.081%207.787-2.87-0.031%200.677%200.293%201.515%200.998%202.299l6.447%207.58c1.104%201.226%202.907%201.33%204.007%200.23s0.997-2.903-0.23-4.007zM12%2020c-4.418%200-8-3.582-8-8s3.582-8%208-8%208%203.582%208%208-3.582%208-8%208z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-cross{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecross%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M31.708%2025.708c-0-0-0-0-0-0l-9.708-9.708%209.708-9.708c0-0%200-0%200-0%200.105-0.105%200.18-0.227%200.229-0.357%200.133-0.356%200.057-0.771-0.229-1.057l-4.586-4.586c-0.286-0.286-0.702-0.361-1.057-0.229-0.13%200.048-0.252%200.124-0.357%200.228%200%200-0%200-0%200l-9.708%209.708-9.708-9.708c-0-0-0-0-0-0-0.105-0.104-0.227-0.18-0.357-0.228-0.356-0.133-0.771-0.057-1.057%200.229l-4.586%204.586c-0.286%200.286-0.361%200.702-0.229%201.057%200.049%200.13%200.124%200.252%200.229%200.357%200%200%200%200%200%200l9.708%209.708-9.708%209.708c-0%200-0%200-0%200-0.104%200.105-0.18%200.227-0.229%200.357-0.133%200.355-0.057%200.771%200.229%201.057l4.586%204.586c0.286%200.286%200.702%200.361%201.057%200.229%200.13-0.049%200.252-0.124%200.357-0.229%200-0%200-0%200-0l9.708-9.708%209.708%209.708c0%200%200%200%200%200%200.105%200.105%200.227%200.18%200.357%200.229%200.356%200.133%200.771%200.057%201.057-0.229l4.586-4.586c0.286-0.286%200.362-0.702%200.229-1.057-0.049-0.13-0.124-0.252-0.229-0.357z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eye{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeye%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%206c-6.979%200-13.028%204.064-16%2010%202.972%205.936%209.021%2010%2016%2010s13.027-4.064%2016-10c-2.972-5.936-9.021-10-16-10zM23.889%2011.303c1.88%201.199%203.473%202.805%204.67%204.697-1.197%201.891-2.79%203.498-4.67%204.697-2.362%201.507-5.090%202.303-7.889%202.303s-5.527-0.796-7.889-2.303c-1.88-1.199-3.473-2.805-4.67-4.697%201.197-1.891%202.79-3.498%204.67-4.697%200.122-0.078%200.246-0.154%200.371-0.228-0.311%200.854-0.482%201.776-0.482%202.737%200%204.418%203.582%208%208%208s8-3.582%208-8c0-0.962-0.17-1.883-0.482-2.737%200.124%200.074%200.248%200.15%200.371%200.228v0zM16%2013c0%201.657-1.343%203-3%203s-3-1.343-3-3%201.343-3%203-3%203%201.343%203%203z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-calendar{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ecalendar%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M10%2012h4v4h-4zM16%2012h4v4h-4zM22%2012h4v4h-4zM4%2024h4v4h-4zM10%2024h4v4h-4zM16%2024h4v4h-4zM10%2018h4v4h-4zM16%2018h4v4h-4zM22%2018h4v4h-4zM4%2018h4v4h-4zM26%200v2h-4v-2h-14v2h-4v-2h-4v32h30v-32h-4zM28%2030h-26v-22h26v22z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-clock{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eclock%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M20.586%2023.414l-6.586-6.586v-8.828h4v7.172l5.414%205.414zM16%200c-8.837%200-16%207.163-16%2016s7.163%2016%2016%2016%2016-7.163%2016-16-7.163-16-16-16zM16%2028c-6.627%200-12-5.373-12-12s5.373-12%2012-12c6.627%200%2012%205.373%2012%2012s-5.373%2012-12%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-menu{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Emenu%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M2%206h28v6h-28zM2%2014h28v6h-28zM2%2022h28v6h-28z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-plus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M496%20192h-176v-176c0-8.836-7.164-16-16-16h-96c-8.836%200-16%207.164-16%2016v176h-176c-8.836%200-16%207.164-16%2016v96c0%208.836%207.164%2016%2016%2016h176v176c0%208.836%207.164%2016%2016%2016h96c8.836%200%2016-7.164%2016-16v-176h176c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-minus{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M0%20208v96c0%208.836%207.164%2016%2016%2016h480c8.836%200%2016-7.164%2016-16v-96c0-8.836-7.164-16-16-16h-480c-8.836%200-16%207.164-16%2016z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-upload{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M224%20288h64v-128h96l-128-128-128%20128h96zM320%20216v49.356l146.533%2054.644-210.533%2078.509-210.533-78.509%20146.533-54.644v-49.356l-192%2072v128l256%2096%20256-96v-128z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-pencil{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22512%22%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M432%200c44.182%200%2080%2035.817%2080%2080%200%2018.010-5.955%2034.629-16%2048l-32%2032-112-112%2032-32c13.371-10.045%2029.989-16%2048-16zM32%20368l-32%20144%20144-32%20296-296-112-112-296%20296zM357.789%20181.789l-224%20224-27.578-27.578%20224-224%2027.578%2027.578z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-left{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M493.28%20237.28l-45.28-45.28-192%20192%20192%20192%2045.28-45.28-146.72-146.72z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.default-icon-chevron-right{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22768%22%20height%3D%22768%22%20viewBox%3D%220%200%20768%20768%22%3E%0A%3Ctitle%3E%3C%2Ftitle%3E%0A%3Cg%20id%3D%22icomoon-ignore%22%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M320%20192l-45.28%2045.28%20146.72%20146.72-146.72%20146.72%2045.28%2045.28%20192-192z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.visible{visibility:visible!important}.no-visible{visibility:hidden!important}.d-none{display:none!important}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch{display:none!important}html.metro-touch-device .d-block-touch{display:block!important}html.metro-touch-device .d-inline-touch{display:inline!important}html.metro-touch-device .d-inline-block-touch{display:inline-block!important}html.metro-touch-device .d-table-touch{display:table!important}html.metro-touch-device .d-table-row-touch{display:table-row!important}html.metro-touch-device .d-table-cell-touch{display:table-cell!important}html.metro-touch-device .d-flex-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch{display:none!important}html.metro-no-touch-device .d-block-no-touch{display:block!important}html.metro-no-touch-device .d-inline-no-touch{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch{display:table!important}html.metro-no-touch-device .d-table-row-no-touch{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media screen and (min-width:0){.visible-fs{visibility:visible!important}.no-visible-fs{visibility:hidden!important}.d-none-fs{display:none!important}.d-block-fs{display:block!important}.d-inline-fs{display:inline!important}.d-inline-block-fs{display:inline-block!important}.d-table-fs{display:table!important}.d-table-row-fs{display:table-row!important}.d-table-cell-fs{display:table-cell!important}.d-flex-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-fs{display:none!important}html.metro-touch-device .d-block-touch-fs{display:block!important}html.metro-touch-device .d-inline-touch-fs{display:inline!important}html.metro-touch-device .d-inline-block-touch-fs{display:inline-block!important}html.metro-touch-device .d-table-touch-fs{display:table!important}html.metro-touch-device .d-table-row-touch-fs{display:table-row!important}html.metro-touch-device .d-table-cell-touch-fs{display:table-cell!important}html.metro-touch-device .d-flex-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-fs{display:none!important}html.metro-no-touch-device .d-block-no-touch-fs{display:block!important}html.metro-no-touch-device .d-inline-no-touch-fs{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-fs{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-fs{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-fs{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-fs{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-fs{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-fs{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:576px){.visible-sm{visibility:visible!important}.no-visible-sm{visibility:hidden!important}.d-none-sm{display:none!important}.d-block-sm{display:block!important}.d-inline-sm{display:inline!important}.d-inline-block-sm{display:inline-block!important}.d-table-sm{display:table!important}.d-table-row-sm{display:table-row!important}.d-table-cell-sm{display:table-cell!important}.d-flex-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-sm{display:none!important}html.metro-touch-device .d-block-touch-sm{display:block!important}html.metro-touch-device .d-inline-touch-sm{display:inline!important}html.metro-touch-device .d-inline-block-touch-sm{display:inline-block!important}html.metro-touch-device .d-table-touch-sm{display:table!important}html.metro-touch-device .d-table-row-touch-sm{display:table-row!important}html.metro-touch-device .d-table-cell-touch-sm{display:table-cell!important}html.metro-touch-device .d-flex-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-sm{display:none!important}html.metro-no-touch-device .d-block-no-touch-sm{display:block!important}html.metro-no-touch-device .d-inline-no-touch-sm{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-sm{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-sm{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-sm{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-sm{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-sm{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-sm{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:768px){.visible-md{visibility:visible!important}.no-visible-md{visibility:hidden!important}.d-none-md{display:none!important}.d-block-md{display:block!important}.d-inline-md{display:inline!important}.d-inline-block-md{display:inline-block!important}.d-table-md{display:table!important}.d-table-row-md{display:table-row!important}.d-table-cell-md{display:table-cell!important}.d-flex-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-md{display:none!important}html.metro-touch-device .d-block-touch-md{display:block!important}html.metro-touch-device .d-inline-touch-md{display:inline!important}html.metro-touch-device .d-inline-block-touch-md{display:inline-block!important}html.metro-touch-device .d-table-touch-md{display:table!important}html.metro-touch-device .d-table-row-touch-md{display:table-row!important}html.metro-touch-device .d-table-cell-touch-md{display:table-cell!important}html.metro-touch-device .d-flex-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-md{display:none!important}html.metro-no-touch-device .d-block-no-touch-md{display:block!important}html.metro-no-touch-device .d-inline-no-touch-md{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-md{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-md{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-md{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-md{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-md{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-md{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:992px){.visible-lg{visibility:visible!important}.no-visible-lg{visibility:hidden!important}.d-none-lg{display:none!important}.d-block-lg{display:block!important}.d-inline-lg{display:inline!important}.d-inline-block-lg{display:inline-block!important}.d-table-lg{display:table!important}.d-table-row-lg{display:table-row!important}.d-table-cell-lg{display:table-cell!important}.d-flex-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-lg{display:none!important}html.metro-touch-device .d-block-touch-lg{display:block!important}html.metro-touch-device .d-inline-touch-lg{display:inline!important}html.metro-touch-device .d-inline-block-touch-lg{display:inline-block!important}html.metro-touch-device .d-table-touch-lg{display:table!important}html.metro-touch-device .d-table-row-touch-lg{display:table-row!important}html.metro-touch-device .d-table-cell-touch-lg{display:table-cell!important}html.metro-touch-device .d-flex-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-lg{display:none!important}html.metro-no-touch-device .d-block-no-touch-lg{display:block!important}html.metro-no-touch-device .d-inline-no-touch-lg{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-lg{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-lg{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-lg{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-lg{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-lg{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-lg{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1200px){.visible-xl{visibility:visible!important}.no-visible-xl{visibility:hidden!important}.d-none-xl{display:none!important}.d-block-xl{display:block!important}.d-inline-xl{display:inline!important}.d-inline-block-xl{display:inline-block!important}.d-table-xl{display:table!important}.d-table-row-xl{display:table-row!important}.d-table-cell-xl{display:table-cell!important}.d-flex-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xl{display:none!important}html.metro-touch-device .d-block-touch-xl{display:block!important}html.metro-touch-device .d-inline-touch-xl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xl{display:inline-block!important}html.metro-touch-device .d-table-touch-xl{display:table!important}html.metro-touch-device .d-table-row-touch-xl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media screen and (min-width:1452px){.visible-xxl{visibility:visible!important}.no-visible-xxl{visibility:hidden!important}.d-none-xxl{display:none!important}.d-block-xxl{display:block!important}.d-inline-xxl{display:inline!important}.d-inline-block-xxl{display:inline-block!important}.d-table-xxl{display:table!important}.d-table-row-xxl{display:table-row!important}.d-table-cell-xxl{display:table-cell!important}.d-flex-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-touch-device .d-none-touch-xxl{display:none!important}html.metro-touch-device .d-block-touch-xxl{display:block!important}html.metro-touch-device .d-inline-touch-xxl{display:inline!important}html.metro-touch-device .d-inline-block-touch-xxl{display:inline-block!important}html.metro-touch-device .d-table-touch-xxl{display:table!important}html.metro-touch-device .d-table-row-touch-xxl{display:table-row!important}html.metro-touch-device .d-table-cell-touch-xxl{display:table-cell!important}html.metro-touch-device .d-flex-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-touch-device .d-inline-flex-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}html.metro-no-touch-device .d-none-no-touch-xxl{display:none!important}html.metro-no-touch-device .d-block-no-touch-xxl{display:block!important}html.metro-no-touch-device .d-inline-no-touch-xxl{display:inline!important}html.metro-no-touch-device .d-inline-block-no-touch-xxl{display:inline-block!important}html.metro-no-touch-device .d-table-no-touch-xxl{display:table!important}html.metro-no-touch-device .d-table-row-no-touch-xxl{display:table-row!important}html.metro-no-touch-device .d-table-cell-no-touch-xxl{display:table-cell!important}html.metro-no-touch-device .d-flex-no-touch-xxl{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}html.metro-no-touch-device .d-inline-flex-no-touch-xxl{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.embed-container{position:relative;display:block;padding:0;overflow:hidden;width:100%;height:100%}.embed-container::before{padding-top:56.25%;display:block;content:""}.embed-container .embed-item,.embed-container embed,.embed-container iframe,.embed-container object,.embed-container video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.embed-container.size-21x9::before{padding-top:42.85714286%}.embed-container.size-16x9::before{padding-top:56.25%}.embed-container.size-4x3::before{padding-top:75%}.embed-container.size-1x1::before{padding-top:100%}.order-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.flex-equal-items>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right{margin-left:auto}.flex-left{margin-right:auto}.flex-top{margin-bottom:auto}.flex-bottom{margin-top:auto}@media screen and (min-width:0){.flex-nowrap-fs{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-fs{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-fs{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-fs{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-fs{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-fs{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-fs{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-fs{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-fs{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-fs{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-fs{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-fs{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-fs{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-fs{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-fs{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-fs{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-fs{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-fs{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-fs{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-fs{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-fs{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-fs{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-fs{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-fs{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-fs{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-fs>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-fs>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-fs>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-fs>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-fs{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-fs{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-fs{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-fs{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-fs{margin-left:auto}.flex-left-fs{margin-right:auto}.flex-top-fs{margin-bottom:auto}.flex-bottom-fs{margin-top:auto}.order-fs-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-fs-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-fs-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-fs-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-fs-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-fs-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-fs-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-fs-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-fs-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-fs-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-fs-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-fs-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-fs-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-fs-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-fs-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-fs-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-fs-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-fs-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-fs-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-fs-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-fs-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-fs-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-fs-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-fs-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:576px){.flex-nowrap-sm{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-sm{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-sm{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-sm{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-sm{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-sm{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-sm{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-sm{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-sm{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-sm{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-sm{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-sm{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-sm{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-sm{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-sm{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-sm{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-sm{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-sm{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-sm{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-sm{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-sm{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-sm{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-sm{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-sm{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-sm{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-sm>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-sm>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-sm>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-sm>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-sm{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-sm{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-sm{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-sm{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-sm{margin-left:auto}.flex-left-sm{margin-right:auto}.flex-top-sm{margin-bottom:auto}.flex-bottom-sm{margin-top:auto}.order-sm-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-sm-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-sm-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-sm-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-sm-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-sm-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-sm-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-sm-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-sm-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-sm-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-sm-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-sm-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:768px){.flex-nowrap-md{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-md{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-md{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-md{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-md{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-md{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-md{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-md{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-md{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-md{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-md{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-md{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-md{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-md{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-md{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-md{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-md{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-md{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-md{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-md{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-md{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-md{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-md{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-md{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-md{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-md{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-md>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-md>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-md>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-md>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-md{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-md{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-md{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-md{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-md{margin-left:auto}.flex-left-md{margin-right:auto}.flex-top-md{margin-bottom:auto}.flex-bottom-md{margin-top:auto}.order-md-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-md-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-md-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-md-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-md-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-md-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-md-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-md-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-md-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-md-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-md-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-md-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:992px){.flex-nowrap-lg{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-lg{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-lg{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-lg{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-lg{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-lg{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-lg{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-lg{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-lg{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-lg{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-lg{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-lg{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-lg{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-lg{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-lg{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-lg{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-lg{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-lg{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-lg{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-lg{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-lg{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-lg{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-lg{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-lg{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-lg{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-lg>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-lg>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-lg>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-lg>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-lg{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-lg{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-lg{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-lg{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-lg{margin-left:auto}.flex-left-lg{margin-right:auto}.flex-top-lg{margin-bottom:auto}.flex-bottom-lg{margin-top:auto}.order-lg-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-lg-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-lg-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-lg-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-lg-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-lg-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-lg-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-lg-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-lg-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-lg-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-lg-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-lg-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1200px){.flex-nowrap-xl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xl{margin-left:auto}.flex-left-xl{margin-right:auto}.flex-top-xl{margin-bottom:auto}.flex-bottom-xl{margin-top:auto}.order-xl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (min-width:1452px){.flex-nowrap-xxl{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-xxl{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-wrap-r-xxl{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-column-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-column-r-xxl{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-row-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-row-r-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-align-start-xxl{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.flex-align-end-xxl{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.flex-align-center-xxl{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex-align-stretch-xxl{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.flex-align-baseline-xxl{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.flex-self-start-xxl{-ms-flex-item-align:start!important;align-self:flex-start!important}.flex-self-end-xxl{-ms-flex-item-align:end!important;align-self:flex-end!important}.flex-self-center-xxl{-ms-flex-item-align:center!important;align-self:center!important}.flex-self-stretch-xxl{-ms-flex-item-align:stretch!important;align-self:stretch!important}.flex-self-baseline-xxl{-ms-flex-item-align:baseline!important;align-self:baseline!important}.flex-justify-start-xxl{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex-justify-end-xxl{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex-justify-center-xxl{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex-justify-between-xxl{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex-justify-around-xxl{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex-content-start-xxl{-ms-flex-line-pack:start!important;align-content:flex-start!important}.flex-content-end-xxl{-ms-flex-line-pack:end!important;align-content:flex-end!important}.flex-content-center-xxl{-ms-flex-line-pack:center!important;align-content:center!important}.flex-content-between-xxl{-ms-flex-line-pack:justify!important;align-content:space-between!important}.flex-content-around-xxl{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.flex-content-stretch-xxl{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.flex-no-shrink-xxl>*{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-xxl>*{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-xxl>*{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-xxl>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-no-shrink-self-xxl{-ms-flex-negative:0;flex-shrink:0}.flex-shrink-self-xxl{-ms-flex-negative:1;flex-shrink:1}.flex-no-grow-self-xxl{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-grow-self-xxl{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-right-xxl{margin-left:auto}.flex-left-xxl{margin-right:auto}.flex-top-xxl{margin-bottom:auto}.flex-bottom-xxl{margin-top:auto}.order-xxl-24{-webkit-box-ordinal-group:25;-ms-flex-order:24;order:24}.order-xxl-23{-webkit-box-ordinal-group:24;-ms-flex-order:23;order:23}.order-xxl-22{-webkit-box-ordinal-group:23;-ms-flex-order:22;order:22}.order-xxl-21{-webkit-box-ordinal-group:22;-ms-flex-order:21;order:21}.order-xxl-20{-webkit-box-ordinal-group:21;-ms-flex-order:20;order:20}.order-xxl-19{-webkit-box-ordinal-group:20;-ms-flex-order:19;order:19}.order-xxl-18{-webkit-box-ordinal-group:19;-ms-flex-order:18;order:18}.order-xxl-17{-webkit-box-ordinal-group:18;-ms-flex-order:17;order:17}.order-xxl-16{-webkit-box-ordinal-group:17;-ms-flex-order:16;order:16}.order-xxl-15{-webkit-box-ordinal-group:16;-ms-flex-order:15;order:15}.order-xxl-14{-webkit-box-ordinal-group:15;-ms-flex-order:14;order:14}.order-xxl-13{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xxl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.order-xxl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xxl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xxl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xxl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xxl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xxl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xxl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xxl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xxl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xxl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xxl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.clear-float::after{display:block;clear:both;content:""}.clear-float::after{display:block;clear:both;content:""}.float-right,.place-right{float:right!important}.float-left,.place-left{float:left!important}.float-none,.no-float,.place-none{float:none!important}@media screen and (min-width:0){.place-left-fs{float:left!important}.place-right-fs{float:right!important}.place-none-fs{float:none!important}.float-left-fs{float:left!important}.float-right-fs{float:right!important}.float-none-fs{float:none!important}}@media screen and (min-width:576px){.place-left-sm{float:left!important}.place-right-sm{float:right!important}.place-none-sm{float:none!important}.float-left-sm{float:left!important}.float-right-sm{float:right!important}.float-none-sm{float:none!important}}@media screen and (min-width:768px){.place-left-md{float:left!important}.place-right-md{float:right!important}.place-none-md{float:none!important}.float-left-md{float:left!important}.float-right-md{float:right!important}.float-none-md{float:none!important}}@media screen and (min-width:992px){.place-left-lg{float:left!important}.place-right-lg{float:right!important}.place-none-lg{float:none!important}.float-left-lg{float:left!important}.float-right-lg{float:right!important}.float-none-lg{float:none!important}}@media screen and (min-width:1200px){.place-left-xl{float:left!important}.place-right-xl{float:right!important}.place-none-xl{float:none!important}.float-left-xl{float:left!important}.float-right-xl{float:right!important}.float-none-xl{float:none!important}}@media screen and (min-width:1452px){.place-left-xxl{float:left!important}.place-right-xxl{float:right!important}.place-none-xxl{float:none!important}.float-left-xxl{float:left!important}.float-right-xxl{float:right!important}.float-none-xxl{float:none!important}}html{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:100%}body{font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;line-height:1.5;font-style:normal;font-weight:400;color:#212121}.img-container,.img-fluid,.img-thumbnail{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;overflow:visible}.img-thumbnail{padding:.25rem;border:1px solid #dfdfdf;border-radius:.25rem;background-color:#fff}.img-container{display:block}.img-container img{width:100%;max-width:100%;height:auto;position:relative}.img-container .image-overlay{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;overflow:hidden;font-size:.875rem;line-height:1rem;padding:2em;background-color:rgba(27,161,226,.7);color:#fff;text-align:center;border-radius:inherit;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay *{color:#fff}.img-container .image-overlay:hover{opacity:1}.img-container .image-overlay:hover:after,.img-container .image-overlay:hover:before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.img-container .image-overlay:after,.img-container .image-overlay:before{display:block;position:absolute;content:"";border:1px solid rgba(255,255,255,.7);top:1em;bottom:1em;left:1em;right:1em;opacity:0;border-radius:inherit;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.img-container .image-overlay:after{border-left:none;border-right:none;bottom:1em;top:1em}.img-container .image-overlay:before{border-top:none;border-bottom:none;bottom:1em;top:1em}.img-container.rounded img{border-radius:.25rem}.img-container.thumbnail{padding:.25rem;border:1px solid #dfdfdf;background-color:#fff}.img-container.thumbnail .title{font-size:.9rem;line-height:1}.img-container img+.title{margin-top:.25rem}.img-container .title+img{margin-top:.25rem}.img-container.cover{background-size:cover;background:no-repeat 100% 100%}figure{margin:0 0 1rem}figure img{width:100%;max-width:100%;height:auto;display:block;position:relative;vertical-align:middle;background-color:transparent;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.file,.input,.select,.spinner,.tag-input,.textarea,input[type=datetime-local],input[type=email],input[type=file],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border:1px #d9d9d9 solid;color:#1d1d1d;width:100%;display:block;padding:0 .75rem;font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Helvetica Neue",sans-serif;font-size:1rem;height:36px;line-height:36px;background:#fff none;background-clip:padding-box;min-width:0}.file:focus,.input:focus,.select:focus,.spinner:focus,.tag-input:focus,.textarea:focus,input[type=datetime-local]:focus,input[type=email]:focus,input[type=file]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,textarea:focus{outline:0}.file:hover,.input:hover,.select:hover,.spinner:hover,.tag-input:hover,.textarea:hover,input[type=datetime-local]:hover,input[type=email]:hover,input[type=file]:hover,input[type=month]:hover,input[type=number]:hover,input[type=password]:hover,input[type=search]:hover,input[type=tel]:hover,input[type=text]:hover,input[type=time]:hover,input[type=url]:hover,input[type=week]:hover,select:hover,textarea:hover{border-color:silver}.file .input-clear-button,.file .input-reveal-button,.input .input-clear-button,.input .input-reveal-button,.select .input-clear-button,.select .input-reveal-button,.spinner .input-clear-button,.spinner .input-reveal-button,.tag-input .input-clear-button,.tag-input .input-reveal-button,.textarea .input-clear-button,.textarea .input-reveal-button,input[type=datetime-local] .input-clear-button,input[type=datetime-local] .input-reveal-button,input[type=email] .input-clear-button,input[type=email] .input-reveal-button,input[type=file] .input-clear-button,input[type=file] .input-reveal-button,input[type=month] .input-clear-button,input[type=month] .input-reveal-button,input[type=number] .input-clear-button,input[type=number] .input-reveal-button,input[type=password] .input-clear-button,input[type=password] .input-reveal-button,input[type=search] .input-clear-button,input[type=search] .input-reveal-button,input[type=tel] .input-clear-button,input[type=tel] .input-reveal-button,input[type=text] .input-clear-button,input[type=text] .input-reveal-button,input[type=time] .input-clear-button,input[type=time] .input-reveal-button,input[type=url] .input-clear-button,input[type=url] .input-reveal-button,input[type=week] .input-clear-button,input[type=week] .input-reveal-button,select .input-clear-button,select .input-reveal-button,textarea .input-clear-button,textarea .input-reveal-button{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.file .input-clear-button:active,.file .input-clear-button:focus,.file .input-clear-button:hover,.file .input-reveal-button:active,.file .input-reveal-button:focus,.file .input-reveal-button:hover,.input .input-clear-button:active,.input .input-clear-button:focus,.input .input-clear-button:hover,.input .input-reveal-button:active,.input .input-reveal-button:focus,.input .input-reveal-button:hover,.select .input-clear-button:active,.select .input-clear-button:focus,.select .input-clear-button:hover,.select .input-reveal-button:active,.select .input-reveal-button:focus,.select .input-reveal-button:hover,.spinner .input-clear-button:active,.spinner .input-clear-button:focus,.spinner .input-clear-button:hover,.spinner .input-reveal-button:active,.spinner .input-reveal-button:focus,.spinner .input-reveal-button:hover,.tag-input .input-clear-button:active,.tag-input .input-clear-button:focus,.tag-input .input-clear-button:hover,.tag-input .input-reveal-button:active,.tag-input .input-reveal-button:focus,.tag-input .input-reveal-button:hover,.textarea .input-clear-button:active,.textarea .input-clear-button:focus,.textarea .input-clear-button:hover,.textarea .input-reveal-button:active,.textarea .input-reveal-button:focus,.textarea .input-reveal-button:hover,input[type=datetime-local] .input-clear-button:active,input[type=datetime-local] .input-clear-button:focus,input[type=datetime-local] .input-clear-button:hover,input[type=datetime-local] .input-reveal-button:active,input[type=datetime-local] .input-reveal-button:focus,input[type=datetime-local] .input-reveal-button:hover,input[type=email] .input-clear-button:active,input[type=email] .input-clear-button:focus,input[type=email] .input-clear-button:hover,input[type=email] .input-reveal-button:active,input[type=email] .input-reveal-button:focus,input[type=email] .input-reveal-button:hover,input[type=file] .input-clear-button:active,input[type=file] .input-clear-button:focus,input[type=file] .input-clear-button:hover,input[type=file] .input-reveal-button:active,input[type=file] .input-reveal-button:focus,input[type=file] .input-reveal-button:hover,input[type=month] .input-clear-button:active,input[type=month] .input-clear-button:focus,input[type=month] .input-clear-button:hover,input[type=month] .input-reveal-button:active,input[type=month] .input-reveal-button:focus,input[type=month] .input-reveal-button:hover,input[type=number] .input-clear-button:active,input[type=number] .input-clear-button:focus,input[type=number] .input-clear-button:hover,input[type=number] .input-reveal-button:active,input[type=number] .input-reveal-button:focus,input[type=number] .input-reveal-button:hover,input[type=password] .input-clear-button:active,input[type=password] .input-clear-button:focus,input[type=password] .input-clear-button:hover,input[type=password] .input-reveal-button:active,input[type=password] .input-reveal-button:focus,input[type=password] .input-reveal-button:hover,input[type=search] .input-clear-button:active,input[type=search] .input-clear-button:focus,input[type=search] .input-clear-button:hover,input[type=search] .input-reveal-button:active,input[type=search] .input-reveal-button:focus,input[type=search] .input-reveal-button:hover,input[type=tel] .input-clear-button:active,input[type=tel] .input-clear-button:focus,input[type=tel] .input-clear-button:hover,input[type=tel] .input-reveal-button:active,input[type=tel] .input-reveal-button:focus,input[type=tel] .input-reveal-button:hover,input[type=text] .input-clear-button:active,input[type=text] .input-clear-button:focus,input[type=text] .input-clear-button:hover,input[type=text] .input-reveal-button:active,input[type=text] .input-reveal-button:focus,input[type=text] .input-reveal-button:hover,input[type=time] .input-clear-button:active,input[type=time] .input-clear-button:focus,input[type=time] .input-clear-button:hover,input[type=time] .input-reveal-button:active,input[type=time] .input-reveal-button:focus,input[type=time] .input-reveal-button:hover,input[type=url] .input-clear-button:active,input[type=url] .input-clear-button:focus,input[type=url] .input-clear-button:hover,input[type=url] .input-reveal-button:active,input[type=url] .input-reveal-button:focus,input[type=url] .input-reveal-button:hover,input[type=week] .input-clear-button:active,input[type=week] .input-clear-button:focus,input[type=week] .input-clear-button:hover,input[type=week] .input-reveal-button:active,input[type=week] .input-reveal-button:focus,input[type=week] .input-reveal-button:hover,select .input-clear-button:active,select .input-clear-button:focus,select .input-clear-button:hover,select .input-reveal-button:active,select .input-reveal-button:focus,select .input-reveal-button:hover,textarea .input-clear-button:active,textarea .input-clear-button:focus,textarea .input-clear-button:hover,textarea .input-reveal-button:active,textarea .input-reveal-button:focus,textarea .input-reveal-button:hover{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.file.focused,.file:focus,.input.focused,.input:focus,.select.focused,.select:focus,.spinner.focused,.spinner:focus,.tag-input.focused,.tag-input:focus,.textarea.focused,.textarea:focus,input[type=datetime-local].focused,input[type=datetime-local]:focus,input[type=email].focused,input[type=email]:focus,input[type=file].focused,input[type=file]:focus,input[type=month].focused,input[type=month]:focus,input[type=number].focused,input[type=number]:focus,input[type=password].focused,input[type=password]:focus,input[type=search].focused,input[type=search]:focus,input[type=tel].focused,input[type=tel]:focus,input[type=text].focused,input[type=text]:focus,input[type=time].focused,input[type=time]:focus,input[type=url].focused,input[type=url]:focus,input[type=week].focused,input[type=week]:focus,select.focused,select:focus,textarea.focused,textarea:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.file.focused .input-clear-button,.file.focused .input-reveal-button,.file:focus .input-clear-button,.file:focus .input-reveal-button,.file:hover .input-clear-button,.file:hover .input-reveal-button,.input.focused .input-clear-button,.input.focused .input-reveal-button,.input:focus .input-clear-button,.input:focus .input-reveal-button,.input:hover .input-clear-button,.input:hover .input-reveal-button,.select.focused .input-clear-button,.select.focused .input-reveal-button,.select:focus .input-clear-button,.select:focus .input-reveal-button,.select:hover .input-clear-button,.select:hover .input-reveal-button,.spinner.focused .input-clear-button,.spinner.focused .input-reveal-button,.spinner:focus .input-clear-button,.spinner:focus .input-reveal-button,.spinner:hover .input-clear-button,.spinner:hover .input-reveal-button,.tag-input.focused .input-clear-button,.tag-input.focused .input-reveal-button,.tag-input:focus .input-clear-button,.tag-input:focus .input-reveal-button,.tag-input:hover .input-clear-button,.tag-input:hover .input-reveal-button,.textarea.focused .input-clear-button,.textarea.focused .input-reveal-button,.textarea:focus .input-clear-button,.textarea:focus .input-reveal-button,.textarea:hover .input-clear-button,.textarea:hover .input-reveal-button,input[type=datetime-local].focused .input-clear-button,input[type=datetime-local].focused .input-reveal-button,input[type=datetime-local]:focus .input-clear-button,input[type=datetime-local]:focus .input-reveal-button,input[type=datetime-local]:hover .input-clear-button,input[type=datetime-local]:hover .input-reveal-button,input[type=email].focused .input-clear-button,input[type=email].focused .input-reveal-button,input[type=email]:focus .input-clear-button,input[type=email]:focus .input-reveal-button,input[type=email]:hover .input-clear-button,input[type=email]:hover .input-reveal-button,input[type=file].focused .input-clear-button,input[type=file].focused .input-reveal-button,input[type=file]:focus .input-clear-button,input[type=file]:focus .input-reveal-button,input[type=file]:hover .input-clear-button,input[type=file]:hover .input-reveal-button,input[type=month].focused .input-clear-button,input[type=month].focused .input-reveal-button,input[type=month]:focus .input-clear-button,input[type=month]:focus .input-reveal-button,input[type=month]:hover .input-clear-button,input[type=month]:hover .input-reveal-button,input[type=number].focused .input-clear-button,input[type=number].focused .input-reveal-button,input[type=number]:focus .input-clear-button,input[type=number]:focus .input-reveal-button,input[type=number]:hover .input-clear-button,input[type=number]:hover .input-reveal-button,input[type=password].focused .input-clear-button,input[type=password].focused .input-reveal-button,input[type=password]:focus .input-clear-button,input[type=password]:focus .input-reveal-button,input[type=password]:hover .input-clear-button,input[type=password]:hover .input-reveal-button,input[type=search].focused .input-clear-button,input[type=search].focused .input-reveal-button,input[type=search]:focus .input-clear-button,input[type=search]:focus .input-reveal-button,input[type=search]:hover .input-clear-button,input[type=search]:hover .input-reveal-button,input[type=tel].focused .input-clear-button,input[type=tel].focused .input-reveal-button,input[type=tel]:focus .input-clear-button,input[type=tel]:focus .input-reveal-button,input[type=tel]:hover .input-clear-button,input[type=tel]:hover .input-reveal-button,input[type=text].focused .input-clear-button,input[type=text].focused .input-reveal-button,input[type=text]:focus .input-clear-button,input[type=text]:focus .input-reveal-button,input[type=text]:hover .input-clear-button,input[type=text]:hover .input-reveal-button,input[type=time].focused .input-clear-button,input[type=time].focused .input-reveal-button,input[type=time]:focus .input-clear-button,input[type=time]:focus .input-reveal-button,input[type=time]:hover .input-clear-button,input[type=time]:hover .input-reveal-button,input[type=url].focused .input-clear-button,input[type=url].focused .input-reveal-button,input[type=url]:focus .input-clear-button,input[type=url]:focus .input-reveal-button,input[type=url]:hover .input-clear-button,input[type=url]:hover .input-reveal-button,input[type=week].focused .input-clear-button,input[type=week].focused .input-reveal-button,input[type=week]:focus .input-clear-button,input[type=week]:focus .input-reveal-button,input[type=week]:hover .input-clear-button,input[type=week]:hover .input-reveal-button,select.focused .input-clear-button,select.focused .input-reveal-button,select:focus .input-clear-button,select:focus .input-reveal-button,select:hover .input-clear-button,select:hover .input-reveal-button,textarea.focused .input-clear-button,textarea.focused .input-reveal-button,textarea:focus .input-clear-button,textarea:focus .input-reveal-button,textarea:hover .input-clear-button,textarea:hover .input-reveal-button{visibility:visible}.file.disabled,.file:disabled,.input.disabled,.input:disabled,.select.disabled,.select:disabled,.spinner.disabled,.spinner:disabled,.tag-input.disabled,.tag-input:disabled,.textarea.disabled,.textarea:disabled,input[type=datetime-local].disabled,input[type=datetime-local]:disabled,input[type=email].disabled,input[type=email]:disabled,input[type=file].disabled,input[type=file]:disabled,input[type=month].disabled,input[type=month]:disabled,input[type=number].disabled,input[type=number]:disabled,input[type=password].disabled,input[type=password]:disabled,input[type=search].disabled,input[type=search]:disabled,input[type=tel].disabled,input[type=tel]:disabled,input[type=text].disabled,input[type=text]:disabled,input[type=time].disabled,input[type=time]:disabled,input[type=url].disabled,input[type=url]:disabled,input[type=week].disabled,input[type=week]:disabled,select.disabled,select:disabled,textarea.disabled,textarea:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.file.hide-cursor input,.input.hide-cursor input,.select.hide-cursor input,.spinner.hide-cursor input,.tag-input.hide-cursor input,.textarea.hide-cursor input,input[type=datetime-local].hide-cursor input,input[type=email].hide-cursor input,input[type=file].hide-cursor input,input[type=month].hide-cursor input,input[type=number].hide-cursor input,input[type=password].hide-cursor input,input[type=search].hide-cursor input,input[type=tel].hide-cursor input,input[type=text].hide-cursor input,input[type=time].hide-cursor input,input[type=url].hide-cursor input,input[type=week].hide-cursor input,select.hide-cursor input,textarea.hide-cursor input{color:transparent;text-shadow:0 0 0 #1d1d1d}.file::-ms-clear,.input::-ms-clear,.select::-ms-clear,.spinner::-ms-clear,.tag-input::-ms-clear,.textarea::-ms-clear,input[type=datetime-local]::-ms-clear,input[type=email]::-ms-clear,input[type=file]::-ms-clear,input[type=month]::-ms-clear,input[type=number]::-ms-clear,input[type=password]::-ms-clear,input[type=search]::-ms-clear,input[type=tel]::-ms-clear,input[type=text]::-ms-clear,input[type=time]::-ms-clear,input[type=url]::-ms-clear,input[type=week]::-ms-clear,select::-ms-clear,textarea::-ms-clear{display:none}.file::-ms-reveal,.input::-ms-reveal,.select::-ms-reveal,.spinner::-ms-reveal,.tag-input::-ms-reveal,.textarea::-ms-reveal,input[type=datetime-local]::-ms-reveal,input[type=email]::-ms-reveal,input[type=file]::-ms-reveal,input[type=month]::-ms-reveal,input[type=number]::-ms-reveal,input[type=password]::-ms-reveal,input[type=search]::-ms-reveal,input[type=tel]::-ms-reveal,input[type=text]::-ms-reveal,input[type=time]::-ms-reveal,input[type=url]::-ms-reveal,input[type=week]::-ms-reveal,select::-ms-reveal,textarea::-ms-reveal{display:none}.file::-webkit-clear-button,.input::-webkit-clear-button,.select::-webkit-clear-button,.spinner::-webkit-clear-button,.tag-input::-webkit-clear-button,.textarea::-webkit-clear-button,input[type=datetime-local]::-webkit-clear-button,input[type=email]::-webkit-clear-button,input[type=file]::-webkit-clear-button,input[type=month]::-webkit-clear-button,input[type=number]::-webkit-clear-button,input[type=password]::-webkit-clear-button,input[type=search]::-webkit-clear-button,input[type=tel]::-webkit-clear-button,input[type=text]::-webkit-clear-button,input[type=time]::-webkit-clear-button,input[type=url]::-webkit-clear-button,input[type=week]::-webkit-clear-button,select::-webkit-clear-button,textarea::-webkit-clear-button{display:none}.file::-webkit-inner-spin-button,.input::-webkit-inner-spin-button,.select::-webkit-inner-spin-button,.spinner::-webkit-inner-spin-button,.tag-input::-webkit-inner-spin-button,.textarea::-webkit-inner-spin-button,input[type=datetime-local]::-webkit-inner-spin-button,input[type=email]::-webkit-inner-spin-button,input[type=file]::-webkit-inner-spin-button,input[type=month]::-webkit-inner-spin-button,input[type=number]::-webkit-inner-spin-button,input[type=password]::-webkit-inner-spin-button,input[type=search]::-webkit-inner-spin-button,input[type=tel]::-webkit-inner-spin-button,input[type=text]::-webkit-inner-spin-button,input[type=time]::-webkit-inner-spin-button,input[type=url]::-webkit-inner-spin-button,input[type=week]::-webkit-inner-spin-button,select::-webkit-inner-spin-button,textarea::-webkit-inner-spin-button{height:100%}.file.required,.input.required,.select.required,.spinner.required,.tag-input.required,.textarea.required,input[type=datetime-local].required,input[type=email].required,input[type=file].required,input[type=month].required,input[type=number].required,input[type=password].required,input[type=search].required,input[type=tel].required,input[type=text].required,input[type=time].required,input[type=url].required,input[type=week].required,select.required,textarea.required{border:1px #1ba1e2 dashed!important}.file.required.focused,.file.required:focus,.input.required.focused,.input.required:focus,.select.required.focused,.select.required:focus,.spinner.required.focused,.spinner.required:focus,.tag-input.required.focused,.tag-input.required:focus,.textarea.required.focused,.textarea.required:focus,input[type=datetime-local].required.focused,input[type=datetime-local].required:focus,input[type=email].required.focused,input[type=email].required:focus,input[type=file].required.focused,input[type=file].required:focus,input[type=month].required.focused,input[type=month].required:focus,input[type=number].required.focused,input[type=number].required:focus,input[type=password].required.focused,input[type=password].required:focus,input[type=search].required.focused,input[type=search].required:focus,input[type=tel].required.focused,input[type=tel].required:focus,input[type=text].required.focused,input[type=text].required:focus,input[type=time].required.focused,input[type=time].required:focus,input[type=url].required.focused,input[type=url].required:focus,input[type=week].required.focused,input[type=week].required:focus,select.required.focused,select.required:focus,textarea.required.focused,textarea.required:focus{-webkit-box-shadow:0 0 0 3px rgba(27,161,226,.45)!important;box-shadow:0 0 0 3px rgba(27,161,226,.45)!important}.file.invalid,.input.invalid,.select.invalid,.spinner.invalid,.tag-input.invalid,.textarea.invalid,input[type=datetime-local].invalid,input[type=email].invalid,input[type=file].invalid,input[type=month].invalid,input[type=number].invalid,input[type=password].invalid,input[type=search].invalid,input[type=tel].invalid,input[type=text].invalid,input[type=time].invalid,input[type=url].invalid,input[type=week].invalid,select.invalid,textarea.invalid{border:1px #ce352c solid!important}.file.invalid.focused,.file.invalid:focus,.input.invalid.focused,.input.invalid:focus,.select.invalid.focused,.select.invalid:focus,.spinner.invalid.focused,.spinner.invalid:focus,.tag-input.invalid.focused,.tag-input.invalid:focus,.textarea.invalid.focused,.textarea.invalid:focus,input[type=datetime-local].invalid.focused,input[type=datetime-local].invalid:focus,input[type=email].invalid.focused,input[type=email].invalid:focus,input[type=file].invalid.focused,input[type=file].invalid:focus,input[type=month].invalid.focused,input[type=month].invalid:focus,input[type=number].invalid.focused,input[type=number].invalid:focus,input[type=password].invalid.focused,input[type=password].invalid:focus,input[type=search].invalid.focused,input[type=search].invalid:focus,input[type=tel].invalid.focused,input[type=tel].invalid:focus,input[type=text].invalid.focused,input[type=text].invalid:focus,input[type=time].invalid.focused,input[type=time].invalid:focus,input[type=url].invalid.focused,input[type=url].invalid:focus,input[type=week].invalid.focused,input[type=week].invalid:focus,select.invalid.focused,select.invalid:focus,textarea.invalid.focused,textarea.invalid:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45)!important;box-shadow:0 0 0 3px rgba(206,53,44,.45)!important}.file.invalid::after,.input.invalid::after,.select.invalid::after,.spinner.invalid::after,.tag-input.invalid::after,.textarea.invalid::after,input[type=datetime-local].invalid::after,input[type=email].invalid::after,input[type=file].invalid::after,input[type=month].invalid::after,input[type=number].invalid::after,input[type=password].invalid::after,input[type=search].invalid::after,input[type=tel].invalid::after,input[type=text].invalid::after,input[type=time].invalid::after,input[type=url].invalid::after,input[type=week].invalid::after,select.invalid::after,textarea.invalid::after{position:absolute;content:attr(data-exclaim);color:#ce352c;left:-16px;top:0;font-size:1.625rem;font-weight:700}.file.valid,.input.valid,.select.valid,.spinner.valid,.tag-input.valid,.textarea.valid,input[type=datetime-local].valid,input[type=email].valid,input[type=file].valid,input[type=month].valid,input[type=number].valid,input[type=password].valid,input[type=search].valid,input[type=tel].valid,input[type=text].valid,input[type=time].valid,input[type=url].valid,input[type=week].valid,select.valid,textarea.valid{border:1px #60a917 solid!important}.file.valid.focused,.file.valid:focus,.input.valid.focused,.input.valid:focus,.select.valid.focused,.select.valid:focus,.spinner.valid.focused,.spinner.valid:focus,.tag-input.valid.focused,.tag-input.valid:focus,.textarea.valid.focused,.textarea.valid:focus,input[type=datetime-local].valid.focused,input[type=datetime-local].valid:focus,input[type=email].valid.focused,input[type=email].valid:focus,input[type=file].valid.focused,input[type=file].valid:focus,input[type=month].valid.focused,input[type=month].valid:focus,input[type=number].valid.focused,input[type=number].valid:focus,input[type=password].valid.focused,input[type=password].valid:focus,input[type=search].valid.focused,input[type=search].valid:focus,input[type=tel].valid.focused,input[type=tel].valid:focus,input[type=text].valid.focused,input[type=text].valid:focus,input[type=time].valid.focused,input[type=time].valid:focus,input[type=url].valid.focused,input[type=url].valid:focus,input[type=week].valid.focused,input[type=week].valid:focus,select.valid.focused,select.valid:focus,textarea.valid.focused,textarea.valid:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45)!important;box-shadow:0 0 0 3px rgba(96,169,23,.45)!important}input[type=button],input[type=reset],input[type=submit]{width:auto}label{margin-bottom:.5rem}.file .append,.file .prepend,.input .append,.input .prepend,.select .append,.select .prepend,.spinner .append,.spinner .prepend,.tag-input .append,.tag-input .prepend,.textarea .append,.textarea .prepend{padding:.5rem .75rem;background-color:#f8f8f8;color:#1d1d1d;line-height:1.25rem;white-space:nowrap}.hidden-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file.disabled .caption,.file.disabled .select-input,.file.disabled .stars li,.file.disabled input,.file.disabled select,.file.disabled textarea,.file:disabled .caption,.file:disabled .select-input,.file:disabled .stars li,.file:disabled input,.file:disabled select,.file:disabled textarea,.input.disabled .caption,.input.disabled .select-input,.input.disabled .stars li,.input.disabled input,.input.disabled select,.input.disabled textarea,.input:disabled .caption,.input:disabled .select-input,.input:disabled .stars li,.input:disabled input,.input:disabled select,.input:disabled textarea,.rating.disabled .caption,.rating.disabled .select-input,.rating.disabled .stars li,.rating.disabled input,.rating.disabled select,.rating.disabled textarea,.rating:disabled .caption,.rating:disabled .select-input,.rating:disabled .stars li,.rating:disabled input,.rating:disabled select,.rating:disabled textarea,.select.disabled .caption,.select.disabled .select-input,.select.disabled .stars li,.select.disabled input,.select.disabled select,.select.disabled textarea,.select:disabled .caption,.select:disabled .select-input,.select:disabled .stars li,.select:disabled input,.select:disabled select,.select:disabled textarea,.spinner.disabled .caption,.spinner.disabled .select-input,.spinner.disabled .stars li,.spinner.disabled input,.spinner.disabled select,.spinner.disabled textarea,.spinner:disabled .caption,.spinner:disabled .select-input,.spinner:disabled .stars li,.spinner:disabled input,.spinner:disabled select,.spinner:disabled textarea,.tag-input.disabled .caption,.tag-input.disabled .select-input,.tag-input.disabled .stars li,.tag-input.disabled input,.tag-input.disabled select,.tag-input.disabled textarea,.tag-input:disabled .caption,.tag-input:disabled .select-input,.tag-input:disabled .stars li,.tag-input:disabled input,.tag-input:disabled select,.tag-input:disabled textarea,.textarea.disabled .caption,.textarea.disabled .select-input,.textarea.disabled .stars li,.textarea.disabled input,.textarea.disabled select,.textarea.disabled textarea,.textarea:disabled .caption,.textarea:disabled .select-input,.textarea:disabled .stars li,.textarea:disabled input,.textarea:disabled select,.textarea:disabled textarea{background:0 0;color:#989898}.file.disabled .button-group,.file:disabled .button-group,.input.disabled .button-group,.input:disabled .button-group,.rating.disabled .button-group,.rating:disabled .button-group,.select.disabled .button-group,.select:disabled .button-group,.spinner.disabled .button-group,.spinner:disabled .button-group,.tag-input.disabled .button-group,.tag-input:disabled .button-group,.textarea.disabled .button-group,.textarea:disabled .button-group{display:none}.invalid_feedback{font-size:.9em;color:#ce352c}.custom-validation input[required]:valid,.custom-validation select[required]:valid,.custom-validation textarea[required]:valid{border-color:#60a917}.custom-validation input[required]:valid+.invalid_feedback,.custom-validation select[required]:valid+.invalid_feedback,.custom-validation textarea[required]:valid+.invalid_feedback{display:none}.custom-validation input[required]:invalid,.custom-validation select[required]:invalid,.custom-validation textarea[required]:invalid{border-color:#ce352c}.custom-validation input[required]:invalid+.invalid_feedback,.custom-validation select[required]:invalid+.invalid_feedback,.custom-validation textarea[required]:invalid+.invalid_feedback{display:block}.invalid_feedback{display:none}.invalid+.invalid_feedback,.invalid>.invalid_feedback{display:block!important}::-webkit-search-cancel-button{-webkit-appearance:none}::-webkit-search-results-button{-webkit-appearance:none}input[type=search]{-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 1000px #fff inset;background-color:#fff!important;-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}::-webkit-input-placeholder{font-size:14px}::-moz-placeholder{font-size:14px}:-moz-placeholder{font-size:14px}:-ms-input-placeholder{font-size:14px}.step-list{margin:0 0 0 3em;padding:0;list-style-type:none;counter-reset:li}.step-list>li{border-left:1px #ccc solid;position:relative;padding:0 .625rem;margin:.625rem;vertical-align:top}.step-list>li::before{position:absolute;content:counter(li);counter-increment:li;font-size:2rem;color:#e4e4e4;left:0;top:.3125rem;margin-left:-2em;width:1.8em;text-align:right}.custom-list-marker{list-style:none inside}.custom-list-marker li{position:relative;padding-left:1.2em}.custom-list-marker li::before{content:attr(data-marker);position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.feed-list,.items-list{margin:0;padding:4px;position:relative;display:block;list-style:none inside}.feed-list .item,.feed-list>li,.items-list .item,.items-list>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:56px;padding:8px 16px;vertical-align:middle;overflow:hidden;cursor:default}.feed-list .item .avatar,.feed-list>li .avatar,.items-list .item .avatar,.items-list>li .avatar{width:42px;height:42px;border-radius:50%;position:absolute;left:16px;top:50%;margin-top:-21px;font-size:32px;line-height:42px}.feed-list .item .second-action,.feed-list>li .second-action,.items-list .item .second-action,.items-list>li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;line-height:24px;top:50%;margin-top:-12px;cursor:pointer}.feed-list .item .label,.feed-list .item .second-label,.feed-list>li .label,.feed-list>li .second-label,.items-list .item .label,.items-list .item .second-label,.items-list>li .label,.items-list>li .second-label{display:block}.feed-list .item .label,.feed-list>li .label,.items-list .item .label,.items-list>li .label{line-height:1}.feed-list .item .second-label,.feed-list>li .second-label,.items-list .item .second-label,.items-list>li .second-label{font-size:.9em;color:#989898;line-height:1}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label,.items-list .item .avatar~.label,.items-list .item .avatar~.second-label,.items-list>li .avatar~.label,.items-list>li .avatar~.second-label{padding-left:56px}.feed-list .item+.item,.items-list .item+.item{border-top:1px #dfdfdf solid}.feed-list>li+li,.items-list>li+li{border-top:1px #dfdfdf solid}.feed-list .title{padding:0 16px;font-size:18px;font-weight:500;height:36px;line-height:36px;display:block}.feed-list .item+.title,.feed-list li+.title{margin-top:32px}.feed-list .title+.item,.feed-list .title+li,.feed-list li+.title{border-top:1px transparent solid}.feed-list .item,.feed-list>li{height:104px;padding:16px 0;-ms-flex-pack:distribute;justify-content:space-around}.feed-list .item .avatar,.feed-list>li .avatar{position:absolute;top:16px;left:16px;width:96px;height:72px;border-radius:0;margin-top:0}.feed-list .item .second-label,.feed-list>li .second-label{font-size:10px}.feed-list .item .avatar~.label,.feed-list .item .avatar~.second-label,.feed-list>li .avatar~.label,.feed-list>li .avatar~.second-label{margin-left:128px;margin-right:16px;padding-left:0}.feed-list .item .avatar.on-right,.feed-list>li .avatar.on-right{float:none;left:auto;right:16px}.feed-list .item .avatar.on-right~.label,.feed-list .item .avatar.on-right~.second-label,.feed-list>li .avatar.on-right~.label,.feed-list>li .avatar.on-right~.second-label{margin-left:16px;margin-right:128px}.group-list{margin:0;position:relative;display:block;list-style:none inside;border:1px solid #dfdfdf}.group-list .item,.group-list>li{display:block;position:relative;padding:4px 8px}.group-list .item+.item,.group-list>li+li{border-top:1px solid #dfdfdf}.group-list.horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.group-list.horizontal .item,.group-list.horizontal>li{-ms-flex-preferred-size:100%;flex-basis:100%}.group-list.horizontal .item+.item,.group-list.horizontal>li+li{border-top:none;border-left:1px solid #dfdfdf}.inline-list{list-style:none;padding-left:0;margin-left:0}.inline-list li{display:inline-block;margin-right:.625rem}.inline-list li:last-child{margin-right:0}.unstyled-list{list-style:none inside;margin-left:0}ol.decimal{list-style-type:decimal}ol.roman-upper{list-style-type:upper-roman}ol.roman-lower{list-style-type:lower-roman}ol.alpha-upper{list-style-type:upper-alpha}ol.alpha-lower{list-style-type:lower-alpha}ol.latin-upper{list-style-type:upper-latin}ol.latin-lower{list-style-type:lower-latin}.no-style{list-style-type:none}.overlay{position:fixed;left:0;top:0;right:0;bottom:0;background-color:rgba(255,255,255,.5);z-index:1040}.overlay.transparent{background-color:rgba(255,255,255,0)}.global-overlay{z-index:2000!important}.global-dialog{z-index:2001!important}.fixed-bottom,.fixed-top{position:fixed;left:0;right:0;width:100%}.fixed-top{top:0;bottom:auto}.fixed-bottom{top:auto;bottom:0}.pos-relative{position:relative!important}.pos-absolute{position:absolute!important}.pos-static{position:static!important}.pos-fixed{position:fixed!important}.put-n{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}.put-left{left:0!important;right:auto!important}.put-right{left:auto!important;right:0!important}.pos-top-left{top:0!important;left:0!important;right:auto!important;bottom:auto!important}.pos-top-center{top:0!important;left:50%!important;right:auto!important;bottom:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-top-right{right:0!important;top:0!important;left:auto!important;bottom:auto!important}.pos-bottom-left{top:auto!important;right:auto!important;left:0!important;bottom:0!important}.pos-bottom-center{top:auto!important;left:50%!important;bottom:0!important;right:auto!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.pos-bottom-right{bottom:0!important;right:0!important;top:auto!important;left:auto!important}.pos-left-center{left:0!important;top:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-right-center{right:0;top:50%;bottom:auto;left:auto;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.pos-center{top:50%!important;left:50%!important;bottom:auto!important;right:auto!important;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.z-absolute{z-index:500!important}.z-dropdown{z-index:1000!important}.z-sticky{z-index:1020!important}.z-fixed{z-index:1030!important}.z-modal-backdrop{z-index:1040!important}.z-modal{z-index:1050!important}.z-popover{z-index:1060!important}.z-tooltip{z-index:1070!important}.z-top{z-index:1080!important}.z-notify{z-index:1085!important}.z-charms{z-index:1090!important}.z-overlay{z-index:2000!important}.z-fullscreen{z-index:2147483647!important}.z-1{z-index:1!important}.z-2{z-index:2!important}.z-3{z-index:3!important}.z-4{z-index:4!important}.z-5{z-index:5!important}.z-6{z-index:6!important}.z-7{z-index:7!important}.z-8{z-index:8!important}.z-9{z-index:9!important}.z-10{z-index:10!important}@media screen and (min-width:0){.pos-relative-fs{position:relative!important}.pos-absolute-fs{position:absolute!important}.pos-static-fs{position:static!important}.pos-fixed-fs{position:fixed!important}.put-left-fs{left:0!important;right:auto!important}.put-right-fs{left:auto!important;right:0!important}.put-n-fs{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-fs{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-fs{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-fs{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-fs{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-fs{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-fs{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-fs{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-fs{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-fs{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-fs{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-fs{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:576px){.pos-relative-sm{position:relative!important}.pos-absolute-sm{position:absolute!important}.pos-static-sm{position:static!important}.pos-fixed-sm{position:fixed!important}.put-left-sm{left:0!important;right:auto!important}.put-right-sm{left:auto!important;right:0!important}.put-n-sm{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-sm{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-sm{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-sm{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-sm{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-sm{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-sm{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-sm{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-sm{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-sm{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-sm{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-sm{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:768px){.pos-relative-md{position:relative!important}.pos-absolute-md{position:absolute!important}.pos-static-md{position:static!important}.pos-fixed-md{position:fixed!important}.put-left-md{left:0!important;right:auto!important}.put-right-md{left:auto!important;right:0!important}.put-n-md{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-md{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-md{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-md{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-md{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-md{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-md{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-md{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-md{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-md{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-md{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-md{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:992px){.pos-relative-lg{position:relative!important}.pos-absolute-lg{position:absolute!important}.pos-static-lg{position:static!important}.pos-fixed-lg{position:fixed!important}.put-left-lg{left:0!important;right:auto!important}.put-right-lg{left:auto!important;right:0!important}.put-n-lg{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-lg{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-lg{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-lg{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-lg{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-lg{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-lg{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-lg{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-lg{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-lg{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-lg{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-lg{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1200px){.pos-relative-xl{position:relative!important}.pos-absolute-xl{position:absolute!important}.pos-static-xl{position:static!important}.pos-fixed-xl{position:fixed!important}.put-left-xl{left:0!important;right:auto!important}.put-right-xl{left:auto!important;right:0!important}.put-n-xl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}@media screen and (min-width:1452px){.pos-relative-xxl{position:relative!important}.pos-absolute-xxl{position:absolute!important}.pos-static-xxl{position:static!important}.pos-fixed-xxl{position:fixed!important}.put-left-xxl{left:0!important;right:auto!important}.put-right-xxl{left:auto!important;right:0!important}.put-n-xxl{right:auto!important;bottom:auto!important;left:50%!important;top:0!important;-webkit-transform:translateX(-50%) translateY(-100%);-ms-transform:translateX(-50%) translateY(-100%);transform:translateX(-50%) translateY(-100%)}.put-nw-xxl{right:auto!important;bottom:auto!important;left:0!important;top:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-ne-xxl{left:auto!important;bottom:auto!important;top:0!important;right:0!important;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.put-wn-xxl{bottom:auto!important;right:auto!important;top:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-w-xxl{bottom:auto!important;right:auto!important;top:50%!important;left:0!important;-webkit-transform:translateX(-100%) translateY(-50%);-ms-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.put-ws-xxl{top:auto!important;right:auto!important;bottom:0!important;left:0!important;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.put-en-xxl{bottom:auto!important;left:auto!important;top:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-e-xxl{bottom:auto!important;left:auto!important;top:50%!important;right:0!important;-webkit-transform:translateX(100%) translateY(-50%);-ms-transform:translateX(100%) translateY(-50%);transform:translateX(100%) translateY(-50%)}.put-es-xxl{top:auto!important;left:auto!important;bottom:0!important;right:0!important;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.put-s-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:0!important}.put-sw-xxl{bottom:auto!important;right:auto!important;top:100%!important;left:50%!important;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.put-se-xxl{bottom:auto!important;left:auto!important;top:100%!important;right:0!important}}.no-shadow{-webkit-box-shadow:none!important;box-shadow:none!important}.no-shadow-text{text-shadow:none!important}.simple-shadow{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.4);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.drop-shadow{-webkit-box-shadow:2px 2px 5px 0 rgba(0,0,0,.4);box-shadow:2px 2px 5px 0 rgba(0,0,0,.4)}.win-shadow{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.ribbon-shadow{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7)}.shadow-1{-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.shadow-2{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.shadow-3{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.shadow-4{-webkit-box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22);box-shadow:0 25px 55px 0 rgba(0,0,0,.21),0 16px 28px 0 rgba(0,0,0,.22)}.shadow-5{-webkit-box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2);box-shadow:0 40px 77px 0 rgba(0,0,0,.22),0 27px 24px 0 rgba(0,0,0,.2)}.w-auto{width:auto!important}.h-auto{height:auto!important}.w-fs{width:0!important}.w-sm{width:576px!important}.w-md{width:768px!important}.w-lg{width:992px!important}.w-xl{width:1200px!important}.w-xxl{width:1452px!important}.h-vh-25{height:25vh!important}.h-vw-25{height:25vw!important}.w-vh-25{width:25vh!important}.w-vw-25{width:25vw!important}.h-25{height:25%!important}.w-25{width:25%!important}.mh-25{max-height:25%!important}.mw-25{max-width:25%!important}.h-vh-33{height:33vh!important}.h-vw-33{height:33vw!important}.w-vh-33{width:33vh!important}.w-vw-33{width:33vw!important}.h-33{height:33%!important}.w-33{width:33%!important}.mh-33{max-height:33%!important}.mw-33{max-width:33%!important}.h-vh-50{height:50vh!important}.h-vw-50{height:50vw!important}.w-vh-50{width:50vh!important}.w-vw-50{width:50vw!important}.h-50{height:50%!important}.w-50{width:50%!important}.mh-50{max-height:50%!important}.mw-50{max-width:50%!important}.h-vh-75{height:75vh!important}.h-vw-75{height:75vw!important}.w-vh-75{width:75vh!important}.w-vw-75{width:75vw!important}.h-75{height:75%!important}.w-75{width:75%!important}.mh-75{max-height:75%!important}.mw-75{max-width:75%!important}.h-vh-100{height:100vh!important}.h-vw-100{height:100vw!important}.w-vh-100{width:100vh!important}.w-vw-100{width:100vw!important}.h-100{height:100%!important}.w-100{width:100%!important}.mh-100{max-height:100%!important}.mw-100{max-width:100%!important}@media screen and (min-width:0){.w-auto-fs{width:auto!important}.h-auto-fs{height:auto!important}.h-vh-25-fs{height:25vh!important}.h-vw-25-fs{height:25vw!important}.w-vh-25-fs{width:25vh!important}.w-vw-25-fs{width:25vw!important}.h-25-fs{height:25%!important}.w-25-fs{width:25%!important}.mh-25-fs{max-height:25%!important}.mw-25-fs{max-width:25%!important}.h-vh-33-fs{height:33vh!important}.h-vw-33-fs{height:33vw!important}.w-vh-33-fs{width:33vh!important}.w-vw-33-fs{width:33vw!important}.h-33-fs{height:33%!important}.w-33-fs{width:33%!important}.mh-33-fs{max-height:33%!important}.mw-33-fs{max-width:33%!important}.h-vh-50-fs{height:50vh!important}.h-vw-50-fs{height:50vw!important}.w-vh-50-fs{width:50vh!important}.w-vw-50-fs{width:50vw!important}.h-50-fs{height:50%!important}.w-50-fs{width:50%!important}.mh-50-fs{max-height:50%!important}.mw-50-fs{max-width:50%!important}.h-vh-75-fs{height:75vh!important}.h-vw-75-fs{height:75vw!important}.w-vh-75-fs{width:75vh!important}.w-vw-75-fs{width:75vw!important}.h-75-fs{height:75%!important}.w-75-fs{width:75%!important}.mh-75-fs{max-height:75%!important}.mw-75-fs{max-width:75%!important}.h-vh-100-fs{height:100vh!important}.h-vw-100-fs{height:100vw!important}.w-vh-100-fs{width:100vh!important}.w-vw-100-fs{width:100vw!important}.h-100-fs{height:100%!important}.w-100-fs{width:100%!important}.mh-100-fs{max-height:100%!important}.mw-100-fs{max-width:100%!important}}@media screen and (min-width:576px){.w-auto-sm{width:auto!important}.h-auto-sm{height:auto!important}.h-vh-25-sm{height:25vh!important}.h-vw-25-sm{height:25vw!important}.w-vh-25-sm{width:25vh!important}.w-vw-25-sm{width:25vw!important}.h-25-sm{height:25%!important}.w-25-sm{width:25%!important}.mh-25-sm{max-height:25%!important}.mw-25-sm{max-width:25%!important}.h-vh-33-sm{height:33vh!important}.h-vw-33-sm{height:33vw!important}.w-vh-33-sm{width:33vh!important}.w-vw-33-sm{width:33vw!important}.h-33-sm{height:33%!important}.w-33-sm{width:33%!important}.mh-33-sm{max-height:33%!important}.mw-33-sm{max-width:33%!important}.h-vh-50-sm{height:50vh!important}.h-vw-50-sm{height:50vw!important}.w-vh-50-sm{width:50vh!important}.w-vw-50-sm{width:50vw!important}.h-50-sm{height:50%!important}.w-50-sm{width:50%!important}.mh-50-sm{max-height:50%!important}.mw-50-sm{max-width:50%!important}.h-vh-75-sm{height:75vh!important}.h-vw-75-sm{height:75vw!important}.w-vh-75-sm{width:75vh!important}.w-vw-75-sm{width:75vw!important}.h-75-sm{height:75%!important}.w-75-sm{width:75%!important}.mh-75-sm{max-height:75%!important}.mw-75-sm{max-width:75%!important}.h-vh-100-sm{height:100vh!important}.h-vw-100-sm{height:100vw!important}.w-vh-100-sm{width:100vh!important}.w-vw-100-sm{width:100vw!important}.h-100-sm{height:100%!important}.w-100-sm{width:100%!important}.mh-100-sm{max-height:100%!important}.mw-100-sm{max-width:100%!important}}@media screen and (min-width:768px){.w-auto-md{width:auto!important}.h-auto-md{height:auto!important}.h-vh-25-md{height:25vh!important}.h-vw-25-md{height:25vw!important}.w-vh-25-md{width:25vh!important}.w-vw-25-md{width:25vw!important}.h-25-md{height:25%!important}.w-25-md{width:25%!important}.mh-25-md{max-height:25%!important}.mw-25-md{max-width:25%!important}.h-vh-33-md{height:33vh!important}.h-vw-33-md{height:33vw!important}.w-vh-33-md{width:33vh!important}.w-vw-33-md{width:33vw!important}.h-33-md{height:33%!important}.w-33-md{width:33%!important}.mh-33-md{max-height:33%!important}.mw-33-md{max-width:33%!important}.h-vh-50-md{height:50vh!important}.h-vw-50-md{height:50vw!important}.w-vh-50-md{width:50vh!important}.w-vw-50-md{width:50vw!important}.h-50-md{height:50%!important}.w-50-md{width:50%!important}.mh-50-md{max-height:50%!important}.mw-50-md{max-width:50%!important}.h-vh-75-md{height:75vh!important}.h-vw-75-md{height:75vw!important}.w-vh-75-md{width:75vh!important}.w-vw-75-md{width:75vw!important}.h-75-md{height:75%!important}.w-75-md{width:75%!important}.mh-75-md{max-height:75%!important}.mw-75-md{max-width:75%!important}.h-vh-100-md{height:100vh!important}.h-vw-100-md{height:100vw!important}.w-vh-100-md{width:100vh!important}.w-vw-100-md{width:100vw!important}.h-100-md{height:100%!important}.w-100-md{width:100%!important}.mh-100-md{max-height:100%!important}.mw-100-md{max-width:100%!important}}@media screen and (min-width:992px){.w-auto-lg{width:auto!important}.h-auto-lg{height:auto!important}.h-vh-25-lg{height:25vh!important}.h-vw-25-lg{height:25vw!important}.w-vh-25-lg{width:25vh!important}.w-vw-25-lg{width:25vw!important}.h-25-lg{height:25%!important}.w-25-lg{width:25%!important}.mh-25-lg{max-height:25%!important}.mw-25-lg{max-width:25%!important}.h-vh-33-lg{height:33vh!important}.h-vw-33-lg{height:33vw!important}.w-vh-33-lg{width:33vh!important}.w-vw-33-lg{width:33vw!important}.h-33-lg{height:33%!important}.w-33-lg{width:33%!important}.mh-33-lg{max-height:33%!important}.mw-33-lg{max-width:33%!important}.h-vh-50-lg{height:50vh!important}.h-vw-50-lg{height:50vw!important}.w-vh-50-lg{width:50vh!important}.w-vw-50-lg{width:50vw!important}.h-50-lg{height:50%!important}.w-50-lg{width:50%!important}.mh-50-lg{max-height:50%!important}.mw-50-lg{max-width:50%!important}.h-vh-75-lg{height:75vh!important}.h-vw-75-lg{height:75vw!important}.w-vh-75-lg{width:75vh!important}.w-vw-75-lg{width:75vw!important}.h-75-lg{height:75%!important}.w-75-lg{width:75%!important}.mh-75-lg{max-height:75%!important}.mw-75-lg{max-width:75%!important}.h-vh-100-lg{height:100vh!important}.h-vw-100-lg{height:100vw!important}.w-vh-100-lg{width:100vh!important}.w-vw-100-lg{width:100vw!important}.h-100-lg{height:100%!important}.w-100-lg{width:100%!important}.mh-100-lg{max-height:100%!important}.mw-100-lg{max-width:100%!important}}@media screen and (min-width:1200px){.w-auto-xl{width:auto!important}.h-auto-xl{height:auto!important}.h-vh-25-xl{height:25vh!important}.h-vw-25-xl{height:25vw!important}.w-vh-25-xl{width:25vh!important}.w-vw-25-xl{width:25vw!important}.h-25-xl{height:25%!important}.w-25-xl{width:25%!important}.mh-25-xl{max-height:25%!important}.mw-25-xl{max-width:25%!important}.h-vh-33-xl{height:33vh!important}.h-vw-33-xl{height:33vw!important}.w-vh-33-xl{width:33vh!important}.w-vw-33-xl{width:33vw!important}.h-33-xl{height:33%!important}.w-33-xl{width:33%!important}.mh-33-xl{max-height:33%!important}.mw-33-xl{max-width:33%!important}.h-vh-50-xl{height:50vh!important}.h-vw-50-xl{height:50vw!important}.w-vh-50-xl{width:50vh!important}.w-vw-50-xl{width:50vw!important}.h-50-xl{height:50%!important}.w-50-xl{width:50%!important}.mh-50-xl{max-height:50%!important}.mw-50-xl{max-width:50%!important}.h-vh-75-xl{height:75vh!important}.h-vw-75-xl{height:75vw!important}.w-vh-75-xl{width:75vh!important}.w-vw-75-xl{width:75vw!important}.h-75-xl{height:75%!important}.w-75-xl{width:75%!important}.mh-75-xl{max-height:75%!important}.mw-75-xl{max-width:75%!important}.h-vh-100-xl{height:100vh!important}.h-vw-100-xl{height:100vw!important}.w-vh-100-xl{width:100vh!important}.w-vw-100-xl{width:100vw!important}.h-100-xl{height:100%!important}.w-100-xl{width:100%!important}.mh-100-xl{max-height:100%!important}.mw-100-xl{max-width:100%!important}}@media screen and (min-width:1452px){.w-auto-xxl{width:auto!important}.h-auto-xxl{height:auto!important}.h-vh-25-xxl{height:25vh!important}.h-vw-25-xxl{height:25vw!important}.w-vh-25-xxl{width:25vh!important}.w-vw-25-xxl{width:25vw!important}.h-25-xxl{height:25%!important}.w-25-xxl{width:25%!important}.mh-25-xxl{max-height:25%!important}.mw-25-xxl{max-width:25%!important}.h-vh-33-xxl{height:33vh!important}.h-vw-33-xxl{height:33vw!important}.w-vh-33-xxl{width:33vh!important}.w-vw-33-xxl{width:33vw!important}.h-33-xxl{height:33%!important}.w-33-xxl{width:33%!important}.mh-33-xxl{max-height:33%!important}.mw-33-xxl{max-width:33%!important}.h-vh-50-xxl{height:50vh!important}.h-vw-50-xxl{height:50vw!important}.w-vh-50-xxl{width:50vh!important}.w-vw-50-xxl{width:50vw!important}.h-50-xxl{height:50%!important}.w-50-xxl{width:50%!important}.mh-50-xxl{max-height:50%!important}.mw-50-xxl{max-width:50%!important}.h-vh-75-xxl{height:75vh!important}.h-vw-75-xxl{height:75vw!important}.w-vh-75-xxl{width:75vh!important}.w-vw-75-xxl{width:75vw!important}.h-75-xxl{height:75%!important}.w-75-xxl{width:75%!important}.mh-75-xxl{max-height:75%!important}.mw-75-xxl{max-width:75%!important}.h-vh-100-xxl{height:100vh!important}.h-vw-100-xxl{height:100vw!important}.w-vh-100-xxl{width:100vh!important}.w-vw-100-xxl{width:100vw!important}.h-100-xxl{height:100%!important}.w-100-xxl{width:100%!important}.mh-100-xxl{max-height:100%!important}.mw-100-xxl{max-width:100%!important}}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-left:auto!important}.ml-auto{margin-left:auto!important}.mr-auto{margin-right:auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pr-0{padding-right:0!important}.pt-0{padding-top:0!important}.pb-0{padding-bottom:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.m-0{margin:0!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.p-1{padding:4px!important}.pr-1{padding-right:4px!important}.pl-1{padding-left:4px!important}.pt-1{padding-top:4px!important}.pb-1{padding-bottom:4px!important}.px-1{padding-left:4px!important;padding-right:4px!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.m-1{margin:4px!important}.mr-1{margin-right:4px!important}.ml-1{margin-left:4px!important}.mt-1{margin-top:4px!important}.mb-1{margin-bottom:4px!important}.mx-1{margin-left:4px!important;margin-right:4px!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.mr-1-minus{margin-right:-4px!important}.ml-1-minus{margin-left:-4px!important}.mt-1-minus{margin-top:-4px!important}.mb-1-minus{margin-bottom:-4px!important}.p-2{padding:8px!important}.pr-2{padding-right:8px!important}.pl-2{padding-left:8px!important}.pt-2{padding-top:8px!important}.pb-2{padding-bottom:8px!important}.px-2{padding-left:8px!important;padding-right:8px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.m-2{margin:8px!important}.mr-2{margin-right:8px!important}.ml-2{margin-left:8px!important}.mt-2{margin-top:8px!important}.mb-2{margin-bottom:8px!important}.mx-2{margin-left:8px!important;margin-right:8px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.mr-2-minus{margin-right:-8px!important}.ml-2-minus{margin-left:-8px!important}.mt-2-minus{margin-top:-8px!important}.mb-2-minus{margin-bottom:-8px!important}.p-3{padding:12px!important}.pr-3{padding-right:12px!important}.pl-3{padding-left:12px!important}.pt-3{padding-top:12px!important}.pb-3{padding-bottom:12px!important}.px-3{padding-left:12px!important;padding-right:12px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.m-3{margin:12px!important}.mr-3{margin-right:12px!important}.ml-3{margin-left:12px!important}.mt-3{margin-top:12px!important}.mb-3{margin-bottom:12px!important}.mx-3{margin-left:12px!important;margin-right:12px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.mr-3-minus{margin-right:-12px!important}.ml-3-minus{margin-left:-12px!important}.mt-3-minus{margin-top:-12px!important}.mb-3-minus{margin-bottom:-12px!important}.p-4{padding:16px!important}.pr-4{padding-right:16px!important}.pl-4{padding-left:16px!important}.pt-4{padding-top:16px!important}.pb-4{padding-bottom:16px!important}.px-4{padding-left:16px!important;padding-right:16px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.m-4{margin:16px!important}.mr-4{margin-right:16px!important}.ml-4{margin-left:16px!important}.mt-4{margin-top:16px!important}.mb-4{margin-bottom:16px!important}.mx-4{margin-left:16px!important;margin-right:16px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.mr-4-minus{margin-right:-16px!important}.ml-4-minus{margin-left:-16px!important}.mt-4-minus{margin-top:-16px!important}.mb-4-minus{margin-bottom:-16px!important}.p-5{padding:20px!important}.pr-5{padding-right:20px!important}.pl-5{padding-left:20px!important}.pt-5{padding-top:20px!important}.pb-5{padding-bottom:20px!important}.px-5{padding-left:20px!important;padding-right:20px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.m-5{margin:20px!important}.mr-5{margin-right:20px!important}.ml-5{margin-left:20px!important}.mt-5{margin-top:20px!important}.mb-5{margin-bottom:20px!important}.mx-5{margin-left:20px!important;margin-right:20px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.mr-5-minus{margin-right:-20px!important}.ml-5-minus{margin-left:-20px!important}.mt-5-minus{margin-top:-20px!important}.mb-5-minus{margin-bottom:-20px!important}.p-6{padding:24px!important}.pr-6{padding-right:24px!important}.pl-6{padding-left:24px!important}.pt-6{padding-top:24px!important}.pb-6{padding-bottom:24px!important}.px-6{padding-left:24px!important;padding-right:24px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.m-6{margin:24px!important}.mr-6{margin-right:24px!important}.ml-6{margin-left:24px!important}.mt-6{margin-top:24px!important}.mb-6{margin-bottom:24px!important}.mx-6{margin-left:24px!important;margin-right:24px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.mr-6-minus{margin-right:-24px!important}.ml-6-minus{margin-left:-24px!important}.mt-6-minus{margin-top:-24px!important}.mb-6-minus{margin-bottom:-24px!important}.p-7{padding:28px!important}.pr-7{padding-right:28px!important}.pl-7{padding-left:28px!important}.pt-7{padding-top:28px!important}.pb-7{padding-bottom:28px!important}.px-7{padding-left:28px!important;padding-right:28px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.m-7{margin:28px!important}.mr-7{margin-right:28px!important}.ml-7{margin-left:28px!important}.mt-7{margin-top:28px!important}.mb-7{margin-bottom:28px!important}.mx-7{margin-left:28px!important;margin-right:28px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.mr-7-minus{margin-right:-28px!important}.ml-7-minus{margin-left:-28px!important}.mt-7-minus{margin-top:-28px!important}.mb-7-minus{margin-bottom:-28px!important}.p-8{padding:32px!important}.pr-8{padding-right:32px!important}.pl-8{padding-left:32px!important}.pt-8{padding-top:32px!important}.pb-8{padding-bottom:32px!important}.px-8{padding-left:32px!important;padding-right:32px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.m-8{margin:32px!important}.mr-8{margin-right:32px!important}.ml-8{margin-left:32px!important}.mt-8{margin-top:32px!important}.mb-8{margin-bottom:32px!important}.mx-8{margin-left:32px!important;margin-right:32px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.mr-8-minus{margin-right:-32px!important}.ml-8-minus{margin-left:-32px!important}.mt-8-minus{margin-top:-32px!important}.mb-8-minus{margin-bottom:-32px!important}.p-9{padding:36px!important}.pr-9{padding-right:36px!important}.pl-9{padding-left:36px!important}.pt-9{padding-top:36px!important}.pb-9{padding-bottom:36px!important}.px-9{padding-left:36px!important;padding-right:36px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.m-9{margin:36px!important}.mr-9{margin-right:36px!important}.ml-9{margin-left:36px!important}.mt-9{margin-top:36px!important}.mb-9{margin-bottom:36px!important}.mx-9{margin-left:36px!important;margin-right:36px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.mr-9-minus{margin-right:-36px!important}.ml-9-minus{margin-left:-36px!important}.mt-9-minus{margin-top:-36px!important}.mb-9-minus{margin-bottom:-36px!important}.p-10{padding:40px!important}.pr-10{padding-right:40px!important}.pl-10{padding-left:40px!important}.pt-10{padding-top:40px!important}.pb-10{padding-bottom:40px!important}.px-10{padding-left:40px!important;padding-right:40px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.m-10{margin:40px!important}.mr-10{margin-right:40px!important}.ml-10{margin-left:40px!important}.mt-10{margin-top:40px!important}.mb-10{margin-bottom:40px!important}.mx-10{margin-left:40px!important;margin-right:40px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.mr-10-minus{margin-right:-40px!important}.ml-10-minus{margin-left:-40px!important}.mt-10-minus{margin-top:-40px!important}.mb-10-minus{margin-bottom:-40px!important}.p-11{padding:44px!important}.pr-11{padding-right:44px!important}.pl-11{padding-left:44px!important}.pt-11{padding-top:44px!important}.pb-11{padding-bottom:44px!important}.px-11{padding-left:44px!important;padding-right:44px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.m-11{margin:44px!important}.mr-11{margin-right:44px!important}.ml-11{margin-left:44px!important}.mt-11{margin-top:44px!important}.mb-11{margin-bottom:44px!important}.mx-11{margin-left:44px!important;margin-right:44px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.mr-11-minus{margin-right:-44px!important}.ml-11-minus{margin-left:-44px!important}.mt-11-minus{margin-top:-44px!important}.mb-11-minus{margin-bottom:-44px!important}.p-12{padding:48px!important}.pr-12{padding-right:48px!important}.pl-12{padding-left:48px!important}.pt-12{padding-top:48px!important}.pb-12{padding-bottom:48px!important}.px-12{padding-left:48px!important;padding-right:48px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.m-12{margin:48px!important}.mr-12{margin-right:48px!important}.ml-12{margin-left:48px!important}.mt-12{margin-top:48px!important}.mb-12{margin-bottom:48px!important}.mx-12{margin-left:48px!important;margin-right:48px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.mr-12-minus{margin-right:-48px!important}.ml-12-minus{margin-left:-48px!important}.mt-12-minus{margin-top:-48px!important}.mb-12-minus{margin-bottom:-48px!important}.p-13{padding:52px!important}.pr-13{padding-right:52px!important}.pl-13{padding-left:52px!important}.pt-13{padding-top:52px!important}.pb-13{padding-bottom:52px!important}.px-13{padding-left:52px!important;padding-right:52px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.m-13{margin:52px!important}.mr-13{margin-right:52px!important}.ml-13{margin-left:52px!important}.mt-13{margin-top:52px!important}.mb-13{margin-bottom:52px!important}.mx-13{margin-left:52px!important;margin-right:52px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.mr-13-minus{margin-right:-52px!important}.ml-13-minus{margin-left:-52px!important}.mt-13-minus{margin-top:-52px!important}.mb-13-minus{margin-bottom:-52px!important}.p-14{padding:56px!important}.pr-14{padding-right:56px!important}.pl-14{padding-left:56px!important}.pt-14{padding-top:56px!important}.pb-14{padding-bottom:56px!important}.px-14{padding-left:56px!important;padding-right:56px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.m-14{margin:56px!important}.mr-14{margin-right:56px!important}.ml-14{margin-left:56px!important}.mt-14{margin-top:56px!important}.mb-14{margin-bottom:56px!important}.mx-14{margin-left:56px!important;margin-right:56px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.mr-14-minus{margin-right:-56px!important}.ml-14-minus{margin-left:-56px!important}.mt-14-minus{margin-top:-56px!important}.mb-14-minus{margin-bottom:-56px!important}.p-15{padding:60px!important}.pr-15{padding-right:60px!important}.pl-15{padding-left:60px!important}.pt-15{padding-top:60px!important}.pb-15{padding-bottom:60px!important}.px-15{padding-left:60px!important;padding-right:60px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.m-15{margin:60px!important}.mr-15{margin-right:60px!important}.ml-15{margin-left:60px!important}.mt-15{margin-top:60px!important}.mb-15{margin-bottom:60px!important}.mx-15{margin-left:60px!important;margin-right:60px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.mr-15-minus{margin-right:-60px!important}.ml-15-minus{margin-left:-60px!important}.mt-15-minus{margin-top:-60px!important}.mb-15-minus{margin-bottom:-60px!important}.p-16{padding:64px!important}.pr-16{padding-right:64px!important}.pl-16{padding-left:64px!important}.pt-16{padding-top:64px!important}.pb-16{padding-bottom:64px!important}.px-16{padding-left:64px!important;padding-right:64px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.m-16{margin:64px!important}.mr-16{margin-right:64px!important}.ml-16{margin-left:64px!important}.mt-16{margin-top:64px!important}.mb-16{margin-bottom:64px!important}.mx-16{margin-left:64px!important;margin-right:64px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.mr-16-minus{margin-right:-64px!important}.ml-16-minus{margin-left:-64px!important}.mt-16-minus{margin-top:-64px!important}.mb-16-minus{margin-bottom:-64px!important}.p-17{padding:68px!important}.pr-17{padding-right:68px!important}.pl-17{padding-left:68px!important}.pt-17{padding-top:68px!important}.pb-17{padding-bottom:68px!important}.px-17{padding-left:68px!important;padding-right:68px!important}.py-17{padding-top:68px!important;padding-bottom:68px!important}.m-17{margin:68px!important}.mr-17{margin-right:68px!important}.ml-17{margin-left:68px!important}.mt-17{margin-top:68px!important}.mb-17{margin-bottom:68px!important}.mx-17{margin-left:68px!important;margin-right:68px!important}.my-17{margin-top:68px!important;margin-bottom:68px!important}.mr-17-minus{margin-right:-68px!important}.ml-17-minus{margin-left:-68px!important}.mt-17-minus{margin-top:-68px!important}.mb-17-minus{margin-bottom:-68px!important}.p-18{padding:72px!important}.pr-18{padding-right:72px!important}.pl-18{padding-left:72px!important}.pt-18{padding-top:72px!important}.pb-18{padding-bottom:72px!important}.px-18{padding-left:72px!important;padding-right:72px!important}.py-18{padding-top:72px!important;padding-bottom:72px!important}.m-18{margin:72px!important}.mr-18{margin-right:72px!important}.ml-18{margin-left:72px!important}.mt-18{margin-top:72px!important}.mb-18{margin-bottom:72px!important}.mx-18{margin-left:72px!important;margin-right:72px!important}.my-18{margin-top:72px!important;margin-bottom:72px!important}.mr-18-minus{margin-right:-72px!important}.ml-18-minus{margin-left:-72px!important}.mt-18-minus{margin-top:-72px!important}.mb-18-minus{margin-bottom:-72px!important}.p-19{padding:76px!important}.pr-19{padding-right:76px!important}.pl-19{padding-left:76px!important}.pt-19{padding-top:76px!important}.pb-19{padding-bottom:76px!important}.px-19{padding-left:76px!important;padding-right:76px!important}.py-19{padding-top:76px!important;padding-bottom:76px!important}.m-19{margin:76px!important}.mr-19{margin-right:76px!important}.ml-19{margin-left:76px!important}.mt-19{margin-top:76px!important}.mb-19{margin-bottom:76px!important}.mx-19{margin-left:76px!important;margin-right:76px!important}.my-19{margin-top:76px!important;margin-bottom:76px!important}.mr-19-minus{margin-right:-76px!important}.ml-19-minus{margin-left:-76px!important}.mt-19-minus{margin-top:-76px!important}.mb-19-minus{margin-bottom:-76px!important}.p-20{padding:80px!important}.pr-20{padding-right:80px!important}.pl-20{padding-left:80px!important}.pt-20{padding-top:80px!important}.pb-20{padding-bottom:80px!important}.px-20{padding-left:80px!important;padding-right:80px!important}.py-20{padding-top:80px!important;padding-bottom:80px!important}.m-20{margin:80px!important}.mr-20{margin-right:80px!important}.ml-20{margin-left:80px!important}.mt-20{margin-top:80px!important}.mb-20{margin-bottom:80px!important}.mx-20{margin-left:80px!important;margin-right:80px!important}.my-20{margin-top:80px!important;margin-bottom:80px!important}.mr-20-minus{margin-right:-80px!important}.ml-20-minus{margin-left:-80px!important}.mt-20-minus{margin-top:-80px!important}.mb-20-minus{margin-bottom:-80px!important}@media screen and (min-width:0){.mx-auto-fs{margin-left:auto!important;margin-right:auto!important}.ml-auto-fs{margin-left:auto!important}.mr-auto-fs{margin-right:auto!important}.mt-auto-fs{margin-top:auto!important}.mb-auto-fs{margin-bottom:auto!important}.p-0-fs{padding:0!important}.pl-0-fs{padding-left:0!important}.pr-0-fs{padding-right:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.m-0-fs{margin:0!important}.ml-0-fs{margin-left:0!important}.mr-0-fs{margin-right:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.p-0-fs{padding:0!important}.pr-0-fs{padding-right:0!important}.pl-0-fs{padding-left:0!important}.pt-0-fs{padding-top:0!important}.pb-0-fs{padding-bottom:0!important}.px-0-fs{padding-left:0!important;padding-right:0!important}.py-0-fs{padding-top:0!important;padding-bottom:0!important}.m-0-fs{margin:0!important}.mr-0-fs{margin-right:0!important}.ml-0-fs{margin-left:0!important}.mt-0-fs{margin-top:0!important}.mb-0-fs{margin-bottom:0!important}.mx-0-fs{margin-left:0!important;margin-right:0!important}.my-0-fs{margin-top:0!important;margin-bottom:0!important}.m-0-fs-minus{margin:0!important}.mr-0-fs-minus{margin-right:0!important}.ml-0-fs-minus{margin-left:0!important}.mt-0-fs-minus{margin-top:0!important}.mb-0-fs-minus{margin-bottom:0!important}.p-1-fs{padding:4px!important}.pr-1-fs{padding-right:4px!important}.pl-1-fs{padding-left:4px!important}.pt-1-fs{padding-top:4px!important}.pb-1-fs{padding-bottom:4px!important}.px-1-fs{padding-left:4px!important;padding-right:4px!important}.py-1-fs{padding-top:4px!important;padding-bottom:4px!important}.m-1-fs{margin:4px!important}.mr-1-fs{margin-right:4px!important}.ml-1-fs{margin-left:4px!important}.mt-1-fs{margin-top:4px!important}.mb-1-fs{margin-bottom:4px!important}.mx-1-fs{margin-left:4px!important;margin-right:4px!important}.my-1-fs{margin-top:4px!important;margin-bottom:4px!important}.m-1-fs-minus{margin:-4px!important}.mr-1-fs-minus{margin-right:-4px!important}.ml-1-fs-minus{margin-left:-4px!important}.mt-1-fs-minus{margin-top:-4px!important}.mb-1-fs-minus{margin-bottom:-4px!important}.p-2-fs{padding:8px!important}.pr-2-fs{padding-right:8px!important}.pl-2-fs{padding-left:8px!important}.pt-2-fs{padding-top:8px!important}.pb-2-fs{padding-bottom:8px!important}.px-2-fs{padding-left:8px!important;padding-right:8px!important}.py-2-fs{padding-top:8px!important;padding-bottom:8px!important}.m-2-fs{margin:8px!important}.mr-2-fs{margin-right:8px!important}.ml-2-fs{margin-left:8px!important}.mt-2-fs{margin-top:8px!important}.mb-2-fs{margin-bottom:8px!important}.mx-2-fs{margin-left:8px!important;margin-right:8px!important}.my-2-fs{margin-top:8px!important;margin-bottom:8px!important}.m-2-fs-minus{margin:-8px!important}.mr-2-fs-minus{margin-right:-8px!important}.ml-2-fs-minus{margin-left:-8px!important}.mt-2-fs-minus{margin-top:-8px!important}.mb-2-fs-minus{margin-bottom:-8px!important}.p-3-fs{padding:12px!important}.pr-3-fs{padding-right:12px!important}.pl-3-fs{padding-left:12px!important}.pt-3-fs{padding-top:12px!important}.pb-3-fs{padding-bottom:12px!important}.px-3-fs{padding-left:12px!important;padding-right:12px!important}.py-3-fs{padding-top:12px!important;padding-bottom:12px!important}.m-3-fs{margin:12px!important}.mr-3-fs{margin-right:12px!important}.ml-3-fs{margin-left:12px!important}.mt-3-fs{margin-top:12px!important}.mb-3-fs{margin-bottom:12px!important}.mx-3-fs{margin-left:12px!important;margin-right:12px!important}.my-3-fs{margin-top:12px!important;margin-bottom:12px!important}.m-3-fs-minus{margin:-12px!important}.mr-3-fs-minus{margin-right:-12px!important}.ml-3-fs-minus{margin-left:-12px!important}.mt-3-fs-minus{margin-top:-12px!important}.mb-3-fs-minus{margin-bottom:-12px!important}.p-4-fs{padding:16px!important}.pr-4-fs{padding-right:16px!important}.pl-4-fs{padding-left:16px!important}.pt-4-fs{padding-top:16px!important}.pb-4-fs{padding-bottom:16px!important}.px-4-fs{padding-left:16px!important;padding-right:16px!important}.py-4-fs{padding-top:16px!important;padding-bottom:16px!important}.m-4-fs{margin:16px!important}.mr-4-fs{margin-right:16px!important}.ml-4-fs{margin-left:16px!important}.mt-4-fs{margin-top:16px!important}.mb-4-fs{margin-bottom:16px!important}.mx-4-fs{margin-left:16px!important;margin-right:16px!important}.my-4-fs{margin-top:16px!important;margin-bottom:16px!important}.m-4-fs-minus{margin:-16px!important}.mr-4-fs-minus{margin-right:-16px!important}.ml-4-fs-minus{margin-left:-16px!important}.mt-4-fs-minus{margin-top:-16px!important}.mb-4-fs-minus{margin-bottom:-16px!important}.p-5-fs{padding:20px!important}.pr-5-fs{padding-right:20px!important}.pl-5-fs{padding-left:20px!important}.pt-5-fs{padding-top:20px!important}.pb-5-fs{padding-bottom:20px!important}.px-5-fs{padding-left:20px!important;padding-right:20px!important}.py-5-fs{padding-top:20px!important;padding-bottom:20px!important}.m-5-fs{margin:20px!important}.mr-5-fs{margin-right:20px!important}.ml-5-fs{margin-left:20px!important}.mt-5-fs{margin-top:20px!important}.mb-5-fs{margin-bottom:20px!important}.mx-5-fs{margin-left:20px!important;margin-right:20px!important}.my-5-fs{margin-top:20px!important;margin-bottom:20px!important}.m-5-fs-minus{margin:-20px!important}.mr-5-fs-minus{margin-right:-20px!important}.ml-5-fs-minus{margin-left:-20px!important}.mt-5-fs-minus{margin-top:-20px!important}.mb-5-fs-minus{margin-bottom:-20px!important}.p-6-fs{padding:24px!important}.pr-6-fs{padding-right:24px!important}.pl-6-fs{padding-left:24px!important}.pt-6-fs{padding-top:24px!important}.pb-6-fs{padding-bottom:24px!important}.px-6-fs{padding-left:24px!important;padding-right:24px!important}.py-6-fs{padding-top:24px!important;padding-bottom:24px!important}.m-6-fs{margin:24px!important}.mr-6-fs{margin-right:24px!important}.ml-6-fs{margin-left:24px!important}.mt-6-fs{margin-top:24px!important}.mb-6-fs{margin-bottom:24px!important}.mx-6-fs{margin-left:24px!important;margin-right:24px!important}.my-6-fs{margin-top:24px!important;margin-bottom:24px!important}.m-6-fs-minus{margin:-24px!important}.mr-6-fs-minus{margin-right:-24px!important}.ml-6-fs-minus{margin-left:-24px!important}.mt-6-fs-minus{margin-top:-24px!important}.mb-6-fs-minus{margin-bottom:-24px!important}.p-7-fs{padding:28px!important}.pr-7-fs{padding-right:28px!important}.pl-7-fs{padding-left:28px!important}.pt-7-fs{padding-top:28px!important}.pb-7-fs{padding-bottom:28px!important}.px-7-fs{padding-left:28px!important;padding-right:28px!important}.py-7-fs{padding-top:28px!important;padding-bottom:28px!important}.m-7-fs{margin:28px!important}.mr-7-fs{margin-right:28px!important}.ml-7-fs{margin-left:28px!important}.mt-7-fs{margin-top:28px!important}.mb-7-fs{margin-bottom:28px!important}.mx-7-fs{margin-left:28px!important;margin-right:28px!important}.my-7-fs{margin-top:28px!important;margin-bottom:28px!important}.m-7-fs-minus{margin:-28px!important}.mr-7-fs-minus{margin-right:-28px!important}.ml-7-fs-minus{margin-left:-28px!important}.mt-7-fs-minus{margin-top:-28px!important}.mb-7-fs-minus{margin-bottom:-28px!important}.p-8-fs{padding:32px!important}.pr-8-fs{padding-right:32px!important}.pl-8-fs{padding-left:32px!important}.pt-8-fs{padding-top:32px!important}.pb-8-fs{padding-bottom:32px!important}.px-8-fs{padding-left:32px!important;padding-right:32px!important}.py-8-fs{padding-top:32px!important;padding-bottom:32px!important}.m-8-fs{margin:32px!important}.mr-8-fs{margin-right:32px!important}.ml-8-fs{margin-left:32px!important}.mt-8-fs{margin-top:32px!important}.mb-8-fs{margin-bottom:32px!important}.mx-8-fs{margin-left:32px!important;margin-right:32px!important}.my-8-fs{margin-top:32px!important;margin-bottom:32px!important}.m-8-fs-minus{margin:-32px!important}.mr-8-fs-minus{margin-right:-32px!important}.ml-8-fs-minus{margin-left:-32px!important}.mt-8-fs-minus{margin-top:-32px!important}.mb-8-fs-minus{margin-bottom:-32px!important}.p-9-fs{padding:36px!important}.pr-9-fs{padding-right:36px!important}.pl-9-fs{padding-left:36px!important}.pt-9-fs{padding-top:36px!important}.pb-9-fs{padding-bottom:36px!important}.px-9-fs{padding-left:36px!important;padding-right:36px!important}.py-9-fs{padding-top:36px!important;padding-bottom:36px!important}.m-9-fs{margin:36px!important}.mr-9-fs{margin-right:36px!important}.ml-9-fs{margin-left:36px!important}.mt-9-fs{margin-top:36px!important}.mb-9-fs{margin-bottom:36px!important}.mx-9-fs{margin-left:36px!important;margin-right:36px!important}.my-9-fs{margin-top:36px!important;margin-bottom:36px!important}.m-9-fs-minus{margin:-36px!important}.mr-9-fs-minus{margin-right:-36px!important}.ml-9-fs-minus{margin-left:-36px!important}.mt-9-fs-minus{margin-top:-36px!important}.mb-9-fs-minus{margin-bottom:-36px!important}.p-10-fs{padding:40px!important}.pr-10-fs{padding-right:40px!important}.pl-10-fs{padding-left:40px!important}.pt-10-fs{padding-top:40px!important}.pb-10-fs{padding-bottom:40px!important}.px-10-fs{padding-left:40px!important;padding-right:40px!important}.py-10-fs{padding-top:40px!important;padding-bottom:40px!important}.m-10-fs{margin:40px!important}.mr-10-fs{margin-right:40px!important}.ml-10-fs{margin-left:40px!important}.mt-10-fs{margin-top:40px!important}.mb-10-fs{margin-bottom:40px!important}.mx-10-fs{margin-left:40px!important;margin-right:40px!important}.my-10-fs{margin-top:40px!important;margin-bottom:40px!important}.m-10-fs-minus{margin:-40px!important}.mr-10-fs-minus{margin-right:-40px!important}.ml-10-fs-minus{margin-left:-40px!important}.mt-10-fs-minus{margin-top:-40px!important}.mb-10-fs-minus{margin-bottom:-40px!important}.p-11-fs{padding:44px!important}.pr-11-fs{padding-right:44px!important}.pl-11-fs{padding-left:44px!important}.pt-11-fs{padding-top:44px!important}.pb-11-fs{padding-bottom:44px!important}.px-11-fs{padding-left:44px!important;padding-right:44px!important}.py-11-fs{padding-top:44px!important;padding-bottom:44px!important}.m-11-fs{margin:44px!important}.mr-11-fs{margin-right:44px!important}.ml-11-fs{margin-left:44px!important}.mt-11-fs{margin-top:44px!important}.mb-11-fs{margin-bottom:44px!important}.mx-11-fs{margin-left:44px!important;margin-right:44px!important}.my-11-fs{margin-top:44px!important;margin-bottom:44px!important}.m-11-fs-minus{margin:-44px!important}.mr-11-fs-minus{margin-right:-44px!important}.ml-11-fs-minus{margin-left:-44px!important}.mt-11-fs-minus{margin-top:-44px!important}.mb-11-fs-minus{margin-bottom:-44px!important}.p-12-fs{padding:48px!important}.pr-12-fs{padding-right:48px!important}.pl-12-fs{padding-left:48px!important}.pt-12-fs{padding-top:48px!important}.pb-12-fs{padding-bottom:48px!important}.px-12-fs{padding-left:48px!important;padding-right:48px!important}.py-12-fs{padding-top:48px!important;padding-bottom:48px!important}.m-12-fs{margin:48px!important}.mr-12-fs{margin-right:48px!important}.ml-12-fs{margin-left:48px!important}.mt-12-fs{margin-top:48px!important}.mb-12-fs{margin-bottom:48px!important}.mx-12-fs{margin-left:48px!important;margin-right:48px!important}.my-12-fs{margin-top:48px!important;margin-bottom:48px!important}.m-12-fs-minus{margin:-48px!important}.mr-12-fs-minus{margin-right:-48px!important}.ml-12-fs-minus{margin-left:-48px!important}.mt-12-fs-minus{margin-top:-48px!important}.mb-12-fs-minus{margin-bottom:-48px!important}.p-13-fs{padding:52px!important}.pr-13-fs{padding-right:52px!important}.pl-13-fs{padding-left:52px!important}.pt-13-fs{padding-top:52px!important}.pb-13-fs{padding-bottom:52px!important}.px-13-fs{padding-left:52px!important;padding-right:52px!important}.py-13-fs{padding-top:52px!important;padding-bottom:52px!important}.m-13-fs{margin:52px!important}.mr-13-fs{margin-right:52px!important}.ml-13-fs{margin-left:52px!important}.mt-13-fs{margin-top:52px!important}.mb-13-fs{margin-bottom:52px!important}.mx-13-fs{margin-left:52px!important;margin-right:52px!important}.my-13-fs{margin-top:52px!important;margin-bottom:52px!important}.m-13-fs-minus{margin:-52px!important}.mr-13-fs-minus{margin-right:-52px!important}.ml-13-fs-minus{margin-left:-52px!important}.mt-13-fs-minus{margin-top:-52px!important}.mb-13-fs-minus{margin-bottom:-52px!important}.p-14-fs{padding:56px!important}.pr-14-fs{padding-right:56px!important}.pl-14-fs{padding-left:56px!important}.pt-14-fs{padding-top:56px!important}.pb-14-fs{padding-bottom:56px!important}.px-14-fs{padding-left:56px!important;padding-right:56px!important}.py-14-fs{padding-top:56px!important;padding-bottom:56px!important}.m-14-fs{margin:56px!important}.mr-14-fs{margin-right:56px!important}.ml-14-fs{margin-left:56px!important}.mt-14-fs{margin-top:56px!important}.mb-14-fs{margin-bottom:56px!important}.mx-14-fs{margin-left:56px!important;margin-right:56px!important}.my-14-fs{margin-top:56px!important;margin-bottom:56px!important}.m-14-fs-minus{margin:-56px!important}.mr-14-fs-minus{margin-right:-56px!important}.ml-14-fs-minus{margin-left:-56px!important}.mt-14-fs-minus{margin-top:-56px!important}.mb-14-fs-minus{margin-bottom:-56px!important}.p-15-fs{padding:60px!important}.pr-15-fs{padding-right:60px!important}.pl-15-fs{padding-left:60px!important}.pt-15-fs{padding-top:60px!important}.pb-15-fs{padding-bottom:60px!important}.px-15-fs{padding-left:60px!important;padding-right:60px!important}.py-15-fs{padding-top:60px!important;padding-bottom:60px!important}.m-15-fs{margin:60px!important}.mr-15-fs{margin-right:60px!important}.ml-15-fs{margin-left:60px!important}.mt-15-fs{margin-top:60px!important}.mb-15-fs{margin-bottom:60px!important}.mx-15-fs{margin-left:60px!important;margin-right:60px!important}.my-15-fs{margin-top:60px!important;margin-bottom:60px!important}.m-15-fs-minus{margin:-60px!important}.mr-15-fs-minus{margin-right:-60px!important}.ml-15-fs-minus{margin-left:-60px!important}.mt-15-fs-minus{margin-top:-60px!important}.mb-15-fs-minus{margin-bottom:-60px!important}.p-16-fs{padding:64px!important}.pr-16-fs{padding-right:64px!important}.pl-16-fs{padding-left:64px!important}.pt-16-fs{padding-top:64px!important}.pb-16-fs{padding-bottom:64px!important}.px-16-fs{padding-left:64px!important;padding-right:64px!important}.py-16-fs{padding-top:64px!important;padding-bottom:64px!important}.m-16-fs{margin:64px!important}.mr-16-fs{margin-right:64px!important}.ml-16-fs{margin-left:64px!important}.mt-16-fs{margin-top:64px!important}.mb-16-fs{margin-bottom:64px!important}.mx-16-fs{margin-left:64px!important;margin-right:64px!important}.my-16-fs{margin-top:64px!important;margin-bottom:64px!important}.m-16-fs-minus{margin:-64px!important}.mr-16-fs-minus{margin-right:-64px!important}.ml-16-fs-minus{margin-left:-64px!important}.mt-16-fs-minus{margin-top:-64px!important}.mb-16-fs-minus{margin-bottom:-64px!important}.p-17-fs{padding:68px!important}.pr-17-fs{padding-right:68px!important}.pl-17-fs{padding-left:68px!important}.pt-17-fs{padding-top:68px!important}.pb-17-fs{padding-bottom:68px!important}.px-17-fs{padding-left:68px!important;padding-right:68px!important}.py-17-fs{padding-top:68px!important;padding-bottom:68px!important}.m-17-fs{margin:68px!important}.mr-17-fs{margin-right:68px!important}.ml-17-fs{margin-left:68px!important}.mt-17-fs{margin-top:68px!important}.mb-17-fs{margin-bottom:68px!important}.mx-17-fs{margin-left:68px!important;margin-right:68px!important}.my-17-fs{margin-top:68px!important;margin-bottom:68px!important}.m-17-fs-minus{margin:-68px!important}.mr-17-fs-minus{margin-right:-68px!important}.ml-17-fs-minus{margin-left:-68px!important}.mt-17-fs-minus{margin-top:-68px!important}.mb-17-fs-minus{margin-bottom:-68px!important}.p-18-fs{padding:72px!important}.pr-18-fs{padding-right:72px!important}.pl-18-fs{padding-left:72px!important}.pt-18-fs{padding-top:72px!important}.pb-18-fs{padding-bottom:72px!important}.px-18-fs{padding-left:72px!important;padding-right:72px!important}.py-18-fs{padding-top:72px!important;padding-bottom:72px!important}.m-18-fs{margin:72px!important}.mr-18-fs{margin-right:72px!important}.ml-18-fs{margin-left:72px!important}.mt-18-fs{margin-top:72px!important}.mb-18-fs{margin-bottom:72px!important}.mx-18-fs{margin-left:72px!important;margin-right:72px!important}.my-18-fs{margin-top:72px!important;margin-bottom:72px!important}.m-18-fs-minus{margin:-72px!important}.mr-18-fs-minus{margin-right:-72px!important}.ml-18-fs-minus{margin-left:-72px!important}.mt-18-fs-minus{margin-top:-72px!important}.mb-18-fs-minus{margin-bottom:-72px!important}.p-19-fs{padding:76px!important}.pr-19-fs{padding-right:76px!important}.pl-19-fs{padding-left:76px!important}.pt-19-fs{padding-top:76px!important}.pb-19-fs{padding-bottom:76px!important}.px-19-fs{padding-left:76px!important;padding-right:76px!important}.py-19-fs{padding-top:76px!important;padding-bottom:76px!important}.m-19-fs{margin:76px!important}.mr-19-fs{margin-right:76px!important}.ml-19-fs{margin-left:76px!important}.mt-19-fs{margin-top:76px!important}.mb-19-fs{margin-bottom:76px!important}.mx-19-fs{margin-left:76px!important;margin-right:76px!important}.my-19-fs{margin-top:76px!important;margin-bottom:76px!important}.m-19-fs-minus{margin:-76px!important}.mr-19-fs-minus{margin-right:-76px!important}.ml-19-fs-minus{margin-left:-76px!important}.mt-19-fs-minus{margin-top:-76px!important}.mb-19-fs-minus{margin-bottom:-76px!important}.p-20-fs{padding:80px!important}.pr-20-fs{padding-right:80px!important}.pl-20-fs{padding-left:80px!important}.pt-20-fs{padding-top:80px!important}.pb-20-fs{padding-bottom:80px!important}.px-20-fs{padding-left:80px!important;padding-right:80px!important}.py-20-fs{padding-top:80px!important;padding-bottom:80px!important}.m-20-fs{margin:80px!important}.mr-20-fs{margin-right:80px!important}.ml-20-fs{margin-left:80px!important}.mt-20-fs{margin-top:80px!important}.mb-20-fs{margin-bottom:80px!important}.mx-20-fs{margin-left:80px!important;margin-right:80px!important}.my-20-fs{margin-top:80px!important;margin-bottom:80px!important}.m-20-fs-minus{margin:-80px!important}.mr-20-fs-minus{margin-right:-80px!important}.ml-20-fs-minus{margin-left:-80px!important}.mt-20-fs-minus{margin-top:-80px!important}.mb-20-fs-minus{margin-bottom:-80px!important}}@media screen and (min-width:576px){.mx-auto-sm{margin-left:auto!important;margin-right:auto!important}.ml-auto-sm{margin-left:auto!important}.mr-auto-sm{margin-right:auto!important}.mt-auto-sm{margin-top:auto!important}.mb-auto-sm{margin-bottom:auto!important}.p-0-sm{padding:0!important}.pl-0-sm{padding-left:0!important}.pr-0-sm{padding-right:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.m-0-sm{margin:0!important}.ml-0-sm{margin-left:0!important}.mr-0-sm{margin-right:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.p-0-sm{padding:0!important}.pr-0-sm{padding-right:0!important}.pl-0-sm{padding-left:0!important}.pt-0-sm{padding-top:0!important}.pb-0-sm{padding-bottom:0!important}.px-0-sm{padding-left:0!important;padding-right:0!important}.py-0-sm{padding-top:0!important;padding-bottom:0!important}.m-0-sm{margin:0!important}.mr-0-sm{margin-right:0!important}.ml-0-sm{margin-left:0!important}.mt-0-sm{margin-top:0!important}.mb-0-sm{margin-bottom:0!important}.mx-0-sm{margin-left:0!important;margin-right:0!important}.my-0-sm{margin-top:0!important;margin-bottom:0!important}.m-0-sm-minus{margin:0!important}.mr-0-sm-minus{margin-right:0!important}.ml-0-sm-minus{margin-left:0!important}.mt-0-sm-minus{margin-top:0!important}.mb-0-sm-minus{margin-bottom:0!important}.p-1-sm{padding:4px!important}.pr-1-sm{padding-right:4px!important}.pl-1-sm{padding-left:4px!important}.pt-1-sm{padding-top:4px!important}.pb-1-sm{padding-bottom:4px!important}.px-1-sm{padding-left:4px!important;padding-right:4px!important}.py-1-sm{padding-top:4px!important;padding-bottom:4px!important}.m-1-sm{margin:4px!important}.mr-1-sm{margin-right:4px!important}.ml-1-sm{margin-left:4px!important}.mt-1-sm{margin-top:4px!important}.mb-1-sm{margin-bottom:4px!important}.mx-1-sm{margin-left:4px!important;margin-right:4px!important}.my-1-sm{margin-top:4px!important;margin-bottom:4px!important}.m-1-sm-minus{margin:-4px!important}.mr-1-sm-minus{margin-right:-4px!important}.ml-1-sm-minus{margin-left:-4px!important}.mt-1-sm-minus{margin-top:-4px!important}.mb-1-sm-minus{margin-bottom:-4px!important}.p-2-sm{padding:8px!important}.pr-2-sm{padding-right:8px!important}.pl-2-sm{padding-left:8px!important}.pt-2-sm{padding-top:8px!important}.pb-2-sm{padding-bottom:8px!important}.px-2-sm{padding-left:8px!important;padding-right:8px!important}.py-2-sm{padding-top:8px!important;padding-bottom:8px!important}.m-2-sm{margin:8px!important}.mr-2-sm{margin-right:8px!important}.ml-2-sm{margin-left:8px!important}.mt-2-sm{margin-top:8px!important}.mb-2-sm{margin-bottom:8px!important}.mx-2-sm{margin-left:8px!important;margin-right:8px!important}.my-2-sm{margin-top:8px!important;margin-bottom:8px!important}.m-2-sm-minus{margin:-8px!important}.mr-2-sm-minus{margin-right:-8px!important}.ml-2-sm-minus{margin-left:-8px!important}.mt-2-sm-minus{margin-top:-8px!important}.mb-2-sm-minus{margin-bottom:-8px!important}.p-3-sm{padding:12px!important}.pr-3-sm{padding-right:12px!important}.pl-3-sm{padding-left:12px!important}.pt-3-sm{padding-top:12px!important}.pb-3-sm{padding-bottom:12px!important}.px-3-sm{padding-left:12px!important;padding-right:12px!important}.py-3-sm{padding-top:12px!important;padding-bottom:12px!important}.m-3-sm{margin:12px!important}.mr-3-sm{margin-right:12px!important}.ml-3-sm{margin-left:12px!important}.mt-3-sm{margin-top:12px!important}.mb-3-sm{margin-bottom:12px!important}.mx-3-sm{margin-left:12px!important;margin-right:12px!important}.my-3-sm{margin-top:12px!important;margin-bottom:12px!important}.m-3-sm-minus{margin:-12px!important}.mr-3-sm-minus{margin-right:-12px!important}.ml-3-sm-minus{margin-left:-12px!important}.mt-3-sm-minus{margin-top:-12px!important}.mb-3-sm-minus{margin-bottom:-12px!important}.p-4-sm{padding:16px!important}.pr-4-sm{padding-right:16px!important}.pl-4-sm{padding-left:16px!important}.pt-4-sm{padding-top:16px!important}.pb-4-sm{padding-bottom:16px!important}.px-4-sm{padding-left:16px!important;padding-right:16px!important}.py-4-sm{padding-top:16px!important;padding-bottom:16px!important}.m-4-sm{margin:16px!important}.mr-4-sm{margin-right:16px!important}.ml-4-sm{margin-left:16px!important}.mt-4-sm{margin-top:16px!important}.mb-4-sm{margin-bottom:16px!important}.mx-4-sm{margin-left:16px!important;margin-right:16px!important}.my-4-sm{margin-top:16px!important;margin-bottom:16px!important}.m-4-sm-minus{margin:-16px!important}.mr-4-sm-minus{margin-right:-16px!important}.ml-4-sm-minus{margin-left:-16px!important}.mt-4-sm-minus{margin-top:-16px!important}.mb-4-sm-minus{margin-bottom:-16px!important}.p-5-sm{padding:20px!important}.pr-5-sm{padding-right:20px!important}.pl-5-sm{padding-left:20px!important}.pt-5-sm{padding-top:20px!important}.pb-5-sm{padding-bottom:20px!important}.px-5-sm{padding-left:20px!important;padding-right:20px!important}.py-5-sm{padding-top:20px!important;padding-bottom:20px!important}.m-5-sm{margin:20px!important}.mr-5-sm{margin-right:20px!important}.ml-5-sm{margin-left:20px!important}.mt-5-sm{margin-top:20px!important}.mb-5-sm{margin-bottom:20px!important}.mx-5-sm{margin-left:20px!important;margin-right:20px!important}.my-5-sm{margin-top:20px!important;margin-bottom:20px!important}.m-5-sm-minus{margin:-20px!important}.mr-5-sm-minus{margin-right:-20px!important}.ml-5-sm-minus{margin-left:-20px!important}.mt-5-sm-minus{margin-top:-20px!important}.mb-5-sm-minus{margin-bottom:-20px!important}.p-6-sm{padding:24px!important}.pr-6-sm{padding-right:24px!important}.pl-6-sm{padding-left:24px!important}.pt-6-sm{padding-top:24px!important}.pb-6-sm{padding-bottom:24px!important}.px-6-sm{padding-left:24px!important;padding-right:24px!important}.py-6-sm{padding-top:24px!important;padding-bottom:24px!important}.m-6-sm{margin:24px!important}.mr-6-sm{margin-right:24px!important}.ml-6-sm{margin-left:24px!important}.mt-6-sm{margin-top:24px!important}.mb-6-sm{margin-bottom:24px!important}.mx-6-sm{margin-left:24px!important;margin-right:24px!important}.my-6-sm{margin-top:24px!important;margin-bottom:24px!important}.m-6-sm-minus{margin:-24px!important}.mr-6-sm-minus{margin-right:-24px!important}.ml-6-sm-minus{margin-left:-24px!important}.mt-6-sm-minus{margin-top:-24px!important}.mb-6-sm-minus{margin-bottom:-24px!important}.p-7-sm{padding:28px!important}.pr-7-sm{padding-right:28px!important}.pl-7-sm{padding-left:28px!important}.pt-7-sm{padding-top:28px!important}.pb-7-sm{padding-bottom:28px!important}.px-7-sm{padding-left:28px!important;padding-right:28px!important}.py-7-sm{padding-top:28px!important;padding-bottom:28px!important}.m-7-sm{margin:28px!important}.mr-7-sm{margin-right:28px!important}.ml-7-sm{margin-left:28px!important}.mt-7-sm{margin-top:28px!important}.mb-7-sm{margin-bottom:28px!important}.mx-7-sm{margin-left:28px!important;margin-right:28px!important}.my-7-sm{margin-top:28px!important;margin-bottom:28px!important}.m-7-sm-minus{margin:-28px!important}.mr-7-sm-minus{margin-right:-28px!important}.ml-7-sm-minus{margin-left:-28px!important}.mt-7-sm-minus{margin-top:-28px!important}.mb-7-sm-minus{margin-bottom:-28px!important}.p-8-sm{padding:32px!important}.pr-8-sm{padding-right:32px!important}.pl-8-sm{padding-left:32px!important}.pt-8-sm{padding-top:32px!important}.pb-8-sm{padding-bottom:32px!important}.px-8-sm{padding-left:32px!important;padding-right:32px!important}.py-8-sm{padding-top:32px!important;padding-bottom:32px!important}.m-8-sm{margin:32px!important}.mr-8-sm{margin-right:32px!important}.ml-8-sm{margin-left:32px!important}.mt-8-sm{margin-top:32px!important}.mb-8-sm{margin-bottom:32px!important}.mx-8-sm{margin-left:32px!important;margin-right:32px!important}.my-8-sm{margin-top:32px!important;margin-bottom:32px!important}.m-8-sm-minus{margin:-32px!important}.mr-8-sm-minus{margin-right:-32px!important}.ml-8-sm-minus{margin-left:-32px!important}.mt-8-sm-minus{margin-top:-32px!important}.mb-8-sm-minus{margin-bottom:-32px!important}.p-9-sm{padding:36px!important}.pr-9-sm{padding-right:36px!important}.pl-9-sm{padding-left:36px!important}.pt-9-sm{padding-top:36px!important}.pb-9-sm{padding-bottom:36px!important}.px-9-sm{padding-left:36px!important;padding-right:36px!important}.py-9-sm{padding-top:36px!important;padding-bottom:36px!important}.m-9-sm{margin:36px!important}.mr-9-sm{margin-right:36px!important}.ml-9-sm{margin-left:36px!important}.mt-9-sm{margin-top:36px!important}.mb-9-sm{margin-bottom:36px!important}.mx-9-sm{margin-left:36px!important;margin-right:36px!important}.my-9-sm{margin-top:36px!important;margin-bottom:36px!important}.m-9-sm-minus{margin:-36px!important}.mr-9-sm-minus{margin-right:-36px!important}.ml-9-sm-minus{margin-left:-36px!important}.mt-9-sm-minus{margin-top:-36px!important}.mb-9-sm-minus{margin-bottom:-36px!important}.p-10-sm{padding:40px!important}.pr-10-sm{padding-right:40px!important}.pl-10-sm{padding-left:40px!important}.pt-10-sm{padding-top:40px!important}.pb-10-sm{padding-bottom:40px!important}.px-10-sm{padding-left:40px!important;padding-right:40px!important}.py-10-sm{padding-top:40px!important;padding-bottom:40px!important}.m-10-sm{margin:40px!important}.mr-10-sm{margin-right:40px!important}.ml-10-sm{margin-left:40px!important}.mt-10-sm{margin-top:40px!important}.mb-10-sm{margin-bottom:40px!important}.mx-10-sm{margin-left:40px!important;margin-right:40px!important}.my-10-sm{margin-top:40px!important;margin-bottom:40px!important}.m-10-sm-minus{margin:-40px!important}.mr-10-sm-minus{margin-right:-40px!important}.ml-10-sm-minus{margin-left:-40px!important}.mt-10-sm-minus{margin-top:-40px!important}.mb-10-sm-minus{margin-bottom:-40px!important}.p-11-sm{padding:44px!important}.pr-11-sm{padding-right:44px!important}.pl-11-sm{padding-left:44px!important}.pt-11-sm{padding-top:44px!important}.pb-11-sm{padding-bottom:44px!important}.px-11-sm{padding-left:44px!important;padding-right:44px!important}.py-11-sm{padding-top:44px!important;padding-bottom:44px!important}.m-11-sm{margin:44px!important}.mr-11-sm{margin-right:44px!important}.ml-11-sm{margin-left:44px!important}.mt-11-sm{margin-top:44px!important}.mb-11-sm{margin-bottom:44px!important}.mx-11-sm{margin-left:44px!important;margin-right:44px!important}.my-11-sm{margin-top:44px!important;margin-bottom:44px!important}.m-11-sm-minus{margin:-44px!important}.mr-11-sm-minus{margin-right:-44px!important}.ml-11-sm-minus{margin-left:-44px!important}.mt-11-sm-minus{margin-top:-44px!important}.mb-11-sm-minus{margin-bottom:-44px!important}.p-12-sm{padding:48px!important}.pr-12-sm{padding-right:48px!important}.pl-12-sm{padding-left:48px!important}.pt-12-sm{padding-top:48px!important}.pb-12-sm{padding-bottom:48px!important}.px-12-sm{padding-left:48px!important;padding-right:48px!important}.py-12-sm{padding-top:48px!important;padding-bottom:48px!important}.m-12-sm{margin:48px!important}.mr-12-sm{margin-right:48px!important}.ml-12-sm{margin-left:48px!important}.mt-12-sm{margin-top:48px!important}.mb-12-sm{margin-bottom:48px!important}.mx-12-sm{margin-left:48px!important;margin-right:48px!important}.my-12-sm{margin-top:48px!important;margin-bottom:48px!important}.m-12-sm-minus{margin:-48px!important}.mr-12-sm-minus{margin-right:-48px!important}.ml-12-sm-minus{margin-left:-48px!important}.mt-12-sm-minus{margin-top:-48px!important}.mb-12-sm-minus{margin-bottom:-48px!important}.p-13-sm{padding:52px!important}.pr-13-sm{padding-right:52px!important}.pl-13-sm{padding-left:52px!important}.pt-13-sm{padding-top:52px!important}.pb-13-sm{padding-bottom:52px!important}.px-13-sm{padding-left:52px!important;padding-right:52px!important}.py-13-sm{padding-top:52px!important;padding-bottom:52px!important}.m-13-sm{margin:52px!important}.mr-13-sm{margin-right:52px!important}.ml-13-sm{margin-left:52px!important}.mt-13-sm{margin-top:52px!important}.mb-13-sm{margin-bottom:52px!important}.mx-13-sm{margin-left:52px!important;margin-right:52px!important}.my-13-sm{margin-top:52px!important;margin-bottom:52px!important}.m-13-sm-minus{margin:-52px!important}.mr-13-sm-minus{margin-right:-52px!important}.ml-13-sm-minus{margin-left:-52px!important}.mt-13-sm-minus{margin-top:-52px!important}.mb-13-sm-minus{margin-bottom:-52px!important}.p-14-sm{padding:56px!important}.pr-14-sm{padding-right:56px!important}.pl-14-sm{padding-left:56px!important}.pt-14-sm{padding-top:56px!important}.pb-14-sm{padding-bottom:56px!important}.px-14-sm{padding-left:56px!important;padding-right:56px!important}.py-14-sm{padding-top:56px!important;padding-bottom:56px!important}.m-14-sm{margin:56px!important}.mr-14-sm{margin-right:56px!important}.ml-14-sm{margin-left:56px!important}.mt-14-sm{margin-top:56px!important}.mb-14-sm{margin-bottom:56px!important}.mx-14-sm{margin-left:56px!important;margin-right:56px!important}.my-14-sm{margin-top:56px!important;margin-bottom:56px!important}.m-14-sm-minus{margin:-56px!important}.mr-14-sm-minus{margin-right:-56px!important}.ml-14-sm-minus{margin-left:-56px!important}.mt-14-sm-minus{margin-top:-56px!important}.mb-14-sm-minus{margin-bottom:-56px!important}.p-15-sm{padding:60px!important}.pr-15-sm{padding-right:60px!important}.pl-15-sm{padding-left:60px!important}.pt-15-sm{padding-top:60px!important}.pb-15-sm{padding-bottom:60px!important}.px-15-sm{padding-left:60px!important;padding-right:60px!important}.py-15-sm{padding-top:60px!important;padding-bottom:60px!important}.m-15-sm{margin:60px!important}.mr-15-sm{margin-right:60px!important}.ml-15-sm{margin-left:60px!important}.mt-15-sm{margin-top:60px!important}.mb-15-sm{margin-bottom:60px!important}.mx-15-sm{margin-left:60px!important;margin-right:60px!important}.my-15-sm{margin-top:60px!important;margin-bottom:60px!important}.m-15-sm-minus{margin:-60px!important}.mr-15-sm-minus{margin-right:-60px!important}.ml-15-sm-minus{margin-left:-60px!important}.mt-15-sm-minus{margin-top:-60px!important}.mb-15-sm-minus{margin-bottom:-60px!important}.p-16-sm{padding:64px!important}.pr-16-sm{padding-right:64px!important}.pl-16-sm{padding-left:64px!important}.pt-16-sm{padding-top:64px!important}.pb-16-sm{padding-bottom:64px!important}.px-16-sm{padding-left:64px!important;padding-right:64px!important}.py-16-sm{padding-top:64px!important;padding-bottom:64px!important}.m-16-sm{margin:64px!important}.mr-16-sm{margin-right:64px!important}.ml-16-sm{margin-left:64px!important}.mt-16-sm{margin-top:64px!important}.mb-16-sm{margin-bottom:64px!important}.mx-16-sm{margin-left:64px!important;margin-right:64px!important}.my-16-sm{margin-top:64px!important;margin-bottom:64px!important}.m-16-sm-minus{margin:-64px!important}.mr-16-sm-minus{margin-right:-64px!important}.ml-16-sm-minus{margin-left:-64px!important}.mt-16-sm-minus{margin-top:-64px!important}.mb-16-sm-minus{margin-bottom:-64px!important}.p-17-sm{padding:68px!important}.pr-17-sm{padding-right:68px!important}.pl-17-sm{padding-left:68px!important}.pt-17-sm{padding-top:68px!important}.pb-17-sm{padding-bottom:68px!important}.px-17-sm{padding-left:68px!important;padding-right:68px!important}.py-17-sm{padding-top:68px!important;padding-bottom:68px!important}.m-17-sm{margin:68px!important}.mr-17-sm{margin-right:68px!important}.ml-17-sm{margin-left:68px!important}.mt-17-sm{margin-top:68px!important}.mb-17-sm{margin-bottom:68px!important}.mx-17-sm{margin-left:68px!important;margin-right:68px!important}.my-17-sm{margin-top:68px!important;margin-bottom:68px!important}.m-17-sm-minus{margin:-68px!important}.mr-17-sm-minus{margin-right:-68px!important}.ml-17-sm-minus{margin-left:-68px!important}.mt-17-sm-minus{margin-top:-68px!important}.mb-17-sm-minus{margin-bottom:-68px!important}.p-18-sm{padding:72px!important}.pr-18-sm{padding-right:72px!important}.pl-18-sm{padding-left:72px!important}.pt-18-sm{padding-top:72px!important}.pb-18-sm{padding-bottom:72px!important}.px-18-sm{padding-left:72px!important;padding-right:72px!important}.py-18-sm{padding-top:72px!important;padding-bottom:72px!important}.m-18-sm{margin:72px!important}.mr-18-sm{margin-right:72px!important}.ml-18-sm{margin-left:72px!important}.mt-18-sm{margin-top:72px!important}.mb-18-sm{margin-bottom:72px!important}.mx-18-sm{margin-left:72px!important;margin-right:72px!important}.my-18-sm{margin-top:72px!important;margin-bottom:72px!important}.m-18-sm-minus{margin:-72px!important}.mr-18-sm-minus{margin-right:-72px!important}.ml-18-sm-minus{margin-left:-72px!important}.mt-18-sm-minus{margin-top:-72px!important}.mb-18-sm-minus{margin-bottom:-72px!important}.p-19-sm{padding:76px!important}.pr-19-sm{padding-right:76px!important}.pl-19-sm{padding-left:76px!important}.pt-19-sm{padding-top:76px!important}.pb-19-sm{padding-bottom:76px!important}.px-19-sm{padding-left:76px!important;padding-right:76px!important}.py-19-sm{padding-top:76px!important;padding-bottom:76px!important}.m-19-sm{margin:76px!important}.mr-19-sm{margin-right:76px!important}.ml-19-sm{margin-left:76px!important}.mt-19-sm{margin-top:76px!important}.mb-19-sm{margin-bottom:76px!important}.mx-19-sm{margin-left:76px!important;margin-right:76px!important}.my-19-sm{margin-top:76px!important;margin-bottom:76px!important}.m-19-sm-minus{margin:-76px!important}.mr-19-sm-minus{margin-right:-76px!important}.ml-19-sm-minus{margin-left:-76px!important}.mt-19-sm-minus{margin-top:-76px!important}.mb-19-sm-minus{margin-bottom:-76px!important}.p-20-sm{padding:80px!important}.pr-20-sm{padding-right:80px!important}.pl-20-sm{padding-left:80px!important}.pt-20-sm{padding-top:80px!important}.pb-20-sm{padding-bottom:80px!important}.px-20-sm{padding-left:80px!important;padding-right:80px!important}.py-20-sm{padding-top:80px!important;padding-bottom:80px!important}.m-20-sm{margin:80px!important}.mr-20-sm{margin-right:80px!important}.ml-20-sm{margin-left:80px!important}.mt-20-sm{margin-top:80px!important}.mb-20-sm{margin-bottom:80px!important}.mx-20-sm{margin-left:80px!important;margin-right:80px!important}.my-20-sm{margin-top:80px!important;margin-bottom:80px!important}.m-20-sm-minus{margin:-80px!important}.mr-20-sm-minus{margin-right:-80px!important}.ml-20-sm-minus{margin-left:-80px!important}.mt-20-sm-minus{margin-top:-80px!important}.mb-20-sm-minus{margin-bottom:-80px!important}}@media screen and (min-width:768px){.mx-auto-md{margin-left:auto!important;margin-right:auto!important}.ml-auto-md{margin-left:auto!important}.mr-auto-md{margin-right:auto!important}.mt-auto-md{margin-top:auto!important}.mb-auto-md{margin-bottom:auto!important}.p-0-md{padding:0!important}.pl-0-md{padding-left:0!important}.pr-0-md{padding-right:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.m-0-md{margin:0!important}.ml-0-md{margin-left:0!important}.mr-0-md{margin-right:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.p-0-md{padding:0!important}.pr-0-md{padding-right:0!important}.pl-0-md{padding-left:0!important}.pt-0-md{padding-top:0!important}.pb-0-md{padding-bottom:0!important}.px-0-md{padding-left:0!important;padding-right:0!important}.py-0-md{padding-top:0!important;padding-bottom:0!important}.m-0-md{margin:0!important}.mr-0-md{margin-right:0!important}.ml-0-md{margin-left:0!important}.mt-0-md{margin-top:0!important}.mb-0-md{margin-bottom:0!important}.mx-0-md{margin-left:0!important;margin-right:0!important}.my-0-md{margin-top:0!important;margin-bottom:0!important}.m-0-md-minus{margin:0!important}.mr-0-md-minus{margin-right:0!important}.ml-0-md-minus{margin-left:0!important}.mt-0-md-minus{margin-top:0!important}.mb-0-md-minus{margin-bottom:0!important}.p-1-md{padding:4px!important}.pr-1-md{padding-right:4px!important}.pl-1-md{padding-left:4px!important}.pt-1-md{padding-top:4px!important}.pb-1-md{padding-bottom:4px!important}.px-1-md{padding-left:4px!important;padding-right:4px!important}.py-1-md{padding-top:4px!important;padding-bottom:4px!important}.m-1-md{margin:4px!important}.mr-1-md{margin-right:4px!important}.ml-1-md{margin-left:4px!important}.mt-1-md{margin-top:4px!important}.mb-1-md{margin-bottom:4px!important}.mx-1-md{margin-left:4px!important;margin-right:4px!important}.my-1-md{margin-top:4px!important;margin-bottom:4px!important}.m-1-md-minus{margin:-4px!important}.mr-1-md-minus{margin-right:-4px!important}.ml-1-md-minus{margin-left:-4px!important}.mt-1-md-minus{margin-top:-4px!important}.mb-1-md-minus{margin-bottom:-4px!important}.p-2-md{padding:8px!important}.pr-2-md{padding-right:8px!important}.pl-2-md{padding-left:8px!important}.pt-2-md{padding-top:8px!important}.pb-2-md{padding-bottom:8px!important}.px-2-md{padding-left:8px!important;padding-right:8px!important}.py-2-md{padding-top:8px!important;padding-bottom:8px!important}.m-2-md{margin:8px!important}.mr-2-md{margin-right:8px!important}.ml-2-md{margin-left:8px!important}.mt-2-md{margin-top:8px!important}.mb-2-md{margin-bottom:8px!important}.mx-2-md{margin-left:8px!important;margin-right:8px!important}.my-2-md{margin-top:8px!important;margin-bottom:8px!important}.m-2-md-minus{margin:-8px!important}.mr-2-md-minus{margin-right:-8px!important}.ml-2-md-minus{margin-left:-8px!important}.mt-2-md-minus{margin-top:-8px!important}.mb-2-md-minus{margin-bottom:-8px!important}.p-3-md{padding:12px!important}.pr-3-md{padding-right:12px!important}.pl-3-md{padding-left:12px!important}.pt-3-md{padding-top:12px!important}.pb-3-md{padding-bottom:12px!important}.px-3-md{padding-left:12px!important;padding-right:12px!important}.py-3-md{padding-top:12px!important;padding-bottom:12px!important}.m-3-md{margin:12px!important}.mr-3-md{margin-right:12px!important}.ml-3-md{margin-left:12px!important}.mt-3-md{margin-top:12px!important}.mb-3-md{margin-bottom:12px!important}.mx-3-md{margin-left:12px!important;margin-right:12px!important}.my-3-md{margin-top:12px!important;margin-bottom:12px!important}.m-3-md-minus{margin:-12px!important}.mr-3-md-minus{margin-right:-12px!important}.ml-3-md-minus{margin-left:-12px!important}.mt-3-md-minus{margin-top:-12px!important}.mb-3-md-minus{margin-bottom:-12px!important}.p-4-md{padding:16px!important}.pr-4-md{padding-right:16px!important}.pl-4-md{padding-left:16px!important}.pt-4-md{padding-top:16px!important}.pb-4-md{padding-bottom:16px!important}.px-4-md{padding-left:16px!important;padding-right:16px!important}.py-4-md{padding-top:16px!important;padding-bottom:16px!important}.m-4-md{margin:16px!important}.mr-4-md{margin-right:16px!important}.ml-4-md{margin-left:16px!important}.mt-4-md{margin-top:16px!important}.mb-4-md{margin-bottom:16px!important}.mx-4-md{margin-left:16px!important;margin-right:16px!important}.my-4-md{margin-top:16px!important;margin-bottom:16px!important}.m-4-md-minus{margin:-16px!important}.mr-4-md-minus{margin-right:-16px!important}.ml-4-md-minus{margin-left:-16px!important}.mt-4-md-minus{margin-top:-16px!important}.mb-4-md-minus{margin-bottom:-16px!important}.p-5-md{padding:20px!important}.pr-5-md{padding-right:20px!important}.pl-5-md{padding-left:20px!important}.pt-5-md{padding-top:20px!important}.pb-5-md{padding-bottom:20px!important}.px-5-md{padding-left:20px!important;padding-right:20px!important}.py-5-md{padding-top:20px!important;padding-bottom:20px!important}.m-5-md{margin:20px!important}.mr-5-md{margin-right:20px!important}.ml-5-md{margin-left:20px!important}.mt-5-md{margin-top:20px!important}.mb-5-md{margin-bottom:20px!important}.mx-5-md{margin-left:20px!important;margin-right:20px!important}.my-5-md{margin-top:20px!important;margin-bottom:20px!important}.m-5-md-minus{margin:-20px!important}.mr-5-md-minus{margin-right:-20px!important}.ml-5-md-minus{margin-left:-20px!important}.mt-5-md-minus{margin-top:-20px!important}.mb-5-md-minus{margin-bottom:-20px!important}.p-6-md{padding:24px!important}.pr-6-md{padding-right:24px!important}.pl-6-md{padding-left:24px!important}.pt-6-md{padding-top:24px!important}.pb-6-md{padding-bottom:24px!important}.px-6-md{padding-left:24px!important;padding-right:24px!important}.py-6-md{padding-top:24px!important;padding-bottom:24px!important}.m-6-md{margin:24px!important}.mr-6-md{margin-right:24px!important}.ml-6-md{margin-left:24px!important}.mt-6-md{margin-top:24px!important}.mb-6-md{margin-bottom:24px!important}.mx-6-md{margin-left:24px!important;margin-right:24px!important}.my-6-md{margin-top:24px!important;margin-bottom:24px!important}.m-6-md-minus{margin:-24px!important}.mr-6-md-minus{margin-right:-24px!important}.ml-6-md-minus{margin-left:-24px!important}.mt-6-md-minus{margin-top:-24px!important}.mb-6-md-minus{margin-bottom:-24px!important}.p-7-md{padding:28px!important}.pr-7-md{padding-right:28px!important}.pl-7-md{padding-left:28px!important}.pt-7-md{padding-top:28px!important}.pb-7-md{padding-bottom:28px!important}.px-7-md{padding-left:28px!important;padding-right:28px!important}.py-7-md{padding-top:28px!important;padding-bottom:28px!important}.m-7-md{margin:28px!important}.mr-7-md{margin-right:28px!important}.ml-7-md{margin-left:28px!important}.mt-7-md{margin-top:28px!important}.mb-7-md{margin-bottom:28px!important}.mx-7-md{margin-left:28px!important;margin-right:28px!important}.my-7-md{margin-top:28px!important;margin-bottom:28px!important}.m-7-md-minus{margin:-28px!important}.mr-7-md-minus{margin-right:-28px!important}.ml-7-md-minus{margin-left:-28px!important}.mt-7-md-minus{margin-top:-28px!important}.mb-7-md-minus{margin-bottom:-28px!important}.p-8-md{padding:32px!important}.pr-8-md{padding-right:32px!important}.pl-8-md{padding-left:32px!important}.pt-8-md{padding-top:32px!important}.pb-8-md{padding-bottom:32px!important}.px-8-md{padding-left:32px!important;padding-right:32px!important}.py-8-md{padding-top:32px!important;padding-bottom:32px!important}.m-8-md{margin:32px!important}.mr-8-md{margin-right:32px!important}.ml-8-md{margin-left:32px!important}.mt-8-md{margin-top:32px!important}.mb-8-md{margin-bottom:32px!important}.mx-8-md{margin-left:32px!important;margin-right:32px!important}.my-8-md{margin-top:32px!important;margin-bottom:32px!important}.m-8-md-minus{margin:-32px!important}.mr-8-md-minus{margin-right:-32px!important}.ml-8-md-minus{margin-left:-32px!important}.mt-8-md-minus{margin-top:-32px!important}.mb-8-md-minus{margin-bottom:-32px!important}.p-9-md{padding:36px!important}.pr-9-md{padding-right:36px!important}.pl-9-md{padding-left:36px!important}.pt-9-md{padding-top:36px!important}.pb-9-md{padding-bottom:36px!important}.px-9-md{padding-left:36px!important;padding-right:36px!important}.py-9-md{padding-top:36px!important;padding-bottom:36px!important}.m-9-md{margin:36px!important}.mr-9-md{margin-right:36px!important}.ml-9-md{margin-left:36px!important}.mt-9-md{margin-top:36px!important}.mb-9-md{margin-bottom:36px!important}.mx-9-md{margin-left:36px!important;margin-right:36px!important}.my-9-md{margin-top:36px!important;margin-bottom:36px!important}.m-9-md-minus{margin:-36px!important}.mr-9-md-minus{margin-right:-36px!important}.ml-9-md-minus{margin-left:-36px!important}.mt-9-md-minus{margin-top:-36px!important}.mb-9-md-minus{margin-bottom:-36px!important}.p-10-md{padding:40px!important}.pr-10-md{padding-right:40px!important}.pl-10-md{padding-left:40px!important}.pt-10-md{padding-top:40px!important}.pb-10-md{padding-bottom:40px!important}.px-10-md{padding-left:40px!important;padding-right:40px!important}.py-10-md{padding-top:40px!important;padding-bottom:40px!important}.m-10-md{margin:40px!important}.mr-10-md{margin-right:40px!important}.ml-10-md{margin-left:40px!important}.mt-10-md{margin-top:40px!important}.mb-10-md{margin-bottom:40px!important}.mx-10-md{margin-left:40px!important;margin-right:40px!important}.my-10-md{margin-top:40px!important;margin-bottom:40px!important}.m-10-md-minus{margin:-40px!important}.mr-10-md-minus{margin-right:-40px!important}.ml-10-md-minus{margin-left:-40px!important}.mt-10-md-minus{margin-top:-40px!important}.mb-10-md-minus{margin-bottom:-40px!important}.p-11-md{padding:44px!important}.pr-11-md{padding-right:44px!important}.pl-11-md{padding-left:44px!important}.pt-11-md{padding-top:44px!important}.pb-11-md{padding-bottom:44px!important}.px-11-md{padding-left:44px!important;padding-right:44px!important}.py-11-md{padding-top:44px!important;padding-bottom:44px!important}.m-11-md{margin:44px!important}.mr-11-md{margin-right:44px!important}.ml-11-md{margin-left:44px!important}.mt-11-md{margin-top:44px!important}.mb-11-md{margin-bottom:44px!important}.mx-11-md{margin-left:44px!important;margin-right:44px!important}.my-11-md{margin-top:44px!important;margin-bottom:44px!important}.m-11-md-minus{margin:-44px!important}.mr-11-md-minus{margin-right:-44px!important}.ml-11-md-minus{margin-left:-44px!important}.mt-11-md-minus{margin-top:-44px!important}.mb-11-md-minus{margin-bottom:-44px!important}.p-12-md{padding:48px!important}.pr-12-md{padding-right:48px!important}.pl-12-md{padding-left:48px!important}.pt-12-md{padding-top:48px!important}.pb-12-md{padding-bottom:48px!important}.px-12-md{padding-left:48px!important;padding-right:48px!important}.py-12-md{padding-top:48px!important;padding-bottom:48px!important}.m-12-md{margin:48px!important}.mr-12-md{margin-right:48px!important}.ml-12-md{margin-left:48px!important}.mt-12-md{margin-top:48px!important}.mb-12-md{margin-bottom:48px!important}.mx-12-md{margin-left:48px!important;margin-right:48px!important}.my-12-md{margin-top:48px!important;margin-bottom:48px!important}.m-12-md-minus{margin:-48px!important}.mr-12-md-minus{margin-right:-48px!important}.ml-12-md-minus{margin-left:-48px!important}.mt-12-md-minus{margin-top:-48px!important}.mb-12-md-minus{margin-bottom:-48px!important}.p-13-md{padding:52px!important}.pr-13-md{padding-right:52px!important}.pl-13-md{padding-left:52px!important}.pt-13-md{padding-top:52px!important}.pb-13-md{padding-bottom:52px!important}.px-13-md{padding-left:52px!important;padding-right:52px!important}.py-13-md{padding-top:52px!important;padding-bottom:52px!important}.m-13-md{margin:52px!important}.mr-13-md{margin-right:52px!important}.ml-13-md{margin-left:52px!important}.mt-13-md{margin-top:52px!important}.mb-13-md{margin-bottom:52px!important}.mx-13-md{margin-left:52px!important;margin-right:52px!important}.my-13-md{margin-top:52px!important;margin-bottom:52px!important}.m-13-md-minus{margin:-52px!important}.mr-13-md-minus{margin-right:-52px!important}.ml-13-md-minus{margin-left:-52px!important}.mt-13-md-minus{margin-top:-52px!important}.mb-13-md-minus{margin-bottom:-52px!important}.p-14-md{padding:56px!important}.pr-14-md{padding-right:56px!important}.pl-14-md{padding-left:56px!important}.pt-14-md{padding-top:56px!important}.pb-14-md{padding-bottom:56px!important}.px-14-md{padding-left:56px!important;padding-right:56px!important}.py-14-md{padding-top:56px!important;padding-bottom:56px!important}.m-14-md{margin:56px!important}.mr-14-md{margin-right:56px!important}.ml-14-md{margin-left:56px!important}.mt-14-md{margin-top:56px!important}.mb-14-md{margin-bottom:56px!important}.mx-14-md{margin-left:56px!important;margin-right:56px!important}.my-14-md{margin-top:56px!important;margin-bottom:56px!important}.m-14-md-minus{margin:-56px!important}.mr-14-md-minus{margin-right:-56px!important}.ml-14-md-minus{margin-left:-56px!important}.mt-14-md-minus{margin-top:-56px!important}.mb-14-md-minus{margin-bottom:-56px!important}.p-15-md{padding:60px!important}.pr-15-md{padding-right:60px!important}.pl-15-md{padding-left:60px!important}.pt-15-md{padding-top:60px!important}.pb-15-md{padding-bottom:60px!important}.px-15-md{padding-left:60px!important;padding-right:60px!important}.py-15-md{padding-top:60px!important;padding-bottom:60px!important}.m-15-md{margin:60px!important}.mr-15-md{margin-right:60px!important}.ml-15-md{margin-left:60px!important}.mt-15-md{margin-top:60px!important}.mb-15-md{margin-bottom:60px!important}.mx-15-md{margin-left:60px!important;margin-right:60px!important}.my-15-md{margin-top:60px!important;margin-bottom:60px!important}.m-15-md-minus{margin:-60px!important}.mr-15-md-minus{margin-right:-60px!important}.ml-15-md-minus{margin-left:-60px!important}.mt-15-md-minus{margin-top:-60px!important}.mb-15-md-minus{margin-bottom:-60px!important}.p-16-md{padding:64px!important}.pr-16-md{padding-right:64px!important}.pl-16-md{padding-left:64px!important}.pt-16-md{padding-top:64px!important}.pb-16-md{padding-bottom:64px!important}.px-16-md{padding-left:64px!important;padding-right:64px!important}.py-16-md{padding-top:64px!important;padding-bottom:64px!important}.m-16-md{margin:64px!important}.mr-16-md{margin-right:64px!important}.ml-16-md{margin-left:64px!important}.mt-16-md{margin-top:64px!important}.mb-16-md{margin-bottom:64px!important}.mx-16-md{margin-left:64px!important;margin-right:64px!important}.my-16-md{margin-top:64px!important;margin-bottom:64px!important}.m-16-md-minus{margin:-64px!important}.mr-16-md-minus{margin-right:-64px!important}.ml-16-md-minus{margin-left:-64px!important}.mt-16-md-minus{margin-top:-64px!important}.mb-16-md-minus{margin-bottom:-64px!important}.p-17-md{padding:68px!important}.pr-17-md{padding-right:68px!important}.pl-17-md{padding-left:68px!important}.pt-17-md{padding-top:68px!important}.pb-17-md{padding-bottom:68px!important}.px-17-md{padding-left:68px!important;padding-right:68px!important}.py-17-md{padding-top:68px!important;padding-bottom:68px!important}.m-17-md{margin:68px!important}.mr-17-md{margin-right:68px!important}.ml-17-md{margin-left:68px!important}.mt-17-md{margin-top:68px!important}.mb-17-md{margin-bottom:68px!important}.mx-17-md{margin-left:68px!important;margin-right:68px!important}.my-17-md{margin-top:68px!important;margin-bottom:68px!important}.m-17-md-minus{margin:-68px!important}.mr-17-md-minus{margin-right:-68px!important}.ml-17-md-minus{margin-left:-68px!important}.mt-17-md-minus{margin-top:-68px!important}.mb-17-md-minus{margin-bottom:-68px!important}.p-18-md{padding:72px!important}.pr-18-md{padding-right:72px!important}.pl-18-md{padding-left:72px!important}.pt-18-md{padding-top:72px!important}.pb-18-md{padding-bottom:72px!important}.px-18-md{padding-left:72px!important;padding-right:72px!important}.py-18-md{padding-top:72px!important;padding-bottom:72px!important}.m-18-md{margin:72px!important}.mr-18-md{margin-right:72px!important}.ml-18-md{margin-left:72px!important}.mt-18-md{margin-top:72px!important}.mb-18-md{margin-bottom:72px!important}.mx-18-md{margin-left:72px!important;margin-right:72px!important}.my-18-md{margin-top:72px!important;margin-bottom:72px!important}.m-18-md-minus{margin:-72px!important}.mr-18-md-minus{margin-right:-72px!important}.ml-18-md-minus{margin-left:-72px!important}.mt-18-md-minus{margin-top:-72px!important}.mb-18-md-minus{margin-bottom:-72px!important}.p-19-md{padding:76px!important}.pr-19-md{padding-right:76px!important}.pl-19-md{padding-left:76px!important}.pt-19-md{padding-top:76px!important}.pb-19-md{padding-bottom:76px!important}.px-19-md{padding-left:76px!important;padding-right:76px!important}.py-19-md{padding-top:76px!important;padding-bottom:76px!important}.m-19-md{margin:76px!important}.mr-19-md{margin-right:76px!important}.ml-19-md{margin-left:76px!important}.mt-19-md{margin-top:76px!important}.mb-19-md{margin-bottom:76px!important}.mx-19-md{margin-left:76px!important;margin-right:76px!important}.my-19-md{margin-top:76px!important;margin-bottom:76px!important}.m-19-md-minus{margin:-76px!important}.mr-19-md-minus{margin-right:-76px!important}.ml-19-md-minus{margin-left:-76px!important}.mt-19-md-minus{margin-top:-76px!important}.mb-19-md-minus{margin-bottom:-76px!important}.p-20-md{padding:80px!important}.pr-20-md{padding-right:80px!important}.pl-20-md{padding-left:80px!important}.pt-20-md{padding-top:80px!important}.pb-20-md{padding-bottom:80px!important}.px-20-md{padding-left:80px!important;padding-right:80px!important}.py-20-md{padding-top:80px!important;padding-bottom:80px!important}.m-20-md{margin:80px!important}.mr-20-md{margin-right:80px!important}.ml-20-md{margin-left:80px!important}.mt-20-md{margin-top:80px!important}.mb-20-md{margin-bottom:80px!important}.mx-20-md{margin-left:80px!important;margin-right:80px!important}.my-20-md{margin-top:80px!important;margin-bottom:80px!important}.m-20-md-minus{margin:-80px!important}.mr-20-md-minus{margin-right:-80px!important}.ml-20-md-minus{margin-left:-80px!important}.mt-20-md-minus{margin-top:-80px!important}.mb-20-md-minus{margin-bottom:-80px!important}}@media screen and (min-width:992px){.mx-auto-lg{margin-left:auto!important;margin-right:auto!important}.ml-auto-lg{margin-left:auto!important}.mr-auto-lg{margin-right:auto!important}.mt-auto-lg{margin-top:auto!important}.mb-auto-lg{margin-bottom:auto!important}.p-0-lg{padding:0!important}.pl-0-lg{padding-left:0!important}.pr-0-lg{padding-right:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.m-0-lg{margin:0!important}.ml-0-lg{margin-left:0!important}.mr-0-lg{margin-right:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.p-0-lg{padding:0!important}.pr-0-lg{padding-right:0!important}.pl-0-lg{padding-left:0!important}.pt-0-lg{padding-top:0!important}.pb-0-lg{padding-bottom:0!important}.px-0-lg{padding-left:0!important;padding-right:0!important}.py-0-lg{padding-top:0!important;padding-bottom:0!important}.m-0-lg{margin:0!important}.mr-0-lg{margin-right:0!important}.ml-0-lg{margin-left:0!important}.mt-0-lg{margin-top:0!important}.mb-0-lg{margin-bottom:0!important}.mx-0-lg{margin-left:0!important;margin-right:0!important}.my-0-lg{margin-top:0!important;margin-bottom:0!important}.m-0-lg-minus{margin:0!important}.mr-0-lg-minus{margin-right:0!important}.ml-0-lg-minus{margin-left:0!important}.mt-0-lg-minus{margin-top:0!important}.mb-0-lg-minus{margin-bottom:0!important}.p-1-lg{padding:4px!important}.pr-1-lg{padding-right:4px!important}.pl-1-lg{padding-left:4px!important}.pt-1-lg{padding-top:4px!important}.pb-1-lg{padding-bottom:4px!important}.px-1-lg{padding-left:4px!important;padding-right:4px!important}.py-1-lg{padding-top:4px!important;padding-bottom:4px!important}.m-1-lg{margin:4px!important}.mr-1-lg{margin-right:4px!important}.ml-1-lg{margin-left:4px!important}.mt-1-lg{margin-top:4px!important}.mb-1-lg{margin-bottom:4px!important}.mx-1-lg{margin-left:4px!important;margin-right:4px!important}.my-1-lg{margin-top:4px!important;margin-bottom:4px!important}.m-1-lg-minus{margin:-4px!important}.mr-1-lg-minus{margin-right:-4px!important}.ml-1-lg-minus{margin-left:-4px!important}.mt-1-lg-minus{margin-top:-4px!important}.mb-1-lg-minus{margin-bottom:-4px!important}.p-2-lg{padding:8px!important}.pr-2-lg{padding-right:8px!important}.pl-2-lg{padding-left:8px!important}.pt-2-lg{padding-top:8px!important}.pb-2-lg{padding-bottom:8px!important}.px-2-lg{padding-left:8px!important;padding-right:8px!important}.py-2-lg{padding-top:8px!important;padding-bottom:8px!important}.m-2-lg{margin:8px!important}.mr-2-lg{margin-right:8px!important}.ml-2-lg{margin-left:8px!important}.mt-2-lg{margin-top:8px!important}.mb-2-lg{margin-bottom:8px!important}.mx-2-lg{margin-left:8px!important;margin-right:8px!important}.my-2-lg{margin-top:8px!important;margin-bottom:8px!important}.m-2-lg-minus{margin:-8px!important}.mr-2-lg-minus{margin-right:-8px!important}.ml-2-lg-minus{margin-left:-8px!important}.mt-2-lg-minus{margin-top:-8px!important}.mb-2-lg-minus{margin-bottom:-8px!important}.p-3-lg{padding:12px!important}.pr-3-lg{padding-right:12px!important}.pl-3-lg{padding-left:12px!important}.pt-3-lg{padding-top:12px!important}.pb-3-lg{padding-bottom:12px!important}.px-3-lg{padding-left:12px!important;padding-right:12px!important}.py-3-lg{padding-top:12px!important;padding-bottom:12px!important}.m-3-lg{margin:12px!important}.mr-3-lg{margin-right:12px!important}.ml-3-lg{margin-left:12px!important}.mt-3-lg{margin-top:12px!important}.mb-3-lg{margin-bottom:12px!important}.mx-3-lg{margin-left:12px!important;margin-right:12px!important}.my-3-lg{margin-top:12px!important;margin-bottom:12px!important}.m-3-lg-minus{margin:-12px!important}.mr-3-lg-minus{margin-right:-12px!important}.ml-3-lg-minus{margin-left:-12px!important}.mt-3-lg-minus{margin-top:-12px!important}.mb-3-lg-minus{margin-bottom:-12px!important}.p-4-lg{padding:16px!important}.pr-4-lg{padding-right:16px!important}.pl-4-lg{padding-left:16px!important}.pt-4-lg{padding-top:16px!important}.pb-4-lg{padding-bottom:16px!important}.px-4-lg{padding-left:16px!important;padding-right:16px!important}.py-4-lg{padding-top:16px!important;padding-bottom:16px!important}.m-4-lg{margin:16px!important}.mr-4-lg{margin-right:16px!important}.ml-4-lg{margin-left:16px!important}.mt-4-lg{margin-top:16px!important}.mb-4-lg{margin-bottom:16px!important}.mx-4-lg{margin-left:16px!important;margin-right:16px!important}.my-4-lg{margin-top:16px!important;margin-bottom:16px!important}.m-4-lg-minus{margin:-16px!important}.mr-4-lg-minus{margin-right:-16px!important}.ml-4-lg-minus{margin-left:-16px!important}.mt-4-lg-minus{margin-top:-16px!important}.mb-4-lg-minus{margin-bottom:-16px!important}.p-5-lg{padding:20px!important}.pr-5-lg{padding-right:20px!important}.pl-5-lg{padding-left:20px!important}.pt-5-lg{padding-top:20px!important}.pb-5-lg{padding-bottom:20px!important}.px-5-lg{padding-left:20px!important;padding-right:20px!important}.py-5-lg{padding-top:20px!important;padding-bottom:20px!important}.m-5-lg{margin:20px!important}.mr-5-lg{margin-right:20px!important}.ml-5-lg{margin-left:20px!important}.mt-5-lg{margin-top:20px!important}.mb-5-lg{margin-bottom:20px!important}.mx-5-lg{margin-left:20px!important;margin-right:20px!important}.my-5-lg{margin-top:20px!important;margin-bottom:20px!important}.m-5-lg-minus{margin:-20px!important}.mr-5-lg-minus{margin-right:-20px!important}.ml-5-lg-minus{margin-left:-20px!important}.mt-5-lg-minus{margin-top:-20px!important}.mb-5-lg-minus{margin-bottom:-20px!important}.p-6-lg{padding:24px!important}.pr-6-lg{padding-right:24px!important}.pl-6-lg{padding-left:24px!important}.pt-6-lg{padding-top:24px!important}.pb-6-lg{padding-bottom:24px!important}.px-6-lg{padding-left:24px!important;padding-right:24px!important}.py-6-lg{padding-top:24px!important;padding-bottom:24px!important}.m-6-lg{margin:24px!important}.mr-6-lg{margin-right:24px!important}.ml-6-lg{margin-left:24px!important}.mt-6-lg{margin-top:24px!important}.mb-6-lg{margin-bottom:24px!important}.mx-6-lg{margin-left:24px!important;margin-right:24px!important}.my-6-lg{margin-top:24px!important;margin-bottom:24px!important}.m-6-lg-minus{margin:-24px!important}.mr-6-lg-minus{margin-right:-24px!important}.ml-6-lg-minus{margin-left:-24px!important}.mt-6-lg-minus{margin-top:-24px!important}.mb-6-lg-minus{margin-bottom:-24px!important}.p-7-lg{padding:28px!important}.pr-7-lg{padding-right:28px!important}.pl-7-lg{padding-left:28px!important}.pt-7-lg{padding-top:28px!important}.pb-7-lg{padding-bottom:28px!important}.px-7-lg{padding-left:28px!important;padding-right:28px!important}.py-7-lg{padding-top:28px!important;padding-bottom:28px!important}.m-7-lg{margin:28px!important}.mr-7-lg{margin-right:28px!important}.ml-7-lg{margin-left:28px!important}.mt-7-lg{margin-top:28px!important}.mb-7-lg{margin-bottom:28px!important}.mx-7-lg{margin-left:28px!important;margin-right:28px!important}.my-7-lg{margin-top:28px!important;margin-bottom:28px!important}.m-7-lg-minus{margin:-28px!important}.mr-7-lg-minus{margin-right:-28px!important}.ml-7-lg-minus{margin-left:-28px!important}.mt-7-lg-minus{margin-top:-28px!important}.mb-7-lg-minus{margin-bottom:-28px!important}.p-8-lg{padding:32px!important}.pr-8-lg{padding-right:32px!important}.pl-8-lg{padding-left:32px!important}.pt-8-lg{padding-top:32px!important}.pb-8-lg{padding-bottom:32px!important}.px-8-lg{padding-left:32px!important;padding-right:32px!important}.py-8-lg{padding-top:32px!important;padding-bottom:32px!important}.m-8-lg{margin:32px!important}.mr-8-lg{margin-right:32px!important}.ml-8-lg{margin-left:32px!important}.mt-8-lg{margin-top:32px!important}.mb-8-lg{margin-bottom:32px!important}.mx-8-lg{margin-left:32px!important;margin-right:32px!important}.my-8-lg{margin-top:32px!important;margin-bottom:32px!important}.m-8-lg-minus{margin:-32px!important}.mr-8-lg-minus{margin-right:-32px!important}.ml-8-lg-minus{margin-left:-32px!important}.mt-8-lg-minus{margin-top:-32px!important}.mb-8-lg-minus{margin-bottom:-32px!important}.p-9-lg{padding:36px!important}.pr-9-lg{padding-right:36px!important}.pl-9-lg{padding-left:36px!important}.pt-9-lg{padding-top:36px!important}.pb-9-lg{padding-bottom:36px!important}.px-9-lg{padding-left:36px!important;padding-right:36px!important}.py-9-lg{padding-top:36px!important;padding-bottom:36px!important}.m-9-lg{margin:36px!important}.mr-9-lg{margin-right:36px!important}.ml-9-lg{margin-left:36px!important}.mt-9-lg{margin-top:36px!important}.mb-9-lg{margin-bottom:36px!important}.mx-9-lg{margin-left:36px!important;margin-right:36px!important}.my-9-lg{margin-top:36px!important;margin-bottom:36px!important}.m-9-lg-minus{margin:-36px!important}.mr-9-lg-minus{margin-right:-36px!important}.ml-9-lg-minus{margin-left:-36px!important}.mt-9-lg-minus{margin-top:-36px!important}.mb-9-lg-minus{margin-bottom:-36px!important}.p-10-lg{padding:40px!important}.pr-10-lg{padding-right:40px!important}.pl-10-lg{padding-left:40px!important}.pt-10-lg{padding-top:40px!important}.pb-10-lg{padding-bottom:40px!important}.px-10-lg{padding-left:40px!important;padding-right:40px!important}.py-10-lg{padding-top:40px!important;padding-bottom:40px!important}.m-10-lg{margin:40px!important}.mr-10-lg{margin-right:40px!important}.ml-10-lg{margin-left:40px!important}.mt-10-lg{margin-top:40px!important}.mb-10-lg{margin-bottom:40px!important}.mx-10-lg{margin-left:40px!important;margin-right:40px!important}.my-10-lg{margin-top:40px!important;margin-bottom:40px!important}.m-10-lg-minus{margin:-40px!important}.mr-10-lg-minus{margin-right:-40px!important}.ml-10-lg-minus{margin-left:-40px!important}.mt-10-lg-minus{margin-top:-40px!important}.mb-10-lg-minus{margin-bottom:-40px!important}.p-11-lg{padding:44px!important}.pr-11-lg{padding-right:44px!important}.pl-11-lg{padding-left:44px!important}.pt-11-lg{padding-top:44px!important}.pb-11-lg{padding-bottom:44px!important}.px-11-lg{padding-left:44px!important;padding-right:44px!important}.py-11-lg{padding-top:44px!important;padding-bottom:44px!important}.m-11-lg{margin:44px!important}.mr-11-lg{margin-right:44px!important}.ml-11-lg{margin-left:44px!important}.mt-11-lg{margin-top:44px!important}.mb-11-lg{margin-bottom:44px!important}.mx-11-lg{margin-left:44px!important;margin-right:44px!important}.my-11-lg{margin-top:44px!important;margin-bottom:44px!important}.m-11-lg-minus{margin:-44px!important}.mr-11-lg-minus{margin-right:-44px!important}.ml-11-lg-minus{margin-left:-44px!important}.mt-11-lg-minus{margin-top:-44px!important}.mb-11-lg-minus{margin-bottom:-44px!important}.p-12-lg{padding:48px!important}.pr-12-lg{padding-right:48px!important}.pl-12-lg{padding-left:48px!important}.pt-12-lg{padding-top:48px!important}.pb-12-lg{padding-bottom:48px!important}.px-12-lg{padding-left:48px!important;padding-right:48px!important}.py-12-lg{padding-top:48px!important;padding-bottom:48px!important}.m-12-lg{margin:48px!important}.mr-12-lg{margin-right:48px!important}.ml-12-lg{margin-left:48px!important}.mt-12-lg{margin-top:48px!important}.mb-12-lg{margin-bottom:48px!important}.mx-12-lg{margin-left:48px!important;margin-right:48px!important}.my-12-lg{margin-top:48px!important;margin-bottom:48px!important}.m-12-lg-minus{margin:-48px!important}.mr-12-lg-minus{margin-right:-48px!important}.ml-12-lg-minus{margin-left:-48px!important}.mt-12-lg-minus{margin-top:-48px!important}.mb-12-lg-minus{margin-bottom:-48px!important}.p-13-lg{padding:52px!important}.pr-13-lg{padding-right:52px!important}.pl-13-lg{padding-left:52px!important}.pt-13-lg{padding-top:52px!important}.pb-13-lg{padding-bottom:52px!important}.px-13-lg{padding-left:52px!important;padding-right:52px!important}.py-13-lg{padding-top:52px!important;padding-bottom:52px!important}.m-13-lg{margin:52px!important}.mr-13-lg{margin-right:52px!important}.ml-13-lg{margin-left:52px!important}.mt-13-lg{margin-top:52px!important}.mb-13-lg{margin-bottom:52px!important}.mx-13-lg{margin-left:52px!important;margin-right:52px!important}.my-13-lg{margin-top:52px!important;margin-bottom:52px!important}.m-13-lg-minus{margin:-52px!important}.mr-13-lg-minus{margin-right:-52px!important}.ml-13-lg-minus{margin-left:-52px!important}.mt-13-lg-minus{margin-top:-52px!important}.mb-13-lg-minus{margin-bottom:-52px!important}.p-14-lg{padding:56px!important}.pr-14-lg{padding-right:56px!important}.pl-14-lg{padding-left:56px!important}.pt-14-lg{padding-top:56px!important}.pb-14-lg{padding-bottom:56px!important}.px-14-lg{padding-left:56px!important;padding-right:56px!important}.py-14-lg{padding-top:56px!important;padding-bottom:56px!important}.m-14-lg{margin:56px!important}.mr-14-lg{margin-right:56px!important}.ml-14-lg{margin-left:56px!important}.mt-14-lg{margin-top:56px!important}.mb-14-lg{margin-bottom:56px!important}.mx-14-lg{margin-left:56px!important;margin-right:56px!important}.my-14-lg{margin-top:56px!important;margin-bottom:56px!important}.m-14-lg-minus{margin:-56px!important}.mr-14-lg-minus{margin-right:-56px!important}.ml-14-lg-minus{margin-left:-56px!important}.mt-14-lg-minus{margin-top:-56px!important}.mb-14-lg-minus{margin-bottom:-56px!important}.p-15-lg{padding:60px!important}.pr-15-lg{padding-right:60px!important}.pl-15-lg{padding-left:60px!important}.pt-15-lg{padding-top:60px!important}.pb-15-lg{padding-bottom:60px!important}.px-15-lg{padding-left:60px!important;padding-right:60px!important}.py-15-lg{padding-top:60px!important;padding-bottom:60px!important}.m-15-lg{margin:60px!important}.mr-15-lg{margin-right:60px!important}.ml-15-lg{margin-left:60px!important}.mt-15-lg{margin-top:60px!important}.mb-15-lg{margin-bottom:60px!important}.mx-15-lg{margin-left:60px!important;margin-right:60px!important}.my-15-lg{margin-top:60px!important;margin-bottom:60px!important}.m-15-lg-minus{margin:-60px!important}.mr-15-lg-minus{margin-right:-60px!important}.ml-15-lg-minus{margin-left:-60px!important}.mt-15-lg-minus{margin-top:-60px!important}.mb-15-lg-minus{margin-bottom:-60px!important}.p-16-lg{padding:64px!important}.pr-16-lg{padding-right:64px!important}.pl-16-lg{padding-left:64px!important}.pt-16-lg{padding-top:64px!important}.pb-16-lg{padding-bottom:64px!important}.px-16-lg{padding-left:64px!important;padding-right:64px!important}.py-16-lg{padding-top:64px!important;padding-bottom:64px!important}.m-16-lg{margin:64px!important}.mr-16-lg{margin-right:64px!important}.ml-16-lg{margin-left:64px!important}.mt-16-lg{margin-top:64px!important}.mb-16-lg{margin-bottom:64px!important}.mx-16-lg{margin-left:64px!important;margin-right:64px!important}.my-16-lg{margin-top:64px!important;margin-bottom:64px!important}.m-16-lg-minus{margin:-64px!important}.mr-16-lg-minus{margin-right:-64px!important}.ml-16-lg-minus{margin-left:-64px!important}.mt-16-lg-minus{margin-top:-64px!important}.mb-16-lg-minus{margin-bottom:-64px!important}.p-17-lg{padding:68px!important}.pr-17-lg{padding-right:68px!important}.pl-17-lg{padding-left:68px!important}.pt-17-lg{padding-top:68px!important}.pb-17-lg{padding-bottom:68px!important}.px-17-lg{padding-left:68px!important;padding-right:68px!important}.py-17-lg{padding-top:68px!important;padding-bottom:68px!important}.m-17-lg{margin:68px!important}.mr-17-lg{margin-right:68px!important}.ml-17-lg{margin-left:68px!important}.mt-17-lg{margin-top:68px!important}.mb-17-lg{margin-bottom:68px!important}.mx-17-lg{margin-left:68px!important;margin-right:68px!important}.my-17-lg{margin-top:68px!important;margin-bottom:68px!important}.m-17-lg-minus{margin:-68px!important}.mr-17-lg-minus{margin-right:-68px!important}.ml-17-lg-minus{margin-left:-68px!important}.mt-17-lg-minus{margin-top:-68px!important}.mb-17-lg-minus{margin-bottom:-68px!important}.p-18-lg{padding:72px!important}.pr-18-lg{padding-right:72px!important}.pl-18-lg{padding-left:72px!important}.pt-18-lg{padding-top:72px!important}.pb-18-lg{padding-bottom:72px!important}.px-18-lg{padding-left:72px!important;padding-right:72px!important}.py-18-lg{padding-top:72px!important;padding-bottom:72px!important}.m-18-lg{margin:72px!important}.mr-18-lg{margin-right:72px!important}.ml-18-lg{margin-left:72px!important}.mt-18-lg{margin-top:72px!important}.mb-18-lg{margin-bottom:72px!important}.mx-18-lg{margin-left:72px!important;margin-right:72px!important}.my-18-lg{margin-top:72px!important;margin-bottom:72px!important}.m-18-lg-minus{margin:-72px!important}.mr-18-lg-minus{margin-right:-72px!important}.ml-18-lg-minus{margin-left:-72px!important}.mt-18-lg-minus{margin-top:-72px!important}.mb-18-lg-minus{margin-bottom:-72px!important}.p-19-lg{padding:76px!important}.pr-19-lg{padding-right:76px!important}.pl-19-lg{padding-left:76px!important}.pt-19-lg{padding-top:76px!important}.pb-19-lg{padding-bottom:76px!important}.px-19-lg{padding-left:76px!important;padding-right:76px!important}.py-19-lg{padding-top:76px!important;padding-bottom:76px!important}.m-19-lg{margin:76px!important}.mr-19-lg{margin-right:76px!important}.ml-19-lg{margin-left:76px!important}.mt-19-lg{margin-top:76px!important}.mb-19-lg{margin-bottom:76px!important}.mx-19-lg{margin-left:76px!important;margin-right:76px!important}.my-19-lg{margin-top:76px!important;margin-bottom:76px!important}.m-19-lg-minus{margin:-76px!important}.mr-19-lg-minus{margin-right:-76px!important}.ml-19-lg-minus{margin-left:-76px!important}.mt-19-lg-minus{margin-top:-76px!important}.mb-19-lg-minus{margin-bottom:-76px!important}.p-20-lg{padding:80px!important}.pr-20-lg{padding-right:80px!important}.pl-20-lg{padding-left:80px!important}.pt-20-lg{padding-top:80px!important}.pb-20-lg{padding-bottom:80px!important}.px-20-lg{padding-left:80px!important;padding-right:80px!important}.py-20-lg{padding-top:80px!important;padding-bottom:80px!important}.m-20-lg{margin:80px!important}.mr-20-lg{margin-right:80px!important}.ml-20-lg{margin-left:80px!important}.mt-20-lg{margin-top:80px!important}.mb-20-lg{margin-bottom:80px!important}.mx-20-lg{margin-left:80px!important;margin-right:80px!important}.my-20-lg{margin-top:80px!important;margin-bottom:80px!important}.m-20-lg-minus{margin:-80px!important}.mr-20-lg-minus{margin-right:-80px!important}.ml-20-lg-minus{margin-left:-80px!important}.mt-20-lg-minus{margin-top:-80px!important}.mb-20-lg-minus{margin-bottom:-80px!important}}@media screen and (min-width:1200px){.mx-auto-xl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xl{margin-left:auto!important}.mr-auto-xl{margin-right:auto!important}.mt-auto-xl{margin-top:auto!important}.mb-auto-xl{margin-bottom:auto!important}.p-0-xl{padding:0!important}.pl-0-xl{padding-left:0!important}.pr-0-xl{padding-right:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.m-0-xl{margin:0!important}.ml-0-xl{margin-left:0!important}.mr-0-xl{margin-right:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.p-0-xl{padding:0!important}.pr-0-xl{padding-right:0!important}.pl-0-xl{padding-left:0!important}.pt-0-xl{padding-top:0!important}.pb-0-xl{padding-bottom:0!important}.px-0-xl{padding-left:0!important;padding-right:0!important}.py-0-xl{padding-top:0!important;padding-bottom:0!important}.m-0-xl{margin:0!important}.mr-0-xl{margin-right:0!important}.ml-0-xl{margin-left:0!important}.mt-0-xl{margin-top:0!important}.mb-0-xl{margin-bottom:0!important}.mx-0-xl{margin-left:0!important;margin-right:0!important}.my-0-xl{margin-top:0!important;margin-bottom:0!important}.m-0-xl-minus{margin:0!important}.mr-0-xl-minus{margin-right:0!important}.ml-0-xl-minus{margin-left:0!important}.mt-0-xl-minus{margin-top:0!important}.mb-0-xl-minus{margin-bottom:0!important}.p-1-xl{padding:4px!important}.pr-1-xl{padding-right:4px!important}.pl-1-xl{padding-left:4px!important}.pt-1-xl{padding-top:4px!important}.pb-1-xl{padding-bottom:4px!important}.px-1-xl{padding-left:4px!important;padding-right:4px!important}.py-1-xl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xl{margin:4px!important}.mr-1-xl{margin-right:4px!important}.ml-1-xl{margin-left:4px!important}.mt-1-xl{margin-top:4px!important}.mb-1-xl{margin-bottom:4px!important}.mx-1-xl{margin-left:4px!important;margin-right:4px!important}.my-1-xl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xl-minus{margin:-4px!important}.mr-1-xl-minus{margin-right:-4px!important}.ml-1-xl-minus{margin-left:-4px!important}.mt-1-xl-minus{margin-top:-4px!important}.mb-1-xl-minus{margin-bottom:-4px!important}.p-2-xl{padding:8px!important}.pr-2-xl{padding-right:8px!important}.pl-2-xl{padding-left:8px!important}.pt-2-xl{padding-top:8px!important}.pb-2-xl{padding-bottom:8px!important}.px-2-xl{padding-left:8px!important;padding-right:8px!important}.py-2-xl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xl{margin:8px!important}.mr-2-xl{margin-right:8px!important}.ml-2-xl{margin-left:8px!important}.mt-2-xl{margin-top:8px!important}.mb-2-xl{margin-bottom:8px!important}.mx-2-xl{margin-left:8px!important;margin-right:8px!important}.my-2-xl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xl-minus{margin:-8px!important}.mr-2-xl-minus{margin-right:-8px!important}.ml-2-xl-minus{margin-left:-8px!important}.mt-2-xl-minus{margin-top:-8px!important}.mb-2-xl-minus{margin-bottom:-8px!important}.p-3-xl{padding:12px!important}.pr-3-xl{padding-right:12px!important}.pl-3-xl{padding-left:12px!important}.pt-3-xl{padding-top:12px!important}.pb-3-xl{padding-bottom:12px!important}.px-3-xl{padding-left:12px!important;padding-right:12px!important}.py-3-xl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xl{margin:12px!important}.mr-3-xl{margin-right:12px!important}.ml-3-xl{margin-left:12px!important}.mt-3-xl{margin-top:12px!important}.mb-3-xl{margin-bottom:12px!important}.mx-3-xl{margin-left:12px!important;margin-right:12px!important}.my-3-xl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xl-minus{margin:-12px!important}.mr-3-xl-minus{margin-right:-12px!important}.ml-3-xl-minus{margin-left:-12px!important}.mt-3-xl-minus{margin-top:-12px!important}.mb-3-xl-minus{margin-bottom:-12px!important}.p-4-xl{padding:16px!important}.pr-4-xl{padding-right:16px!important}.pl-4-xl{padding-left:16px!important}.pt-4-xl{padding-top:16px!important}.pb-4-xl{padding-bottom:16px!important}.px-4-xl{padding-left:16px!important;padding-right:16px!important}.py-4-xl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xl{margin:16px!important}.mr-4-xl{margin-right:16px!important}.ml-4-xl{margin-left:16px!important}.mt-4-xl{margin-top:16px!important}.mb-4-xl{margin-bottom:16px!important}.mx-4-xl{margin-left:16px!important;margin-right:16px!important}.my-4-xl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xl-minus{margin:-16px!important}.mr-4-xl-minus{margin-right:-16px!important}.ml-4-xl-minus{margin-left:-16px!important}.mt-4-xl-minus{margin-top:-16px!important}.mb-4-xl-minus{margin-bottom:-16px!important}.p-5-xl{padding:20px!important}.pr-5-xl{padding-right:20px!important}.pl-5-xl{padding-left:20px!important}.pt-5-xl{padding-top:20px!important}.pb-5-xl{padding-bottom:20px!important}.px-5-xl{padding-left:20px!important;padding-right:20px!important}.py-5-xl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xl{margin:20px!important}.mr-5-xl{margin-right:20px!important}.ml-5-xl{margin-left:20px!important}.mt-5-xl{margin-top:20px!important}.mb-5-xl{margin-bottom:20px!important}.mx-5-xl{margin-left:20px!important;margin-right:20px!important}.my-5-xl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xl-minus{margin:-20px!important}.mr-5-xl-minus{margin-right:-20px!important}.ml-5-xl-minus{margin-left:-20px!important}.mt-5-xl-minus{margin-top:-20px!important}.mb-5-xl-minus{margin-bottom:-20px!important}.p-6-xl{padding:24px!important}.pr-6-xl{padding-right:24px!important}.pl-6-xl{padding-left:24px!important}.pt-6-xl{padding-top:24px!important}.pb-6-xl{padding-bottom:24px!important}.px-6-xl{padding-left:24px!important;padding-right:24px!important}.py-6-xl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xl{margin:24px!important}.mr-6-xl{margin-right:24px!important}.ml-6-xl{margin-left:24px!important}.mt-6-xl{margin-top:24px!important}.mb-6-xl{margin-bottom:24px!important}.mx-6-xl{margin-left:24px!important;margin-right:24px!important}.my-6-xl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xl-minus{margin:-24px!important}.mr-6-xl-minus{margin-right:-24px!important}.ml-6-xl-minus{margin-left:-24px!important}.mt-6-xl-minus{margin-top:-24px!important}.mb-6-xl-minus{margin-bottom:-24px!important}.p-7-xl{padding:28px!important}.pr-7-xl{padding-right:28px!important}.pl-7-xl{padding-left:28px!important}.pt-7-xl{padding-top:28px!important}.pb-7-xl{padding-bottom:28px!important}.px-7-xl{padding-left:28px!important;padding-right:28px!important}.py-7-xl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xl{margin:28px!important}.mr-7-xl{margin-right:28px!important}.ml-7-xl{margin-left:28px!important}.mt-7-xl{margin-top:28px!important}.mb-7-xl{margin-bottom:28px!important}.mx-7-xl{margin-left:28px!important;margin-right:28px!important}.my-7-xl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xl-minus{margin:-28px!important}.mr-7-xl-minus{margin-right:-28px!important}.ml-7-xl-minus{margin-left:-28px!important}.mt-7-xl-minus{margin-top:-28px!important}.mb-7-xl-minus{margin-bottom:-28px!important}.p-8-xl{padding:32px!important}.pr-8-xl{padding-right:32px!important}.pl-8-xl{padding-left:32px!important}.pt-8-xl{padding-top:32px!important}.pb-8-xl{padding-bottom:32px!important}.px-8-xl{padding-left:32px!important;padding-right:32px!important}.py-8-xl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xl{margin:32px!important}.mr-8-xl{margin-right:32px!important}.ml-8-xl{margin-left:32px!important}.mt-8-xl{margin-top:32px!important}.mb-8-xl{margin-bottom:32px!important}.mx-8-xl{margin-left:32px!important;margin-right:32px!important}.my-8-xl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xl-minus{margin:-32px!important}.mr-8-xl-minus{margin-right:-32px!important}.ml-8-xl-minus{margin-left:-32px!important}.mt-8-xl-minus{margin-top:-32px!important}.mb-8-xl-minus{margin-bottom:-32px!important}.p-9-xl{padding:36px!important}.pr-9-xl{padding-right:36px!important}.pl-9-xl{padding-left:36px!important}.pt-9-xl{padding-top:36px!important}.pb-9-xl{padding-bottom:36px!important}.px-9-xl{padding-left:36px!important;padding-right:36px!important}.py-9-xl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xl{margin:36px!important}.mr-9-xl{margin-right:36px!important}.ml-9-xl{margin-left:36px!important}.mt-9-xl{margin-top:36px!important}.mb-9-xl{margin-bottom:36px!important}.mx-9-xl{margin-left:36px!important;margin-right:36px!important}.my-9-xl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xl-minus{margin:-36px!important}.mr-9-xl-minus{margin-right:-36px!important}.ml-9-xl-minus{margin-left:-36px!important}.mt-9-xl-minus{margin-top:-36px!important}.mb-9-xl-minus{margin-bottom:-36px!important}.p-10-xl{padding:40px!important}.pr-10-xl{padding-right:40px!important}.pl-10-xl{padding-left:40px!important}.pt-10-xl{padding-top:40px!important}.pb-10-xl{padding-bottom:40px!important}.px-10-xl{padding-left:40px!important;padding-right:40px!important}.py-10-xl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xl{margin:40px!important}.mr-10-xl{margin-right:40px!important}.ml-10-xl{margin-left:40px!important}.mt-10-xl{margin-top:40px!important}.mb-10-xl{margin-bottom:40px!important}.mx-10-xl{margin-left:40px!important;margin-right:40px!important}.my-10-xl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xl-minus{margin:-40px!important}.mr-10-xl-minus{margin-right:-40px!important}.ml-10-xl-minus{margin-left:-40px!important}.mt-10-xl-minus{margin-top:-40px!important}.mb-10-xl-minus{margin-bottom:-40px!important}.p-11-xl{padding:44px!important}.pr-11-xl{padding-right:44px!important}.pl-11-xl{padding-left:44px!important}.pt-11-xl{padding-top:44px!important}.pb-11-xl{padding-bottom:44px!important}.px-11-xl{padding-left:44px!important;padding-right:44px!important}.py-11-xl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xl{margin:44px!important}.mr-11-xl{margin-right:44px!important}.ml-11-xl{margin-left:44px!important}.mt-11-xl{margin-top:44px!important}.mb-11-xl{margin-bottom:44px!important}.mx-11-xl{margin-left:44px!important;margin-right:44px!important}.my-11-xl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xl-minus{margin:-44px!important}.mr-11-xl-minus{margin-right:-44px!important}.ml-11-xl-minus{margin-left:-44px!important}.mt-11-xl-minus{margin-top:-44px!important}.mb-11-xl-minus{margin-bottom:-44px!important}.p-12-xl{padding:48px!important}.pr-12-xl{padding-right:48px!important}.pl-12-xl{padding-left:48px!important}.pt-12-xl{padding-top:48px!important}.pb-12-xl{padding-bottom:48px!important}.px-12-xl{padding-left:48px!important;padding-right:48px!important}.py-12-xl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xl{margin:48px!important}.mr-12-xl{margin-right:48px!important}.ml-12-xl{margin-left:48px!important}.mt-12-xl{margin-top:48px!important}.mb-12-xl{margin-bottom:48px!important}.mx-12-xl{margin-left:48px!important;margin-right:48px!important}.my-12-xl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xl-minus{margin:-48px!important}.mr-12-xl-minus{margin-right:-48px!important}.ml-12-xl-minus{margin-left:-48px!important}.mt-12-xl-minus{margin-top:-48px!important}.mb-12-xl-minus{margin-bottom:-48px!important}.p-13-xl{padding:52px!important}.pr-13-xl{padding-right:52px!important}.pl-13-xl{padding-left:52px!important}.pt-13-xl{padding-top:52px!important}.pb-13-xl{padding-bottom:52px!important}.px-13-xl{padding-left:52px!important;padding-right:52px!important}.py-13-xl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xl{margin:52px!important}.mr-13-xl{margin-right:52px!important}.ml-13-xl{margin-left:52px!important}.mt-13-xl{margin-top:52px!important}.mb-13-xl{margin-bottom:52px!important}.mx-13-xl{margin-left:52px!important;margin-right:52px!important}.my-13-xl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xl-minus{margin:-52px!important}.mr-13-xl-minus{margin-right:-52px!important}.ml-13-xl-minus{margin-left:-52px!important}.mt-13-xl-minus{margin-top:-52px!important}.mb-13-xl-minus{margin-bottom:-52px!important}.p-14-xl{padding:56px!important}.pr-14-xl{padding-right:56px!important}.pl-14-xl{padding-left:56px!important}.pt-14-xl{padding-top:56px!important}.pb-14-xl{padding-bottom:56px!important}.px-14-xl{padding-left:56px!important;padding-right:56px!important}.py-14-xl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xl{margin:56px!important}.mr-14-xl{margin-right:56px!important}.ml-14-xl{margin-left:56px!important}.mt-14-xl{margin-top:56px!important}.mb-14-xl{margin-bottom:56px!important}.mx-14-xl{margin-left:56px!important;margin-right:56px!important}.my-14-xl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xl-minus{margin:-56px!important}.mr-14-xl-minus{margin-right:-56px!important}.ml-14-xl-minus{margin-left:-56px!important}.mt-14-xl-minus{margin-top:-56px!important}.mb-14-xl-minus{margin-bottom:-56px!important}.p-15-xl{padding:60px!important}.pr-15-xl{padding-right:60px!important}.pl-15-xl{padding-left:60px!important}.pt-15-xl{padding-top:60px!important}.pb-15-xl{padding-bottom:60px!important}.px-15-xl{padding-left:60px!important;padding-right:60px!important}.py-15-xl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xl{margin:60px!important}.mr-15-xl{margin-right:60px!important}.ml-15-xl{margin-left:60px!important}.mt-15-xl{margin-top:60px!important}.mb-15-xl{margin-bottom:60px!important}.mx-15-xl{margin-left:60px!important;margin-right:60px!important}.my-15-xl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xl-minus{margin:-60px!important}.mr-15-xl-minus{margin-right:-60px!important}.ml-15-xl-minus{margin-left:-60px!important}.mt-15-xl-minus{margin-top:-60px!important}.mb-15-xl-minus{margin-bottom:-60px!important}.p-16-xl{padding:64px!important}.pr-16-xl{padding-right:64px!important}.pl-16-xl{padding-left:64px!important}.pt-16-xl{padding-top:64px!important}.pb-16-xl{padding-bottom:64px!important}.px-16-xl{padding-left:64px!important;padding-right:64px!important}.py-16-xl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xl{margin:64px!important}.mr-16-xl{margin-right:64px!important}.ml-16-xl{margin-left:64px!important}.mt-16-xl{margin-top:64px!important}.mb-16-xl{margin-bottom:64px!important}.mx-16-xl{margin-left:64px!important;margin-right:64px!important}.my-16-xl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xl-minus{margin:-64px!important}.mr-16-xl-minus{margin-right:-64px!important}.ml-16-xl-minus{margin-left:-64px!important}.mt-16-xl-minus{margin-top:-64px!important}.mb-16-xl-minus{margin-bottom:-64px!important}.p-17-xl{padding:68px!important}.pr-17-xl{padding-right:68px!important}.pl-17-xl{padding-left:68px!important}.pt-17-xl{padding-top:68px!important}.pb-17-xl{padding-bottom:68px!important}.px-17-xl{padding-left:68px!important;padding-right:68px!important}.py-17-xl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xl{margin:68px!important}.mr-17-xl{margin-right:68px!important}.ml-17-xl{margin-left:68px!important}.mt-17-xl{margin-top:68px!important}.mb-17-xl{margin-bottom:68px!important}.mx-17-xl{margin-left:68px!important;margin-right:68px!important}.my-17-xl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xl-minus{margin:-68px!important}.mr-17-xl-minus{margin-right:-68px!important}.ml-17-xl-minus{margin-left:-68px!important}.mt-17-xl-minus{margin-top:-68px!important}.mb-17-xl-minus{margin-bottom:-68px!important}.p-18-xl{padding:72px!important}.pr-18-xl{padding-right:72px!important}.pl-18-xl{padding-left:72px!important}.pt-18-xl{padding-top:72px!important}.pb-18-xl{padding-bottom:72px!important}.px-18-xl{padding-left:72px!important;padding-right:72px!important}.py-18-xl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xl{margin:72px!important}.mr-18-xl{margin-right:72px!important}.ml-18-xl{margin-left:72px!important}.mt-18-xl{margin-top:72px!important}.mb-18-xl{margin-bottom:72px!important}.mx-18-xl{margin-left:72px!important;margin-right:72px!important}.my-18-xl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xl-minus{margin:-72px!important}.mr-18-xl-minus{margin-right:-72px!important}.ml-18-xl-minus{margin-left:-72px!important}.mt-18-xl-minus{margin-top:-72px!important}.mb-18-xl-minus{margin-bottom:-72px!important}.p-19-xl{padding:76px!important}.pr-19-xl{padding-right:76px!important}.pl-19-xl{padding-left:76px!important}.pt-19-xl{padding-top:76px!important}.pb-19-xl{padding-bottom:76px!important}.px-19-xl{padding-left:76px!important;padding-right:76px!important}.py-19-xl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xl{margin:76px!important}.mr-19-xl{margin-right:76px!important}.ml-19-xl{margin-left:76px!important}.mt-19-xl{margin-top:76px!important}.mb-19-xl{margin-bottom:76px!important}.mx-19-xl{margin-left:76px!important;margin-right:76px!important}.my-19-xl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xl-minus{margin:-76px!important}.mr-19-xl-minus{margin-right:-76px!important}.ml-19-xl-minus{margin-left:-76px!important}.mt-19-xl-minus{margin-top:-76px!important}.mb-19-xl-minus{margin-bottom:-76px!important}.p-20-xl{padding:80px!important}.pr-20-xl{padding-right:80px!important}.pl-20-xl{padding-left:80px!important}.pt-20-xl{padding-top:80px!important}.pb-20-xl{padding-bottom:80px!important}.px-20-xl{padding-left:80px!important;padding-right:80px!important}.py-20-xl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xl{margin:80px!important}.mr-20-xl{margin-right:80px!important}.ml-20-xl{margin-left:80px!important}.mt-20-xl{margin-top:80px!important}.mb-20-xl{margin-bottom:80px!important}.mx-20-xl{margin-left:80px!important;margin-right:80px!important}.my-20-xl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xl-minus{margin:-80px!important}.mr-20-xl-minus{margin-right:-80px!important}.ml-20-xl-minus{margin-left:-80px!important}.mt-20-xl-minus{margin-top:-80px!important}.mb-20-xl-minus{margin-bottom:-80px!important}}@media screen and (min-width:1452px){.mx-auto-xxl{margin-left:auto!important;margin-right:auto!important}.ml-auto-xxl{margin-left:auto!important}.mr-auto-xxl{margin-right:auto!important}.mt-auto-xxl{margin-top:auto!important}.mb-auto-xxl{margin-bottom:auto!important}.p-0-xxl{padding:0!important}.pl-0-xxl{padding-left:0!important}.pr-0-xxl{padding-right:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.m-0-xxl{margin:0!important}.ml-0-xxl{margin-left:0!important}.mr-0-xxl{margin-right:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.p-0-xxl{padding:0!important}.pr-0-xxl{padding-right:0!important}.pl-0-xxl{padding-left:0!important}.pt-0-xxl{padding-top:0!important}.pb-0-xxl{padding-bottom:0!important}.px-0-xxl{padding-left:0!important;padding-right:0!important}.py-0-xxl{padding-top:0!important;padding-bottom:0!important}.m-0-xxl{margin:0!important}.mr-0-xxl{margin-right:0!important}.ml-0-xxl{margin-left:0!important}.mt-0-xxl{margin-top:0!important}.mb-0-xxl{margin-bottom:0!important}.mx-0-xxl{margin-left:0!important;margin-right:0!important}.my-0-xxl{margin-top:0!important;margin-bottom:0!important}.m-0-xxl-minus{margin:0!important}.mr-0-xxl-minus{margin-right:0!important}.ml-0-xxl-minus{margin-left:0!important}.mt-0-xxl-minus{margin-top:0!important}.mb-0-xxl-minus{margin-bottom:0!important}.p-1-xxl{padding:4px!important}.pr-1-xxl{padding-right:4px!important}.pl-1-xxl{padding-left:4px!important}.pt-1-xxl{padding-top:4px!important}.pb-1-xxl{padding-bottom:4px!important}.px-1-xxl{padding-left:4px!important;padding-right:4px!important}.py-1-xxl{padding-top:4px!important;padding-bottom:4px!important}.m-1-xxl{margin:4px!important}.mr-1-xxl{margin-right:4px!important}.ml-1-xxl{margin-left:4px!important}.mt-1-xxl{margin-top:4px!important}.mb-1-xxl{margin-bottom:4px!important}.mx-1-xxl{margin-left:4px!important;margin-right:4px!important}.my-1-xxl{margin-top:4px!important;margin-bottom:4px!important}.m-1-xxl-minus{margin:-4px!important}.mr-1-xxl-minus{margin-right:-4px!important}.ml-1-xxl-minus{margin-left:-4px!important}.mt-1-xxl-minus{margin-top:-4px!important}.mb-1-xxl-minus{margin-bottom:-4px!important}.p-2-xxl{padding:8px!important}.pr-2-xxl{padding-right:8px!important}.pl-2-xxl{padding-left:8px!important}.pt-2-xxl{padding-top:8px!important}.pb-2-xxl{padding-bottom:8px!important}.px-2-xxl{padding-left:8px!important;padding-right:8px!important}.py-2-xxl{padding-top:8px!important;padding-bottom:8px!important}.m-2-xxl{margin:8px!important}.mr-2-xxl{margin-right:8px!important}.ml-2-xxl{margin-left:8px!important}.mt-2-xxl{margin-top:8px!important}.mb-2-xxl{margin-bottom:8px!important}.mx-2-xxl{margin-left:8px!important;margin-right:8px!important}.my-2-xxl{margin-top:8px!important;margin-bottom:8px!important}.m-2-xxl-minus{margin:-8px!important}.mr-2-xxl-minus{margin-right:-8px!important}.ml-2-xxl-minus{margin-left:-8px!important}.mt-2-xxl-minus{margin-top:-8px!important}.mb-2-xxl-minus{margin-bottom:-8px!important}.p-3-xxl{padding:12px!important}.pr-3-xxl{padding-right:12px!important}.pl-3-xxl{padding-left:12px!important}.pt-3-xxl{padding-top:12px!important}.pb-3-xxl{padding-bottom:12px!important}.px-3-xxl{padding-left:12px!important;padding-right:12px!important}.py-3-xxl{padding-top:12px!important;padding-bottom:12px!important}.m-3-xxl{margin:12px!important}.mr-3-xxl{margin-right:12px!important}.ml-3-xxl{margin-left:12px!important}.mt-3-xxl{margin-top:12px!important}.mb-3-xxl{margin-bottom:12px!important}.mx-3-xxl{margin-left:12px!important;margin-right:12px!important}.my-3-xxl{margin-top:12px!important;margin-bottom:12px!important}.m-3-xxl-minus{margin:-12px!important}.mr-3-xxl-minus{margin-right:-12px!important}.ml-3-xxl-minus{margin-left:-12px!important}.mt-3-xxl-minus{margin-top:-12px!important}.mb-3-xxl-minus{margin-bottom:-12px!important}.p-4-xxl{padding:16px!important}.pr-4-xxl{padding-right:16px!important}.pl-4-xxl{padding-left:16px!important}.pt-4-xxl{padding-top:16px!important}.pb-4-xxl{padding-bottom:16px!important}.px-4-xxl{padding-left:16px!important;padding-right:16px!important}.py-4-xxl{padding-top:16px!important;padding-bottom:16px!important}.m-4-xxl{margin:16px!important}.mr-4-xxl{margin-right:16px!important}.ml-4-xxl{margin-left:16px!important}.mt-4-xxl{margin-top:16px!important}.mb-4-xxl{margin-bottom:16px!important}.mx-4-xxl{margin-left:16px!important;margin-right:16px!important}.my-4-xxl{margin-top:16px!important;margin-bottom:16px!important}.m-4-xxl-minus{margin:-16px!important}.mr-4-xxl-minus{margin-right:-16px!important}.ml-4-xxl-minus{margin-left:-16px!important}.mt-4-xxl-minus{margin-top:-16px!important}.mb-4-xxl-minus{margin-bottom:-16px!important}.p-5-xxl{padding:20px!important}.pr-5-xxl{padding-right:20px!important}.pl-5-xxl{padding-left:20px!important}.pt-5-xxl{padding-top:20px!important}.pb-5-xxl{padding-bottom:20px!important}.px-5-xxl{padding-left:20px!important;padding-right:20px!important}.py-5-xxl{padding-top:20px!important;padding-bottom:20px!important}.m-5-xxl{margin:20px!important}.mr-5-xxl{margin-right:20px!important}.ml-5-xxl{margin-left:20px!important}.mt-5-xxl{margin-top:20px!important}.mb-5-xxl{margin-bottom:20px!important}.mx-5-xxl{margin-left:20px!important;margin-right:20px!important}.my-5-xxl{margin-top:20px!important;margin-bottom:20px!important}.m-5-xxl-minus{margin:-20px!important}.mr-5-xxl-minus{margin-right:-20px!important}.ml-5-xxl-minus{margin-left:-20px!important}.mt-5-xxl-minus{margin-top:-20px!important}.mb-5-xxl-minus{margin-bottom:-20px!important}.p-6-xxl{padding:24px!important}.pr-6-xxl{padding-right:24px!important}.pl-6-xxl{padding-left:24px!important}.pt-6-xxl{padding-top:24px!important}.pb-6-xxl{padding-bottom:24px!important}.px-6-xxl{padding-left:24px!important;padding-right:24px!important}.py-6-xxl{padding-top:24px!important;padding-bottom:24px!important}.m-6-xxl{margin:24px!important}.mr-6-xxl{margin-right:24px!important}.ml-6-xxl{margin-left:24px!important}.mt-6-xxl{margin-top:24px!important}.mb-6-xxl{margin-bottom:24px!important}.mx-6-xxl{margin-left:24px!important;margin-right:24px!important}.my-6-xxl{margin-top:24px!important;margin-bottom:24px!important}.m-6-xxl-minus{margin:-24px!important}.mr-6-xxl-minus{margin-right:-24px!important}.ml-6-xxl-minus{margin-left:-24px!important}.mt-6-xxl-minus{margin-top:-24px!important}.mb-6-xxl-minus{margin-bottom:-24px!important}.p-7-xxl{padding:28px!important}.pr-7-xxl{padding-right:28px!important}.pl-7-xxl{padding-left:28px!important}.pt-7-xxl{padding-top:28px!important}.pb-7-xxl{padding-bottom:28px!important}.px-7-xxl{padding-left:28px!important;padding-right:28px!important}.py-7-xxl{padding-top:28px!important;padding-bottom:28px!important}.m-7-xxl{margin:28px!important}.mr-7-xxl{margin-right:28px!important}.ml-7-xxl{margin-left:28px!important}.mt-7-xxl{margin-top:28px!important}.mb-7-xxl{margin-bottom:28px!important}.mx-7-xxl{margin-left:28px!important;margin-right:28px!important}.my-7-xxl{margin-top:28px!important;margin-bottom:28px!important}.m-7-xxl-minus{margin:-28px!important}.mr-7-xxl-minus{margin-right:-28px!important}.ml-7-xxl-minus{margin-left:-28px!important}.mt-7-xxl-minus{margin-top:-28px!important}.mb-7-xxl-minus{margin-bottom:-28px!important}.p-8-xxl{padding:32px!important}.pr-8-xxl{padding-right:32px!important}.pl-8-xxl{padding-left:32px!important}.pt-8-xxl{padding-top:32px!important}.pb-8-xxl{padding-bottom:32px!important}.px-8-xxl{padding-left:32px!important;padding-right:32px!important}.py-8-xxl{padding-top:32px!important;padding-bottom:32px!important}.m-8-xxl{margin:32px!important}.mr-8-xxl{margin-right:32px!important}.ml-8-xxl{margin-left:32px!important}.mt-8-xxl{margin-top:32px!important}.mb-8-xxl{margin-bottom:32px!important}.mx-8-xxl{margin-left:32px!important;margin-right:32px!important}.my-8-xxl{margin-top:32px!important;margin-bottom:32px!important}.m-8-xxl-minus{margin:-32px!important}.mr-8-xxl-minus{margin-right:-32px!important}.ml-8-xxl-minus{margin-left:-32px!important}.mt-8-xxl-minus{margin-top:-32px!important}.mb-8-xxl-minus{margin-bottom:-32px!important}.p-9-xxl{padding:36px!important}.pr-9-xxl{padding-right:36px!important}.pl-9-xxl{padding-left:36px!important}.pt-9-xxl{padding-top:36px!important}.pb-9-xxl{padding-bottom:36px!important}.px-9-xxl{padding-left:36px!important;padding-right:36px!important}.py-9-xxl{padding-top:36px!important;padding-bottom:36px!important}.m-9-xxl{margin:36px!important}.mr-9-xxl{margin-right:36px!important}.ml-9-xxl{margin-left:36px!important}.mt-9-xxl{margin-top:36px!important}.mb-9-xxl{margin-bottom:36px!important}.mx-9-xxl{margin-left:36px!important;margin-right:36px!important}.my-9-xxl{margin-top:36px!important;margin-bottom:36px!important}.m-9-xxl-minus{margin:-36px!important}.mr-9-xxl-minus{margin-right:-36px!important}.ml-9-xxl-minus{margin-left:-36px!important}.mt-9-xxl-minus{margin-top:-36px!important}.mb-9-xxl-minus{margin-bottom:-36px!important}.p-10-xxl{padding:40px!important}.pr-10-xxl{padding-right:40px!important}.pl-10-xxl{padding-left:40px!important}.pt-10-xxl{padding-top:40px!important}.pb-10-xxl{padding-bottom:40px!important}.px-10-xxl{padding-left:40px!important;padding-right:40px!important}.py-10-xxl{padding-top:40px!important;padding-bottom:40px!important}.m-10-xxl{margin:40px!important}.mr-10-xxl{margin-right:40px!important}.ml-10-xxl{margin-left:40px!important}.mt-10-xxl{margin-top:40px!important}.mb-10-xxl{margin-bottom:40px!important}.mx-10-xxl{margin-left:40px!important;margin-right:40px!important}.my-10-xxl{margin-top:40px!important;margin-bottom:40px!important}.m-10-xxl-minus{margin:-40px!important}.mr-10-xxl-minus{margin-right:-40px!important}.ml-10-xxl-minus{margin-left:-40px!important}.mt-10-xxl-minus{margin-top:-40px!important}.mb-10-xxl-minus{margin-bottom:-40px!important}.p-11-xxl{padding:44px!important}.pr-11-xxl{padding-right:44px!important}.pl-11-xxl{padding-left:44px!important}.pt-11-xxl{padding-top:44px!important}.pb-11-xxl{padding-bottom:44px!important}.px-11-xxl{padding-left:44px!important;padding-right:44px!important}.py-11-xxl{padding-top:44px!important;padding-bottom:44px!important}.m-11-xxl{margin:44px!important}.mr-11-xxl{margin-right:44px!important}.ml-11-xxl{margin-left:44px!important}.mt-11-xxl{margin-top:44px!important}.mb-11-xxl{margin-bottom:44px!important}.mx-11-xxl{margin-left:44px!important;margin-right:44px!important}.my-11-xxl{margin-top:44px!important;margin-bottom:44px!important}.m-11-xxl-minus{margin:-44px!important}.mr-11-xxl-minus{margin-right:-44px!important}.ml-11-xxl-minus{margin-left:-44px!important}.mt-11-xxl-minus{margin-top:-44px!important}.mb-11-xxl-minus{margin-bottom:-44px!important}.p-12-xxl{padding:48px!important}.pr-12-xxl{padding-right:48px!important}.pl-12-xxl{padding-left:48px!important}.pt-12-xxl{padding-top:48px!important}.pb-12-xxl{padding-bottom:48px!important}.px-12-xxl{padding-left:48px!important;padding-right:48px!important}.py-12-xxl{padding-top:48px!important;padding-bottom:48px!important}.m-12-xxl{margin:48px!important}.mr-12-xxl{margin-right:48px!important}.ml-12-xxl{margin-left:48px!important}.mt-12-xxl{margin-top:48px!important}.mb-12-xxl{margin-bottom:48px!important}.mx-12-xxl{margin-left:48px!important;margin-right:48px!important}.my-12-xxl{margin-top:48px!important;margin-bottom:48px!important}.m-12-xxl-minus{margin:-48px!important}.mr-12-xxl-minus{margin-right:-48px!important}.ml-12-xxl-minus{margin-left:-48px!important}.mt-12-xxl-minus{margin-top:-48px!important}.mb-12-xxl-minus{margin-bottom:-48px!important}.p-13-xxl{padding:52px!important}.pr-13-xxl{padding-right:52px!important}.pl-13-xxl{padding-left:52px!important}.pt-13-xxl{padding-top:52px!important}.pb-13-xxl{padding-bottom:52px!important}.px-13-xxl{padding-left:52px!important;padding-right:52px!important}.py-13-xxl{padding-top:52px!important;padding-bottom:52px!important}.m-13-xxl{margin:52px!important}.mr-13-xxl{margin-right:52px!important}.ml-13-xxl{margin-left:52px!important}.mt-13-xxl{margin-top:52px!important}.mb-13-xxl{margin-bottom:52px!important}.mx-13-xxl{margin-left:52px!important;margin-right:52px!important}.my-13-xxl{margin-top:52px!important;margin-bottom:52px!important}.m-13-xxl-minus{margin:-52px!important}.mr-13-xxl-minus{margin-right:-52px!important}.ml-13-xxl-minus{margin-left:-52px!important}.mt-13-xxl-minus{margin-top:-52px!important}.mb-13-xxl-minus{margin-bottom:-52px!important}.p-14-xxl{padding:56px!important}.pr-14-xxl{padding-right:56px!important}.pl-14-xxl{padding-left:56px!important}.pt-14-xxl{padding-top:56px!important}.pb-14-xxl{padding-bottom:56px!important}.px-14-xxl{padding-left:56px!important;padding-right:56px!important}.py-14-xxl{padding-top:56px!important;padding-bottom:56px!important}.m-14-xxl{margin:56px!important}.mr-14-xxl{margin-right:56px!important}.ml-14-xxl{margin-left:56px!important}.mt-14-xxl{margin-top:56px!important}.mb-14-xxl{margin-bottom:56px!important}.mx-14-xxl{margin-left:56px!important;margin-right:56px!important}.my-14-xxl{margin-top:56px!important;margin-bottom:56px!important}.m-14-xxl-minus{margin:-56px!important}.mr-14-xxl-minus{margin-right:-56px!important}.ml-14-xxl-minus{margin-left:-56px!important}.mt-14-xxl-minus{margin-top:-56px!important}.mb-14-xxl-minus{margin-bottom:-56px!important}.p-15-xxl{padding:60px!important}.pr-15-xxl{padding-right:60px!important}.pl-15-xxl{padding-left:60px!important}.pt-15-xxl{padding-top:60px!important}.pb-15-xxl{padding-bottom:60px!important}.px-15-xxl{padding-left:60px!important;padding-right:60px!important}.py-15-xxl{padding-top:60px!important;padding-bottom:60px!important}.m-15-xxl{margin:60px!important}.mr-15-xxl{margin-right:60px!important}.ml-15-xxl{margin-left:60px!important}.mt-15-xxl{margin-top:60px!important}.mb-15-xxl{margin-bottom:60px!important}.mx-15-xxl{margin-left:60px!important;margin-right:60px!important}.my-15-xxl{margin-top:60px!important;margin-bottom:60px!important}.m-15-xxl-minus{margin:-60px!important}.mr-15-xxl-minus{margin-right:-60px!important}.ml-15-xxl-minus{margin-left:-60px!important}.mt-15-xxl-minus{margin-top:-60px!important}.mb-15-xxl-minus{margin-bottom:-60px!important}.p-16-xxl{padding:64px!important}.pr-16-xxl{padding-right:64px!important}.pl-16-xxl{padding-left:64px!important}.pt-16-xxl{padding-top:64px!important}.pb-16-xxl{padding-bottom:64px!important}.px-16-xxl{padding-left:64px!important;padding-right:64px!important}.py-16-xxl{padding-top:64px!important;padding-bottom:64px!important}.m-16-xxl{margin:64px!important}.mr-16-xxl{margin-right:64px!important}.ml-16-xxl{margin-left:64px!important}.mt-16-xxl{margin-top:64px!important}.mb-16-xxl{margin-bottom:64px!important}.mx-16-xxl{margin-left:64px!important;margin-right:64px!important}.my-16-xxl{margin-top:64px!important;margin-bottom:64px!important}.m-16-xxl-minus{margin:-64px!important}.mr-16-xxl-minus{margin-right:-64px!important}.ml-16-xxl-minus{margin-left:-64px!important}.mt-16-xxl-minus{margin-top:-64px!important}.mb-16-xxl-minus{margin-bottom:-64px!important}.p-17-xxl{padding:68px!important}.pr-17-xxl{padding-right:68px!important}.pl-17-xxl{padding-left:68px!important}.pt-17-xxl{padding-top:68px!important}.pb-17-xxl{padding-bottom:68px!important}.px-17-xxl{padding-left:68px!important;padding-right:68px!important}.py-17-xxl{padding-top:68px!important;padding-bottom:68px!important}.m-17-xxl{margin:68px!important}.mr-17-xxl{margin-right:68px!important}.ml-17-xxl{margin-left:68px!important}.mt-17-xxl{margin-top:68px!important}.mb-17-xxl{margin-bottom:68px!important}.mx-17-xxl{margin-left:68px!important;margin-right:68px!important}.my-17-xxl{margin-top:68px!important;margin-bottom:68px!important}.m-17-xxl-minus{margin:-68px!important}.mr-17-xxl-minus{margin-right:-68px!important}.ml-17-xxl-minus{margin-left:-68px!important}.mt-17-xxl-minus{margin-top:-68px!important}.mb-17-xxl-minus{margin-bottom:-68px!important}.p-18-xxl{padding:72px!important}.pr-18-xxl{padding-right:72px!important}.pl-18-xxl{padding-left:72px!important}.pt-18-xxl{padding-top:72px!important}.pb-18-xxl{padding-bottom:72px!important}.px-18-xxl{padding-left:72px!important;padding-right:72px!important}.py-18-xxl{padding-top:72px!important;padding-bottom:72px!important}.m-18-xxl{margin:72px!important}.mr-18-xxl{margin-right:72px!important}.ml-18-xxl{margin-left:72px!important}.mt-18-xxl{margin-top:72px!important}.mb-18-xxl{margin-bottom:72px!important}.mx-18-xxl{margin-left:72px!important;margin-right:72px!important}.my-18-xxl{margin-top:72px!important;margin-bottom:72px!important}.m-18-xxl-minus{margin:-72px!important}.mr-18-xxl-minus{margin-right:-72px!important}.ml-18-xxl-minus{margin-left:-72px!important}.mt-18-xxl-minus{margin-top:-72px!important}.mb-18-xxl-minus{margin-bottom:-72px!important}.p-19-xxl{padding:76px!important}.pr-19-xxl{padding-right:76px!important}.pl-19-xxl{padding-left:76px!important}.pt-19-xxl{padding-top:76px!important}.pb-19-xxl{padding-bottom:76px!important}.px-19-xxl{padding-left:76px!important;padding-right:76px!important}.py-19-xxl{padding-top:76px!important;padding-bottom:76px!important}.m-19-xxl{margin:76px!important}.mr-19-xxl{margin-right:76px!important}.ml-19-xxl{margin-left:76px!important}.mt-19-xxl{margin-top:76px!important}.mb-19-xxl{margin-bottom:76px!important}.mx-19-xxl{margin-left:76px!important;margin-right:76px!important}.my-19-xxl{margin-top:76px!important;margin-bottom:76px!important}.m-19-xxl-minus{margin:-76px!important}.mr-19-xxl-minus{margin-right:-76px!important}.ml-19-xxl-minus{margin-left:-76px!important}.mt-19-xxl-minus{margin-top:-76px!important}.mb-19-xxl-minus{margin-bottom:-76px!important}.p-20-xxl{padding:80px!important}.pr-20-xxl{padding-right:80px!important}.pl-20-xxl{padding-left:80px!important}.pt-20-xxl{padding-top:80px!important}.pb-20-xxl{padding-bottom:80px!important}.px-20-xxl{padding-left:80px!important;padding-right:80px!important}.py-20-xxl{padding-top:80px!important;padding-bottom:80px!important}.m-20-xxl{margin:80px!important}.mr-20-xxl{margin-right:80px!important}.ml-20-xxl{margin-left:80px!important}.mt-20-xxl{margin-top:80px!important}.mb-20-xxl{margin-bottom:80px!important}.mx-20-xxl{margin-left:80px!important;margin-right:80px!important}.my-20-xxl{margin-top:80px!important;margin-bottom:80px!important}.m-20-xxl-minus{margin:-80px!important}.mr-20-xxl-minus{margin-right:-80px!important}.ml-20-xxl-minus{margin-left:-80px!important}.mt-20-xxl-minus{margin-top:-80px!important}.mb-20-xxl-minus{margin-bottom:-80px!important}}.text-ultralight{font-weight:100!important}.text-light{font-weight:200!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-bold{font-weight:700!important}.display4{font-size:7rem;font-weight:200}.display3{font-size:3.5rem;font-weight:400}.display2{font-size:3rem;font-weight:400}.display1{font-size:2.25rem;font-weight:400}.display1,.display2,.display3,.display4{margin-top:1.25rem;margin-bottom:1.25rem;line-height:1.2}.display1,.display2,.display3,.display4{color:#757575}.h1,.leader,h1{font-weight:100;font-size:3rem}.h2,.sub-leader,h2{font-weight:400;font-size:2rem}.h3,.header,h3{font-weight:500;font-size:1.75rem}.h4,.sub-header,h4{font-weight:500;font-size:1.5rem}.alt-header,.h5,h5{font-weight:500;font-size:1.25rem}.h6,.sub-alt-header,h6{font-weight:500;font-size:1.125rem}.text-small{font-weight:400;font-size:.75rem}.text-secondary{font-weight:400;font-size:.875rem}.text-leader{font-size:1.5rem;font-weight:300;line-height:1.2}.text-leader2{font-size:1.25rem;font-weight:300;line-height:1.2}.text-muted{color:#bebebe}.alt-header,.h1,.h2,.h3,.h4,.h5,.h6,.header,.leader,.sub-alt-header,.sub-header,.sub-leader,h1,h2,h3,h4,h5,h6{color:inherit;margin:1rem 0;line-height:1.1}.alt-header>.small,.alt-header>small,.h1>.small,.h1>small,.h2>.small,.h2>small,.h3>.small,.h3>small,.h4>.small,.h4>small,.h5>.small,.h5>small,.h6>.small,.h6>small,.header>.small,.header>small,.leader>.small,.leader>small,.sub-alt-header>.small,.sub-alt-header>small,.sub-header>.small,.sub-header>small,.sub-leader>.small,.sub-leader>small,h1>.small,h1>small,h2>.small,h2>small,h3>.small,h3>small,h4>.small,h4>small,h5>.small,h5>small,h6>.small,h6>small{font-weight:400;font-size:.7em;line-height:1;color:#777}.text-upper{text-transform:uppercase!important}.text-lower{text-transform:lowercase!important}.text-cap{text-transform:capitalize!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-just{text-align:justify!important}.text-ellipsis{overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.va-top{vertical-align:top!important}.va-bottom{vertical-align:bottom!important}.va-baseline{vertical-align:baseline!important}.va-middle{vertical-align:middle!important}.va-sub{vertical-align:sub!important}.va-super{vertical-align:super!important}.va-text-top{vertical-align:text-top!important}.va-text-bottom{vertical-align:text-bottom!important}abbr{text-decoration:none;border-bottom:1px #bebebe dotted;cursor:help;display:inline}address{font-weight:400;margin-bottom:1rem;font-style:normal}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1rem}pre{margin-top:0;margin-bottom:1rem;overflow:auto}code{white-space:nowrap}pre code{white-space:inherit}a:not([class]){position:relative;color:#0366d6;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects;-webkit-box-shadow:none;box-shadow:none}a:not([class]):hover{color:#0056b3;text-decoration:underline}a:not([class]):not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([class]):not([href]):not([tabindex]):focus,a:not([class]):not([href]):not([tabindex]):hover{color:inherit;text-decoration:none;outline:0}.no-decor{text-decoration:none!important}mark{padding:.1875rem;background-color:#fcf8e3;color:#000}del{color:#bebebe}*+p{margin-top:1rem}dl,ol,ul{margin:1rem;list-style-position:inside}dl dl,dl ol,dl ul,ol dl,ol ol,ol ul,ul dl,ul ol,ul ul{margin-bottom:0;margin-top:0;padding-left:1.5rem}dir,menu,ul{display:block;list-style-type:disc}ol{list-style-type:decimal}ul ul{list-style:circle}ul ul ul{list-style:square}ol{list-style-type:upper-roman}ol ol{list-style-type:decimal}ol ol ol{list-style-type:lower-alpha}dl dd,dl dt{line-height:1.25rem}dl dt{font-weight:700}dl dd{margin-left:.9375rem}dl.horizontal dt{float:left;width:10rem;overflow:hidden;clear:left;text-align:right;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap}dl.horizontal dd{margin-left:11.25rem}.indent:first-letter{margin-left:2.5rem}.indent-letter:first-letter{font-weight:700;float:left;padding:0;line-height:2.5rem;font-size:3rem;margin-right:.5rem;margin-left:-.125rem;margin-top:.125rem}blockquote{margin-bottom:1rem;padding:0 0 0 .625rem;border-left:.25rem #f8f8f8 solid}blockquote small{color:#bebebe}blockquote small:before{content:"\2014 \00A0"}blockquote.right-side{border:0;border-right:4px #f8f8f8 solid;padding-right:.625rem;text-align:right}blockquote.right-side small:before{content:""}blockquote.right-side small:after{content:" \00A0 \2014"}hr{border:0;height:2px;background-color:#f8f8f8}hr.thin{height:1px}hr.fat{height:3px}.tally,code,kbd{display:inline-block;padding:0 6px;font-size:90%;color:#bd4147;background-color:#f8f9fa;border-radius:.25rem;line-height:20px;vertical-align:middle;height:20px}a .tally,a code,a kbd{text-decoration:underline;cursor:pointer}kbd{background-color:#004d6f;color:#fff}.tally{line-height:16px;background-color:#e9ecef}pre code{background-color:inherit;height:auto}.remark{display:block;position:relative;border:1px solid #dfdfdf;border-left:4px solid #dfdfdf;padding:1rem;font-size:.875rem;margin:1rem 0}.reduce-1{font-size:.9em!important}.reduce-2{font-size:.8em!important}.reduce-3{font-size:.7em!important}.reduce-4{font-size:.6em!important}.reduce-5{font-size:.5em!important}.reduce-6{font-size:.4em!important}.reduce-7{font-size:.3em!important}.reduce-8{font-size:.2em!important}.reduce-9{font-size:.1em!important}.enlarge{font-size:1em!important}.enlarge-1{font-size:1.1em!important}.enlarge-2{font-size:1.2em!important}.enlarge-3{font-size:1.3em!important}.enlarge-4{font-size:1.4em!important}.enlarge-5{font-size:1.5em!important}.enlarge-6{font-size:1.6em!important}.enlarge-7{font-size:1.7em!important}.enlarge-8{font-size:1.8em!important}.enlarge-9{font-size:1.9em!important}.enlarge-2x{font-size:2em!important}.enlarge-3x{font-size:3em!important}.enlarge-4x{font-size:4em!important}.align-size{font-size:1em!important}.text-underline{text-decoration:underline}@media screen and (min-width:0){.text-upper-fs{text-transform:uppercase!important}.text-lower-fs{text-transform:lowercase!important}.text-cap-fs{text-transform:capitalize!important}.text-left-fs{text-align:left!important}.text-right-fs{text-align:right!important}.text-center-fs{text-align:center!important}.text-just-fs{text-align:justify!important}.va-top-fs{vertical-align:top!important}.va-bottom-fs{vertical-align:bottom!important}.va-baseline-fs{vertical-align:baseline!important}.va-middle-fs{vertical-align:middle!important}.va-sub-fs{vertical-align:sub!important}.va-super-fs{vertical-align:super!important}.va-text-top-fs{vertical-align:text-top!important}.va-text-bottom-fs{vertical-align:text-bottom!important}.reduce-1-fs{font-size:.9em!important}.reduce-2-fs{font-size:.8em!important}.reduce-3-fs{font-size:.7em!important}.reduce-4-fs{font-size:.6em!important}.reduce-5-fs{font-size:.5em!important}.reduce-6-fs{font-size:.4em!important}.reduce-7-fs{font-size:.3em!important}.reduce-8-fs{font-size:.2em!important}.reduce-9-fs{font-size:.1em!important}.enlarge-fs{font-size:1em!important}.enlarge-1-fs{font-size:1.1em!important}.enlarge-2-fs{font-size:1.2em!important}.enlarge-3-fs{font-size:1.3em!important}.enlarge-4-fs{font-size:1.4em!important}.enlarge-5-fs{font-size:1.5em!important}.enlarge-6-fs{font-size:1.6em!important}.enlarge-7-fs{font-size:1.7em!important}.enlarge-8-fs{font-size:1.8em!important}.enlarge-9-fs{font-size:1.9em!important}.enlarge-2x-fs{font-size:2em!important}.enlarge-3x-fs{font-size:3em!important}.enlarge-4x-fs{font-size:4em!important}}@media screen and (min-width:576px){.text-upper-sm{text-transform:uppercase!important}.text-lower-sm{text-transform:lowercase!important}.text-cap-sm{text-transform:capitalize!important}.text-left-sm{text-align:left!important}.text-right-sm{text-align:right!important}.text-center-sm{text-align:center!important}.text-just-sm{text-align:justify!important}.va-top-sm{vertical-align:top!important}.va-bottom-sm{vertical-align:bottom!important}.va-baseline-sm{vertical-align:baseline!important}.va-middle-sm{vertical-align:middle!important}.va-sub-sm{vertical-align:sub!important}.va-super-sm{vertical-align:super!important}.va-text-top-sm{vertical-align:text-top!important}.va-text-bottom-sm{vertical-align:text-bottom!important}.reduce-1-sm{font-size:.9em!important}.reduce-2-sm{font-size:.8em!important}.reduce-3-sm{font-size:.7em!important}.reduce-4-sm{font-size:.6em!important}.reduce-5-sm{font-size:.5em!important}.reduce-6-sm{font-size:.4em!important}.reduce-7-sm{font-size:.3em!important}.reduce-8-sm{font-size:.2em!important}.reduce-9-sm{font-size:.1em!important}.enlarge-sm{font-size:1em!important}.enlarge-1-sm{font-size:1.1em!important}.enlarge-2-sm{font-size:1.2em!important}.enlarge-3-sm{font-size:1.3em!important}.enlarge-4-sm{font-size:1.4em!important}.enlarge-5-sm{font-size:1.5em!important}.enlarge-6-sm{font-size:1.6em!important}.enlarge-7-sm{font-size:1.7em!important}.enlarge-8-sm{font-size:1.8em!important}.enlarge-9-sm{font-size:1.9em!important}.enlarge-2x-sm{font-size:2em!important}.enlarge-3x-sm{font-size:3em!important}.enlarge-4x-sm{font-size:4em!important}}@media screen and (min-width:768px){.text-upper-md{text-transform:uppercase!important}.text-lower-md{text-transform:lowercase!important}.text-cap-md{text-transform:capitalize!important}.text-left-md{text-align:left!important}.text-right-md{text-align:right!important}.text-center-md{text-align:center!important}.text-just-md{text-align:justify!important}.va-top-md{vertical-align:top!important}.va-bottom-md{vertical-align:bottom!important}.va-baseline-md{vertical-align:baseline!important}.va-middle-md{vertical-align:middle!important}.va-sub-md{vertical-align:sub!important}.va-super-md{vertical-align:super!important}.va-text-top-md{vertical-align:text-top!important}.va-text-bottom-md{vertical-align:text-bottom!important}.reduce-1-md{font-size:.9em!important}.reduce-2-md{font-size:.8em!important}.reduce-3-md{font-size:.7em!important}.reduce-4-md{font-size:.6em!important}.reduce-5-md{font-size:.5em!important}.reduce-6-md{font-size:.4em!important}.reduce-7-md{font-size:.3em!important}.reduce-8-md{font-size:.2em!important}.reduce-9-md{font-size:.1em!important}.enlarge-md{font-size:1em!important}.enlarge-1-md{font-size:1.1em!important}.enlarge-2-md{font-size:1.2em!important}.enlarge-3-md{font-size:1.3em!important}.enlarge-4-md{font-size:1.4em!important}.enlarge-5-md{font-size:1.5em!important}.enlarge-6-md{font-size:1.6em!important}.enlarge-7-md{font-size:1.7em!important}.enlarge-8-md{font-size:1.8em!important}.enlarge-9-md{font-size:1.9em!important}.enlarge-2x-md{font-size:2em!important}.enlarge-3x-md{font-size:3em!important}.enlarge-4x-md{font-size:4em!important}}@media screen and (min-width:992px){.text-upper-lg{text-transform:uppercase!important}.text-lower-lg{text-transform:lowercase!important}.text-cap-lg{text-transform:capitalize!important}.text-left-lg{text-align:left!important}.text-right-lg{text-align:right!important}.text-center-lg{text-align:center!important}.text-just-lg{text-align:justify!important}.va-top-lg{vertical-align:top!important}.va-bottom-lg{vertical-align:bottom!important}.va-baseline-lg{vertical-align:baseline!important}.va-middle-lg{vertical-align:middle!important}.va-sub-lg{vertical-align:sub!important}.va-super-lg{vertical-align:super!important}.va-text-top-lg{vertical-align:text-top!important}.va-text-bottom-lg{vertical-align:text-bottom!important}.reduce-1-lg{font-size:.9em!important}.reduce-2-lg{font-size:.8em!important}.reduce-3-lg{font-size:.7em!important}.reduce-4-lg{font-size:.6em!important}.reduce-5-lg{font-size:.5em!important}.reduce-6-lg{font-size:.4em!important}.reduce-7-lg{font-size:.3em!important}.reduce-8-lg{font-size:.2em!important}.reduce-9-lg{font-size:.1em!important}.enlarge-lg{font-size:1em!important}.enlarge-1-lg{font-size:1.1em!important}.enlarge-2-lg{font-size:1.2em!important}.enlarge-3-lg{font-size:1.3em!important}.enlarge-4-lg{font-size:1.4em!important}.enlarge-5-lg{font-size:1.5em!important}.enlarge-6-lg{font-size:1.6em!important}.enlarge-7-lg{font-size:1.7em!important}.enlarge-8-lg{font-size:1.8em!important}.enlarge-9-lg{font-size:1.9em!important}.enlarge-2x-lg{font-size:2em!important}.enlarge-3x-lg{font-size:3em!important}.enlarge-4x-lg{font-size:4em!important}}@media screen and (min-width:1200px){.text-upper-xl{text-transform:uppercase!important}.text-lower-xl{text-transform:lowercase!important}.text-cap-xl{text-transform:capitalize!important}.text-left-xl{text-align:left!important}.text-right-xl{text-align:right!important}.text-center-xl{text-align:center!important}.text-just-xl{text-align:justify!important}.va-top-xl{vertical-align:top!important}.va-bottom-xl{vertical-align:bottom!important}.va-baseline-xl{vertical-align:baseline!important}.va-middle-xl{vertical-align:middle!important}.va-sub-xl{vertical-align:sub!important}.va-super-xl{vertical-align:super!important}.va-text-top-xl{vertical-align:text-top!important}.va-text-bottom-xl{vertical-align:text-bottom!important}.reduce-1-xl{font-size:.9em!important}.reduce-2-xl{font-size:.8em!important}.reduce-3-xl{font-size:.7em!important}.reduce-4-xl{font-size:.6em!important}.reduce-5-xl{font-size:.5em!important}.reduce-6-xl{font-size:.4em!important}.reduce-7-xl{font-size:.3em!important}.reduce-8-xl{font-size:.2em!important}.reduce-9-xl{font-size:.1em!important}.enlarge-xl{font-size:1em!important}.enlarge-1-xl{font-size:1.1em!important}.enlarge-2-xl{font-size:1.2em!important}.enlarge-3-xl{font-size:1.3em!important}.enlarge-4-xl{font-size:1.4em!important}.enlarge-5-xl{font-size:1.5em!important}.enlarge-6-xl{font-size:1.6em!important}.enlarge-7-xl{font-size:1.7em!important}.enlarge-8-xl{font-size:1.8em!important}.enlarge-9-xl{font-size:1.9em!important}.enlarge-2x-xl{font-size:2em!important}.enlarge-3x-xl{font-size:3em!important}.enlarge-4x-xl{font-size:4em!important}}@media screen and (min-width:1452px){.text-upper-xxl{text-transform:uppercase!important}.text-lower-xxl{text-transform:lowercase!important}.text-cap-xxl{text-transform:capitalize!important}.text-left-xxl{text-align:left!important}.text-right-xxl{text-align:right!important}.text-center-xxl{text-align:center!important}.text-just-xxl{text-align:justify!important}.va-top-xxl{vertical-align:top!important}.va-bottom-xxl{vertical-align:bottom!important}.va-baseline-xxl{vertical-align:baseline!important}.va-middle-xxl{vertical-align:middle!important}.va-sub-xxl{vertical-align:sub!important}.va-super-xxl{vertical-align:super!important}.va-text-top-xxl{vertical-align:text-top!important}.va-text-bottom-xxl{vertical-align:text-bottom!important}.reduce-1-xxl{font-size:.9em!important}.reduce-2-xxl{font-size:.8em!important}.reduce-3-xxl{font-size:.7em!important}.reduce-4-xxl{font-size:.6em!important}.reduce-5-xxl{font-size:.5em!important}.reduce-6-xxl{font-size:.4em!important}.reduce-7-xxl{font-size:.3em!important}.reduce-8-xxl{font-size:.2em!important}.reduce-9-xxl{font-size:.1em!important}.enlarge-xxl{font-size:1em!important}.enlarge-1-xxl{font-size:1.1em!important}.enlarge-2-xxl{font-size:1.2em!important}.enlarge-3-xxl{font-size:1.3em!important}.enlarge-4-xxl{font-size:1.4em!important}.enlarge-5-xxl{font-size:1.5em!important}.enlarge-6-xxl{font-size:1.6em!important}.enlarge-7-xxl{font-size:1.7em!important}.enlarge-8-xxl{font-size:1.8em!important}.enlarge-9-xxl{font-size:1.9em!important}.enlarge-2x-xxl{font-size:2em!important}.enlarge-3x-xxl{font-size:3em!important}.enlarge-4x-xxl{font-size:4em!important}}.m4-cloak{opacity:0}.transition{-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.inherit-colors{background-color:inherit!important;color:inherit!important}.inherit-background{background-color:inherit!important}.inherit-color{color:inherit!important}[class*=default-icon]{display:block;height:16px;width:16px;border:none!important;background-size:cover;background-color:transparent;opacity:.5;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;margin:auto}[class*=default-icon]:hover{opacity:1}.clear-fix::after,.clear::after,.clearfix::after{display:block;clear:both;content:""}.overflow{overflow:auto!important}.no-overflow{overflow:hidden!important}.scroll{overflow:scroll!important}.scroll-x{overflow-x:auto!important}.scroll-y{overflow-y:auto!important}.no-scroll{overflow:hidden!important}.no-scroll-x{overflow-x:hidden!important}.no-scroll-y{overflow-y:hidden!important}.wrap{white-space:normal!important}.no-wrap{white-space:nowrap!important}.no-user-select{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.no-appearance{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.collapse{overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}.v-center{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.h-center{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.neb::before{display:block;position:absolute;content:"";width:1rem;height:1rem;background-color:inherit;border:1px solid transparent;border-right-color:inherit;border-bottom-color:inherit}.neb.neb-s::before{top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.neb.neb-sw::before{top:100%;left:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-se::before{top:100%;right:.625rem;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.neb.neb-n::before{top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-135deg);transform:translateX(-50%) translateY(-50%) rotate(-135deg)}.neb.neb-nw::before{top:0;left:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-ne::before{top:0;right:.625rem;-webkit-transform:translateY(-50%) rotate(-135deg);-ms-transform:translateY(-50%) rotate(-135deg);transform:translateY(-50%) rotate(-135deg)}.neb.neb-en::before{top:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-e::before{top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(50%) translateY(-50%) rotate(-45deg);transform:translateX(50%) translateY(-50%) rotate(-45deg)}.neb.neb-es::before{bottom:.625rem;right:0;-webkit-transform:translateX(50%) rotate(-45deg);-ms-transform:translateX(50%) rotate(-45deg);transform:translateX(50%) rotate(-45deg)}.neb.neb-wn::before{top:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb.neb-w::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg)}.neb.neb-ws::before{bottom:.625rem;left:0;-webkit-transform:translateX(-50%) rotate(135deg);-ms-transform:translateX(-50%) rotate(135deg);transform:translateX(-50%) rotate(135deg)}.neb2::before{display:block;content:"";width:0;height:0;border-style:solid;position:absolute}.neb2.neb-s::before{border-width:24px 24px 0 24px;border-color:#fff transparent transparent transparent;top:100%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-n::before{border-width:0 24px 24px 24px;border-color:transparent transparent #fff transparent;top:0;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.neb2.neb-e::before{border-width:24px 0 24px 24px;border-color:transparent transparent transparent #fff;top:50%;right:0;-webkit-transform:translateX(50%) translateY(-50%);-ms-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.neb2.neb-w::before{border-width:24px 24px 24px 0;border-color:transparent #fff transparent transparent;top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.selected{-webkit-box-shadow:0 0 0 4px #5ebdec!important;box-shadow:0 0 0 4px #5ebdec!important}.selected::after{position:absolute;display:block;border-top:28px solid #5ebdec;border-left:28px solid transparent;right:-1px;content:"";top:-1px;z-index:100}.selected::before{position:absolute;display:block;content:"";background-color:transparent;border-color:#fff!important;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;right:.25rem;top:.25rem;z-index:102;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.-disabled,.disabled{pointer-events:none!important;color:#e4e4e4!important}.stop-pointer{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media screen and (min-width:0){.overflow-fs{overflow:auto!important}.no-overflow-fs{overflow:hidden!important}.scroll-fs{overflow:scroll!important}.scroll-x-fs{overflow-x:auto!important}.scroll-y-fs{overflow-y:auto!important}.no-scroll-fs{overflow:hidden!important}.no-scroll-x-fs{overflow-x:hidden!important}.no-scroll-y-fs{overflow-y:hidden!important}.wrap-fs{white-space:normal!important}.no-wrap-fs{white-space:nowrap!important}.collapse-fs{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-fs{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:576px){.overflow-sm{overflow:auto!important}.no-overflow-sm{overflow:hidden!important}.scroll-sm{overflow:scroll!important}.scroll-x-sm{overflow-x:auto!important}.scroll-y-sm{overflow-y:auto!important}.no-scroll-sm{overflow:hidden!important}.no-scroll-x-sm{overflow-x:hidden!important}.no-scroll-y-sm{overflow-y:hidden!important}.wrap-sm{white-space:normal!important}.no-wrap-sm{white-space:nowrap!important}.collapse-sm{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-sm{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:768px){.overflow-md{overflow:auto!important}.no-overflow-md{overflow:hidden!important}.scroll-md{overflow:scroll!important}.scroll-x-md{overflow-x:auto!important}.scroll-y-md{overflow-y:auto!important}.no-scroll-md{overflow:hidden!important}.no-scroll-x-md{overflow-x:hidden!important}.no-scroll-y-md{overflow-y:hidden!important}.wrap-md{white-space:normal!important}.no-wrap-md{white-space:nowrap!important}.collapse-md{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-md{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:992px){.overflow-lg{overflow:auto!important}.no-overflow-lg{overflow:hidden!important}.scroll-lg{overflow:scroll!important}.scroll-x-lg{overflow-x:auto!important}.scroll-y-lg{overflow-y:auto!important}.no-scroll-lg{overflow:hidden!important}.no-scroll-x-lg{overflow-x:hidden!important}.no-scroll-y-lg{overflow-y:hidden!important}.wrap-lg{white-space:normal!important}.no-wrap-lg{white-space:nowrap!important}.collapse-lg{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-lg{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1200px){.overflow-xl{overflow:auto!important}.no-overflow-xl{overflow:hidden!important}.scroll-xl{overflow:scroll!important}.scroll-x-xl{overflow-x:auto!important}.scroll-y-xl{overflow-y:auto!important}.no-scroll-xl{overflow:hidden!important}.no-scroll-x-xl{overflow-x:hidden!important}.no-scroll-y-xl{overflow-y:hidden!important}.wrap-xl{white-space:normal!important}.no-wrap-xl{white-space:nowrap!important}.collapse-xl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}@media screen and (min-width:1452px){.overflow-xxl{overflow:auto!important}.no-overflow-xxl{overflow:hidden!important}.scroll-xxl{overflow:scroll!important}.scroll-x-xxl{overflow-x:auto!important}.scroll-y-xxl{overflow-y:auto!important}.no-scroll-xxl{overflow:hidden!important}.no-scroll-x-xxl{overflow-x:hidden!important}.no-scroll-y-xxl{overflow-y:hidden!important}.wrap-xxl{white-space:normal!important}.no-wrap-xxl{white-space:nowrap!important}.collapse-xxl{position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.expand-xxl{max-height:1000px!important;-webkit-transition:max-height .3s ease!important;-o-transition:max-height .3s ease!important;transition:max-height .3s ease!important;-webkit-transition-duration:1s!important;-o-transition-duration:1s!important;transition-duration:1s!important;overflow:visible!important}}.debug{outline:1px dotted red!important;min-width:1px;min-height:1px}@media print{.d-none-print{display:none!important}.d-block-print{display:block!important}.d-inline-print{display:inline!important}.d-inline-block-print{display:inline-block!important}.d-table-print{display:table!important}.d-table-row-print{display:table-row!important}.d-table-cell-print{display:table-cell!important}.d-flex-print{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex-print{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}.visible-print{visibility:visible!important}.no-visible-print{visibility:hidden!important}.overflow-print{overflow:auto!important}.no-overflow-print{overflow:hidden!important}.scroll-print{overflow:scroll!important}.scroll-x-print{overflow-x:auto!important}.scroll-y-print{overflow-y:auto!important}.no-scroll-print{overflow:hidden!important}.no-scroll-x-print{overflow-x:hidden!important}.no-scroll-y-print{overflow-y:hidden!important}.wrap-print{white-space:normal!important}.no-wrap-print{white-space:nowrap!important}}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.d-none-ie{display:none!important}.d-block-ie{display:block!important}.tiles-grid{display:block}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid::after{display:block;clear:both;content:""}.tiles-grid [class*=tile-]{margin:5px;float:left}.ribbon-menu .content-holder .section{height:130px}.ribbon-toggle-group{height:80px}}@supports (-ms-ime-align:auto){.d-none-edge{display:none!important}.d-block-edge{display:block!important}.ribbon-menu .content-holder .section{height:130px}}.container,.container-fluid,.container2,aside,footer,header,section{display:block;position:relative;margin:0 auto}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container-fluid::after,.container2::after,.container::after,aside::after,footer::after,header::after,section::after{display:block;clear:both;content:""}.container,.container2{width:100%;padding-right:12px;padding-left:12px}.container-fluid{width:100%;max-width:none;padding-right:12px;padding-left:12px}@media (min-width:576px){.container{max-width:540px}.container2{max-width:90%}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container,.container2{max-width:960px}}@media (min-width:1200px){.container,.container2{max-width:1140px}}@media (min-width:1452px){.container,.container2{max-width:1360px}}.container-fs{max-width:0!important}.container-sm{max-width:576px!important}.container-md{max-width:768px!important}.container-lg{max-width:992px!important}.container-xl{max-width:1200px!important}.container-xxl{max-width:1452px!important}.accordion{list-style:none inside;margin:0;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.accordion>.frame{display:block;margin:1px 0}.accordion>.frame>.heading{display:block;position:relative;padding:.5rem 1rem;background-color:#f8f8f8;cursor:pointer;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.accordion>.frame>.content{display:block}.accordion.marker-on .heading{padding-left:32px}.accordion.marker-on .heading::before{line-height:1;display:block;content:"\203A";position:absolute;left:0;top:0;font-size:32px;width:40px;height:40px;text-align:center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.marker-on .frame.active>.heading::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.marker-on[dir=rtl] .heading{padding-left:1rem;padding-right:32px}.accordion.marker-on[dir=rtl] .heading::before{left:auto;right:0}.accordion.marker-on[dir=rtl] .frame.active>.heading::before{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.accordion.material .heading::before{display:none}.accordion.material>.frame>.heading{padding:16px 42px 16px 16px;font-size:16px;background-color:#fff}.accordion.material>.frame>.heading::after{display:block;content:"\203A";position:absolute;right:16px;top:8px;font-size:32px;width:40px;height:40px;text-align:center;line-height:1;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}.accordion.material .frame+.frame{border-top:1px #dfdfdf solid}.accordion.material>.frame>.content{padding:16px;font-size:14px}.accordion.material>.frame.active .heading::after{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;-o-transition:transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.action-button{padding:0;border-radius:50%;width:56px;height:56px;line-height:56px;text-align:center;display:inline-block;font-weight:400;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;font-size:.875rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button .icon{width:20px;height:20px;line-height:20px;font-size:20px;display:inline-block;text-align:center;margin-top:18px}.action-button .icon>*{width:100%;max-height:100%;display:inline-block}.action-button.second{width:40px;height:40px;line-height:40px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.action-button.second .icon{width:16px;height:16px;line-height:16px;font-size:16px;margin-top:0}.action-button.prime{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.action-button:active{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.multi-action{display:inline-block;position:relative;width:56px;height:56px}.multi-action .action-button{position:absolute;z-index:2;margin:0!important}.multi-action .actions{position:absolute;list-style:none inside none;margin:0;padding:0;width:auto;float:left;background-color:transparent;top:8px;left:8px;z-index:1;width:40px;height:40px;border-radius:50%}.multi-action .actions li{position:absolute;display:block;width:40px;height:40px;border-radius:50%;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);margin:0;background:#989898;color:#fff;-webkit-transform:scale(.2);-ms-transform:scale(.2);transform:scale(.2);line-height:40px;font-size:20px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;cursor:pointer}.multi-action .actions li a{background:inherit;color:inherit;display:block;width:40px;height:40px;border-radius:50%;line-height:40px;text-align:center;text-decoration:none}.multi-action .actions li:active{-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.multi-action .action-button.active~.actions li{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.multi-action .action-button.active~.actions li:nth-child(1){margin-top:-56px}.multi-action .action-button.active~.actions li:nth-child(2){margin-top:-104px}.multi-action .action-button.active~.actions li:nth-child(3){margin-top:-152px}.multi-action .action-button.active~.actions li:nth-child(4){margin-top:-200px}.multi-action .action-button.active~.actions li:nth-child(5){margin-top:-248px}.multi-action .action-button.active~.actions li:nth-child(6){margin-top:-296px}.multi-action .action-button.active~.actions li:nth-child(7){margin-top:-344px}.multi-action .action-button.active~.actions li:nth-child(8){margin-top:-392px}.multi-action .action-button.active~.actions li:nth-child(9){margin-top:-440px}.multi-action .action-button.active~.actions li:nth-child(10){margin-top:-488px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(1),.multi-action .action-button.active~.actions.drop-down li:nth-child(1){margin-top:56px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(2),.multi-action .action-button.active~.actions.drop-down li:nth-child(2){margin-top:104px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(3),.multi-action .action-button.active~.actions.drop-down li:nth-child(3){margin-top:152px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(4),.multi-action .action-button.active~.actions.drop-down li:nth-child(4){margin-top:200px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(5),.multi-action .action-button.active~.actions.drop-down li:nth-child(5){margin-top:248px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(6),.multi-action .action-button.active~.actions.drop-down li:nth-child(6){margin-top:296px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(7),.multi-action .action-button.active~.actions.drop-down li:nth-child(7){margin-top:344px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(8),.multi-action .action-button.active~.actions.drop-down li:nth-child(8){margin-top:392px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(9),.multi-action .action-button.active~.actions.drop-down li:nth-child(9){margin-top:440px}.multi-action .action-button.active~.actions.drop-bottom li:nth-child(10),.multi-action .action-button.active~.actions.drop-down li:nth-child(10){margin-top:488px}.multi-action .action-button.active~.actions.drop-right li{margin-top:0}.multi-action .action-button.active~.actions.drop-right li:nth-child(1){margin-left:56px}.multi-action .action-button.active~.actions.drop-right li:nth-child(2){margin-left:104px}.multi-action .action-button.active~.actions.drop-right li:nth-child(3){margin-left:152px}.multi-action .action-button.active~.actions.drop-right li:nth-child(4){margin-left:200px}.multi-action .action-button.active~.actions.drop-right li:nth-child(5){margin-left:248px}.multi-action .action-button.active~.actions.drop-right li:nth-child(6){margin-left:296px}.multi-action .action-button.active~.actions.drop-right li:nth-child(7){margin-left:344px}.multi-action .action-button.active~.actions.drop-right li:nth-child(8){margin-left:392px}.multi-action .action-button.active~.actions.drop-right li:nth-child(9){margin-left:440px}.multi-action .action-button.active~.actions.drop-right li:nth-child(10){margin-left:488px}.multi-action .action-button.active~.actions.drop-left li{margin-top:0}.multi-action .action-button.active~.actions.drop-left li:nth-child(1){margin-left:-56px}.multi-action .action-button.active~.actions.drop-left li:nth-child(2){margin-left:-104px}.multi-action .action-button.active~.actions.drop-left li:nth-child(3){margin-left:-152px}.multi-action .action-button.active~.actions.drop-left li:nth-child(4){margin-left:-200px}.multi-action .action-button.active~.actions.drop-left li:nth-child(5){margin-left:-248px}.multi-action .action-button.active~.actions.drop-left li:nth-child(6){margin-left:-296px}.multi-action .action-button.active~.actions.drop-left li:nth-child(7){margin-left:-344px}.multi-action .action-button.active~.actions.drop-left li:nth-child(8){margin-left:-392px}.multi-action .action-button.active~.actions.drop-left li:nth-child(9){margin-left:-440px}.multi-action .action-button.active~.actions.drop-left li:nth-child(10){margin-left:-488px}.multi-action .action-button .icon{-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}.multi-action .action-button.active.rotate .icon{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.multi-action .action-button.active.rotate-minus .icon{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.action-button.floating-action-top,.multi-action.floating-action-top{z-index:1080;top:90px;left:16px;position:fixed}.action-button.floating-action-bottom,.multi-action.floating-action-bottom{z-index:1080;bottom:20px;right:20px;position:fixed}.activity-ring{position:relative;padding-top:.22rem;width:32px;height:32px;margin:.625rem}.activity-ring>.wrap{position:absolute;width:30px;height:30px}.activity-ring>.wrap>.circle{opacity:0;width:30px;height:30px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);-webkit-animation:orbit 4s infinite;animation:orbit 4s infinite}.activity-ring>.wrap>.circle:after{position:absolute;content:'';width:4px;height:4px;border-radius:4px;background:#fff}.activity-ring>.wrap:nth-child(2){-webkit-transform:rotate(-14deg);-ms-transform:rotate(-14deg);transform:rotate(-14deg)}.activity-ring>.wrap:nth-child(2)>.circle{-webkit-animation-delay:.133s;animation-delay:.133s}.activity-ring>.wrap:nth-child(3){-webkit-transform:rotate(-28deg);-ms-transform:rotate(-28deg);transform:rotate(-28deg)}.activity-ring>.wrap:nth-child(3)>.circle{-webkit-animation-delay:.266s;animation-delay:.266s}.activity-ring>.wrap:nth-child(4){-webkit-transform:rotate(-42deg);-ms-transform:rotate(-42deg);transform:rotate(-42deg)}.activity-ring>.wrap:nth-child(4)>.circle{-webkit-animation-delay:.4s;animation-delay:.4s}.activity-ring>.wrap:nth-child(5){-webkit-transform:rotate(-56deg);-ms-transform:rotate(-56deg);transform:rotate(-56deg)}.activity-ring>.wrap:nth-child(5)>.circle{-webkit-animation-delay:.533s;animation-delay:.533s}.activity-ring.dark-style>.wrap>.circle:after{background-color:#989898}.activity-ring.color-style>.wrap>.circle:after{background-color:#1ba1e2}.activity-ring.color-style>.wrap:nth-child(2)>.circle:after{background-color:#fa6800}.activity-ring.color-style>.wrap:nth-child(3)>.circle:after{background-color:#60a917}.activity-ring.color-style>.wrap:nth-child(4)>.circle:after{background-color:#ce352c}.activity-ring.color-style>.wrap:nth-child(5)>.circle:after{background-color:#fff000}.activity-metro{overflow:hidden;position:relative;width:100%;height:10px;background-color:transparent}.activity-metro>.circle{display:inline-block;position:absolute;width:10px;height:10px;background-color:#fff;opacity:0;margin-left:5px;-webkit-animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate;animation:metro-slide 3s cubic-bezier(.1,.85,.9,.15) infinite,metro-opacity 2s ease-in-out infinite alternate}.activity-metro>.circle:nth-child(2){-webkit-animation-delay:.8s;animation-delay:.8s}.activity-metro>.circle:nth-child(3){-webkit-animation-delay:.7s;animation-delay:.7s}.activity-metro>.circle:nth-child(4){-webkit-animation-delay:.6s;animation-delay:.6s}.activity-metro>.circle:nth-child(5){-webkit-animation-delay:.5s;animation-delay:.5s}.activity-metro.dark-style>.circle{background-color:#989898}.activity-metro.color-style>.circle{background-color:#1ba1e2}.activity-metro.color-style>.circle:nth-child(2){background-color:#fa6800}.activity-metro.color-style>.circle:nth-child(3){background-color:#60a917}.activity-metro.color-style>.circle:nth-child(4){background-color:#ce352c}.activity-metro.color-style>.circle:nth-child(5){background-color:#fff000}.activity-square{position:relative;width:40px;height:40px;overflow:hidden;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;-webkit-animation:ani-shrink 1s linear infinite;animation:ani-shrink 1s linear infinite}.activity-square .square{position:absolute;width:19px;height:19px;background:#fff}.activity-square .square:nth-child(1){left:0;top:21px}.activity-square .square:nth-child(2){left:21px;top:21px;-webkit-animation:ani-drop 1s linear infinite;animation:ani-drop 1s linear infinite}.activity-square .square:nth-child(3){left:0;top:0;-webkit-animation:ani-drop2 1s linear infinite;animation:ani-drop2 1s linear infinite}.activity-square .square:nth-child(4){left:21px;top:0;-webkit-animation:ani-drop3 1s linear infinite;animation:ani-drop3 1s linear infinite}.activity-square.dark-style>.square{background-color:#989898}.activity-square.color-style>.square:nth-child(1){background-color:#fa6800}.activity-square.color-style>.square:nth-child(2){background-color:#60a917}.activity-square.color-style>.square:nth-child(3){background-color:#1ba1e2}.activity-square.color-style>.square:nth-child(4){background-color:#fff000}.activity-cycle{width:64px;height:64px;position:relative;overflow:hidden}.activity-cycle .cycle{display:block;position:relative;left:50%;top:50%;width:64px;height:64px;margin:-32px 0 0 -32px;border-radius:50%;border:3px solid transparent;border-top-color:#fff;-webkit-animation:ani-pre-spin 1s linear infinite;animation:ani-pre-spin 1s linear infinite;z-index:1001}.activity-cycle .cycle::after,.activity-cycle .cycle::before{content:"";position:absolute;border-radius:50%;border:3px solid transparent;border-top-color:#fff}.activity-cycle .cycle:before{top:5px;left:5px;right:5px;bottom:5px;-webkit-animation:ani-pre-spin 2s linear infinite;animation:ani-pre-spin 2s linear infinite}.activity-cycle .cycle:after{top:15px;left:15px;right:15px;bottom:15px;-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.activity-cycle.dark-style .cycle{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:before{border-top-color:#1d1d1d}.activity-cycle.dark-style .cycle:after{border-top-color:#1d1d1d}.activity-cycle.color-style .cycle{border-top-color:#1ba1e2}.activity-cycle.color-style .cycle:before{border-top-color:#ce352c}.activity-cycle.color-style .cycle:after{border-top-color:#fff000}.activity-simple{width:64px;height:64px}.activity-simple .circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;position:relative;width:100%;height:100%}.activity-simple .path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:#fff}.activity-simple.dark-style .path{stroke:#1d1d1d}.activity-simple.color-style .path{-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite}.activity-simple.small{width:32px;height:32px;border-radius:50%}.activity-simple.small .circular{width:32px;height:32px}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}@keyframes color{0%,100%{stroke:#ce352c}40%{stroke:#00aff0}66%{stroke:#60a917}80%,90%{stroke:#fff000}}.app-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;right:0;height:auto;min-height:52px;z-index:1030;background-color:#f8f8f8;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.app-bar .app-bar-container{background-color:inherit;color:inherit}.app-bar .app-bar-button,.app-bar .app-bar-container,.app-bar .app-bar-item,.app-bar .brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:52px;line-height:52px;padding:0 16px;background-color:inherit;color:inherit;text-decoration:none;font-size:14px;-ms-flex-negative:0;flex-shrink:0;border:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.app-bar .app-bar-button:focus,.app-bar .app-bar-container:focus,.app-bar .app-bar-item:focus,.app-bar .brand:focus{outline:0}.app-bar .app-bar-container{padding:0}.app-bar .app-bar-item{white-space:nowrap}.app-bar .app-bar-button{width:52px;padding:0}.app-bar .app-bar-menu{-ms-flex-negative:0;flex-shrink:0;list-style:none inside;margin:0;padding:0;position:relative;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:inherit;color:inherit}.app-bar .app-bar-menu>li,.app-bar .app-bar-menu>li>a{display:block;line-height:52px;background-color:inherit;color:inherit;-ms-flex-negative:0;flex-shrink:0}.app-bar .app-bar-menu>li>a{padding:0 16px;text-decoration:none;font-size:14px;position:relative}.app-bar .app-bar-menu>li{position:relative}.app-bar .app-bar-item:not(.no-hover) .active,.app-bar .app-bar-item:not(.no-hover):active,.app-bar .app-bar-item:not(.no-hover):hover,.app-bar .app-bar-menu li:not(.no-hover) .active,.app-bar .app-bar-menu li:not(.no-hover):active,.app-bar .app-bar-menu li:not(.no-hover):hover,.app-bar .brand:not(.no-hover) .active,.app-bar .brand:not(.no-hover):active,.app-bar .brand:not(.no-hover):hover,.app-bar .hamburger:not(.no-hover) .active,.app-bar .hamburger:not(.no-hover):active,.app-bar .hamburger:not(.no-hover):hover{background:rgba(29,29,29,.1)}.app-bar .hamburger{position:absolute;right:0;top:0;display:block;height:52px;width:52px}.app-bar .hamburger.menu-down.active .line:nth-child(1),.app-bar .hamburger.menu-down.active .line:nth-child(3){margin:-4px 16px}.app-bar .app-bar-menu .d-menu,.app-bar .app-bar-menu .v-menu{-webkit-box-shadow:none;box-shadow:none;position:relative;width:100%;background-color:#f8f8f8}.app-bar .app-bar-container .divider,.app-bar .app-bar-menu .divider{height:1px!important;line-height:1px!important;background-color:#e4e4e4}.app-bar .app-bar-container .d-menu{background-color:#f8f8f8;position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar .app-bar-container .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar .app-bar-container>.d-menu,.app-bar .app-bar-container>.v-menu{top:100%}.app-bar .app-bar-container a{color:inherit;text-decoration:none}.app-bar a{outline:0!important}.app-bar .app-bar-menu .d-menu .d-menu,.app-bar .app-bar-menu .d-menu .v-menu,.app-bar .app-bar-menu .v-menu .d-menu,.app-bar .app-bar-menu .v-menu .v-menu{left:0}.app-bar .app-bar-menu.opened{max-height:calc(100vh - 52px);overflow-y:auto}.app-bar .app-bar-input{width:100px;height:30px;font-size:.875rem;border:none!important;border-radius:4px}.app-bar .hamburger:not(.hidden)~.ml-auto{margin-right:48px}.app-bar-expand{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row}.app-bar-expand .app-bar-container,.app-bar-expand .app-bar-item,.app-bar-expand .brand{width:auto;-ms-flex-negative:1;flex-shrink:1}.app-bar-expand .app-bar-menu{float:left}.app-bar-expand .app-bar-menu{width:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.app-bar-expand .app-bar-menu .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.app-bar-expand .app-bar-menu .d-menu a,.app-bar-expand .app-bar-menu .d-menu li{height:38px;line-height:38px}.app-bar-expand .app-bar-menu .v-menu{position:absolute;float:left;width:auto;border:1px solid #dfdfdf;background-color:#fff}.app-bar-expand .app-bar-menu.collapsed{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.app-bar-expand .app-bar-menu .d-menu .d-menu,.app-bar-expand .app-bar-menu .d-menu .v-menu,.app-bar-expand .app-bar-menu .v-menu .d-menu,.app-bar-expand .app-bar-menu .v-menu .v-menu{left:100%}.app-bar-expand .hamburger{display:none}.p-ab{padding-top:52px!important}.m-ab{margin-top:52px!important}.h-ab{height:calc(100% - 52px)}.badge{position:absolute;z-index:1;top:0;right:0;background-color:#f8f8f8;color:#1d1d1d;border-radius:.25rem;display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;-webkit-transform:translateY(-50%) translateX(50%);-ms-transform:translateY(-50%) translateX(50%);transform:translateY(-50%) translateX(50%)}.app-bar-item .badge,.app-bar-menu>li>a .badge,.brand .badge,.d-menu>li>a .badge,.h-menu>li>a .badge,.t-menu>li>a .badge,.v-menu>li>a .badge{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inline{position:relative;display:inline-block;right:auto;top:-1px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.badge.inside{-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0)}.bottom-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:56px;width:100%;position:fixed;bottom:0;left:0;right:0;-webkit-box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);box-shadow:0 -2px 10px 0 rgba(0,0,0,.16),0 -1px 5px 0 rgba(0,0,0,.26);z-index:1030}.bottom-nav .button{width:auto;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;text-align:center;text-transform:capitalize;margin:0;border-radius:0;line-height:normal}.bottom-nav .button .icon{width:24px;height:24px;font-size:22px}.bottom-nav .button .label{display:block}.bottom-sheet{background-color:#fff;display:block;z-index:1030;max-width:360px;left:50%;list-style:none inside;padding:0;margin:0 0 0 -50%;width:100%;top:100%;position:fixed;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2);box-shadow:0 6px 20px 0 rgba(0,0,0,.19),0 8px 17px 0 rgba(0,0,0,.2)}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet::after{display:block;clear:both;content:""}.bottom-sheet.wide-sm{max-width:576px}.bottom-sheet.wide-ld{max-width:640px}.bottom-sheet.wide-md{max-width:768px}.bottom-sheet.wide-lg{max-width:992px}.bottom-sheet.wide{max-width:100%}.bottom-sheet>.title{height:56px;font-size:16px;color:rgba(0,0,0,.87)}.bottom-sheet>.item,.bottom-sheet>li{font-size:16px;position:relative;height:48px;padding-left:56px;display:block;cursor:pointer;vertical-align:middle;line-height:48px}.bottom-sheet>.item .icon,.bottom-sheet>li .icon{left:16px;position:absolute;width:24px;height:24px;font-size:24px;line-height:24px;vertical-align:middle;text-align:center;top:50%;margin-top:-12px;opacity:.8}.bottom-sheet>.item.active,.bottom-sheet>.item.hovered,.bottom-sheet>.item:hover,.bottom-sheet>li.active,.bottom-sheet>li.hovered,.bottom-sheet>li:hover{background-color:rgba(29,29,29,.1)}.bottom-sheet>.divider{height:1px;background-color:#dfdfdf}.bottom-sheet.grid-style{padding:16px}.bottom-sheet.grid-style>.item,.bottom-sheet.grid-style>li{width:64px;height:72px;line-height:normal;text-align:center;vertical-align:middle;display:block;float:left;margin:8px;padding:4px;font-size:11px}.bottom-sheet.grid-style>.item .icon,.bottom-sheet.grid-style>li .icon{display:block;position:relative;width:42px;height:42px;font-size:42px;margin:0 0 8px -21px;padding:0;top:0;left:50%;line-height:1}.bottom-sheet.grid-style>.divider{display:none}.bottom-sheet.opened{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.bottom-nav~.bottom-sheet{padding-bottom:76px}.breadcrumbs{margin-bottom:1rem;margin-left:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;color:#6a6a6a}.breadcrumbs .breadcrumb-item,.breadcrumbs .page-item{position:relative;cursor:pointer;display:list-item;background-color:inherit;color:inherit;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;margin:4px}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::after,.breadcrumbs .page-item+.page-item::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:1px;width:.375rem;background-color:#1d1d1d;top:50%;left:0;margin-left:-.5rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::before,.breadcrumbs .page-item+.page-item::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);margin-top:-.125rem}.breadcrumbs .breadcrumb-item+.breadcrumb-item::after,.breadcrumbs .page-item+.page-item::after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);margin-top:.125rem}.breadcrumbs .breadcrumb-item a,.breadcrumbs .page-item a,.breadcrumbs .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:transparent}.breadcrumbs .breadcrumb-item a:hover,.breadcrumbs .page-item a:hover,.breadcrumbs .page-link:hover{color:#1d1d1d}.breadcrumbs .breadcrumb-item:last-child,.breadcrumbs .page-item:last-child{font-weight:700}.button,.flat-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}.button .icon+.caption,.flat-button .icon+.caption{margin-left:8px}.button .caption+.icon,.flat-button .caption+.icon{margin-left:8px}.flat-button{min-width:64px;background-color:transparent}.button.focus,.button:active,.button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.button:hover{background-color:rgba(29,29,29,.1)}.button.link{background-color:transparent;color:#0366d6}.button.link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}.button.link.focus,.button.link:focus{-webkit-box-shadow:none;box-shadow:none}.button.hovered:hover{background-color:rgba(29,29,29,.2)}.button img{height:1rem}.button.mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}.button.mini img{height:.625rem}.button.small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}.button.small img{height:.75rem}.button.large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}.button.large img{height:1.375rem}.button.cycle,.button.square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}.button.cycle.mini,.button.square.mini{width:1.39875rem;height:1.39875rem}.button.cycle.small,.button.square.small{width:1.724375rem;height:1.724375rem}.button.cycle.large,.button.square.large{width:3.3125rem;height:3.3125rem}.button.cycle{border-radius:50%}.button.cycle.dropdown-toggle::before,.button.square.dropdown-toggle::before{display:none}.button.dropdown-toggle.no-marker{padding-right:.75rem!important}.button:focus,.button:hover{text-decoration:none}.button:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.button.disabled,.button:disabled{opacity:.65}.button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.button:active{-webkit-box-shadow:none;box-shadow:none}a.button,a.flat-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#1d1d1d;-webkit-box-shadow:none;box-shadow:none;text-decoration:none}a.button:hover,a.flat-button:hover{-webkit-box-shadow:none;box-shadow:none}a.button.focus,a.button:active,a.button:focus,a.flat-button.focus,a.flat-button:active,a.flat-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button],input[type=reset],input[type=submit]{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative;overflow:visible}input[type=button].primary,input[type=reset].primary,input[type=submit].primary{outline-color:#75b5fd;background-color:#0366d6;color:#fff}input[type=button].primary.outline,input[type=reset].primary.outline,input[type=submit].primary.outline{color:#0366d6;border-color:#0366d6}input[type=button].primary.outline.dropdown-toggle::before,input[type=reset].primary.outline.dropdown-toggle::before,input[type=submit].primary.outline.dropdown-toggle::before{border-color:#0366d6}input[type=button].primary.outline:hover,input[type=reset].primary.outline:hover,input[type=submit].primary.outline:hover{color:#fff}input[type=button].primary.dropdown-toggle::before,input[type=reset].primary.dropdown-toggle::before,input[type=submit].primary.dropdown-toggle::before{border-color:#fff}input[type=button].primary:hover,input[type=reset].primary:hover,input[type=submit].primary:hover{color:#fff;background-color:#024ea4;border-color:#023671}input[type=button].primary:hover.dropdown-toggle::before,input[type=reset].primary:hover.dropdown-toggle::before,input[type=submit].primary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].primary.same-color:hover,input[type=reset].primary.same-color:hover,input[type=submit].primary.same-color:hover{background-color:#0366d6;border-color:#0366d6}input[type=button].primary.focus,input[type=button].primary:active,input[type=button].primary:focus,input[type=reset].primary.focus,input[type=reset].primary:active,input[type=reset].primary:focus,input[type=submit].primary.focus,input[type=submit].primary:active,input[type=submit].primary:focus{-webkit-box-shadow:0 0 0 3px rgba(3,102,214,.45);box-shadow:0 0 0 3px rgba(3,102,214,.45)}input[type=button].secondary,input[type=reset].secondary,input[type=submit].secondary{outline-color:#b7c6cd;background-color:#607d8b;color:#fff}input[type=button].secondary.outline,input[type=reset].secondary.outline,input[type=submit].secondary.outline{color:#607d8b;border-color:#607d8b}input[type=button].secondary.outline.dropdown-toggle::before,input[type=reset].secondary.outline.dropdown-toggle::before,input[type=submit].secondary.outline.dropdown-toggle::before{border-color:#607d8b}input[type=button].secondary.outline:hover,input[type=reset].secondary.outline:hover,input[type=submit].secondary.outline:hover{color:#fff}input[type=button].secondary.dropdown-toggle::before,input[type=reset].secondary.dropdown-toggle::before,input[type=submit].secondary.dropdown-toggle::before{border-color:#fff}input[type=button].secondary:hover,input[type=reset].secondary:hover,input[type=submit].secondary:hover{color:#fff;background-color:#4b626d;border-color:#36474f}input[type=button].secondary:hover.dropdown-toggle::before,input[type=reset].secondary:hover.dropdown-toggle::before,input[type=submit].secondary:hover.dropdown-toggle::before{border-color:#fff}input[type=button].secondary.same-color:hover,input[type=reset].secondary.same-color:hover,input[type=submit].secondary.same-color:hover{background-color:#607d8b;border-color:#607d8b}input[type=button].secondary.focus,input[type=button].secondary:active,input[type=button].secondary:focus,input[type=reset].secondary.focus,input[type=reset].secondary:active,input[type=reset].secondary:focus,input[type=submit].secondary.focus,input[type=submit].secondary:active,input[type=submit].secondary:focus{-webkit-box-shadow:0 0 0 3px rgba(96,125,139,.45);box-shadow:0 0 0 3px rgba(96,125,139,.45)}input[type=button].success,input[type=reset].success,input[type=submit].success{outline-color:#adeb6e;background-color:#60a917;color:#fff}input[type=button].success.outline,input[type=reset].success.outline,input[type=submit].success.outline{color:#60a917;border-color:#60a917}input[type=button].success.outline.dropdown-toggle::before,input[type=reset].success.outline.dropdown-toggle::before,input[type=submit].success.outline.dropdown-toggle::before{border-color:#60a917}input[type=button].success.outline:hover,input[type=reset].success.outline:hover,input[type=submit].success.outline:hover{color:#fff}input[type=button].success.dropdown-toggle::before,input[type=reset].success.dropdown-toggle::before,input[type=submit].success.dropdown-toggle::before{border-color:#fff}input[type=button].success:hover,input[type=reset].success:hover,input[type=submit].success:hover{color:#fff;background-color:#477c11;border-color:#2d4f0b}input[type=button].success:hover.dropdown-toggle::before,input[type=reset].success:hover.dropdown-toggle::before,input[type=submit].success:hover.dropdown-toggle::before{border-color:#fff}input[type=button].success.same-color:hover,input[type=reset].success.same-color:hover,input[type=submit].success.same-color:hover{background-color:#60a917;border-color:#60a917}input[type=button].success.focus,input[type=button].success:active,input[type=button].success:focus,input[type=reset].success.focus,input[type=reset].success:active,input[type=reset].success:focus,input[type=submit].success.focus,input[type=submit].success:active,input[type=submit].success:focus{-webkit-box-shadow:0 0 0 3px rgba(96,169,23,.45);box-shadow:0 0 0 3px rgba(96,169,23,.45)}input[type=button].alert,input[type=reset].alert,input[type=submit].alert{outline-color:#ecaba7;background-color:#ce352c;color:#fff}input[type=button].alert.outline,input[type=reset].alert.outline,input[type=submit].alert.outline{color:#ce352c;border-color:#ce352c}input[type=button].alert.outline.dropdown-toggle::before,input[type=reset].alert.outline.dropdown-toggle::before,input[type=submit].alert.outline.dropdown-toggle::before{border-color:#ce352c}input[type=button].alert.outline:hover,input[type=reset].alert.outline:hover,input[type=submit].alert.outline:hover{color:#fff}input[type=button].alert.dropdown-toggle::before,input[type=reset].alert.dropdown-toggle::before,input[type=submit].alert.dropdown-toggle::before{border-color:#fff}input[type=button].alert:hover,input[type=reset].alert:hover,input[type=submit].alert:hover{color:#fff;background-color:#a42a23;border-color:#7a1f1a}input[type=button].alert:hover.dropdown-toggle::before,input[type=reset].alert:hover.dropdown-toggle::before,input[type=submit].alert:hover.dropdown-toggle::before{border-color:#fff}input[type=button].alert.same-color:hover,input[type=reset].alert.same-color:hover,input[type=submit].alert.same-color:hover{background-color:#ce352c;border-color:#ce352c}input[type=button].alert.focus,input[type=button].alert:active,input[type=button].alert:focus,input[type=reset].alert.focus,input[type=reset].alert:active,input[type=reset].alert:focus,input[type=submit].alert.focus,input[type=submit].alert:active,input[type=submit].alert:focus{-webkit-box-shadow:0 0 0 3px rgba(206,53,44,.45);box-shadow:0 0 0 3px rgba(206,53,44,.45)}input[type=button].warning,input[type=reset].warning,input[type=submit].warning{outline-color:#ffede1;background-color:#ff9447;color:#fff}input[type=button].warning.outline,input[type=reset].warning.outline,input[type=submit].warning.outline{color:#ff9447;border-color:#ff9447}input[type=button].warning.outline.dropdown-toggle::before,input[type=reset].warning.outline.dropdown-toggle::before,input[type=submit].warning.outline.dropdown-toggle::before{border-color:#ff9447}input[type=button].warning.outline:hover,input[type=reset].warning.outline:hover,input[type=submit].warning.outline:hover{color:#fff}input[type=button].warning.dropdown-toggle::before,input[type=reset].warning.dropdown-toggle::before,input[type=submit].warning.dropdown-toggle::before{border-color:#fff}input[type=button].warning:hover,input[type=reset].warning:hover,input[type=submit].warning:hover{color:#fff;background-color:#ff7615;border-color:#e05d00}input[type=button].warning:hover.dropdown-toggle::before,input[type=reset].warning:hover.dropdown-toggle::before,input[type=submit].warning:hover.dropdown-toggle::before{border-color:#fff}input[type=button].warning.same-color:hover,input[type=reset].warning.same-color:hover,input[type=submit].warning.same-color:hover{background-color:#ff9447;border-color:#ff9447}input[type=button].warning.focus,input[type=button].warning:active,input[type=button].warning:focus,input[type=reset].warning.focus,input[type=reset].warning:active,input[type=reset].warning:focus,input[type=submit].warning.focus,input[type=submit].warning:active,input[type=submit].warning:focus{-webkit-box-shadow:0 0 0 3px rgba(255,148,71,.45);box-shadow:0 0 0 3px rgba(255,148,71,.45)}input[type=button].yellow,input[type=reset].yellow,input[type=submit].yellow{outline-color:#fff;background-color:#ffe484;color:#fff}input[type=button].yellow.outline,input[type=reset].yellow.outline,input[type=submit].yellow.outline{color:#ffe484;border-color:#ffe484}input[type=button].yellow.outline.dropdown-toggle::before,input[type=reset].yellow.outline.dropdown-toggle::before,input[type=submit].yellow.outline.dropdown-toggle::before{border-color:#ffe484}input[type=button].yellow.outline:hover,input[type=reset].yellow.outline:hover,input[type=submit].yellow.outline:hover{color:#fff}input[type=button].yellow.dropdown-toggle::before,input[type=reset].yellow.dropdown-toggle::before,input[type=submit].yellow.dropdown-toggle::before{border-color:#fff}input[type=button].yellow:hover,input[type=reset].yellow:hover,input[type=submit].yellow:hover{color:#fff;background-color:#ffd951;border-color:#ffce1e}input[type=button].yellow:hover.dropdown-toggle::before,input[type=reset].yellow:hover.dropdown-toggle::before,input[type=submit].yellow:hover.dropdown-toggle::before{border-color:#fff}input[type=button].yellow.same-color:hover,input[type=reset].yellow.same-color:hover,input[type=submit].yellow.same-color:hover{background-color:#ffe484;border-color:#ffe484}input[type=button].yellow.focus,input[type=button].yellow:active,input[type=button].yellow:focus,input[type=reset].yellow.focus,input[type=reset].yellow:active,input[type=reset].yellow:focus,input[type=submit].yellow.focus,input[type=submit].yellow:active,input[type=submit].yellow:focus{-webkit-box-shadow:0 0 0 3px rgba(255,228,132,.45);box-shadow:0 0 0 3px rgba(255,228,132,.45)}input[type=button].info,input[type=reset].info,input[type=submit].info{outline-color:#e6f5fc;background-color:#5ebdec;color:#fff}input[type=button].info.outline,input[type=reset].info.outline,input[type=submit].info.outline{color:#5ebdec;border-color:#5ebdec}input[type=button].info.outline.dropdown-toggle::before,input[type=reset].info.outline.dropdown-toggle::before,input[type=submit].info.outline.dropdown-toggle::before{border-color:#5ebdec}input[type=button].info.outline:hover,input[type=reset].info.outline:hover,input[type=submit].info.outline:hover{color:#fff}input[type=button].info.dropdown-toggle::before,input[type=reset].info.dropdown-toggle::before,input[type=submit].info.dropdown-toggle::before{border-color:#fff}input[type=button].info:hover,input[type=reset].info:hover,input[type=submit].info:hover{color:#fff;background-color:#30abe6;border-color:#1891cb}input[type=button].info:hover.dropdown-toggle::before,input[type=reset].info:hover.dropdown-toggle::before,input[type=submit].info:hover.dropdown-toggle::before{border-color:#fff}input[type=button].info.same-color:hover,input[type=reset].info.same-color:hover,input[type=submit].info.same-color:hover{background-color:#5ebdec;border-color:#5ebdec}input[type=button].info.focus,input[type=button].info:active,input[type=button].info:focus,input[type=reset].info.focus,input[type=reset].info:active,input[type=reset].info:focus,input[type=submit].info.focus,input[type=submit].info:active,input[type=submit].info:focus{-webkit-box-shadow:0 0 0 3px rgba(94,189,236,.45);box-shadow:0 0 0 3px rgba(94,189,236,.45)}input[type=button].dark,input[type=reset].dark,input[type=submit].dark{outline-color:#9d9d9d;background-color:#505050;color:#fff}input[type=button].dark.outline,input[type=reset].dark.outline,input[type=submit].dark.outline{color:#505050;border-color:#505050}input[type=button].dark.outline.dropdown-toggle::before,input[type=reset].dark.outline.dropdown-toggle::before,input[type=submit].dark.outline.dropdown-toggle::before{border-color:#505050}input[type=button].dark.outline:hover,input[type=reset].dark.outline:hover,input[type=submit].dark.outline:hover{color:#fff}input[type=button].dark.dropdown-toggle::before,input[type=reset].dark.dropdown-toggle::before,input[type=submit].dark.dropdown-toggle::before{border-color:#fff}input[type=button].dark:hover,input[type=reset].dark:hover,input[type=submit].dark:hover{color:#fff;background-color:#373737;border-color:#1d1d1d}input[type=button].dark:hover.dropdown-toggle::before,input[type=reset].dark:hover.dropdown-toggle::before,input[type=submit].dark:hover.dropdown-toggle::before{border-color:#fff}input[type=button].dark.same-color:hover,input[type=reset].dark.same-color:hover,input[type=submit].dark.same-color:hover{background-color:#505050;border-color:#505050}input[type=button].dark.focus,input[type=button].dark:active,input[type=button].dark:focus,input[type=reset].dark.focus,input[type=reset].dark:active,input[type=reset].dark:focus,input[type=submit].dark.focus,input[type=submit].dark:active,input[type=submit].dark:focus{-webkit-box-shadow:0 0 0 3px rgba(80,80,80,.45);box-shadow:0 0 0 3px rgba(80,80,80,.45)}input[type=button].light,input[type=reset].light,input[type=submit].light{outline-color:#fff;background-color:#f8f8f8;color:#fff}input[type=button].light.outline,input[type=reset].light.outline,input[type=submit].light.outline{color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.outline.dropdown-toggle::before,input[type=reset].light.outline.dropdown-toggle::before,input[type=submit].light.outline.dropdown-toggle::before{border-color:#f8f8f8}input[type=button].light.outline:hover,input[type=reset].light.outline:hover,input[type=submit].light.outline:hover{color:#fff}input[type=button].light.dropdown-toggle::before,input[type=reset].light.dropdown-toggle::before,input[type=submit].light.dropdown-toggle::before{border-color:#fff}input[type=button].light:hover,input[type=reset].light:hover,input[type=submit].light:hover{color:#fff;background-color:#dfdfdf;border-color:#c5c5c5}input[type=button].light:hover.dropdown-toggle::before,input[type=reset].light:hover.dropdown-toggle::before,input[type=submit].light:hover.dropdown-toggle::before{border-color:#fff}input[type=button].light.same-color:hover,input[type=reset].light.same-color:hover,input[type=submit].light.same-color:hover{background-color:#f8f8f8;border-color:#f8f8f8}input[type=button].light.focus,input[type=button].light:active,input[type=button].light:focus,input[type=reset].light.focus,input[type=reset].light:active,input[type=reset].light:focus,input[type=submit].light.focus,input[type=submit].light:active,input[type=submit].light:focus{-webkit-box-shadow:0 0 0 3px rgba(248,248,248,.45);box-shadow:0 0 0 3px rgba(248,248,248,.45)}input[type=button].light,input[type=button].yellow,input[type=reset].light,input[type=reset].yellow,input[type=submit].light,input[type=submit].yellow{color:#1d1d1d}input[type=button].light.outline:hover,input[type=button].light:hover,input[type=button].yellow.outline:hover,input[type=button].yellow:hover,input[type=reset].light.outline:hover,input[type=reset].light:hover,input[type=reset].yellow.outline:hover,input[type=reset].yellow:hover,input[type=submit].light.outline:hover,input[type=submit].light:hover,input[type=submit].yellow.outline:hover,input[type=submit].yellow:hover{color:#1d1d1d}input[type=button] .icon+.caption,input[type=reset] .icon+.caption,input[type=submit] .icon+.caption{margin-left:8px}input[type=button] .caption+.icon,input[type=reset] .caption+.icon,input[type=submit] .caption+.icon{margin-left:8px}input[type=button].focus,input[type=button]:active,input[type=button]:focus,input[type=reset].focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit].focus,input[type=submit]:active,input[type=submit]:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{background-color:rgba(29,29,29,.1)}input[type=button].link,input[type=reset].link,input[type=submit].link{background-color:transparent;color:#0366d6}input[type=button].link:hover,input[type=reset].link:hover,input[type=submit].link:hover{background-color:transparent;color:#0056b3;text-decoration:underline}input[type=button].link.focus,input[type=button].link:focus,input[type=reset].link.focus,input[type=reset].link:focus,input[type=submit].link.focus,input[type=submit].link:focus{-webkit-box-shadow:none;box-shadow:none}input[type=button].hovered:hover,input[type=reset].hovered:hover,input[type=submit].hovered:hover{background-color:rgba(29,29,29,.2)}input[type=button] img,input[type=reset] img,input[type=submit] img{height:1rem}input[type=button].mini,input[type=reset].mini,input[type=submit].mini{font-size:.625rem;padding:0 .5rem;height:20px;line-height:20px}input[type=button].mini img,input[type=reset].mini img,input[type=submit].mini img{height:.625rem}input[type=button].small,input[type=reset].small,input[type=submit].small{font-size:.75rem;padding:0 .6rem;height:26px;line-height:26px}input[type=button].small img,input[type=reset].small img,input[type=submit].small img{height:.75rem}input[type=button].large,input[type=reset].large,input[type=submit].large{font-size:1.375rem;padding:0 1rem;height:53px;line-height:53px}input[type=button].large img,input[type=reset].large img,input[type=submit].large img{height:1.375rem}input[type=button].cycle,input[type=button].square,input[type=reset].cycle,input[type=reset].square,input[type=submit].cycle,input[type=submit].square{width:2.25rem;height:2.25rem;padding-left:0!important;padding-right:0!important}input[type=button].cycle.mini,input[type=button].square.mini,input[type=reset].cycle.mini,input[type=reset].square.mini,input[type=submit].cycle.mini,input[type=submit].square.mini{width:1.39875rem;height:1.39875rem}input[type=button].cycle.small,input[type=button].square.small,input[type=reset].cycle.small,input[type=reset].square.small,input[type=submit].cycle.small,input[type=submit].square.small{width:1.724375rem;height:1.724375rem}input[type=button].cycle.large,input[type=button].square.large,input[type=reset].cycle.large,input[type=reset].square.large,input[type=submit].cycle.large,input[type=submit].square.large{width:3.3125rem;height:3.3125rem}input[type=button].cycle,input[type=reset].cycle,input[type=submit].cycle{border-radius:50%}input[type=button].cycle.dropdown-toggle::before,input[type=button].square.dropdown-toggle::before,input[type=reset].cycle.dropdown-toggle::before,input[type=reset].square.dropdown-toggle::before,input[type=submit].cycle.dropdown-toggle::before,input[type=submit].square.dropdown-toggle::before{display:none}input[type=button].dropdown-toggle.no-marker,input[type=reset].dropdown-toggle.no-marker,input[type=submit].dropdown-toggle.no-marker{padding-right:.75rem!important}input[type=button]:focus,input[type=button]:hover,input[type=reset]:focus,input[type=reset]:hover,input[type=submit]:focus,input[type=submit]:hover{text-decoration:none}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}input[type=button].disabled,input[type=button]:disabled,input[type=reset].disabled,input[type=reset]:disabled,input[type=submit].disabled,input[type=submit]:disabled{opacity:.65}input[type=button].outline,input[type=reset].outline,input[type=submit].outline{background:transparent none;border-width:1px;border-color:#dfdfdf}input[type=button]:active,input[type=reset]:active,input[type=submit]:active{-webkit-box-shadow:none;box-shadow:none}.button-group .active{background-color:#989898;color:#fff}.calendar{display:block;position:relative;width:280px;border:1px solid #dfdfdf;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.calendar-content,.calendar-footer,.calendar-header{position:relative;display:block;background-color:#fff;color:#1d1d1d}.calendar-header{padding:1rem;background-color:#004d6f;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calendar-header .header-year{font-size:.75rem;line-height:1}.calendar-header .header-day{font-size:1.325rem}.calendar-content{padding:1px;width:278px}.calendar-content .calendar-toolbar,.calendar-content .days-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.calendar-content .calendar-toolbar{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem 0;width:100%}.calendar-content .calendar-toolbar .next-month,.calendar-content .calendar-toolbar .next-year,.calendar-content .calendar-toolbar .prev-month,.calendar-content .calendar-toolbar .prev-year{padding:.5rem 0;cursor:pointer;text-align:center;width:30px;display:block;position:relative;-ms-flex-negative:0;flex-shrink:0}.calendar-content .calendar-toolbar .curr-month,.calendar-content .calendar-toolbar .curr-year{padding:.5rem 0;width:100%;text-align:center;cursor:pointer;font-size:14px}.calendar-content .days,.calendar-content .week-days{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;font-size:.75rem}.calendar-content .days{border:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.calendar-content .days-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-content .day,.calendar-content .week-number{width:calc(100%/7);text-align:center;cursor:pointer;font-size:.85rem;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;height:36px;line-height:36px}.calendar-content .day.and-week-number{width:calc(100% / 8)}.calendar-content .day.selected{-webkit-box-shadow:inset 0 0 0 1px #5ebdec!important;box-shadow:inset 0 0 0 1px #5ebdec!important}.calendar-content .day.selected::after{border-top:20px solid #5ebdec;border-left:20px solid transparent;right:0;top:0}.calendar-content .day.selected::before{right:1px!important;top:1px!important}.calendar-content .day.showed{font-weight:700}.calendar-content .week-days .day{font-weight:700}.calendar-content .week-number{width:calc(100% / 8);background-color:#fff;font-weight:700;font-size:12px;border-right:1px solid #dfdfdf}.calendar-content .outside{color:#bebebe;font-size:.75rem}.calendar-content .today{background-color:rgba(27,161,226,.5);color:#fff;font-weight:700}.calendar-content .excluded{background-color:#f8f8f8}.calendar.day-border .days-row:not(:nth-child(1)){border-top:1px solid #dfdfdf}.calendar.day-border .days-row .day:not(:nth-child(1)),.calendar.day-border .week-days .day:not(:nth-child(1)){border-left:1px solid #dfdfdf}.calendar.day-border .days-row .week-number,.calendar.day-border .week-days .week-number{border-right:none}.calendar-months,.calendar-years{height:100%;display:block;position:absolute;top:0;background-color:#f8f8f8;color:#1d1d1d;float:left;width:120px;overflow:hidden;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:500}.calendar-months>.months-list,.calendar-years>.years-list{height:100%;overflow-x:hidden;overflow-y:auto!important}.calendar-months>.months-list li.active,.calendar-years>.years-list li.active{background-color:#1ba1e2;color:#fff}.calendar-months{left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:160px}.calendar-months.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);-webkit-box-shadow:5px 0 7px -6px rgba(0,0,0,.75);box-shadow:5px 0 7px -6px rgba(0,0,0,.75)}.calendar-months .months-list{list-style:none inside;padding:0;margin:10px 0}.calendar-months .months-list li{padding:4px 16px;cursor:pointer}.calendar-months .months-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-years{left:100%}.calendar-years.open{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);-webkit-box-shadow:-5px 0 7px -6px rgba(0,0,0,.75);box-shadow:-5px 0 7px -6px rgba(0,0,0,.75)}.calendar-years .years-list{list-style:none inside;padding:0;margin:10px 0;text-align:center}.calendar-years .years-list li{padding:4px 16px;cursor:pointer}.calendar-years .years-list li:hover{background-color:rgba(29,29,29,.1)}.calendar-footer{padding:.5rem;border-top:1px solid #dfdfdf;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calendar-footer>*{margin:0 2px;font-size:.75rem;height:32px;line-height:32px;padding:0 8px}.calendar.compact{width:240px}.calendar.compact .calendar-content{width:100%}.calendar.compact .calendar-header{padding:.5rem;line-height:1.2}.calendar.compact .calendar-header .header-year{font-size:.65rem}.calendar.compact .calendar-header .header-day{font-size:1rem}.calendar.compact .calendar-toolbar>*{padding:0!important;font-size:14px}.calendar.compact .calendar-footer .button{height:24px;line-height:24px;padding:0 .25rem}.calendar.compact .day,.calendar.compact .week-number{height:30px;line-height:30px;width:30px;margin:0;font-size:12px}.calendar.compact .day+.day{margin-left:1px}.calendar.compact .months-list,.calendar.compact .years-list{font-size:.85rem}.calendar-wide{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:560px}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide::after{display:block;clear:both;content:""}.calendar-wide.calendar-picker{width:460px}.calendar-wide .calendar-footer,.calendar-wide .calendar-header{position:absolute;top:0;height:100%;min-height:100%}.calendar-wide .calendar-header{left:0}.calendar-wide .calendar-footer{right:0}.calendar-wide .calendar-header{width:180px}.calendar-wide .calendar-footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:none;border-left:1px solid #dfdfdf;width:100px}.calendar-wide .calendar-footer *{width:100%;margin:2px 0}.calendar-wide .calendar-content{margin:0 96px 0 180px}.calendar-wide.compact{width:454px!important}.calendar-wide.compact.calendar-picker{width:354px!important}.calendar-wide.compact .calendar-header{width:120px}.calendar-wide.compact .calendar-content{margin:0 96px 0 120px;width:234px}.calendar-picker{position:relative}.calendar-picker input{width:100%}.calendar-picker .calendar-wide{width:464px}.calendar-picker .calendar-wide.compact{width:364px}.calendar-for-picker{position:absolute;top:100%;left:0;display:none;z-index:500}.calendar-for-picker.open{display:block!important}.calendar-for-picker.open-up{top:auto;bottom:100%}.calendar-for-picker.dialog-mode{position:fixed;top:50%!important;left:50%!important;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);z-index:1050}.calendar-for-picker.dialog-mode.open-up{top:auto;bottom:auto}.card{display:block;position:relative;font-size:.875rem;width:calc(100% - 1rem);margin:8px auto;border-radius:2px;border:1px solid #dfdfdf;background-color:#fff}.card-header{border-bottom:1px #eee solid;padding:1rem;font-size:16px;border-radius:2px 2px 0 0;display:block}.card-header .avatar{float:left;width:2.75rem;height:2.75rem;overflow:hidden}.card-header .avatar img{width:100%;min-height:100%}.card-header .name{margin-left:3.375rem;font-weight:500}.card-header .date{margin-left:3.375rem;font-size:.8125rem;font-weight:500;color:#bebebe}.card-content{display:block}.card-footer{border-top:1px #eee solid;padding:1rem;border-radius:0 0 2px 2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:3rem}.card.image-header .card-header{height:9rem;vertical-align:bottom;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.card.image-header .card-header .avatar{border-radius:50%;border:2px solid #fff}*+.card{margin-top:1rem}.card.flex-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column}.card.flex-card .card-footer,.card.flex-card .card-header{height:57px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.card.flex-card .card-footer{margin-top:auto}.carousel{display:block;position:relative;width:100%;height:auto;overflow:visible;background-color:#fff}.carousel .slides{display:block;position:relative;width:100%;height:100%;overflow:hidden}.carousel .slide{display:block;position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat}.carousel.fixed-size .slide{overflow:hidden}.carousel .carousel-bullets,.carousel [class*=carousel-switch]{position:absolute;display:block;z-index:501;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.carousel .carousel-switch-next,.carousel .carousel-switch-prev{width:auto;line-height:4rem;height:4rem;text-decoration:none;margin-top:-2rem;top:50%;font-size:4rem;font-weight:300;color:#bebebe;cursor:pointer;vertical-align:middle;padding:0}.carousel .carousel-switch-next:hover,.carousel .carousel-switch-prev:hover{color:#e4e4e4}.carousel .carousel-switch-next img,.carousel .carousel-switch-prev img{max-width:64px;max-height:64px}.carousel .carousel-switch-next [class*=mif-],.carousel .carousel-switch-prev [class*=mif-]{display:block}.carousel .carousel-switch-next{right:0;left:auto}.carousel .carousel-switch-prev{left:0;right:auto}.carousel .carousel-bullets{left:0;right:0;bottom:.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.carousel .carousel-bullets .carousel-bullet{display:block;float:none;width:.625rem;height:.625rem;background-color:#ababab;border-radius:50%;cursor:pointer;border:1px #fff solid;margin:0 .3125rem}.carousel .carousel-bullets .carousel-bullet.bullet-on{background-color:#5ebdec}.carousel .carousel-bullets.default-size .carousel-bullet{width:22px;height:22px}.carousel .carousel-bullets.mini-size .carousel-bullet{width:10px;height:10px}.carousel .carousel-bullets.small-size .carousel-bullet{width:16px;height:16px}.carousel .carousel-bullets.large-size .carousel-bullet{width:32px;height:32px}.carousel .carousel-bullets.bullet-style-square .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-cycle .carousel-bullet{border-radius:50%}.carousel .carousel-bullets.bullet-style-diamond .carousel-bullet{border-radius:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.carousel .carousel-bullets.bullet-style-rect .carousel-bullet{border-radius:0}.carousel .carousel-bullets.bullet-style-rect.default-size .carousel-bullet{width:44px;height:14px}.carousel .carousel-bullets.bullet-style-rect.mini-size .carousel-bullet{width:20px;height:6px}.carousel .carousel-bullets.bullet-style-rect.small-size .carousel-bullet{width:32px;height:10px}.carousel .carousel-bullets.bullet-style-rect.large-size .carousel-bullet{width:64px;height:24px}.carousel.controls-outside{padding:0 4rem 1.375rem 4rem}.carousel.controls-outside .carousel-bullets{bottom:0}.carousel.with-thumbnails .thumbs{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:100%;left:0;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:10px}.carousel.with-thumbnails .thumb{display:block;position:relative!important;top:auto!important;left:auto!important;margin:.5rem;cursor:pointer;overflow:hidden;background-color:#f8f8f8}.carousel.with-thumbnails .thumb.thumb-on{border:4px solid #1ba1e2}.charms{display:block;position:fixed;z-index:1090;background-color:#1d1d1d;color:#fff;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;padding:16px}.charms.top-side{bottom:100%;width:100%;left:0}.charms.top-side.open{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.charms.bottom-side{top:100%;left:0;width:100%}.charms.bottom-side.open{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.charms.left-side{top:0;bottom:0;right:100%;width:auto}.charms.left-side.open{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.charms.right-side{top:0;bottom:0;width:auto;left:100%}.charms.right-side.open{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.charm-notify,.charm-tile{display:block;position:relative;cursor:pointer}.charm-tile{width:90px;height:66px;padding:4px;background-color:#50727c;color:#fff;margin:2px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.charm-tile .icon{position:absolute;top:4px;left:4px;width:16px;height:16px;font-size:16px}.charm-tile .caption{margin-top:30px;font-size:10px;display:block}.charm-tile.active{background-color:#126278}.charm-notify{height:auto;background-color:#2d6070;color:#fff;padding:24px}.charm-notify .icon{position:absolute;left:16px;top:24px;width:48px;height:48px;font-size:40px}.charm-notify .content,.charm-notify .secondary,.charm-notify .title{display:block;position:relative;margin-left:52px;line-height:1}.charm-notify .title{font-weight:700;margin-bottom:6px}.charm-notify .content{font-size:14px;line-height:1.2}.charm-notify .secondary{font-size:10px;margin-top:8px}*+.charm-notify{margin-top:4px}.chat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;border:1px solid #dfdfdf;background-color:#fff}.chat .message-input,.chat .messages,.chat .title{display:block}.chat .title{font-size:18px;line-height:1.2;padding:8px;border-bottom:1px solid #dfdfdf}.chat .messages{padding:8px;border-bottom:1px solid #dfdfdf;height:100%;overflow:hidden;overflow-y:auto}.chat .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.chat .message .message-sender{width:50%;font-weight:600;font-size:12px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-time{width:50%;font-size:12px;text-align:right;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:.5}.chat .message .message-item{width:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin:8px 0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.chat .message .message-item .message-avatar{overflow:hidden;width:40px;height:40px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.chat .message .message-item .message-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #e4e4e4;margin-left:8px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:1.2;padding:5px 10px;width:100%;background-color:#e4e4e4}.chat .message .message-item .message-text::before{position:absolute;right:100%;top:14px;border:6px solid transparent;border-right-color:#e4e4e4;content:' ';height:0;width:0;pointer-events:none}.chat .message.right .message-time{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.chat .message.right .message-sender{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;text-align:right}.chat .message.right .message-avatar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.chat .message.right .message-text{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:8px}.chat .message.right .message-text::before{right:auto;left:100%;border-right-color:transparent;border-left-color:#e4e4e4}.chat .message-input{-ms-flex-negative:0;flex-shrink:0;margin-top:auto;padding:8px}.chat .message-input.disabled{opacity:.5}.chat .message .message-item .message-text.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.chat .message .message-item .message-text.primary::before{border-right-color:#0366d6}.chat .message .message-item .message-text.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.chat .message .message-item .message-text.secondary::before{border-right-color:#607d8b}.chat .message .message-item .message-text.success{border-color:#60a917;background-color:#60a917;color:#fff}.chat .message .message-item .message-text.success::before{border-right-color:#60a917}.chat .message .message-item .message-text.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.chat .message .message-item .message-text.alert::before{border-right-color:#ce352c}.chat .message .message-item .message-text.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.chat .message .message-item .message-text.warning::before{border-right-color:#ff9447}.chat .message .message-item .message-text.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.chat .message .message-item .message-text.yellow::before{border-right-color:#ffe484}.chat .message .message-item .message-text.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.chat .message .message-item .message-text.info::before{border-right-color:#5ebdec}.chat .message .message-item .message-text.dark{border-color:#505050;background-color:#505050;color:#fff}.chat .message .message-item .message-text.dark::before{border-right-color:#505050}.chat .message .message-item .message-text.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.chat .message .message-item .message-text.light::before{border-right-color:#f8f8f8}.chat .message .message-item .message-text.brand1{border-color:#2ac4f4;background-color:#2ac4f4;color:#fff}.chat .message .message-item .message-text.brand1::before{border-right-color:#2ac4f4}.chat .message .message-item .message-text.brand2{border-color:#004d6f;background-color:#004d6f;color:#fff}.chat .message .message-item .message-text.brand2::before{border-right-color:#004d6f}.chat .message .message-item .message-text.light,.chat .message .message-item .message-text.yellow{color:#1d1d1d}.chat .message.right .message-item .message-text.primary::before{border-right-color:transparent;border-left-color:#0366d6}.chat .message.right .message-item .message-text.secondary::before{border-right-color:transparent;border-left-color:#607d8b}.chat .message.right .message-item .message-text.success::before{border-right-color:transparent;border-left-color:#60a917}.chat .message.right .message-item .message-text.alert::before{border-right-color:transparent;border-left-color:#ce352c}.chat .message.right .message-item .message-text.warning::before{border-right-color:transparent;border-left-color:#ff9447}.chat .message.right .message-item .message-text.yellow::before{border-right-color:transparent;border-left-color:#ffe484}.chat .message.right .message-item .message-text.info::before{border-right-color:transparent;border-left-color:#5ebdec}.chat .message.right .message-item .message-text.dark::before{border-right-color:transparent;border-left-color:#505050}.chat .message.right .message-item .message-text.light::before{border-right-color:transparent;border-left-color:#f8f8f8}.chat .message.right .message-item .message-text.brand1::before{border-right-color:transparent;border-left-color:#2ac4f4}.chat .message.right .message-item .message-text.brand2::before{border-right-color:transparent;border-left-color:#004d6f}.checkbox{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.checkbox input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.checkbox .caption,.checkbox .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.checkbox .check{border:2px #d9d9d9 solid;width:20px;height:20px;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.checkbox .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";height:5px;width:10px;background-color:transparent;color:transparent;border-left:2px solid;border-bottom:2px solid;border-color:#fff;left:50%;top:50%;margin-left:-5px;margin-top:-4px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.checkbox input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[type=checkbox]:checked~.check::before{display:block}.checkbox input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.checkbox input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#1d1d1d}.checkbox input[data-indeterminate=true]~.check::before{display:block!important;width:6px;height:6px;background-color:#fff;border:2px solid #fff;left:50%;top:50%;margin-left:-3px;margin-top:-3px;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.checkbox .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.checkbox .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.checkbox.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.checkbox.invalid,.checkbox.required,.checkbox.valid{border:none!important}.checkbox.invalid::after{display:none}.checkbox:active input[type=checkbox]:not(:disabled)~.check::after,.checkbox:focus input[type=checkbox]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.checkbox.style2 input[type=checkbox]:checked~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 .check{border-color:#989898}.checkbox.style2 .check::before{border-color:#1d1d1d}.checkbox.style2 input[type=checkbox]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.checkbox.style2 input[type=checkbox]:disabled~.check::before{border-color:#e9e9e9}.checkbox.style2 input[data-indeterminate=true]~.check{border-color:#1d1d1d;background-color:#fff}.checkbox.style2 input[data-indeterminate=true]~.check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.checkbox.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[type=checkbox]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox.transition-on input[data-indeterminate=true]~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.checkbox .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.chip{display:inline-block;float:left;height:32px;font-size:14px;padding:0 12px;line-height:32px;background:#bebebe;cursor:default}.chip .label{white-space:nowrap}.chip .icon{position:absolute;left:0;top:0;width:32px;height:32px;text-align:center;line-height:32px;vertical-align:middle;font-size:24px;overflow:hidden}.chip .icon img{width:100%;max-height:100%;vertical-align:initial}.chip .icon+.label{margin-left:30px}.chip .action{display:block;float:right;margin-left:10px;cursor:pointer;width:24px;height:24px;margin-right:-8px;margin-top:4px;background-color:#ccc;overflow:hidden}.chip .action:before{content:"\2716";line-height:24px;text-align:center;display:block}.chip:hover{background-color:rgba(29,29,29,.1)}.chip.material{border-radius:16px}.chip.material .icon{border-radius:32px}.chip.material .action{border-radius:24px}.chip+.chip{margin-left:8px}.command-button,.image-button{padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:1.5rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-weight:500}.command-button .icon,.image-button .icon{width:2.6875rem;height:2.6875rem;line-height:2.6875rem;font-size:2rem;color:inherit;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.command-button .caption,.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.command-button .caption small,.image-button .caption small{display:block;font-size:.8rem}.command-button.icon-right .icon,.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.command-button.icon-right .caption,.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.command-button.outline,.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.command-button:hover,.image-button:hover{background-color:rgba(29,29,29,.1)}.command-button.focus,.command-button:active,.command-button:focus,.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.command-button.focus,.command-button:focus,.command-button:hover,.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.command-button:active,.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.command-button.disabled,.command-button:disabled,.image-button.disabled,.image-button:disabled{opacity:.65}.countdown{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:1.5rem}.countdown .part{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem .5rem .5em;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.countdown .digit{display:block;position:relative;padding:0;line-height:1;overflow:hidden}.countdown .digit .digit-placeholder{visibility:hidden}.countdown .digit .digit-value{display:block;position:absolute;top:0;left:0;font:inherit}.countdown .part+.part::before{top:10px;left:0;content:"";display:block;position:absolute;height:calc(100% - 8px);width:1px;background:-o-radial-gradient(at left,#dfdfdf,transparent);background:radial-gradient(at left,#dfdfdf,transparent)}.countdown .part.d-none+.part::before{display:none}.countdown .part.no-divider::before{display:none}.countdown .part.days::after,.countdown .part.hours::after,.countdown .part.minutes::after,.countdown .part.seconds::after{position:absolute;content:attr(data-label);text-align:center;bottom:0;left:0;width:100%;font-size:.3em;color:inherit;background-color:inherit;z-index:1}.countdown .days{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.countdown .hours{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.countdown .minutes{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.countdown .seconds{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.cube{display:block;position:relative;width:320px;height:310px;margin:0 auto 30px;-webkit-transform:rotateY(30deg);transform:rotateY(30deg)}.cube .side{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;overflow:hidden;width:162px;height:162px;bottom:38px;left:0}.cube .side.left-side{-webkit-transform:skewY(23deg) rotateX(10deg);transform:skewY(23deg) rotateX(10deg)}.cube .side.right-side{left:160px;-webkit-transform:skewY(-23deg) rotateY(10deg);transform:skewY(-23deg) rotateY(10deg)}.cube .side.top-side{left:80px;bottom:154px;top:auto;-webkit-transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg);-ms-transform:rotate(45deg) rotate(0) skew(-22deg,-22deg);transform:rotate(45deg) rotateZ(0) skew(-22deg,-22deg)}.cube .side .cube-cell{display:block;position:relative;width:24px;height:24px;margin:8px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;background-color:#231f20;border:1px solid #303030;-webkit-box-shadow:0 0 5px rgba(118,118,118,.8);box-shadow:0 0 5px rgba(118,118,118,.8);-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;line-height:24px;text-align:center;color:#fff;font-size:12px}.cube .side .cube-cell.light{-webkit-animation:pulsar-cell 2.5s 0s ease-out infinite;animation:pulsar-cell 2.5s 0s ease-out infinite;background-color:#c4122f;border-color:#c4122f;color:#1d1d1d;-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}@-webkit-keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}@keyframes pulsar-cell{0%,100%{-webkit-box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f;box-shadow:0 0 10px #c4122f,0 0 10px #c4122f,0 0 10px #c4122f}50%{-webkit-box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3);box-shadow:0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3),0 0 10px rgba(196,18,47,.3)}}.cube .axis{height:2px;width:200px;position:absolute;background-color:#c4122f;bottom:162px;left:162px;-webkit-transform-origin:0 0 0;-ms-transform-origin:0 0 0;transform-origin:0 0 0}.cube .axis::after,.cube .axis::before{content:"";position:absolute;height:1px;background-color:inherit;display:block}.cube .axis.arrow::after,.cube .axis.arrow::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.arrow::before{-webkit-transform:rotate(35deg);-ms-transform:rotate(35deg);transform:rotate(35deg)}.cube .axis.arrow::after{-webkit-transform:rotate(-35deg);-ms-transform:rotate(-35deg);transform:rotate(-35deg);right:-1px}.cube .axis.line::after,.cube .axis.line::before{width:16px;top:0;right:0;-webkit-transform-origin:100% 100% 0;-ms-transform-origin:100% 100% 0;transform-origin:100% 100% 0}.cube .axis.line::before{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.cube .axis.line::after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);right:-1px}.cube .axis.line.axis-y::before{-webkit-transform:rotate(113deg);-ms-transform:rotate(113deg);transform:rotate(113deg)}.cube .axis.line.axis-y::after{-webkit-transform:rotate(-67deg);-ms-transform:rotate(-67deg);transform:rotate(-67deg)}.cube .axis.line.axis-x::before{-webkit-transform:rotate(67deg);-ms-transform:rotate(67deg);transform:rotate(67deg)}.cube .axis.line.axis-x::after{-webkit-transform:rotate(-113deg);-ms-transform:rotate(-113deg);transform:rotate(-113deg)}.cube .axis.no-style::after,.cube .axis.no-style::before{display:none}.cube .axis.axis-x{-webkit-transform:rotate(203deg);-ms-transform:rotate(203deg);transform:rotate(203deg)}.cube .axis.axis-y{bottom:166px;-webkit-transform:rotate(-23deg);-ms-transform:rotate(-23deg);transform:rotate(-23deg)}.cube .axis.axis-z{width:190px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.d-menu,.v-menu{position:absolute;display:none;float:left;width:auto;margin:0;padding:0;list-style:none inside none;background-color:#fff;color:#1d1d1d}.d-menu.open,.v-menu.open{display:block!important}.d-menu.place-right,.v-menu.place-right{left:auto;right:0}.d-menu{z-index:1000}.d-menu a,.d-menu li,.v-menu a,.v-menu li{display:block;float:none;position:relative;cursor:pointer;color:inherit;background-color:inherit;height:auto}.d-menu li a,.v-menu li a{font-size:.875rem;padding:0 2rem 0 2.5rem;line-height:45px;height:45px;text-decoration:none;vertical-align:middle;white-space:nowrap;border:none}.d-menu li a .icon,.d-menu li a img,.v-menu li a .icon,.v-menu li a img{display:block;position:absolute;vertical-align:middle;text-align:center;text-decoration:none;font-size:1.2rem;left:.5rem;top:50%;margin-top:-.6rem;width:1.2rem;height:1.2rem;color:inherit}.d-menu li a .icon::before,.d-menu li a img::before,.v-menu li a .icon::before,.v-menu li a img::before{position:absolute;top:0;left:0;line-height:1.2rem}.d-menu li.active,.v-menu li.active{border-left:2px solid;border-color:#dfdfdf}.d-menu li.active>a,.v-menu li.active>a{background-color:#5ebdec;color:#fff;font-weight:700}.d-menu li:hover,.v-menu li:hover{text-decoration:none;background-color:rgba(29,29,29,.1)}.d-menu li:hover .icon,.d-menu li:hover>a,.v-menu li:hover .icon,.v-menu li:hover>a{color:inherit}.d-menu li a[data-hotkey],.v-menu li a[data-hotkey]{padding-right:4rem}.d-menu li a[data-hotkey]::after,.v-menu li a[data-hotkey]::after{content:attr(data-hotkey);position:absolute;right:1.2rem;width:auto;font-size:.8em}.d-menu li a.dropdown-toggle::before,.v-menu li a.dropdown-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.d-menu li a.dropdown-toggle.active-toggle::before,.v-menu li a.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.d-menu .divider,.v-menu .divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#f2f2f2;cursor:default;pointer-events:none}.d-menu .divider:hover,.v-menu .divider:hover{background-color:#f2f2f2}.d-menu.disabled,.v-menu.disabled{cursor:default;pointer-events:none}.d-menu.disabled a,.v-menu.disabled a{color:#e4e4e4}.d-menu{-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.d-menu.context li a{height:32px;line-height:32px;font-size:.75rem;padding:0 2rem 0 2.5rem}.d-menu.context li a .icon{width:.92rem;height:.92rem;font-size:.92rem}.v-menu{display:block;position:relative;width:100%;float:none}.v-menu.for-dropdown{width:auto;float:left;display:none}.v-menu .v-menu{display:none;min-width:0;position:relative;width:100%;left:0;right:0;top:100%;-webkit-box-shadow:none;box-shadow:none;float:none}.v-menu .menu-title{background-color:#f6f7f8;font-size:12px;line-height:22px;height:22px;padding:0 8px;border:0;color:#646464;font-weight:700;pointer-events:none}.v-menu .menu-title:first-child{margin:0;border-top-width:0}.v-menu .menu-title:first-child:hover{border-top-width:0}.v-menu .menu-title:hover{background-color:#f6f7f8;cursor:default;border:0}.v-menu.dropdown{position:absolute;float:left;width:auto;top:100%;border:1px solid #dfdfdf}.d-menu .d-menu{left:100%;top:-.5rem}@media screen and (min-width:0){.d-menu.place-right-fs,.v-menu.place-right-fs{left:auto;right:0}}@media screen and (min-width:576px){.d-menu.place-right-sm,.v-menu.place-right-sm{left:auto;right:0}}@media screen and (min-width:768px){.d-menu.place-right-md,.v-menu.place-right-md{left:auto;right:0}}@media screen and (min-width:992px){.d-menu.place-right-lg,.v-menu.place-right-lg{left:auto;right:0}}@media screen and (min-width:1200px){.d-menu.place-right-xl,.v-menu.place-right-xl{left:auto;right:0}}@media screen and (min-width:1452px){.d-menu.place-right-xxl,.v-menu.place-right-xxl{left:auto;right:0}}.sorting,.sorting_asc,.sorting_desc{position:relative;cursor:pointer}.sorting:after,.sorting_asc:after,.sorting_desc:after{position:absolute;content:"";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.5rem;font-size:1rem;line-height:1;color:#1d1d1d}.sorting_asc{background-color:#ebebeb}.sorting_asc:after{content:"\2191"}.sorting_desc{background-color:#ebebeb}.sorting_desc:after{content:"\2193"}.dataTables_length label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_length label select{margin:0 10px;width:100px}.dataTables_filter label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dataTables_filter label input{width:200px;margin-left:10px}.dataTables_paginate{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dataTables_paginate .next,.dataTables_paginate .previous,.dataTables_paginate span a{cursor:pointer;display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem}.dataTables_paginate .next:hover,.dataTables_paginate .previous:hover,.dataTables_paginate span a:hover{background-color:rgba(29,29,29,.1)}.dataTables_paginate span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.dataTables_paginate .current{background-color:#e4e4e4}.dataTables_wrapper{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}.dataTables_filter,.dataTables_length{-webkit-box-flex:1;-ms-flex:1;flex:1}.dataTable,.dataTables_info,.dataTables_paginate{width:100%}.dataTables_info{line-height:42px;text-align:center}@media all and (min-width:576px){.dataTables_filter label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dataTables_length label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media all and (min-width:992px){.dataTables_info,.dataTables_paginate{width:auto}.dataTables_info{text-align:left}.dataTables_paginate{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.date-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.date-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.date-picker .date-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.date-picker .day,.date-picker .month,.date-picker .year{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:38px}.date-picker .month{-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2}.date-picker .sel-month{-webkit-box-flex:2!important;-ms-flex-positive:2!important;flex-grow:2!important}.dialog{position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:auto;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px);height:auto;background-color:#fff;color:#1d1d1d;z-index:1050;border:1px solid #dfdfdf}.dialog.shadow-on{-webkit-box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);box-shadow:0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24)}.dialog-actions,.dialog-content,.dialog-title{display:block}.dialog-title{font-size:1.325rem;padding:12px 24px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;border-bottom:1px solid #dfdfdf}.dialog-content{padding:12px 24px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.dialog-actions{border-top:1px solid #e9e9e9;padding:8px 16px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.dialog-actions>*{margin:0 4px;min-width:64px}.dialog *+.dialog-content{margin-top:8px}.dialog *+.dialog-actions{margin-top:8px}.dialog .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.dialog .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.dialog.primary{border:1px solid #0366d6}.dialog.primary .dialog-title{background-color:#0366d6;border-bottom-color:#0366d6;color:#fff}.dialog.primary .dialog-actions{border-top-color:#0366d6}.dialog.secondary{border:1px solid #607d8b}.dialog.secondary .dialog-title{background-color:#607d8b;border-bottom-color:#607d8b;color:#fff}.dialog.secondary .dialog-actions{border-top-color:#607d8b}.dialog.success{border:1px solid #60a917}.dialog.success .dialog-title{background-color:#60a917;border-bottom-color:#60a917;color:#fff}.dialog.success .dialog-actions{border-top-color:#60a917}.dialog.alert{border:1px solid #ce352c}.dialog.alert .dialog-title{background-color:#ce352c;border-bottom-color:#ce352c;color:#fff}.dialog.alert .dialog-actions{border-top-color:#ce352c}.dialog.warning{border:1px solid #ff9447}.dialog.warning .dialog-title{background-color:#ff9447;border-bottom-color:#ff9447;color:#fff}.dialog.warning .dialog-actions{border-top-color:#ff9447}.dialog.yellow{border:1px solid #ffe484}.dialog.yellow .dialog-title{background-color:#ffe484;border-bottom-color:#ffe484;color:#fff}.dialog.yellow .dialog-actions{border-top-color:#ffe484}.dialog.info{border:1px solid #5ebdec}.dialog.info .dialog-title{background-color:#5ebdec;border-bottom-color:#5ebdec;color:#fff}.dialog.info .dialog-actions{border-top-color:#5ebdec}.dialog.dark{border:1px solid #505050}.dialog.dark .dialog-title{background-color:#505050;border-bottom-color:#505050;color:#fff}.dialog.dark .dialog-actions{border-top-color:#505050}.dialog.light{border:1px solid #f8f8f8}.dialog.light .dialog-title{background-color:#f8f8f8;border-bottom-color:#f8f8f8;color:#fff}.dialog.light .dialog-actions{border-top-color:#f8f8f8}.dialog.brand1{border:1px solid #2ac4f4}.dialog.brand1 .dialog-title{background-color:#2ac4f4;border-bottom-color:#2ac4f4;color:#fff}.dialog.brand1 .dialog-actions{border-top-color:#2ac4f4}.dialog.brand2{border:1px solid #004d6f}.dialog.brand2 .dialog-title{background-color:#004d6f;border-bottom-color:#004d6f;color:#fff}.dialog.brand2 .dialog-actions{border-top-color:#004d6f}.dialog.light .dialog-title,.dialog.yellow .dialog-title{color:#1d1d1d}.donut{display:block;position:relative;border-radius:50%}.donut>svg{width:100%;height:100%}.dragged-item{opacity:.3}.drag-item-marker{position:absolute;top:8px;left:4px;height:20px;width:24px;background-color:transparent;cursor:move;border-top:4px solid #fff}.drag-item-marker::after,.drag-item-marker::before{content:"";position:absolute;width:100%;height:4px;background-color:#fff}.drag-item-marker::before{top:4px}.drag-item-marker::after{top:12px}.drag-marker-dark .drag-item-marker{border-top-color:#1d1d1d}.drag-marker-dark::after,.drag-marker-dark::before{background-color:#1d1d1d}.dragged-item-avatar{cursor:move;display:block;position:absolute;background-color:#00aff0;opacity:.3;z-index:500;-webkit-box-shadow:inset -1px 0 10px -4px #0366d6;box-shadow:inset -1px 0 10px -4px #0366d6}.draggable{-webkit-animation:drag-flush 1s ease infinite;animation:drag-flush 1s ease infinite}@-webkit-keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}@keyframes drag-flush{0%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}50%{-webkit-box-shadow:0 0 0 .25rem rgba(27,161,226,.45);box-shadow:0 0 0 .25rem rgba(27,161,226,.45)}100%{-webkit-box-shadow:0 0 0 0 rgba(27,161,226,.45);box-shadow:0 0 0 0 rgba(27,161,226,.45)}}.dropdown-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.dropdown-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.dropdown-toggle.drop-marker-light::before,.dropdown-toggle.marker-light::before{border-color:#fff}.dropdown-toggle.no-marker::before{display:none}.dropdown-toggle.active-container::before,.dropdown-toggle.active-toggle::before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.dropdown-toggle.marker-center::before{left:50%;top:50%;margin-left:0;margin-top:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(-45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(-45deg);transform:translateX(-50%) translateY(-50%) rotate(-45deg)}.dropdown-toggle.marker-center.active-container::before,.dropdown-toggle.marker-center.active-toggle::before{-webkit-transform:translateX(-50%) translateY(-50%) rotate(135deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(135deg);transform:translateX(-50%) translateY(-50%) rotate(135deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.drop-left{right:100%!important;top:0!important}.drop-right{left:100%!important;top:0!important}.drop-up{top:auto!important;bottom:100%!important}.dropdown-button{display:inline-block;position:relative;width:auto;height:36px;line-height:1}.expand-button{width:36px;height:36px;background-size:1rem 1rem;background:center center no-repeat;text-indent:-9999px;border:0;display:inline-block;cursor:pointer;z-index:2;position:relative;float:left;outline:0}.expand-button span{position:absolute;left:.5rem;width:1.2rem;height:2px;margin:0 0 0;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after,.expand-button span:before{content:'';position:absolute;top:-.5rem;right:0;width:1.2rem;height:2px;background:#1d1d1d;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.expand-button span:after{top:.5rem}.expand-button.transform span{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background:#1d1d1d}.expand-button.transform span:after,.expand-button.transform span:before{content:'';top:-5px;right:0;width:.75rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.expand-button.transform span:after{top:5px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.expand-button.light span{background-color:#fff}.expand-button.light span:after,.expand-button.light span:before{background-color:#fff}.drop-zone input,.file input,.file-button input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.file{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0;padding:0}.file .button{border:none}.file .button>*{height:24px;max-width:24px}.file .caption{line-height:35px;display:block;padding:0 .5rem;width:100%;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.file.disabled .button{background-color:#f8f8f8;color:#dfdfdf}.file .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.file .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.file .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.file .button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:auto;height:34px}.drop-zone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;width:100%;height:auto;padding:40px 0;outline:4px dashed #989898;outline-offset:-12px;background-color:#f8f8f8}.drop-zone .icon{display:block;width:64px;height:64px}.drop-zone .caption{margin-top:10px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.drop-zone.focused,.drop-zone:hover{outline-color:#7e7e7e}.drop-zone.drop-on{outline-color:#00b300}.file-button{text-align:center}form{display:block;position:relative}.form-actions{margin:10px 0;display:block;position:relative}.form-group{display:block;position:relative}.form-group+.form-group{margin-top:1rem}.inline-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.inline-form .file,.inline-form .input,.inline-form .select,.inline-form .spinner,.inline-form .tag-input,.inline-form .textarea,.inline-form input[type=datetime-local],.inline-form input[type=email],.inline-form input[type=file],.inline-form input[type=month],.inline-form input[type=number],.inline-form input[type=password],.inline-form input[type=search],.inline-form input[type=tel],.inline-form input[type=text],.inline-form input[type=time],.inline-form input[type=url],.inline-form input[type=week],.inline-form select,.inline-form textarea{width:auto;margin-left:.5rem;margin-right:.5rem}.inline-form .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form-group.disabled,.form-group:disabled,fieldset.disabled,fieldset:disabled,form.disabled,form:disabled{pointer-events:none}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-6px;margin-right:-6px}.cell,.col{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%;padding:6px}[class*=cell-],[class*=col-]{position:relative;display:block;padding:6px;width:100%;min-height:1px}.cell-auto,.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.cell-1,.col-1,.colspan-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-1{margin-left:8.333335%}.cell-2,.col-2,.colspan-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-2{margin-left:16.66667%}.cell-3,.col-3,.colspan-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-3{margin-left:25.000005%}.cell-4,.col-4,.colspan-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-4{margin-left:33.33334%}.cell-5,.col-5,.colspan-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-5{margin-left:41.666675%}.cell-6,.col-6,.colspan-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-6{margin-left:50.00001%}.cell-7,.col-7,.colspan-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-7{margin-left:58.333345%}.cell-8,.col-8,.colspan-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-8{margin-left:66.66668%}.cell-9,.col-9,.colspan-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-9{margin-left:75.000015%}.cell-10,.col-10,.colspan-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-10{margin-left:83.33335%}.cell-11,.col-11,.colspan-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-11{margin-left:91.666685%}.cell-12,.col-12,.colspan-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-12{margin-left:100.00002%}.stub{-webkit-box-flex:0;-ms-flex:none;flex:none;display:block;padding:0 12px}.grid.no-gap .row{margin-left:0;margin-right:0}.grid.no-gap .row .cell,.grid.no-gap .row .col,.grid.no-gap .row .stub{padding:0}.grid.no-gap .row+.row{margin-top:0}.row.no-gap{margin-left:0;margin-right:0;margin-top:0}.row.no-gap .cell,.row.no-gap .col,.row.no-gap .stub,.row.no-gap [class*=cell-],.row.no-gap [class*=col-]{padding:0}@media screen and (min-width:0){.cell-fs-full,.col-fs-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-fs-half,.col-fs-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-fs-one-third,.col-fs-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-fs-two-third,.col-fs-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-fs-quarter,.col-fs-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-fs,.col-fs{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-fs-auto,.col-fs-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-fs-1,.col-fs-1,.colspan-fs-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-fs-1{margin-left:8.333335%}.cell-fs-2,.col-fs-2,.colspan-fs-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-fs-2{margin-left:16.66667%}.cell-fs-3,.col-fs-3,.colspan-fs-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-fs-3{margin-left:25.000005%}.cell-fs-4,.col-fs-4,.colspan-fs-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-fs-4{margin-left:33.33334%}.cell-fs-5,.col-fs-5,.colspan-fs-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-fs-5{margin-left:41.666675%}.cell-fs-6,.col-fs-6,.colspan-fs-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-fs-6{margin-left:50.00001%}.cell-fs-7,.col-fs-7,.colspan-fs-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-fs-7{margin-left:58.333345%}.cell-fs-8,.col-fs-8,.colspan-fs-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-fs-8{margin-left:66.66668%}.cell-fs-9,.col-fs-9,.colspan-fs-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-fs-9{margin-left:75.000015%}.cell-fs-10,.col-fs-10,.colspan-fs-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-fs-10{margin-left:83.33335%}.cell-fs-11,.col-fs-11,.colspan-fs-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-fs-11{margin-left:91.666685%}.cell-fs-12,.col-fs-12,.colspan-fs-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-fs-12{margin-left:100.00002%}}@media screen and (min-width:576px){.cell-sm-full,.col-sm-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-sm-half,.col-sm-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-sm-one-third,.col-sm-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-sm-two-third,.col-sm-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-sm-quarter,.col-sm-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-sm,.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-sm-auto,.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-sm-1,.col-sm-1,.colspan-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-sm-1{margin-left:8.333335%}.cell-sm-2,.col-sm-2,.colspan-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-sm-2{margin-left:16.66667%}.cell-sm-3,.col-sm-3,.colspan-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-sm-3{margin-left:25.000005%}.cell-sm-4,.col-sm-4,.colspan-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-sm-4{margin-left:33.33334%}.cell-sm-5,.col-sm-5,.colspan-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-sm-5{margin-left:41.666675%}.cell-sm-6,.col-sm-6,.colspan-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-sm-6{margin-left:50.00001%}.cell-sm-7,.col-sm-7,.colspan-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-sm-7{margin-left:58.333345%}.cell-sm-8,.col-sm-8,.colspan-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-sm-8{margin-left:66.66668%}.cell-sm-9,.col-sm-9,.colspan-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-sm-9{margin-left:75.000015%}.cell-sm-10,.col-sm-10,.colspan-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-sm-10{margin-left:83.33335%}.cell-sm-11,.col-sm-11,.colspan-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-sm-11{margin-left:91.666685%}.cell-sm-12,.col-sm-12,.colspan-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-sm-12{margin-left:100.00002%}}@media screen and (min-width:768px){.cell-md-full,.col-md-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-md-half,.col-md-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-md-one-third,.col-md-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-md-two-third,.col-md-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-md-quarter,.col-md-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-md,.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-md-auto,.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-md-1,.col-md-1,.colspan-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-md-1{margin-left:8.333335%}.cell-md-2,.col-md-2,.colspan-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-md-2{margin-left:16.66667%}.cell-md-3,.col-md-3,.colspan-md-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-md-3{margin-left:25.000005%}.cell-md-4,.col-md-4,.colspan-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-md-4{margin-left:33.33334%}.cell-md-5,.col-md-5,.colspan-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-md-5{margin-left:41.666675%}.cell-md-6,.col-md-6,.colspan-md-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-md-6{margin-left:50.00001%}.cell-md-7,.col-md-7,.colspan-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-md-7{margin-left:58.333345%}.cell-md-8,.col-md-8,.colspan-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-md-8{margin-left:66.66668%}.cell-md-9,.col-md-9,.colspan-md-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-md-9{margin-left:75.000015%}.cell-md-10,.col-md-10,.colspan-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-md-10{margin-left:83.33335%}.cell-md-11,.col-md-11,.colspan-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-md-11{margin-left:91.666685%}.cell-md-12,.col-md-12,.colspan-md-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-md-12{margin-left:100.00002%}}@media screen and (min-width:992px){.cell-lg-full,.col-lg-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-lg-half,.col-lg-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-lg-one-third,.col-lg-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-lg-two-third,.col-lg-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-lg-quarter,.col-lg-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-lg,.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-lg-auto,.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-lg-1,.col-lg-1,.colspan-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-lg-1{margin-left:8.333335%}.cell-lg-2,.col-lg-2,.colspan-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-lg-2{margin-left:16.66667%}.cell-lg-3,.col-lg-3,.colspan-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-lg-3{margin-left:25.000005%}.cell-lg-4,.col-lg-4,.colspan-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-lg-4{margin-left:33.33334%}.cell-lg-5,.col-lg-5,.colspan-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-lg-5{margin-left:41.666675%}.cell-lg-6,.col-lg-6,.colspan-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-lg-6{margin-left:50.00001%}.cell-lg-7,.col-lg-7,.colspan-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-lg-7{margin-left:58.333345%}.cell-lg-8,.col-lg-8,.colspan-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-lg-8{margin-left:66.66668%}.cell-lg-9,.col-lg-9,.colspan-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-lg-9{margin-left:75.000015%}.cell-lg-10,.col-lg-10,.colspan-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-lg-10{margin-left:83.33335%}.cell-lg-11,.col-lg-11,.colspan-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-lg-11{margin-left:91.666685%}.cell-lg-12,.col-lg-12,.colspan-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-lg-12{margin-left:100.00002%}}@media screen and (min-width:1200px){.cell-xl-full,.col-xl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xl-half,.col-xl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xl-one-third,.col-xl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xl-two-third,.col-xl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xl-quarter,.col-xl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xl,.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xl-auto,.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xl-1,.col-xl-1,.colspan-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xl-1{margin-left:8.333335%}.cell-xl-2,.col-xl-2,.colspan-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xl-2{margin-left:16.66667%}.cell-xl-3,.col-xl-3,.colspan-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xl-3{margin-left:25.000005%}.cell-xl-4,.col-xl-4,.colspan-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xl-4{margin-left:33.33334%}.cell-xl-5,.col-xl-5,.colspan-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xl-5{margin-left:41.666675%}.cell-xl-6,.col-xl-6,.colspan-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xl-6{margin-left:50.00001%}.cell-xl-7,.col-xl-7,.colspan-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xl-7{margin-left:58.333345%}.cell-xl-8,.col-xl-8,.colspan-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xl-8{margin-left:66.66668%}.cell-xl-9,.col-xl-9,.colspan-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xl-9{margin-left:75.000015%}.cell-xl-10,.col-xl-10,.colspan-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xl-10{margin-left:83.33335%}.cell-xl-11,.col-xl-11,.colspan-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xl-11{margin-left:91.666685%}.cell-xl-12,.col-xl-12,.colspan-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xl-12{margin-left:100.00002%}}@media screen and (min-width:1452px){.cell-xxl-full,.col-xxl-full{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.cell-xxl-half,.col-xxl-half{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.cell-xxl-one-third,.col-xxl-one-third{-webkit-box-flex:0;-ms-flex:0 0 33.3333333%;flex:0 0 33.3333333%;max-width:33.3333333%}.cell-xxl-two-third,.col-xxl-two-third{-webkit-box-flex:0;-ms-flex:0 0 66.6666666%;flex:0 0 66.6666666%;max-width:66.6666666%}.cell-xxl-quarter,.col-xxl-quarter{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.cell-xxl,.col-xxl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cell-xxl-auto,.col-xxl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;max-width:none}.cell-xxl-1,.col-xxl-1,.colspan-xxl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333335%;flex:0 0 8.333335%;max-width:8.333335%}.offset-xxl-1{margin-left:8.333335%}.cell-xxl-2,.col-xxl-2,.colspan-xxl-2{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.offset-xxl-2{margin-left:16.66667%}.cell-xxl-3,.col-xxl-3,.colspan-xxl-3{-webkit-box-flex:0;-ms-flex:0 0 25.000005%;flex:0 0 25.000005%;max-width:25.000005%}.offset-xxl-3{margin-left:25.000005%}.cell-xxl-4,.col-xxl-4,.colspan-xxl-4{-webkit-box-flex:0;-ms-flex:0 0 33.33334%;flex:0 0 33.33334%;max-width:33.33334%}.offset-xxl-4{margin-left:33.33334%}.cell-xxl-5,.col-xxl-5,.colspan-xxl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666675%;flex:0 0 41.666675%;max-width:41.666675%}.offset-xxl-5{margin-left:41.666675%}.cell-xxl-6,.col-xxl-6,.colspan-xxl-6{-webkit-box-flex:0;-ms-flex:0 0 50.00001%;flex:0 0 50.00001%;max-width:50.00001%}.offset-xxl-6{margin-left:50.00001%}.cell-xxl-7,.col-xxl-7,.colspan-xxl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333345%;flex:0 0 58.333345%;max-width:58.333345%}.offset-xxl-7{margin-left:58.333345%}.cell-xxl-8,.col-xxl-8,.colspan-xxl-8{-webkit-box-flex:0;-ms-flex:0 0 66.66668%;flex:0 0 66.66668%;max-width:66.66668%}.offset-xxl-8{margin-left:66.66668%}.cell-xxl-9,.col-xxl-9,.colspan-xxl-9{-webkit-box-flex:0;-ms-flex:0 0 75.000015%;flex:0 0 75.000015%;max-width:75.000015%}.offset-xxl-9{margin-left:75.000015%}.cell-xxl-10,.col-xxl-10,.colspan-xxl-10{-webkit-box-flex:0;-ms-flex:0 0 83.33335%;flex:0 0 83.33335%;max-width:83.33335%}.offset-xxl-10{margin-left:83.33335%}.cell-xxl-11,.col-xxl-11,.colspan-xxl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666685%;flex:0 0 91.666685%;max-width:91.666685%}.offset-xxl-11{margin-left:91.666685%}.cell-xxl-12,.col-xxl-12,.colspan-xxl-12{-webkit-box-flex:0;-ms-flex:0 0 100.00002%;flex:0 0 100.00002%;max-width:100.00002%}.offset-xxl-12{margin-left:100.00002%}}.h-menu{list-style:none inside;display:block;margin:0;padding:0;background-color:#fff;color:#1d1d1d}.h-menu::after{display:block;clear:both;content:""}.h-menu::after{display:block;clear:both;content:""}.h-menu>li,.h-menu>li>a{display:block;position:relative}.h-menu>li{background-color:inherit;color:inherit;float:left}.h-menu>li:hover{background-color:rgba(29,29,29,.1)}.h-menu>li:hover .icon,.h-menu>li:hover>a{color:inherit}.h-menu>li>a{font-weight:400;color:inherit;font-size:1rem;outline:0;text-decoration:none;padding:.5rem 1rem;border:none;background-color:inherit;white-space:nowrap}.h-menu>li>a.dropdown-toggle{padding-right:2rem!important}.h-menu>li>a.dropdown-toggle::before{margin-left:-1.25rem}.h-menu.no-hover>li>a{padding-left:.5rem;padding-right:.5rem;color:#6a6a6a}.h-menu.no-hover>li:hover,.h-menu.no-hover>li>a:hover{background-color:transparent;color:#1d1d1d}.h-menu.large>li>a{padding:1.125rem 1.625rem;font-size:2rem}.h-menu.large>li>a.dropdown-toggle{padding-right:2.5rem!important}.h-menu.large>li>a.dropdown-toggle::before{height:.625rem;width:.625rem;margin-left:-1.75rem}.h-menu>.divider{display:none}.h-menu.mega{position:relative}.h-menu.mega>li{position:static}.h-menu.mega>li.active-container{background-color:inherit}.h-menu.mega>li.active-container a{background-color:inherit}.h-menu.mega .mega-container{position:absolute;top:100%;left:0;right:0;padding:0;background-color:inherit;display:none;color:inherit;z-index:1000;-webkit-box-shadow:2px 2px 2px 0 rgba(29,29,29,.4);box-shadow:2px 2px 2px 0 rgba(29,29,29,.4)}.h-menu.mega .mega-container *{color:inherit}.hamburger,.nav-button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0;font-size:14px;line-height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:transparent;color:#fff;cursor:pointer;outline:0;width:36px;height:36px}.hamburger .line,.nav-button .line{width:30px;background-color:#fff;display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:3px;margin:4px auto}.hamburger.dark .line,.nav-button.dark .line{background-color:#1d1d1d}.hamburger.chevron-down .line:nth-child(2),.hamburger.menu-down .line:nth-child(2),.nav-button.chevron-down .line:nth-child(2),.nav-button.menu-down .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-down.active,.hamburger.menu-down.active,.nav-button.chevron-down.active,.nav-button.menu-down.active{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.hamburger.chevron-down.active .line:nth-child(2),.hamburger.menu-down.active .line:nth-child(2),.nav-button.chevron-down.active .line:nth-child(2),.nav-button.menu-down.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-down.active .line:nth-child(1),.hamburger.menu-down.active .line:nth-child(1),.nav-button.chevron-down.active .line:nth-child(1),.nav-button.menu-down.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-down.active .line:nth-child(3),.hamburger.menu-down.active .line:nth-child(3),.nav-button.chevron-down.active .line:nth-child(3),.nav-button.menu-down.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.chevron-up .line:nth-child(2),.hamburger.menu-up .line:nth-child(2),.nav-button.chevron-up .line:nth-child(2),.nav-button.menu-up .line:nth-child(2){-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.hamburger.chevron-up.active,.hamburger.menu-up.active,.nav-button.chevron-up.active,.nav-button.menu-up.active{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.hamburger.chevron-up.active .line:nth-child(2),.hamburger.menu-up.active .line:nth-child(2),.nav-button.chevron-up.active .line:nth-child(2),.nav-button.menu-up.active .line:nth-child(2){opacity:0;-webkit-transition:none;-o-transition:none;transition:none}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(3){width:20px;-webkit-transform-origin:right;-ms-transform-origin:right;transform-origin:right;margin:-4px 8px}.hamburger.chevron-up.active .line:nth-child(1),.hamburger.menu-up.active .line:nth-child(1),.nav-button.chevron-up.active .line:nth-child(1),.nav-button.menu-up.active .line:nth-child(1){-webkit-transform:rotate(45deg) translateY(6px);-ms-transform:rotate(45deg) translateY(6px);transform:rotate(45deg) translateY(6px)}.hamburger.chevron-up.active .line:nth-child(3),.hamburger.menu-up.active .line:nth-child(3),.nav-button.chevron-up.active .line:nth-child(3),.nav-button.menu-up.active .line:nth-child(3){-webkit-transform:rotate(-45deg) translateY(-6px);-ms-transform:rotate(-45deg) translateY(-6px);transform:rotate(-45deg) translateY(-6px)}.hamburger.arrow-left.active .line:nth-child(1),.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(3){width:20px;margin-left:0}.hamburger.arrow-left.active .line:nth-child(1),.nav-button.arrow-left.active .line:nth-child(1){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.hamburger.arrow-left.active .line:nth-child(3),.nav-button.arrow-left.active .line:nth-child(3){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(1),.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(3){width:20px;margin-right:0}.hamburger.arrow-right.active .line:nth-child(1),.nav-button.arrow-right.active .line:nth-child(1){-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.hamburger.arrow-right.active .line:nth-child(3),.nav-button.arrow-right.active .line:nth-child(3){-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.head-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;width:100%;background-color:#fff;color:#1d1d1d;height:56px;z-index:1030;padding:0 4px;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.head-bar .app-title{height:48px;display:inline-block;vertical-align:middle;margin:0 4px;line-height:48px;color:inherit;font-size:20px;font-weight:100}.head-bar .app-title:nth-child(1){padding-left:10px}.head-bar .header-container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.head-bar .tool-button{margin:0 4px;background-color:inherit;color:inherit}.head-bar .tool-button .icon{width:24px;height:24px;font-size:24px}.head-bar.more{height:112px}.head-bar.more .app-title{position:absolute;bottom:22px;left:74px;height:28px;font-size:24px}.head-bar .header-container .input{float:left;margin-left:20px;width:calc(100% - 80px);border:none}.head-bar .header-container .input input{border:none}.head-bar .header-container .input input,.head-bar .header-container .input input::-webkit-input-placeholder{color:#fff}.hero{padding:40px;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}@media all and (min-width:768px){.hero{padding:160px 80px}}.hint{display:block;position:fixed;z-index:1070;background-color:#fffcc0;color:#1d1d1d;font-size:.75rem;max-width:13.75rem;padding:.625rem}.icon-box{height:90px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;background-color:#fff}.icon-box .content,.icon-box .icon{position:relative}.icon-box .icon{height:90px;width:90px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(0,0,0,.1)}.icon-box .icon>*{font-size:45px;width:45px;height:45px;line-height:1}.icon-box .content{line-height:1.2;display:block;width:100%;background-color:inherit}.image-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;outline:0;position:relative;font-size:14px;padding:0 .5rem 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;line-height:30px;font-weight:400}.image-button:hover{background-color:rgba(29,29,29,.1)}.image-button.focus,.image-button:active,.image-button:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.image-button .icon{width:34px;height:34px;line-height:34px;font-size:1rem;background-color:rgba(69,90,100,.55);color:#fff;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center}.image-button .caption{margin-left:.5rem;text-align:left;color:inherit;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;font-weight:400;line-height:1.2}.image-button .caption small{display:block;font-size:.8rem}.image-button.icon-right{padding:0 0 0 .5rem}.image-button.icon-right .icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.image-button.icon-right .caption{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-left:0;margin-right:.5rem}.image-button.focus,.image-button:focus,.image-button:hover{text-decoration:none}.image-button:active{-webkit-box-shadow:none;box-shadow:none;outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.image-button.disabled,.image-button:disabled{opacity:.65}.image-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.image-compare{position:relative;display:block}.image-compare img{display:none}.image-compare .image-container,.image-compare .image-container-overlay{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}.image-compare .image-container-overlay.image-container-overlay,.image-compare .image-container.image-container-overlay{z-index:2}.image-compare .image-container .image-wrapper,.image-compare .image-container-overlay .image-wrapper{background-size:cover}.image-compare .image-slider{z-index:3;position:absolute;cursor:ew-resize;width:32px;height:32px;background-color:#fa6800;opacity:.7;border-radius:.25rem;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.image-magnifier{position:relative;display:block;cursor:none;height:auto}.image-magnifier img{vertical-align:middle;width:100%;height:auto;max-height:100%}.image-magnifier .image-magnifier-glass{position:absolute;border-radius:0;cursor:none;width:100px;height:100px;border:4px solid rgba(255,255,255,.7);overflow:hidden;z-index:2}.info-box{position:fixed;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;display:block;z-index:1050;max-width:calc(100vw - 100px);max-height:calc(100vh - 100px)}.info-box .closer{display:block;position:absolute;top:4px;right:4px;background-color:inherit;color:inherit;z-index:100}.info-box .closer::before{display:block;content:"\00d7";font-size:24px;margin-top:-4px}.info-box .info-box-content{padding:20px;z-index:0}.info-box.primary{border-color:#0366d6;background-color:#0366d6;color:#fff}.info-box.secondary{border-color:#607d8b;background-color:#607d8b;color:#fff}.info-box.success{border-color:#60a917;background-color:#60a917;color:#fff}.info-box.alert{border-color:#ce352c;background-color:#ce352c;color:#fff}.info-box.warning{border-color:#ff9447;background-color:#ff9447;color:#fff}.info-box.yellow{border-color:#ffe484;background-color:#ffe484;color:#fff}.info-box.info{border-color:#5ebdec;background-color:#5ebdec;color:#fff}.info-box.dark{border-color:#505050;background-color:#505050;color:#fff}.info-box.light{border-color:#f8f8f8;background-color:#f8f8f8;color:#fff}.info-box.light,.info-box.yellow{color:#1d1d1d}.info-button{border:1px solid #dfdfdf;background-color:#ebebeb;overflow:hidden;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:inline-block;width:auto;height:36px;line-height:1}.info-button::after{display:block;clear:both;content:""}.info-button::after{display:block;clear:both;content:""}.info-button .button{font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:0 .75rem;font-size:.875rem;line-height:34px;height:36px;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;outline:0;position:relative}.info-button .button,.info-button .info{display:block;float:left;border-right:none;height:100%;line-height:32px;position:relative}.info-button .button:active,.info-button .button:focus,.info-button .info:active,.info-button .info:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.info-button .button{background-color:inherit;color:inherit}.info-button .button:hover{background-color:rgba(29,29,29,.1)}.info-button .info{font-size:12px;background-color:#fefefe;color:#1d1d1d;padding:0 .625rem;text-decoration:none;font-weight:600;line-height:34px}.info-button .info:hover{color:#0056b3}.info-button a.info:hover{color:#1d1d1d}.info-button .button .icon{margin-right:4px}a.info-button{text-decoration:none}.info-panel{display:block;background-color:#fff;color:#1d1d1d;text-align:center}.info-panel-header{padding:30px;text-transform:uppercase;font-size:18px;font-weight:500;letter-spacing:2px;line-height:1.2;white-space:nowrap}.info-panel-content{padding:20px 40px}.info-panel-footer{padding:40px}.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.input:hover input{border-color:transparent}.input.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.input input{border:none!important;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;-ms-flex-preferred-size:0;flex-basis:0;height:34px}.input input:focus{-webkit-box-shadow:none;box-shadow:none}.input .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.input .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.input .button:active,.input .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.input .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.input .input-clear-button,.input .input-reveal-button,.input .input-search-button{background-color:transparent}.input .input-clear-button:hover,.input .input-reveal-button:hover,.input .input-search-button:hover{background-color:transparent}.input.disabled .button-group button{background-color:#f8f8f8;color:#dfdfdf}.input .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.input .append{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.input input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.input .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.input input[placeholder]{-o-text-overflow:ellipsis;text-overflow:ellipsis}.input input::-moz-placeholder{text-overflow:ellipsis}.input input:-moz-placeholder{text-overflow:ellipsis}.input input:-ms-input-placeholder{text-overflow:ellipsis}.input .autocomplete-list{margin:0;padding:0;list-style:none inside;position:absolute;top:100%;left:0;width:100%;overflow:hidden;overflow-y:auto;background-color:#fff;height:auto;border:1px solid #dfdfdf;z-index:3}.input .autocomplete-list .item{display:block;position:relative;padding:4px 8px;cursor:pointer}.input .autocomplete-list .item:hover{background-color:rgba(29,29,29,.1)}.input .autocomplete-list .item+.item{border-top:1px solid #dfdfdf}.input.input-large{height:50px}.input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px}.input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.input.input-large .button [class*=mif-]{font-size:1.3rem}.input.input-large .button .default-icon-cross,.input.input-large .button .default-icon-eye{width:21px;height:21px}.input.input-large .button .input-clear-button,.input.input-large .button .input-reveal-button{width:48px;padding:0}.input.input-large input[placeholder]{font-size:1.1rem}.input.input-large input::-moz-placeholder{font-size:1.1rem}.input.input-large input:-moz-placeholder{font-size:1.1rem}.input.input-large input:-ms-input-placeholder{font-size:1.1rem}.input.input-large .append,.input.input-large .prepend{height:48px;line-height:48px;padding:0 .5rem;font-size:1.3rem}input.input-large{height:48px;font-size:1.3rem;padding:0 10px}input.input-large[placeholder]{font-size:1.1rem}input.input-large::-moz-placeholder{font-size:1.1rem}input.input-large:-moz-placeholder{font-size:1.1rem}input.input-large:-ms-input-placeholder{font-size:1.1rem}.input.input-small{height:28px}.input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.input.input-small .button [class*=mif-]{font-size:.9rem}.input.input-small .button .default-icon-cross,.input.input-small .button .default-icon-eye{width:14px;height:14px}.input.input-small .input-clear-button,.input.input-small .input-reveal-button{width:26px;padding:0}.input.input-small input[placeholder]{font-size:.8rem}.input.input-small input::-moz-placeholder{font-size:.8rem}.input.input-small input:-moz-placeholder{font-size:.8rem}.input.input-small input:-ms-input-placeholder{font-size:.8rem}.input.input-small .append,.input.input-small .prepend{height:26px;line-height:26px;padding:0 .5rem;font-size:.9rem}input.input-small{height:26px;font-size:.9rem;padding:0 4px}input.input-small[placeholder]{font-size:.8rem}input.input-small::-moz-placeholder{font-size:.8rem}input.input-small:-moz-placeholder{font-size:.8rem}input.input-small:-ms-input-placeholder{font-size:.8rem}.input-material{position:relative;min-width:196px;height:48px;display:inline-block;margin:0;width:100%;border:none}.input-material input{position:absolute;top:16px;left:0;right:0;bottom:8px;border:0;border-bottom:2px #dfdfdf solid;background-color:transparent;outline:0;font-size:16px;padding-bottom:8px;padding-left:0;width:100%;z-index:2;height:28px;-webkit-box-shadow:none!important;box-shadow:none!important}.input-material hr{content:"";display:block;position:absolute;width:0;opacity:0;height:3px;background-color:#bebebe;bottom:-4px;z-index:2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer,.input-material .label{position:absolute;display:block;z-index:1;color:inherit;font-size:12px}.input-material .label{opacity:0;top:16px;left:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .informer{opacity:0;bottom:12px;font-size:12px;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input::-webkit-input-placeholder{font-size:1rem;position:absolute;left:0;z-index:1;opacity:1;color:#bebebe;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material .helper-button{top:8px}.input-material.full-size{width:100%}.input-material input:hover{border-color:#dfdfdf}.input-material.with-icon{margin-left:32px;width:calc(100% - 32px)}.input-material.with-icon .icon{width:24px;height:24px;font-size:24px;line-height:1;position:absolute;left:-32px;top:50%;margin-top:-8px;display:block;opacity:.2;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.with-icon .icon img{width:100%;max-width:100%;height:100%;max-height:100%}.input-material.with-icon.full-size{width:calc(100% - 32px)!important}.input-material hr~input:focus{border-bottom:0}.input-material input:focus~hr{opacity:1;width:100%;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.label{opacity:1;top:0;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus::-webkit-input-placeholder{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.input-material input:focus~.informer{opacity:1;bottom:-.75rem;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material input:focus~.icon{opacity:1;-webkit-transition:linear all .3s;-o-transition:linear all .3s;transition:linear all .3s}.input-material.permanent-label input:not(:placeholder-shown)~.label{top:0;opacity:1}.input-material input:-webkit-autofill,.input-material input:-webkit-autofill:active,.input-material input:-webkit-autofill:focus,.input-material input:-webkit-autofill:hover{-webkit-transition:background-color 5000s ease-in-out 0s;-o-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff!important}.keypad{background-color:#fff;color:#1d1d1d;border:1px solid #d9d9d9}.keypad input{border:0}.keypad .keys{display:none;position:absolute;top:100%;left:0;width:auto;float:left;background-color:inherit;color:inherit;border:none;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;z-index:1000}.keypad .keys::before{content:'';position:absolute;background-color:inherit;width:10px;height:10px;border:1px solid #dfdfdf;z-index:2;left:-5px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-top:-5px;border-top-color:transparent;border-right-color:transparent;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.keypad .keys.open{display:block;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .keys.right{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:-1px}.keypad .keys.bottom{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:-1px}.keypad .keys.bottom::before{top:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:1px}.keypad .keys.top::before{top:100%;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.left{left:0;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);top:50%;margin-left:1px}.keypad .keys.left::before{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);left:100%;margin-left:-5px;-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg)}.keypad .keys.bottom-left{top:100%;left:0;margin-top:-1px}.keypad .keys.bottom-left::before{top:0;left:.625rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.bottom-right{top:100%;left:100%;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);margin-top:-1px}.keypad .keys.bottom-right::before{top:0;left:100%;margin-left:-1rem;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.keypad .keys.top-left{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);margin-top:1px}.keypad .keys.top-left::before{top:100%;left:.625rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .keys.top-right{top:0;left:100%;-webkit-transform:translateY(-100%) translateX(-100%);-ms-transform:translateY(-100%) translateX(-100%);transform:translateY(-100%) translateX(-100%);margin-top:1px}.keypad .keys.top-right::before{top:100%;left:100%;margin-left:-1rem;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.keypad .key{display:block;position:relative;float:left;background-color:inherit;color:inherit;margin:0;text-align:center;border:1px solid #dfdfdf;font-size:1rem;cursor:pointer;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.keypad .key:hover{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);z-index:2}.keypad .key.service-key{background-color:#f8f8f8}.listview{position:relative;margin:0;padding:0;max-height:100%;background-color:#fff;color:#1d1d1d;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex}.listview.view-content,.listview.view-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-icons,.listview.view-icons-large,.listview.view-icons-medium,.listview.view-tiles{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.listview.view-icons-large.vertical-layout,.listview.view-icons-medium.vertical-layout,.listview.view-icons.vertical-layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap}.listview.view-table{display:table}.listview .node{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;position:relative;font-size:13px;border:1px solid transparent;background-color:inherit}.listview .node:hover{background-color:#e5f3ff}.listview .node>.icon{text-align:center}.listview .node>.icon img{max-width:100%;height:100%}.listview .node>.icon [class*=mif-],.listview .node>.icon img{vertical-align:initial}.listview .node .checkbox,.listview .node .radio,.listview .node .switch{height:auto}.listview ul{width:100%;margin:0;padding:0;list-style:none inside}.listview .node>.data>.content,.listview .node>.node-data{display:none}.listview:not(.selectable) .checkbox{display:none}.listview.view-list .node{min-width:160px;line-height:26px;height:26px;padding:0 8px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-list .node>.icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-list .node>.data{line-height:26px;padding-left:24px}.listview.view-list .node>.icon~.data{padding-left:8px}.listview.view-table .icon{width:20px;height:20px;line-height:26px;font-size:18px}.listview.view-table .icon>*{width:100%}.listview.view-table>li .data>.caption{padding:0 .5rem;line-height:26px}.listview.view-table>li{display:table-row}.listview.view-table>li>*{display:table-cell}.listview.view-table .node-data{display:table-cell;width:auto;line-height:26px}.listview.view-content .node{width:100%;min-height:50px;padding:10px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-content .node>.icon{width:32px;height:32px;line-height:32px;font-size:28px}.listview.view-content .node>.data{padding-left:64px;font-size:16px;line-height:32px;width:100%}.listview.view-content .node>.data .caption,.listview.view-content .node>.data .content{display:block;line-height:16px;height:16px}.listview.view-content .node>.data .content{font-size:.8em}.listview.view-content .node>.icon~.data{padding-left:16px}.listview.view-content .node+.node{border-top:1px solid #dfdfdf}.listview.view-tiles .node{width:250px;height:56px;padding:5px 16px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.listview.view-tiles .node>.icon{width:46px;height:46px;line-height:46px;font-size:42px}.listview.view-tiles .node>.data{padding-left:78px;font-size:16px;line-height:46px}.listview.view-tiles .node>.icon+.data{padding-left:16px}.listview.view-icons .node,.listview.view-icons-large .node,.listview.view-icons-medium .node{width:74px;height:auto;padding:8px 8px 2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:2px}.listview.view-icons .node>.icon,.listview.view-icons-large .node>.icon,.listview.view-icons-medium .node>.icon{width:44px;height:44px;line-height:44px;font-size:42px}.listview.view-icons .node>.data,.listview.view-icons-large .node>.data,.listview.view-icons-medium .node>.data{line-height:1.5;white-space:normal;text-align:center}.listview.view-icons .node .checkbox,.listview.view-icons-large .node .checkbox,.listview.view-icons-medium .node .checkbox{position:absolute;top:0;left:0}.listview.view-icons-medium .node{width:104px;margin:1px}.listview.view-icons-medium .node>.icon{width:74px;height:74px;line-height:74px;font-size:70px}.listview.view-icons-large .node{width:270px;margin:2px;padding:30px}.listview.view-icons-large .node>.icon{width:162px;height:162px;line-height:162px;font-size:140px}.listview .node.current-select{background-color:#cce8ff;border-color:#84bcea!important}.listview .node-group{display:block;width:100%;position:relative;line-height:24px;-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group>.data{padding-left:24px;line-height:24px;font-size:18px}.listview .node-group .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.listview .node-group .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.listview .node-group .node-toggle{position:absolute;left:0;top:0;width:24px;height:24px}.listview .node-group .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.listview .node-group.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.listview .node-group+.node-group{margin-top:.5rem}.listview .node-group+.listview{margin-top:.5rem}.master{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#1d1d1d;background-color:#fff;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:visible}.master .controls,.master .page,.master .pages{background-color:transparent;color:inherit}.master .controls{display:-webkit-box;display:-ms-flexbox;display:flex;line-height:40px;font-size:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:20px 0 20px}.master .controls .next,.master .controls .prev,.master .controls .title{display:block;position:relative;line-height:40px;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.master .controls .next,.master .controls .prev{width:40px;height:40px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.master .controls .next.disabled,.master .controls .prev.disabled{color:#bebebe}.master .controls .title{width:100%}.master .controls .prev{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls .next{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .controls .title{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.master .pages{position:relative;display:block;border-top:1px solid #dfdfdf;border-bottom:1px solid #dfdfdf;width:100%;height:auto;min-width:1rem}.master .page{display:block;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;padding:2rem}.master .controls-top{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.master .controls-bottom{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.master .pages{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player{display:block;position:relative;width:100%;background:#000;height:auto;overflow:hidden;z-index:1}.media-player video{width:100%;height:100%;z-index:1}.media-player .logo{display:block;position:absolute;top:1.25rem;right:1.25rem;z-index:3;height:32px}.media-player .logo img{height:32px}.media-player .preloader{display:none;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.media-player .preloader.show{display:block}.media-player .controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;bottom:0;left:0;right:0;height:auto;z-index:2147483647;background-color:rgba(34,34,34,.5)}.media-player .controls.outside{position:relative}.media-player .stream{display:block;padding:.625rem;-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;width:100%;position:relative;overflow:hidden}.media-player .stream .slider{height:.875rem}.media-player .load-audio{padding:0;display:block;position:absolute;bottom:4px;left:.625rem;width:calc(100% - 1.25rem)}.media-player button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.media-player .controls>button,.media-player .info-box,.media-player .volume{background-color:inherit;color:#555;-ms-flex-negative:0;flex-shrink:0;height:36px;text-align:center}.media-player .controls>button:hover,.media-player .info-box:hover,.media-player .volume:hover{color:#fff}.media-player .controls>button.active,.media-player .info-box.active,.media-player .volume.active{background-color:rgba(111,111,111,.5)}.media-player .loop{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:none}.media-player .play{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.media-player .stop{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:none}.media-player .info-box{position:relative;width:auto;display:block;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background:rgba(34,34,34,.5);color:#fff;padding:.625rem;font-size:.6875rem;text-align:center;height:36px;-ms-flex-negative:1;flex-shrink:1;white-space:nowrap;border:none}.media-player .mute{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.media-player .volume{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;width:96px;padding:0 .625rem;background:rgba(34,34,34,.5);display:none}.media-player .full{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}:-webkit-full-screen{width:100%;height:100%;z-index:2147483647}:-ms-fullscreen{width:100%}.media-player.full-screen{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2147483647;max-height:100%!important;height:100%!important}.media-player .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprevious2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward3%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare2%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light{background-color:#f8f8f8}.media-player.light .controls{background-color:inherit}.media-player.light .controls .info-box,.media-player.light .controls .volume{background-color:inherit;color:#1d1d1d}.media-player.light .slider .buffer{height:2px!important;background-color:#41545e}.media-player.light .default-icon-loop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eloop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2010h20v6l8-8-8-8v6h-24v12h4zM28%2022h-20v-6l-8%208%208%208v-6h24v-12h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-play{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eplay%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M6%204l20%2012-20%2012z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-pause{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Epause%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h10v24h-10zM18%204h10v24h-10z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-stop{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Estop%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%204h24v24h-24z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-mute{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-mute%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M30%2019.348v2.652h-2.652l-3.348-3.348-3.348%203.348h-2.652v-2.652l3.348-3.348-3.348-3.348v-2.652h2.652l3.348%203.348%203.348-3.348h2.652v2.652l-3.348%203.348%203.348%203.348z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-low-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-low%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-medium-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Evolume-medium%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-high-volume{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2232%22%20viewBox%3D%220%200%2034%2032%22%3E%0A%3Ctitle%3Evolume-high%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27.814%2028.814c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.739-2.739%204.247-6.38%204.247-10.253s-1.508-7.514-4.247-10.253c-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c3.305%203.305%205.126%207.7%205.126%2012.374s-1.82%209.069-5.126%2012.374c-0.293%200.293-0.677%200.439-1.061%200.439zM22.485%2025.985c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%204.094-4.094%204.094-10.755%200-14.849-0.586-0.586-0.586-1.536%200-2.121s1.536-0.586%202.121%200c2.55%202.55%203.954%205.94%203.954%209.546s-1.404%206.996-3.954%209.546c-0.293%200.293-0.677%200.439-1.061%200.439v0zM17.157%2023.157c-0.384%200-0.768-0.146-1.061-0.439-0.586-0.586-0.586-1.535%200-2.121%202.534-2.534%202.534-6.658%200-9.192-0.586-0.586-0.586-1.536%200-2.121s1.535-0.586%202.121%200c3.704%203.704%203.704%209.731%200%2013.435-0.293%200.293-0.677%200.439-1.061%200.439z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M13%2030c-0.26%200-0.516-0.102-0.707-0.293l-7.707-7.707h-3.586c-0.552%200-1-0.448-1-1v-10c0-0.552%200.448-1%201-1h3.586l7.707-7.707c0.286-0.286%200.716-0.372%201.090-0.217s0.617%200.519%200.617%200.924v26c0%200.404-0.244%200.769-0.617%200.924-0.124%200.051-0.254%200.076-0.383%200.076z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-enlarge{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eenlarge%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M32%200h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M32%2032v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%2032h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M0%200v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shrink{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshrink%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%2014h13l-5-5%206-6-3-3-6%206-5-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M18%2018v13l5-5%206%206%203-3-6-6%205-5z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2018h-13l5%205-6%206%203%203%206-6%205%205z%22%3E%3C%2Fpath%3E%0A%3Cpath%20d%3D%22M14%2014v-13l-5%205-6-6-3%203%206%206-5%205z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-playlist{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elist%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%200h8v8h-8zM12%202h20v4h-20zM0%2012h8v8h-8zM12%2014h20v4h-20zM0%2024h8v8h-8zM12%2026h20v4h-20z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-next{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Enext%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%204v24h-4v-11l-10%2010v-22l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-prev{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eprev%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M8%2028v-24h4v11l10-10v22l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-first{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Efirst%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M4%2028v-24h4v11l10-10v10l10-10v22l-10-10v10l-10-10v11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-last{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Elast%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M28%204v24h-4v-11l-10%2010v-10l-10%2010v-22l10%2010v-10l10%2010v-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-forward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eforward%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M16%2027v-10l-10%2010v-22l10%2010v-10l11%2011z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-backward{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Ebackward2%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M18%205v10l10-10v22l-10-10v10l-11-11z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-share{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshare%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%2022c-1.411%200-2.685%200.586-3.594%201.526l-13.469-6.734c0.041-0.258%200.063-0.522%200.063-0.791s-0.022-0.534-0.063-0.791l13.469-6.734c0.909%200.94%202.183%201.526%203.594%201.526%202.761%200%205-2.239%205-5s-2.239-5-5-5-5%202.239-5%205c0%200.269%200.022%200.534%200.063%200.791l-13.469%206.734c-0.909-0.94-2.183-1.526-3.594-1.526-2.761%200-5%202.239-5%205s2.239%205%205%205c1.411%200%202.685-0.586%203.594-1.526l13.469%206.734c-0.041%200.258-0.063%200.522-0.063%200.791%200%202.761%202.239%205%205%205s5-2.239%205-5c0-2.761-2.239-5-5-5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-equalizer{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eequalizer%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M14%204v-0.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18zM8%208v-4h4v4h-4zM26%2013.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-18v4h18v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h6v-4h-6v-0.5zM20%2018v-4h4v4h-4zM14%2023.5c0-0.825-0.675-1.5-1.5-1.5h-5c-0.825%200-1.5%200.675-1.5%201.5v0.5h-6v4h6v0.5c0%200.825%200.675%201.5%201.5%201.5h5c0.825%200%201.5-0.675%201.5-1.5v-0.5h18v-4h-18v-0.5zM8%2028v-4h4v4h-4z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-eject{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eeject%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M0%2024h32v4h-32zM16%204l16%2016h-32z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-shuffle{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Eshuffle%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M24%2022h-3.172l-5-5%205-5h3.172v5l7-7-7-7v5h-4c-0.53%200-1.039%200.211-1.414%200.586l-5.586%205.586-5.586-5.586c-0.375-0.375-0.884-0.586-1.414-0.586h-6v4h5.172l5%205-5%205h-5.172v4h6c0.53%200%201.039-0.211%201.414-0.586l5.586-5.586%205.586%205.586c0.375%200.375%200.884%200.586%201.414%200.586h4v5l7-7-7-7v5z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .default-icon-random{background-image:url("data:image/svg+xml;charset=UTF-8,%3C!--%20Generated%20by%20IcoMoon.io%20--%3E%0A%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%0A%3Ctitle%3Edice%3C%2Ftitle%3E%0A%3Cpath%20d%3D%22M27%206h-16c-2.75%200-5%202.25-5%205v16c0%202.75%202.25%205%205%205h16c2.75%200%205-2.25%205-5v-16c0-2.75-2.25-5-5-5zM13%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM13%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM19%2022c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2028c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25%2016c-1.657%200-3-1.343-3-3s1.343-3%203-3%203%201.343%203%203-1.343%203-3%203zM25.899%204c-0.467-2.275-2.491-4-4.899-4h-16c-2.75%200-5%202.25-5%205v16c0%202.408%201.725%204.432%204%204.899v-19.899c0-1.1%200.9-2%202-2h19.899z%22%3E%3C%2Fpath%3E%0A%3C%2Fsvg%3E%0A")}.media-player.light .controls>button.active{background-color:#dfdfdf}.audio-player{overflow:visible}.audio-player .controls{position:relative}@media screen and (min-width:576px){.media-player .loop,.media-player .stop,.media-player .volume{display:block}}.more-info-box{height:128px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;background-color:#fff}.more-info-box .content,.more-info-box .icon{position:relative}.more-info-box .icon{height:64px;width:64px;-ms-flex-negative:0;flex-shrink:0;text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:auto;margin-right:16px;margin-top:16px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.more-info-box .icon>*{font-size:64px;width:64px;height:64px;line-height:1;color:rgba(0,0,0,.15)}.more-info-box .content{line-height:1.2;display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:8px;max-width:calc(100% - 106px)}.more-info-box .more{width:100%;-ms-flex-negative:0;flex-shrink:0;text-align:right;background:rgba(0,0,0,.1);text-decoration:none;position:relative;display:block;padding:8px 8px 0;margin:0;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;color:rgba(255,255,255,.8);font-size:12px}.more-info-box .more:hover{color:#fff;background:rgba(0,0,0,.15)}.more-info-box:hover .icon{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.navview{display:block;position:relative;background-color:#fff;color:#1d1d1d;overflow:hidden;height:100%;min-height:100%}.navview .navview-content,.navview .navview-pane{display:block;-webkit-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear;min-height:100%}.navview .navview-pane{width:280px;background-color:#e5e5e5;position:absolute;left:0;top:0;height:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);z-index:1}.navview .navview-pane.open{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview .navview-content{position:relative}.navview .holder,.navview .pull-button{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;background-color:transparent;border:2px solid transparent;outline:0;cursor:pointer}.navview .holder{height:40px;display:none}.navview .navview-menu{display:block;position:relative;list-style:none inside;margin:0;padding:0;width:100%;background-color:#e5e5e5;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.navview .navview-menu::-webkit-scrollbar{display:none!important}.navview .navview-menu li{display:block;position:relative}.navview .navview-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;line-height:40px;text-decoration:none;color:inherit;white-space:nowrap;border:2px solid transparent;height:40px}.navview .navview-menu .icon{width:48px;height:40px;display:block;text-align:center}.navview .navview-menu .caption{padding-left:48px;white-space:nowrap;display:block}.navview .navview-menu .icon+.caption{padding-left:0}.navview .navview-menu .item-header{font-size:22px;height:32px;line-height:32px;padding-left:16px;cursor:default;background-color:transparent;white-space:nowrap;display:block}.navview .navview-menu li.active::before{content:"";display:block;position:absolute;height:24px;top:8px;left:0;width:4px;background-color:#1ba1e2;z-index:1}.navview .navview-menu li.disabled{color:#9c9c9c!important}.navview .navview-menu li.disabled img{opacity:.5}.navview .navview-menu .icon>*,.navview .pull-button>*,.navview .suggest-box .holder>*{width:16px;height:16px;line-height:16px;font-size:16px;vertical-align:initial}.navview .holder:hover,.navview .navview-menu li a:hover,.navview .pull-button:hover{background-color:#cecece}.navview .holder:active,.navview .navview-menu li a:active,.navview .pull-button:active{background-color:#b7b7b7}.navview .suggest-box{display:block;margin:8px 0}.navview .suggest-box .input,.navview .suggest-box .select,.navview .suggest-box .textarea{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 24px)!important;margin:0 12px}.navview .item-separator{height:16px!important;width:100%;display:block;background-color:transparent;cursor:default}.navview .navview-menu .dropdown-toggle{padding-right:0!important}.navview .navview-menu .dropdown-toggle::before{display:none}.navview .navview-menu .dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.navview.focusableItems .holder:focus,.navview.focusableItems .navview-menu li a:focus,.navview.focusableItems .pull-button:focus{border:2px solid #0a0a0a}.navview .badges{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto;margin-right:8px}.navview .badges .badge{margin:0 2px}.navview .data-box{display:block}.navview .navview-menu .navview-menu .item-header{display:none!important}.navview.expanded .navview-pane{width:280px!important}.navview.expanded .navview-pane .item-header,.navview.expanded .navview-pane .navview-menu .caption{display:block!important}.navview.expanded .navview-pane .suggest-box>:not(.holder){display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .navview-pane .holder{display:none!important}.navview.expanded .badges{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.navview.expanded .data-box{display:block!important}.navview.compacted .navview-pane{width:48px!important;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.compacted .navview-pane .item-header,.navview.compacted .navview-pane .navview-menu .caption{display:none!important}.navview.compacted .navview-pane .suggest-box>:not(.holder){display:none!important}.navview.compacted .navview-pane .holder{display:block!important}.navview.compacted .navview-content{margin-left:48px!important}.navview.compacted .badges,.navview.compacted .data-box{display:none!important}@media screen and (min-width:0){.navview-margin-fs{margin-left:280px}.navview-margin-compact-fs{margin-left:48px}.navview.navview-compact-fs .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-fs .navview-pane .item-header,.navview.navview-compact-fs .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-fs .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-fs .navview-pane .holder{display:block}.navview.navview-compact-fs .navview-content{margin-left:48px}.navview.navview-compact-fs .badges,.navview.navview-compact-fs .data-box{display:none}.navview.navview-expand-fs .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-fs .navview-pane .item-header,.navview.navview-expand-fs .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-fs .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .navview-pane .holder{display:none}.navview.navview-expand-fs .navview-content{margin-left:280px}.navview.navview-expand-fs .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-fs .data-box{display:block}}@media screen and (min-width:576px){.navview-margin-sm{margin-left:280px}.navview-margin-compact-sm{margin-left:48px}.navview.navview-compact-sm .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-sm .navview-pane .item-header,.navview.navview-compact-sm .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-sm .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-sm .navview-pane .holder{display:block}.navview.navview-compact-sm .navview-content{margin-left:48px}.navview.navview-compact-sm .badges,.navview.navview-compact-sm .data-box{display:none}.navview.navview-expand-sm .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-sm .navview-pane .item-header,.navview.navview-expand-sm .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-sm .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .navview-pane .holder{display:none}.navview.navview-expand-sm .navview-content{margin-left:280px}.navview.navview-expand-sm .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-sm .data-box{display:block}}@media screen and (min-width:768px){.navview-margin-md{margin-left:280px}.navview-margin-compact-md{margin-left:48px}.navview.navview-compact-md .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-md .navview-pane .item-header,.navview.navview-compact-md .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-md .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-md .navview-pane .holder{display:block}.navview.navview-compact-md .navview-content{margin-left:48px}.navview.navview-compact-md .badges,.navview.navview-compact-md .data-box{display:none}.navview.navview-expand-md .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-md .navview-pane .item-header,.navview.navview-expand-md .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-md .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .navview-pane .holder{display:none}.navview.navview-expand-md .navview-content{margin-left:280px}.navview.navview-expand-md .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-md .data-box{display:block}}@media screen and (min-width:992px){.navview-margin-lg{margin-left:280px}.navview-margin-compact-lg{margin-left:48px}.navview.navview-compact-lg .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-lg .navview-pane .item-header,.navview.navview-compact-lg .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-lg .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-lg .navview-pane .holder{display:block}.navview.navview-compact-lg .navview-content{margin-left:48px}.navview.navview-compact-lg .badges,.navview.navview-compact-lg .data-box{display:none}.navview.navview-expand-lg .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-lg .navview-pane .item-header,.navview.navview-expand-lg .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-lg .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .navview-pane .holder{display:none}.navview.navview-expand-lg .navview-content{margin-left:280px}.navview.navview-expand-lg .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-lg .data-box{display:block}}@media screen and (min-width:1200px){.navview-margin-xl{margin-left:280px}.navview-margin-compact-xl{margin-left:48px}.navview.navview-compact-xl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xl .navview-pane .item-header,.navview.navview-compact-xl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xl .navview-pane .holder{display:block}.navview.navview-compact-xl .navview-content{margin-left:48px}.navview.navview-compact-xl .badges,.navview.navview-compact-xl .data-box{display:none}.navview.navview-expand-xl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xl .navview-pane .item-header,.navview.navview-expand-xl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .navview-pane .holder{display:none}.navview.navview-expand-xl .navview-content{margin-left:280px}.navview.navview-expand-xl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xl .data-box{display:block}}@media screen and (min-width:1452px){.navview-margin-xxl{margin-left:280px}.navview-margin-compact-xxl{margin-left:48px}.navview.navview-compact-xxl .navview-pane{width:48px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-compact-xxl .navview-pane .item-header,.navview.navview-compact-xxl .navview-pane .navview-menu .caption{display:none}.navview.navview-compact-xxl .navview-pane .suggest-box>:not(.holder){display:none}.navview.navview-compact-xxl .navview-pane .holder{display:block}.navview.navview-compact-xxl .navview-content{margin-left:48px}.navview.navview-compact-xxl .badges,.navview.navview-compact-xxl .data-box{display:none}.navview.navview-expand-xxl .navview-pane{width:280px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.navview.navview-expand-xxl .navview-pane .item-header,.navview.navview-expand-xxl .navview-pane .navview-menu .caption{display:block}.navview.navview-expand-xxl .navview-pane .suggest-box>:not(.holder){display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .navview-pane .holder{display:none}.navview.navview-expand-xxl .navview-content{margin-left:280px}.navview.navview-expand-xxl .badges{display:-webkit-box;display:-ms-flexbox;display:flex}.navview.navview-expand-xxl .data-box{display:block}}.navview.compacted .navview-pane>.navview-menu,.navview.js-compact:not(.expanded) .navview-pane>.navview-menu{overflow:visible}.navview.compacted .navview-menu .navview-menu,.navview.js-compact:not(.expanded) .navview-menu .navview-menu{position:absolute;left:100%;top:0;width:220px;max-width:280px}.navview.compacted .navview-menu .navview-menu .caption,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .caption{display:block!important}.navview.compacted .navview-menu .navview-menu .item-header,.navview.js-compact:not(.expanded) .navview-menu .navview-menu .item-header{display:block!important}.notify-container{background-color:transparent;position:fixed;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:1081;width:auto}.notify-container.position-left{right:auto;left:0}.notify-container.position-bottom,.notify-container.position-top{width:100%!important;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.notify-container.position-bottom{top:auto;bottom:0}.notify{display:block;background-color:#fff;color:#1d1d1d;padding:.5rem;margin:.25rem;border:1px solid #dfdfdf;cursor:pointer}.notify-title{font-size:1rem;font-weight:500;margin-bottom:.5rem}.notify-message{font-size:.9rem;font-weight:400}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none inside;margin:0 -.25rem 1rem -.25rem;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pagination .page-item{cursor:pointer;display:list-item;background-color:#fff;color:#1d1d1d;border:1px solid #dfdfdf;margin:.25rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.pagination .page-link{display:block;position:relative;padding:.5rem .75rem;line-height:1;font-size:1rem;text-decoration:none;color:inherit;background-color:inherit}.pagination .page-item.service:hover,.pagination .page-item:hover{background-color:rgba(29,29,29,.1)}.pagination .page-item.no-link{pointer-events:none;cursor:default;border-color:transparent}.pagination .page-item.no-link:hover{background-color:#fff!important;border-color:transparent;color:#1d1d1d}.pagination .page-item.disabled{pointer-events:none;color:#e4e4e4}.pagination .page-item.active{background-color:#e4e4e4}.pagination.rounded .page-item{border-radius:.25rem}.pagination.no-gap{margin:0 0 1rem 0}.pagination.no-gap .page-item{margin:-1px}.pagination.no-gap .no-link{margin:-1px 1px}.pagination.no-gap.rounded .page-item{border-radius:0}.pagination.no-gap.rounded .page-item:first-child{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.pagination.no-gap.rounded .page-item:last-child{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination.size-large .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination.size-small .page-link{padding:.25rem .5rem;font-size:.875rem}.panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;position:relative;background-color:#fff;border:1px solid #dfdfdf}.panel .panel-content,.panel .panel-title{position:relative}.panel .panel-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;border-bottom:1px solid #dfdfdf;line-height:2.625rem;cursor:default;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;height:2.625rem;line-height:2.625rem;width:2.625rem;border-right:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0;color:inherit;text-align:center}.panel .panel-title img.icon{padding:.625rem}.panel .panel-title .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%;padding:0 .8125rem;color:inherit;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.panel .panel-title .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;height:100%;width:2.625rem;border-left:1px solid #dfdfdf;-ms-flex-negative:0;flex-shrink:0}.panel .panel-title .custom-buttons{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.panel .panel-title .btn-custom{width:42px;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.panel .panel-title .btn-custom>*{line-height:1;width:16px;height:16px;font-size:16px}.panel .panel-title .btn-custom:active,.panel .panel-title .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.panel .panel-content{display:block;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;height:auto;padding:.5rem}.popover{display:block;min-width:12.5rem;height:auto;position:fixed;background-color:#fff;color:#1d1d1d;z-index:1060;border:1px solid #dfdfdf;cursor:default;padding:.8125rem;max-width:calc(100% - 32px)}.popover>*{max-width:100%}.popover .popover-content{display:block;position:relative;z-index:50}.popover .popover-close-button{z-index:100;position:absolute;top:0;right:0;font-size:26px}.progress{display:block;position:relative;width:100%;height:12px;background-color:#eee;overflow:hidden}.progress.with-load{background:0 0}.progress .bar,.progress .buffer,.progress .load{position:absolute;height:100%;top:0;left:0;z-index:3}.progress .load{width:100%;-webkit-animation:progress-loading 3s infinite linear;animation:progress-loading 3s infinite linear;background:-o-radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background:radial-gradient(#a9c0e9 0,#a9c0e9 16%,transparent 42%);background-size:12px 12px;z-index:1;margin-top:-1px}.progress .buffer{z-index:2;background-color:#ce352c}.progress .bar{z-index:3;background:#60a917}.progress.line{background-color:#b3d4fc;display:-webkit-box;display:-ms-flexbox;display:flex}.progress.line::before{height:100%;width:100%;background-color:#004d6f;content:'';-webkit-animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite;animation:running-progress 2s cubic-bezier(.4,0,.2,1) infinite}.progress .value{display:block;float:left;position:absolute;z-index:5;font-size:11px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);margin-left:4px}.progress .value.centered{left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.progress.small{height:6px}.progress.small .load{background-size:6px 6px}@-webkit-keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@keyframes progress-loading{0%{opacity:1;background-position:0 -23px}50%{opacity:0}100%{opacity:1;background-position:-200px -23px}}@-webkit-keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}@keyframes running-progress{0%{margin-left:0;margin-right:100%}50%{margin-left:25%;margin-right:0}100%{margin-left:100%;margin-right:0}}.radio{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.radio input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.radio .caption,.radio .check{display:block;line-height:1;font-size:14px;margin:0 4px;position:relative}.radio .check{border:2px #d9d9d9 solid;width:20px;height:20px;border-radius:50%;-ms-flex-negative:0;flex-shrink:0;line-height:36px}.radio .check::before{position:absolute;vertical-align:middle;font-size:0;content:"";width:6px;height:6px;color:transparent;background-color:#fff;border:2px solid #fff;border-radius:50%;left:50%;top:50%;margin-left:-3px;margin-top:-3px;display:none;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.radio input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#1d1d1d}.radio input[type=radio]:checked~.check::before{display:block}.radio input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#e9e9e9}.radio .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.radio .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.radio.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.radio.invalid,.radio.required,.radio.valid{border:none!important}.radio.invalid::after{display:none}.radio:active input[type=radio]:not(:disabled)~.check::after,.radio:focus input[type=radio]:not(:disabled)~.check::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.radio.style2 input[type=radio]:checked~.check{border-color:#1d1d1d;background-color:#fff}.radio.style2 .check{border-color:#989898}.radio.style2 .check::before{background-color:#1d1d1d;border:2px solid #1d1d1d;width:8px;height:8px;margin-left:-4px;margin-top:-4px}.radio.style2 input[type=radio]:disabled~.check{border-color:#e9e9e9;background-color:#fff}.radio.style2 input[type=radio]:disabled~.check::before{background-color:#e9e9e9;border-color:#e9e9e9}.radio.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio.transition-on input[type=radio]:checked~.check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.radio .check.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row;flex-flow:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background-color:transparent;cursor:default;font-size:16px}.rating input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.rating .result,.rating .stars,.rating .title{display:block;position:relative}.rating .stars{margin:0;padding:0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating .stars li{display:block;position:relative;color:#bebebe;width:24px;height:24px;line-height:24px;font-size:24px;-webkit-transition:color .3s linear;-o-transition:color .3s linear;transition:color .3s linear}.rating .stars li::before{position:absolute;content:'\2605';display:block;z-index:1;left:0}.rating .stars li.half::after{left:0;display:block;position:absolute;content:'\2605';width:.42em;z-index:2;overflow:hidden}.rating .stars li.half.half-10::after{width:.1em}.rating .stars li.half.half-20::after{width:.2em}.rating .stars li.half.half-30::after{width:.3em}.rating .stars li.half.half-40::after{width:.4em}.rating .stars li.half.half-50::after{width:.42em}.rating .stars li.half.half-60::after{width:.49em}.rating .stars li.half.half-70::after{width:.6em}.rating .stars li.half.half-80::after{width:.7em}.rating .stars li.half.half-90::after{width:.8em}.rating .result{font-size:.8em;margin-left:10px}.rating .title{margin-right:10px}.rating .stars{cursor:default}.rating .stars li.half::after,.rating .stars li.on{color:#1d1d1d}.rating:not(.static) .stars{cursor:pointer}.rating:not(.static) .stars:hover li{color:#1d1d1d}.rating:not(.static) .stars li:hover~li{color:#bebebe!important}.rating:not(.static) .stars li.scale{-webkit-animation:star-scale .3s ease-in-out;animation:star-scale .3s ease-in-out}@-webkit-keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes star-scale{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(1.5);transform:scale(1.5)}}.resize-element{display:block;position:absolute;right:-1px;bottom:-1px;z-index:101;cursor:nwse-resize;width:12px;height:12px}.resize-element::after{position:absolute;display:block;border-bottom:12px solid #60a917;border-left:12px solid transparent;content:"";right:-2px;bottom:-2px}.resize-element.resize-element-disabled{cursor:default}.resize-element.resize-element-disabled::after{border-bottom-color:#bebebe}.resize-element:not(.resize-element-disabled):hover::after{-webkit-animation:resize-element-animation 1s ease infinite;animation:resize-element-animation 1s ease infinite}@-webkit-keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}@keyframes resize-element-animation{from{right:0;bottom:0}to{right:-2px;bottom:-2px}}.ribbon-menu{display:block;position:relative}.ribbon-menu .tabs-holder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none inside;margin:0;padding:0;position:relative;z-index:1;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder a,.ribbon-menu .tabs-holder li{display:block;height:24px;line-height:24px}.ribbon-menu .tabs-holder li{color:#1d1d1d;background-color:#fff;border-left:1px solid transparent;border-right:1px solid transparent;border-bottom:1px solid #dadbdc}.ribbon-menu .tabs-holder li:hover{border-left-color:#dadbdc;border-right-color:#dadbdc}.ribbon-menu .tabs-holder li+li{margin-left:3px}.ribbon-menu .tabs-holder a{text-decoration:none;padding:0 14px;font-size:12px;background-color:inherit;color:inherit}.ribbon-menu .tabs-holder .active{background-color:#f5f6f7;border:1px solid #dadbdc;border-bottom-color:transparent}.ribbon-menu .tabs-holder .static{background-color:#1979ca;color:#fff}.ribbon-menu .content-holder{display:block;position:relative}.ribbon-menu .content-holder{background-color:#f5f6f7;border-left:none;border-right:none}.ribbon-menu .content-holder .section{display:none;padding:4px 4px;border-bottom:1px solid #dadbdc;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ribbon-menu .content-holder .section.active{display:-webkit-box;display:-ms-flexbox;display:flex}.ribbon-menu .content-holder .group{padding:0 4px 24px;display:-webkit-box;display:-ms-flexbox;display:flex;cursor:default;background-color:inherit;position:relative;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start}.ribbon-menu .content-holder .group:nth-child(1):last-child{-ms-flex-preferred-size:100%;flex-basis:100%}.ribbon-menu .content-holder .group .title{display:block;position:absolute;left:0;bottom:0;width:100%;line-height:24px;height:20px;font-size:11px;text-align:center;border-top:1px solid #dadbdc;white-space:nowrap}.ribbon-menu .content-holder .group .group-divider{display:block;position:relative;height:100%;margin:0 4px;width:1px;background-color:#dadbdc}.ribbon-menu .content-holder .group>:not(.group-divider),.ribbon-menu .content-holder .group>:not(.title){margin:2px}.ribbon-menu .content-holder .group+.group{border-left:1px solid #dadbdc}.ribbon-button,.ribbon-button-dropdown,.ribbon-icon-button,.ribbon-tool-button{cursor:pointer;min-width:0;text-align:center;border:1px solid transparent;background-color:#f5f6f7;outline:0;position:relative}.ribbon-button{height:auto;min-height:64px;width:auto;padding:4px;margin:0}.ribbon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button .caption,.ribbon-button .icon{display:block;text-align:center}.ribbon-button .caption{font-size:12px}.ribbon-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-button .icon+.caption{margin-top:8px}.ribbon-button.dropdown-toggle{padding-right:4px!important}.ribbon-button.dropdown-toggle::before{margin-left:-.65rem}.ribbon-icon-button{height:24px;width:auto;margin:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:2px 4px}.ribbon-icon-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-icon-button .caption,.ribbon-icon-button .icon{display:block}.ribbon-icon-button .caption{font-size:12px}.ribbon-icon-button .icon *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button .caption+.icon,.ribbon-icon-button .icon+.caption{margin-left:4px}.ribbon-icon-button [class*=mif-]{vertical-align:inherit}.ribbon-tool-button{width:24px;height:24px;padding:2px;margin:0}.ribbon-tool-button *{width:16px;height:16px;line-height:16px;font-size:14px}.ribbon-icon-button.dropdown-toggle,.ribbon-tool-button.dropdown-toggle{padding-right:2px!important}.ribbon-icon-button.dropdown-toggle::before,.ribbon-tool-button.dropdown-toggle::before{display:none}.ribbon-icon-button.dropdown-toggle::after,.ribbon-tool-button.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-icon-button.dropdown-toggle{padding-right:4px!important}.ribbon-split-button{text-align:center;border:1px solid transparent;padding:0;margin:0}.ribbon-split-button:hover{border-color:#a4cef9}.ribbon-split-button:hover .ribbon-split{border-color:#a4cef9}.ribbon-split-button .ribbon-main,.ribbon-split-button .ribbon-split{display:block;text-align:center;min-width:0;padding:2px 4px;width:100%;cursor:pointer}.ribbon-split-button .ribbon-main:hover,.ribbon-split-button .ribbon-split:hover{background-color:rgba(164,206,249,.2)}.ribbon-split-button .ribbon-main{background-color:inherit;outline:0;position:relative;border:none}.ribbon-split-button .icon *{height:32px;max-width:32px;font-size:26px;line-height:32px}.ribbon-split-button .icon+.caption{margin-top:8px}.ribbon-split-button .ribbon-split{font-size:12px;border-top:1px solid transparent;padding-bottom:4px}.ribbon-split-button .ribbon-split.dropdown-toggle{padding-right:4px!important}.ribbon-split-button .ribbon-split.dropdown-toggle::before{display:none}.ribbon-split-button .ribbon-split.dropdown-toggle::after{content:"";display:block;position:absolute;bottom:2px;left:50%;-webkit-transform:translateX(-50%) rotate(45deg);-ms-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg);width:0;height:0;border-style:solid;border-width:0 0 4px 4px;border-color:transparent transparent #1d1d1d transparent;z-index:1}.ribbon-dropdown{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;display:block;position:absolute;background-color:#fbfcfd;color:#1d1d1d;padding:2px;border:1px solid #dadbdc;font-size:12px;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7);z-index:1000;top:100%;left:0}.ribbon-dropdown a,.ribbon-dropdown li{display:block;position:relative;background-color:inherit;color:inherit;height:24px}.ribbon-dropdown li{border:1px solid transparent;padding-left:24px}.ribbon-dropdown li:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown a{line-height:24px;text-decoration:none;padding:0 8px;border-left:1px solid #dcddde;white-space:nowrap}.ribbon-dropdown .divider{display:block;height:1px;width:100%;position:relative;background-color:#dcddde}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::after,.ribbon-dropdown .checked::before{position:absolute;display:block;content:""}.ribbon-dropdown .checked-one::before,.ribbon-dropdown .checked::before{background-color:transparent;border-color:#1d1d1d;border-left:2px solid;border-bottom:2px solid;height:.325rem;width:.5rem;left:.5rem;top:50%;-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg);z-index:2}.ribbon-dropdown .checked-one::after,.ribbon-dropdown .checked::after{width:23px;height:22px;top:0;left:0;z-index:1}.ribbon-dropdown .checked::after{border:1px solid #a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-dropdown .checked-one::before{width:.4rem;height:.4rem;border-radius:50%;background-color:#1d1d1d}.ribbon-dropdown .ribbon-dropdown{top:-4px;left:100%}.ribbon-dropdown .dropdown-toggle::before{-webkit-transform:rotate(-135deg)!important;-ms-transform:rotate(-135deg)!important;transform:rotate(-135deg)!important}.ribbon-dropdown .dropdown-toggle.active-toggle::before{-webkit-transform:rotate(45deg)!important;-ms-transform:rotate(45deg)!important;transform:rotate(45deg)!important}.ribbon-toggle-group{background-color:#f8f8f8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;max-height:80px;border:1px solid #dadbdc;width:auto}.ribbon-toggle-group .ribbon-icon-button{height:20px;margin:1px;padding:1px 4px;background-color:inherit}.ribbon-button:hover,.ribbon-icon-button:hover,.ribbon-tool-button:hover{border-color:#a4cef9;background-color:rgba(164,206,249,.2)}.ribbon-button.active,.ribbon-button:active,.ribbon-icon-button.active,.ribbon-icon-button:active,.ribbon-main.active,.ribbon-main:active,.ribbon-split.active,.ribbon-split:active,.ribbon-tool-button.active,.ribbon-tool-button:active{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ribbon-menu .active-container .ribbon-button,.ribbon-menu .active-container .ribbon-icon-button,.ribbon-menu .active-container .ribbon-tool-button{border-color:#1979ca;background-color:rgba(164,206,249,.8)!important}.ripple{display:block;width:0;height:0;border-radius:100%;background:rgba(255,255,255,.4);-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);position:absolute;opacity:1}.rippleEffect{-webkit-animation:rippleDrop .5s linear;animation:rippleDrop .5s linear}@-webkit-keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}@keyframes rippleDrop{100%{-webkit-transform:scale(2.5);transform:scale(2.5);opacity:0}}.select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0;cursor:pointer;position:relative;margin:0}.select .dropdown-toggle{width:36px;height:36px;display:block;position:relative}.select .dropdown-toggle::before{margin-left:-1.1rem}.select .d-menu li a,.select .v-menu li a{min-width:auto}.select input[type=checkbox]{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.select select{display:none}.select .button-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.select .button{background-color:transparent;color:#1d1d1d;height:34px;min-width:34px}.select .button:active,.select .button:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.select .button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.select .input-clear-button{background-color:transparent}.select .input-clear-button:hover{background-color:transparent}.select .select-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;width:calc(100% - .1rem);height:34px;padding-left:10px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .select-input .icon{margin:0 4px}.select .select-input:focus{-webkit-box-shadow:none;box-shadow:none}.select select[multiple]~.select-input{padding-left:4px}.select:hover input{border-color:transparent}.select .drop-container{position:absolute;top:100%;left:0;width:calc(100% + 2px);height:auto;border:1px solid #dfdfdf;padding:2px;margin-left:-1px;z-index:1000;background-color:#fff;-webkit-box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);box-shadow:3px 3px 5px 0 rgba(0,0,0,.3)}.select .drop-container .input{margin:4px 2px 6px;width:calc(100% - 4px)}.select .d-menu{width:100%;overflow-y:auto;position:relative;display:block;-webkit-box-shadow:none;box-shadow:none}.select .d-menu li a{height:32px;line-height:32px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select .d-menu li a .icon{top:.3rem;margin-top:0}.select .d-menu .active{border:none;color:#fff}.select .d-menu .active:hover{color:#fff}.select.focused{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select.dropdown-toggle::before{margin-left:-1.1rem;left:100%;top:14px;margin-top:0;width:.4rem;height:.4rem}.select.disabled.dropdown-toggle:before{border-color:#fff}.select .group-title{background-color:#f6f7f8;font-size:.75rem;line-height:.875rem;padding:.25rem .5rem .25rem 1rem;border:0;color:#646464;font-weight:700}.select .group-title:hover{background-color:#f6f7f8;cursor:default;border:0}.select ul{right:0;left:0}.select .selected-item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.select .selected-item .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 4px}.select .selected-item .remover{display:block;position:relative;width:25px;height:25px;line-height:24px;text-align:center;cursor:pointer;background-color:#e4e4e4}.select.multiple{-ms-flex-wrap:wrap;flex-wrap:wrap;height:auto;min-height:36px}.select.multiple .dropdown-toggle{position:absolute;top:0;right:0}.select.multiple>.button-group{position:absolute;top:0;right:34px}.select.multiple .select-input{height:auto;min-height:36px;margin-right:34px}.select.multiple .button-group:not(.d-none)~.select-input{margin-right:68px}.select .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.select .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .select-input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.select .button-group{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.select .dropdown-toggle{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.select.input-large{height:50px}.select.input-large .dropdown-toggle,.select.input-large>.button-group .button{height:50px;width:50px}.select.input-large .dropdown-toggle::before{margin-left:-1.5rem}.select.input-large .append,.select.input-large .prepend,.select.input-large .select-input{height:48px;font-size:1.3rem;padding:2px 10px;line-height:48px}.select.input-large.multiple{min-height:50px;height:auto}.select.input-large.multiple .select-input{height:auto;min-height:48px}.select.input-large.multiple>.button-group{right:50px}.select.input-large.multiple>.button-group:not(.d-none)~.select-input{margin-right:100px}.select.input-large.dropdown-toggle::before{top:18px;width:.6rem;height:.6rem;margin-left:-1.3rem}.select.input-large .selected-item{margin:2px 2px;height:36px;line-height:36px}.select.input-large .selected-item .title{font-size:1.3rem;line-height:36px;padding:0 8px}.select.input-large .selected-item .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.select.input-small{height:28px}.select.input-small .dropdown-toggle,.select.input-small>.button-group .button{height:28px;width:28px}.select.input-small .dropdown-toggle::before{margin-left:-1rem}.select.input-small .append,.select.input-small .prepend,.select.input-small .select-input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px}.select.input-small.multiple{min-height:28px;height:auto}.select.input-small.multiple .select-input{height:auto;min-height:26px}.select.input-small.multiple>.button-group{right:28px}.select.input-small.multiple>.button-group:not(.d-none)~.select-input{margin-right:56px}.select.input-small.dropdown-toggle::before{top:10px;width:.325rem;height:.325rem;margin-left:-.9rem}.select.input-small .selected-item{height:18px;line-height:18px}.select.input-small .selected-item .title{font-size:.7rem;line-height:18px}.select.input-small .selected-item .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.select2-container .selection .select2-selection--single{height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--single .select2-selection__rendered{line-height:36px}.select2-container .selection .select2-selection--single .select2-selection__arrow{height:36px}.select2-container .selection .select2-selection--multiple{min-height:36px;border:1px #d9d9d9 solid}.select2-container .selection .select2-selection--multiple .select2-selection__rendered{display:block}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{border-radius:0;background-color:#f8f8f8;font-size:14px;height:26px;line-height:26px}.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-search--inline .select2-search__field{margin-top:0}.select2-container .select2-dropdown,.select2-container .select2-selection{border-radius:0}.select2 .selection .select2-selection--multiple,.select2 .selection .select2-selection--single{outline:0}.select2 .selection .select2-selection--multiple:hover,.select2 .selection .select2-selection--single:hover{border-color:silver}.select2 .selection .select2-selection--multiple.focused,.select2 .selection .select2-selection--multiple:focus,.select2 .selection .select2-selection--single.focused,.select2 .selection .select2-selection--single:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.select2 .selection .select2-selection--multiple.disabled,.select2 .selection .select2-selection--multiple:disabled,.select2 .selection .select2-selection--single.disabled,.select2 .selection .select2-selection--single:disabled{pointer-events:none;border-color:#ebebeb;background-color:#e9e9e9}.shortcut{width:6rem;height:6rem;padding:.5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:.9rem;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;background-color:#ebebeb;color:#1d1d1d;cursor:pointer;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;outline:0}.shortcut .caption,.shortcut .icon{display:block;line-height:1}.shortcut .icon{display:block;vertical-align:middle;width:1.7rem;height:1.7rem;font-size:1.7rem;margin-top:1rem;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shortcut .caption{color:inherit;height:1.2rem;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shortcut .icon~.caption{margin-top:.875rem}.shortcut .badge{position:absolute;font-size:.6875rem;top:.25rem;right:.25rem;color:inherit;-webkit-transform:none;-ms-transform:none;transform:none;background-color:inherit}.shortcut.no-caption .icon{width:2rem;height:2rem;font-size:2rem;margin-top:1.5rem}.shortcut:hover{background-color:rgba(29,29,29,.1)}.shortcut.focus,.shortcut:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.shortcut.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.shortcut:active,.shortcut:focus,.shortcut:hover{text-decoration:none}.shortcut:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.shortcut.disabled,.shortcut:disabled{opacity:.65}.shortcut:active{-webkit-box-shadow:none;box-shadow:none}.sidebar{display:block;position:fixed;top:0;bottom:0;overflow:hidden;width:290px;background-color:#fff;padding:0;z-index:1031}.sidebar.on-left{right:auto!important;left:-290px;-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease}.sidebar.on-left.open,.sidebar.on-left.static{-webkit-transition:left .3s ease;-o-transition:left .3s ease;transition:left .3s ease;left:0}.sidebar.on-left.open.sidebar-shadow,.sidebar.on-left.static.sidebar-shadow{-webkit-box-shadow:2px 0 0 0 rgba(0,0,0,.15);box-shadow:2px 0 0 0 rgba(0,0,0,.15)}.sidebar.on-right{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;left:auto!important;right:-290px}.sidebar.on-right.open,.sidebar.on-right.static{-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;right:0}.sidebar.on-right.open.sidebar-shadow,.sidebar.on-right.static.sidebar-shadow{-webkit-box-shadow:-2px 0 0 0 rgba(0,0,0,.15);box-shadow:-2px 0 0 0 rgba(0,0,0,.15)}.sidebar-content,.sidebar-header,.sidebar-menu{display:block;position:relative;width:100%}.sidebar-header{background:#fff top left no-repeat;background-size:cover;height:160px;border-bottom:1px #e0e0e0 solid}.sidebar-header>.avatar{position:absolute;height:64px;width:64px;background:#fff;color:#fff;border-radius:50%;top:16px;left:16px;overflow:hidden;text-align:center;border:2px solid #fff}.sidebar-header>.avatar img{width:100%;max-height:100%}.sidebar-header>.subtitle,.sidebar-header>.title{display:block;position:absolute;left:16px}.sidebar-header>.title{font-size:18px;font-weight:100;top:96px}.sidebar-header>.subtitle{font-size:12px;font-weight:300;top:116px}.sidebar-header>.sub-action{position:absolute;top:10px;right:10px;text-decoration:none}.sidebar-menu{color:#1d1d1d;height:100%;margin:0;padding:0;list-style:none inside;overflow:hidden;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidebar-menu::-webkit-scrollbar{display:none!important}.sidebar-menu li{color:inherit;display:block;height:auto;position:relative;cursor:pointer}.sidebar-menu li a{position:relative;display:block;color:inherit;text-transform:capitalize;height:48px;line-height:48px;padding-left:56px;text-decoration:none;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidebar-menu li a .icon{position:absolute;left:16px;font-size:24px;top:50%;margin-top:-12px;line-height:1;opacity:.8}.sidebar-menu li a .ripple-ink{background:rgba(204,204,204,.3)}.sidebar-menu li .second-action{position:absolute;right:16px;width:24px;height:24px;font-size:24px;top:50%;margin-top:-12px}.sidebar-menu li.divider{padding:0;height:1px;margin:0 1px;overflow:hidden;background-color:#dfdfdf}.sidebar-menu li.divider:hover{background-color:#dfdfdf}.sidebar-menu .group-title{line-height:1;height:auto;margin:16px 16px 8px;color:#1d1d1d;font-weight:700;font-size:.9em;cursor:default}.sidebar-menu li.content-container{cursor:initial;padding:0 10px}.sidebar-menu li:hover{background-color:rgba(29,29,29,.1)}.sidebar-menu li.group-title:hover{background-color:initial}.sidebar-menu li.content-container:hover{background-color:initial}.sidebar-menu .d-menu,.sidebar-menu .v-menu{position:relative;float:none}.sidebar-header~.sidebar-menu{height:calc(100% - 160px)}.sidebar.compact .sidebar-menu li,.subcompact .sidebar-menu li{height:auto}.sidebar.compact .sidebar-menu li a,.subcompact .sidebar-menu li a{padding-top:7px;padding-bottom:7px;line-height:1.2;font-size:14px;padding-left:40px}.sidebar.compact .sidebar-menu li a .icon,.subcompact .sidebar-menu li a .icon{font-size:14px;margin-top:-7px}.sidebar.subcompact .sidebar-menu li a{padding-top:3px;padding-bottom:3px}.sidenav-counter{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-counter::-webkit-scrollbar{display:none!important}.sidenav-counter a,.sidenav-counter li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-counter a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-counter .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-counter .counter,.sidenav-counter .title{display:block;margin:0;white-space:nowrap}.sidenav-counter .title{font-size:.6875rem;font-weight:700;text-transform:uppercase;display:none}.sidenav-counter .counter{font-size:.7rem;font-weight:400;position:absolute;top:0;right:4px}.sidenav-counter li:hover{background-color:rgba(29,29,29,.1)}.sidenav-counter li:active{background-color:#13709e;color:#fff}.sidenav-counter .active,.sidenav-counter li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-counter[dir=rtl] .counter{right:auto;left:4px}.sidenav-counter[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-counter-expand-fs{width:220px}.sidenav-counter-expand-fs a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-fs .title{display:block}.sidenav-counter-expand-fs .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-counter-expand-sm{width:220px}.sidenav-counter-expand-sm a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-sm .title{display:block}.sidenav-counter-expand-sm .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-counter-expand-md{width:220px}.sidenav-counter-expand-md a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-md .title{display:block}.sidenav-counter-expand-md .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-counter-expand-lg{width:220px}.sidenav-counter-expand-lg a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-lg .title{display:block}.sidenav-counter-expand-lg .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-counter-expand-xl{width:220px}.sidenav-counter-expand-xl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xl .title{display:block}.sidenav-counter-expand-xl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-counter-expand-xxl{width:220px}.sidenav-counter-expand-xxl a{padding:.625rem 1rem .625rem 3.75rem}.sidenav-counter-expand-xxl .title{display:block}.sidenav-counter-expand-xxl .counter{position:relative;top:auto;right:auto}.sidenav-counter-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-counter-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.sidenav-m3{display:block;position:relative;list-style:none inside;height:100%;width:220px;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-m3::-webkit-scrollbar{display:none!important}.sidenav-m3 a,.sidenav-m3 li{position:relative;display:block;color:inherit}.sidenav-m3>li{background:0 0}.sidenav-m3>li.stick-left::before,.sidenav-m3>li.stick-right::before{content:"";display:block;position:absolute;width:6px;height:44px;border-radius:.25rem 0 0 .25rem;background-color:inherit;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.sidenav-m3>li.stick-right::before{left:100%;border-radius:0 .25rem .25rem 0;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.sidenav-m3 a{padding:.625rem 1rem .625rem 3rem;text-decoration:none;background-color:#f8f8f8;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis}.sidenav-m3 li+li{border-top:1px solid #dfdfdf}.sidenav-m3 .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;bottom:12px}.sidenav-m3 .title{padding:20px 20px 10px 20px;font-size:24px;border:0}.sidenav-m3 .d-menu{position:relative;-webkit-box-shadow:none;box-shadow:none;background-color:inherit;width:100%;float:none}.sidenav-m3 .d-menu a{padding:0 1rem 0 3rem;text-decoration:none}.sidenav-m3 .d-menu li{border-top:1px solid #dfdfdf}.sidenav-m3 .d-menu .icon{width:24px;height:24px;font-size:22px;line-height:24px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:50%}.sidenav-m3[dir=rtl] a{padding-right:3rem;padding-left:1rem}.sidenav-m3[dir=rtl] .icon{left:auto;right:.625rem}.sidenav-m3[dir=rtl] .dropdown-toggle{padding-left:1.5rem!important;padding-right:3rem!important}.sidenav-m3[dir=rtl] .dropdown-toggle::before{left:1rem;margin-left:0}.sidenav-simple{display:block;position:relative;list-style:none inside;height:100%;width:52px;overflow-x:hidden;overflow-y:auto;margin:0;padding:0;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#f8f8f8;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.sidenav-simple::-webkit-scrollbar{display:none!important}.sidenav-simple a,.sidenav-simple li{display:block;position:relative;height:52px;line-height:52px;background-color:inherit;color:inherit;width:100%}.sidenav-simple a{padding:.625rem 0 .625rem 0;line-height:.875rem;text-decoration:none}.sidenav-simple .icon{width:28px;height:28px;font-size:26px;line-height:28px;vertical-align:middle;text-align:center;position:absolute;left:.625rem;top:.635rem}.sidenav-simple .title{margin:0;white-space:nowrap;font-size:.875rem;text-transform:uppercase;display:none;line-height:52px}.sidenav-simple li:hover{background-color:rgba(29,29,29,.1)}.sidenav-simple li:active{background-color:#13709e;color:#fff}.sidenav-simple .active,.sidenav-simple li.active:hover{background-color:#1ba1e2;color:#fff}.sidenav-simple[dir=rtl] .icon{left:.725rem}@media screen and (min-width:0){.sidenav-simple-expand-fs{width:220px}.sidenav-simple-expand-fs a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-fs .title{display:block}.sidenav-simple-expand-fs[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-fs[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:576px){.sidenav-simple-expand-sm{width:220px}.sidenav-simple-expand-sm a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-sm .title{display:block}.sidenav-simple-expand-sm[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-sm[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:768px){.sidenav-simple-expand-md{width:220px}.sidenav-simple-expand-md a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-md .title{display:block}.sidenav-simple-expand-md[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-md[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:992px){.sidenav-simple-expand-lg{width:220px}.sidenav-simple-expand-lg a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-lg .title{display:block}.sidenav-simple-expand-lg[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-lg[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1200px){.sidenav-simple-expand-xl{width:220px}.sidenav-simple-expand-xl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xl .title{display:block}.sidenav-simple-expand-xl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xl[dir=rtl] .icon{left:auto;right:.625rem}}@media screen and (min-width:1452px){.sidenav-simple-expand-xxl{width:220px}.sidenav-simple-expand-xxl a{padding:0 1rem 0 3.75rem}.sidenav-simple-expand-xxl .title{display:block}.sidenav-simple-expand-xxl[dir=rtl] a{padding:.625rem 3.75rem .625rem 1rem}.sidenav-simple-expand-xxl[dir=rtl] .icon{left:auto;right:.625rem}}.skill-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.skill-box .header{display:block;position:relative;padding:20px}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header::after{display:block;clear:both;content:""}.skill-box .header .avatar{float:left;width:64px;height:auto;border-radius:50%;overflow:hidden}.skill-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin:5px 5px 5px 75px}.skill-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0 5px 5px 75px}.skill-box .skills{margin:0;padding:0;list-style:none inside}.skill-box .skills li{padding:8px 16px;font-size:14px}.skill-box .skills li a{text-decoration:none;color:inherit}.skill-box .skills li+li{border-top:1px solid #dfdfdf}.skill-box .skills .badge{position:relative;display:inline-block;right:auto;top:4px;-webkit-transform:translateY(0) translateX(0);-ms-transform:translateY(0) translateX(0);transform:translateY(0) translateX(0);float:right}.slider{display:block;position:relative;height:2.125rem;background:0 0;cursor:default;width:100%}.slider input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.slider .backside,.slider .buffer,.slider .complete,.slider .marker{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.slider .backside{background-color:#bebebe;width:100%;z-index:1;height:.6rem}.slider .buffer{z-index:2;height:.3rem;background-color:#fff}.slider .complete{z-index:3;height:.6rem;background-color:#60a917}.slider .marker{width:1rem;height:1rem;background-color:#1d1d1d;z-index:4;outline:0;border:1px solid transparent;cursor:pointer;overflow:visible}.slider .marker:focus{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.slider .marker:active::after{display:block;content:"";position:absolute;width:3.125rem;height:3.125rem;border-radius:50%;background-color:rgba(187,187,187,.5);opacity:.3;top:50%;left:50%;margin-top:-1.5625rem;margin-left:-1.5625rem}.slider .hint{display:none;position:absolute;z-index:5;width:auto!important;height:auto!important;padding:.25rem .5rem;background-color:#989898;color:#fff;white-space:nowrap}.slider .hint::before{display:block;position:absolute;content:"";width:6px;height:6px;background-color:inherit}.slider .hint.top-side{top:0;left:50%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%);margin-top:-8px}.slider .hint.top-side::before{top:100%;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.bottom-side{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:100%;margin-top:8px}.slider .hint.bottom-side::before{top:0;left:50%;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);margin-top:-1px}.slider .hint.left-side{left:0;top:50%;-webkit-transform:translateY(-50%) translateX(-100%);-ms-transform:translateY(-50%) translateX(-100%);transform:translateY(-50%) translateX(-100%);margin-left:-8px}.slider .hint.left-side::before{top:50%;right:0;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);margin-right:-3px}.slider .hint.right-side{left:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;margin-left:8px}.slider .hint.right-side::before{top:50%;left:0;-webkit-transform:translateX(-50%) translateY(-50%) rotate(45deg);-ms-transform:translateX(-50%) translateY(-50%) rotate(45deg);transform:translateX(-50%) translateY(-50%) rotate(45deg)}.slider .marker.left-knob{left:0}.slider .marker.right-knob{left:auto;right:0}.slider.range .complete{width:100%}.slider.thin .backside,.slider.thin .buffer,.slider.thin .complete{height:6px}.slider.ultra-thin .backside,.slider.ultra-thin .buffer,.slider.ultra-thin .complete{height:4px}.slider.cycle-marker .marker{border-radius:50%}.slider.vertical-slider{width:2.125rem;height:100px}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete,.slider.vertical-slider .marker{top:auto;left:50%;-webkit-transform:translateY(0) translateX(-50%);-ms-transform:translateY(0) translateX(-50%);transform:translateY(0) translateX(-50%)}.slider.vertical-slider .backside,.slider.vertical-slider .buffer,.slider.vertical-slider .complete{width:.5rem;bottom:0}.slider.vertical-slider .backside{height:100%}.slider.vertical-slider .buffer{width:.3rem}.slider.vertical-slider .marker{top:100%;-webkit-transform:translateY(-100%) translateX(-50%);-ms-transform:translateY(-100%) translateX(-50%);transform:translateY(-100%) translateX(-50%)}.slider.rounded .backside,.slider.rounded .buffer,.slider.rounded .complete,.slider.rounded .marker{border-radius:.25rem}.slider.disabled .marker{display:none}.social-box{display:block;position:relative;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.1);box-shadow:0 1px 1px rgba(0,0,0,.1);background-color:#fff;color:#1d1d1d}.social-box .header{display:block;position:relative;padding:20px 20px 40px 20px}.social-box .header .avatar{position:absolute;width:90px;height:auto;border-radius:50%;overflow:hidden;top:100%;left:50%;margin-top:-45px;margin-left:-45px;z-index:2;border:2px solid #fff}.social-box .header .title{font-size:25px;line-height:1.1;font-weight:300;margin-bottom:5px;z-index:1}.social-box .header .subtitle{font-size:14px;line-height:1.1;font-weight:500;margin:0;z-index:1}.social-box .skills{margin:0;padding:40px 0 0 0;list-style:none inside;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.social-box .skills li{padding:8px 16px;font-size:14px;text-align:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0}.social-box .skills li a{text-decoration:none;color:inherit}.social-box .skills li+li{border-left:1px solid #dfdfdf}.spinner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0;cursor:text;position:relative;height:36px;line-height:36px}.spinner input{border:none!important;display:block;position:relative;width:100%;height:100%;line-height:36px;font-size:16px;padding:0 4px;text-align:center}.spinner input:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.spinner .button{width:34px;min-width:34px;height:34px;line-height:34px;text-align:center;font-weight:700;background-color:#f8f8f8;padding:0}.spinner .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner input{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-plus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-left .spinner-button-minus{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.spinner.buttons-left input{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;text-align:right}.spinner.buttons-right .spinner-button-plus{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.spinner.buttons-right .spinner-button-minus{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.spinner.buttons-right input{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:left}.spinner.input-large{height:50px;line-height:50px}.spinner.input-large input{font-size:1.3rem}.spinner.input-large .spinner-button{height:48px;width:48px;min-width:48px;line-height:48px;font-size:1.3rem}.spinner.input-large .spinner-button [class*=mif-]{font-size:1.3rem}.spinner.input-large .default-icon-minus,.spinner.input-large .default-icon-plus{width:21px;height:21px}.spinner.input-small{height:28px;line-height:28px}.spinner.input-small input{font-size:.9rem}.spinner.input-small .spinner-button{height:26px;width:26px;min-width:26px;line-height:26px;font-size:.9rem}.spinner.input-small .spinner-button [class*=mif-]{font-size:.9rem}.spinner.input-small .default-icon-minus,.spinner.input-small .default-icon-plus{width:14px;height:14px}.split-button{display:inline-block;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:auto;height:36px;line-height:1}.split-button>:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.split-button>:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:4px}.split-button .dropdown{position:static}.split-button .drop-object{left:0}.split-button>.split-button{margin-left:4px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.split-button .split{margin-left:-2px;padding:0 .75rem;text-align:center;vertical-align:middle;background-color:#e4e4e4;border:1px transparent solid;color:#1d1d1d;cursor:pointer;outline:0;font-size:.875rem;position:relative;line-height:36px;height:36px;min-width:36px}.split-button .split.dropdown-toggle::before{margin-left:-1.25rem}.split-button .split:hover{background-color:#cbcbcb}.split-button .split:focus,.split-button .split:hover{text-decoration:none}.split-button .split:active{outline:0;-webkit-box-shadow:0 0 0 3px rgba(190,190,190,.45);box-shadow:0 0 0 3px rgba(190,190,190,.45)}.split-button .split.disabled,.split-button .split:disabled{opacity:.65}.split-button .split.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.split-button .split:active{-webkit-box-shadow:none;box-shadow:none}.splitter{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.splitter.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.splitter>.gutter{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;border:1px solid #f8f8f8;background-color:#f8f8f8;cursor:col-resize;z-index:1}.splitter>.gutter.active{background-color:#bebebe}.splitter>.gutter::before{content:"";z-index:1;display:block;position:absolute;left:0;width:100%;top:50%;height:24px;margin-top:-12px;background-color:#bebebe}.splitter.vertical>.gutter{cursor:row-resize}.splitter.vertical>.gutter::before{height:100%;width:24px;top:0;left:50%;margin-left:-12px;margin-top:0}.splitter>.split-block{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;overflow:hidden}.stepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;margin:.5rem 0}.stepper::before{content:"";display:block;width:100%;position:absolute;height:1px;background-color:#bebebe;top:50%;left:0;z-index:0}.stepper.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.stepper .step{display:block;width:32px;height:32px;line-height:32px;text-align:center;z-index:1;background-color:#989898;color:#fff;cursor:pointer;position:relative}.stepper .step span{display:block}.stepper .step.complete{background-color:#60a917;color:#fff}.stepper .step.current{background-color:#1ba1e2;color:#fff}.stepper.cycle .step{border-radius:50%}.stepper.diamond .step{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.stepper.diamond .step span{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.streamer{position:relative;display:block;width:100%;overflow:hidden;margin-bottom:1rem}.streamer .streams{width:40px;overflow:visible;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-top:30px;background-color:#fff;color:#1d1d1d;position:absolute;margin-top:2px;left:0;top:0;z-index:500}.streamer .streamer-actions{position:absolute;top:-1px;left:0;width:100%;height:32px;display:none;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;background-color:inherit;z-index:101}.streamer .streamer-action{margin:1px;height:26px;width:26px;border:0 solid #dfdfdf;line-height:26px;text-align:center;cursor:pointer;background-color:#fff;color:#1d1d1d;outline:0;padding:0}.streamer .streamer-action *{vertical-align:inherit;font-size:24px;text-align:center;width:24px;height:24px}.streamer a.streamer-action{color:#1d1d1d}.streamer a.streamer-action:hover{color:#1d1d1d}.streamer .stream{position:relative;height:75px;width:40px;padding:4px 8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;background-color:inherit;color:inherit;border:2px solid #fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.streamer .stream-secondary,.streamer .stream-title{display:none;z-index:2}.streamer .stream-title{font-size:14px;text-transform:uppercase;height:100%;line-height:1}.streamer .stream-secondary{height:16px;line-height:16px;font-size:12px}.streamer .stream-icon{position:absolute;top:50%;left:50%;margin-top:-16px;margin-left:-16px;width:32px;height:32px;font-size:24px;text-align:center}.streamer .events-area{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding-left:40px;z-index:1;position:relative;white-space:nowrap;overflow-x:scroll;-webkit-overflow-scrolling:auto}.streamer .streamer-fake-timeline,.streamer .streamer-timeline{height:32px;width:auto;list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.streamer .streamer-fake-timeline li,.streamer .streamer-timeline li{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:224px;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOAAAAATCAYAAACJKwFWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWY4NzBhNi0zODU3LWFmNDEtYWMzZS03YzlkOTcxZjMxOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEREMzg4NkJBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEREMzg4NkFBQjkyMTFFN0JDQTVFMzg4RUE0RDc4RkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YzEyZGQ1NjktNmM3YS0yZTQ2LTg2MmQtZWY3OGU5MmQ4NWY2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY5Zjg3MGE2LTM4NTctYWY0MS1hYzNlLTdjOWQ5NzFmMzE5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv3rUTMAAAIHSURBVHja7Jq/S0JRHMWfpj37oSA8qikIImioIaghaHDrD2hqaG4R6i8paGksh2iIQGhoCYewocChhkDEoAjsx5IGDZV2Ll6huXvoKZwPHHwuh3O/737f03tvpNVqeUKIcIiYBiwUCoe4LhH8FqAadO/oE0BT0AUh0xxUhyqOPklohpRpFvqEbh194tA8dGX9XJi2fteE8S1CN1DD0WcSSpHmpslUhl4dfcahMeiSMTdj9qKYyWR2/uKA5v39dd1OUNebOAKtQtuEQa5Bd9C5o4+pVRbaImRagd6hU4LXJinTMjQMHZEymfn05eizBE1AOUKmDegAeiY8PE0z7xIyZaP2op/0Rk1AaYKPeQP6pEyD9inqyigx05B9ozLG5ttPV5I2FwPf1suVFGlsnUwBwSdt5zmD/qh+hQsRHmpAIdSAQqgBhRBqQCHUgEKIfyBG9jP7SD4pV5KYibFs3EfMZJbWu+0I0oDH24ZI2nq5krD3j5UpTvDxiZnoDWg2Ot8IPmbjfI+UqQo9EXw+vPZJCgYn0HeXNeCjx9vfKtt6uVIjPqhMpjrBx5ykqXRrA1ZJPg3P/RhTh2OSzwu0T/J66MJfQ2dEL1adisRMOZJPyeMcjdN/QCHCRg0ohBpQCDWgECKkBgxUip4k4rVXLiMqRU8SdBowr1r0JE2vvbTeVCl6kvyPAAMASGlSBhr76A8AAAAASUVORK5CYII=) no-repeat;vertical-align:bottom;height:100%;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative}.streamer .streamer-fake-timeline li em,.streamer .streamer-timeline li em{font-size:10px;font-style:normal;margin:4px;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;max-width:100%}.streamer .streamer-fake-timeline{position:absolute;height:1px;top:0;left:0;width:100%}.streamer .streamer-fake-timeline li{width:auto;line-height:1px;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;overflow:hidden;text-align:center;color:#fcfcfc}.streamer .streamer-events{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .event-group{display:block;background-color:#fff;color:#1d1d1d;border:1px solid transparent;-ms-flex-negative:0;flex-shrink:0;margin-top:-1px}.streamer .stream-events{min-height:75px;height:auto;width:auto;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.streamer .stream-events.global-stream{min-height:100%}.streamer .stream-events.global-stream .stream-event{min-width:100%}.streamer .stream-event{width:222px;height:72px;border:1px solid #f5f5f5;margin:2px 1px;background-color:#fff;color:#1d1d1d;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.streamer .stream-event:hover{border-color:#dfdfdf}.streamer .stream-event-slide{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;height:100%}.streamer .stream-event-slide .slide-logo{width:40px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:2px}.streamer .stream-event-slide .slide-logo .icon{width:36px;height:36px}.streamer .stream-event-slide .slide-logo .time{margin-top:1px;padding:5px 4px 6px;font-size:.75rem}.streamer .stream-event-slide .slide-data{margin:0 4px;padding:4px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;width:auto;max-width:calc(100% - 48px);height:100%}.streamer .stream-event-slide .slide-data .desc,.streamer .stream-event-slide .slide-data .subtitle,.streamer .stream-event-slide .slide-data .title{line-height:1}.streamer .stream-event-slide .slide-data .title{font-size:12px;font-weight:700;line-height:14px}.streamer .stream-event-slide .slide-data .subtitle{font-size:10px}.streamer .stream-event-slide .slide-data .desc{font-size:11px;color:#999;margin-top:auto;height:29px}.streamer .stream-event-slide .slide-data *+.subtitle{margin-top:2px}.streamer .stream-event-slide .state-icon{position:absolute;z-index:99;top:4px;right:8px;color:#989898}.streamer .stream-event{position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.streamer .stream-event.selected{-webkit-box-shadow:0 0 0 1px #5ebdec!important;box-shadow:0 0 0 1px #5ebdec!important}.streamer .stream-events:not(.global-stream) .stream-event.disabled{opacity:.2}.streamer .size-auto{width:auto}.streamer .event-group.size-1x{width:224px}.streamer .event-group.size-2x{width:448px}.streamer .event-group.size-3x{width:672px}.streamer .event-group.size-4x{width:896px}.streamer .event-group.size-5x{width:1120px}.streamer .event-group.size-6x{width:1344px}.streamer .event-group.size-7x{width:1568px}.streamer .event-group.size-8x{width:1792px}.streamer .event-group.size-9x{width:2016px}.streamer .event-group.size-10x{width:2240px}.streamer .event-group.size-11x{width:2464px}.streamer .event-group.size-12x{width:2688px}.streamer .event-group.size-13x{width:2912px}.streamer .event-group.size-14x{width:3136px}.streamer .event-group.size-15x{width:3360px}.streamer .event-group.size-16x{width:3584px}.streamer .event-group.size-17x{width:3808px}.streamer .event-group.size-18x{width:4032px}.streamer .event-group.size-19x{width:4256px}.streamer .event-group.size-20x{width:4480px}.streamer .stream-event.size-1x{width:222px}.streamer .stream-event.shift-1x{margin-left:225px}.streamer .stream-event.size-2x{width:446px}.streamer .stream-event.shift-2x{margin-left:449px}.streamer .stream-event.size-3x{width:670px}.streamer .stream-event.shift-3x{margin-left:673px}.streamer .stream-event.size-4x{width:894px}.streamer .stream-event.shift-4x{margin-left:897px}.streamer .stream-event.size-5x{width:1118px}.streamer .stream-event.shift-5x{margin-left:1121px}.streamer .stream-event.size-6x{width:1342px}.streamer .stream-event.shift-6x{margin-left:1345px}.streamer .stream-event.size-7x{width:1566px}.streamer .stream-event.shift-7x{margin-left:1569px}.streamer .stream-event.size-8x{width:1790px}.streamer .stream-event.shift-8x{margin-left:1793px}.streamer .stream-event.size-9x{width:2014px}.streamer .stream-event.shift-9x{margin-left:2017px}.streamer .stream-event.size-10x{width:2238px}.streamer .stream-event.shift-10x{margin-left:2241px}.streamer .stream-event.size-11x{width:2462px}.streamer .stream-event.shift-11x{margin-left:2465px}.streamer .stream-event.size-12x{width:2686px}.streamer .stream-event.shift-12x{margin-left:2689px}.streamer .stream-event.size-13x{width:2910px}.streamer .stream-event.shift-13x{margin-left:2913px}.streamer .stream-event.size-14x{width:3134px}.streamer .stream-event.shift-14x{margin-left:3137px}.streamer .stream-event.size-15x{width:3358px}.streamer .stream-event.shift-15x{margin-left:3361px}.streamer .stream-event.size-16x{width:3582px}.streamer .stream-event.shift-16x{margin-left:3585px}.streamer .stream-event.size-17x{width:3806px}.streamer .stream-event.shift-17x{margin-left:3809px}.streamer .stream-event.size-18x{width:4030px}.streamer .stream-event.shift-18x{margin-left:4033px}.streamer .stream-event.size-19x{width:4254px}.streamer .stream-event.shift-19x{margin-left:4257px}.streamer .stream-event.size-20x{width:4478px}.streamer .stream-event.shift-20x{margin-left:4481px}.streamer .stream-event.size-half{width:112px}.streamer .stream-event.size-one-third{width:74.66666667px}.streamer .stream-event.offset-half{margin-left:112px}.streamer .stream-event.offset-one-third{margin-left:74.66666667px}html.metro-no-touch-device .streamer .stream:hover{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-no-touch-device .streamer .stream:hover .stream-secondary,html.metro-no-touch-device .streamer .stream:hover .stream-title{display:block}html.metro-no-touch-device .streamer .stream:hover .stream-icon{bottom:4px;right:4px;top:auto;left:auto}html.metro-touch-device .streamer .stream.focused{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease;width:200px}html.metro-touch-device .streamer .stream.focused .stream-secondary,html.metro-touch-device .streamer .stream.focused .stream-title{display:block}html.metro-touch-device .streamer .stream.focused .stream-icon{bottom:4px;right:4px;top:auto;left:auto}@media screen and (min-width:0){.streamer.streamer-expand-fs .stream,.streamer.streamer-expand-fs .streams{width:200px}.streamer.streamer-expand-fs .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-fs .stream-secondary,.streamer.streamer-expand-fs .stream-title{display:block}.streamer.streamer-expand-fs .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-fs .events-area{padding-left:200px}}@media screen and (min-width:576px){.streamer.streamer-expand-sm .stream,.streamer.streamer-expand-sm .streams{width:200px}.streamer.streamer-expand-sm .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-sm .stream-secondary,.streamer.streamer-expand-sm .stream-title{display:block}.streamer.streamer-expand-sm .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-sm .events-area{padding-left:200px}}@media screen and (min-width:768px){.streamer.streamer-expand-md .stream,.streamer.streamer-expand-md .streams{width:200px}.streamer.streamer-expand-md .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-md .stream-secondary,.streamer.streamer-expand-md .stream-title{display:block}.streamer.streamer-expand-md .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-md .events-area{padding-left:200px}}@media screen and (min-width:992px){.streamer.streamer-expand-lg .stream,.streamer.streamer-expand-lg .streams{width:200px}.streamer.streamer-expand-lg .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-lg .stream-secondary,.streamer.streamer-expand-lg .stream-title{display:block}.streamer.streamer-expand-lg .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-lg .events-area{padding-left:200px}}@media screen and (min-width:1200px){.streamer.streamer-expand-xl .stream,.streamer.streamer-expand-xl .streams{width:200px}.streamer.streamer-expand-xl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xl .stream-secondary,.streamer.streamer-expand-xl .stream-title{display:block}.streamer.streamer-expand-xl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xl .events-area{padding-left:200px}}@media screen and (min-width:1452px){.streamer.streamer-expand-xxl .stream,.streamer.streamer-expand-xxl .streams{width:200px}.streamer.streamer-expand-xxl .streamer-actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:200px}.streamer.streamer-expand-xxl .stream-secondary,.streamer.streamer-expand-xxl .stream-title{display:block}.streamer.streamer-expand-xxl .stream-icon{bottom:4px;right:4px;top:auto;left:auto}.streamer.streamer-expand-xxl .events-area{padding-left:200px}}.switch{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px}.switch input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch .caption,.switch .check{display:block;line-height:38px;font-size:14px;margin:0 4px;position:relative}.switch .check{position:relative;height:1.25rem;width:2.8125rem;border:2px #1d1d1d solid;cursor:pointer;background:0 0;z-index:1;display:inline-block;vertical-align:middle;border-radius:.5625rem;-ms-flex-negative:0;flex-shrink:0}.switch .check::after{position:absolute;left:3px;display:block;content:"";height:.75rem;width:.75rem;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);border:2px #333 solid;cursor:pointer;background:#333;z-index:2;border-radius:50%}.switch input[type=checkbox]:checked~.check{background:#1d1d1d;border-color:#1d1d1d}.switch input[type=checkbox]:checked~.check::after{background-color:#fff;border-color:#fff;left:auto;-webkit-transform:translateX(1.625rem) translateY(-50%);-ms-transform:translateX(1.625rem) translateY(-50%);transform:translateX(1.625rem) translateY(-50%)}.switch input[type=checkbox]:disabled~.check{background-color:#e9e9e9;border-color:#e9e9e9}.switch input[type=checkbox]:disabled~.check::after{background-color:#d0d0d0;border-color:#d0d0d0}.switch .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch.invalid,.switch.required,.switch.valid{border:none!important}.switch.invalid::after{display:none}.switch.transition-on .check{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on .check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch.transition-on input[type=checkbox]:checked~.check::after{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;height:36px;margin:0}.switch-material input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.switch-material .caption,.switch-material .check{display:inline-block;vertical-align:middle;line-height:18px;font-size:14px;margin:0 4px}.switch-material .check{width:36px;height:16px;background-color:#929292;border-radius:8px;overflow:visible;position:relative;margin:0 4px}.switch-material .check::before{position:absolute;display:block;content:"";width:22px;height:22px;z-index:2;margin-top:-3px;margin-left:-3px;border-radius:50%;background-color:#00aba9;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26);box-shadow:0 2px 10px 0 rgba(0,0,0,.16),0 2px 5px 0 rgba(0,0,0,.26)}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:not(:checked)~.check::before{background-color:#fff}.switch-material input:checked~.check{background-color:rgba(0,150,136,.5)}.switch-material input:checked~.check::before{-webkit-transform:translateX(22px);-ms-transform:translateX(22px);transform:translateX(22px)}.switch-material input:disabled~.check{background-color:#d5d5d5}.switch-material input:disabled~.check:before{background-color:#bdbdbd}.switch-material .check{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.switch-material .caption{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.switch-material.caption-left{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-flow:row-reverse nowrap;flex-flow:row-reverse nowrap}.switch-material.transition-on{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.switch-material.transition-on input:not(:checked)~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.switch-material.transition-on input:checked~.check::before{-webkit-transition:linear all .2s;-o-transition:linear all .2s;transition:linear all .2s}.t-menu{list-style:none inside;margin:0;padding:0;position:relative;width:auto;float:left;background-color:#fff;color:#1d1d1d;border-collapse:separate;display:none;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.t-menu.open{display:block}.t-menu>li{position:relative;background-color:inherit;color:inherit;display:block}.t-menu>li>a{display:block;padding:0 1rem;border-bottom:1px #dfdfdf solid;position:relative;color:inherit;background-color:inherit;height:60px;width:60px;line-height:60px}.t-menu>li>a .icon{width:1.5rem;height:1.5rem;font-size:1.5rem;line-height:60px}.t-menu>li:hover{background-color:rgba(29,29,29,.1)}.t-menu>li:last-child a{border-bottom:0}.t-menu a{text-decoration:none!important}.t-menu.horizontal>li{float:left}.t-menu .t-menu{position:absolute;left:100%;margin-left:.3125rem;top:0;float:none}.t-menu.horizontal .t-menu{left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu .dropdown-toggle{padding-right:1rem!important}.t-menu .dropdown-toggle:after{content:"";background-color:transparent;position:absolute;left:auto;top:auto;bottom:0;right:0;width:0;height:0;border-style:solid;border-width:0 0 8px 8px;border-color:transparent transparent rgba(29,29,29,.5) transparent;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0)}.t-menu .dropdown-toggle:before{display:none}.t-menu.horizontal>li>a{border-right:1px #dfdfdf solid;border-bottom:0}.t-menu.horizontal>li:last-child>a{border-right:0}.t-menu.horizontal .t-menu:not(.horizontal){left:0;top:100%;margin-top:.3125rem;margin-left:0}.t-menu.horizontal .t-menu:not(.horizontal) .t-menu.horizontal{left:100%;margin-left:.3125rem;top:-.3rem;float:left}.t-menu.compact li a{padding:0 .7rem;width:40px;height:40px;line-height:40px}.t-menu.compact li a .icon{width:1rem;height:1rem;font-size:1rem;line-height:40px}.t-menu.compact .dropdown-toggle{padding-right:.7rem!important}.t-menu{z-index:1000}.table-container{display:block;position:relative}.table-container.horizontal-scroll{overflow:hidden;overflow-x:auto}.table-container.horizontal-scroll .table{width:auto;min-width:100%}.table{display:table}.thead{display:table-header-group}.tfoot{display:table-footer-group}.tbody{display:table-row-group}.tr{display:table-row}.td,.th{display:table-cell}.table{width:100%;margin-bottom:1rem;margin-top:1rem}.table .td,.table .th,.table td,.table th{padding:.625rem}.table.fixed-layout{table-layout:fixed}.table.fixed-layout .td,.table.fixed-layout .th,.table.fixed-layout td,.table.fixed-layout th{white-space:nowrap;overflow:hidden}.table .tfoot,.table .thead,.table tfoot,.table thead{border-bottom:4px solid #e4e4e4}.table .tfoot .td,.table .tfoot .th,.table .tfoot td,.table .tfoot th,.table .thead .td,.table .thead .th,.table .thead td,.table .thead th,.table tfoot .td,.table tfoot .th,.table tfoot td,.table tfoot th,.table thead .td,.table thead .th,.table thead td,.table thead th{cursor:default;color:#1d1d1d;border-color:transparent;text-align:left;font-weight:700;line-height:1.2}.table .tfoot,.table tfoot{border-top:4px solid #e4e4e4}.table .tbody .td,.table .tbody td,.table tbody .td,.table tbody td{padding:.625rem;vertical-align:middle}.table .sortable-column,.table .sorting{position:relative;cursor:pointer;padding-right:30px}.table .sortable-column:after,.table .sorting:after{position:absolute;content:"\21C5";width:1rem;height:1rem;left:100%;margin-left:-1.25rem;top:50%;margin-top:-.3rem;color:inherit;font-size:.8em;font-weight:100;line-height:1;opacity:.7}.table .sortable-column.sort-asc,.table .sortable-column.sort-desc,.table .sortable-column.sorting_asc,.table .sortable-column.sorting_desc,.table .sorting.sort-asc,.table .sorting.sort-desc,.table .sorting.sorting_asc,.table .sorting.sorting_desc{background-color:#ebebeb}.table .sortable-column.sort-asc:after,.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_asc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-asc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_asc:after,.table .sorting.sorting_desc:after{color:#1d1d1d;opacity:1;font-weight:700;font-size:1em;margin-top:-.5rem}.table .sortable-column.sort-asc:after,.table .sortable-column.sorting_asc:after,.table .sorting.sort-asc:after,.table .sorting.sorting_asc:after{content:"\2191"}.table .sortable-column.sort-desc:after,.table .sortable-column.sorting_desc:after,.table .sorting.sort-desc:after,.table .sorting.sorting_desc:after{content:"\2193"}.table.sortable-markers-on-left .sortable-column,.table.sortable-markers-on-left .sorting{padding-left:30px;padding-right:10px}.table.sortable-markers-on-left .sortable-column:after,.table.sortable-markers-on-left .sortable-column:before,.table.sortable-markers-on-left .sorting:after,.table.sortable-markers-on-left .sorting:before{left:0;margin-left:.625rem}.table .tr.selected .td,.table .tr.selected td,.table tr.selected .td,.table tr.selected td{background-color:rgba(28,183,236,.1)}.table .td.selected,.table td.selected{background-color:rgba(28,183,236,.3)}.table.striped .tbody .tr:nth-child(odd),.table.striped tbody tr:nth-child(odd){background:#f8f8f8}.table.row-hover .tbody .tr:hover,.table.row-hover .tbody tr:hover,.table.row-hover tbody .tr:hover,.table.row-hover tbody tr:hover{background-color:rgba(28,183,236,.1)}.table.cell-hover .tbody .td:hover,.table.cell-hover .tbody td:hover,.table.cell-hover tbody .td:hover,.table.cell-hover tbody td:hover{background-color:rgba(28,183,236,.3)}.table.table-border{border:1px #dfdfdf solid}.table.cell-border .td,.table.cell-border .th,.table.cell-border td,.table.cell-border th{border:1px #dfdfdf solid}.table.cell-border .thead .tr:first-child .td,.table.cell-border .thead .tr:first-child .th,.table.cell-border .thead .tr:first-child td,.table.cell-border .thead .tr:first-child th,.table.cell-border .thead tr:first-child .td,.table.cell-border .thead tr:first-child .th,.table.cell-border .thead tr:first-child td,.table.cell-border .thead tr:first-child th,.table.cell-border thead .tr:first-child .td,.table.cell-border thead .tr:first-child .th,.table.cell-border thead .tr:first-child td,.table.cell-border thead .tr:first-child th,.table.cell-border thead tr:first-child .td,.table.cell-border thead tr:first-child .th,.table.cell-border thead tr:first-child td,.table.cell-border thead tr:first-child th{border-top:none}.table.cell-border .thead .tr:first-child .td:first-child,.table.cell-border .thead .tr:first-child .th:first-child,.table.cell-border .thead .tr:first-child td:first-child,.table.cell-border .thead .tr:first-child th:first-child,.table.cell-border .thead tr:first-child .td:first-child,.table.cell-border .thead tr:first-child .th:first-child,.table.cell-border .thead tr:first-child td:first-child,.table.cell-border .thead tr:first-child th:first-child,.table.cell-border thead .tr:first-child .td:first-child,.table.cell-border thead .tr:first-child .th:first-child,.table.cell-border thead .tr:first-child td:first-child,.table.cell-border thead .tr:first-child th:first-child,.table.cell-border thead tr:first-child .td:first-child,.table.cell-border thead tr:first-child .th:first-child,.table.cell-border thead tr:first-child td:first-child,.table.cell-border thead tr:first-child th:first-child{border-left:none}.table.cell-border .thead .tr:first-child .td:last-child,.table.cell-border .thead .tr:first-child .th:last-child,.table.cell-border .thead .tr:first-child td:last-child,.table.cell-border .thead .tr:first-child th:last-child,.table.cell-border .thead tr:first-child .td:last-child,.table.cell-border .thead tr:first-child .th:last-child,.table.cell-border .thead tr:first-child td:last-child,.table.cell-border .thead tr:first-child th:last-child,.table.cell-border thead .tr:first-child .td:last-child,.table.cell-border thead .tr:first-child .th:last-child,.table.cell-border thead .tr:first-child td:last-child,.table.cell-border thead .tr:first-child th:last-child,.table.cell-border thead tr:first-child .td:last-child,.table.cell-border thead tr:first-child .th:last-child,.table.cell-border thead tr:first-child td:last-child,.table.cell-border thead tr:first-child th:last-child{border-right:none}.table.cell-border .tbody .tr:first-child .td,.table.cell-border .tbody .tr:first-child td,.table.cell-border .tbody tr:first-child .td,.table.cell-border .tbody tr:first-child td,.table.cell-border tbody .tr:first-child .td,.table.cell-border tbody .tr:first-child td,.table.cell-border tbody tr:first-child .td,.table.cell-border tbody tr:first-child td{border-top:none}.table.cell-border .tbody .tr .td:first-child,.table.cell-border .tbody .tr td:first-child,.table.cell-border .tbody tr .td:first-child,.table.cell-border .tbody tr td:first-child,.table.cell-border tbody .tr .td:first-child,.table.cell-border tbody .tr td:first-child,.table.cell-border tbody tr .td:first-child,.table.cell-border tbody tr td:first-child{border-left:none}.table.cell-border .tbody .tr .td:last-child,.table.cell-border .tbody .tr td:last-child,.table.cell-border .tbody tr .td:last-child,.table.cell-border .tbody tr td:last-child,.table.cell-border tbody .tr .td:last-child,.table.cell-border tbody .tr td:last-child,.table.cell-border tbody tr .td:last-child,.table.cell-border tbody tr td:last-child{border-right:none}.table.cell-border .tbody .tr:last-child .td,.table.cell-border .tbody .tr:last-child td,.table.cell-border .tbody tr:last-child .td,.table.cell-border .tbody tr:last-child td,.table.cell-border tbody .tr:last-child .td,.table.cell-border tbody .tr:last-child td,.table.cell-border tbody tr:last-child .td,.table.cell-border tbody tr:last-child td{border-bottom:none}.table.row-border .tr+.tr,.table.row-border tr+tr{border-top:1px #dfdfdf solid}.table.subcompact .td,.table.subcompact .th,.table.subcompact td,.table.subcompact th{padding:3px 8px;font-size:80%}.table.compact .td,.table.compact .th,.table.compact td,.table.compact th{padding:7px 8px;font-size:80%}.table .check-cell,.table .rownum-cell{width:36px;text-align:center}.table .tbody .td.hidden,.table .tbody .th.hidden,.table .tbody td.hidden,.table .tbody th.hidden,.table .thead .td.hidden,.table .thead .th.hidden,.table .thead td.hidden,.table .thead th.hidden,.table tbody .td.hidden,.table tbody .th.hidden,.table tbody td.hidden,.table tbody th.hidden,.table thead .td.hidden,.table thead .th.hidden,.table thead td.hidden,.table thead th.hidden{display:none!important}.table .data-wrapper{white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}.table .checkbox,.table .radio,.table .switch{height:initial}.table-component{display:block;position:relative}.table-bottom{margin-left:0;margin-right:0}.table-info,.table-pagination,.table-skip{-ms-flex-preferred-size:auto;flex-basis:auto}.table-progress{width:64px;height:64px;position:absolute;top:200px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);display:none;z-index:2}.table-progress [class*=activity-]{margin:0 auto}.table-inspector{display:none;position:absolute;top:0;left:0;background-color:#fff;color:#1d1d1d;z-index:500;border:1px double #dfdfdf;width:auto;padding:10px;max-height:calc(100vh - 40px);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.table-inspector .table-inspector-header{display:block;position:relative;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding:0 .5rem .5rem;border-bottom:1px solid #dfdfdf;font-size:24px;font-weight:100;margin-bottom:.5rem}.table-inspector .table-wrap{display:block;height:calc(100% - 110px);overflow-x:hidden;overflow-y:auto}.table-inspector .table-inspector-actions{display:block;position:relative;border-top:1px solid #dfdfdf;padding:.5rem .5rem 0;margin-top:.5rem}.table-inspector .table,.table-inspector table{margin-bottom:0}.table-inspector .table .td,.table-inspector .table td,.table-inspector table .td,.table-inspector table td{vertical-align:middle}.table-inspector .table .tr.flash,.table-inspector .table tr.flash,.table-inspector table .tr.flash,.table-inspector table tr.flash{-webkit-animation:flash-bg 1s ease-out;animation:flash-bg 1s ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.table-inspector .spinner{width:120px}.table-inspector .spinner input{font-size:14px}.table-inspector.open{display:block}.table-form{display:block;position:absolute;z-index:500;height:auto;max-height:calc(100vh - 40px);width:auto;max-width:calc(100vw - 40px);top:50%;left:50%;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0);border:1px solid #dfdfdf;-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}@-webkit-keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@keyframes flash-bg{0%{background-color:#fff}30%{background-color:#bebebe}100%{background-color:#fff}}@media screen and (min-width:0){.table.normal-fs .td,.table.normal-fs .th,.table.normal-fs td,.table.normal-fs th{padding:.625rem;font-size:1em}.table.compact-fs .td,.table.compact-fs .th,.table.compact-fs td,.table.compact-fs th{padding:7px 8px;font-size:80%}.table.subcompact-fs .td,.table.subcompact-fs .th,.table.subcompact-fs td,.table.subcompact-fs th{padding:3px 8px;font-size:80%}}@media screen and (min-width:576px){.table.normal-sm .td,.table.normal-sm .th,.table.normal-sm td,.table.normal-sm th{padding:.625rem;font-size:1em}.table.compact-sm .td,.table.compact-sm .th,.table.compact-sm td,.table.compact-sm th{padding:7px 8px;font-size:80%}.table.subcompact-sm .td,.table.subcompact-sm .th,.table.subcompact-sm td,.table.subcompact-sm th{padding:3px 8px;font-size:80%}}@media screen and (min-width:768px){.table.normal-md .td,.table.normal-md .th,.table.normal-md td,.table.normal-md th{padding:.625rem;font-size:1em}.table.compact-md .td,.table.compact-md .th,.table.compact-md td,.table.compact-md th{padding:7px 8px;font-size:80%}.table.subcompact-md .td,.table.subcompact-md .th,.table.subcompact-md td,.table.subcompact-md th{padding:3px 8px;font-size:80%}}@media screen and (min-width:992px){.table.normal-lg .td,.table.normal-lg .th,.table.normal-lg td,.table.normal-lg th{padding:.625rem;font-size:1em}.table.compact-lg .td,.table.compact-lg .th,.table.compact-lg td,.table.compact-lg th{padding:7px 8px;font-size:80%}.table.subcompact-lg .td,.table.subcompact-lg .th,.table.subcompact-lg td,.table.subcompact-lg th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1200px){.table.normal-xl .td,.table.normal-xl .th,.table.normal-xl td,.table.normal-xl th{padding:.625rem;font-size:1em}.table.compact-xl .td,.table.compact-xl .th,.table.compact-xl td,.table.compact-xl th{padding:7px 8px;font-size:80%}.table.subcompact-xl .td,.table.subcompact-xl .th,.table.subcompact-xl td,.table.subcompact-xl th{padding:3px 8px;font-size:80%}}@media screen and (min-width:1452px){.table.normal-xxl .td,.table.normal-xxl .th,.table.normal-xxl td,.table.normal-xxl th{padding:.625rem;font-size:1em}.table.compact-xxl .td,.table.compact-xxl .th,.table.compact-xxl td,.table.compact-xxl th{padding:7px 8px;font-size:80%}.table.subcompact-xxl .td,.table.subcompact-xxl .th,.table.subcompact-xxl td,.table.subcompact-xxl th{padding:3px 8px;font-size:80%}}.table-load-data-activity{position:absolute!important;top:0;left:0;z-index:500}.table-skip{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.table-skip input{width:220px}.tabs{position:relative;border:1px solid #dfdfdf;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-color:#fff;color:#1d1d1d}.tabs .expand-title,.tabs .hamburger{cursor:pointer}.tabs .hamburger{position:absolute;top:.25rem;right:.25rem;display:block}.tabs .expand-title{display:block;padding:.65rem 1rem 0;background-color:inherit;color:inherit;text-decoration:none}.tabs>ul.tabs-list{list-style:none inside;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%;margin-top:.5rem;margin-bottom:1px;position:relative;overflow:hidden;max-height:0;-webkit-transition:max-height .3s ease;-o-transition:max-height .3s ease;transition:max-height .3s ease}.tabs>ul.tabs-list a,.tabs>ul.tabs-list>li{position:relative}.tabs>ul.tabs-list>li{display:block;background-color:#fff;color:#1d1d1d;margin:0 0 -1px 0}.tabs>ul.tabs-list>li>a{padding:.5rem 1rem;background-color:inherit;color:inherit;text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.tabs>ul.tabs-list>li>a>[class*=mif-]{margin:0 4px}.tabs>ul.tabs-list>li:hover{background-color:#f8f8f8}.tabs>ul.tabs-list>li.active{background-color:#dfdfdf}.tabs>ul.tabs-list .d-menu{position:relative;width:100%;-webkit-box-shadow:none;box-shadow:none}.tabs.bottom>ul.tabs-list{border:none}.tabs.bottom>ul.tabs-list>li{margin:-1px 0 0 0}.tabs.vertical>ul.tabs-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:none;border-right:1px solid #dfdfdf;width:auto;height:100%;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit}.tabs.vertical>ul.tabs-list>li{border:none;border-right:1px solid #dfdfdf;margin:0 -1px 0 0}.tabs.vertical>ul.tabs-list>li>a{text-align:right}.tabs.vertical>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-right:none}.tabs.vertical.right>ul.tabs-list{border:none;border-left:1px solid #dfdfdf}.tabs.vertical.right>ul.tabs-list>li{border:none;border-left:1px solid #dfdfdf;margin:0 0 0 -1px}.tabs.vertical.right>ul.tabs-list>li>a{text-align:left}.tabs.vertical.right>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-left:none}.tabs.vertical{min-width:3.5rem}.tabs.vertical .expand-title{display:none!important}.tabs-expand{border:none}.tabs-expand>ul.tabs-list{border:0;border-bottom:1px solid #dfdfdf;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;margin-top:0;height:auto;max-height:none;overflow:visible}.tabs-expand>ul.tabs-list>li{border-bottom:1px solid #dfdfdf}.tabs-expand>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-bottom:none;background-color:#fff}.tabs-expand>ul.tabs-list .d-menu{position:absolute;width:auto;-webkit-box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7);box-shadow:2px 2px 2px 0 rgba(227,228,229,.7),-.5px 0 1px 0 rgba(227,228,229,.7)}.tabs-expand.bottom>ul.tabs-list{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li{border:none;border-top:1px solid #dfdfdf}.tabs-expand.bottom>ul.tabs-list>li.active{border:1px solid #dfdfdf;border-top:none}.tabs-expand.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tabs-expand .expand-title,.tabs-expand .hamburger{display:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills,.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text{border-bottom:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;border:none}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:hover{background:0 0}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li.active{font-size:3rem}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li>a{height:100%;padding:.5rem .5rem 0;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-text>li:not(.active) a{padding-bottom:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li{border:1px solid #dfdfdf;width:100%}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-group>li.active{background:#e4e4e4;font-weight:500}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li{border:1px solid transparent;overflow:hidden;border-radius:10px}.tabs-expand:not(.vertical):not(.bottom) ul.tabs-pills>li.active{font-weight:500;border-color:#dfdfdf;background:#e4e4e4}.tabs-material{margin:0;padding:0 52px;position:fixed;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;overflow:auto;overflow-y:hidden;width:100%;z-index:1030;background-color:#fff;color:#1d1d1d;white-space:nowrap;list-style:none inside;line-height:1;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.tabs-material::-webkit-scrollbar{display:none!important}.tabs-material li{-ms-flex-negative:0;flex-shrink:0;position:relative;display:block;height:48px;cursor:pointer;opacity:.6;text-align:center;margin:0;overflow:hidden;max-width:360px;min-width:90px;background-color:inherit;color:inherit}.tabs-material li a{display:block;position:relative;padding:16px 16px;background-color:inherit;color:inherit;text-decoration:none;font-weight:500;white-space:nowrap;font-size:14px;text-transform:uppercase;line-height:20px;width:100%}.tabs-material li .icon{width:24px;height:24px;line-height:24px;font-size:22px;display:block}.tabs-material::after{content:" ";min-width:52px}.tabs-material.with-icons li{height:72px}.tabs-material li.active,.tabs-material li:hover{opacity:1;-webkit-transition:.3s linear;-o-transition:.3s linear;transition:.3s linear}.tabs-material .tab-marker{display:block;position:absolute;height:2px;bottom:0;left:0;color:transparent;opacity:1;z-index:1;background-color:#1d1d1d}.tabs-material .tab-badge{position:absolute;top:8px;right:8px;padding:4px}.tabs-material.deep{z-index:1029}.tabs-material.fixed-tabs{overflow-x:hidden;padding:0}.tabs-material.fixed-tabs li{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.tabs-material.fixed-tabs::after{content:"";min-width:0}.head-bar~.fixed-tabs,.tabs-material.app-bar-present{top:56px}.head-bar.more~.fixed-tabs,.tabs-material.app-bar-present-more{top:112px}.tag-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 2px;cursor:text;position:relative;height:auto;min-height:36px}.tag-input .original-input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.tag-input .input-wrapper{width:auto;border:none!important;height:26px;line-height:26px;font-size:14px;padding:0 4px}.tag-input .input-wrapper:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.tag-input .tag{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;margin:2px;padding:0;height:26px;line-height:26px;background-color:#f8f8f8;cursor:default}.tag-input .tag .title{display:block;position:relative;max-width:120px;font-size:14px;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin:0 8px}.tag-input .tag .remover{display:block;position:relative;width:26px;height:100%;line-height:22px;text-align:center;cursor:pointer;background-color:#e4e4e4;font-size:1.2rem}.tag-input .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent;height:34px;min-width:34px}.tag-input .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.tag-input.padding-for-clear{padding-right:48px}.tag-input.input-large{min-height:50px}.tag-input.input-large .tag{margin:2px 2px;height:36px;line-height:36px}.tag-input.input-large .tag .title{font-size:1.3rem;line-height:36px}.tag-input.input-large .tag .remover{width:35px;height:35px;line-height:30px;font-size:1.6rem}.tag-input.input-large input{height:48px;font-size:1.3rem;padding:0 10px;line-height:48px;min-width:5em}.tag-input.input-large .button{height:48px;min-width:48px;font-size:1.3rem}.tag-input.input-large .button [class*=mif-]{font-size:1.3rem}.tag-input.input-large .button [class*=default-icon-]{width:21px;height:21px}.tag-input.input-large .button .input-clear-button{width:48px;padding:0}.tag-input.input-small{min-height:28px}.tag-input.input-small .tag{margin:2px 2px;height:18px;line-height:18px}.tag-input.input-small .tag .title{font-size:.7rem;line-height:18px}.tag-input.input-small .tag .remover{width:18px;height:18px;line-height:18px;font-size:.8rem}.tag-input.input-small input{height:26px;font-size:.9rem;padding:0 4px;line-height:26px;min-width:5em}.tag-input.input-small .button{height:26px;min-width:26px;font-size:.9rem}.tag-input.input-small .button [class*=mif-]{font-size:.9rem}.tag-input.input-small .button [class*=default-icon-]{width:14px;height:14px}.tag-input.input-small .input-clear-button{width:26px;padding:0}.tag-input.static-mode{border:none!important;cursor:default}.tag-input.static-mode .tag{border-radius:10px;background:#d4f0ff;color:#1d1d1d}.tag-input.static-mode .tag .remover{display:none!important}.tag-input.static-mode .button,.tag-input.static-mode input{display:none!important}.textarea,textarea{height:auto;padding:.5rem .75rem}textarea{line-height:1.2}.textarea{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:0}.textarea .fake-textarea{opacity:0;z-index:-1;position:absolute;top:0;left:0;right:0;background:#add8e6;border:1px solid red}.textarea textarea{min-height:4rem;overflow-y:hidden;resize:none;border:none!important;-webkit-transition:height .1s linear;-o-transition:height .1s linear;transition:height .1s linear}.textarea textarea:focus{-webkit-box-shadow:none;box-shadow:none}.textarea.no-scroll-vertical textarea{overflow-y:hidden!important}.textarea .input-clear-button{position:absolute;top:0;right:0;z-index:2;background-color:transparent}.textarea .input-clear-button:hover{background-color:#f8f8f8;text-shadow:rgba(0,0,0,.25) .1em .1em .2em}.textarea.disabled .clear-button{display:none}.textarea .prepend{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.textarea .append{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.textarea textarea{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.textarea .input-clear-button~textarea{padding-right:48px}.tile-app,.tile-large,.tile-medium,.tile-small,.tile-wide{display:block;background-color:#1ba1e2;color:#fff;width:150px;height:150px;-webkit-box-shadow:inset 0 0 1px #ffc;box-shadow:inset 0 0 1px #ffc;cursor:pointer;position:relative;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;max-width:none!important}.tile-small{width:70px;height:70px}.tile-medium{width:150px;height:150px}.tile-wide{width:310px;height:150px}.tile-large{width:310px;height:310px}.tile-app{width:44px;height:44px}.tile-app .icon,.tile-large .icon,.tile-medium .icon,.tile-small .icon,.tile-wide .icon{max-width:33%;height:33%;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);font-size:50px;line-height:50px;z-index:2}.tile-app .branding-bar,.tile-large .branding-bar,.tile-medium .branding-bar,.tile-small .branding-bar,.tile-wide .branding-bar{height:32px;line-height:32px;position:absolute;left:0;bottom:0;right:0;padding:0 10px 5px;font-size:.875rem;font-weight:500;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;z-index:2}.tile-app .badge-bottom,.tile-app .badge-top,.tile-large .badge-bottom,.tile-large .badge-top,.tile-medium .badge-bottom,.tile-medium .badge-top,.tile-small .badge-bottom,.tile-small .badge-top,.tile-wide .badge-bottom,.tile-wide .badge-top{position:absolute;display:block;padding:4px 8px;font-size:12px;text-align:center;background-color:rgba(29,29,29,.1);z-index:2}.tile-app .badge-bottom,.tile-large .badge-bottom,.tile-medium .badge-bottom,.tile-small .badge-bottom,.tile-wide .badge-bottom{right:10px;bottom:0}.tile-app .badge-top,.tile-large .badge-top,.tile-medium .badge-top,.tile-small .badge-top,.tile-wide .badge-top{top:10px;right:10px}.tile-app:hover,.tile-large:hover,.tile-medium:hover,.tile-small:hover,.tile-wide:hover{outline:rgba(29,29,29,.1) solid 4px}.tile-small .icon{max-width:50%;height:50%;font-size:35px;line-height:35px}.tile-large .icon{font-size:102px;line-height:102px}.tile-app .icon{max-width:75%;height:75%}.tile-app.transform-right,.tile-large.transform-right,.tile-medium.transform-right,.tile-small.transform-right,.tile-wide.transform-right{-webkit-transform-origin:left 50%;-ms-transform-origin:left 50%;transform-origin:left 50%;-webkit-transform:perspective(500px) rotateY(.138372rad)!important;transform:perspective(500px) rotateY(.138372rad)!important}.tile-app.transform-right.tile-small,.tile-large.transform-right.tile-small,.tile-medium.transform-right.tile-small,.tile-small.transform-right.tile-small,.tile-wide.transform-right.tile-small{-webkit-transform:perspective(500px) rotateY(.276744rad)!important;transform:perspective(500px) rotateY(.276744rad)!important}.tile-app.transform-right.tile-wide,.tile-large.transform-right.tile-wide,.tile-medium.transform-right.tile-wide,.tile-small.transform-right.tile-wide,.tile-wide.transform-right.tile-wide{-webkit-transform:perspective(500px) rotateY(.069186rad)!important;transform:perspective(500px) rotateY(.069186rad)!important}.tile-app.transform-right.tile-large,.tile-large.transform-right.tile-large,.tile-medium.transform-right.tile-large,.tile-small.transform-right.tile-large,.tile-wide.transform-right.tile-large{-webkit-transform:perspective(500px) rotateY(.046124rad)!important;transform:perspective(500px) rotateY(.046124rad)!important}.tile-app.transform-left,.tile-large.transform-left,.tile-medium.transform-left,.tile-small.transform-left,.tile-wide.transform-left{-webkit-transform-origin:right 50%;-ms-transform-origin:right 50%;transform-origin:right 50%;-webkit-transform:perspective(500px) rotateY(-.138372rad)!important;transform:perspective(500px) rotateY(-.138372rad)!important}.tile-app.transform-left.tile-small,.tile-large.transform-left.tile-small,.tile-medium.transform-left.tile-small,.tile-small.transform-left.tile-small,.tile-wide.transform-left.tile-small{-webkit-transform:perspective(500px) rotateY(-.276744rad)!important;transform:perspective(500px) rotateY(-.276744rad)!important}.tile-app.transform-left.tile-wide,.tile-large.transform-left.tile-wide,.tile-medium.transform-left.tile-wide,.tile-small.transform-left.tile-wide,.tile-wide.transform-left.tile-wide{-webkit-transform:perspective(500px) rotateY(-.069186rad)!important;transform:perspective(500px) rotateY(-.069186rad)!important}.tile-app.transform-left.tile-large,.tile-large.transform-left.tile-large,.tile-medium.transform-left.tile-large,.tile-small.transform-left.tile-large,.tile-wide.transform-left.tile-large{-webkit-transform:perspective(500px) rotateY(-.046124rad)!important;transform:perspective(500px) rotateY(-.046124rad)!important}.tile-app.transform-top,.tile-large.transform-top,.tile-medium.transform-top,.tile-small.transform-top,.tile-wide.transform-top{-webkit-transform-origin:50% bottom;-ms-transform-origin:50% bottom;transform-origin:50% bottom;-webkit-transform:perspective(500px) rotateX(.138372rad)!important;transform:perspective(500px) rotateX(.138372rad)!important}.tile-app.transform-top.tile-small,.tile-large.transform-top.tile-small,.tile-medium.transform-top.tile-small,.tile-small.transform-top.tile-small,.tile-wide.transform-top.tile-small{-webkit-transform:perspective(500px) rotateX(.276744rad)!important;transform:perspective(500px) rotateX(.276744rad)!important}.tile-app.transform-top.tile-wide,.tile-large.transform-top.tile-wide,.tile-medium.transform-top.tile-wide,.tile-small.transform-top.tile-wide,.tile-wide.transform-top.tile-wide{-webkit-transform:perspective(500px) rotateX(.069186rad)!important;transform:perspective(500px) rotateX(.069186rad)!important}.tile-app.transform-top.tile-large,.tile-large.transform-top.tile-large,.tile-medium.transform-top.tile-large,.tile-small.transform-top.tile-large,.tile-wide.transform-top.tile-large{-webkit-transform:perspective(500px) rotateX(.046124rad)!important;transform:perspective(500px) rotateX(.046124rad)!important}.tile-app.transform-bottom,.tile-large.transform-bottom,.tile-medium.transform-bottom,.tile-small.transform-bottom,.tile-wide.transform-bottom{-webkit-transform-origin:50% top;-ms-transform-origin:50% top;transform-origin:50% top;-webkit-transform:perspective(500px) rotateX(-.138372rad)!important;transform:perspective(500px) rotateX(-.138372rad)!important}.tile-app.transform-bottom.tile-small,.tile-large.transform-bottom.tile-small,.tile-medium.transform-bottom.tile-small,.tile-small.transform-bottom.tile-small,.tile-wide.transform-bottom.tile-small{-webkit-transform:perspective(500px) rotateX(-.276744rad)!important;transform:perspective(500px) rotateX(-.276744rad)!important}.tile-app.transform-bottom.tile-wide,.tile-large.transform-bottom.tile-wide,.tile-medium.transform-bottom.tile-wide,.tile-small.transform-bottom.tile-wide,.tile-wide.transform-bottom.tile-wide{-webkit-transform:perspective(500px) rotateX(-.069186rad)!important;transform:perspective(500px) rotateX(-.069186rad)!important}.tile-app.transform-bottom.tile-large,.tile-large.transform-bottom.tile-large,.tile-medium.transform-bottom.tile-large,.tile-small.transform-bottom.tile-large,.tile-wide.transform-bottom.tile-large{-webkit-transform:perspective(500px) rotateX(-.046124rad)!important;transform:perspective(500px) rotateX(-.046124rad)!important}.tiles-grid{position:relative;display:grid;grid-template-columns:repeat(auto-fit,70px);grid-template-rows:repeat(auto-fit,70px);grid-gap:10px}.tiles-grid .tile-small{grid-column:span 1;grid-row:span 1}.tiles-grid .tile-medium{grid-column:span 2;grid-row:span 2}.tiles-grid .tile-wide{grid-column:span 4;grid-row:span 2}.tiles-grid .tile-large{grid-column:span 4;grid-row:span 4}.tiles-grid .tile-small.col-1{grid-column:1/span 1}.tiles-grid .tile-medium.col-1{grid-column:1/span 2}.tiles-grid .tile-wide.col-1{grid-column:1/span 4}.tiles-grid .tile-large.col-1{grid-column:1/span 4}.tiles-grid .tile-small.row-1{grid-row:1/span 1}.tiles-grid .tile-medium.row-1{grid-row:1/span 2}.tiles-grid .tile-wide.row-1{grid-row:1/span 4}.tiles-grid .tile-large.row-1{grid-row:1/span 4}.tiles-grid .tile-small.col-2{grid-column:2/span 1}.tiles-grid .tile-medium.col-2{grid-column:2/span 2}.tiles-grid .tile-wide.col-2{grid-column:2/span 4}.tiles-grid .tile-large.col-2{grid-column:2/span 4}.tiles-grid .tile-small.row-2{grid-row:2/span 1}.tiles-grid .tile-medium.row-2{grid-row:2/span 2}.tiles-grid .tile-wide.row-2{grid-row:2/span 4}.tiles-grid .tile-large.row-2{grid-row:2/span 4}.tiles-grid .tile-small.col-3{grid-column:3/span 1}.tiles-grid .tile-medium.col-3{grid-column:3/span 2}.tiles-grid .tile-wide.col-3{grid-column:3/span 4}.tiles-grid .tile-large.col-3{grid-column:3/span 4}.tiles-grid .tile-small.row-3{grid-row:3/span 1}.tiles-grid .tile-medium.row-3{grid-row:3/span 2}.tiles-grid .tile-wide.row-3{grid-row:3/span 4}.tiles-grid .tile-large.row-3{grid-row:3/span 4}.tiles-grid .tile-small.col-4{grid-column:4/span 1}.tiles-grid .tile-medium.col-4{grid-column:4/span 2}.tiles-grid .tile-wide.col-4{grid-column:4/span 4}.tiles-grid .tile-large.col-4{grid-column:4/span 4}.tiles-grid .tile-small.row-4{grid-row:4/span 1}.tiles-grid .tile-medium.row-4{grid-row:4/span 2}.tiles-grid .tile-wide.row-4{grid-row:4/span 4}.tiles-grid .tile-large.row-4{grid-row:4/span 4}.tiles-grid .tile-small.col-5{grid-column:5/span 1}.tiles-grid .tile-medium.col-5{grid-column:5/span 2}.tiles-grid .tile-wide.col-5{grid-column:5/span 4}.tiles-grid .tile-large.col-5{grid-column:5/span 4}.tiles-grid .tile-small.row-5{grid-row:5/span 1}.tiles-grid .tile-medium.row-5{grid-row:5/span 2}.tiles-grid .tile-wide.row-5{grid-row:5/span 4}.tiles-grid .tile-large.row-5{grid-row:5/span 4}.tiles-grid .tile-small.col-6{grid-column:6/span 1}.tiles-grid .tile-medium.col-6{grid-column:6/span 2}.tiles-grid .tile-wide.col-6{grid-column:6/span 4}.tiles-grid .tile-large.col-6{grid-column:6/span 4}.tiles-grid .tile-small.row-6{grid-row:6/span 1}.tiles-grid .tile-medium.row-6{grid-row:6/span 2}.tiles-grid .tile-wide.row-6{grid-row:6/span 4}.tiles-grid .tile-large.row-6{grid-row:6/span 4}.tiles-grid .tile-small.col-7{grid-column:7/span 1}.tiles-grid .tile-medium.col-7{grid-column:7/span 2}.tiles-grid .tile-wide.col-7{grid-column:7/span 4}.tiles-grid .tile-large.col-7{grid-column:7/span 4}.tiles-grid .tile-small.row-7{grid-row:7/span 1}.tiles-grid .tile-medium.row-7{grid-row:7/span 2}.tiles-grid .tile-wide.row-7{grid-row:7/span 4}.tiles-grid .tile-large.row-7{grid-row:7/span 4}.tiles-grid .tile-small.col-8{grid-column:8/span 1}.tiles-grid .tile-medium.col-8{grid-column:8/span 2}.tiles-grid .tile-wide.col-8{grid-column:8/span 4}.tiles-grid .tile-large.col-8{grid-column:8/span 4}.tiles-grid .tile-small.row-8{grid-row:8/span 1}.tiles-grid .tile-medium.row-8{grid-row:8/span 2}.tiles-grid .tile-wide.row-8{grid-row:8/span 4}.tiles-grid .tile-large.row-8{grid-row:8/span 4}.tiles-grid .tile-small.col-9{grid-column:9/span 1}.tiles-grid .tile-medium.col-9{grid-column:9/span 2}.tiles-grid .tile-wide.col-9{grid-column:9/span 4}.tiles-grid .tile-large.col-9{grid-column:9/span 4}.tiles-grid .tile-small.row-9{grid-row:9/span 1}.tiles-grid .tile-medium.row-9{grid-row:9/span 2}.tiles-grid .tile-wide.row-9{grid-row:9/span 4}.tiles-grid .tile-large.row-9{grid-row:9/span 4}.tiles-grid .tile-small.col-10{grid-column:10/span 1}.tiles-grid .tile-medium.col-10{grid-column:10/span 2}.tiles-grid .tile-wide.col-10{grid-column:10/span 4}.tiles-grid .tile-large.col-10{grid-column:10/span 4}.tiles-grid .tile-small.row-10{grid-row:10/span 1}.tiles-grid .tile-medium.row-10{grid-row:10/span 2}.tiles-grid .tile-wide.row-10{grid-row:10/span 4}.tiles-grid .tile-large.row-10{grid-row:10/span 4}.tiles-grid .tile-small.col-11{grid-column:11/span 1}.tiles-grid .tile-medium.col-11{grid-column:11/span 2}.tiles-grid .tile-wide.col-11{grid-column:11/span 4}.tiles-grid .tile-large.col-11{grid-column:11/span 4}.tiles-grid .tile-small.row-11{grid-row:11/span 1}.tiles-grid .tile-medium.row-11{grid-row:11/span 2}.tiles-grid .tile-wide.row-11{grid-row:11/span 4}.tiles-grid .tile-large.row-11{grid-row:11/span 4}.tiles-grid .tile-small.col-12{grid-column:12/span 1}.tiles-grid .tile-medium.col-12{grid-column:12/span 2}.tiles-grid .tile-wide.col-12{grid-column:12/span 4}.tiles-grid .tile-large.col-12{grid-column:12/span 4}.tiles-grid .tile-small.row-12{grid-row:12/span 1}.tiles-grid .tile-medium.row-12{grid-row:12/span 2}.tiles-grid .tile-wide.row-12{grid-row:12/span 4}.tiles-grid .tile-large.row-12{grid-row:12/span 4}.tiles-grid.size-half{width:80px}.tiles-grid.size-1{width:160px}.tiles-grid.size-2{width:320px}.tiles-grid.size-3{width:480px}.tiles-grid.size-4{width:640px}.tiles-grid.size-5{width:800px}.tiles-grid.size-6{width:960px}.tiles-grid.size-7{width:1120px}.tiles-grid.size-8{width:1280px}.tiles-grid.size-9{width:1440px}.tiles-grid.size-10{width:1600px}@media screen and (min-width:0){.tiles-grid .col-fs-1{grid-column:1}.tiles-grid .row-fs-1{grid-row:1}.tiles-grid .col-fs-2{grid-column:2}.tiles-grid .row-fs-2{grid-row:2}.tiles-grid .col-fs-3{grid-column:3}.tiles-grid .row-fs-3{grid-row:3}.tiles-grid .col-fs-4{grid-column:4}.tiles-grid .row-fs-4{grid-row:4}.tiles-grid .col-fs-5{grid-column:5}.tiles-grid .row-fs-5{grid-row:5}.tiles-grid .col-fs-6{grid-column:6}.tiles-grid .row-fs-6{grid-row:6}.tiles-grid .col-fs-7{grid-column:7}.tiles-grid .row-fs-7{grid-row:7}.tiles-grid .col-fs-8{grid-column:8}.tiles-grid .row-fs-8{grid-row:8}.tiles-grid .col-fs-9{grid-column:9}.tiles-grid .row-fs-9{grid-row:9}.tiles-grid .col-fs-10{grid-column:10}.tiles-grid .row-fs-10{grid-row:10}.tiles-grid .col-fs-11{grid-column:11}.tiles-grid .row-fs-11{grid-row:11}.tiles-grid .col-fs-12{grid-column:12}.tiles-grid .row-fs-12{grid-row:12}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-1{width:160px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-2{width:320px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-3{width:480px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-4{width:640px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-5{width:800px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-6{width:960px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-7{width:1120px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-8{width:1280px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-9{width:1440px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-10{width:1600px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-11{width:1760px}.tiles-grid.size-fs-half{width:80px}.tiles-grid.size-fs-12{width:1920px}}@media screen and (min-width:576px){.tiles-grid .col-sm-1{grid-column:1}.tiles-grid .row-sm-1{grid-row:1}.tiles-grid .col-sm-2{grid-column:2}.tiles-grid .row-sm-2{grid-row:2}.tiles-grid .col-sm-3{grid-column:3}.tiles-grid .row-sm-3{grid-row:3}.tiles-grid .col-sm-4{grid-column:4}.tiles-grid .row-sm-4{grid-row:4}.tiles-grid .col-sm-5{grid-column:5}.tiles-grid .row-sm-5{grid-row:5}.tiles-grid .col-sm-6{grid-column:6}.tiles-grid .row-sm-6{grid-row:6}.tiles-grid .col-sm-7{grid-column:7}.tiles-grid .row-sm-7{grid-row:7}.tiles-grid .col-sm-8{grid-column:8}.tiles-grid .row-sm-8{grid-row:8}.tiles-grid .col-sm-9{grid-column:9}.tiles-grid .row-sm-9{grid-row:9}.tiles-grid .col-sm-10{grid-column:10}.tiles-grid .row-sm-10{grid-row:10}.tiles-grid .col-sm-11{grid-column:11}.tiles-grid .row-sm-11{grid-row:11}.tiles-grid .col-sm-12{grid-column:12}.tiles-grid .row-sm-12{grid-row:12}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-1{width:160px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-2{width:320px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-3{width:480px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-4{width:640px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-5{width:800px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-6{width:960px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-7{width:1120px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-8{width:1280px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-9{width:1440px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-10{width:1600px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-11{width:1760px}.tiles-grid.size-sm-half{width:80px}.tiles-grid.size-sm-12{width:1920px}}@media screen and (min-width:768px){.tiles-grid .col-md-1{grid-column:1}.tiles-grid .row-md-1{grid-row:1}.tiles-grid .col-md-2{grid-column:2}.tiles-grid .row-md-2{grid-row:2}.tiles-grid .col-md-3{grid-column:3}.tiles-grid .row-md-3{grid-row:3}.tiles-grid .col-md-4{grid-column:4}.tiles-grid .row-md-4{grid-row:4}.tiles-grid .col-md-5{grid-column:5}.tiles-grid .row-md-5{grid-row:5}.tiles-grid .col-md-6{grid-column:6}.tiles-grid .row-md-6{grid-row:6}.tiles-grid .col-md-7{grid-column:7}.tiles-grid .row-md-7{grid-row:7}.tiles-grid .col-md-8{grid-column:8}.tiles-grid .row-md-8{grid-row:8}.tiles-grid .col-md-9{grid-column:9}.tiles-grid .row-md-9{grid-row:9}.tiles-grid .col-md-10{grid-column:10}.tiles-grid .row-md-10{grid-row:10}.tiles-grid .col-md-11{grid-column:11}.tiles-grid .row-md-11{grid-row:11}.tiles-grid .col-md-12{grid-column:12}.tiles-grid .row-md-12{grid-row:12}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-1{width:160px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-2{width:320px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-3{width:480px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-4{width:640px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-5{width:800px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-6{width:960px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-7{width:1120px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-8{width:1280px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-9{width:1440px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-10{width:1600px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-11{width:1760px}.tiles-grid.size-md-half{width:80px}.tiles-grid.size-md-12{width:1920px}}@media screen and (min-width:992px){.tiles-grid .col-lg-1{grid-column:1}.tiles-grid .row-lg-1{grid-row:1}.tiles-grid .col-lg-2{grid-column:2}.tiles-grid .row-lg-2{grid-row:2}.tiles-grid .col-lg-3{grid-column:3}.tiles-grid .row-lg-3{grid-row:3}.tiles-grid .col-lg-4{grid-column:4}.tiles-grid .row-lg-4{grid-row:4}.tiles-grid .col-lg-5{grid-column:5}.tiles-grid .row-lg-5{grid-row:5}.tiles-grid .col-lg-6{grid-column:6}.tiles-grid .row-lg-6{grid-row:6}.tiles-grid .col-lg-7{grid-column:7}.tiles-grid .row-lg-7{grid-row:7}.tiles-grid .col-lg-8{grid-column:8}.tiles-grid .row-lg-8{grid-row:8}.tiles-grid .col-lg-9{grid-column:9}.tiles-grid .row-lg-9{grid-row:9}.tiles-grid .col-lg-10{grid-column:10}.tiles-grid .row-lg-10{grid-row:10}.tiles-grid .col-lg-11{grid-column:11}.tiles-grid .row-lg-11{grid-row:11}.tiles-grid .col-lg-12{grid-column:12}.tiles-grid .row-lg-12{grid-row:12}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-1{width:160px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-2{width:320px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-3{width:480px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-4{width:640px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-5{width:800px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-6{width:960px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-7{width:1120px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-8{width:1280px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-9{width:1440px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-10{width:1600px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-11{width:1760px}.tiles-grid.size-lg-half{width:80px}.tiles-grid.size-lg-12{width:1920px}}@media screen and (min-width:1200px){.tiles-grid .col-xl-1{grid-column:1}.tiles-grid .row-xl-1{grid-row:1}.tiles-grid .col-xl-2{grid-column:2}.tiles-grid .row-xl-2{grid-row:2}.tiles-grid .col-xl-3{grid-column:3}.tiles-grid .row-xl-3{grid-row:3}.tiles-grid .col-xl-4{grid-column:4}.tiles-grid .row-xl-4{grid-row:4}.tiles-grid .col-xl-5{grid-column:5}.tiles-grid .row-xl-5{grid-row:5}.tiles-grid .col-xl-6{grid-column:6}.tiles-grid .row-xl-6{grid-row:6}.tiles-grid .col-xl-7{grid-column:7}.tiles-grid .row-xl-7{grid-row:7}.tiles-grid .col-xl-8{grid-column:8}.tiles-grid .row-xl-8{grid-row:8}.tiles-grid .col-xl-9{grid-column:9}.tiles-grid .row-xl-9{grid-row:9}.tiles-grid .col-xl-10{grid-column:10}.tiles-grid .row-xl-10{grid-row:10}.tiles-grid .col-xl-11{grid-column:11}.tiles-grid .row-xl-11{grid-row:11}.tiles-grid .col-xl-12{grid-column:12}.tiles-grid .row-xl-12{grid-row:12}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-1{width:160px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-2{width:320px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-3{width:480px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-4{width:640px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-5{width:800px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-6{width:960px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-7{width:1120px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-8{width:1280px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-9{width:1440px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-10{width:1600px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-11{width:1760px}.tiles-grid.size-xl-half{width:80px}.tiles-grid.size-xl-12{width:1920px}}@media screen and (min-width:1452px){.tiles-grid .col-xxl-1{grid-column:1}.tiles-grid .row-xxl-1{grid-row:1}.tiles-grid .col-xxl-2{grid-column:2}.tiles-grid .row-xxl-2{grid-row:2}.tiles-grid .col-xxl-3{grid-column:3}.tiles-grid .row-xxl-3{grid-row:3}.tiles-grid .col-xxl-4{grid-column:4}.tiles-grid .row-xxl-4{grid-row:4}.tiles-grid .col-xxl-5{grid-column:5}.tiles-grid .row-xxl-5{grid-row:5}.tiles-grid .col-xxl-6{grid-column:6}.tiles-grid .row-xxl-6{grid-row:6}.tiles-grid .col-xxl-7{grid-column:7}.tiles-grid .row-xxl-7{grid-row:7}.tiles-grid .col-xxl-8{grid-column:8}.tiles-grid .row-xxl-8{grid-row:8}.tiles-grid .col-xxl-9{grid-column:9}.tiles-grid .row-xxl-9{grid-row:9}.tiles-grid .col-xxl-10{grid-column:10}.tiles-grid .row-xxl-10{grid-row:10}.tiles-grid .col-xxl-11{grid-column:11}.tiles-grid .row-xxl-11{grid-row:11}.tiles-grid .col-xxl-12{grid-column:12}.tiles-grid .row-xxl-12{grid-row:12}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-1{width:160px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-2{width:320px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-3{width:480px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-4{width:640px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-5{width:800px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-6{width:960px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-7{width:1120px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-8{width:1280px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-9{width:1440px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-10{width:1600px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-11{width:1760px}.tiles-grid.size-xxl-half{width:80px}.tiles-grid.size-xxl-12{width:1920px}}.tiles-group{width:auto;float:left;overflow:visible}.tiles-group::before{content:attr(data-group-title);display:block;position:absolute;left:0;top:-36px;height:1.5em;line-height:1.5em;z-index:1;color:inherit}[class*=tile-].image-set{background-size:contain;background-position:center}[class*=tile-].image-set .img{width:25%;height:50%;display:block;float:left;border:1px solid #1d1d1d;background-size:cover}[class*=tile-].image-set .img:nth-child(1){width:50%;height:100%}[class*=tile-] .slide{width:100%;height:100%;position:absolute;top:0;left:0;display:block}[class*=tile-] [class*=slide-]{width:100%;height:100%;position:absolute;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}[class*=tile-] .slide-front{top:0;left:0}[class*=tile-].effect-hover-slide-up .slide-back,[class*=tile-].effect-hover-zoom-up .slide-back{top:100%;left:0}[class*=tile-].effect-hover-slide-up:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-up:hover .slide-back,[class*=tile-].effect-hover-zoom-up:hover .slide-back{top:0}[class*=tile-].effect-hover-slide-down .slide-back,[class*=tile-].effect-hover-zoom-down .slide-back{top:0;left:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}[class*=tile-].effect-hover-slide-down:hover .slide-front,[class*=tile-].effect-hover-zoom-down:hover .slide-front{top:100%}[class*=tile-].effect-hover-slide-down:hover .slide-back,[class*=tile-].effect-hover-zoom-down:hover .slide-back{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}[class*=tile-].effect-hover-slide-left .slide-back,[class*=tile-].effect-hover-zoom-left .slide-back{top:0;left:100%}[class*=tile-].effect-hover-slide-left:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-left:hover .slide-back,[class*=tile-].effect-hover-zoom-left:hover .slide-back{left:0}[class*=tile-].effect-hover-slide-right .slide-back,[class*=tile-].effect-hover-zoom-right .slide-back{top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}[class*=tile-].effect-hover-slide-right:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front{left:100%}[class*=tile-].effect-hover-slide-right:hover .slide-back,[class*=tile-].effect-hover-zoom-right:hover .slide-back{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}[class*=tile-].effect-hover-zoom-down:hover .slide-front,[class*=tile-].effect-hover-zoom-left:hover .slide-front,[class*=tile-].effect-hover-zoom-right:hover .slide-front,[class*=tile-].effect-hover-zoom-up:hover .slide-front{left:0;top:0;-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2)}.time-picker input{width:1px;height:1px;position:absolute;top:0;left:0;opacity:0}.time-picker input:focus~.time-wrapper{-webkit-box-shadow:0 0 0 3px rgba(228,228,228,.45);box-shadow:0 0 0 3px rgba(228,228,228,.45)}.time-picker .time-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;border:1px solid #dfdfdf;width:100%}.time-picker .hours,.time-picker .minutes,.time-picker .seconds{display:block;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid;border-color:inherit;text-align:center;height:38px;line-height:34px;position:relative;font-size:1.2em}.time-picker.show-labels .hours,.time-picker.show-labels .minutes,.time-picker.show-labels .seconds{line-height:30px}.time-picker.show-labels .hours::before,.time-picker.show-labels .minutes::before,.time-picker.show-labels .seconds::before{content:attr(data-title);position:absolute;display:block;font-size:8px;line-height:12px;left:50%;bottom:0;-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}.toast{position:fixed;bottom:20px;width:auto;max-width:35.5rem;padding:.5rem 1.5rem;text-align:left;font-size:.875rem;font-weight:400;background-color:#323232;color:#fff;border-radius:.25rem;z-index:1080}.toast.show-top{bottom:auto;top:20px}.tool-button{width:2rem;height:2rem;line-height:2rem;vertical-align:middle;display:inline-block;text-align:center;background-color:#ebebeb;color:#1d1d1d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;padding:0;cursor:pointer;outline:0;margin:0 2px;position:relative;font-size:14px}.tool-button .icon,.tool-button [class*=mif],.tool-button img{height:1rem;max-height:1rem;font-size:1rem}.tool-button.text-button{width:auto;padding-left:.5rem;padding-right:.5rem}.tool-button:focus,.tool-button:hover{text-decoration:none}.tool-button:hover{background-color:rgba(29,29,29,.1)}.tool-button:active{outline:0;-webkit-box-shadow:none;box-shadow:none}.tool-button.outline{background:transparent none;border-width:1px;border-color:#dfdfdf}.tool-button.disabled,.tool-button:disabled{opacity:.65}a.tool-button{text-decoration:none;color:#1d1d1d}.toolbar{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;padding:0 0 0 .5725rem;top:2px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;margin-left:4px}.toolbar.no-divider::before{display:none}.toolbar::before{position:absolute;content:"";width:.325rem;height:100%;top:0;left:0;background-color:rgba(69,90,100,.2);cursor:move}.toolbar.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;padding:.5725rem 0 0 0;width:32px;margin-left:0;margin-top:4px}.toolbar.vertical::before{width:32px;height:.325rem}.toolbar.vertical .tool-button{margin:2px 0}.topbar{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem 1rem;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:-webkit-sticky;position:sticky;top:0;background:#004d6f;color:#fff;z-index:1080}.topbar-brand,.topbar-element,.topbar-menu{display:block;white-space:nowrap;background:inherit;color:#fff;text-decoration:none!important;height:2.5rem;line-height:2.5rem;font-size:.875rem;margin-bottom:1rem}.topbar-brand{font-size:1.25rem;margin-top:1rem}.topbar-menu{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;margin:0;list-style:none}.topbar-menu li a{display:block;text-decoration:none;color:inherit;height:2.5rem;line-height:2.5rem;padding:0 .5rem;font-size:.875rem}.topbar-menu li a:active,.topbar-menu li a:hover{background:rgba(29,29,29,.1)}@media screen and (min-width:0){.topbar-expand-fs{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-fs .topbar-brand,.topbar-expand-fs .topbar-element,.topbar-expand-fs .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:576px){.topbar-expand-sm{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-sm .topbar-brand,.topbar-expand-sm .topbar-element,.topbar-expand-sm .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:768px){.topbar-expand-md{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-md .topbar-brand,.topbar-expand-md .topbar-element,.topbar-expand-md .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:992px){.topbar-expand-lg{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-lg .topbar-brand,.topbar-expand-lg .topbar-element,.topbar-expand-lg .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1200px){.topbar-expand-xl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xl .topbar-brand,.topbar-expand-xl .topbar-element,.topbar-expand-xl .topbar-menu{margin-bottom:0;margin-top:0}}@media screen and (min-width:1452px){.topbar-expand-xxl{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.topbar-expand-xxl .topbar-brand,.topbar-expand-xxl .topbar-element,.topbar-expand-xxl .topbar-menu{margin-bottom:0;margin-top:0}}.treeview{margin:0;padding:0 0 0 24px;font-size:.8125rem;list-style:none inside;display:block;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li{display:block;position:relative;padding:2px 0;cursor:pointer;line-height:1.25rem}.treeview li .icon{position:absolute;width:16px;height:16px;font-size:16px;left:0;top:2px;line-height:16px}.treeview li .icon img{max-width:100%;height:100%}.treeview li .caption{position:relative}.treeview li .icon~.caption{margin-left:20px}.treeview li .node-toggle{position:relative;cursor:pointer;padding-right:1.5rem!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.treeview li .node-toggle::before{display:block;position:absolute;vertical-align:middle;color:transparent;font-size:0;content:"";height:.3125rem;width:.3125rem;background-color:transparent;border-left:1px solid;border-bottom:1px solid;border-color:#1d1d1d;top:50%;left:100%;margin-left:-1rem;margin-top:-.1625rem;z-index:2;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform-origin:center center 1px;-ms-transform-origin:center center 1px;transform-origin:center center 1px}.treeview li .node-toggle{position:absolute;left:0;top:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);width:24px;height:24px}.treeview li .node-toggle::before{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.treeview li.expanded>.node-toggle::before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.treeview li.current>.caption{color:#000}.treeview ul{margin:0 0 0 1rem;padding:0;list-style:none inside;display:block;position:relative;font-weight:400}.treeview .select .d-menu{position:absolute;left:0;margin:0;width:auto}.treeview li .checkbox,.treeview li .checkbox .caption,.treeview li .checkbox .check{line-height:1}.treeview li .radio,.treeview li .radio .caption,.treeview li .radio .check{line-height:1}.treeview li .switch,.treeview li .switch .caption,.treeview li .switch .check{line-height:1}.treeview li .checkbox,.treeview li .radio,.treeview li .switch{height:24px}.vegas-overlay,.vegas-slide,.vegas-slide-inner,.vegas-timer,.vegas-wrapper{position:absolute;top:0;left:0;bottom:0;right:0;overflow:hidden;border:none;padding:0;margin:0}.vegas-overlay{opacity:.5;background:transparent center center repeat}.vegas-overlay.overlay1{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay2{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGAAAgAChgCB/5LsuQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay3{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABAQMAAADO7O3JAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAApJREFUCNdjaAAAAIIAgd1DavQAAAAASUVORK5CYII=)}.vegas-overlay.overlay4{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBgAAABhACBKN161wAAAABJRU5ErkJggg==)}.vegas-overlay.overlay5{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaGBwYFAAAANmAOGGoYR3AAAAAElFTkSuQmCC)}.vegas-overlay.overlay6{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACAQMAAABIeJ9nAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjaGBwAAABxADBSUUqSQAAAABJRU5ErkJggg==)}.vegas-overlay.overlay7{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAEAQMAAACTPww9AAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABBJREFUCNdjUGAIYGhgCAAABEgBQXXpfAgAAAAASUVORK5CYII=)}.vegas-overlay.overlay8{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGAQMAAADaAn0LAAAABlBMVEUAAAAAAAClZ7nPAAAAAXRSTlMAQObYZgAAABJJREFUCNdjcGB4AMQcDDIMHAAM8AGNu4TNogAAAABJRU5ErkJggg==)}.vegas-overlay.overlay9{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPAgMAAABGuH3ZAAAACVBMVEUAAAAAAAAAAACDY+nAAAAAAnRSTlMAiJXwxioAAAAaSURBVAjXY1i1atUKhkYWAQcIMTU0NIRMLgDFIhFFGbSiTQAAAABJRU5ErkJggg==)}.vegas-timer{top:auto;bottom:0;height:2px}.vegas-timer-progress{width:0;height:100%;background:#fff;-webkit-transition:width ease-out;-o-transition:width ease-out;transition:width ease-out}.vegas-timer-running .vegas-timer-progress{width:100%}.vegas-slide,.vegas-slide-inner{margin:0;padding:0;background:transparent center center no-repeat;-webkit-transform:translateZ(0);transform:translateZ(0);will-change:transform,opacity}body .vegas-container{overflow:hidden!important;position:relative}.vegas-video{min-width:100%;min-height:100%;width:auto;height:auto}body.vegas-container{overflow:auto;position:static;z-index:-2}body.vegas-container>.vegas-overlay,body.vegas-container>.vegas-slide,body.vegas-container>.vegas-timer{position:fixed;z-index:-1}.vegas-transition-blur,.vegas-transition-blur2{opacity:0;-webkit-filter:blur(32px) brightness(1.01);filter:blur(32px) brightness(1.01)}.vegas-transition-blur-in,.vegas-transition-blur2-in{opacity:1;-webkit-filter:blur(0) brightness(1.01);filter:blur(0) brightness(1.01)}.vegas-transition-blur2-out{opacity:0}.vegas-transition-burn,.vegas-transition-burn2{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-burn-in,.vegas-transition-burn2-in{opacity:1;-webkit-filter:contrast(100%) saturate(100%);filter:contrast(100%) saturate(100%)}.vegas-transition-burn2-out{opacity:0;-webkit-filter:contrast(1000%) saturate(1000%);filter:contrast(1000%) saturate(1000%)}.vegas-transition-fade,.vegas-transition-fade2{opacity:0}.vegas-transition-fade-in,.vegas-transition-fade2-in{opacity:1}.vegas-transition-fade2-out{opacity:0}.vegas-transition-flash,.vegas-transition-flash2{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-flash-in,.vegas-transition-flash2-in{opacity:1;-webkit-filter:brightness(1);filter:brightness(1)}.vegas-transition-flash2-out{opacity:0;-webkit-filter:brightness(25);filter:brightness(25)}.vegas-transition-negative,.vegas-transition-negative2{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-negative-in,.vegas-transition-negative2-in{opacity:1;-webkit-filter:invert(0);filter:invert(0)}.vegas-transition-negative2-out{opacity:0;-webkit-filter:invert(100%);filter:invert(100%)}.vegas-transition-slideDown,.vegas-transition-slideDown2{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-slideDown-in,.vegas-transition-slideDown2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideDown2-out{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideLeft,.vegas-transition-slideLeft2{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideLeft-in,.vegas-transition-slideLeft2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideLeft2-out{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight,.vegas-transition-slideRight2{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.vegas-transition-slideRight-in,.vegas-transition-slideRight2-in{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.vegas-transition-slideRight2-out{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.vegas-transition-slideUp,.vegas-transition-slideUp2{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.vegas-transition-slideUp-in,.vegas-transition-slideUp2-in{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.vegas-transition-slideUp2-out{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.vegas-transition-swirlLeft,.vegas-transition-swirlLeft2{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-swirlLeft-in,.vegas-transition-swirlLeft2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlLeft2-out{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight,.vegas-transition-swirlRight2{-webkit-transform:scale(2) rotate(-35deg);-ms-transform:scale(2) rotate(-35deg);transform:scale(2) rotate(-35deg);opacity:0}.vegas-transition-swirlRight-in,.vegas-transition-swirlRight2-in{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);opacity:1}.vegas-transition-swirlRight2-out{-webkit-transform:scale(2) rotate(35deg);-ms-transform:scale(2) rotate(35deg);transform:scale(2) rotate(35deg);opacity:0}.vegas-transition-zoomIn,.vegas-transition-zoomIn2{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-transition-zoomIn-in,.vegas-transition-zoomIn2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomIn2-out{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut,.vegas-transition-zoomOut2{-webkit-transform:scale(2);-ms-transform:scale(2);transform:scale(2);opacity:0}.vegas-transition-zoomOut-in,.vegas-transition-zoomOut2-in{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:1}.vegas-transition-zoomOut2-out{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);opacity:0}.vegas-animation-kenburns{-webkit-animation:kenburns ease-out;animation:kenburns ease-out}@-webkit-keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes kenburns{0%{-webkit-transform:scale(1.5);transform:scale(1.5)}100%{-webkit-transform:scale(1);transform:scale(1)}}.vegas-animation-kenburnsDownLeft{-webkit-animation:kenburnsDownLeft ease-out;animation:kenburnsDownLeft ease-out}@-webkit-keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownLeft{0%{-webkit-transform:scale(1.5) translate(10%,-10%);transform:scale(1.5) translate(10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDownRight{-webkit-animation:kenburnsDownRight ease-out;animation:kenburnsDownRight ease-out}@-webkit-keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDownRight{0%{-webkit-transform:scale(1.5) translate(-10%,-10%);transform:scale(1.5) translate(-10%,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsDown{-webkit-animation:kenburnsDown ease-out;animation:kenburnsDown ease-out}@-webkit-keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsDown{0%{-webkit-transform:scale(1.5) translate(0,-10%);transform:scale(1.5) translate(0,-10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsLeft{-webkit-animation:kenburnsLeft ease-out;animation:kenburnsLeft ease-out}@-webkit-keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsLeft{0%{-webkit-transform:scale(1.5) translate(10%,0);transform:scale(1.5) translate(10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsRight{-webkit-animation:kenburnsRight ease-out;animation:kenburnsRight ease-out}@-webkit-keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsRight{0%{-webkit-transform:scale(1.5) translate(-10%,0);transform:scale(1.5) translate(-10%,0)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpLeft{-webkit-animation:kenburnsUpLeft ease-out;animation:kenburnsUpLeft ease-out}@-webkit-keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpLeft{0%{-webkit-transform:scale(1.5) translate(10%,10%);transform:scale(1.5) translate(10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUpRight{-webkit-animation:kenburnsUpRight ease-out;animation:kenburnsUpRight ease-out}@-webkit-keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUpRight{0%{-webkit-transform:scale(1.5) translate(-10%,10%);transform:scale(1.5) translate(-10%,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.vegas-animation-kenburnsUp{-webkit-animation:kenburnsUp ease-out;animation:kenburnsUp ease-out}@-webkit-keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}@keyframes kenburnsUp{0%{-webkit-transform:scale(1.5) translate(0,10%);transform:scale(1.5) translate(0,10%)}100%{-webkit-transform:scale(1) translate(0,0);transform:scale(1) translate(0,0)}}.wheel-picker{display:block;position:relative;width:100%;min-width:220px;cursor:default;background-color:#fff;color:#1d1d1d;height:38px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wheel-picker:focus{outline:1px dotted red!important;min-width:1px;min-height:1px}.wheel-picker .select-wrapper{display:none;position:absolute;top:100%;left:0;height:auto;z-index:3;width:100%}.wheel-picker .select-block{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;width:100%;-ms-flex-negative:0;flex-shrink:0;background-color:#f2f2f2}.wheel-picker .select-block::before{content:"";display:block;position:absolute;z-index:0;height:40px;background-color:rgba(27,161,226,.5);top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:100%}.wheel-picker .select-block ul{margin:0;padding:0;list-style:none inside;display:block;text-align:center;height:100%;z-index:1;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #dfdfdf;overflow-y:auto;-ms-overflow-style:-ms-autohiding-scrollbar;overflow:-moz-scrollbars-none}.wheel-picker .select-block ul::-webkit-scrollbar{display:none!important}.wheel-picker .select-block ul li{display:block;height:40px;line-height:40px;font-size:.9em}.wheel-picker .select-block ul li.active{font-weight:700}.wheel-picker .action-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;position:relative;width:100%;background-color:#fff}.wheel-picker .action-block>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.wheel-picker .action-block>:not(:last-child){border-right:1px solid #dfdfdf}.wheel-picker .select-wrapper{-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.wheel-picker.for-top .select-wrapper,.wheel-picker.for-top-a .select-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.wheel-picker.for-bottom .select-wrapper,.wheel-picker.for-bottom-a .select-wrapper{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.window{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;height:auto;background-color:#fff;color:#1d1d1d;border:1px #e9e9e9 solid;z-index:1}.window-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:2.25rem;line-height:2.25rem;padding:0;border-bottom:1px transparent solid;cursor:default;vertical-align:middle;background-color:#3c6478;color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.window-caption .title{font-size:.875rem;overflow:hidden;white-space:nowrap;-o-text-overflow:ellipsis;text-overflow:ellipsis;width:100%;padding-left:4px;color:inherit}.window-caption .icon{width:34px;height:34px;text-align:center;-ms-flex-negative:0;flex-shrink:0;display:block;position:relative;color:inherit}.window-caption .icon *{width:1rem;font-size:1rem;line-height:34px;text-align:center}.window-caption *+.title{padding-left:0}.window-caption .buttons{height:100%;margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.window-caption .btn-custom:active,.window-caption .btn-custom:focus{-webkit-box-shadow:none!important;box-shadow:none!important}.window-caption .buttons .btn-close,.window-caption .buttons .btn-custom,.window-caption .buttons .btn-max,.window-caption .buttons .btn-min{position:relative;height:34px;width:34px;text-align:center;vertical-align:middle;font-size:1rem;font-weight:400;padding:0 0 .625rem 0;outline:0;cursor:pointer;display:block;border:1px solid transparent;margin:1px 0}.window-caption .buttons .sys-button{background-color:transparent;color:#fff}.window-caption .buttons .sys-button:hover{background-color:rgba(255,255,255,.1)}.window-caption .buttons .sys-button:hover::before{border-color:#fff;color:#fff}.window-caption .buttons .sys-button:active{background-color:rgba(255,255,255,.3);color:#fff}.window-caption .buttons .btn-close:hover{background-color:#c75050;color:#fff}.window-caption .buttons .btn-close:hover::before{color:#fff}.window-caption .buttons .btn-close:active{background-color:#e04343;color:#fff}.window-caption .buttons .btn-close::before{border-color:#777;content:'\D7';position:absolute;line-height:34px;vertical-align:middle;left:50%;top:-4px;margin-left:-.32em;color:#fff;font-size:1.5rem}.window-caption .buttons .btn-max::before,.window-caption .buttons .btn-min::before{display:block;position:absolute;width:.625rem;height:.625rem;border:0 #fff solid;border-bottom-width:2px;content:' ';bottom:.72rem;left:50%;margin-left:-.3rem;top:auto}.window-caption .buttons .btn-max::before{height:.575rem;border:1px #fff solid;border-top-width:2px}.window-caption .buttons .btn-custom{min-width:34px;width:auto;-ms-flex-negative:0;flex-shrink:0}.window-caption .buttons .btn-custom{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.window-caption .buttons .btn-min{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.window-caption .buttons .btn-max{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.window-caption .buttons .btn-close{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.window-content{overflow:auto;height:calc(100% - 2.25rem)}.window-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;padding:.1rem .5rem;background-color:#f8f8f8;color:#1d1d1d;height:1.2rem;font-size:.8rem}.window.info .window-caption{background-color:#1ba1e2;color:#fff}.window.alert .window-caption{background-color:#ce352c;color:#fff}.window.warning .window-caption{background-color:#fa6800;color:#fff}.window.success .window-caption{background-color:#60a917;color:#fff}.window.focused{-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,.3);box-shadow:0 0 5px 0 rgba(0,0,0,.3)}.window.modal{z-index:1050}.window.minimized{max-width:12rem;max-height:2.25rem}.window.minimized .window-caption{border-bottom:none!important}.window.minimized .window-content{display:none!important}.window.minimized .window-caption .btn-custom{display:none}.window.maximized{top:0!important;left:0!important;width:100%!important;height:100%!important;max-height:none!important;max-width:none!important}.window.maximized .btn-max::before{border:1px #fff solid;z-index:2}.window.maximized .btn-max::after{display:block;position:absolute;width:.625rem;height:.625rem;border-top:1px #fff solid;border-right:1px #fff solid;content:' ';bottom:.375rem;right:7px;top:8px;z-index:1}.window.resizable{min-width:12rem;min-height:2.25rem}.wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;background-color:#fff;color:#1d1d1d;min-height:200px;height:auto;border:1px solid #dfdfdf;counter-reset:wizard-step;position:relative}.wizard>.section,.wizard>section{counter-increment:wizard-step;display:block;position:relative;border-left:#bebebe solid;border-left-width:4px;width:0;-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section::before,.wizard>section::before{display:none;content:counter(wizard-step);position:absolute;bottom:20px;width:25px;text-align:center;left:-25px;z-index:1;color:#fff}.wizard>.section .page-content,.wizard>section .page-content{padding:1rem 1rem 4.25rem;display:none;overflow:hidden}.wizard>.section.current,.wizard>section.current{width:100%;border:0!important}.wizard>.section.current .page-content,.wizard>section.current .page-content{display:block}.wizard>.section.current::before,.wizard>section.current::before{display:block;left:0;color:#fff;background-color:#1ba1e2}.wizard>.section.complete,.wizard>.section.current,.wizard>section.complete,.wizard>section.current{-webkit-transition:width .3s ease;-o-transition:width .3s ease;transition:width .3s ease}.wizard>.section.complete,.wizard>section.complete{cursor:pointer}.wizard .action-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;position:absolute;bottom:1rem;left:41px}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar::after{display:block;clear:both;content:""}.wizard .action-bar>*{margin:1px}.wizard>section{border-color:#000}.wizard>section:nth-child(1){border-color:#1ba1e2}.wizard>section:nth-child(2){border-color:#1891cb}.wizard>section:nth-child(3){border-color:#1681b4}.wizard>section:nth-child(4){border-color:#13709e}.wizard>section:nth-child(5){border-color:#106087}.wizard>section:nth-child(6){border-color:#0d5070}.wizard>section:nth-child(7){border-color:#0b4059}.wizard>section:nth-child(8){border-color:#082f43}.wizard>section:nth-child(9){border-color:#051f2c}.wizard>section:nth-child(10){border-color:#000}.wizard>section.complete{border-color:#656565}.wizard>section.complete:nth-child(1){border-color:#e4e4e4}.wizard>section.complete:nth-child(2){border-color:#d8d8d8}.wizard>section.complete:nth-child(3){border-color:#cbcbcb}.wizard>section.complete:nth-child(4){border-color:#bebebe}.wizard>section.complete:nth-child(5){border-color:#b1b1b1}.wizard>section.complete:nth-child(6){border-color:#a5a5a5}.wizard>section.complete:nth-child(7){border-color:#989898}.wizard>section.complete:nth-child(8){border-color:#8b8b8b}.wizard>section.complete:nth-child(9){border-color:#7e7e7e}.wizard>section.complete:nth-child(10){border-color:#656565}.wizard [class*=wizard-btn].disabled{opacity:.1}@media screen and (min-width:0){.wizard.wizard-wide-fs{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-fs>section{border-left-width:25px}.wizard.wizard-wide-fs>section::before{display:block}}@media screen and (min-width:576px){.wizard.wizard-wide-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-sm>section{border-left-width:25px}.wizard.wizard-wide-sm>section::before{display:block}}@media screen and (min-width:768px){.wizard.wizard-wide-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-md>section{border-left-width:25px}.wizard.wizard-wide-md>section::before{display:block}}@media screen and (min-width:992px){.wizard.wizard-wide-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-lg>section{border-left-width:25px}.wizard.wizard-wide-lg>section::before{display:block}}@media screen and (min-width:1200px){.wizard.wizard-wide-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xl>section{border-left-width:25px}.wizard.wizard-wide-xl>section::before{display:block}}@media screen and (min-width:1452px){.wizard.wizard-wide-xxl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap}.wizard.wizard-wide-xxl>section{border-left-width:25px}.wizard.wizard-wide-xxl>section::before{display:block}} \ No newline at end of file diff --git a/build/css/schemes/darcula.css b/build/css/schemes/darcula.css index a845f127e..f47d7b2f4 100644 --- a/build/css/schemes/darcula.css +++ b/build/css/schemes/darcula.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .bg-scheme { diff --git a/build/css/schemes/red-alert.css b/build/css/schemes/red-alert.css index 4d99e8238..d0472fa6e 100644 --- a/build/css/schemes/red-alert.css +++ b/build/css/schemes/red-alert.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .bg-scheme { diff --git a/build/css/schemes/red-dark.css b/build/css/schemes/red-dark.css index ed5c07897..e436d14ac 100644 --- a/build/css/schemes/red-dark.css +++ b/build/css/schemes/red-dark.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .bg-scheme { diff --git a/build/css/schemes/red-mirohost.css b/build/css/schemes/red-mirohost.css index b0e55c172..99f6cc290 100644 --- a/build/css/schemes/red-mirohost.css +++ b/build/css/schemes/red-mirohost.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .bg-scheme { diff --git a/build/css/schemes/sky-net.css b/build/css/schemes/sky-net.css index eba4c8df5..9e8474ed2 100644 --- a/build/css/schemes/sky-net.css +++ b/build/css/schemes/sky-net.css @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:04 + * Built at 03/05/2020 18:10:52 * Licensed under MIT */ .bg-scheme { diff --git a/build/js/metro.js b/build/js/metro.js index e8064b541..ac5a80a6b 100644 --- a/build/js/metro.js +++ b/build/js/metro.js @@ -1,7 +1,7 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:15 + * Built at 03/05/2020 18:11:02 * Licensed under MIT */ @@ -4291,7 +4291,7 @@ var normalizeComponentName = function(name){ var Metro = { version: "4.3.7", - compileTime: "03/05/2020 17:33:22", + compileTime: "03/05/2020 18:11:09", buildNumber: "745", isTouchable: isTouch, fullScreenEnabled: document.fullscreenEnabled, @@ -8457,6 +8457,8 @@ Component('app-bar', { init: function( options, elem ) { this._super(elem, options, AppBarDefaultConfig); + this.id = Utils.elementId('appbar'); + Metro.createExec(this); return this; @@ -8476,7 +8478,6 @@ Component('app-bar', { _createStructure: function(){ var element = this.element, o = this.options; - var id = Utils.elementId("app-bar"); var hamburger, menu; element.addClass("app-bar"); @@ -8502,10 +8503,6 @@ Component('app-bar', { Utils.addCssRule(Metro.sheet, ".app-bar-menu li", "list-style: none!important;"); // This special for IE11 and Edge } - if( !!element.attr("id") === false ){ - element.attr("id", id); - } - if (hamburger.css('display') === 'block') { menu.hide().addClass("collapsed"); hamburger.removeClass("hidden"); @@ -8568,7 +8565,7 @@ Component('app-bar', { menu.hide().addClass("collapsed"); } } - }, {ns: element.attr("id")}); + }, {ns: this.id}); }, close: function(){ @@ -8609,7 +8606,7 @@ Component('app-bar', { destroy: function(){ var element = this.element; element.off(Metro.events.click, ".hamburger"); - $(window).off(Metro.events.resize, {ns: element.attr("id")}); + $(window).off(Metro.events.resize, {ns: this.id}); return element; } }); diff --git a/build/js/metro.min.js b/build/js/metro.min.js index 68b14b0ce..d2cf33789 100644 --- a/build/js/metro.min.js +++ b/build/js/metro.min.js @@ -1,9 +1,9 @@ /* * Metro 4 Components Library v4.3.7 (https://metroui.org.ua) * Copyright 2012-2020 Sergey Pimenov - * Built at 03/05/2020 17:33:17 + * Built at 03/05/2020 18:11:03 * Licensed under MIT */ -!function(e){"function"==typeof define&&define.amd?define("metro4",e):e()}(function(){"use strict";window.hideM4QVersion=!0,function(e,u){var i=["opacity","zIndex"];function o(e){return!!(e.offsetWidth||e.offsetHeight||e.getClientRects().length)}function I(e){return e===u||null===e}function v(e){return e.replace(/-([a-z])/g,function(e,t){return t.toUpperCase()})}function g(e){var t;return!(!e||"[object Object]"!==Object.prototype.toString.call(e))&&(!(t=e.prototype!==u)||t.constructor&&"function"==typeof t.constructor)}function C(e){for(var t in e)if(e.hasOwnProperty(t))return!1;return!0}function s(e){return e instanceof Object&&"length"in e}function h(e,t){return t=t||" ",e.split(t).map(function(e){return(""+e).trim()}).filter(function(e){return""!==e})}function m(e,t){return t||(t=[0,""]),e=String(e),t[0]=parseFloat(e),t[1]=e.match(/[\d.\-+]*\s*(.*)/)[1]||"",t}function a(e,t,n){t=v(t),-1<["scrollLeft","scrollTop"].indexOf(t)?e[t]=parseInt(n):e.style[t]=isNaN(n)||-1:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,f=Element.prototype.matches||Element.prototype.matchesSelector||Element.prototype.webkitMatchesSelector||Element.prototype.mozMatchesSelector||Element.prototype.msMatchesSelector||Element.prototype.oMatchesSelector,D=function(e,t){return new D.init(e,t)};D.version=t,D.fn=D.prototype={version:t,constructor:D,length:0,uid:"",push:[].push,sort:[].sort,splice:[].splice,indexOf:[].indexOf},D.extend=D.fn.extend=function(){var e,t,n=arguments[0]||{},i=1,s=arguments.length;for("object"!=typeof n&&"function"!=typeof n&&(n={}),i===s&&(n=this,i--);i=e.interval)&&(e.fn(),e.lastTime=d())})};this.intervalTicking=!0,i()}return this.intervalId},clearInterval:function(e){for(var t=0;tW.elements[x].loop?setTimeout(function(){S()},p):T()):"alternate"!==f||y?T():(w="normal"===w?"reverse":"normal",y=!0,S()))};0
M4Q - "+m4q.version+"
";A.infobox.create(e)},info:function(){console.info("Metro 4 - v"+A.version+". "+A.showCompileTime()),console.info("m4q - "+m4q.version)},showCompileTime:function(){return"Built at: "+A.compileTime},aboutDlg:function(){alert("Metro 4 - v"+A.version+". "+A.showCompileTime())},ver:function(){return A.version},build:function(){return A.build},compile:function(){return A.compileTime},observe:function(){new MutationObserver(function(e){e.map(function(t){if("attributes"===t.type&&"data-role"!==t.attributeName)if("data-hotkey"===t.attributeName)A.initHotkeys([t.target],!0);else{var n=E(t.target),e=n.data("metroComponent");void 0!==e&&E.each(e,function(){var e=A.getPlugin(n,this);e&&e.changeAttribute(t.attributeName)})}else if("childList"===t.type&&0>16)+t;255>8&255)+t;255>>4&15)+n.charAt(15&t);return i}function D(e){for(var t,n,i="",s=-1;++s>>6&31,128|63&t):t<=65535?i+=String.fromCharCode(224|t>>>12&15,128|t>>>6&63,128|63&t):t<=2097151&&(i+=String.fromCharCode(240|t>>>18&7,128|t>>>12&63,128|t>>>6&63,128|63&t));return i}function M(e){var t,n=new Array(e.length>>2);for(t=0;t>5]|=(255&e.charCodeAt(t/8))<>5]>>>n%32&255);return t}function P(e,t){e[t>>5]|=128<>>9<<4)]=t;for(var n=1732584193,i=-271733879,s=-1732584194,a=271733878,o=0;o>>32-t}(H(H(t,e),H(i,a)),s),n)}function N(e,t,n,i,s,a,o){return R(t&n|~t&i,e,t,s,a,o)}function L(e,t,n,i,s,a,o){return R(t&i|n&~i,e,t,s,a,o)}function V(e,t,n,i,s,a,o){return R(t^n^i,e,t,s,a,o)}function B(e,t,n,i,s,a,o){return R(n^(t|~i),e,t,s,a,o)}function H(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}A.template=function(e,t,n){var i,s,a,o="<%(.+?)%>",r=/(^( )?(var|if|for|else|switch|case|break|{|}|;))(.*)?/g,l="with(obj) { var r=[];\n",c=0,d=function(e,t){return l+=t?e.match(r)?e+"\n":"r.push("+e+");\n":""!==e?'r.push("'+e.replace(/"/g,'\\"')+'");\n':"",d};for(F.isValue(n)&&(n.hasOwnProperty("beginToken")&&(o=o.replace("<%",n.beginToken)),n.hasOwnProperty("endToken")&&(o=o.replace("%>",n.endToken))),a=(i=new RegExp(o,"g")).exec(e);a;)d(e.slice(c,a.index))(a[1],!0),c=a.index+a[0].length,a=i.exec(e);d(e.substr(c,e.length-c)),l=(l+'return r.join(""); }').replace(/[\r\t\n]/g," ");try{s=new Function("obj",l).apply(t,[t])}catch(e){console.error("'"+e.message+"'"," in \n\nCode:\n",l,"\n")}return s};var F={isUrl:function(e){return/^(\.\/|\.\.\/|ftp|http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@\-\/]))?/.test(e)},isTag:function(e){return/^<\/?[\w\s="/.':;#-\/\?]+>/gi.test(e)},isColor:function(e){return/(^#[0-9A-F]{6}$)|(^#[0-9A-F]{3}$)/i.test(e)},isEmbedObject:function(e){var t=!1;return E.each(["iframe","object","embed","video"],function(){"string"==typeof e&&e.toLowerCase()===this?t=!0:void 0!==e.nodeType&&e.tagName.toLowerCase()===this&&(t=!0)}),t},isVideoUrl:function(e){return/youtu\.be|youtube|vimeo/gi.test(e)},isDate:function(e,t){return!("object"!=typeof e||!F.isFunc(e.getMonth))||"Invalid Date"!==(F.isValue(t)?String(e).toDate(t):String(new Date(e)))},isDateObject:function(e){return"object"==typeof e&&void 0!==e.getMonth},isInt:function(e){return!isNaN(e)&&+e%1==0},isFloat:function(e){return!isNaN(e)&&+e%1!=0||/^\d*\.\d+$/.test(e)},isTouchDevice:function(){return"ontouchstart"in window||0"+E(e)[0].outerHTML+""},embedUrl:function(e){return-1!==e.indexOf("youtu.be")&&(e="https://www.youtube.com/embed/"+e.split("/").pop()),"
"},secondsToTime:function(e){var t=e%3600,n=t%60;return{h:Math.floor(e/3600),m:Math.floor(t/60),s:Math.ceil(n)}},hex2rgba:function(e,t){var n;if(t=isNaN(t)?1:t,/^#([A-Fa-f0-9]{3}){1,2}$/.test(e))return 3===(n=e.substring(1).split("")).length&&(n=[n[0],n[0],n[1],n[1],n[2],n[2]]),"rgba("+[(n="0x"+n.join(""))>>16&255,n>>8&255,255&n].join(",")+","+t+")";throw new Error("Hex2rgba error. Bad Hex value")},random:function(e,t){return Math.floor(Math.random()*(t-e+1)+e)},uniqueId:function(){var n=(new Date).getTime();return"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(e){var t=(n+16*Math.random())%16|0;return n=Math.floor(n/16),("x"===e?t:3&t|8).toString(16)})},elementId:function(e){return e+"-"+(new Date).getTime()+F.random(1,1e3)},secondsToFormattedString:function(e){var t=parseInt(e,10),n=Math.floor(t/3600),i=Math.floor((t-3600*n)/60),s=t-3600*n-60*i;return n<10&&(n="0"+n),i<10&&(i="0"+i),s<10&&(s="0"+s),[n,i,s].join(":")},callback:function(e,t,n){return F.exec(e,t,n)},func:function(e){return new Function("a",e)},exec:function(e,t,n){var i;if(null==e)return!1;var s=F.isFunc(e);!1===s&&(s=F.func(e));try{i=s.apply(n,t)}catch(e){if(!(i=null)===METRO_THROWS)throw e}return i},isOutsider:function(e){var t,n=E(e),i=n.clone();return i.removeAttr("data-role").css({visibility:"hidden",position:"absolute",display:"block"}),n.parent().append(i),t=i[0].getBoundingClientRect(),i.remove(),0<=t.top&&0<=t.left&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)},inViewport:function(e){var t=F.rect(e);return 0<=t.top&&0<=t.left&&t.bottom<=(window.innerHeight||document.documentElement.clientHeight)&&t.right<=(window.innerWidth||document.documentElement.clientWidth)},rect:function(e){return e.getBoundingClientRect()},getCursorPosition:function(e,t){var n=F.rect(e);return{x:F.pageXY(t).x-n.left-window.pageXOffset,y:F.pageXY(t).y-n.top-window.pageYOffset}},getCursorPositionX:function(e,t){return F.getCursorPosition(e,t).x},getCursorPositionY:function(e,t){return F.getCursorPosition(e,t).y},objectLength:function(e){return Object.keys(e).length},percent:function(e,t,n){if(0===e)return 0;var i=100*t/e;return!0===n?Math.round(i):Math.round(100*i)/100},camelCase:function(e){return e.replace(/-([a-z])/g,function(e){return e[1].toUpperCase()})},dashedName:function(e){return e.replace(/([A-Z])/g,function(e){return"-"+e.toLowerCase()})},objectShift:function(e){var t=0;return E.each(e,function(e){0===t?t=e:e>16&255,t>>8&255,255&t]):[0,0,0]},hexColorToRgbA:function(e,t){var n;return/^#([A-Fa-f0-9]{3}){1,2}$/.test(e)?(3===(n=e.substring(1).split("")).length&&(n=[n[0],n[0],n[1],n[1],n[2],n[2]]),"rgba("+[(n="0x"+n.join(""))>>16&255,n>>8&255,255&n,t||1].join(",")+")"):"rgba(0,0,0,1)"},getInlineStyles:function(e){var t,n,i={},s=E(e)[0];for(t=0,n=s.style.length;t").addClass("circle").appendTo(n)}();break;case"square":!function(){for(e=0;e<4;e++)E("
").addClass("square").appendTo(n)}();break;case"cycle":E("
").addClass("cycle").appendTo(n);break;case"simple":E('').appendTo(n);break;default:!function(){for(e=0;e<5;e++)t=E("
").addClass("wrap").appendTo(n),E("
").addClass("circle").appendTo(t)}()}F.exec(this.options.onActivityCreate,[this.element]),n.fire("activitycreate")},changeAttribute:function(e){},destroy:function(){return this.element}}),A.activity={open:function(e){var t=e||{},n='
',i=t.text?'
'+t.text+"
":"";return A.dialog.create({content:n+i,defaultAction:!1,clsContent:"d-flex flex-column flex-justify-center flex-align-center bg-transparent no-shadow w-auto",clsDialog:"no-border no-shadow bg-transparent global-dialog",autoHide:t.autoHide?t.autoHide:0,overlayClickClose:!0===t.overlayClickClose,overlayColor:t.overlayColor?t.overlayColor:"#000000",overlayAlpha:t.overlayAlpha?t.overlayAlpha:.5,clsOverlay:"global-overlay"})},close:function(e){A.dialog.close(e)}};var U={adblockDeferred:0,checkInterval:1e3,fireOnce:!0,checkStop:10,onBite:A.noop};A.adblockSetup=function(e){U=E.extend({},U,e)},window.metroAdblockSetup,A.adblockSetup(window.metroAdblockSetup);var W={bite:function(){E("
").addClass("adblock-bite adsense google-adsense dblclick advert topad top_ads topAds textads sponsoredtextlink_container show_ads right-banner rekl mpu module-ad mid_ad mediaget horizontal_ad headerAd contentAd brand-link bottombanner bottom_ad_block block_ad bannertop banner-right banner-body b-banner b-article-aside__banner b-advert adwrapper adverts advertisment advertisement:not(body) advertise advert_list adtable adsense adpic adlist adleft adinfo adi adholder adframe addiv ad_text ad_space ad_right ad_links ad_body ad_block ad_Right adTitle adText".split(" ").shuffle().join(" ")).css({position:"absolute",height:1,width:1,overflow:"hidden",visibility:"visible"}).append(E("").html("dblclick.net")).appendTo(E("body")),0").attr("type","button").addClass("hamburger menu-down");for(var a=0;a<3;a++)E("").addClass("line").appendTo(e);!0===S.isLight(F.computedRgbToHex(F.getStyleOne(n,"background-color")))&&e.addClass("dark")}n.prepend(e),0===(t=n.find(".app-bar-menu")).length?e.css("display","none"):F.addCssRule(A.sheet,".app-bar-menu li","list-style: none!important;"),!1==!!n.attr("id")&&n.attr("id",s),"block"===e.css("display")?(t.hide().addClass("collapsed"),e.removeClass("hidden")):e.addClass("hidden"),!0===i.expand?(n.addClass("app-bar-expand"),e.addClass("hidden")):F.isValue(i.expandPoint)&&F.mediaExist(i.expandPoint)&&(n.addClass("app-bar-expand"),e.addClass("hidden"))},_createEvents:function(){var e=this,t=this.element,n=this.options,i=t.find(".app-bar-menu"),s=t.find(".hamburger");t.on(A.events.click,".hamburger",function(){0!==i.length&&(i.hasClass("collapsed")?e.open():e.close())}),E(window).on(A.events.resize,function(){!0!==n.expand&&(F.isValue(n.expandPoint)&&F.mediaExist(n.expandPoint)?(t.addClass("app-bar-expand"),F.exec(n.onMenuExpand,null,t[0]),t.fire("menuexpand")):(t.removeClass("app-bar-expand"),F.exec(n.onMenuCollapse,null,t[0]),t.fire("menucollapse"))),0!==i.length&&("block"!==s.css("display")?(i.show(function(){E(this).removeStyleProperty("display")}),s.addClass("hidden")):(s.removeClass("hidden"),s.hasClass("active")?i.show().removeClass("collapsed"):i.hide().addClass("collapsed")))},{ns:t.attr("id")})},close:function(){var e=this.element,t=this.options,n=e.find(".app-bar-menu"),i=e.find(".hamburger");n.slideUp(t.duration,function(){n.addClass("collapsed").removeClass("opened"),i.removeClass("active")}),F.exec(t.onMenuClose,[n[0]],e[0]),e.fire("menuclose",{menu:n[0]})},open:function(){var e=this.element,t=this.options,n=e.find(".app-bar-menu"),i=e.find(".hamburger");n.slideDown(t.duration,function(){n.removeClass("collapsed").addClass("opened"),i.addClass("active")}),F.exec(t.onMenuOpen,[n[0]],e[0]),e.fire("menuopen",{menu:n[0]})},changeAttribute:function(e){},destroy:function(){var e=this.element;return e.off(A.events.click,".hamburger"),E(window).off(A.events.resize,{ns:e.attr("id")}),e}});var G={audioSrc:"",onAudioStart:A.noop,onAudioEnd:A.noop,onAudioButtonCreate:A.noop};A.audioButtonSetup=function(e){G=E.extend({},G,e)},window.metroAudioButtonSetup,A.audioButtonSetup(window.metroAudioButtonSetup),g("audio-button",{init:function(e,t){return this._super(t,e,G),this.audio=null,this.canPlay=!1,this.id=F.elementId("audioButton"),this._create(),this},_create:function(){var e=this.element,t=this.options;A.checkRuntime(e,this.name),this._createStructure(),this._createEvents(),F.exec(t.onAudioButtonCreate,null,e[0]),e.fire("audiobuttoncreate")},_createStructure:function(){var e=this.options;this.audio=new Audio(e.audioSrc)},_createEvents:function(){var e=this,t=this.element,n=this.options,i=this.audio;i.addEventListener("loadeddata",function(){e.canPlay=!0}),i.addEventListener("ended",function(){F.exec(n.onAudioEnd,[n.audioSrc,i],t[0]),t.fire("audioend",{src:n.audioSrc,audio:i})}),t.on(A.events.click,function(){""!==n.audioSrc&&e.audio.duration&&e.canPlay&&(F.exec(n.onAudioStart,[n.audioSrc,i],t[0]),t.fire("audiostart",{src:n.audioSrc,audio:i}),i.pause(),i.currentTime=0,i.play())},{ns:this.id})},changeAttribute:function(e){var t,n=this.element,i=this.options,s=this.audio;"data-audio-src"===e&&(t=n.attr("data-audio-src"))&&""!==t.trim()&&(i.audioSrc=t,s.src=t)},destroy:function(){this.element.off(A.events.click,{ns:this.id})}});var q={audioDeferred:0,playlist:null,src:null,volume:.5,loop:!(A.playSound=function(e,t){var n=new Audio(e);n.addEventListener("loadeddata",function(){n.play()}),n.addEventListener("ended",function(){F.exec(t,[e],null)})}),autoplay:!1,showLoop:!0,showPlay:!0,showStop:!0,showMute:!0,showFull:!0,showStream:!0,showVolume:!0,showInfo:!0,showPlaylist:!0,showNext:!0,showPrev:!0,showFirst:!0,showLast:!0,showForward:!0,showBackward:!0,showShuffle:!0,showRandom:!0,loopIcon:"",stopIcon:"",playIcon:"",pauseIcon:"",muteIcon:"",volumeLowIcon:"",volumeMediumIcon:"",volumeHighIcon:"",playlistIcon:"",nextIcon:"",prevIcon:"",firstIcon:"",lastIcon:"",forwardIcon:"",backwardIcon:"",shuffleIcon:"",randomIcon:"",onPlay:A.noop,onPause:A.noop,onStop:A.noop,onEnd:A.noop,onMetadata:A.noop,onTime:A.noop,onAudioCreate:A.noop};A.audioPlayerSetup=function(e){q=E.extend({},q,e)},window.metroAudioPlayerSetup,A.audioPlayerSetup(window.metroAudioPlayerSetup),g("audio-player",{init:function(e,t){return this._super(t,e,q),this.preloader=null,this.player=null,this.audio=t,this.stream=null,this.volume=null,this.volumeBackup=0,this.muted=!1,A.createExec(this),this},_create:function(){var e=this.element,t=this.options;A.checkRuntime(e,this.name),this._createPlayer(),this._createControls(),this._createEvents(),!0===t.autoplay&&this.play(),F.exec(t.onAudioCreate,[e,this.player],e[0]),e.fire("audioplayercreate")},_createPlayer:function(){var e=this.element,t=this.options,n=this.audio,i=e.prev(),s=e.parent(),a=E("
").addClass("media-player audio-player "+e[0].className);0===i.length?s.prepend(a):a.insertAfter(i),e.appendTo(a),E.each(["muted","autoplay","controls","height","width","loop","poster","preload"],function(){e.removeAttr(this)}),e.attr("preload","auto"),n.volume=t.volume,null!==t.src&&this._setSource(t.src),e[0].className="",this.player=a},_setSource:function(e){var t=this.element;t.find("source").remove(),t.removeAttr("src"),Array.isArray(e)?E.each(e,function(){void 0!==this.src&&E("").attr("src",this.src).attr("type",void 0!==this.type?this.type:"").appendTo(t)}):t.attr("src",e)},_createControls:function(){var e,t=this,n=this.element,i=this.options,s=this.elem,a=E("
").addClass("controls").addClass(i.clsControls).insertAfter(n),o=E("
").addClass("stream").appendTo(a),r=E("").addClass("stream-slider ultra-thin cycle-marker").appendTo(o),l=E("
").addClass("load-audio").appendTo(o),c=E("
").addClass("volume").appendTo(a),d=E("").addClass("volume-slider ultra-thin cycle-marker").appendTo(c),u=E("
").addClass("info-box").appendTo(a);!0!==i.showInfo&&u.hide(),l.activity({type:"metro",style:"color"}),l.hide(0),this.preloader=l,A.makePlugin(r,"slider",{clsMarker:"bg-red",clsHint:"bg-cyan fg-white",clsComplete:"bg-cyan",hint:!0,onStart:function(){s.paused||s.pause()},onStop:function(e){0").attr("type","button").addClass("button square loop").html(i.loopIcon).appendTo(a)),!0===i.showPlay&&E("").appendTo(n),a[i.view[e]["index-view"]]=n}),t=0;t").addClass("table-inspector")).attr("for",this.element.attr("id")),E("
"+a.inspectorTitle+"
").appendTo(e),t=E("
").addClass("table-wrap").appendTo(e),n=E("").addClass("table subcompact"),i=E("").appendTo(n),n.appendTo(t),this._createInspectorItems(i),s=E("
").appendTo(e),E("
").addClass(a.clsHeadRow).appendTo(o),E.each(this.service,function(){var e=[];i=E("").addClass(i.clsFooter);n.find("tfoot").remove(),0!==this.foots.length&&(e=E("").addClass(i.clsHeadRow).appendTo(s),E.each(this.foots,function(){t=E("").addClass(h.clsBodyRow)).data("original",o),l=t%2==0,s=E("").appendTo(f),g=[];if("function"==typeof T.tableToCSV){for(t=F.isValue(t)?t.toLowerCase():"all-filtered",n=F.isValue(n)?n:F.elementId("table")+"-export.csv",l=E(""),o=this.heads,a=0;a"),F.isValue(this.title)&&c.html(this.title),g[h.view[e]["index-view"]]=c)}),a=0;a"),o=r[s],a=0;a").html(this),g[h.view[e]["index-view"]]=c)}),a=0;a").addClass("tab-marker").addClass(t.clsMarker).appendTo(e)),this.openTab(0===i.length?n[0]:i[0])},_createEvents:function(){var a=this,o=this.element,r=this.options;o.on(A.events.click,"li",function(e){var t=E(this),n=o.find("li.active"),i=t.index()>n.index(),s=t.children("a").attr("href");if(F.isValue(s)&&"#"===s[0]){if(t.hasClass("active"))return;if(t.hasClass("disabled"))return;if(!1===F.exec(r.onBeforeTabOpen,[t,s,i],this))return;a.openTab(t,i),e.preventDefault()}}),o.on(A.events.scroll,function(){var e=this.scroll;this.scrollDir=this.scrolln.index(i);this.openTab(s,a)},changeAttribute:function(e){},destroy:function(){var e=this.element;return e.off(A.events.click,"li"),e.off(A.events.scroll),e}});var nt={tabsDeferred:0,expand:!1,expandPoint:null,tabsPosition:"top",tabsType:"default",clsTabs:"",clsTabsList:"",clsTabsListItem:"",clsTabsListItemActive:"",onTab:A.noop,onBeforeTab:A.noop_true,onTabsCreate:A.noop};A.tabsSetup=function(e){nt=E.extend({},nt,e)},window.metroTabsSetup,A.tabsSetup(window.metroTabsSetup),g("tabs",{init:function(e,t){return this._super(t,e,nt),this._targets=[],this.id=F.elementId("tabs"),A.createExec(this),this},_create:function(){var e=this.element,t=this.options,n=0").addClass("tabs tabs-wrapper");if(o.addClass(i.tabsPosition.replace(["-","_","+"]," ")),n.addClass("tabs-list"),"default"!==i.tabsType&&n.addClass("tabs-"+i.tabsType),a||(o.insertBefore(n),n.appendTo(o)),n.data("expanded",!1),e=E("
").addClass("expand-title"),o.prepend(e),0===(t=o.find(".hamburger")).length){t=E("
").appendTo(t),F.isValue(this.title)&&i.html(this.title),F.isValue(this.size)&&i.css({width:this.size}),F.isValue(this.cls)&&e.push(this.cls),e.push(a.clsHeadCell),i.addClass(e.join(" "))}),n=this.heads,e=0;e")).data("index",e),F.isValue(t.title)&&i.html(t.title),F.isValue(t.format)&&i.attr("data-format",t.format),F.isValue(t.name)&&i.attr("data-name",t.name),F.isValue(t.colspan)&&i.attr("colspan",t.colspan),F.isValue(l[e].size)&&i.css({width:l[e].size}),!0===t.sortable&&(n.push("sortable-column"),F.isValue(t.sortDir)&&n.push("sort-"+t.sortDir)),F.isValue(t.cls)&&E.each(t.cls.toArray(),function(){n.push(this)}),!1===F.bool(l[e].show)&&-1===n.indexOf("hidden")&&n.push("hidden"),n.push(a.clsHeadCell),F.bool(l[e].show)&&F.arrayDelete(n,"hidden"),i.addClass(n.join(" ")),r[l[e]["index-view"]]=i}),e=0;e").addClass(this.options.clsBody).insertAfter(e)},_createTableFooter:function(){var e,t,n=this.element,i=this.options,s=E("
").appendTo(e),void 0!==this.title&&t.html(this.title),void 0!==this.name&&t.addClass("foot-column-name-"+this.name),void 0!==this.cls&&t.addClass(this.cls),F.isValue(this.colspan)&&t.attr("colspan",this.colspan),t.appendTo(e)})),n.append(s)},_createTopBlock:function(){var e,t,n,i,s=this,a=this.element,o=this.options,r=E("
").addClass("table-top").addClass(o.clsTableTop).insertBefore(a.parent());return(e=F.isValue(this.wrapperSearch)?this.wrapperSearch:E("
").addClass("table-search-block").addClass(o.clsSearch).appendTo(r)).addClass(o.clsSearch),t=E("").attr("type","text").appendTo(e),A.makePlugin(t,"input",{prepend:o.tableSearchTitle}),!0!==o.showSearch&&e.hide(),(n=F.isValue(this.wrapperRows)?this.wrapperRows:E("
").addClass("table-rows-block").appendTo(r)).addClass(o.clsRowsCount),i=E("").addClass("input").addClass(s.clsTableSkipInput).appendTo(n),E("
").html(t+1),void 0!==d.service[0].clsColumn&&s.addClass(d.service[0].clsColumn),s.appendTo(i),s=E(""),a="checkbox"===h.checkType?E(""):E(""),F.isValue(v)&&Array.isArray(v)&&-1");F.isValue(d.heads[e].template)&&(t=d.heads[e].template.replace("%VAL%",t)),n.html(t),n.addClass(h.clsBodyCell),F.isValue(d.heads[e].clsColumn)&&n.addClass(d.heads[e].clsColumn),!1===F.bool(g[e].show)&&n.addClass("hidden"),F.bool(g[e].show)&&n.removeClass("hidden"),n.data("original",this),r[g[e]["index-view"]]=n,F.exec(h.onDrawCell,[n,t,e,d.heads[e],o],n[0]),u.fire("drawcell",{td:n,val:t,cellIndex:e,head:d.heads[e],items:o}),!0===h.cellWrapper&&(t=E("
").addClass("data-wrapper").addClass(h.clsCellWrapper).html(n.html()),n.html("").append(t))}),n=0;n").addClass(h.clsBodyRow).appendTo(p),(s=E("
").attr("colspan",n).addClass("text-center").html(E("").addClass(h.clsEmptyTableTitle).html(h.emptyTableTitle))).appendTo(i);this._info(1+f,1+m,c.length),this._paging(c.length),this.activity&&this.activity.hide(),F.exec(h.onDraw,[u],u[0]),u.fire("draw",u[0]),void 0!==e&&F.exec(e,[u],u[0])}else console.warn("Heads is not defined for table ID "+u.attr("id"))},_getItemContent:function(e){var t,n=this.options,i=e[this.sort.colIndex],s=this.heads[this.sort.colIndex].format,a=F.isNull(this.heads)||F.isNull(this.heads[this.sort.colIndex])||!F.isValue(this.heads[this.sort.colIndex].formatMask)?"%Y-%m-%d":this.heads[this.sort.colIndex].formatMask,o=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].thousandSeparator?this.heads[this.sort.colIndex].thousandSeparator:n.thousandSeparator,r=this.heads&&this.heads[this.sort.colIndex]&&this.heads[this.sort.colIndex].decimalSeparator?this.heads[this.sort.colIndex].decimalSeparator:n.decimalSeparator;if(t=(""+i).toLowerCase().replace(/[\n\r]+|[\s]{2,}/g," ").trim(),F.isValue(t)&&F.isValue(s))switch(-1!==["number","int","float","money"].indexOf(s)&&(t=F.parseNumber(t,o,r)),s){case"date":t=F.isValue(a)?t.toDate(a):new Date(t);break;case"number":t=Number(t);break;case"int":t=parseInt(t);break;case"float":t=parseFloat(t);break;case"money":t=F.parseMoney(t);break;case"card":t=F.parseCard(t);break;case"phone":t=F.parsePhone(t)}return t},addItem:function(e,t){if(!Array.isArray(e))return console.warn("Item is not an array and can't be added"),this;this.items.push(e),!1!==t&&this.draw()},addItems:function(e,t){if(!Array.isArray(e))return console.warn("Items is not an array and can't be added"),this;e.forEach(function(e){Array.isArray(e)&&this.items.push(e,!1)}),this.draw(),!1!==t&&this.draw()},updateItem:function(e,n,t){var i=this.items[this.index[e]],s=null;return F.isNull(i)?(console.warn("Item is undefined for update"),this):(isNaN(n)&&this.heads.forEach(function(e,t){e.name===n&&(s=t)}),F.isNull(s)?console.warn("Item is undefined for update. Field "+n+" not found in data structure"):(i[s]=t,this.items[this.index[e]]=i),this)},getItem:function(e){return this.items[this.index[e]]},deleteItem:function(e,t){var n,i=[],s=F.isFunc(t);for(n=0;nthis.pagesCount))return this._draw(),this;this.currentPage=this.pagesCount}},prev:function(){if(0!==this.items.length){if(this.currentPage--,0!==this.currentPage)return this._draw(),this;this.currentPage=1}},first:function(){if(0!==this.items.length)return this.currentPage=1,this._draw(),this},last:function(){if(0!==this.items.length)return this.currentPage=this.pagesCount,this._draw(),this},page:function(e){return e<=0&&(e=1),e>this.pagesCount&&(e=this.pagesCount),this.currentPage=e,this._draw(),this},addFilter:function(e,t){var n,i=null,s=F.isFunc(e);if(!1!==s){for(n=0;n").appendTo(f),v=E("